@charset "UTF-8";
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
#manufacturing {
  /* ---------------------------------------------------------------------------
    ★フォントファミリー
  --------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------
    ★背景
  --------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------
    ★LIST
  --------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------
    ★BASE
  --------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------
    ★タイトル
  --------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------
    ★テキスト
  --------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------
    ★アニメーション
  --------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------
    ★グローバルナビゲーション
  --------------------------------------------------------------------------- */
  /* =======================================
  	★ページャー
  ========================================== */
  /* =======================================
  	共通
  ========================================== */
  /* =======================================
  	home01
  ========================================== */
  /* =======================================
  	home02
  ========================================== */
  /* =======================================
  	home03
  ========================================== */
  /* =======================================
  	home04
  ========================================== */
  /* =======================================
  	home05
  ========================================== */
  /* =======================================
  	home06
  ========================================== */
  /* =======================================
  	home07
  ========================================== */
  /* =======================================
  	home08
  ========================================== */
  /* .home08_img:nth-child(odd):before{
      display: none;
  } */
  /* =======================================
  	home09
  ========================================== */
  /* =======================================
  	contact
  ========================================== */
}
#manufacturing html {
  font-size: 62.5%;
}
#manufacturing body {
  font-size: 3.6vw;
  position: relative;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}
#manufacturing object {
  pointer-events: none;
}
#manufacturing .sp {
  display: block !important;
}
#manufacturing .pc {
  display: none !important;
}
#manufacturing a {
  text-decoration: none;
  transition: 0.3s;
}
#manufacturing .tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}
#manufacturing .tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}
#manufacturing .tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}
#manufacturing .nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}
#manufacturing .nav_wrp.changed {
  display: block;
}
#manufacturing .nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  transition: 0.7s;
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}
#manufacturing .nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}
#manufacturing .pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}
#manufacturing .wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}
#manufacturing .wp-pagenavi a,
#manufacturing .wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}
#manufacturing .wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}
#manufacturing .wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}
#manufacturing #contact .popup-inner {
  padding: 40px 20px;
}
#manufacturing a[href^="tel:"] {
  pointer-events: all;
}
#manufacturing ul.pankuzu a {
  margin-right: 20px;
}
#manufacturing .cards {
  grid-template-columns: repeat(1, 1fr);
}
#manufacturing h2 {
  font-size: 7vw;
}
#manufacturing .sub {
  font-size: 3vw !important;
}
#manufacturing .inner {
  width: 90%;
}
#manufacturing .hiddenSp::before {
  display: none;
}
#manufacturing .pankuzu .f12 {
  white-space: nowrap;
  font-size: 10px !important;
}
#manufacturing .home01_wrapper::before,
#manufacturing .home01_wrapper::after {
  z-index: 1;
  font-size: 2.2vw;
  letter-spacing: 0.2em;
}
#manufacturing .home01_wrapper::before {
  left: -15px;
}
#manufacturing .home01_wrapper::after {
  right: -15px;
}
#manufacturing .home01_text {
  top: 20%;
}
#manufacturing .home01_text h2 {
  font-size: 7.5vw;
  line-height: 1.75;
}
#manufacturing .home01_text h2 span {
  font-size: 9.5vw;
}
#manufacturing .home01_text p {
  font-size: 3.5vw;
  white-space: nowrap;
  line-height: 1.75;
}
#manufacturing .home01_text span {
  font-size: 2.5vw;
}
#manufacturing .home01 nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 95%;
}
#manufacturing .home01 nav li {
  width: 100%;
  font-size: 14px;
  text-decoration: underline;
}
#manufacturing .home01 nav li:nth-child(n+4) {
  margin-top: 10%;
}
#manufacturing .home01_img::before,
#manufacturing .home01_img::after {
  top: 20px;
  transform: none;
  font-size: 12px;
}
#manufacturing .home01 nav li::before,
#manufacturing .home01 nav li:last-child::after {
  display: none;
}
#manufacturing .home01 nav li a {
  margin-top: 5px;
}
#manufacturing .home01 nav li a {
  font-size: 12px;
  height: 22px;
}
#manufacturing .home01 nav li a img {
  width: 1.2rem;
}
#manufacturing #home01 .mT80 {
  margin-top: 3% !important;
}
#manufacturing .home01_arrow span {
  color: #FF0000;
  font-size: 12px;
}
#manufacturing .home01_text h2 .text01 {
  width: 100px;
}
#manufacturing .home01_text h2 .text02 {
  width: 180px;
}
#manufacturing .home01_text h2 span {
  padding-top: 7px;
  height: unset;
}
#manufacturing .home01_text h2 .text03 {
  width: 125px;
}
#manufacturing .home01_text h2 .text04 {
  width: 230px;
}
#manufacturing #home02 h2 {
  font-size: 7vw;
  letter-spacing: -2.5px;
  line-height: 1.2;
}
#manufacturing .home02_wrap {
  text-align: right;
}
#manufacturing .box1,
#manufacturing .box2,
#manufacturing .box3,
#manufacturing .box4,
#manufacturing .box5 {
  width: 45%;
  font-size: 2.6vw !important;
  text-align: center;
}
#manufacturing .box1 {
  margin-right: 10%;
}
#manufacturing .box1 img,
#manufacturing .box2 img,
#manufacturing .box3 img,
#manufacturing .box4 img,
#manufacturing .box5 img {
  width: 100%;
}
#manufacturing .home02_img {
  position: relative;
  width: 55%;
  margin-top: -205px;
}
#manufacturing .box1 p,
#manufacturing .box2 p,
#manufacturing .box3 p,
#manufacturing .box4 p,
#manufacturing .box5 p {
  display: inline-block;
  letter-spacing: -1px;
  white-space: nowrap;
  margin-top: -29px;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#manufacturing .box1 p {
  margin-top: -27px;
}
#manufacturing .box2 p {
  margin-top: -26px;
}
#manufacturing .box3 p {
  margin-top: -26px;
}
#manufacturing .box4 p {
  margin-right: 0;
  margin-left: -4%;
  margin-top: -25px;
}
#manufacturing .box5 p {
  margin-left: 4%;
  margin-top: -25px;
}
#manufacturing .box1 {
  margin-right: 10%;
}
#manufacturing .row1 {
  margin-top: 0px;
}
#manufacturing .row2 {
  margin-top: 170px;
}
#manufacturing .home02_arrow {
  margin-top: 95px;
}
#manufacturing .home03 {
  min-height: unset;
}
#manufacturing #home03 h2 {
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
#manufacturing .home03_img {
  width: 100%;
}
#manufacturing #home03 p {
  font-size: 4vw;
}
#manufacturing #home03 p:not(:first-child) {
  margin-top: 15px;
}
#manufacturing .home03_wrapper {
  margin-top: 30px;
}
#manufacturing .num {
  width: 20%;
  margin-left: 78%;
  margin-top: -35px;
}
#manufacturing .home04_title {
  white-space: unset;
  font-size: 4.5vw;
}
#manufacturing .home04_card {
  padding-top: 0 !important;
}
#manufacturing .home04_card .pT20 {
  padding-top: 11% !important;
}
#manufacturing .home04_card .pB20 {
  padding-bottom: 2% !important;
}
#manufacturing .home04_card:not(:first-child) {
  padding-top: 35px !important;
}
#manufacturing #home04 .mT20 {
  margin-top: 7% !important;
}
#manufacturing .home04_card:nth-child(n+5) {
  margin-top: 0px;
}
#manufacturing #home04 .mT100 {
  margin-top: 0 !important;
}
#manufacturing #home04 .mT200 {
  margin-top: 0 !important;
}
#manufacturing #home05 h3 {
  font-size: 4.5vw;
}
#manufacturing #home05 h3 span {
  font-size: 3vw;
  margin-left: 5px;
}
#manufacturing .home05_text {
  width: auto;
  padding: 0 20px;
}
#manufacturing .slider2 .slick-arrow {
  height: 20%;
  top: 32%;
}
#manufacturing .home06 {
  background: url(../img/home06_bgLogo.png) no-repeat top left/contain;
}
#manufacturing .middle {
  font-size: 5.3vw;
}
#manufacturing #home06 .mT40 {
  margin-top: 5% !important;
}
#manufacturing #home06 .mB55 {
  margin-bottom: 5% !important;
}
#manufacturing .middle::before, #manufacturing .middle::after {
  width: 50px;
}
#manufacturing .middle::before {
  left: -80px;
}
#manufacturing .middle::after {
  right: -80px;
}
#manufacturing .table_wrap {
  overflow: scroll;
}
#manufacturing .table {
  table-layout: fixed;
  white-space: nowrap;
  min-width: 1100px;
}
#manufacturing table th {
  font-size: 3.6vw;
}
#manufacturing table td {
  font-size: 3vw;
}
#manufacturing #home06 .inner_1100 {
  width: unset;
}
#manufacturing .home06_card:not(:first-child),
#manufacturing .home06_card2:not(:first-child) {
  margin-top: 5%;
}
#manufacturing #home06 .pT5 {
  padding-top: 1% !important;
}
#manufacturing #home06 .f12 {
  font-weight: 400;
}
#manufacturing #home06 .pB5 {
  padding-bottom: 0% !important;
}
#manufacturing #home06 h3 {
  font-size: 4vw;
}
#manufacturing #home06 p {
  font-size: 3.2vw;
}
#manufacturing #home06 p span {
  font-size: 2.8vw;
}
#manufacturing #home06 .mT20 {
  margin-top: 2% !important;
}
#manufacturing .home07_inner {
  flex-direction: column;
}
#manufacturing .home07_img {
  width: 100%;
  margin-left: 0 !important;
}
#manufacturing .home07_body {
  margin-left: 0 !important;
}
#manufacturing .home07_body .mT40 {
  margin-top: 2.5% !important;
}
#manufacturing .home07 .btn01 {
  width: 100%;
  margin: 20px auto 0;
}
#manufacturing .btn01 span {
  font-size: 3.6vw;
}
#manufacturing .home08_lead {
  font-size: 20px;
  margin-top: -50px;
}
#manufacturing .home08 h2 {
  margin-top: 0px;
}
#manufacturing #home08 .mT50 {
  margin-top: 5% !important;
}
#manufacturing .home08_ok {
  width: 80%;
}
#manufacturing .home08_ok .pL70 {
  padding-left: 15% !important;
}
#manufacturing .home08_lead::before {
  width: 3rem;
  left: 50px;
}
#manufacturing .home08_tags {
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  gap: 10px;
}
#manufacturing .home08_tags p {
  font-size: 20px;
}
#manufacturing .home08_cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
}
#manufacturing .home08_num {
  width: 35px;
  margin-top: -150px;
}
#manufacturing .home08_card {
  width: 90%;
  margin: 0 auto;
}
#manufacturing .home08_card h3 {
  font-size: 4vw;
  white-space: nowrap;
}
#manufacturing .home08_card p {
  font-size: 3.2vw;
  white-space: nowrap;
  margin-top: 3%;
}
#manufacturing .home08_card .small {
  font-size: 2.8vw;
  margin-top: 1% !important;
}
#manufacturing .home08_card span {
  font-size: 10px;
}
#manufacturing #home08 .mT100 {
  margin-top: 7.5% !important;
}
#manufacturing .home08_img::before {
  width: 14px;
  left: -18px;
}
#manufacturing .home08_text {
  font-size: 16px;
  line-height: 1.5;
}
#manufacturing .home08_text p {
  white-space: nowrap;
  letter-spacing: 0;
  background: linear-gradient(transparent 80%, #FFFF00 0%);
}
#manufacturing .home08_text p:not(:first-child) {
  margin-top: 2%;
}
#manufacturing #home08 .mT95 {
  margin-top: 7.5% !important;
}
#manufacturing .home08_text {
  width: 100%;
}
#manufacturing #home08 .mT40 {
  margin-top: 24.5% !important;
}
#manufacturing .home09::before {
  margin: 0 auto;
  width: 100%;
  border-radius: 27px;
  left: 50%;
  transform: translateX(-50%);
}
#manufacturing #home09 .inner_1000 {
  width: 95%;
}
#manufacturing #home09 .mT50 {
  margin-top: 7% !important;
}
#manufacturing #home09 dl {
  padding: 10px 15px;
  font-size: 3.6vw;
}
#manufacturing #home09 dt, #manufacturing #home09 dd {
  padding-inline: 0;
}
#manufacturing #home09 dd::after {
  width: 100%;
  top: 8px;
}
#manufacturing #home09 dt {
  padding-right: 30px;
}
#manufacturing #home09 dt::after {
  right: 0px;
  width: 15px;
}
#manufacturing #homw09 .pB90 {
  padding-bottom: 5% !important;
}
#manufacturing #contact {
  font-size: 3.6vw;
  letter-spacing: 0;
}
#manufacturing .contact_tel a {
  width: 70%;
}
#manufacturing .contact_tel a:hover {
  opacity: 0.6;
}
#manufacturing #contact::before {
  width: 15%;
  top: 20px;
  opacity: 0.2;
  right: 0;
  height: 30%;
}
#manufacturing #contact table {
  width: 100%;
}
#manufacturing #contact h3 {
  font-size: 4vw;
}
#manufacturing #contact p {
  font-size: 3.2vw;
}
#manufacturing #contact .mT5 {
  margin-top: 0 !important;
}
#manufacturing #contact th {
  font-size: 3.6vw;
}
#manufacturing .hissu {
  position: relative;
  left: unset;
  margin-left: 10px;
}
#manufacturing .file {
  width: 40%;
  font-size: 3vw;
  height: auto;
}
#manufacturing .c_table_01 .mT45 {
  margin-top: 5% !important;
}
#manufacturing .c_table_01 .mT15 {
  margin-top: 0% !important;
}
#manufacturing .c_table_01 .mT10 {
  margin-top: 0% !important;
}
#manufacturing .c_table_01 .mT75 {
  margin-top: 5% !important;
}
#manufacturing .c_table_01 p {
  line-height: 1.75;
}
#manufacturing #contact .pT25 {
  padding-top: 3% !important;
}
#manufacturing #contact .mT60 {
  margin-top: 0% !important;
}
#manufacturing #contact .mT40 {
  margin-top: 3% !important;
}
#manufacturing #contact .center::before {
  left: 40px;
}
#manufacturing #contact input[type=submit] {
  padding: 0.5em 1.5em 0.5em 4.5em;
  justify-content: center;
}
#manufacturing #contact .mT50 {
  margin-top: 1% !important;
}/*# sourceMappingURL=sp_contents.css.map */