@charset "UTF-8";
/*
Theme Name: 丸善重機
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  word-break: break-all;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong, #entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong, #entrybody del strong, #entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 170%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
  height: auto;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 150%;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #753537;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th, #entrybody table thead td {
  border-color: #fff;
}
#entrybody table th, #entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
  max-width: 50%;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 150%;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 767px) {
  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }
  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }
  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
    max-width: 100%;
  }
}
/* ----------------------------- ページネーション */
.pagination {
  border-top: 1px solid #DEDEDE;
  clear: both;
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination span, .pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  padding: 5px 10px;
  margin-right: 10px;
  margin-left: 10px;
  color: #333;
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px solid transparent;
}
.pagination span.current, .pagination a.current {
  border-bottom-color: #000;
}
.pagination a:link, .pagination a:visited {
  color: #000;
}
.pagination a:hover {
  color: #000;
  text-decoration: underline;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.pagination .prev,
.pagination .next {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.pagination .prev a,
.pagination .next a {
  margin: 0;
}
.pagination .prev {
  text-align: left;
}
.pagination .prev a {
  padding-left: 50px;
}
.pagination .next {
  text-align: right;
}
.pagination .next a {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .pagination {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pagination span, .pagination a {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 3px 4px;
    padding: 3px 5px;
  }
  .pagination .prev a {
    padding-left: 15px;
  }
  .pagination .next {
    text-align: right;
  }
  .pagination .next a {
    padding-right: 15px;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 180%;
  color: #333;
  background: #fff url(../img/common/bg1.jpg) center top;
  position: relative;
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
}
body br {
  font-family: sans-serif;
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  color: #000;
  text-decoration: none;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

.bx-wrapper img {
  display: inline !important;
}

/* ----------------------------- 0. 共通パーツ */
.u-mt0 {
  margin-top: 0;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-pt0 {
  padding-top: 0;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-col {
  color: #753537;
}
.u-col__red {
  color: #FF0000;
}
.u-col__blue {
  color: #3399FF;
}

.u-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-gothic {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}

.u-centurygothic {
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}

.u-anton {
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}

.u-italic {
  font-style: italic;
}

.u-center {
  text-align: center !important;
}
.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}
.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}
.u-left th, .u-left td {
  text-align: left !important;
}

.u-top {
  vertical-align: top !important;
}
.u-top th, .u-top td {
  vertical-align: top !important;
}

.u-middle {
  vertical-align: middle !important;
}
.u-middle th, .u-middle td {
  vertical-align: middle !important;
}

.u-bottom {
  vertical-align: bottom !important;
}
.u-bottom th, .u-bottom td {
  vertical-align: bottom !important;
}

.c-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__710 {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1026 {
  max-width: 1026px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1050 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1270 {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1340 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1420 {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1520 {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1570 {
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1740 {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__separate {
  margin-left: 3%;
  margin-right: 3%;
}

.u-bg__gray {
  background: #F6F6F6;
}

.c-separate1 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.c-column-2 > li,
.c-column-2 > div {
  float: left;
  width: 47.058%;
  margin-left: 5.884%;
  margin-bottom: 5.884%;
}
.c-column-2 > li:nth-child(2n+1),
.c-column-2 > div:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.c-column-2 > li.row-full,
.c-column-2 > div.row-full {
  clear: both;
  margin-left: 0;
  width: 100%;
}
.c-column-2 > li.row-full [class*=c-column-] > li,
.c-column-2 > li.row-full [class*=c-column-] > div,
.c-column-2 > div.row-full [class*=c-column-] > li,
.c-column-2 > div.row-full [class*=c-column-] > div {
  margin-bottom: 0;
}

.c-column-3 > li,
.c-column-3 > div {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
}
.c-column-3 > li:nth-child(3n+1),
.c-column-3 > div:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.c-column-3 > li.row-2,
.c-column-3 > div.row-2 {
  width: 66%;
}
.c-column-3 > li.row-2 [class*=c-column-] > li,
.c-column-3 > li.row-2 [class*=c-column-] > div,
.c-column-3 > div.row-2 [class*=c-column-] > li,
.c-column-3 > div.row-2 [class*=c-column-] > div {
  margin-bottom: 0;
}

.c-column-4 > li,
.c-column-4 > div {
  float: left;
  width: 23.4541%;
  margin-left: 2.0612%;
  margin-top: 2.0612%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-column-4 > li:nth-child(4n+1),
.c-column-4 > div:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
.c-column-4 > li.extend,
.c-column-4 > div.extend {
  width: auto;
}

.c-btn1 {
  text-align: center;
  margin-top: 55px;
}
.c-btn1 a {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 140%;
  background: #000;
  padding: 15px 10px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: none;
}
.c-btn1 a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../img/common/btn1_icon1.png) no-repeat right center;
  padding-right: 70px;
}

.c-btn2 {
  margin-top: 55px;
  text-align: left;
}
.c-btn2 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}
.c-btn2 a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../img/common/btn1_icon1.png) no-repeat right center;
  padding-right: 70px;
}
.c-btn2__red a {
  background: url(../img/common/btn2_bg1.png) center;
}

.c-title1 {
  border-left: 3px solid #B00F14;
  padding-left: 16px;
  margin-bottom: 68px;
}
.c-title1 .eng {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 6px;
}
.c-title1 .h {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 140%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.c-title2 {
  font-size: 20px;
  font-size: 2rem;
  color: #B00F14;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 160%;
}

.c-title3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  position: relative;
  margin-bottom: 50px;
  line-height: 140%;
  padding-bottom: 24px;
  text-align: center;
}
.c-title3:before {
  display: block;
  content: "";
  position: absolute;
  width: 80px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  border-top: 1px solid #000;
}

.c-title4 {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 55px;
  position: relative;
}
.c-title4 .h {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 140%;
  margin-bottom: 30px;
}
.c-title4 .eng {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  color: #DCCDAD;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 45px;
  text-align: center;
}
.c-title4 .eng:before {
  content: "";
  width: 100px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  border-top: 1px solid #000;
}
.c-title4 .txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 140%;
  color: #B00F14;
}
.c-title4 .txt2 {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-title4 .txt-bg {
  position: absolute;
  font-size: 110px;
  font-size: 11rem;
  color: #F1ECDF;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-style: italic;
  right: 0;
  top: 33px;
  z-index: -1;
}

.c-title5 {
  margin-bottom: 32px;
}
.c-title5 .h,
.c-title5 .txt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.c-title5 .h {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 140%;
  margin-right: 15px;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: 500;
}
.c-title5 .txt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #DCCFAF;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}

.c-title6 {
  text-align: center;
  position: relative;
  padding-top: 20px;
  margin-bottom: 68px;
}
.c-title6:before {
  display: block;
  content: "";
  position: absolute;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  border-top: 2px solid #DCCFAF;
  top: 0;
}
.c-title6 .h {
  font-size: 30px;
  font-size: 3rem;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 140%;
  margin-bottom: 10px;
  font-weight: 500;
}
.c-title6 .txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 140%;
  color: #DCCEAE;
}
.c-title6__alt1 {
  margin-bottom: 35px;
}
.c-title6__alt1:before {
  width: 100px;
  margin-left: -50px;
  border-top-color: #000;
  border-top-width: 1px;
}
.c-title6__alt1 .h {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-size: 2.2rem;
}
.c-title6__alt1 .txt {
  font-size: 16px;
  font-size: 1.6rem;
}

.c-title7 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  background: #F0F0F0;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 55px;
  line-height: 140%;
  padding: 10px;
}

.c-table1 {
  width: 100%;
}
.c-table1 th,
.c-table1 td {
  border-top: 1px solid #DEDEDE;
  padding: 35px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-table1 th {
  text-align: left;
  width: 230px;
}
.c-table1 td {
  padding-right: 0;
}
.c-table1 tr:last-child th,
.c-table1 tr:last-child td {
  border-bottom: 1px solid #DEDEDE;
}

.c-table2 {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-table2 th,
.c-table2 td {
  border-top: 1px solid #DEDEDE;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-table2 th {
  font-weight: normal;
  background: #F3F3F3;
}
.c-table2 tr:last-child th,
.c-table2 tr:last-child td {
  border-bottom: 1px solid #DEDEDE;
}

.c-table3 {
  width: 100%;
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-table3 th,
.c-table3 td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  vertical-align: middle;
}
.c-table3 th {
  background: #F2EEE3;
}
.c-table3 thead th,
.c-table3 thead td {
  background: #F2EEE3;
}
.c-table3 thead th {
  text-align: center;
  font-weight: normal;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}

.c-table__nostyle {
  width: 100%;
}
.c-table__nostyle th, .c-table__nostyle td {
  padding: 2px 0 !important;
  border: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-anchor {
  position: relative;
  margin-top: -70px;
  padding-top: 70px;
}

.u-googlemap-wrap {
  position: relative;
  padding-bottom: 59.55%;
  height: 0;
  overflow: hidden;
}
.u-googlemap-wrap iframe,
.u-googlemap-wrap object,
.u-googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 76.1904%;
}
.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.js-tab__content {
  display: none;
}
.js-tab__content.is-active {
  display: block;
}

.js-accordion {
  display: none;
}
/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.js-animate {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animate.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  -moz-animation: fadeInUp 0.8s 1 ease-in-out;
  -ms-animation: fadeInUp 0.8s 1 ease-in-out;
  -o-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.js-animate--delay1 {
  -webkit-animation-delay: 0.1s !important;
  -moz-animation-delay: 0.1s !important;
  -ms-animation-delay: 0.1s !important;
  -o-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.js-animate--delay2 {
  -webkit-animation-delay: 0.2s !important;
  -moz-animation-delay: 0.2s !important;
  -ms-animation-delay: 0.2s !important;
  -o-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.js-animate--delay3 {
  -webkit-animation-delay: 0.3s !important;
  -moz-animation-delay: 0.3s !important;
  -ms-animation-delay: 0.3s !important;
  -o-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.js-animate--delay4 {
  -webkit-animation-delay: 0.4s !important;
  -moz-animation-delay: 0.4s !important;
  -ms-animation-delay: 0.4s !important;
  -o-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.js-animate--delay5 {
  -webkit-animation-delay: 0.5s !important;
  -moz-animation-delay: 0.5s !important;
  -ms-animation-delay: 0.5s !important;
  -o-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.js-animate--delay6 {
  -webkit-animation-delay: 0.6s !important;
  -moz-animation-delay: 0.6s !important;
  -ms-animation-delay: 0.6s !important;
  -o-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.js-animate--delay7 {
  -webkit-animation-delay: 0.7s !important;
  -moz-animation-delay: 0.7s !important;
  -ms-animation-delay: 0.7s !important;
  -o-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.js-animate--delay8 {
  -webkit-animation-delay: 0.8s !important;
  -moz-animation-delay: 0.8s !important;
  -ms-animation-delay: 0.8s !important;
  -o-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.js-animate--delay9 {
  -webkit-animation-delay: 0.9s !important;
  -moz-animation-delay: 0.9s !important;
  -ms-animation-delay: 0.9s !important;
  -o-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.js-animate--delay10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.js-animateFadeInRight {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInRight.is--animate {
  -webkit-animation: fadeInRight 0.8s 1 ease-in-out;
  -moz-animation: fadeInRight 0.8s 1 ease-in-out;
  -ms-animation: fadeInRight 0.8s 1 ease-in-out;
  -o-animation: fadeInRight 0.8s 1 ease-in-out;
  animation: fadeInRight 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインのみ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.js-animateFadeIn {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeIn.is--animate {
  -webkit-animation: fadeIn 0.8s 1 ease-in-out;
  -moz-animation: fadeIn 0.8s 1 ease-in-out;
  -ms-animation: fadeIn 0.8s 1 ease-in-out;
  -o-animation: fadeIn 0.8s 1 ease-in-out;
  animation: fadeIn 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* スケール */
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  -moz-animation-name: scaleIn;
  -ms-animation-name: scaleIn;
  -o-animation-name: scaleIn;
  animation-name: scaleIn;
}

.js-animateScaleIn {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateScaleIn.is--animate {
  -webkit-animation: scaleIn 0.6s 1 ease-in-out;
  -moz-animation: scaleIn 0.6s 1 ease-in-out;
  -ms-animation: scaleIn 0.6s 1 ease-in-out;
  -o-animation: scaleIn 0.6s 1 ease-in-out;
  animation: scaleIn 0.6s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* ----------------------------- 1. 各ページ共通 */
/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: fixed;
  width: 100%;
  z-index: 2999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.l-header__logo {
  float: left;
  width: 100%;
  max-width: 352px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-header__nav {
  float: right;
  text-align: right;
  width: 100%;
  max-width: 75%;
  max-width: calc(100% - 352px);
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-header__nav ul {
  background: rgba(0, 0, 0, 0.9);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  margin-right: -60px;
  padding-left: 60px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}
.l-header__nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #fff;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  transform: skew(40deg);
}
.l-header__nav li.recruit, .l-header__nav li.email {
  -webkit-transform: translate(0, 40px) skew(40deg);
  -moz-transform: translate(0, 40px) skew(40deg);
  transform: translate(0, 40px) skew(40deg);
}
.l-header__nav li.recruit a, .l-header__nav li.email a {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}
.l-header__nav li.recruit {
  margin-left: 30px;
}
.l-header__nav li.recruit a {
  background-color: #B00F14;
  border-color: #B00F14;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  padding: 15px 55px 16px;
  font-weight: bold;
}
.l-header__nav li.recruit a:hover {
  background-color: #C14448;
  border-color: #C14448;
}
.l-header__nav li.email a {
  background-color: #CFB88B;
  border-color: #CFB88B;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  padding-left: 55px;
  padding-right: 60px;
  line-height: 160%;
}
.l-header__nav li.email a img {
  vertical-align: middle;
}
.l-header__nav li a {
  display: block;
  color: #fff;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  -webkit-transition: ".2s background-color, .2s border-color";
  -moz-transition: ".2s background-color, .2s border-color";
  -ms-transition: ".2s background-color, .2s border-color";
  transition: ".2s background-color, .2s border-color";
  text-decoration: none;
  padding: 16px 20px 17px;
}
.l-header__nav li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  background-color: #B00F14;
  border-color: #B00F14;
}
.l-header__nav li span {
  display: block;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  transform: skew(40deg);
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 170px;
  padding-bottom: 110px;
  margin-bottom: 60px;
}
.l-pagetitle h2 {
  font-size: 110px;
  font-size: 11rem;
  font-weight: normal;
  line-height: 100%;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  margin-bottom: 20px;
}
.l-pagetitle p {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 21px;
  line-height: 140%;
  letter-spacing: 0.1em;
}
.l-pagetitle p:after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
}
.is-company .l-pagetitle {
  background-image: url(../img/company/pagetitle_img1.jpg);
}
.is-machine .l-pagetitle {
  background-image: url(../img/machine/pagetitle_img1.jpg);
}
.is-works .l-pagetitle {
  background-image: url(../img/works/pagetitle_img1.jpg);
}
.is-faq .l-pagetitle {
  background-image: url(../img/faq/pagetitle_img1.jpg);
}
.is-gallery .l-pagetitle {
  background-image: url(../img/gallery/pagetitle_img1.jpg);
  margin-bottom: 0;
}
.is-blog .l-pagetitle {
  background-image: url(../img/blog/pagetitle_img1.jpg);
}
.is-contact .l-pagetitle {
  background-image: url(../img/contact/pagetitle_img1.jpg);
}
.is-benefit .l-pagetitle {
  background-image: url(../img/benefit/pagetitle_img1.jpg);
}
.is-recruit .l-pagetitle {
  background-image: url(../img/recruit/pagetitle_img1.jpg);
  margin-bottom: 0;
}
.l-pagetitle__interview {
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center top;
}
.l-pagetitle__interview-wrap {
  background: url(../img/interview/pagetitle_bg2.png) center;
}
.l-pagetitle__interview .block1 {
  padding-top: 240px;
  padding-bottom: 340px;
  position: relative;
  z-index: 2;
  background-position: center top;
  background-repeat: no-repeat;
}
.l-pagetitle__interview .block1 h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 250%;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-pagetitle__interview .block1 h2 span {
  background: #000;
  padding: 13px 20px;
}
.l-pagetitle__interview .block2 {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: -180px;
  padding-bottom: 110px;
  background: url(../img/interview/pagetitle_bg1.png) no-repeat center bottom;
}
.l-pagetitle__interview .block2 .no,
.l-pagetitle__interview .block2 .txt1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.l-pagetitle__interview .block2 .no {
  text-align: left;
  margin-right: 45px;
}
.l-pagetitle__interview .block2 .no p {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 180%;
}
.l-pagetitle__interview .block2 .no p img {
  max-height: 100px;
  width: auto;
}
.l-pagetitle__interview .block2 .txt1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-pagetitle__interview .block2 .txt1 .job {
  font-size: 20px;
  font-size: 2rem;
  line-height: 140%;
  margin-bottom: 5px;
}
.l-pagetitle__interview .block2 .txt1 h3 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 140%;
}
.l-pagetitle__interview .block2 .txt1 h3 span {
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  color: #DCCFAF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 20px;
}
.l-pagetitle__interview .block2 .txt1 .year {
  font-size: 20px;
  font-size: 2rem;
  line-height: 140%;
  margin-top: 10px;
}
.is-interview-sekiya .l-pagetitle__interview .block1 {
  background-image: url(../img/interview/sekiya/pagetitle_img1.png);
}
.is-interview-okura .l-pagetitle__interview .block1 {
  background-image: url(../img/interview/okura/pagetitle_img1.png);
}
.is-interview-yamada .l-pagetitle__interview .block1 {
  background-image: url(../img/interview/yamada/pagetitle_img1.png);
}
.is-interview-fujii .l-pagetitle__interview .block1 {
  background-image: url(../img/interview/fujii/pagetitle_img1.png);
}

/*=======================================
パンくずリスト
=========================================*/
/*=======================================
コンテナ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 140px;
}
.l-footer__block1 h1,
.l-footer__block1 p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.l-footer__block1 h1 {
  vertical-align: top;
}
.l-footer__block1 p {
  margin-left: 65px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  text-align: left;
  letter-spacing: 0.06em;
  vertical-align: -34px;
}
.l-footer__block1 .copyright p {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

/*=======================================
ページトップへ
=========================================*/
.l-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
/* ----------------------------- 2. トップページ */
/*=======================================
KV
=========================================*/
.l-kv {
  background-size: cover;
  padding-top: calc(100vh - 480px);
  position: relative;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-kv .txt1 {
  margin-bottom: 200px;
  position: relative;
  z-index: 3;
}
.l-kv .txt1 p {
  font-size: 28px;
  font-size: 2.8rem;
  color: #B00F14;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 120%;
  margin-bottom: 5px;
}
.l-kv .txt1 h2 {
  font-size: 117px;
  font-size: 11.7rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  color: #fff;
  line-height: 120%;
  font-weight: normal;
}
.l-kv .icon1 {
  text-align: center;
  position: relative;
  z-index: 3;
}
.l-kv .slider {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.l-kv .slider .bx-viewport {
  height: 100vh !important;
}
.l-kv .slider li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100vh;
}

/*=======================================
トップページ
=========================================*/
.p-top__wearea {
  background: url(../img/top/wearea_img1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.p-top__wearea .box1 {
  padding-top: 125px;
  padding-bottom: 105px;
  background: url(../img/top/wearea_bg1.png) no-repeat center;
  color: #fff;
}
.p-top__wearea .box1 h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 180%;
}
.p-top__wearea .box1 h3 span {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-top__link li {
  float: left;
  width: 33.3333%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-top__link li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 180px;
  text-decoration: none;
}
.p-top__link li a.hover, .p-top__link li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  background-image: none !important;
}
.p-top__link li p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../img/common/btn1_icon1.png) no-repeat right center;
  padding-right: 80px;
  line-height: 100%;
}
.p-top__link li h4 {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 120%;
  font-weight: normal;
}
.p-top__link li.company.hover, .p-top__link li.company:hover {
  background-image: url(../img/top/link_img1_hover.jpg);
}
.p-top__link li.company a {
  background-image: url(../img/top/link_img1.jpg);
}
.p-top__link li.message.hover, .p-top__link li.message:hover {
  background-image: url(../img/top/link_img2new_hover.jpg);
}
.p-top__link li.message a {
  background-image: url(../img/top/link_img2new.jpg);
}
.p-top__link li.access.hover, .p-top__link li.access:hover {
  background-image: url(../img/top/link_img3_hover.jpg);
}
.p-top__link li.access a {
  background-image: url(../img/top/link_img3.jpg);
}
.p-top__machine {
  background: url(../img/top/machine_img1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 145px;
  padding-bottom: 175px;
  color: #fff;
  border-bottom: 60px solid #0F0F0F;
}
.p-top__machine .box1 h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 140%;
  margin-bottom: 35px;
}
.p-top__machine .box1 .title p {
  font-size: 20px;
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 120%;
}
.p-top__machine .box1 .title h4 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 100%;
  font-weight: normal;
}
.p-top__works {
  background: url(../img/top/works_img1.jpg) no-repeat center;
  background-size: cover;
  border-bottom: 85px solid #000;
}
.p-top__works .box1 {
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  transform: skew(-25deg);
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  float: right;
}
.p-top__works .box1-wrap {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  transform: skew(25deg);
  padding: 100px 20px 130px 125px;
}
.p-top__works .box1 h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 140%;
  margin-bottom: 35px;
}
.p-top__works .box1 .title p {
  font-size: 20px;
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 120%;
  margin-bottom: 5px;
}
.p-top__works .box1 .title h4 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 100%;
  font-weight: normal;
}
.p-top__recruit {
  border-top: 6px solid #B00F14;
  background: url(../img/top/recruit_img1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 375px;
  padding-bottom: 57px;
}
.p-top__recruit .block1 {
  background: rgba(255, 255, 255, 0.78);
  padding: 0 58px 58px;
}
.p-top__recruit .block1 h3 {
  font-size: 80px;
  font-size: 8rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  color: #B00F14;
  text-align: center;
  position: relative;
  margin-top: -30px;
  line-height: 100%;
  margin-bottom: 35px;
  font-weight: normal;
  float: left;
  width: 100%;
}
.p-top__recruit .block1 .box1,
.p-top__recruit .block1 .btn1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}
.p-top__recruit .block1 .box1 {
  margin-right: 40px;
}
.p-top__recruit .block1 .box1 h4 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #B00F14;
  line-height: 120%;
  margin-bottom: 15px;
}
.p-top__recruit .block1 .box1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__recruit .block1 .btn1 .c-btn2 a {
  width: 280px;
}
.p-top__interview li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}
.p-top__interview li:nth-child(4n+1) {
  clear: both;
  border-left: 0;
}
.p-top__interview li a {
  display: block;
  color: #fff;
  padding: 7% 5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
.p-top__interview li a.hover, .p-top__interview li a:hover {
  color: #000;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-top__interview li a.hover .number p, .p-top__interview li a:hover .number p {
  color: #B00F14;
  background-image: url(../img/common/btn1_icon1_red.png);
}
.p-top__interview li a.hover .number p.no, .p-top__interview li a:hover .number p.no {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-top__interview li a.hover .number p.no img, .p-top__interview li a:hover .number p.no img {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.p-top__interview li a .number {
  margin-bottom: 31%;
}
.p-top__interview li a .number p {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  background: url(../img/common/btn1_icon1.png) no-repeat left top;
  padding-top: 20px;
  margin-top: 10px;
}
.p-top__interview li a .number p.no {
  background: none;
  padding-top: 0;
  margin-top: 0;
  opacity: 0.62;
  -ms-filter: "alpha(opacity=62)";
  filter: alpha(opacity=62);
  background-repeat: no-repeat;
  background-position: left top;
}
.p-top__interview li a .number p.no img {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-top__interview li a .txt1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__interview li a .txt1 .job {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.p-top__interview li a .txt1 h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 140%;
  margin-bottom: 30px;
}
.p-top__interview li a .txt1 .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 140%;
}
.p-top__interview li.sekiya a {
  background-image: url(../img/top/interview_img1.jpg);
}
.p-top__interview li.sekiya a.hover, .p-top__interview li.sekiya a:hover {
  background-image: url(../img/top/interview_img1_hover.jpg);
}
.p-top__interview li.sekiya a.hover .number p.no, .p-top__interview li.sekiya a:hover .number p.no {
  background-image: url(../img/top/interview_icon1_hover.png);
}
.p-top__interview li.okura a {
  background-image: url(../img/top/interview_img2.jpg);
}
.p-top__interview li.okura a.hover, .p-top__interview li.okura a:hover {
  background-image: url(../img/top/interview_img2_hover.jpg);
}
.p-top__interview li.okura a.hover .number p.no, .p-top__interview li.okura a:hover .number p.no {
  background-image: url(../img/top/interview_icon2_hover.png);
}
.p-top__interview li.yamada a {
  background-image: url(../img/top/interview_img3.jpg);
}
.p-top__interview li.yamada a.hover, .p-top__interview li.yamada a:hover {
  background-image: url(../img/top/interview_img3_hover.jpg);
}
.p-top__interview li.yamada a.hover .number p.no, .p-top__interview li.yamada a:hover .number p.no {
  background-image: url(../img/top/interview_icon3_hover.png);
}
.p-top__interview li.fujii a {
  background-image: url(../img/top/interview_img4.jpg);
}
.p-top__interview li.fujii a.hover, .p-top__interview li.fujii a:hover {
  background-image: url(../img/top/interview_img4_hover.jpg);
}
.p-top__interview li.fujii a.hover .number p.no, .p-top__interview li.fujii a:hover .number p.no {
  background-image: url(../img/top/interview_icon4_hover.png);
}
.p-top__blog {
  border-top: 6px solid #B00F14;
  background: url(../img/top/blog_bg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 65px;
}
.p-top__blog .title {
  text-align: center;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  color: #B00F14;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  position: relative;
  padding-bottom: 8px;
  line-height: 100%;
  margin-bottom: 35px;
}
.p-top__blog .title:before {
  display: block;
  content: "";
  width: 18px;
  border-top: 1px solid #999;
  left: 50%;
  position: absolute;
  margin-left: -9px;
  bottom: 0;
}
.p-top__blog .block1 li {
  float: left;
  width: 46.666%;
  margin-left: 6.668%;
  margin-bottom: 40px;
}
.p-top__blog .block1 li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.p-top__blog .block1 li a {
  display: block;
  text-decoration: none;
  *zoom: 1;
}
.p-top__blog .block1 li a:after {
  display: block;
  content: "";
  clear: both;
}
.p-top__blog .block1 li .img1 {
  float: left;
  width: 32.678%;
}
.p-top__blog .block1 li .txt1 {
  float: right;
  width: 63.39%;
}
.p-top__blog .block1 li .txt1 .date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #B00F14;
  line-height: 140%;
  margin-bottom: 10px;
}
.p-top__blog .block1 li .txt1 h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 180%;
  font-weight: normal;
}

/* ----------------------------- 3. 下層ページ */
/*=======================================
会社情報
=========================================*/
.p-company__message-block1 {
  background: url(../img/company/message_bg1.png) no-repeat center top;
  margin-bottom: 70px;
}
.p-company__message-block1 .heading {
  text-align: center;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.p-company__message-block1 .heading .txt1 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -100px;
  margin-top: -30px;
}
.p-company__message-block1 .heading .txt1 p {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.p-company__message-block1 .heading .txt1 h3 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: normal;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  color: #B00F14;
  line-height: 110%;
}
.p-company__message-block1 .content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 220%;
}
.p-company__message-block1 .content .sign {
  text-align: right;
  margin-top: 20px;
}
.p-company__policy {
  margin-bottom: 83px;
  margin-bottom: 210px;
}
.p-company__policy-wrap {
  background: url(../img/common/bg1.png) repeat-y center top;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 3px solid #EFEFEF;
  border-bottom: 3px solid #EFEFEF;
}
.p-company__policy-block1 {
  float: left;
  width: 47.244%;
  position: relative;
  padding-top: 42px;
}
.p-company__policy-block1:before {
  display: block;
  content: "";
  border-top: 3px solid #B00F14;
  width: 100px;
  position: absolute;
  left: 0;
  top: -71px;
}
.p-company__policy-block1 .title {
  background: #B00F14;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 160%;
  padding: 55px 15px;
  margin-bottom: 50px;
  position: relative;
}
.p-company__policy-block1 .title:before, .p-company__policy-block1 .title:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.p-company__policy-block1 .title:before {
  border-left: 50px solid #fff;
  border-bottom: 50px solid transparent;
  top: 0;
  left: 0;
}
.p-company__policy-block1 .title:after {
  border-right: 50px solid #fff;
  border-top: 50px solid transparent;
  right: 0;
  bottom: 0;
}
.p-company__policy-block1 .box1 .heading {
  margin-bottom: 50px;
}
.p-company__policy-block1 .box1 .heading p {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.p-company__policy-block1 .box1 .heading h3 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: normal;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 110%;
}
.p-company__policy-block1 .box1 .txt1 h5 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 160%;
  margin-bottom: 37px;
}
.p-company__policy-block1 .box1 .txt1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 220%;
}
.p-company__policy-img1 {
  float: right;
  width: 50%;
  position: relative;
}
.p-company__policy-img1 .img {
  position: absolute;
}
.p-company__policy-img1 .img1 {
  left: 0;
  top: 0;
}
.p-company__policy-img1 .img2 {
  left: 300px;
  top: 197px;
}
.p-company__policy-img1 .img3 {
  left: 601px;
  top: 86px;
  width: 299px;
}
.p-company__safety {
  margin-bottom: 80px;
}
.p-company__safety .block1 {
  float: right;
  width: 38.216%;
}
.p-company__safety .block1 .txt1 p {
  margin-bottom: 33px;
}
.p-company__safety .box1 {
  float: left;
  width: 55.414%;
}
.p-company__safety .box1 img {
  width: 100%;
}
.p-company__safety .box1 .img1 {
  margin-bottom: 3.45%;
}
.p-company__safety .box1 .img2,
.p-company__safety .box1 .img3 {
  width: 48.275%;
}
.p-company__safety .box1 .img2 {
  float: left;
}
.p-company__safety .box1 .img3 {
  float: right;
}
.p-company__greet .img1 {
  margin-bottom: 65px;
}
.p-company__greet .img1 > div {
  float: left;
  width: 32.2916%;
  margin-left: 1.5626%;
}
.p-company__greet .img1 > div:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.p-company__greet .block1 .box1 > div {
  float: left;
  width: 47.5%;
  margin-left: 5%;
}
.p-company__greet .block1 .box1 > div:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.p-company__outline {
  margin-top: 80px;
  margin-bottom: 115px;
}
.p-company__outline .img1 {
  margin-bottom: 80px;
}
.p-company__access {
  margin-bottom: 120px;
}
.p-company__access .u-googlemap-wrap {
  padding-bottom: 600px;
}
/*=======================================
保有機器
=========================================*/
.p-machine__list {
  margin-bottom: 130px;
}
.p-machine__list .block1 {
  margin-bottom: 70px;
}
.p-machine__list .block1 .img1 {
  float: left;
  width: 53.846%;
}
.p-machine__list .block1 .txt1 {
  float: right;
  width: 42.307%;
}
.p-machine__list .block1 .txt1 .c-table2 th {
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  width: 100px;
}
.p-machine__mainte .c-title4 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
}
.p-machine__mainte .c-title4 .h {
  text-align: left;
}
.p-machine__mainte .block1 li {
  float: left;
  width: 31.5789%;
  margin-left: 2.63165%;
  margin-bottom: 100px;
  position: relative;
}
.p-machine__mainte .block1 li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.p-machine__mainte .block1 li .no {
  position: absolute;
  font-size: 110px;
  font-size: 11rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  color: #EAE2CE;
  font-style: italic;
  left: 0;
  top: -68px;
  font-weight: normal;
  line-height: 100%;
  z-index: -1;
}
.p-machine__mainte .block1 li .txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 12px;
}

/*=======================================
施工実績
=========================================*/
.p-works__tab {
  margin-bottom: 55px;
}
.p-works__tab ul {
  padding-left: 30px;
  padding-right: 30px;
}
.p-works__tab li {
  float: left;
  width: 20%;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-works__tab li a {
  display: block;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  border: 2px solid #000;
  color: #000;
  -webkit-transition: 0.2s ease background-color;
  -moz-transition: 0.2s ease background-color;
  -ms-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
  text-decoration: none;
}
.p-works__tab li a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-works__tab li span {
  display: block;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  transform: skew(40deg);
  padding: 18px 5px;
}
.p-works__tab li + li a {
  border-left: 0;
}
.p-works__tab .txt1 {
  text-align: right;
}
.p-works__tab .txt1 p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 35px;
  line-height: 150%;
}
.p-works__content .block1 {
  margin-bottom: 80px;
}
.p-works__content .block1 li {
  float: left;
  width: 47.5%;
  margin-left: 5%;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  margin-top: -1px;
}
.p-works__content .block1 li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.p-works__content .img1 {
  text-align: center;
  margin-bottom: 80px;
}

/*=======================================
杭工事 よくあるご質問
=========================================*/
.p-faq__tab {
  margin-bottom: 80px;
}
.p-faq__tab ul {
  padding-left: 30px;
  padding-right: 30px;
}
.p-faq__tab li {
  float: left;
  width: 25%;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-faq__tab li a {
  display: block;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  border: 2px solid #000;
  color: #000;
  -webkit-transition: 0.2s ease background-color;
  -moz-transition: 0.2s ease background-color;
  -ms-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
  text-decoration: none;
}
.p-faq__tab li span {
  display: block;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  transform: skew(40deg);
  padding: 18px 5px;
}
.p-faq__tab li + li a {
  border-left: 0;
}
.p-faq__tab li.is-active a,
.p-faq__tab li a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-faq__tab .txt1 {
  text-align: right;
}
.p-faq__tab .txt1 p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 35px;
  line-height: 150%;
}
.p-faq__content {
  background: url(../img/faq/list_bg1.png) no-repeat center top;
}
.p-faq__content .block1 {
  margin-bottom: 90px;
  position: relative;
}
.p-faq__content .block1 .heading {
  background: #000;
  width: 380px;
  height: 380px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-faq__content .block1 .heading h4 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 140%;
  margin-bottom: 10px;
}
.p-faq__content .block1 .heading p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #DCCDAD;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}
.p-faq__content .block1 .box1 {
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  max-width: 74.166%;
}
.p-faq__content .block1 .box1 li {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted #ccc;
}
.p-faq__content .block1 .box1 li:last-child {
  border-bottom: 1px dotted #ccc;
}
.p-faq__content .block1 .box1 li a {
  background: url(../img/faq/list_icon1.png) no-repeat left 7px;
  padding-left: 120px;
  display: block;
  color: #000;
  text-decoration: none;
}
.p-faq__content .block1 .box1 li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  color: #B00F14;
  text-decoration: underline;
}
.p-faq__content .block1.is-head-left .heading {
  left: 0;
}
.p-faq__content .block1.is-head-left .box1 {
  padding-left: 140px;
  float: right;
}
.p-faq__content .block1.is-head-right .heading {
  right: 0;
}
.p-faq__content .block1.is-head-right .box1 {
  padding-right: 140px;
}
.p-faq__content .block1#site {
  margin-bottom: 170px;
}
.p-faq__content .block1#period {
  margin-bottom: 240px;
}
.p-faq__contact {
  margin-bottom: 60px;
}
.p-faq__contact .txt1 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-faq__contact .block1 {
  border: 3px solid #f3f3f3;
}
.p-faq__contact .block1 .box1 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.p-faq__contact .block1 .box1-wrap {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.p-faq__contact .block1 .box1 + .box1 {
  border-left: 3px solid #f3f3f3;
}
.p-faq__contact .block1 .box1 h5 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 12px;
}
.p-faq__contact .block1 .box1 .tel-box {
  background: url(../img/common/icon_tel.png) no-repeat left center;
  padding-left: 55px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.p-faq__contact .block1 .box1 .tel-box p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 160%;
}
.p-faq__contact .block1 .box1 .tel-box p.no {
  font-size: 32px;
  font-size: 3.2rem;
  color: #B00F14;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  line-height: 80%;
  margin-bottom: 0px;
}
.p-faq__contact .block1 .box1 .tel-box p.no small {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
}
.p-faq__contact .block1 .box1 .tel-box p.no a {
  color: #B00F14;
}
.p-faq__contact .block1 .box1.web .c-btn1 {
  margin-top: 16px;
}
.p-faq__contact .block1 .box1.web .c-btn1 a {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 19px;
  padding-bottom: 19px;
}
.p-faq__btn {
  margin-top: 55px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom: 74px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.p-faq__btn .c-btn1 {
  margin-top: 0;
}
.p-faq__btn .category {
  border-top: 1px dotted #000;
  margin-top: 47px;
  padding-top: 23px;
}
.p-faq__btn .category h6 {
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.p-faq__btn .category h6:before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  border-top: 3px solid #DCCFAF;
  margin-left: -20px;
  left: 50%;
  bottom: 0;
}
.p-faq__btn .category li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  min-width: 190px;
}
.p-faq__btn .category li a {
  color: #000;
  text-decoration: none;
}
.p-faq__btn .category li a:hover {
  text-decoration: underline;
}
.p-faq__btn .category li:before {
  display: block;
  content: "";
  border-top: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  width: 29px;
  top: 12px;
  margin-left: -11px;
}
.p-faq__btn .category li:last-child::after {
  display: block;
  content: "";
  border-top: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  width: 29px;
  top: 12px;
  right: 0;
  margin-left: -11px;
}
.p-faq__detail .block_question {
  margin-bottom: 60px;
}
.p-faq__detail .block_question .title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  padding-left: 60px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #DCCFAF;
  position: relative;
  font-style: italic;
}
.p-faq__detail .block_question .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  border-top: 3px solid #DCCFAF;
  width: 40px;
}
.p-faq__detail .block_question h4 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 140%;
  font-weight: normal;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}
.p-faq__detail .block_answer {
  margin-bottom: 60px;
}
.p-faq__detail .block_answer .title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  padding-left: 60px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #B00F14;
  position: relative;
  font-style: italic;
}
.p-faq__detail .block_answer .title:before, .p-faq__detail .block_answer .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  border-top: 3px solid #B00F14;
  width: 40px;
}
.p-faq__detail .block_answer .title:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-faq__detail .block_answer .block1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 220%;
  margin-top: 12px;
  padding-bottom: 12px;
}
.p-faq__detail .block_answer .block1 p.txt1 {
  margin-bottom: 60px;
}
.p-faq__detail .block_answer .block1 p a {
  color: #13A0D8;
}
.p-faq__detail .block_answer .block1 small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-faq__detail .block_answer .block1 .c-column-2 p {
  line-height: 160%;
}
.p-faq__detail .block_answer .block1 .c-column-4 {
  position: relative;
  margin-top: -2.0612%;
}
.p-faq__detail .block_answer .block1 h5 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 160%;
  margin-bottom: 15px;
  margin-top: 50px;
}
.p-faq__detail .block_answer .block1 h5:first-child {
  margin-top: 0;
}
.p-faq__detail .block_answer .block1 h5 + p {
  position: relative;
  margin-top: -10px;
}
.p-faq__detail .block_answer .block1 .point li {
  border: 3px solid #DCCFAF;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-faq__detail .block_answer .block1 .separate1 {
  padding-bottom: 35px;
  border-bottom: 1px dotted #000;
  margin-bottom: 35px;
}
.p-faq__detail .block_answer .block1 .img-box1 {
  margin-bottom: 40px;
}
.p-faq__detail .block_answer .block1 .img-box1 p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 35px;
}
.p-faq__detail .block_answer .block1 .img-box1-2 {
  margin-bottom: 35px;
}
.p-faq__detail .block_answer .block1 .img-box1-2 p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 20px;
}
.p-faq__detail .block_answer .block1 .img-box2 {
  margin-top: 20px;
}
.p-faq__detail .block_answer .block1 .img-box2 .img {
  float: left;
  width: 46.153%;
}
.p-faq__detail .block_answer .block1 .img-box2 .txt {
  float: right;
  width: 50%;
}
.p-faq__detail .block_answer .block1 .img-box2 .txt p {
  margin-top: 0;
}
.p-faq__detail .block_answer .block1 .img-box3 {
  margin-bottom: 20px;
  border-top: 1px dotted #000;
  padding-top: 35px;
  margin-top: 20px;
}
.p-faq__detail .block_answer .block1 .img-box3 .img {
  float: left;
  width: 32%;
}
.p-faq__detail .block_answer .block1 .img-box3 .txt {
  float: right;
  width: 66%;
}
.p-faq__detail .block_answer .block1 .img-box3 .txt p {
  margin-top: 0;
}
.p-faq__detail .block_answer .block1 .img-box4 {
  text-align: center;
  margin-bottom: 40px;
}
.p-faq__detail .block_answer .block1 .img-box4 p {
  text-align: left;
}
.p-faq__detail .block_answer .block1 .txt-box1 {
  border: 3px solid #DCCFAF;
  border-radius: 12px;
  padding: 25px 22px;
}
.p-faq__detail .block_answer .block1 .txt-box1 .title1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 16px;
}
.p-faq__detail .block_answer .block1 .txt-box1 .title1 span {
  font-size: 18px;
  font-size: 1.8rem;
}
.p-faq__detail .block_answer .block1 .txt-box1 p {
  margin-top: 12px;
  line-height: 160%;
}
.p-faq__detail .block_answer .block1 .txt-box1 p.txt1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
  color: #B00F14;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}
.p-faq__detail .block_answer .block1 .txt-box1 p.txt2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}
.p-faq__detail .block_answer .block1 .question8-img {
  margin-bottom: 30px;
}
.p-faq__detail .block_answer .block1 .question8-img .img1 {
  float: left;
  width: 41.4814%;
}
.p-faq__detail .block_answer .block1 .question8-img .img2 {
  float: right;
  width: 55.555%;
}
.p-faq__detail .block_answer .block1 .question8-table {
  max-width: 710px;
}
.p-faq__detail .block_answer .block1 .question8-table td {
  text-align: center;
}
.p-faq__detail .block_answer .block1 .question10-txt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 15px;
  margin-bottom: 40px;
}
.p-faq__detail .block_answer .block1 .question10-txt .txt2 {
  margin-top: 0;
}

/*=======================================
ギャラリー
=========================================*/
.p-gallery__pile {
  padding-top: 100px;
  background: url(../img/common/bg1_2.png) repeat-y center top;
  padding-bottom: 100px;
}
.p-gallery__pile .box1 {
  float: left;
  width: 62.112%;
}
.p-gallery__pile .box1 h3 {
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 140%;
  margin-top: 35px;
  margin-bottom: 30px;
}
.p-gallery__pile .box1 h3 span {
  color: #B00F14;
}
.p-gallery__pile .box1 p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 180%;
}
.p-gallery__pile .box1 .img1 {
  margin-top: 70px;
  text-align: right;
  margin-right: 40px;
}
.p-gallery__pile .box2 {
  float: right;
  width: 33.802%;
  text-align: right;
  padding-top: 250px;
}
.p-gallery__polite {
  background: #000;
  color: #fff;
  margin-bottom: 110px;
}
.p-gallery__polite .img1 {
  background: url(../img/gallery/polite_img1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 700px;
}
.p-gallery__polite .block1 {
  text-align: center;
  padding-top: 135px;
  padding-bottom: 170px;
}
.p-gallery__polite .block1 h3 {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  line-height: 160%;
  margin-bottom: 70px;
}
.p-gallery__polite .block1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 220%;
}
.p-gallery__polite .img2 {
  background: url(../img/gallery/polite_img2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 700px;
}
.p-gallery__spirits {
  margin-bottom: 100px;
}
.p-gallery__spirits .img1 {
  float: left;
  width: 67.5%;
}
.p-gallery__spirits .img1 > div {
  float: left;
  width: 33.333%;
}
.p-gallery__spirits .img1-2 {
  padding-top: 40px;
}
.p-gallery__spirits .img1-3 {
  padding-top: 93px;
}
.p-gallery__spirits .box1 {
  float: right;
  width: 25.714%;
}
.p-gallery__spirits .box1 h3 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 160%;
  margin-bottom: 55px;
}
.p-gallery__spirits .box1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 220%;
}
.p-gallery__spirits .slider {
  clear: both;
  padding-top: 100px;
}
.p-gallery__spirits .slider .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 74px;
  background-position: center;
  background-size: cover;
  top: 50%;
  margin-top: -37px;
}
.p-gallery__spirits .slider .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../img/common/slider_prev.png);
  left: 20px;
}
.p-gallery__spirits .slider .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../img/common/slider_next.png);
  right: 20px;
}
.p-gallery__cutin {
  text-align: center;
  margin-bottom: 86px;
}
.p-gallery__image1 li {
  float: left;
  width: 31.034%;
  margin-left: 3.449%;
  margin-bottom: 3.449%;
}
.p-gallery__image1 li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

/*=======================================
ブログ
=========================================*/
.p-blog {
  padding-bottom: 100px;
}
.p-blog__archive, .p-blog__detail {
  float: left;
  width: 66.666%;
}
.p-blog__archive .block1 li {
  float: left;
  width: 47.5%;
  margin-left: 5%;
  margin-bottom: 40px;
}
.p-blog__archive .block1 li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.p-blog__archive .block1 li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.p-blog__archive .block1 li .txt1 {
  padding-top: 10px;
}
.p-blog__archive .block1 li .date {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  color: #B00F14;
  line-height: 140%;
  margin-bottom: 5px;
}
.p-blog__archive .block1 li h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 160%;
}
.p-blog__archive .block1 li .category {
  margin-top: 18px;
}
.p-blog__archive .block1 li .category span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #d0d0d0;
  line-height: 140%;
  padding: 3px 7px;
  margin-right: 10px;
}
.p-blog__detail .heading {
  margin-bottom: 56px;
}
.p-blog__detail .heading .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #B00F14;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 140%;
  margin-bottom: 20px;
}
.p-blog__detail .heading h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  margin-bottom: 18px;
  line-height: 160%;
}
.p-blog__detail .heading .category span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #d0d0d0;
  line-height: 140%;
  padding: 3px 7px;
  margin-right: 10px;
}
.p-blog__detail .nav {
  margin-top: 50px;
  border-top: 1px solid #dedede;
}
.p-blog__detail .nav li {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-blog__detail .nav li a {
  display: block;
  background-repeat: no-repeat;
}
.p-blog__detail .nav li.prev {
  float: left;
}
.p-blog__detail .nav li.prev a {
  background-image: url(../img/common/icon_prev.png);
  background-position: left center;
  padding-left: 26px;
}
.p-blog__detail .nav li.next {
  float: right;
}
.p-blog__detail .nav li.next a {
  background-image: url(../img/common/icon_next.png);
  background-position: right center;
  padding-right: 26px;
}
.p-blog__side {
  float: right;
  width: 28.333%;
}
.p-blog__side .block1 {
  margin-bottom: 60px;
}
.p-blog__side .block1 a {
  color: #000;
}
.p-blog__side .block1 a:hover {
  text-decoration: underline;
}
.p-blog__side .block1 h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.p-blog__side .block1.search {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
}
.p-blog__side .block1.search input[type=image] {
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-blog__side .block1.search input[type=image]:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-blog__side .block1.search input[type=text] {
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-left: 5px;
  padding: 7px 2px;
}
.p-blog__side .block1.category ul {
  padding-left: 20px;
}
.p-blog__side .block1.category li {
  margin-bottom: 16px;
}
.p-blog__side .block1.entry li {
  margin-bottom: 18px;
}
.p-blog__side .block1.entry li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.p-blog__side .block1.entry li a:hover .title {
  text-decoration: underline;
}
.p-blog__side .block1.entry li .img1 {
  float: left;
  width: 90px;
}
.p-blog__side .block1.entry li .txt1 {
  margin-left: 110px;
}
.p-blog__side .block1.entry li .txt1 .category {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
  margin-bottom: 3px;
}
.p-blog__side .block1.entry li .txt1 .title {
  font-size: 14px;
  font-size: 1.4rem;
}

/*=======================================
お問い合わせ
=========================================*/
.p-contact {
  padding-bottom: 100px;
}
.p-contact__block1 {
  border: 3px solid #F3F3F3;
  text-align: center;
  padding: 24px 10px;
  margin-bottom: 30px;
}
.p-contact__block1 .title {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 25px;
}
.p-contact__block1 .title:before {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  margin-left: -50px;
  bottom: 0;
  border-bottom: 1px solid #000;
  left: 50%;
}
.p-contact__block1 .title h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 5px;
}
.p-contact__block1 .title p {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  color: #DCCEAE;
}
.p-contact__block1 .txt1 {
  margin-bottom: 18px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-contact__block1 .charge {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-contact__form table {
  width: 100%;
}
.p-contact__form th,
.p-contact__form td {
  padding-bottom: 40px;
}
.p-contact__form th {
  width: 280px;
  text-align: left;
  vertical-align: top;
  padding-left: 80px;
  padding-top: 10px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-contact__form th .required {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  background: #B00F14;
  color: #fff;
  left: 0;
  top: 6px;
  padding: 2px 8px;
  font-weight: normal;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}
.p-contact__form td input[type=text],
.p-contact__form td input[type=email],
.p-contact__form td input[type=tel],
.p-contact__form td select,
.p-contact__form td textarea {
  background: #F3F3F3;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border: 1px solid #F3F3F3;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 15px 18px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}
.p-contact__form td input[type=text]:focus,
.p-contact__form td input[type=email]:focus,
.p-contact__form td input[type=tel]:focus,
.p-contact__form td select:focus,
.p-contact__form td textarea:focus {
  border-color: #000;
}
.p-contact__form td input[type=text].wpcf7c-conf,
.p-contact__form td input[type=email].wpcf7c-conf,
.p-contact__form td input[type=tel].wpcf7c-conf,
.p-contact__form td select.wpcf7c-conf,
.p-contact__form td textarea.wpcf7c-conf {
  background: #fff;
  border: 0;
  border-bottom: 3px solid #F3F3F3;
}
.p-contact__form td .zip1 input {
  width: 80px;
}
.p-contact__form td .zip2 input {
  width: 100px;
}
.p-contact__form td p {
  margin-bottom: 20px;
}
.p-contact__form td p:last-child {
  margin-bottom: 0;
}
.p-contact__form .privacy {
  border: 3px solid #F3F3F3;
  padding: 20px;
  max-height: 260px;
  overflow: auto;
  margin-bottom: 20px;
}
.p-contact__form .privacy h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  margin-bottom: 30px;
}
.p-contact__form .privacy h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-contact__form .privacy p {
  margin-bottom: 30px;
}
.p-contact__form .privacy_check {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-contact__form .privacy_check label {
  cursor: pointer;
}
.p-contact__form .btn {
  margin-top: 40px;
  text-align: center;
}
.p-contact__form .btn input[type=submit],
.p-contact__form .btn input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: #B00F14;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 380px;
  width: 100%;
  border: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-contact__form .btn input[type=submit]:hover,
.p-contact__form .btn input[type=button]:hover {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}
.p-contact__form .btn input[type=submit] + input[type=submit],
.p-contact__form .btn input[type=submit] + input[type=button],
.p-contact__form .btn input[type=button] + input[type=submit],
.p-contact__form .btn input[type=button] + input[type=button] {
  margin-left: 60px;
}
.p-contact__form .btn input[type=submit].wpcf7-back,
.p-contact__form .btn input[type=button].wpcf7-back {
  background: #999;
}
.p-contact__form .btn input[type=submit][disabled],
.p-contact__form .btn input[type=button][disabled] {
  background: #999;
  cursor: auto;
}
.p-contact__form .btn input[type=submit][disabled]:hover,
.p-contact__form .btn input[type=button][disabled]:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/*=======================================
研修・制度
=========================================*/
.p-benefit {
  padding-bottom: 80px;
}
.p-benefit__flow {
  margin-bottom: 80px;
}
.p-benefit__flow h4 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 48px;
  background: #000;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 14px;
  margin-left: 30px;
  font-weight: normal;
  margin-right: 30px;
}
.p-benefit__flow h4 span {
  display: block;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  transform: skew(40deg);
}
.p-benefit__flow li {
  margin-bottom: 30px;
  *zoom: 1;
}
.p-benefit__flow li:after {
  display: block;
  content: "";
  clear: both;
}
.p-benefit__flow li h5 {
  float: left;
  width: 41.666%;
}
.p-benefit__flow li .txt1 {
  float: right;
  width: 51.666%;
}
.p-benefit__flow li .txt1 table {
  width: 100%;
}
.p-benefit__flow li .txt1 th,
.p-benefit__flow li .txt1 td {
  border-bottom: 1px dotted #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-benefit__flow li .txt1 th {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  width: 160px;
}
.p-benefit__flow li .txt1 td {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-benefit__flow li .txt1 .txt2 {
  margin-top: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
}
.p-benefit__flow li.step1 th {
  color: #F69600;
}
.p-benefit__flow li.step2 th {
  color: #8FC11C;
}
.p-benefit__flow li.step3 th {
  color: #5DC1CF;
}
.p-benefit__data {
  margin-bottom: 100px;
}
.p-benefit__data h4 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 48px;
  background: #000;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 14px;
  margin-left: 30px;
  font-weight: normal;
  margin-right: 30px;
}
.p-benefit__data h4 span {
  display: block;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  transform: skew(40deg);
}
.p-benefit__data .block {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-benefit__data .block .title1 {
  text-align: center;
  margin-bottom: 60px;
}
.p-benefit__data .block .title1 h5 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 5px;
}
.p-benefit__data .block .title1 p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #CDB88B;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}
.p-benefit__data .block .img1 {
  text-align: center;
  margin-bottom: 30px;
}
.p-benefit__data .block .txt1 {
  text-align: center;
  padding-bottom: 45px;
}
.p-benefit__data .block .txt1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
}
.p-benefit__data .block.block1 {
  float: left;
  padding-right: 30px;
}
.p-benefit__data .block.block2 {
  float: right;
  border-left: 1px dotted #000;
  padding-left: 30px;
}
.p-benefit__event h4 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 48px;
  background: #000;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 14px;
  margin-left: 30px;
  font-weight: normal;
  margin-right: 30px;
}
.p-benefit__event h4 span {
  display: block;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  transform: skew(40deg);
}
.p-benefit__event .block1 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-benefit__event .block1 .box1 {
  float: left;
  width: 46.551%;
  margin-left: 6.898%;
  margin-bottom: 50px;
}
.p-benefit__event .block1 .box1:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.p-benefit__event .block1 .box1 .img1 {
  text-align: center;
  margin-bottom: 15px;
}
.p-benefit__event .block1 .box1 .txt1 h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #B00F14;
  margin-bottom: 15px;
  line-height: 160%;
}
.p-benefit__event .block1 .box1 .txt1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
}

/*=======================================
採用情報
=========================================*/
.p-recruit__spirit {
  background: url(../img/recruit/spirit_img1.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 280px;
  position: relative;
  overflow: hidden;
}
.p-recruit__spirit:before {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background: url(../img/recruit/spirit_bg1.png) center;
  position: absolute;
  left: 0;
  top: 0;
}
.p-recruit__spirit .c-wrap__1300 {
  position: relative;
}
.p-recruit__spirit .txt1 {
  position: absolute;
  left: -205px;
  top: 0;
}
.p-recruit__spirit .title1 {
  margin-bottom: 80px;
}
.p-recruit__spirit .title1 h3 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 150%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 35px;
}
.p-recruit__spirit .title1 p {
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
}
.p-recruit__spirit .box1 {
  max-width: 700px;
}
.p-recruit__spirit .box1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 220%;
}
.p-recruit__challenge {
  background: url(../img/recruit/challenge_bg1.png) no-repeat center top;
  color: #fff;
  padding-top: 200px;
  padding-bottom: 155px;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
.p-recruit__challenge-wrap {
  background: url(../img/recruit/benefits_bg1.png) center top;
}
.p-recruit__challenge .heading,
.p-recruit__challenge .txt1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.p-recruit__challenge .heading {
  width: 31.481%;
}
.p-recruit__challenge .heading h3 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 120px;
  font-size: 12rem;
  white-space: nowrap;
  color: #000;
  font-weight: bold;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 140%;
  text-align: left;
  letter-spacing: -0.45em;
  text-indent: -0.15em;
}
.p-recruit__challenge .heading h3 strong {
  font-size: 180px;
  font-size: 18rem;
  color: #DCCFAF;
  letter-spacing: -0.2em;
}
.p-recruit__challenge .txt1 {
  margin-left: 7.222%;
  width: 61.111%;
}
.p-recruit__challenge .txt1 h4 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  line-height: 130%;
  margin-bottom: 50px;
}
.p-recruit__challenge .txt1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 220%;
  margin-bottom: 30px;
}
.p-recruit__interview {
  background: url(../img/recruit/benefits_bg1.png) center bottom;
}
.p-recruit__interview .heading {
  text-align: right;
  margin-bottom: 75px;
  color: #fff;
}
.p-recruit__interview .heading h3,
.p-recruit__interview .heading p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.p-recruit__interview .heading h3 {
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  font-size: 60px;
  font-size: 6rem;
  margin-right: 40px;
  line-height: 140%;
}
.p-recruit__interview .heading p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 140%;
  font-weight: bold;
}
.p-recruit__interview .heading p span {
  color: #B00F14;
}
.p-recruit__interview .content {
  border-top: 1px solid #fff;
}
.p-recruit__interview .content li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}
.p-recruit__interview .content li:nth-child(4n+1) {
  clear: both;
  border-left: 0;
}
.p-recruit__interview .content li a {
  display: block;
  color: #fff;
  padding: 7% 5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
.p-recruit__interview .content li a:hover {
  color: #000;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-recruit__interview .content li a:hover .number p {
  color: #B00F14;
  background-image: url(../img/common/btn1_icon1_red.png);
}
.p-recruit__interview .content li a:hover .number p.no {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-recruit__interview .content li a:hover .number p.no img {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.p-recruit__interview .content li a .number {
  margin-bottom: 31%;
}
.p-recruit__interview .content li a .number p {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  background: url(../img/common/btn1_icon1.png) no-repeat left top;
  padding-top: 20px;
  margin-top: 10px;
}
.p-recruit__interview .content li a .number p.no {
  background: none;
  padding-top: 0;
  margin-top: 0;
  opacity: 0.62;
  -ms-filter: "alpha(opacity=62)";
  filter: alpha(opacity=62);
  background-repeat: no-repeat;
  background-position: left top;
}
.p-recruit__interview .content li a .number p.no img {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-recruit__interview .content li a .txt1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-recruit__interview .content li a .txt1 .job {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.p-recruit__interview .content li a .txt1 h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 140%;
  margin-bottom: 30px;
}
.p-recruit__interview .content li a .txt1 .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 140%;
}
.p-recruit__interview .content li.sekiya a {
  background-image: url(../img/top/interview_img1.jpg);
}
.p-recruit__interview .content li.sekiya a:hover {
  background-image: url(../img/top/interview_img1_hover.jpg);
}
.p-recruit__interview .content li.sekiya a:hover .number p.no {
  background-image: url(../img/top/interview_icon1_hover.png);
}
.p-recruit__interview .content li.okura a {
  background-image: url(../img/top/interview_img2.jpg);
}
.p-recruit__interview .content li.okura a:hover {
  background-image: url(../img/top/interview_img2_hover.jpg);
}
.p-recruit__interview .content li.okura a:hover .number p.no {
  background-image: url(../img/top/interview_icon2_hover.png);
}
.p-recruit__interview .content li.yamada a {
  background-image: url(../img/top/interview_img3.jpg);
}
.p-recruit__interview .content li.yamada a:hover {
  background-image: url(../img/top/interview_img3_hover.jpg);
}
.p-recruit__interview .content li.yamada a:hover .number p.no {
  background-image: url(../img/top/interview_icon3_hover.png);
}
.p-recruit__interview .content li.fujii a {
  background-image: url(../img/top/interview_img4.jpg);
}
.p-recruit__interview .content li.fujii a:hover {
  background-image: url(../img/top/interview_img4_hover.jpg);
}
.p-recruit__interview .content li.fujii a:hover .number p.no {
  background-image: url(../img/top/interview_icon4_hover.png);
}
.p-recruit__communication {
  background: url(../img/recruit/communication_bg1.png) no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 109px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.p-recruit__communication .block1 {
  float: left;
  width: 46.153%;
}
.p-recruit__communication .block1 .heading p {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 30px;
  color: #A59363;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-recruit__communication .block1 .heading h3 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 150%;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: bold;
  margin-bottom: 55px;
}
.p-recruit__communication .block1 .txt1 p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 180%;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
}
.p-recruit__communication .block1 .c-btn1 a {
  margin-left: 0;
}
.p-recruit__communication .slider {
  float: right;
  width: 49.23%;
}
.p-recruit__communication .slider-wrap {
  width: 900px;
}
.p-recruit__communication .slider .bx-wrapper {
  position: static;
}
.p-recruit__communication .slider .bx-wrapper .bx-controls-direction {
  position: absolute;
  bottom: 109px;
  right: 0;
}
.p-recruit__communication .slider .bx-wrapper .bx-controls-direction a {
  position: static;
  width: 60px;
  height: 60px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 0;
  vertical-align: bottom;
  text-indent: 100%;
  overflow: hidden;
  background-position: center;
}
.p-recruit__communication .slider .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../img/common/slider_prev2.png);
}
.p-recruit__communication .slider .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../img/common/slider_next2.png);
}
@media screen and (min-width: 1814px) {
  .p-recruit__communication .slider .bx-wrapper {
    position: relative;
  }
  .p-recruit__communication .slider .bx-wrapper .bx-controls-direction {
    bottom: 0;
  }
}
.p-recruit__benefit {
  background: url(../img/recruit/benefits_bg1.png) center top;
  position: relative;
  margin-top: -176px;
  padding-top: 176px;
  z-index: 1;
  color: #fff;
  padding-bottom: 94px;
}
.p-recruit__benefit .title {
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 94px;
}
.p-recruit__benefit .title:before {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  border-bottom: 1px solid #fff;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}
.p-recruit__benefit .title h3 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  line-height: 120%;
  margin-bottom: 20px;
}
.p-recruit__benefit .title p {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.p-recruit__benefit .block1 .box1 {
  float: left;
  width: 29.85%;
  margin-left: 5.225%;
  text-align: center;
}
.p-recruit__benefit .block1 .box1:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.p-recruit__benefit .block1 .box1 a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.p-recruit__benefit .block1 .box1 p {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 140%;
  margin-top: 20px;
}
.p-recruit__application {
  background: url(../img/recruit/application_bg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 60px;
  text-align: center;
}
.p-recruit__application .block1 {
  margin-bottom: 21px;
}
.p-recruit__application .block1 h3 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 150%;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  margin-bottom: 43px;
}
.p-recruit__application .block1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 220%;
}
.p-recruit__application .block1 .requirement {
  padding: 22px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  max-width: 1100px;
  margin: 35px auto 0;
}
.p-recruit__application .block1 .requirement table {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit__application .block1 .requirement th,
.p-recruit__application .block1 .requirement td {
  border-bottom: 1px solid #C8DADA;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
}
.p-recruit__application .block1 .requirement th {
  vertical-align: top;
  font-weight: bold;
  width: 150px;
}
.p-recruit__application .block1 .c-btn1 {
  margin-top: 24px;
}
.p-recruit__application .img1 {
  text-align: center;
}

/*=======================================
インタビュー
=========================================*/
.p-interview__block1 {
  margin-bottom: 70px;
}
.p-interview__block1 .box1 {
  float: right;
  width: 46.6666%;
}
.p-interview__block1 .box1 h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 150%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  background: url(../img/interview/interview_icon1.png) no-repeat left bottom;
  padding-bottom: 26px;
  margin-bottom: 34px;
}
.p-interview__block1 .box1 .txt1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 220%;
}
.p-interview__block1 .box1 .txt2 {
  margin-top: 35px;
  border: 5px solid #E5E5E5;
  padding: 18px 25px;
}
.p-interview__block1 .box1 .txt2 h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  margin-bottom: 10px;
}
.p-interview__block1 .box1 .txt2 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 220%;
}
.p-interview__block1 .box1 .txt2 .txt2-1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #B00F14;
  border-bottom: 1px solid #B00F14;
  margin-bottom: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.p-interview__block1 .img1 {
  float: left;
  width: 44.1666%;
  position: relative;
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  transform: translateX(-70px);
}
.p-interview__block1 .img1:before {
  display: block;
  content: "";
  background: url(../img/interview/interview_bg1.png) no-repeat center;
  background-size: contain;
  width: 160%;
  padding-top: 98.134%;
  position: absolute;
  top: 92px;
  right: 13px;
  z-index: -1;
}
.p-interview__challenge {
  margin-bottom: 82px;
  position: relative;
  overflow: hidden;
}
.p-interview__challenge .c-wrap__1200 {
  position: relative;
}
.p-interview__challenge .txt1 {
  position: absolute;
  left: 90px;
  top: 0;
  font-size: 200px;
  font-size: 20rem;
  color: #D9D9D9;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  z-index: -1;
  font-weight: bold;
  line-height: 100%;
}
.p-interview__challenge .box1 {
  float: left;
  width: 46.6666%;
  padding-top: 95px;
}
.p-interview__challenge .box1 h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 150%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  background: url(../img/interview/interview_icon1.png) no-repeat left bottom;
  padding-bottom: 26px;
  margin-bottom: 34px;
}
.p-interview__challenge .box1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 220%;
}
.p-interview__challenge .img1 {
  float: right;
  width: 46.666%;
  -webkit-transform: translateX(98px);
  -moz-transform: translateX(98px);
  transform: translateX(98px);
}
.p-interview__reward {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-bottom: 80px;
}
.p-interview__reward .block1 h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 36px;
}
.p-interview__reward .block1 h4 {
  margin-bottom: 50px;
}
.p-interview__reward .block1 p {
  max-width: 560px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 220%;
}
.is-interview-sekiya .p-interview__reward {
  background-image: url(../img/interview/sekiya/reward_bg1.jpg);
}
.is-interview-okura .p-interview__reward {
  background-image: url(../img/interview/okura/reward_bg1.jpg);
}
.is-interview-yamada .p-interview__reward {
  background-image: url(../img/interview/yamada/reward_bg1.jpg);
}
.is-interview-fujii .p-interview__reward {
  background-image: url(../img/interview/fujii/reward_bg1.jpg);
}
.p-interview__message {
  overflow: hidden;
  margin-bottom: 135px;
}
.p-interview__message .block1 {
  float: right;
  width: 59.1666%;
  position: relative;
  padding-top: 75px;
}
.p-interview__message .block1 .txt1 {
  position: absolute;
  font-size: 230px;
  font-size: 23rem;
  color: #D9D9D9;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  z-index: -1;
  top: 0;
  left: -54px;
  font-weight: bold;
  line-height: 100%;
}
.p-interview__message .block1 h4 {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #B00F14;
  line-height: 160%;
  margin-bottom: 58px;
}
.p-interview__message .block1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 220%;
}
.p-interview__message .block1 .box1 {
  margin-top: 55px;
  border: 5px solid #E5E5E5;
  padding: 18px 25px;
  text-align: center;
}
.p-interview__message .block1 .box1 h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "M+ C Type-1 (basic latin) Regular", "M+ Type-1 (general-j) Regular", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  margin-bottom: 10px;
}
.p-interview__message .block1 .box1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 220%;
  text-align: left;
}
.p-interview__message .block1 .box1 .txt2-1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #B00F14;
  border-bottom: 1px solid #B00F14;
  margin-bottom: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.p-interview__message .img1 {
  float: left;
  width: 38.3333%;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  transform: translateX(-100px);
  position: relative;
  min-height: 730px;
  text-align: center;
}
.p-interview__message .img1 img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-interview__other {
  background: url(../img/interview/other_bg1.png) center top;
  padding-bottom: 56px;
}
.p-interview__other h4 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 120%;
  font-family: "Anton", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: normal;
  margin-top: -25px;
  margin-bottom: 60px;
  color: #000;
}
.p-interview__other li {
  float: left;
  width: 26.3157%;
  margin-left: 10.52645%;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-interview__other li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.p-interview__other li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-interview__other li .img {
  margin-bottom: 5px;
}
.p-interview__other li .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: bold;
}
.p-interview__other li .txt h5 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 140%;
}

/* ----------------------------- 9. ラップトップ */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  /*=======================================
  ラップトップ
  =========================================*/
  body {
    min-width: 1200px;
  }
  /* ========================================= ヘッダー */
  .l-header__logo {
    width: 30%;
  }
  .l-header__nav {
    max-width: 65%;
    max-width: calc(100% - 472px);
  }
  .l-header__nav ul {
    padding-left: 0;
    padding-right: 100px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header__nav li.recruit, .l-header__nav li.email {
    -webkit-transform: translate(115px, 0) skew(40deg);
    -moz-transform: translate(115px, 0) skew(40deg);
    transform: translate(115px, 0) skew(40deg);
  }
  /* ========================================= トップページ */
  .p-top__works {
    overflow: hidden;
  }
}
/* ----------------------------- 9. タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*=======================================
  タブレット
  =========================================*/
  body {
    min-width: 1200px;
  }
  /* ========================================= ヘッダー */
  .l-header__logo {
    width: 30%;
  }
  .l-header__nav {
    max-width: 65%;
    max-width: calc(100% - 472px);
  }
  .l-header__nav ul {
    padding-left: 0;
    padding-right: 100px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header__nav li.recruit, .l-header__nav li.email {
    -webkit-transform: translate(115px, 0) skew(40deg);
    -moz-transform: translate(115px, 0) skew(40deg);
    transform: translate(115px, 0) skew(40deg);
  }
  /* ========================================= フッター */
  /* ========================================= パーツ */
  [class*=c-wrap] {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ========================================= トップページ */
  .p-top__wearea {
    background-image: url(../img/top/wearea_img1-2.jpg);
    background-attachment: scroll;
  }
  .p-top__works {
    overflow: hidden;
  }
  /* ========================================= ギャラリー */
  .p-gallery__polite .img1,
  .p-gallery__polite .img2 {
    background-attachment: scroll;
  }
  .p-gallery__spirits .img1 {
    width: 56%;
  }
  .p-gallery__spirits .box1 {
    width: 38%;
  }
  /* ========================================= よくある質問 */
  .p-faq__contact .block1 .box1 .tel-box {
    background-size: 30px auto;
    padding-left: 40px;
  }
  .p-faq__contact .block1 .box1 .tel-box p.no {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-faq__contact .block1 .box1 .tel-box p.no small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* ========================================= 採用情報 */
  .p-recruit__challenge .heading h3 {
    letter-spacing: 0;
    text-indent: 0;
  }
  .p-recruit__challenge .heading h3 strong {
    letter-spacing: 0;
  }
  /* ========================================= インタビュー */
  .p-interview__reward {
    background-attachment: unset;
  }
  .p-interview__message .img1 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
/* ----------------------------- 9. スマホ */
@media screen and (max-width: 767px) {
  /*=======================================
  スマホ
  =========================================*/
  html {
    font-size: 52.4%;
  }
  body {
    min-width: initial;
    line-height: 180%;
  }
  /* ========================================= ヘッダー */
  .l-header {
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: transparent;
  }
  .l-header__logo {
    float: none;
    width: auto;
    max-width: initial;
    padding: 8px;
  }
  .l-header__logo h1 {
    float: left;
    width: 60%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 10px;
  }
  .l-header__logo .btn1 {
    float: right;
    width: 14%;
    max-width: 50px;
    position: relative;
    text-align: center;
    z-index: 19;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(176, 15, 20, 0.75);
  }
  .l-header__logo .btn1 span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 2px;
    background: #fff;
    vertical-align: middle;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .l-header__logo .btn1 span:before, .l-header__logo .btn1 span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    transform-origin: center;
  }
  .l-header__logo .btn1 span:before {
    top: -8px;
  }
  .l-header__logo .btn1 span:after {
    bottom: -8px;
  }
  .l-header__logo .btn1.is-open span {
    background: transparent;
  }
  .l-header__logo .btn1.is-open span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center;
    top: 0;
  }
  .l-header__logo .btn1.is-open span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center;
    bottom: 0;
  }
  .l-header__nav {
    display: none;
    float: none;
    max-width: initial;
    max-height: 100vh;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
  }
  .l-header__nav ul {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    transform: skew(0);
    margin-right: 0;
    padding-left: 0;
    display: block;
    background: transparent;
  }
  .l-header__nav li {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    transform: skew(0);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .l-header__nav li a {
    display: block;
    color: #fff;
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    transform: skew(0);
    padding: 15px;
  }
  .l-header__nav li.recruit, .l-header__nav li.email {
    -webkit-transform: translateY(0) skew(0);
    -moz-transform: translateY(0) skew(0);
    transform: translateY(0) skew(0);
  }
  .l-header__nav li.recruit a, .l-header__nav li.email a {
    box-shadow: none;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 15px;
  }
  .l-header__nav li.recruit {
    margin-left: 0;
  }
  .l-header__nav li span {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    transform: skew(0);
  }
  .l-pagetitle {
    padding-top: 100px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .l-pagetitle h2 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 15px;
  }
  .l-pagetitle p {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 18px;
  }
  .l-pagetitle__interview {
    padding-top: 70px;
    margin-bottom: 30px;
    background-image: url(../img/interview/pagetitle_bg2.png);
  }
  .l-pagetitle__interview .block1 {
    padding-top: 150px;
    padding-bottom: 20px;
    background-size: cover;
  }
  .l-pagetitle__interview .block1 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 210%;
  }
  .l-pagetitle__interview .block1 h2 span {
    padding: 4px 10px;
  }
  .l-pagetitle__interview .block2 {
    margin-top: 30px;
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 50px;
    background-size: contain;
  }
  .l-pagetitle__interview .block2 .no,
  .l-pagetitle__interview .block2 .txt1 {
    vertical-align: top;
  }
  .l-pagetitle__interview .block2 .no {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .l-pagetitle__interview .block2 .no p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-pagetitle__interview .block2 .no p img {
    width: auto;
    max-height: 42px;
  }
  .l-pagetitle__interview .block2 .txt1 .job {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-pagetitle__interview .block2 .txt1 h3 {
    margin-top: 10px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 110%;
  }
  .l-pagetitle__interview .block2 .txt1 h3 span {
    display: block;
    margin-left: 0;
  }
  .l-pagetitle__interview .block2 .txt1 .year {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* ========================================= フッター */
  .l-footer {
    padding: 30px 15px 40px;
  }
  .l-footer__block1 h1,
  .l-footer__block1 p {
    display: block;
  }
  .l-footer__block1 p {
    vertical-align: middle;
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
  .l-footer__block1 a {
    color: #fff;
    text-decoration: underline;
  }
  /* ========================================= パーツ */
  .c-title1 {
    margin-bottom: 30px;
  }
  .c-title1 .h {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-title3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .c-title4 .h {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .c-title4 .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-title4 .txt-bg {
    font-size: 55px;
    font-size: 5.5rem;
  }
  .c-title5 {
    margin-bottom: 20px;
  }
  .c-title5 .h {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-title5 .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-title6 {
    margin-bottom: 40px;
  }
  .c-btn1 {
    margin-top: 25px;
  }
  .c-btn1 a {
    max-width: initial;
    display: block;
  }
  .c-btn2 {
    margin-top: 25px;
  }
  .c-btn2 a {
    max-width: initial;
    display: block;
  }
  .c-table1 th,
  .c-table1 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
  }
  .c-table2 th,
  .c-table2 td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .c-column-2 > li,
  .c-column-2 > div,
  .c-column-3 > li,
  .c-column-3 > div,
  .c-column-4 > li,
  .c-column-4 > div {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .c-column-2 > li.row-full,
  .c-column-2 > div.row-full,
  .c-column-3 > li.row-full,
  .c-column-3 > div.row-full,
  .c-column-4 > li.row-full,
  .c-column-4 > div.row-full {
    clear: both;
    margin-left: 0;
    width: 100%;
  }
  .c-column-2 > li.row-full [class*=c-column-] > li,
  .c-column-2 > li.row-full [class*=c-column-] > div,
  .c-column-2 > div.row-full [class*=c-column-] > li,
  .c-column-2 > div.row-full [class*=c-column-] > div,
  .c-column-3 > li.row-full [class*=c-column-] > li,
  .c-column-3 > li.row-full [class*=c-column-] > div,
  .c-column-3 > div.row-full [class*=c-column-] > li,
  .c-column-3 > div.row-full [class*=c-column-] > div,
  .c-column-4 > li.row-full [class*=c-column-] > li,
  .c-column-4 > li.row-full [class*=c-column-] > div,
  .c-column-4 > div.row-full [class*=c-column-] > li,
  .c-column-4 > div.row-full [class*=c-column-] > div {
    margin-bottom: 5%;
  }
  .c-column-2 > li.row-full [class*=c-column-] > li:last-child,
  .c-column-2 > li.row-full [class*=c-column-] > div:last-child,
  .c-column-2 > div.row-full [class*=c-column-] > li:last-child,
  .c-column-2 > div.row-full [class*=c-column-] > div:last-child,
  .c-column-3 > li.row-full [class*=c-column-] > li:last-child,
  .c-column-3 > li.row-full [class*=c-column-] > div:last-child,
  .c-column-3 > div.row-full [class*=c-column-] > li:last-child,
  .c-column-3 > div.row-full [class*=c-column-] > div:last-child,
  .c-column-4 > li.row-full [class*=c-column-] > li:last-child,
  .c-column-4 > li.row-full [class*=c-column-] > div:last-child,
  .c-column-4 > div.row-full [class*=c-column-] > li:last-child,
  .c-column-4 > div.row-full [class*=c-column-] > div:last-child {
    margin-bottom: 0;
  }
  [class*=c-wrap] [class*=c-wrap] {
    padding-left: 0;
    padding-right: 0;
  }
  .js-table-xscroll__wrap {
    width: 100%;
    overflow-x: auto;
  }
  .js-table-xscroll__in {
    width: 700px;
  }
  /* ========================================= トップページ */
  .l-kv {
    padding-top: calc(100vh - 240px);
  }
  .l-kv .txt1 {
    margin-bottom: 80px;
  }
  .l-kv .txt1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-kv .txt1 h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .p-top__wearea {
    background-attachment: scroll;
  }
  .p-top__wearea .box1 {
    padding: 80px 10px;
  }
  .p-top__wearea .box1 h3 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .p-top__wearea .box1 h3 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top__link li {
    float: none;
    width: auto;
  }
  .p-top__link li a {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-top__machine {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .p-top__machine .box1 h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .p-top__works {
    border-bottom-width: 40px;
    background-position: left center;
  }
  .p-top__works .c-wrap__1026 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top__works .box1,
  .p-top__works .box1-wrap {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    transform: skew(0);
  }
  .p-top__works .box1 {
    display: block;
    float: none;
  }
  .p-top__works .box1-wrap {
    padding: 20px;
  }
  .p-top__works .box1 h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .p-top__recruit {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .p-top__recruit .block1 {
    padding: 0 20px 15px;
  }
  .p-top__recruit .block1 h3 {
    font-size: 50px;
    font-size: 5rem;
    margin-top: -20px;
  }
  .p-top__recruit .block1 .box1,
  .p-top__recruit .block1 .btn1 {
    display: block;
  }
  .p-top__recruit .block1 .box1 {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .p-top__recruit .block1 .btn1 .c-btn2 a {
    width: auto;
  }
  .p-top__interview li {
    float: none;
    width: auto;
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .p-top__interview li a .txt1 .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__blog {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .p-top__blog .title {
    margin-bottom: 25px;
  }
  .p-top__blog .block1 li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  /* ========================================= 会社情報 */
  .p-company__message .c-title4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-company__message-block1 {
    background-size: auto 200px;
  }
  .p-company__message-block1 .heading {
    margin-bottom: 30px;
  }
  .p-company__message-block1 .heading .txt1 {
    margin-left: -10px;
  }
  .p-company__message-block1 .heading .txt1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-company__message-block1 .heading .txt1 h3 {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-company__policy {
    margin-bottom: 60px;
  }
  .p-company__policy-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-company__policy-block1, .p-company__policy-img1 {
    float: none;
    width: auto;
  }
  .p-company__policy-block1 {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .p-company__policy-block1 .title {
    font-size: 20px;
    font-size: 2rem;
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .p-company__policy-block1 .title:before {
    border-left-width: 25px;
    border-bottom-width: 25px;
  }
  .p-company__policy-block1 .title:after {
    border-right-width: 25px;
    border-top-width: 25px;
  }
  .p-company__policy-block1 .box1 .heading {
    margin-bottom: 30px;
  }
  .p-company__policy-block1 .box1 .heading h3 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .p-company__policy-img1 .img {
    position: static;
    float: left;
    width: 32%;
    margin-left: 2%;
  }
  .p-company__policy-img1 .img:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .p-company__policy-img1 .img2 {
    padding-top: 40px;
  }
  .p-company__policy-img1 .img3 {
    padding-top: 20px;
  }
  .p-company__safety {
    margin-bottom: 40px;
  }
  .p-company__safety .block1,
  .p-company__safety .box1 {
    float: none;
    width: auto;
  }
  .p-company__safety .block1 {
    margin-bottom: 30px;
  }
  .p-company__greet {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .p-company__greet .img1 {
    margin-bottom: 30px;
  }
  .p-company__greet .block1 .box1 > div {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .p-company__greet .block1 .box1 > div p {
    margin-bottom: 10px;
  }
  .p-company__outline {
    margin-bottom: 60px;
  }
  .p-company__outline .img1 {
    margin-bottom: 30px;
  }
  .p-company__access {
    margin-bottom: 60px;
  }
  .p-company__access .u-googlemap-wrap {
    padding-bottom: 59.55%;
  }
  /* ========================================= 保有機器 */
  .p-machine__list {
    margin-bottom: 60px;
  }
  .p-machine__list .block1 {
    margin-bottom: 60px;
  }
  .p-machine__list .block1 .img1,
  .p-machine__list .block1 .txt1 {
    float: none;
    width: auto;
  }
  .p-machine__list .block1 .txt1 {
    margin-top: 15px;
  }
  .p-machine__list .block1 .txt1 .c-table2 th {
    width: 60px;
  }
  .p-machine__mainte .c-title4 {
    margin-bottom: 70px;
  }
  .p-machine__mainte .block1 li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 17%;
  }
  .p-machine__mainte .block1 li:nth-child(3n+1) {
    clear: none;
    margin-left: 4%;
  }
  .p-machine__mainte .block1 li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .p-machine__mainte .block1 li .no {
    font-size: 60px;
    font-size: 6rem;
    top: -36px;
  }
  /* ========================================= 制作実績 */
  .p-works__tab ul {
    padding-left: 0;
    padding-right: 0;
  }
  .p-works__tab li {
    width: 50%;
    position: relative;
    margin-top: -2px;
  }
  .p-works__tab li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .p-works__tab li:nth-child(2n) a {
    border-left: 0;
  }
  .p-works__tab li a {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    transform: skew(0);
  }
  .p-works__tab li a span {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    transform: skew(0);
  }
  .p-works__tab li + li a {
    border-left: 2px solid #000;
  }
  .p-works__content .block1 li {
    float: none;
    width: auto;
    margin-left: 0;
  }
  /* ========================================= よくある質問 */
  .p-faq .c-title4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-faq__tab {
    margin-bottom: 95px;
  }
  .p-faq__tab ul {
    padding-left: 0;
    padding-right: 0;
  }
  .p-faq__tab li {
    width: 50%;
    position: relative;
    margin-top: -2px;
  }
  .p-faq__tab li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .p-faq__tab li:nth-child(2n) a {
    border-left: 0;
  }
  .p-faq__tab li a {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    transform: skew(0);
  }
  .p-faq__tab li a span {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    transform: skew(0);
  }
  .p-faq__tab li + li a {
    border-left: 2px solid #000;
  }
  .p-faq__content .block1 .heading {
    position: relative;
    width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: auto;
  }
  .p-faq__content .block1 .box1 {
    position: relative;
    z-index: 1;
    max-width: initial;
    padding: 60px 20px 30px;
    margin-top: -100px;
  }
  .p-faq__content .block1 .box1 li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-faq__content .block1 .box1 li a {
    padding-left: 0;
    padding-top: 30px;
  }
  .p-faq__content .block1.is-head-left .heading {
    left: auto;
  }
  .p-faq__content .block1.is-head-left .box1 {
    float: none;
    padding-left: 20px;
  }
  .p-faq__content .block1.is-head-right .heading {
    right: auto;
  }
  .p-faq__content .block1.is-head-right .box1 {
    float: none;
    padding-right: 20px;
  }
  .p-faq__content .block1#site, .p-faq__content .block1#period {
    margin-bottom: 90px;
  }
  .p-faq__contact .block1 .box1 {
    float: none;
    width: auto;
    padding: 15px;
  }
  .p-faq__contact .block1 .box1 .tel-box {
    background-size: 20px auto;
    padding-left: 30px;
  }
  .p-faq__contact .block1 .box1 .tel-box p.no {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 5px;
  }
  .p-faq__contact .block1 .box1 .tel-box p.no a {
    text-decoration: none;
  }
  .p-faq__contact .block1 .box1 .tel-box p.no small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-faq__contact .block1 .box1.web {
    border-top: 3px solid #f3f3f3;
    border-left: 0;
  }
  .p-faq__btn {
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .p-faq__btn .category {
    margin-top: 35px;
  }
  .p-faq__btn .category h6 {
    margin-bottom: 20px;
  }
  .p-faq__btn .category li {
    float: left;
    width: 50%;
    min-width: initial;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-faq__btn .category li:before {
    display: none;
  }
  .p-faq__btn .category li:last-child:after {
    display: none;
  }
  .p-faq__btn .category li a {
    display: block;
    padding: 12px 0;
    border-top: 1px dotted #000;
  }
  .p-faq__btn .category li:nth-child(1) a, .p-faq__btn .category li:nth-child(2) a {
    border-top: 0;
  }
  .p-faq__btn .category li:nth-child(2n+1) {
    clear: both;
  }
  .p-faq__detail .block_question h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-faq__detail .block_answer .block1 p {
    line-height: 180%;
  }
  .p-faq__detail .block_answer .block1 p.txt1 {
    margin-bottom: 20px;
  }
  .p-faq__detail .block_answer .block1 .img-box2 .img,
  .p-faq__detail .block_answer .block1 .img-box2 .txt {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .p-faq__detail .block_answer .block1 .img-box3 .img,
  .p-faq__detail .block_answer .block1 .img-box3 .txt {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .p-faq__detail .block_answer .block1 .question8-img .img1,
  .p-faq__detail .block_answer .block1 .question8-img .img2 {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  /* ========================================= ギャラリー */
  .p-gallery__pile {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .p-gallery__pile .box1,
  .p-gallery__pile .box2 {
    float: none;
    width: auto;
  }
  .p-gallery__pile .box1 h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-gallery__pile .box1 .img1 {
    margin-top: 30px;
    margin-right: 0;
  }
  .p-gallery__pile .box2 {
    padding-top: 20px;
  }
  .p-gallery__polite {
    margin-bottom: 40px;
  }
  .p-gallery__polite .img1,
  .p-gallery__polite .img2 {
    padding-top: 40%;
    background-attachment: scroll;
  }
  .p-gallery__polite .block1 {
    padding: 40px 15px;
  }
  .p-gallery__polite .block1 h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .p-gallery__spirits {
    margin-bottom: 30px;
  }
  .p-gallery__spirits .img1,
  .p-gallery__spirits .box1 {
    float: none;
    width: auto;
  }
  .p-gallery__spirits .img1 {
    margin-bottom: 20px;
  }
  .p-gallery__spirits .box1 h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .p-gallery__spirits .slider {
    padding-top: 30px;
  }
  .p-gallery__spirits .slider .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 37px;
    margin-top: -18px;
  }
  .p-gallery__spirits .slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
  }
  .p-gallery__spirits .slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
  }
  .p-gallery__cutin {
    margin-bottom: 40px;
  }
  .p-gallery__image1 li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  .p-gallery__image1 li:nth-child(3n+1) {
    clear: none;
    margin-left: 4%;
  }
  .p-gallery__image1 li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .p-gallery__image2 li img {
    width: 240px;
  }
  /* ========================================= ブログ */
  .p-blog__archive, .p-blog__detail, .p-blog__side {
    float: none;
    width: auto;
  }
  .p-blog__archive, .p-blog__detail {
    margin-bottom: 60px;
  }
  .p-blog__side .block1 {
    margin-bottom: 40px;
  }
  /* ========================================= お問い合わせ */
  .p-contact__form table,
  .p-contact__form table tbody,
  .p-contact__form table tr,
  .p-contact__form table th,
  .p-contact__form table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-contact__form th {
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
  }
  .p-contact__form td {
    padding-bottom: 20px;
  }
  /* ========================================= 採用情報 */
  .p-recruit__spirit {
    padding-top: 30px;
    padding-bottom: 350px;
    background-image: url(../img/recruit/sp/spirit_img1.jpg);
  }
  .p-recruit__spirit:before {
    height: 20px;
  }
  .p-recruit__spirit .txt1 {
    display: none;
  }
  .p-recruit__spirit .title1 {
    margin-bottom: 25px;
  }
  .p-recruit__spirit .title1 h3 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 12px;
  }
  .p-recruit__spirit .box1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180%;
  }
  .p-recruit__challenge {
    padding-top: 80px;
    padding-bottom: 35px;
    background-size: cover;
  }
  .p-recruit__challenge .heading,
  .p-recruit__challenge .txt1 {
    display: block;
    width: auto;
  }
  .p-recruit__challenge .heading h3 {
    display: block;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 60px;
    font-size: 6rem;
    letter-spacing: 0;
  }
  .p-recruit__challenge .heading h3 strong {
    font-size: 70px;
    font-size: 7rem;
    letter-spacing: 0;
  }
  .p-recruit__challenge .txt1 {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .p-recruit__challenge .txt1 h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-recruit__challenge .txt1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180%;
  }
  .p-recruit__interview .heading {
    margin-bottom: 30px;
    text-align: center;
  }
  .p-recruit__interview .heading h3,
  .p-recruit__interview .heading p {
    display: block;
  }
  .p-recruit__interview .heading h3 {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .p-recruit__interview .content {
    border-top: 0;
  }
  .p-recruit__interview .content li {
    float: none;
    width: auto;
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .p-recruit__communication {
    padding-top: 30px;
  }
  .p-recruit__communication .block1,
  .p-recruit__communication .slider {
    float: none;
    width: auto;
  }
  .p-recruit__communication .block1 {
    margin-bottom: 30px;
  }
  .p-recruit__communication .block1 .heading p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .p-recruit__communication .block1 .heading h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .p-recruit__communication .block1 .txt1 p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 180%;
  }
  .p-recruit__communication .block1 .c-btn1 a {
    margin-left: auto;
  }
  .p-recruit__communication .slider {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-recruit__communication .slider-wrap {
    width: auto;
  }
  .p-recruit__communication .slider .bx-wrapper .bx-controls-direction {
    bottom: 0;
  }
  .p-recruit__communication .slider .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  .p-recruit__benefit {
    padding-bottom: 20px;
  }
  .p-recruit__benefit .title {
    margin-bottom: 40px;
  }
  .p-recruit__benefit .title h3 {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-recruit__benefit .block1 .box1 {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-recruit__application {
    padding-top: 30px;
  }
  .p-recruit__application .block1 h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .p-recruit__application .block1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180%;
  }
  .p-recruit__application .block1 .requirement th {
    width: 80px;
  }
  .p-recruit__application .block1 .c-btn1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* ========================================= インタビュー */
  .p-interview {
    position: relative;
  }
  .p-interview__block1 .box1,
  .p-interview__block1 .img1 {
    float: none;
    width: auto;
  }
  .p-interview__block1 .box1 h3 {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .p-interview__block1 .box1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180%;
  }
  .p-interview__block1 .box1 .txt2 {
    margin-top: 20px;
    padding: 12px 15px;
  }
  .p-interview__block1 .box1 .txt2 .txt2-1 {
    margin-bottom: 10px;
  }
  .p-interview__block1 .img1 {
    margin-top: 25px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .p-interview__block1 .img1:before {
    top: 60px;
  }
  .p-interview__challenge {
    margin-bottom: 50px;
  }
  .p-interview__challenge .txt1 {
    font-size: 65px;
    font-size: 6.5rem;
    left: 40px;
  }
  .p-interview__challenge .box1,
  .p-interview__challenge .img1 {
    float: none;
    width: auto;
  }
  .p-interview__challenge .box1 {
    padding-top: 30px;
  }
  .p-interview__challenge .box1 h3 {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .p-interview__challenge .box1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180%;
  }
  .p-interview__challenge .box1 .txt2 {
    margin-top: 20px;
    padding: 12px 15px;
  }
  .p-interview__challenge .box1 .txt2 .txt2-1 {
    margin-bottom: 10px;
  }
  .p-interview__challenge .img1 {
    margin-top: 25px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .p-interview__challenge .img1:before {
    top: 60px;
  }
  .p-interview__reward {
    padding-top: 30px;
    padding-bottom: 40px;
    background-attachment: scroll;
    margin-bottom: 20px;
  }
  .p-interview__reward .block1 h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-interview__reward .block1 h4 {
    margin-bottom: 35px;
  }
  .p-interview__reward .block1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180%;
    max-width: initial;
  }
  .p-interview__message {
    margin-bottom: 70px;
  }
  .p-interview__message .block1,
  .p-interview__message .img1 {
    float: none;
    width: auto;
  }
  .p-interview__message .block1 {
    padding-top: 35px;
  }
  .p-interview__message .block1 .txt1 {
    font-size: 65px;
    font-size: 6.5rem;
    left: 40px;
  }
  .p-interview__message .block1 h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .p-interview__message .block1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180%;
  }
  .p-interview__message .block1 .box1 {
    margin-top: 20px;
    padding: 12px 15px;
  }
  .p-interview__message .block1 .box1 .txt2-1 {
    margin-bottom: 10px;
  }
  .p-interview__message .img1 {
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    text-align: center;
    min-height: 400px;
    left: 0;
  }
  .p-interview__message .img1 img {
    max-height: 400px;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-interview__other {
    padding-bottom: 20px;
  }
  .p-interview__other h4 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .p-interview__other li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-interview__other li .img {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */