@charset "UTF-8";
/* 端末幅） */
/* ===== global/_media.scss ===== */
/* 使い方： @include mq($bp-tab) { ... } */
/* 使い方： @include media(tb) { ... } */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #223366;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

html[lang=en] body {
  font-family: "Poppins", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

*:focus {
  outline: none;
}

p,
ul li,
ol li {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

picture,
img {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 600;
}

main {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.u-sp {
  display: block;
}

.u-sp-inline {
  display: inline-block;
}

.u-tb {
  display: none;
}

.u-pc {
  display: none;
}

.u-pc-inline {
  display: none;
}

.u-hidden {
  display: none;
}

.tb {
  display: none;
}

.wide {
  display: none;
}

.max {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.btn1 {
  background-color: #0040ff;
  color: #fff !important;
  font-weight: bold;
  width: 150px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 100px;
  padding-left: 30px;
  font-size: 1.4rem;
  background-image: url("../../assets/images/common/arrow.webp");
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center right 20px;
  transition: all 0.3s ease-out;
  border: 1px solid transparent;
}
.btn1:hover {
  background-color: #fff;
  color: #0040ff !important;
  border: 1px solid #0040ff;
  background-image: url("../../assets/images/common/arrow_rb.webp");
  background-position: center right 15px;
}

a.btn2 {
  color: #fff;
  font-weight: bold;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.4rem 2.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 100px;
  border-style: solid;
  border-width: 0.1rem;
  border-color: transparent;
  transition: all 0.3s linear;
}
a.btn2:hover {
  background-color: transparent;
}

.btn_box {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.btn_box a {
  width: 160px;
}

.title {
  font-size: 8rem;
  font-weight: 600;
}

.subtitle h2,
.subtitle h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.subtitle div {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}

.article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 110px;
}

.article:last-child {
  margin-bottom: 0;
}

.article_main {
  width: 100%;
}
.article_main h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}
.article_main h4 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}
.article_main p {
  font-size: 1.4rem;
  margin-bottom: 35px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.article_main strong {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.article_main .tags {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article_main .tags li {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 600;
  border: 1px solid #223366;
  line-height: 1.3;
  padding: 10px 8px;
  border-radius: 3px;
}

.article_sub {
  width: 100%;
}
.article_sub img {
  width: 100%;
  height: auto;
  display: block;
}

.page_nav {
  position: absolute;
  z-index: 5;
  top: 170px;
  left: 20px;
  background: #fff;
}
.page_nav > li {
  position: relative;
  margin-top: 10px;
  height: auto;
}
.page_nav > li > a {
  color: rgba(34, 51, 102, 0.4);
  display: inline-block;
  font-weight: 600;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right center;
  transition: all 0.3s ease-out;
}
.page_nav > li > a:hover {
  color: #223366;
}
.page_nav > li > ul {
  padding-top: 2px;
  display: none;
  padding-bottom: 5px;
}
.page_nav > li > ul li {
  margin-top: 10px;
}
.page_nav > li > ul li a {
  font-size: 1.1rem;
  color: rgba(34, 51, 102, 0.4);
  white-space: nowrap;
  font-weight: 600;
}
.page_nav > li.active > a {
  color: #223366;
  background-image: none;
  position: relative;
}
.page_nav > li.active > a.is-child {
  padding-right: 18px;
}
.page_nav > li.active > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../../assets/images/common/arrow_n.webp");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  transition: transform 0.3s ease-out;
}
.page_nav > li.active > a.-active::before {
  transform: translateY(-50%) rotate(180deg);
}
.page_nav > li.active > a.no-child::before {
  display: none;
}
.page_nav > li.active > ul li a {
  color: #223366;
  transition: all 0.3s ease-out;
}
.page_nav > li.active > ul li a:hover {
  opacity: 0.6;
}
.page_nav > li.active > ul li:nth-child(3).active, .page_nav > li.active > ul li:nth-child(4).active {
  border: none;
}
.page_nav > li:nth-child(3).active, .page_nav > li:nth-child(4).active {
  border: none;
}
.page_nav .no-child {
  background: none !important;
}

.bg-gray {
  background-color: #f5f6fa;
}

.cnt-box {
  display: block;
}
.cnt-box h2 {
  width: auto;
}

.news_list {
  display: block;
  border-top: 1px solid rgba(34, 51, 102, 0.4);
  width: 100%;
}
.news_list li {
  border-bottom: 1px solid rgba(34, 51, 102, 0.4);
}
.news_list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: all 0.3s ease-out;
  padding: 23px 0 20px 0;
}
.news_list li a .news_title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  width: 100%;
  padding-top: 10px;
}
.news_list li a:hover {
  opacity: 0.6;
}

.news_date {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  width: 86px;
  height: 100%;
}

.news_text {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
}

.news_cat:first-child {
  margin-left: 84px;
}

.news_cat {
  height: 18px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 5px;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px 0 8px;
  font-size: 0.9rem;
  background-color: #223366;
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
  line-height: 1;
  margin-top: -3px;
}

.news_more {
  width: 100%;
  text-align: right;
  padding-top: 20px;
}
.news_more a {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin-left: auto;
  background-image: url("../../assets/images/common/arrow_r.webp");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 8px auto;
  padding-right: 20px;
  transition: all 0.3s ease-out;
}
.news_more a:hover {
  opacity: 0.6;
  background-position: 100% center;
}

.page_header {
  position: relative;
}
.page_header h2 {
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.page_header h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
}
.page_header p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.page_header figure {
  margin: 0 -20px;
}
.page_header .object {
  position: absolute;
}

.page_title {
  height: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  font-size: 2rem;
  letter-spacing: 5%;
  font-weight: 600;
  margin-bottom: 90px;
}

/* ------------------------------------------------------
  ヘッダー
------------------------------------------------------ */
.header {
  width: 100%;
  height: 75px;
  position: fixed;
  z-index: 10;
  transition: all 0.3s ease-out;
}
.header.-bggrad {
  transition: all 0.3s ease-out;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.header .logo {
  width: 93px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}
.header .logo img {
  transition: opacity 0.15s ease-out;
}
.header a.logo {
  transition: all 0.3s ease-out;
}
.header a.logo:hover img {
  transition: all 0.3s ease-out;
  opacity: 0.8;
}
.header .header_nav {
  display: none;
}
.header .header_nav .gnav {
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  position: absolute;
  top: 25px;
  left: 40px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header .header_nav .gnav li a {
  font-size: 1.4rem;
  display: block;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.header .header_nav .gnav li a:hover {
  opacity: 0.6;
}
.header .header_nav .gnav li.menu-item-home {
  display: none;
}
.header .header_nav .btn_lang {
  width: 89px;
  border-radius: 100px;
  background-color: #edeff4;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-pack: center;
      justify-content: center;
  top: 19px;
  right: 220px;
  transition: all 0.3s ease-out;
}
.header .header_nav .btn_lang:hover {
  background-color: #0040ff;
}
.header .header_nav .btn_lang:hover p {
  color: #fff;
  opacity: 1;
}
.header .header_nav .btn_lang:hover p.-active {
  opacity: 0.3;
}
.header .header_nav .btn_lang p {
  color: #223366;
  width: 32px;
  height: 28px;
  font-size: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0.3;
  transition: all 0.3s ease-out;
}
.header .header_nav .btn_lang p.-active {
  opacity: 1;
}
.header .header_nav .gnav_cta {
  width: 180px;
  height: 44px;
  padding: 0;
  position: absolute;
  -ms-flex-pack: center;
      justify-content: center;
  right: 10px;
  top: 10px;
  padding-top: 0.2rem;
  background-image: none;
  transition: all 0.3s ease-out;
}
.header .header_nav .gnav_cta:hover {
  background-color: #fff;
  color: #0040ff !important;
  border: 1px solid #0040ff;
}

.menu {
  transition: all 0.3s ease-out;
  position: fixed;
  top: 8px;
  right: 6px;
  width: 130px;
}

.mv {
  width: 100%;
  max-width: 100%;
  position: relative;
  transition: all 0.3s ease-out;
}
.mv .swiper {
  width: 100%;
  max-width: 100%;
  position: relative;
  transition: all 0.3s ease-out;
  height: 100dvh;
}
.mv .swiper-slide {
  transition: all 0.3s ease-out;
}
.mv-image img {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.mv-text {
  position: absolute;
  bottom: 2rem;
  left: 5%;
  padding-right: 5%;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.mv-text em {
  display: block;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  font-size: 8.6vw;
  transition: all 0.3s ease-out;
}
.mv-text span {
  display: block;
  color: #fff;
  line-height: 1.4;
  font-size: 3.2vw;
  font-weight: 100;
  margin-top: 0.5rem;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-out;
}

/* ------------------------------------------------------
  SPナビゲーション
------------------------------------------------------ */
.sp_menu {
  transition: all 0.3s ease-out;
  background: #0040ff;
  width: 98%;
  color: #fff;
  margin: 1% 0 0 1%;
  height: 98svh;
  top: 0;
  z-index: 999;
  position: fixed;
  border-radius: 14px;
  padding: 20px 20px 20px 20px;
  display: none;
}

.drawer-overlay {
  transition: all 0.3s ease-out;
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 998;
}

.btn_close {
  transition: all 0.3s ease-out;
  width: 110px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp_menu h3 {
  transition: all 0.3s ease-out;
  width: 18vh;
  margin: 3vh 0;
}

.sp_nav {
  transition: all 0.3s ease-out;
  margin-bottom: 10px;
}
.sp_nav a {
  transition: all 0.3s ease-out;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  padding: 10px 0;
}
.sp_nav a:hover {
  opacity: 0.6;
}

.sp_privacy {
  transition: all 0.3s ease-out;
  color: #fff !important;
  font-size: 1rem;
}

.sp_menu .btn_lang {
  transition: all 0.3s ease-out;
  width: 89px;
  margin: 20px 0;
  border-radius: 100px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  top: auto;
  right: auto;
  border: 1px solid #fff;
  cursor: pointer;
}
.sp_menu .btn_lang p {
  transition: all 0.3s ease-out;
  color: #223366;
  width: 32px;
  height: 28px;
  font-size: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0.3;
  color: #fff;
}
.sp_menu .btn_lang p.-active {
  transition: all 0.3s ease-out;
  opacity: 1;
}
.sp_menu .btn_lang:hover {
  background-color: #fff;
}
.sp_menu .btn_lang:hover p {
  color: #0040ff;
  opacity: 1;
}
.sp_menu .btn_lang:hover p.-active {
  opacity: 0.3;
  color: #0040ff;
}

.sp_cta {
  transition: all 0.3s ease-out;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.sp_privacy_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}

.sp_menu_contact {
  transition: all 0.3s ease-out;
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 40px);
}

.sp_tel {
  transition: all 0.3s ease-out;
  color: #fff !important;
  font-size: 3.2rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin: 0 auto 15px auto;
  width: 100%;
  letter-spacing: 0px;
}
.sp_tel:hover {
  opacity: 0.6;
}

.sp_tel span {
  transition: all 0.3s ease-out;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
}

.btn_contact {
  transition: all 0.3s ease-out;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  height: 48px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.4rem;
  color: #0040ff !important;
  width: 72svw;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid transparent;
}
.btn_contact:hover {
  background-color: #0040ff !important;
  color: #fff !important;
  border: 1px solid #fff;
}

/* ------------------------------------------------------
  ショートカットメニュー
------------------------------------------------------ */
.shortcut_nav {
  z-index: 0;
  position: relative;
}
.shortcut_nav .shortcut_list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shortcut_nav .shortcut_list li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  /* はみ出し防止 */
}
.shortcut_nav .shortcut_list li::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  transition: 0.3s ease-out;
  pointer-events: none;
}
.shortcut_nav .shortcut_list li:hover::before {
  background-color: rgba(0, 0, 0, 0.75);
}
.shortcut_nav .shortcut_list li.n1 {
  background-image: url("../../assets/images/common/s1.webp");
}
.shortcut_nav .shortcut_list li.n2 {
  background-image: url("../../assets/images/common/s2.webp");
}
.shortcut_nav .shortcut_list li.n3 {
  background-image: url("../../assets/images/common/s3.webp");
}
.shortcut_nav .shortcut_list li.n4 {
  background-image: url("../../assets/images/common/s4.webp");
}
.shortcut_nav .shortcut_list li a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shortcut_nav .shortcut_list li a:hover .arw img {
  margin-left: 11px;
}
.shortcut_nav .shortcut_list li p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
  transition: all 0.3s ease-out;
}
.shortcut_nav .shortcut_list li p .arw {
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  background-color: #0040ff;
  border-radius: 100px;
  margin-top: 10px;
  transition: all 0.3s ease-out;
}
.shortcut_nav .shortcut_list li p .arw img {
  width: 5px;
  height: auto;
  transition: all 0.3s ease-out;
}

/* ------------------------------------------------------
  採用CTA
------------------------------------------------------ */
.background-section {
  transition: all 0.3s ease-out;
  position: relative;
  overflow-x: clip;
  padding-bottom: 4rem;
  margin-bottom: -4rem;
}

.recruit_cta {
  background: #0040ff;
  height: 740px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
}
.recruit_cta_inner {
  position: relative;
  height: 100%;
  width: min(100%, 144rem);
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease-out;
}
.recruit_cta_txtarea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.5rem;
}
.recruit_cta_txtarea h2 {
  width: 100%;
  color: #fff;
  transition: all 0.3s ease-out;
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  text-align: center;
}
.recruit_cta_txtarea p {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}
.recruit_cta_txtarea .recruit_cta_btn {
  width: 110px;
  height: 110px;
  font-weight: 400;
  display: block;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff !important;
  z-index: 1;
  line-height: 1.4;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease-out;
}
.recruit_cta_txtarea .recruit_cta_btn span {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 1.3rem;
  transition: all 0.3s ease-out;
}
.recruit_cta_txtarea .recruit_cta_btn:hover::before {
  transform: scale(1.1);
}
.recruit_cta_txtarea .recruit_cta_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: all 0.3s ease-out;
  background-color: #ff0033;
}
.recruit_cta .recruit_item1,
.recruit_cta .recruit_item2,
.recruit_cta .recruit_item3,
.recruit_cta .recruit_item4,
.recruit_cta .recruit_shapes1,
.recruit_cta .recruit_shapes2,
.recruit_cta .recruit_shapes3 {
  position: absolute;
  transition: all 0.3s ease-out;
}
.recruit_cta .recruit_photo1,
.recruit_cta .recruit_photo2,
.recruit_cta .recruit_photo3,
.recruit_cta .recruit_photo4 {
  will-change: transform;
  transform: translateY(0);
}
.recruit_cta .recruit_item1 {
  width: 48%;
  top: 4rem;
  left: -5%;
}
.recruit_cta .recruit_item2 {
  width: 69.1%;
  top: 16rem;
  right: -25%;
}
.recruit_cta .recruit_item3 {
  width: 44.8%;
  bottom: -2rem;
  left: 8%;
  z-index: 1;
}
.recruit_cta .recruit_item4 {
  width: 45.5%;
  bottom: 8rem;
  right: -19.2%;
}
.recruit_cta .recruit_item4 .pc {
  display: none;
}
.recruit_cta .recruit_item4 .sp {
  display: block;
}
.recruit_cta .recruit_shapes1 {
  width: 8rem;
  top: 10rem;
  right: 25.333333%;
  will-change: transform;
  transform: translateY(0);
}
.recruit_cta .recruit_shapes2 {
  width: 18rem;
  bottom: 9rem;
  left: -21.333333%;
  will-change: transform;
  transform: translateY(0);
}
.recruit_cta .recruit_shapes3 {
  width: 12.7rem;
  bottom: 2rem;
  right: 8%;
  will-change: transform;
  transform: translateY(0);
}

/* ------------------------------------------------------
  フッター
------------------------------------------------------ */
.footer {
  padding: 75px 15px 20px;
  background: #fff;
  transition: all 0.3s ease-out;
}
.footer .footer_item1 {
  grid-area: footer_item1;
  width: 100%;
}
.footer .footer_item1 .footer_nav {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.footer .footer_item1 .footer_nav li a {
  font-size: 1.8rem;
  display: inline-block;
  padding: 10px 0;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.footer .footer_item1 .footer_nav li a:hover {
  opacity: 0.6;
}
.footer .footer_item2 {
  grid-area: footer_item2;
  width: 100%;
}
.footer .footer_logo {
  width: 186px;
  display: block;
}
.footer a.footer_logo img {
  transition: all 0.3s ease-out;
}
.footer a.footer_logo:hover img {
  transition: all 0.3s ease-out;
  opacity: 0.8;
}
.footer .footer_legal {
  grid-area: footer_legal;
  padding-top: 30px;
  line-height: 1.3;
  width: 100%;
  transition: all 0.3s ease-out;
}
.footer .footer_privacy {
  font-size: 1.2rem;
  transition: all 0.3s ease-out;
}
.footer .footer_privacy:hover {
  opacity: 0.6;
}
.footer .footer_copyright {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.footer .ftr_tel {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 3.2rem;
  margin-bottom: 17px;
  text-align: center;
}
.footer .ftr_tel {
  transition: all 0.3s ease-out;
}
.footer .ftr_tel:hover {
  opacity: 0.6;
}
.footer .ftr_tel span {
  font-size: 2rem;
}
.footer .footer_cta {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.footer .footer_btn {
  font-size: 1.4rem;
  color: #fff !important;
  margin: 0 auto 50px auto;
  height: 48px;
  width: 335px;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: none;
  padding: 0;
  transition: all 0.3s ease-out;
}
.footer .footer_btn:hover {
  color: #0040ff !important;
}
.footer .footer_company {
  font-size: 2.1rem;
  margin-bottom: 6px;
}
.footer .footer-address {
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}
.footer .footer-address li {
  line-height: 1.3;
}
.footer .footer-address li h3 {
  font-size: 1.2rem;
  line-height: 1.8;
}
.footer .footer-address li p {
  font-size: 1.2rem;
  line-height: 1.8;
}

/* ------------------------------------------------------
  TOP
------------------------------------------------------ */
.home .wrapper {
  transition: all 0.3s ease-out;
  padding: 0 20px;
}

/* トップ - 導入 */
.introduction {
  position: relative;
}
.introduction::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 13rem;
  height: 24rem;
  background-image: url("../../assets/images/top/item1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.introduction_inner {
  padding: 45px 20px 60px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4rem;
  transition: all 0.3s ease-out;
}
.introduction h2 {
  transition: all 0.3s ease-out;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 600;
}
.introduction p {
  transition: all 0.3s ease-out;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}
.introduction figure {
  transition: all 0.3s ease-out;
  height: 38rem;
  margin-left: auto;
  width: min(100%, 25.5rem);
  margin-left: auto;
}
.introduction figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.3s ease-out;
}
.introduction p {
  transition: all 0.3s ease-out;
  font-size: 1.2rem;
  line-height: 1.6;
}
.introduction .top-object {
  position: absolute;
  width: 130px;
  bottom: 20px;
  left: 10px;
  z-index: 1;
}

/* トップ - 取引実績 */
.business-record {
  background-color: #f5f6fa;
  padding: 8rem 0;
  margin-top: 2rem;
  text-align: center;
  transition: all 0.3s ease-out;
}
.business-record h2 {
  transition: all 0.3s ease-out;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  font-size: 1.4rem;
}
.business-record .business-record_list {
  display: none !important;
  margin-top: 4.5rem;
  gap: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 0.3s ease-out;
}
.business-record .business-record_list li {
  text-align: center;
  transition: all 0.3s ease-out;
}
.business-record .business-record_list li img {
  display: inline-block;
}
.business-record p {
  display: none !important;
  margin-top: 4rem;
  transition: all 0.3s ease-out;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}
.business-record .logo1 {
  width: 120px;
}
.business-record .logo2 {
  width: 300px;
  height: auto;
}
.business-record .logo3 {
  width: 120px;
  height: auto;
}

/* トップ - ビジネス */
.home-business .wrapper {
  padding: 80px 20px 0 20px;
}
.home-business h2 {
  transition: all 0.3s ease-out;
  font-size: 4.8rem;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.home-business .subtitle {
  padding-bottom: 40px;
}
.home-business .subtitle h3 {
  font-size: 1.8rem;
}
.home-business .subtitle div {
  font-size: 1.2rem;
}
.home-business .home-business_list li {
  background-size: cover;
  transition: all 0.3s ease-out;
}
.home-business .home-business_list .b1 {
  background-image: url("../../assets/images/top/ph-home-buiness1.webp");
}
.home-business .home-business_list .b2 {
  background-image: url("../../assets/images/top/ph-home-buiness2.webp");
}
.home-business .home-business_list .b3 {
  background-image: url("../../assets/images/top/ph-home-buiness3.webp");
}
.home-business .home-business_list .b4 {
  background-image: url("../../assets/images/top/ph-home-buiness4.webp");
}
.home-business .home-business_list .b5 {
  background-image: url("../../assets/images/top/ph-home-buiness5.webp");
}
.home-business .home-business_textarea {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  transition: all 0.3s ease-out;
}
.home-business .home-business_textarea h4 {
  font-size: 2.4rem;
  font-weight: 600;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.home-business .home-business_textarea p {
  font-size: 1.4rem;
  line-height: 1.4;
  z-index: 2;
  color: #fff;
  margin-top: 1rem;
}
.home-business .home-business_list {
  width: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 24rem 24rem 24rem 24rem 24rem;
  grid-template-areas: "a" "b" "c" "d" "e";
  gap: 0;
  transition: all 0.3s ease-out;
  /* グリッド配置に切替え */
}
.home-business .home-business_list {
  /* SP: 1列 */
}
.home-business .home-business_list li {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  background-position: 50%;
  transition: all 0.3s ease-out;
}
.home-business .home-business_list a {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-out;
}
.home-business .home-business_list a::before {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  transition: all 0.3s ease-out;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
}
.home-business .home-business_list a:hover::before {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0.7;
}
.home-business .home-business_list a:hover figure img {
  filter: brightness(0.5);
}
.home-business .home-business_list a:hover .arw img {
  margin-left: 11px;
}
.home-business .home-business_list a figure {
  z-index: 1;
}
.home-business .home-business_list a figure img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.home-business .home-business_list a .arw {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #0040ff;
  right: 20px;
  bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 100px;
  transition: all 0.3s ease-out;
}
.home-business .home-business_list a .arw img {
  width: 8px;
  height: auto;
  transition: all 0.3s ease-out;
}

/* トップ - 強み */
.home-strength {
  padding: 80px 20px 80px 20px;
}
.home-strength .article:last-child {
  margin-bottom: 0px;
}
.home-strength .subtitle {
  margin-bottom: 45px;
}
.home-strength .subtitle h2 {
  font-size: 1.8rem;
}
.home-strength .article {
  margin-bottom: 80px;
}
.home-strength .article_main {
  -ms-flex-order: 2;
      order: 2;
}
.home-strength .article_main h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.home-strength .article_main p {
  margin-bottom: 40px;
}
.home-strength .article_main .btn1 {
  width: 280px;
}
.home-strength .article_sub {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 20px;
}

/* トップ - 企業概要 */
.home-company {
  background-color: #7d899a;
  padding: 80px 20px 80px 20px;
  position: relative;
}
.home-company h2 {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 30px;
  line-height: 1.4;
}
.home-company h2 .br-sp {
  display: block;
}
.home-company p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
.home-company p .br-sp {
  display: block;
}
.home-company .photos {
  height: 160px;
  margin-bottom: 40px;
  overflow: hidden;
}
.home-company .photos .photos-slider {
  height: 100%;
  width: 100%;
}
.home-company .photos .swiper-wrapper {
  -ms-flex-align: center;
      align-items: center;
}
.home-company .photos .swiper-slide {
  width: auto;
  height: auto;
}
.home-company .photos p {
  width: 275px;
  margin: 0;
}
.home-company .photos img {
  width: 275px;
  height: auto;
}
.home-company .btn1 {
  width: 240px;
}

/* トップ - NEWS */
.home .news-block {
  padding: 85px 20px 105px 20px;
}

/* ------------------------------------------------------
  企業情報
------------------------------------------------------ */
.company .wrapper {
  padding: 0 20px;
}
.company .page_title {
  padding-left: 20px;
  font-size: 2rem;
}
.company .page_title_en {
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 4.8rem;
  font-family: "Poppins", sans-serif;
}
.company .page_header {
  position: relative;
  margin-bottom: 90px;
}
.company .page_header .object {
  width: 165px;
  position: absolute;
  bottom: -30px;
  left: 10px;
}
.company .page_header figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0;
}
.company .page_header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.company {
  /* 企業情報 - 会社概要 */
}
.company .article {
  display: block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}
.company .article_main {
  width: 100%;
  padding-top: 20px;
}
.company .article_main h3 {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.company .article_main p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin: 0;
}
.company .subtitle {
  margin-bottom: 50px;
}
.company .subtitle h2 {
  font-size: 1.8rem;
}
.company .subtitle div {
  font-size: 1.2rem;
}
.company .article_sub {
  width: 255px;
  margin: 0 auto;
}
.company .article_sub img {
  width: 100%;
  height: auto;
}
.company .ceo-message .article_main {
  -ms-flex-order: 2;
      order: 2;
}
.company .ceo-message .article_sub {
  -ms-flex-order: 1;
      order: 1;
}
.company .company-info {
  background-color: #f5f6fa;
  padding: 80px 20px 100px 20px;
}
.company .company-table {
  width: 100%;
}
.company .company-table th,
.company .company-table td {
  border-top: 1px solid rgba(34, 51, 102, 0.4);
  padding: 30px 0;
  line-height: 1.6;
  font-size: 1.4rem;
}
.company .company-table tr:last-child th,
.company .company-table tr:last-child td {
  padding-bottom: 0;
}
.company .company-table th {
  text-align: left;
  width: 95px;
}
.company .googlemap h4 {
  margin-bottom: 10px;
}
.company .googlemap:first-child {
  margin-bottom: 30px;
}
.company .br-sp {
  display: block;
}
.company .br-tb {
  display: block;
}

/* ------------------------------------------------------
  金属加工事業
------------------------------------------------------ */
.metal-processing .wrapper {
  padding: 0 20px;
  transition: all 0.3s ease-out;
}
.metal-processing .page_title {
  font-size: 2rem;
  padding: 115px 0 0 20px;
  margin: 0 0 215px 0;
  transition: all 0.3s ease-out;
}
.metal-processing .page_header {
  margin-bottom: 115px;
  transition: all 0.3s ease-out;
}
.metal-processing .page_header_inner {
  padding: 0 2rem;
  margin-bottom: 40px;
  transition: all 0.3s ease-out;
}
.metal-processing .page_header_inner h2 {
  transition: all 0.3s ease-out;
}
.metal-processing .page_header_inner h3 {
  transition: all 0.3s ease-out;
}
.metal-processing .page_header_inner p {
  transition: all 0.3s ease-out;
}
.metal-processing .page_header figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s ease-out;
}
.metal-processing .page_header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.3s ease-out;
}
.metal-processing .object {
  width: 100px;
  left: 20px;
  bottom: -73px;
  transition: all 0.3s ease-out;
}
.metal-processing .p-mp_article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 1rem;
  margin-right: 4rem;
  transition: all 0.3s ease-out;
}
.metal-processing .p-mp_article:nth-of-type(n+2) {
  margin-top: 8rem;
}
.metal-processing .p-mp_article:nth-of-type(n+2) .article_sub {
  margin-left: auto;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.metal-processing .p-mp_article:nth-of-type(2n) {
  margin-left: 4rem;
  margin-right: 0;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.metal-processing .p-mp_article:nth-of-type(2n) .article_main {
  padding-right: 2rem;
  padding-left: 0;
}
.metal-processing .p-mp_article_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4rem;
  width: 100%;
  transition: all 0.3s ease-out;
}
.metal-processing .p-mp_article::after {
  display: block;
  color: #223366;
  font-size: 1rem;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transition: all 0.3s ease-out;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}
.metal-processing .p-mp_article#composite-processing::after {
  content: "01 — Multi-Process Machining";
}
.metal-processing .p-mp_article#machining-center::after {
  content: "02 — Machining";
}
.metal-processing .p-mp_article#lathe-processing::after {
  content: "03 — Turning";
}
.metal-processing .p-mp_article#welding-processing::after {
  content: "04 — Welding";
}
.metal-processing .p-mp_article#large-part-processing::after {
  content: "05 — Large-Scale Machining";
}
.metal-processing .p-mp_article .article_main {
  padding-left: 2rem;
  transition: all 0.3s ease-out;
}
.metal-processing .p-mp_article .article_main h3 {
  transition: all 0.3s ease-out;
}
.metal-processing .p-mp_article .article_main h4 {
  transition: all 0.3s ease-out;
}
.metal-processing .p-mp_article .article_sub {
  transition: all 0.3s ease-out;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.metal-processing .p-mp_article .article_sub_inner {
  position: relative;
  width: 100%;
  height: 36rem;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.metal-processing .p-mp_article .article_sub_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.3s ease-out;
}

.metal {
  background-color: #f5f6fa;
  padding: 80px 0 75px;
  transition: all 0.3s ease-out;
  margin-top: 8rem;
}
.metal_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 2rem;
  margin-left: 2rem;
  transition: all 0.3s ease-out;
}
.metal .metal_text {
  transition: all 0.3s ease-out;
}
.metal .metal_text h2 {
  font-size: 2.24rem;
  margin-bottom: 15px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  grid-area: title;
}
.metal .metal_text p {
  font-size: 1.4rem;
  line-height: 1.8;
  transition: all 0.3s ease-out;
  grid-area: txt;
}
.metal .metal_list {
  margin-top: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  transition: all 0.3s ease-out;
  grid-area: list;
}
.metal .metal_list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease-out;
}
.metal .metal_list div {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  transition: all 0.3s ease-out;
}
.metal .metal_list div.color-stainless {
  background-color: #d5d5d5;
}
.metal .metal_list div.color-aluminum {
  background-color: #e2e2e2;
}
.metal .metal_list div.color-iron {
  background-color: #b6b6b6;
}
.metal .metal_list div.color-casting {
  background-color: #868484;
}
.metal .metal_list div.color-brass {
  transition: all 0.3s ease-out;
  background-color: #efd16b;
}
.metal .metal_list div.color-copper {
  transition: all 0.3s ease-out;
  background-color: #c0a484;
}
.metal .metal_list div.color-titanium {
  background-color: #788898;
}
.metal .metal_list p {
  font-size: 1.2rem;
  text-align: center;
  transition: all 0.3s ease-out;
}

/* ------------------------------------------------------
  設備
------------------------------------------------------ */
.facility .wrapper {
  margin-bottom: 20px;
  padding-left: 20px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.facility .page_title {
  margin-bottom: 210px;
  padding-left: 20px;
  transition: all 0.3s ease-out;
}
.facility .table-wrap {
  overflow: auto;
  transition: all 0.3s ease-out;
}
.facility .tbl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
  transition: all 0.3s ease-out;
}
.facility .col-first {
  width: 100%;
  min-width: 180px;
  padding-bottom: 35px;
  transition: all 0.3s ease-out;
}
.facility .col-first h3 {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
  line-height: 1.4;
  transition: all 0.3s ease-out;
}
.facility .col-first h3 br {
  display: none;
}
.facility .col-first p {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}
.facility .facility-table {
  border-collapse: collapse;
  min-width: 100%;
  transition: all 0.3s ease-out;
}
.facility .facility-table th,
.facility .facility-table td {
  padding: 13px 5px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1.2rem;
  text-align: center;
  white-space: normal;
  min-width: 180px;
  line-height: 1.3;
  transition: all 0.3s ease-out;
}
.facility .facility-table th:nth-child(4),
.facility .facility-table td:nth-child(4) {
  min-width: 80px;
}
.facility .facility-table thead th {
  background: #fff !important;
  font-weight: 600;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 8px 10px;
  border-bottom: 1px solid #223366;
  transition: all 0.3s ease-out;
}
.facility .facility-table tr:nth-child(even) td {
  background-color: #f5f6fa;
}

/* ------------------------------------------------------
  実績
------------------------------------------------------ */
.works .page_title {
  font-size: 2rem;
  padding-left: 20px;
  margin-bottom: 170px;
  transition: all 0.3s ease-out;
}
.works .wrapper {
  padding: 0 20px 100px 20px;
  transition: all 0.3s ease-out;
}
.works .works_content {
  transition: all 0.3s ease-out;
}
.works .works_content .works_nav {
  width: 100%;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease-out;
}
.works .works_content .works_nav ul.works_menu {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  transition: all 0.3s ease-out;
}
.works .works_content .works_nav ul.works_menu > li {
  margin-right: 30px;
  position: relative;
  transition: all 0.3s ease-out;
}
.works .works_content .works_nav ul.works_menu > li > a {
  display: block;
  color: #223366;
  font-size: 1.1rem;
  margin-bottom: 5px;
  padding-right: 13px;
  background-image: url("../../assets/images/common/arrow_n.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px auto;
  transition: all 0.3s ease-out;
}
.works .works_content .works_nav ul.works_menu > li > a.open {
  background-image: url("../../assets/images/common/arrow_nu.webp");
}
.works .works_content ul.works_sub_menu {
  background: #fff;
  margin-left: -3px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 140px;
  position: absolute;
  display: none;
  margin-bottom: 25px;
}
.works .works_content ul.works_sub_menu li a {
  display: block;
  font-size: 1.1rem;
  color: rgba(34, 51, 102, 0.4);
  padding: 4px 0 4px 12px;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
.works .works_content ul.works_sub_menu li a:hover {
  color: rgb(34, 51, 102);
}
.works .works_content ul.works_sub_menu li a.on {
  background-image: url("../../assets/images/common/check.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 8px auto;
  color: #223366;
}
.works .works_content ul.works_sub_menu li a.disabled {
  opacity: 0.5;
  cursor: pointer;
}
.works .works_content .works_body {
  width: 100%;
  transition: all 0.3s ease-out;
}
.works .works_content .works_body h3 {
  font-size: 3.2rem;
  margin-bottom: 30px;
}
.works .works_content .works_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 4rem;
  transition: all 0.3s ease-out;
}
.works .works_content .works_list li {
  width: 100%;
  transition: all 0.3s ease-out;
}
.works .works_content .works_list li a {
  display: block;
}
.works .works_content .works_list li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.works .works_content .works_list li h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
.works .works_content .works_list li p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.works .works_content .works_list li:last-child {
  margin-bottom: 0;
}
.works .works_content .works_list li:nth-child(even) {
  margin-right: 0;
}
.works .works_content .works_list {
  /* 非表示用 */
}
.works .works_content .works_list .works_item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.works .works_content .works_list .works_item.is-hidden {
  display: none;
}
.works .works_content {
  /* 空メッセージ例 */
}
.works .works_content .works_empty {
  margin-top: 24px;
  margin-bottom: 100px;
  padding: 150px 0;
  text-align: center;
  font-size: 1.4rem;
}

/* ------------------------------------------------------
  品質管理
------------------------------------------------------ */
.quality-control .wrapper {
  padding: 0px 20px;
  position: relative;
}
.quality-control .page_title {
  padding-left: 20px;
}
.quality-control .mv-quality-control {
  position: relative;
  z-index: 2;
  margin-top: 21rem;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.quality-control .mv-quality-control::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background-color: #F5F6FA;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.quality-control .mv-quality-control .qc-text {
  padding: 0 2rem;
  transition: all 0.3s ease-out;
}
.quality-control .mv-quality-control .qc-text h2 {
  font-size: 3.2rem;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: 600;
}
.quality-control .mv-quality-control .qc-text p {
  font-size: 1.4rem;
  line-height: 1.8;
  transition: all 0.3s ease-out;
}
.quality-control .mv-quality-control .item1 {
  width: 395px;
  height: 395px;
  overflow: hidden;
  margin-top: 4rem;
  transform: translateX(10%);
  transition: all 0.3s ease-out;
}
.quality-control .mv-quality-control .item1 img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}
.quality-control .quality-control-body .wrapper {
  padding-top: 80px;
  transition: all 0.3s ease-out;
}
.quality-control .qc-content {
  border-bottom: 1px solid rgba(34, 51, 102, 0.4);
  padding-bottom: 8rem;
  transition: all 0.3s ease-out;
}
.quality-control .qc-content:nth-of-type(n+2) {
  padding-top: 8rem;
}
.quality-control .qc-content .qc-sub {
  padding-bottom: 35px;
  transition: all 0.3s ease-out;
}
.quality-control .qc-content .qc-sub h2 {
  font-size: 2.4rem;
}
.quality-control .qc-content .qc-sub p {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}
.quality-control .qc-content .qc-main {
  transition: all 0.3s ease-out;
}
.quality-control .qc-content .qc-main-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.quality-control .qc-content .qc_list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  transition: all 0.3s ease-out;
}
.quality-control .qc-content .qc_list li .qc-head {
  -ms-flex-order: 2;
      order: 2;
  transition: all 0.3s ease-out;
}
.quality-control .qc-content .qc_list li .qc-head h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.quality-control .qc-content .qc_list li .qc-head p {
  font-size: 1.4rem;
  line-height: 1.8;
  transition: all 0.3s ease-out;
}
.quality-control .qc-content .qc_list li .qc-head .bk {
  font-size: 1.4rem;
  display: block;
  padding-top: 10px;
  line-height: 1.4 !important;
}
.quality-control .qc-content .qc_list li .iso h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.quality-control .qc-content .qc_list li figure {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 25px;
  transition: all 0.3s ease-out;
}
.quality-control .qc-content .qc_list li figure img {
  width: 100%;
  height: auto;
}
.quality-control .qc-content .qc_list li:last-child {
  margin-bottom: 0;
  padding: 0;
}
.quality-control .qc-content li:last-child {
  margin-bottom: 0;
}
.quality-control .qc-content:last-child {
  border: none;
}
.quality-control .guarantee {
  display: inline-block;
  -ms-flex-order: 3;
      order: 3;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px dashed #223366;
  padding-bottom: 4px;
  margin-top: 60px;
  padding-right: 26px;
  padding-top: 3px;
  background-image: url("../../assets/images/common/blank.webp");
  background-repeat: no-repeat;
  background-position: top -2px right;
  background-size: 21px auto;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.quality-control .guarantee:hover {
  opacity: 0.6;
}
.quality-control .area_box {
  padding-top: 40px;
  -ms-flex-order: 3;
      order: 3;
}
.quality-control .area_box h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.quality-control .area_box h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.quality-control .area_box p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.quality-control .area_box p:last-child {
  margin-bottom: 0px;
}

/* ------------------------------------------------------
  採用
------------------------------------------------------ */
.recruit {
  /* 見出し用のクラス */
}
.recruit .h2 p {
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 3.6rem;
  line-height: 1.8;
  transition: all 0.3s ease-out;
}
.recruit .h2 h2 {
  transition: all 0.3s ease-out;
  font-size: 1.2rem;
  background-image: url("../../assets/images/common/bar.webp");
  background-size: 30px 6px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 42px;
  margin-left: -12px;
  transition: all 0.3s ease-out;
}
.recruit {
  /* MV */
}
.recruit .mv-recruit {
  background-color: #0040ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.recruit .mv-recruit .mv-text {
  position: inherit;
  bottom: 0;
  left: 0;
  padding-right: 0;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 4.3rem 0;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
  transition: all 0.3s ease-out;
}
.recruit .mv-recruit .mv-text h1 {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 7.2rem;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  transition: all 0.3s ease-out;
}
.recruit .mv-recruit .mv-text p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-out;
}
.recruit .mv-recruit figure {
  height: 22rem;
  width: 100%;
  overflow: hidden;
}
.recruit .mv-recruit figure .swiper {
  height: 100%;
  width: 100%;
}
.recruit .mv-recruit figure .swiper-wrapper {
  -ms-flex-align: stretch;
      align-items: stretch;
  transition-timing-function: linear;
}
.recruit .mv-recruit figure .swiper-slide {
  width: auto;
  height: 100%;
}
.recruit .mv-recruit figure img {
  transition: all 0.3s ease-out;
  height: 220px;
  width: auto;
  object-fit: cover;
  display: block;
}
.recruit .mv-recruit figure.f2 {
  top: auto;
  bottom: 0px;
}
.recruit .mv-recruit figure.f2 .recruit-slider-f2 {
  transform: scaleX(-1);
}
.recruit .mv-recruit figure.f2 .recruit-slider-f2 .swiper-slide img {
  transform: scaleX(-1);
}
.recruit .mv-recruit .rbr {
  display: block;
}
.recruit .mv-recruit .btn_recruit {
  width: 140px;
  height: 140px;
  font-size: 1.3rem;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff !important;
  z-index: 1;
  line-height: 1.4;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  bottom: -70px;
  transition: all 0.3s ease-out;
}
.recruit .mv-recruit .btn_recruit span {
  transition: all 0.3s ease-out;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  position: relative;
  z-index: 2;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
}
.recruit .mv-recruit .btn_recruit span::after {
  content: "";
  display: block;
  z-index: 1;
  background-image: url(../../assets/images/common/arrow_b.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px auto;
  width: 13px;
  transition: all 0.3s ease-out;
  height: 13px;
}
.recruit .mv-recruit .btn_recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: all 0.3s ease-out;
  background-color: #ff0033;
}
.recruit .mv-recruit .btn_recruit:hover::after {
  transform: scale(1.1);
}
.recruit .mv-recruit .btn_recruit:hover span::after {
  transform: translateY(0.5rem);
}
.recruit {
  /* INTRO */
}
.recruit .recruit-intro {
  text-align: center;
  line-height: 1.8;
  font-size: 1.4rem;
  padding: 12rem 2rem 7rem;
  font-weight: 600;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
.recruit {
  /* MISSION */
}
.recruit .block-mission {
  transition: all 0.3s ease-out;
}
.recruit .block-mission_inner {
  transition: all 0.3s ease-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4rem;
}
.recruit .block-mission_txtarea {
  padding-right: 2rem;
  padding-left: 2rem;
  transition: all 0.3s ease-out;
  grid-area: txtarea;
}
.recruit .block-mission_txtarea .h2 {
  grid-area: ttl;
}
.recruit .block-mission_txtarea .mission-title {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
  padding-top: 60px;
  transition: all 0.3s ease-out;
}
.recruit .block-mission_txtarea .mission-body p {
  transition: all 0.3s ease-out;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 600;
}
.recruit .block-mission_txtarea .mission-body p:nth-of-type(n+2) {
  margin-top: 3rem;
}
.recruit .block-mission_img {
  transition: all 0.3s ease-out;
  width: min(89.333333%, 60rem);
  transform: translateX(4rem);
  margin-left: auto;
  grid-area: img;
}
.recruit {
  /* VALUE */
}
.recruit .block-values {
  background-color: #0040ff;
  margin-top: 12rem;
  transition: all 0.3s ease-out;
}
.recruit .block-values .wrapper {
  padding: 60px 0 80px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-out;
}
.recruit .block-values .item-values {
  width: 165px;
  position: absolute;
  top: -100px;
  right: -20px;
  position: absolute;
  transition: all 0.3s ease-out;
}
.recruit .block-values .item-values img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
.recruit .block-values .item-header {
  transition: all 0.3s ease-out;
}
.recruit .block-values .item-header .h2 {
  padding: 0 2rem;
  transition: all 0.3s ease-out;
}
.recruit .block-values .item-header .values-text {
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 180%;
  margin-top: 40px;
  transition: all 0.3s ease-out;
}
.recruit .block-values .values-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4rem;
  transition: all 0.3s ease-out;
}
.recruit .block-values .values-box:nth-of-type(n+2) {
  padding-top: 8rem;
}
.recruit .block-values .values-box:nth-last-of-type() {
  margin-bottom: 0;
}
.recruit .block-values .values-box .item1 {
  padding-right: 2rem;
  padding-left: 2rem;
  transition: all 0.3s ease-out;
}
.recruit .block-values .values-box .item1 h3 {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.recruit .block-values .values-box .item1 > p {
  font-size: 1.4rem;
  line-height: 180%;
  text-align: left;
}
.recruit .block-values .values-box .item1 .no {
  color: #ff0033;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-style: italic;
}
.recruit .block-values .values-box .item2 {
  position: relative;
  width: 84%;
  margin-left: auto;
  transition: all 0.3s ease-out;
}
.recruit .block-values .values-box .item2 h4 {
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%) translateX(-2rem);
  font-style: italic;
  font-weight: 200;
}
.recruit .block-values .values-box .item2 img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.recruit .block-values .values-box .item2.g2 {
  margin-right: auto;
  margin-left: 0;
}
.recruit .block-values .values-box .item2.g2 h4 {
  right: 0;
  left: inherit;
  transform: translateY(50%) translateX(2rem);
}
.recruit .block-values .br-tb-none {
  display: none;
}
.recruit .block-values .br-sp-none {
  display: none;
}
.recruit {
  /* MESSAGE */
}
.recruit .block-message {
  padding: 70px 20px 80px 20px;
  transition: all 0.3s ease-out;
}
.recruit .block-message .message-header .h2 {
  margin-bottom: 40px;
}
.recruit .block-message .message-header > p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
.recruit .block-message .message-header figure {
  width: 295px;
  margin: 0 auto 60px auto;
}
.recruit .block-message .message-header figure img {
  width: 100%;
  height: auto;
}
.recruit .block-message .message-body {
  margin: 0 auto;
}
.recruit .block-message .message-body h3 {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.recruit .block-message .message-body h3 br:nth-child(2) {
  display: none;
}
.recruit .block-message .message-body h3 br:nth-child(1) {
  display: block;
}
.recruit .block-message .message-body p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.recruit .block-message .message-body .ceo-name {
  padding-top: 50px;
  font-size: 2.2rem;
}
.recruit .block-message .message-body .ceo-name span {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 10px;
}
.recruit .block-message .message-body .br-sp-none {
  display: none;
}
.recruit .block-message .bar45 {
  display: none;
}
.recruit {
  /* People */
}
.recruit .block-people {
  background-color: #7d899a;
  color: #fff;
  padding: 80px 0;
}
.recruit .block-people .wrapper {
  padding: 0 20px;
  transition: all 0.3s ease-out;
}
.recruit .block-people .h2 {
  margin-bottom: 60px;
}
.recruit .staff-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px auto;
  transition: all 0.3s ease-out;
}
.recruit .staff-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease-out;
}
.recruit .staff-list li:nth-of-type(2n) {
  margin-left: auto;
}
.recruit .staff-list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  transition: all 0.3s ease-out;
}
.recruit .staff-list li a figure {
  width: calc(50% - 1rem);
  transition: all 0.3s ease-out;
}
.recruit .staff-list li a figure img {
  transition: all 0.3s ease-out;
}
.recruit .staff-list li a:hover figure img {
  filter: brightness(1.15);
}
.recruit .staff-list li a:hover .staff-comment {
  opacity: 0.6;
}
.recruit .staff-list li .staff-comment {
  width: calc(50% - 1rem);
  transition: all 0.3s ease-out;
  color: #fff;
}
.recruit .staff-list li .staff-comment p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 15px;
  transition: all 0.3s ease-out;
}
.recruit .staff-list li .staff-comment .staff-name {
  font-size: 1.2rem;
  transition: all 0.3s ease-out;
}
.recruit .staff-list li figure {
  transition: all 0.3s ease-out;
}
.recruit .staff-list li figure img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}
.recruit .staff-list li:nth-child(even) .staff-comment {
  -ms-flex-order: 1;
      order: 1;
  text-align: right;
  transition: all 0.3s ease-out;
}
.recruit .staff-list li:nth-child(even) .staff-comment p {
  text-align: right;
}
.recruit .staff-list li:nth-child(even) figure {
  transition: all 0.3s ease-out;
  -ms-flex-order: 2;
      order: 2;
}
.recruit {
  /* Jobs */
}
.recruit .block-jobs .wrapper {
  padding: 80px 20px;
}
.recruit .block-jobs .h2 {
  margin-bottom: 40px;
}
.recruit .block-jobs .job-list {
  border-top: 1px solid rgba(34, 51, 102, 0.4);
}
.recruit .block-jobs .job-list li {
  border-bottom: 1px solid rgba(34, 51, 102, 0.4);
}
.recruit .block-jobs .job-list li a {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 25px 30px 25px 20px;
  transition: all 0.3s ease-out;
  background-image: url("../../assets/images/common/arrow_r.webp");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 8px auto;
}
.recruit .block-jobs .job-list li a:hover {
  opacity: 0.6;
}
.recruit {
  /* factory */
}
.recruit .block-factory {
  background-color: #f5f6fa;
  color: #0040ff;
  position: relative;
  height: 750px;
  margin-bottom: 50px;
}
.recruit .block-factory .img-factory {
  width: 100%;
  height: 240px;
  z-index: 1;
  position: relative;
  background-image: url("../../assets/images/recruit/img_factory.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.recruit .block-factory h2 {
  transition: all 0.3s ease-out;
  font-size: 8rem;
  font-family: "Poppins", sans-serif;
  z-index: 2;
  position: absolute;
  bottom: -9.2rem;
  padding-left: 20px;
}
.recruit .block-factory .text-factory {
  position: absolute;
  width: 100%;
  padding: 135px 20px 0 20px;
}
.recruit .block-factory .text-factory h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.recruit .block-factory .text-factory p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0px;
}
.recruit .block-factory .r-cta {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.recruit .block-factory .r-cta a {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  width: 180px;
  height: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
.recruit .block-factory .r-cta a:hover::before {
  transform: scale(1.1);
}
.recruit .block-factory .r-cta a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: all 0.3s ease-out;
  background-color: #ff0033;
}
.recruit .block-factory .r-cta a span {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  font-weight: bold;
}

/* ------------------------------------------------------
  NEWS
------------------------------------------------------ */
.news .wrapper {
  display: block;
  padding: 0px 20px 100px 20px;
}

.news .page_title,
.single .page_title {
  width: 100%;
  padding-left: 0;
  padding-top: 157px;
  margin-bottom: 80px;
  font-size: 2rem;
}

.cnt-sub {
  transition: all 0.3s ease-out;
  width: 100%;
  padding: 0;
}
.cnt-sub h2 {
  transition: all 0.3s ease-out;
  font-size: 4.8rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.cnt-sub nav ul {
  transition: all 0.3s ease-out;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt-sub nav ul li a {
  transition: all 0.3s ease-out;
  font-size: 1.2rem;
  color: #223366;
  opacity: 0.4;
  display: block;
  margin-bottom: 10px;
  margin-right: 20px;
}
.cnt-sub nav ul li a:not(.active):hover {
  opacity: 1;
}
.cnt-sub nav ul li a.active {
  transition: all 0.3s ease-out;
  opacity: 1;
  font-weight: 600;
}

.pagination {
  transition: all 0.3s ease-out;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 8px;
  color: #223366;
  padding-top: 35px;
}
.pagination .prev,
.pagination .next {
  transition: all 0.3s ease-out;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  color: #223366;
  text-decoration: none;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.pagination .prev {
  transition: all 0.3s ease-out;
  padding-left: 14px;
}
.pagination .prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: url("../../assets/images/common/arrow_l.webp") no-repeat center/contain;
  transition: all 0.3s ease-out;
}
.pagination .prev:hover {
  opacity: 0.6;
}
.pagination .prev:hover::before {
  transform: translateY(-50%) translateX(-5px);
}
.pagination .prev.disabled {
  opacity: 0.3;
}
.pagination .prev.disabled:hover {
  opacity: 0.3;
}
.pagination .prev.disabled:hover::before {
  transform: translateY(-50%) translateX(0px);
}
.pagination .prev.disabled::before {
  transform: translateY(-50%) translateX(0px);
}
.pagination .next {
  transition: all 0.3s ease-out;
  padding-right: 14px;
}
.pagination .next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: url("../../assets/images/common/arrow_r.webp") no-repeat center/contain;
  transition: all 0.3s ease-out;
}
.pagination .next:hover {
  opacity: 0.6;
}
.pagination .next:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.pagination .next.disabled {
  opacity: 0.3;
}
.pagination .next.disabled:hover {
  opacity: 0.3;
}
.pagination .next.disabled:hover::after {
  transform: translateY(-50%) translateX(0px);
}
.pagination .next.disabled::after {
  transform: translateY(-50%) translateX(0px);
}
.pagination .numbers {
  transition: all 0.3s ease-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
}
.pagination .number {
  transition: all 0.3s ease-out;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.2rem;
  color: #223366;
  text-decoration: none;
  line-height: 1;
  border: 1px solid currentColor;
  transition: all 0.3s ease-out;
}
.pagination .number.active {
  transition: all 0.3s ease-out;
  background: #223366;
  color: #fff;
  border-color: #223366;
}
.pagination a.number {
  transition: all 0.3s ease-out;
}
.pagination a.number:hover {
  opacity: 0.6;
}
.pagination .dots {
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  color: #223366;
  letter-spacing: 0.25em;
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
}

/* ------------------------------------------------------
  NEWS 詳細
------------------------------------------------------ */
.single .wrapper {
  padding: 0 20px 105px 20px;
  padding-bottom: 1;
}
.single .wrapper .page_title {
  margin-bottom: 60px;
}
.single .news-block {
  -ms-flex-pack: center;
      justify-content: center;
}
.single .news-sub {
  margin-bottom: 45px;
}
.single .btn_back-newslist {
  font-size: 1.2rem;
  background-image: url("../../assets/images/common/arrow_l.webp");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: 3% center;
  padding-left: 16px;
  transition: all 0.3s ease-out;
}
.single .btn_back-newslist:hover {
  opacity: 0.6;
  background-position: 0% center;
}

.cnt .wp-post-image,
.cnt .alignnone {
  border-radius: 3rem;
  margin-bottom: 4rem;
  transition: all 0.3s ease-out;
}
.cnt h1 {
  transition: all 0.3s ease-out;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cnt h2 {
  transition: all 0.3s ease-out;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.cnt h3 {
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.cnt p {
  transition: all 0.3s ease-out;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 40px;
}
.cnt p:last-of-type {
  margin-bottom: 0;
}
.cnt figure {
  transition: all 0.3s ease-out;
  margin-bottom: 60px;
}
.cnt figure img {
  transition: all 0.3s ease-out;
  width: 100%;
  height: auto;
}
.cnt a.text-link {
  color: #0040ff;
  transition: all 0.3s ease-out;
}
.cnt a.text-link:hover {
  opacity: 0.6;
}
.cnt blockquote {
  background-color: #f5f6fa;
  line-height: 2;
  margin-bottom: 40px;
  padding: 3rem;
  border-radius: 3rem;
  font-weight: 200;
  transition: all 0.3s ease-out;
  font-size: 1.4rem;
}
.cnt .blue {
  background-color: #0040ff;
}
.cnt .blue:hover {
  border-color: #0040ff;
  color: #0040ff;
}
.cnt .red {
  background-color: #ff0033;
}
.cnt .red:hover {
  border-color: #ff0033;
  color: #ff0033;
}
.cnt .navy {
  background-color: #223366;
}
.cnt .navy:hover {
  border-color: #223366;
  color: #223366;
}
.cnt .gray {
  background-color: #7d899a;
}
.cnt .gray:hover {
  border-color: #7d899a;
  color: #7d899a;
}
.cnt .page-header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.cnt .news_date {
  width: auto;
  margin-right: 20px;
  padding-left: 0;
}
.cnt .pagination {
  padding-top: 4rem;
}

/* ------------------------------------------------------
  お問合せ
------------------------------------------------------ */
.inquiry .wrapper {
  padding: 0 20px 80px 20px;
}
.inquiry h2 {
  transition: all 0.3s ease-out;
  font-size: 4.8rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.inquiry h3 {
  transition: all 0.3s ease-out;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 30px;
}
.inquiry h4 {
  transition: all 0.3s ease-out;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.inquiry input[type=text],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry textarea {
  transition: all 0.3s ease-out;
  background-color: #f5f6fa;
  font-size: 1.8rem;
  border: none;
  outline: none;
  height: 48px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 8px;
  color: #223366;
}
.inquiry textarea {
  transition: all 0.3s ease-out;
  width: 100%;
  height: 300px;
}
.inquiry .btn-inquiry {
  color: #fff;
  background-color: #223366;
  width: 120px;
  height: 48px;
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
  outline: none;
  font-size: 1.4rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.inquiry .btn-inquiry:hover {
  color: #223366;
  background-color: #fff;
  border: 1px solid #223366;
}

.inquiry-info > p {
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 80px;
}
.inquiry-info > p br {
  transition: all 0.3s ease-out;
  display: none;
}
.inquiry-info h2 {
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 5px;
}
.inquiry-info .contact-tel {
  transition: all 0.3s ease-out;
  margin-bottom: 80px;
}
.inquiry-info .contact-tel a {
  transition: all 0.3s ease-out;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.inquiry-info .contact-tel a span {
  transition: all 0.3s ease-out;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  font-family: "Poppins", sans-serif;
}
.inquiry-info .contact-tel a p {
  transition: all 0.3s ease-out;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.inquiry-info .contact-tel p {
  transition: all 0.3s ease-out;
  font-size: 1.2rem;
  line-height: 1.4;
}

span.req {
  transition: all 0.3s ease-out;
  background: #ff0033;
  color: #fff;
  padding: 0.2rem 0.5rem 0rem 0.5rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 0.5rem;
  font-size: 1.2rem;
}

.wpcf7-response-output {
  transition: all 0.3s ease-out;
  padding: 30px 10px !important;
  margin-bottom: 40px !important;
}

/* ------------------------------------------------------
  プライバシーポリシー
------------------------------------------------------ */
.privacy .wrapper {
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0 20px 85px 20px;
}
.privacy .wrapper .page_title {
  transition: all 0.3s ease-out;
  font-size: 2rem;
  margin-bottom: 65px;
  padding: 0;
}
.privacy .wrapper .page-block section {
  transition: all 0.3s ease-out;
  margin-bottom: 45px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 200;
}
.privacy .wrapper .page-block section h2 {
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.privacy .wrapper .page-block .ceo_name {
  transition: all 0.3s ease-out;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 200;
}
@media (min-width: 375px){
  .sp_menu h3 {
    width: 124px;
    margin: 50px 0;
  }
  .sp_nav a {
    font-size: 1.8rem;
  }
}
@media (min-width: 414px){
  .metal-processing .p-mp_article {
    margin-right: 4rem;
  }
  .metal-processing .p-mp_article:nth-of-type(2n) {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 541px){
  .mv .swiper {
    height: 480px;
  }
  .mv-text {
    bottom: 3rem;
    left: 3%;
  }
  .mv-text em {
    font-size: 4.8rem;
  }
  .mv-text span {
    font-size: 1.3rem;
  }
}
@media (min-width: 640px){
  .introduction::before {
    transform: translateY(50%);
  }
  .introduction_inner {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 2rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .introduction .intro_text {
    width: calc(100% - 28rem);
  }
  .introduction h2 {
    font-style: 2.6vw;
  }
  .introduction figure {
    width: calc(100% - 28rem - 2rem);
    margin-left: 0;
  }
}
@media (min-width: 768px){
  body {
    font-size: 1.6rem;
  }
  .wrapper {
    width: 768px;
  }
  .u-sp {
    display: none;
  }
  .u-sp-inline {
    display: none;
  }
  .u-tb {
    display: block;
  }
  .u-pc-inline {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  a.btn2 {
    font-size: 1.3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .article_main p {
    font-size: 1.6rem;
  }
  .article_main .tags li {
    font-size: 1.2rem;
    padding: 10px 8px;
  }
  .page_nav {
    position: absolute;
    top: 150px;
    right: 20px;
    padding: 0;
    left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .page_nav > li {
    position: relative;
    padding-left: 10px;
    margin-right: 20px;
    height: auto;
  }
  .page_nav > li > a {
    color: rgba(34, 51, 102, 0.4);
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    padding-right: 0px;
    background-image: none;
    transition: all 0.3s ease-out;
    font-size: 1.3rem;
  }
  .page_nav > li > ul {
    position: absolute;
    padding-top: 7px;
    display: none;
  }
  .page_nav > li > ul li {
    margin-top: 10px;
  }
  .page_nav > li > ul li a {
    font-size: 1.1rem;
    color: rgba(34, 51, 102, 0.4);
    white-space: nowrap;
    font-weight: 600;
  }
  .page_nav > li.active {
    border-left: 1px solid rgba(34, 51, 102, 0.4);
  }
  .page_nav > li.active > a {
    color: #223366;
    background-image: none;
  }
  .page_nav > li.active > a.is-child {
    padding-right: 0;
  }
  .page_nav > li.active > a::before {
    display: none;
  }
  .page_nav > li.active > ul {
    display: block;
  }
  .news_list li a {
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 0;
  }
  .news_list li a .news_title {
    font-size: 1.6rem;
  }
  .news_date {
    width: 140px;
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .news_text {
    width: calc(100% - 140px);
    margin-left: 0px;
    margin-top: 0;
  }
  .news_cat:first-child {
    margin-left: 0px;
  }
  .news_cat {
    font-size: 1rem;
    height: 20px;
    margin-right: 10px;
  }
  .page_header h2 {
    margin-bottom: 45px;
  }
  .page_header p {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
  }
  .page_title {
    height: 180px;
  }
  .header {
    height: 115px;
  }
  .header .logo {
    width: 124px;
  }
  .header .header_nav {
    background: #fff;
  }
  .menu {
    top: 18px;
    right: 30px;
  }
  .sp_menu {
    width: 400px;
    right: 1%;
    padding: 20px 45px 20px 45px;
  }
  .btn_close {
    top: 20px;
    right: 20px;
  }
  .sp_menu h3 img {
    transition: all 0.3s ease-out;
    visibility: hidden;
  }
  .sp_menu_contact {
    width: 280px;
    position: absolute;
    left: 60px;
    bottom: 85px;
  }
  .btn_contact {
    width: 100%;
  }
  .shortcut_nav .shortcut_list li {
    width: 25%;
  }
  .recruit_cta {
    height: 740px;
  }
  .recruit_cta_txtarea h2 {
    font-size: 80px;
  }
  .recruit_cta_txtarea h2 br {
    transition: all 0.3s ease-out;
    display: none;
  }
  .recruit_cta_txtarea p {
    font-size: 1.8rem;
  }
  .recruit_cta_txtarea p .sp {
    display: none;
  }
  .recruit_cta .recruit_item1 {
    width: 21rem;
    top: 4rem;
    left: 2%;
  }
  .recruit_cta .recruit_item2 {
    width: 33.5rem;
    top: 12rem;
    right: -6%;
  }
  .recruit_cta .recruit_item3 {
    width: 22rem;
    bottom: 4rem;
    left: 15.625%;
  }
  .recruit_cta .recruit_item4 {
    width: 24.8rem;
    bottom: 6rem;
    right: -2%;
    z-index: 1;
  }
  .recruit_cta .recruit_item4 .pc {
    display: block;
  }
  .recruit_cta .recruit_item4 .sp {
    display: none;
  }
  .recruit_cta .recruit_shapes1 {
    width: 8rem;
    top: 8rem;
    right: 24.5rem;
  }
  .recruit_cta .recruit_shapes2 {
    width: 22rem;
    bottom: 16rem;
    left: -5%;
  }
  .recruit_cta .recruit_shapes3 {
    width: 14rem;
    bottom: 2rem;
    right: 8%;
  }
  .footer {
    width: 84%;
    margin: auto;
    padding: 100px 0 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "footer_item1 footer_item2" "footer_legal footer_item2";
    gap: 0 1rem;
  }
  .footer .footer_item1 {
    width: auto;
  }
  .footer .footer_item1 .footer_nav {
    padding-bottom: 4rem;
  }
  .footer .footer_item2 {
    -ms-flex-item-align: end;
        align-self: end;
    width: 30rem;
    margin-left: auto;
  }
  .footer .ftr_tel {
    text-align: left;
  }
  .footer .footer_cta {
    font-size: 1.1rem;
    text-align: left;
  }
  .footer .footer_btn {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .home .wrapper {
    padding: 0 20px;
  }
  .introduction::before {
    width: 19.5rem;
    height: 36rem;
  }
  .introduction_inner {
    padding-left: 6rem;
  }
  .introduction .intro_text {
    padding-top: 2rem;
  }
  .introduction figure {
    width: min(100%, 28rem);
  }
  .introduction .top-object {
    width: 195px;
    bottom: -117px;
    left: 15px;
  }
  .business-record {
    margin-top: 0;
  }
  .business-record h2 {
    font-size: 1.6rem;
  }
  .business-record .business-record_list {
    margin-top: 4rem;
    gap: 6rem;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    align-items: center;
  }
  .home-business .wrapper {
    padding: 120px 60px 0 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home-business .subtitle {
    padding-top: 15px;
  }
  .home-business .subtitle h3 {
    text-align: right;
  }
  .home-business .subtitle div {
    text-align: right;
  }
  .home-business .home-business_list li {
    background-position: 50%;
  }
  .home-business .home-business_list .b1 {
    background-image: url("../../assets/images/top/ph-home-buiness1_tb.webp");
  }
  .home-business .home-business_list .b4 {
    background-size: 110%;
  }
  .home-business .home-business_list .b5 {
    background-size: 100%;
  }
  .home-business .home-business_textarea {
    top: 3rem;
    left: 3rem;
    bottom: 0;
  }
  .home-business .home-business_textarea h4 {
    margin-bottom: 10px;
  }
  .home-business .home-business_list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 24rem 24rem 24rem;
    grid-template-areas: "a b" "a c" "d e";
    gap: 0;
  }
  .home-business .home-business_list li:nth-child(1) {
    grid-area: a;
    /* ① 左上（縦に2行分） */
  }
  .home-business .home-business_list li:nth-child(2) {
    grid-area: b;
    /* ② 右上 */
  }
  .home-business .home-business_list li:nth-child(3) {
    grid-area: c;
    /* ③ 右中 */
  }
  .home-business .home-business_list li:nth-child(4) {
    grid-area: d;
    /* ④ 左下 */
  }
  .home-business .home-business_list li:nth-child(5) {
    grid-area: e;
    /* ⑤ 右下 */
  }
  .home-strength {
    padding: 120px 20px 120px 60px;
    margin: 0 auto;
  }
  .home-strength .subtitle {
    margin-bottom: 70px;
  }
  .home-strength .article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 120px;
  }
  .home-strength .article_main {
    width: calc(100% - 368px - 35px);
    -ms-flex-order: 1;
        order: 1;
    padding-top: 15px;
  }
  .home-strength .article_sub {
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 0px;
    width: 368px;
  }
  .home-company {
    padding: 125px 0px 120px 60px;
  }
  .home-company h2 .br-sp {
    display: none;
  }
  .home-company p {
    font-size: 1.6rem;
    margin-bottom: 65px;
  }
  .home-company p .br-sp {
    display: none;
  }
  .home-company .photos {
    height: 180px;
  }
  .home-company .photos p {
    width: 310px;
  }
  .home-company .photos img {
    width: 310px;
    height: auto;
  }
  .home .news-block {
    padding: 120px 60px 120px 60px;
  }
  .company .page_title {
    padding-left: 60px;
  }
  .company .page_title_en {
    font-size: 6rem;
    padding-left: 60px;
  }
  .company .page_header {
    margin-bottom: 180px;
  }
  .company .page_header h3 br {
    display: none;
  }
  .company .page_header p {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
  }
  .company .page_header .object {
    width: 300px;
    bottom: -30px;
    left: 20px;
  }
  .company .page_header figure {
    height: 360px;
  }
  .company .article {
    margin-bottom: 125px;
    display: -ms-flexbox;
    display: flex;
  }
  .company .article_main {
    width: 410px;
  }
  .company .article_main h3 {
    margin-bottom: 20px;
  }
  .company .article_main p {
    font-size: 1.6rem;
    padding: 0;
  }
  .company .article_sub {
    margin: 0;
    width: 280px;
    padding: 0;
  }
  .company .vision {
    padding-left: 40px;
  }
  .company .ceo-message {
    padding-right: 10px;
  }
  .company .company-info {
    display: -ms-flexbox;
    display: flex;
    padding: 120px 40px;
  }
  .company .company-info .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .company .company-info .subtitle {
    width: 180px;
  }
  .company .company-table {
    width: calc(100% - 180px);
  }
  .company .company-table th,
  .company .company-table td {
    padding: 40px 0;
  }
  .company .company-table th {
    padding-left: 20px;
    width: 160px;
  }
  .company .googlemap h4 {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .company .br-sp {
    display: none;
  }
  .metal-processing .wrapper {
    padding: 0 60px;
  }
  .metal-processing .tb-br-none {
    display: none !important;
  }
  .metal-processing .page_title {
    margin: 0 0 200px 0;
    padding-left: 60px;
  }
  .metal-processing .page_header {
    margin: 0 0 180px 0;
  }
  .metal-processing .page_header_inner {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .metal-processing .page_header_inner h2 {
    font-size: 6rem;
  }
  .metal-processing .page_header figure {
    height: 360px;
  }
  .metal-processing .object {
    width: 180px;
    left: 40px;
    bottom: -130px;
  }
  .metal-processing .p-mp_article {
    margin-right: 6rem;
    gap: 2rem;
  }
  .metal-processing .p-mp_article:nth-of-type(n+2) {
    margin-top: 12rem;
  }
  .metal-processing .p-mp_article:nth-of-type(2n) {
    margin-left: 6rem;
  }
  .metal-processing .p-mp_article:nth-of-type(2n) .article_main {
    padding-right: 6rem;
  }
  .metal-processing .p-mp_article::after {
    font-size: 1.3rem;
  }
  .metal-processing .p-mp_article .article_main {
    padding-left: 6rem;
  }
  .metal-processing .p-mp_article .article_sub_inner {
    height: 42rem;
  }
  .metal {
    margin-top: 12rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .metal_inner {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .metal .metal_text p {
    font-size: 1.6rem;
  }
  .metal .metal_list {
    margin-right: 0;
    margin-left: 0;
    gap: 1.5rem;
  }
  .metal .metal_list li {
    gap: 1.5rem;
  }
  .facility .wrapper {
    padding-left: 60px;
  }
  .facility .page_title {
    padding-left: 60px;
  }
  .works .page_title {
    margin-bottom: 80px;
    padding-left: 60px;
  }
  .works .wrapper {
    padding: 0 60px 120px 60px;
  }
  .works .works_content {
    display: -ms-flexbox;
    display: flex;
  }
  .works .works_content .works_nav {
    width: 160px;
  }
  .works .works_content .works_nav ul.works_menu {
    display: block;
  }
  .works .works_content .works_nav ul.works_menu > li > a {
    background: none;
    pointer-events: none;
  }
  .works .works_content ul.works_sub_menu {
    display: block;
    position: relative;
    padding-top: 4px;
    margin-left: -17px;
  }
  .works .works_content .works_body {
    width: calc(100% - 160px);
  }
  .works .works_content .works_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works .works_content .works_list li h4 {
    font-size: 1.8rem;
  }
  .quality-control .wrapper {
    padding: 0 60px;
  }
  .quality-control .page_title {
    padding-left: 60px;
  }
  .quality-control .mv-quality-control {
    margin-top: 8rem;
  }
  .quality-control .mv-quality-control::after {
    height: 16rem;
  }
  .quality-control .mv-quality-control .qc-text {
    padding-right: 0;
    padding-left: 6rem;
    width: 73%;
  }
  .quality-control .mv-quality-control .qc-text h2 {
    font-size: 3.2rem;
  }
  .quality-control .mv-quality-control .qc-text p {
    font-size: 1.6rem;
  }
  .quality-control .mv-quality-control .item1 {
    width: 60rem;
    height: auto;
    margin-left: auto;
    transform: translateX(5%);
  }
  .quality-control .qc-content {
    padding-bottom: 12rem;
  }
  .quality-control .qc-content:nth-of-type(n+2) {
    padding-top: 12rem;
  }
  .quality-control .qc-content .qc-main-text {
    font-size: 1.6rem;
    width: 83.4%;
  }
  .quality-control .qc-content .qc_list li {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 40px;
  }
  .quality-control .qc-content .qc_list li .qc-head {
    -ms-flex-order: 1;
        order: 1;
    width: calc(100% - 365px);
    margin-bottom: 0;
  }
  .quality-control .qc-content .qc_list li .qc-head p {
    font-size: 1.6rem;
  }
  .quality-control .qc-content .qc_list li .iso {
    width: 100%;
  }
  .quality-control .qc-content .qc_list li figure {
    -ms-flex-order: 2;
        order: 2;
    width: 328px;
    margin-bottom: 0px;
  }
  .quality-control .guarantee {
    font-size: 1.6rem;
  }
  .quality-control .area_box {
    padding-top: 60px;
  }
  .quality-control .area_box h4 {
    font-size: 1.8rem;
  }
  .quality-control .area_box h5 {
    font-size: 1.6rem;
  }
  .quality-control .area_box p {
    font-size: 1.6rem;
  }
  .quality-control .area_box p {
    margin-bottom: 20px;
  }
  .recruit .mv-recruit .mv-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .recruit .mv-recruit .mv-text h1 {
    font-size: 9rem;
  }
  .recruit .mv-recruit .mv-text p {
    font-size: 1.8rem;
  }
  .recruit .mv-recruit figure {
    height: 260px;
  }
  .recruit .mv-recruit figure img {
    height: 260px;
  }
  .recruit .mv-recruit .rbr {
    display: none;
  }
  .recruit .recruit-intro {
    font-size: 1.6rem;
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .recruit .block-mission {
    padding-left: 6rem;
  }
  .recruit .block-mission_inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "txtarea img";
    gap: 0;
  }
  .recruit .block-mission_txtarea {
    padding-left: 0;
    padding-right: 0;
  }
  .recruit .block-mission_txtarea .mission-title {
    font-size: 4.8rem;
    margin-bottom: 25px;
  }
  .recruit .block-mission_txtarea .mission-body p {
    font-size: 1.6rem;
  }
  .recruit .block-mission_img {
    width: auto;
    margin-top: 14rem;
  }
  .recruit .block-values .wrapper {
    padding: 120px 0 150px;
    width: min(90%, 76.8rem);
    margin-right: auto;
    margin-left: auto;
  }
  .recruit .block-values .item-values {
    width: 280px;
    top: -80px;
    right: auto;
    left: -13%;
  }
  .recruit .block-values .item-header {
    float: right;
    width: calc(60% - 2rem);
  }
  .recruit .block-values .item-header .values-text {
    font-size: 1.6rem;
  }
  .recruit .block-values .values-box {
    clear: both;
  }
  .recruit .block-values .values-box:nth-of-type(n+2) {
    padding-top: 12rem;
  }
  .recruit .block-values .values-box .item1 {
    padding-right: 0;
    padding-left: 0;
  }
  .recruit .block-values .values-box .item1 h3 {
    font-size: 3.2rem;
  }
  .recruit .block-values .values-box .item1 > p {
    font-size: 1.6rem;
  }
  .recruit .block-values .values-box .item2 {
    margin-left: 0px;
    width: 73.5%;
  }
  .recruit .block-values .values-box .item2 h4 {
    font-size: 7.2rem;
    right: 0;
    left: inherit;
    transform: translateY(50%) translateX(6rem);
  }
  .recruit .block-values .values-box .item1.g2 {
    margin-left: auto;
  }
  .recruit .block-values .values-box .item2.g2 {
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .recruit .block-values .values-box .item2.g2 h4 {
    left: 0;
    transform: translateY(50%) translateX(-6rem);
  }
  .recruit .block-values .values-box .item2.g3 h4 {
    transform: translateY(50%) translateX(6rem);
  }
  .recruit .block-values .br-sp-none {
    display: block;
  }
  .recruit .block-message {
    padding: 125px 60px 80px 60px;
  }
  .recruit .block-message .message-header .h2 {
    width: auto;
  }
  .recruit .block-message .message-header > p {
    font-size: 1.6rem;
  }
  .recruit .block-message .message-header figure {
    width: 400px;
  }
  .recruit .block-message .message-body h3 {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
  .recruit .block-message .message-body .ceo-name {
    padding-top: 45px;
  }
  .recruit .block-message .message-body .br-sp-none {
    display: block;
  }
  .recruit .block-message .bar45 {
    display: block;
    width: 350px;
    position: absolute;
    bottom: -36px;
    right: -85px;
  }
  .recruit .block-people {
    padding: 120px 0;
  }
  .recruit .block-people .h2 {
    margin-left: 60px;
  }
  .recruit .staff-list {
    gap: 4rem 6rem;
    -ms-flex-pack: center;
        justify-content: center;
    width: 62rem;
  }
  .recruit .staff-list li {
    width: calc(50% - 3rem);
    display: block;
  }
  .recruit .staff-list li:nth-of-type(2n) {
    margin-left: 0;
  }
  .recruit .staff-list li a {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .recruit .staff-list li a figure {
    width: 100%;
  }
  .recruit .staff-list li .staff-comment {
    width: 100%;
  }
  .recruit .staff-list li .staff-comment p {
    text-align: center;
    font-size: 1.6rem;
  }
  .recruit .staff-list li .staff-comment .staff-name {
    text-align: center;
  }
  .recruit .staff-list li figure {
    margin: 0 auto;
  }
  .recruit .staff-list li:nth-child(even) .staff-comment {
    -ms-flex-order: 2;
        order: 2;
    text-align: center;
  }
  .recruit .staff-list li:nth-child(even) .staff-comment p {
    -ms-flex-order: 2;
        order: 2;
    text-align: center;
  }
  .recruit .staff-list li:nth-child(even) figure {
    -ms-flex-order: 1;
        order: 1;
  }
  .recruit .block-jobs .wrapper {
    padding: 120px 60px 120px 60px;
  }
  .recruit .block-jobs .h2 {
    margin-bottom: 60px;
  }
  .recruit .block-jobs .job-list li a {
    padding: 40px 30px 40px 20px;
  }
  .recruit .block-factory {
    height: 850px;
    margin-bottom: 110px;
  }
  .recruit .block-factory .img-factory {
    height: 360px;
  }
  .recruit .block-factory h2 {
    font-size: 15rem;
    bottom: -17rem;
    padding-left: 60px;
  }
  .recruit .block-factory .text-factory {
    padding: 210px 60px 0 60px;
  }
  .recruit .block-factory .text-factory h3 {
    font-size: 2.8rem;
  }
  .recruit .block-factory .text-factory h3 br {
    display: none;
  }
  .recruit .block-factory .text-factory p {
    font-size: 1.6rem;
  }
  .recruit .block-factory .text-factory p br:nth-child(1),
  .recruit .block-factory .text-factory p br:nth-child(3) {
    display: none;
  }
  .recruit .block-factory .r-cta {
    bottom: -90px;
  }
  .recruit .block-factory .r-cta a {
    width: 220px;
    height: 220px;
    font-size: 2rem;
  }
  .news .wrapper {
    padding: 0px 60px 115px 60px;
  }
  .cnt-sub h2 {
    font-size: 6rem;
  }
  .cnt-sub nav ul {
    margin-bottom: 70px;
  }
  .pagination {
    padding-top: 40px;
  }
  .pagination .prev,
  .pagination .next {
    font-size: 1.6rem;
  }
  .pagination .number {
    width: 28px;
    height: 28px;
    font-size: 1.4rem;
  }
  .single .wrapper .page_title {
    margin-bottom: 85px;
  }
  .single .wrapper {
    padding: 0 55px 105px 55px;
  }
  .single .news-sub {
    margin-bottom: 70px;
  }
  .single .btn_back-newslist {
    font-size: 1.3rem;
  }
  .cnt .wp-post-image,
  .cnt .alignnone {
    border-radius: 4rem;
    border-bottom: 6rem;
  }
  .cnt h1 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .cnt h3 {
    font-size: 1.8rem;
  }
  .cnt p {
    font-size: 1.6rem;
  }
  .cnt blockquote {
    border-radius: 4rem;
    font-size: 1.6rem;
    padding: 4rem;
  }
  .cnt .pagination {
    padding-top: 8rem;
  }
  .inquiry .wrapper {
    padding: 0 20px 120px 20px;
  }
  .inquiry input[type=text],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry textarea {
    width: 420px;
  }
  .inquiry-info > p br {
    display: block;
  }
  .inquiry-info .contact-tel a span {
    font-size: 2rem;
  }
  .inquiry-info .contact-tel a p {
    font-size: 3.8rem;
  }
  .inquiry-info .contact-tel p {
    font-size: 1.4rem;
  }
  .privacy .wrapper {
    padding: 0 60px 85px 60px;
  }
  .privacy .wrapper .page-block section {
    font-size: 1.6rem;
  }
  .privacy .wrapper .page-block section h2 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .privacy .wrapper .page-block .ceo_name {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (min-width: 1440px){
  .home-business .home-business_list li:nth-child(1) {
    height: 640px;
  }
}
@media screen and (min-width: 841px){
  .mv .swiper {
    height: 800px;
  }
  .mv-text {
    bottom: 4rem;
  }
  .mv-text em {
    font-size: 5.3rem;
  }
  .mv-text span {
    font-size: 1.45rem;
  }
}
@media (min-width: 1070px){
  body {
    font-size: 1.6rem;
  }
  .wrapper {
    width: 1040px;
  }
  .u-tb {
    display: none;
  }
  .u-pc {
    display: block;
  }
  a.btn2 {
    font-size: 1.5rem;
  }
  .header {
    height: 110px;
  }
  .header .header_nav {
    display: block;
    width: 858px;
    height: 64px;
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    border-radius: 100px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.06);
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .menu {
    display: none;
  }
  .shortcut_nav .shortcut_list li p {
    font-size: 2.1rem;
  }
  .background-section {
    padding-bottom: 8rem;
    margin-bottom: -8rem;
  }
  .recruit_cta {
    height: 660px;
  }
  .recruit_cta_txtarea {
    gap: 2rem;
  }
  .recruit_cta_txtarea h2 {
    font-size: 120px;
  }
  .recruit_cta_txtarea p {
    font-size: 2rem;
  }
  .recruit_cta_txtarea .recruit_cta_btn {
    font-size: 1.5rem;
    width: 12rem;
    height: 12rem;
  }
  .recruit_cta_txtarea .recruit_cta_btn span {
    font-size: 1.5rem;
  }
  .footer {
    width: 100%;
    padding: 100px 8rem 80px;
  }
  .footer .footer_item1 .footer_nav {
    padding-bottom: 8.4rem;
  }
  .footer .footer_item1 .footer_nav li a {
    font-size: 2.2rem;
  }
  .footer .footer_item2 {
    width: 32rem;
  }
  .footer .footer_company {
    font-size: 2.2rem;
  }
  .introduction_inner {
    gap: 4rem;
  }
  .introduction .intro_text {
    width: calc(100% - 64rem);
  }
  .introduction h2 {
    font-size: 2.8rem;
  }
  .introduction figure {
    width: min(100%, 64rem);
    height: 42rem;
  }
  .home-business .home-business_list .b1 {
    background-image: url("../../assets/images/top/ph-home-buiness1.webp");
  }
  .home-business .home-business_list {
    grid-template-rows: 28rem 28rem 28rem;
  }
  .metal-processing .p-mp_article {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .metal-processing .p-mp_article:nth-of-type(2n) {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .metal-processing .p-mp_article:nth-of-type(2n) .p-mp_article_inner {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .metal-processing .p-mp_article:nth-of-type(2n) .article_main {
    padding-right: 4rem;
  }
  .metal-processing .p-mp_article_inner {
    gap: 8rem;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .metal-processing .p-mp_article::after {
    font-size: 1.5rem;
  }
  .metal-processing .p-mp_article .article_main {
    padding-left: 4rem;
    width: 100%;
  }
  .metal-processing .p-mp_article .article_sub {
    width: auto;
  }
  .metal-processing .p-mp_article .article_sub_inner {
    width: auto;
    height: 72rem;
  }
  .metal_inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas: "title list";
    gap: 4rem;
  }
  .facility .table-wrap {
    width: 100%;
  }
  .facility .facility-table {
    table-layout: fixed;
    width: 100%;
  }
  .facility .facility-table th,
  .facility .facility-table td {
    min-width: 22%;
    width: 22%;
  }
  .facility .facility-table th:nth-child(4),
  .facility .facility-table td:nth-child(4) {
    min-width: 12%;
    width: 12%;
  }
  .quality-control .mv-quality-control::after {
    height: 8rem;
  }
  .quality-control .mv-quality-control-inner {
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    width: 1040px;
    margin: auto;
    padding: 0 60px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .quality-control .mv-quality-control .qc-text {
    padding-left: 0;
    width: 39.0625%;
    padding-top: 6rem;
  }
  .quality-control .mv-quality-control .item1 {
    width: 51.5625%;
    transform: translateX(2.7%);
    margin-left: 0;
    margin-top: 0;
  }
  .quality-control .qc-content {
    display: -ms-flexbox;
    display: flex;
  }
  .quality-control .qc-content .qc-sub {
    padding-bottom: 0;
    width: 36.666667%;
  }
  .quality-control .qc-content .qc-sub h2 {
    font-size: 2.8rem;
  }
  .quality-control .qc-content .qc-main {
    width: 63.333333%;
  }
  .recruit .mv-recruit .btn_recruit {
    width: 160px;
    height: 160px;
    font-size: 1.5rem;
    bottom: -80px;
  }
  .recruit .mv-recruit .btn_recruit span {
    font-size: 1.5rem;
  }
  .recruit .mv-recruit .btn_recruit span::after {
    width: 15px;
    height: 15px;
  }
  .recruit .recruit-intro {
    font-size: 1.8rem;
  }
  .recruit .block-mission_inner {
    width: min(100%, 143rem);
    margin-right: auto;
    margin-left: auto;
  }
  .recruit .block-values {
    margin-top: 20rem;
  }
  .recruit .block-values .wrapper {
    margin-right: 0;
    margin-left: 0;
    padding-left: 6rem;
    padding-right: 6rem;
    width: 100%;
  }
  .recruit .block-values .item-values {
    width: 350px;
    top: -120px;
    left: -5%;
  }
  .recruit .block-values .item-header {
    width: 50%;
  }
  .recruit .block-values .values-box {
    gap: 5rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .recruit .block-values .values-box:nth-of-type(n+2) {
    padding-top: 16rem;
  }
  .recruit .block-values .values-box:nth-of-type(2n + 1) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .recruit .block-values .values-box:nth-of-type(2n + 1) .item2 h4 {
    left: inherit;
    right: 0;
  }
  .recruit .block-values .values-box .item1 {
    padding-top: 2rem;
    width: calc(100% - 5rem);
  }
  .recruit .block-values .values-box .item2 {
    width: calc(100% - 5rem);
  }
  .recruit .block-values .values-box .item2 h4 {
    transform: translateY(50%) translateX(-8rem);
    right: inherit;
    left: 0;
  }
  .recruit .block-values .values-box .item1.g2 {
    margin-left: 0;
  }
  .recruit .block-values .values-box .item2.g2 {
    margin-left: 0;
  }
  .recruit .block-values .values-box .item2.g2 h4 {
    transform: translateY(50%) translateX(8rem);
  }
  .recruit .block-values .values-box .item2.g3 h4 {
    transform: translateY(50%) translateX(-8rem);
    right: inherit;
    left: inherit;
  }
  .recruit .block-message .message-body h3 {
    font-size: 4rem;
    padding-right: 2rem;
  }
  .recruit .staff-list {
    width: min(100%, 112rem);
    margin-right: auto;
    margin-left: auto;
  }
  .recruit .staff-list li {
    width: calc(33.3333333333% - 4rem);
  }
  .cnt h1 {
    font-size: 3.6rem;
  }
  .cnt h2 {
    font-size: 2.4rem;
  }
  .cnt .pagination {
    padding-top: 120px;
  }
}
@media (min-width: 1071px){
  .works .works_content .works_list {
    gap: 4rem 2rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .works .works_content .works_list li {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1440px){
  body {
    font-size: 1.7rem;
  }
  .wrapper {
    width: 1440px;
  }
  .wide {
    display: block;
  }
  .btn1 {
    padding-left: 30px;
    width: 320px;
    height: 60px;
  }
  .subtitle h2,
  .subtitle h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .subtitle div {
    font-size: 1.2rem;
  }
  .article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 110px;
  }
  .article_main {
    width: 460px;
  }
  .article_main h3 {
    font-size: 3.6rem;
    margin-bottom: 35px;
  }
  .article_main h4 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .article_main p {
    margin-bottom: 35px;
  }
  .article_main strong {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .article_main .tags {
    margin-bottom: 35px;
    gap: 10px;
  }
  .article_sub {
    width: 720px;
  }
  .page_nav {
    right: 110px;
  }
  .page_nav > li {
    margin-right: 30px;
  }
  .page_nav > li > a {
    font-size: 1.4rem;
  }
  .page_nav > li > ul li a {
    font-size: 1.2rem;
  }
  .cnt-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .news_list li a {
    padding: 35px 0;
    -ms-flex-align: center;
        align-items: center;
  }
  .news_list li a .news_title {
    font-size: 1.8rem;
    padding-top: 10px;
  }
  .news_date {
    font-size: 1.8rem;
    width: 150px;
  }
  .news_text {
    width: calc(100% - 150px);
  }
  .page_title {
    height: 180px;
    font-size: 2rem;
    letter-spacing: 5%;
    margin-bottom: 110px;
    padding-left: 80px;
  }
  .header .logo {
    width: 155px;
  }
  .shortcut_nav .shortcut_list li p {
    font-size: 2.8rem;
  }
  .shortcut_nav .shortcut_list li p .arw {
    width: 40px;
    height: 40px;
    margin-top: 15px;
  }
  .shortcut_nav .shortcut_list li p .arw img {
    width: 7px;
    height: auto;
  }
  .recruit_cta_txtarea h2 {
    font-size: 120px;
  }
  .recruit_cta_txtarea p {
    font-size: 2rem;
  }
  .recruit_cta .recruit_item1 {
    width: 30rem;
    top: 4rem;
    left: 5rem;
  }
  .recruit_cta .recruit_item2 {
    width: 41.8rem;
    top: 9.5rem;
    right: -7rem;
  }
  .recruit_cta .recruit_item3 {
    width: 30rem;
    bottom: -4rem;
    left: 22rem;
  }
  .recruit_cta .recruit_item4 {
    width: 33rem;
    bottom: 35px;
    right: 4rem;
  }
  .recruit_cta .recruit_shapes1 {
    width: 9rem;
    top: 4rem;
    right: 22%;
  }
  .recruit_cta .recruit_shapes2 {
    width: 30rem;
    bottom: 11.5rem;
    left: -1.388889%;
  }
  .recruit_cta .recruit_shapes3 {
    width: 19.4rem;
    bottom: -2rem;
    right: 2%;
  }
  .footer {
    padding: 11.5rem 7.5rem 6rem;
  }
  .footer .footer_item2 {
    width: 35rem;
  }
  .footer .footer_logo {
    width: 280px;
  }
  .footer .footer_legal {
    padding: 0;
  }
  .footer .ftr_tel {
    font-size: 3.8rem;
  }
  .footer .footer_cta {
    font-size: 1.3rem;
  }
  .footer .footer_btn {
    height: 60px;
  }
  .footer .footer_company {
    font-size: 2.4rem;
  }
  .footer .footer-address li h3 {
    font-size: 1.3rem;
  }
  .footer .footer-address li p {
    font-size: 1.3rem;
  }
  .home .wrapper {
    padding: 0 20px;
  }
  .introduction::before {
    width: 26rem;
    height: 48rem;
    left: 2rem;
    transform: translateY(22rem);
  }
  .introduction_inner {
    padding: 8rem 0 12rem 8rem;
    width: 128rem;
    margin: auto;
    gap: 4rem;
  }
  .introduction .intro_text {
    width: calc(100% - 64rem - 4rem);
  }
  .introduction h2 {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .introduction p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .introduction .top-object {
    width: 260px;
    top: 356px;
    left: 20px;
  }
  .business-record h2 {
    font-size: 1.8rem;
  }
  .business-record .business-record_list {
    gap: 8rem;
  }
  .business-record .business-record_list li {
    display: inline-block;
  }
  .business-record p {
    font-size: 1.5rem;
  }
  .business-record .logo1 {
    width: 158px;
    height: auto;
  }
  .business-record .logo2 {
    width: 386px;
    height: auto;
  }
  .business-record .logo3 {
    width: 150px;
    height: auto;
  }
  .home-business .wrapper {
    padding: 160px 80px 0 80px;
  }
  .home-business h2 {
    font-size: 8rem;
    width: 50%;
    margin-bottom: 45px;
  }
  .home-business .subtitle {
    width: 50%;
    padding-top: 25px;
    text-align: right;
  }
  .home-business .subtitle h3 {
    font-size: 2.2rem;
  }
  .home-business .home-business_list .b1 {
    background-image: url("../../assets/images/top/ph-home-buiness1_wd.webp");
  }
  .home-business .home-business_textarea {
    top: 4rem;
    left: 4rem;
  }
  .home-business .home-business_textarea h4 {
    font-size: 2.8rem;
  }
  .home-business .home-business_textarea p br {
    display: none;
  }
  .home-business .home-business_list {
    grid-template-rows: 32rem 32rem 32rem;
  }
  .home-strength {
    padding: 120px 80px 160px 80px;
    width: auto;
    width: 1440px;
  }
  .home-strength .subtitle {
    margin-bottom: 70px;
  }
  .home-strength .subtitle h2 {
    font-size: 2.2rem;
  }
  .home-strength .article {
    width: 100%;
  }
  .home-strength .article_main {
    width: 460px;
  }
  .home-strength .article_main h3 {
    font-size: 2.8rem;
  }
  .home-strength .article_sub {
    width: 700px;
  }
  .home-company {
    padding: 160px 0px 160px 120px;
  }
  .home-company h2 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .home-company .photos {
    height: 280px;
  }
  .home-company .photos p {
    width: 480px;
  }
  .home-company .photos img {
    width: 480px;
    height: auto;
  }
  .home .news-block {
    padding: 170px 85px 155px 85px;
  }
  .company .wrapper {
    padding: 0 80px;
  }
  .company .page_title {
    padding-left: 80px;
  }
  .company .page_title_en {
    font-size: 8rem;
    padding-left: 80px;
  }
  .company .page_header h3 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .company .page_header .object {
    width: 400px;
    bottom: -55px;
  }
  .company .page_header figure {
    height: 420px;
  }
  .company .article {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 160px;
    padding: 0;
  }
  .company .article_main {
    width: 550px;
    margin: 0;
    padding: 0;
  }
  .company .article_main h3 {
    font-size: 4rem;
    line-height: 1.4;
  }
  .company .article_main p {
    font-size: 1.8rem;
    padding-bottom: 0px;
  }
  .company .subtitle h2 {
    font-size: 2.2rem;
  }
  .company .article_sub {
    width: 480px;
  }
  .company .vision {
    padding-left: 100px;
  }
  .company .ceo-message {
    padding-right: 100px;
  }
  .company .ceo-message .article_main {
    width: 560px;
  }
  .company .company-info {
    padding: 150px 75px;
  }
  .company .company-info .subtitle {
    width: 400px;
  }
  .company .company-table {
    width: calc(100% - 480px);
  }
  .company .company-table th,
  .company .company-table td {
    padding: 40px 0;
    font-size: 1.6rem;
  }
  .company .br-tb {
    display: none;
  }
  .metal-processing .page_title {
    padding-left: 80px;
  }
  .metal-processing .page_header {
    margin-bottom: 230px;
  }
  .metal-processing .page_header_inner {
    padding-right: 8rem;
    padding-left: 8rem;
  }
  .metal-processing .page_header_inner h2 {
    font-size: 8rem;
  }
  .metal-processing .page_header_inner h3 {
    font-size: 2.4rem;
  }
  .metal-processing .page_header figure {
    height: 420px;
  }
  .metal-processing .object {
    width: 240px;
    bottom: -225px;
  }
  .metal-processing .p-mp_article {
    width: 128rem;
    margin-right: auto;
    margin-left: auto;
  }
  .metal-processing .p-mp_article:nth-of-type(2n) {
    margin-left: auto;
    margin-right: auto;
  }
  .metal-processing .p-mp_article:nth-of-type(2n) .p-mp_article_inner {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .metal-processing .p-mp_article:nth-of-type(2n) .article_main {
    padding-right: 4rem;
  }
  .metal-processing .p-mp_article_inner {
    gap: 8rem;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .metal-processing .p-mp_article::after {
    font-size: 1.5rem;
  }
  .metal-processing .p-mp_article .article_main {
    padding-left: 4rem;
    width: 100%;
  }
  .metal-processing .p-mp_article .article_sub {
    width: auto;
  }
  .metal-processing .p-mp_article .article_sub_inner {
    width: 64rem;
  }
  .metal {
    margin-top: 18rem;
  }
  .metal_inner {
    width: 128rem;
    margin-right: auto;
    margin-left: auto;
    gap: 12rem;
  }
  .metal .metal_text h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .metal .metal_list {
    gap: 3rem;
  }
  .metal .metal_list p {
    font-size: 1.4rem;
  }
  .facility .wrapper {
    margin-bottom: 100px;
  }
  .facility .page_title {
    margin-bottom: 255px;
    padding-left: 80px;
  }
  .facility .table-wrap {
    margin-bottom: 0px;
  }
  .facility .tbl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .facility .col-first {
    border-top: 1px solid #223366;
    margin-top: 32px;
    padding-top: 25px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
  }
  .facility .col-first h3 {
    font-size: 2.8rem;
  }
  .facility .col-first h3 br {
    display: block;
  }
  .facility .facility-table th,
  .facility .facility-table td {
    padding: 20px 10px;
    font-size: 1.4rem;
    min-width: 196px;
  }
  .facility .facility-table th:nth-child(4),
  .facility .facility-table td:nth-child(4) {
    min-width: 100px;
  }
  .works .page_title {
    padding-left: 80px;
  }
  .works .wrapper {
    padding: 0 60px 115px 60px;
  }
  .works .works_content .works_nav {
    width: 175px;
  }
  .works .works_content .works_nav ul.works_menu > li > a {
    font-size: 1.2rem;
  }
  .works .works_content ul.works_sub_menu li a {
    font-size: 1.2rem;
  }
  .works .works_content .works_body {
    width: calc(100% - 175px);
  }
  .works .works_content .works_list li h4 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .quality-control .wrapper {
    padding: 0 115px;
  }
  .quality-control .page_title {
    padding-left: 80px;
  }
  .quality-control .mv-quality-control-inner {
    padding: 0 115px;
    width: 1440px;
  }
  .quality-control .mv-quality-control .qc-text {
    width: 500px;
    padding-top: 12rem;
  }
  .quality-control .mv-quality-control .qc-text h2 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .quality-control .mv-quality-control .qc-text p {
    font-size: 1.6rem;
  }
  .quality-control .mv-quality-control .item1 {
    width: 78rem;
    transform: translateX(calc(2.7% + 11.5rem));
    margin-left: 0;
    margin-top: 0;
  }
  .quality-control .qc-content {
    padding-bottom: 16rem;
  }
  .quality-control .qc-content:nth-of-type(n+2) {
    padding-top: 16rem;
  }
  .quality-control .qc-content .qc-main-text {
    font-size: 1.6rem;
    margin-bottom: 80px;
    width: 540px;
  }
  .quality-control .qc-content .qc_list li {
    margin-bottom: 60px;
  }
  .quality-control .qc-content .qc_list li .qc-head {
    width: calc(100% - 440px);
  }
  .quality-control .qc-content .qc_list li .qc-head h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    padding-right: 35px;
  }
  .quality-control .qc-content .qc_list li .qc-head p {
    font-size: 1.6rem;
    padding-right: 35px;
  }
  .quality-control .qc-content .qc_list li .qc-head .bk {
    padding-top: 10px;
  }
  .quality-control .qc-content .qc_list li .iso {
    width: 580px;
  }
  .quality-control .qc-content .qc_list li figure {
    width: 440px;
  }
  .quality-control .area_box {
    padding-top: 80px;
    width: 700px;
  }
  .quality-control .area_box h5 {
    font-size: 1.6rem;
  }
  .recruit .h2 p {
    font-size: 4.8rem;
  }
  .recruit .h2 h2 {
    font-size: 1.4rem;
  }
  .recruit .mv-recruit .mv-text {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .recruit .mv-recruit .mv-text h1 {
    font-size: 12rem;
  }
  .recruit .mv-recruit .mv-text p {
    font-size: 2rem;
  }
  .recruit .mv-recruit figure {
    height: 240px;
  }
  .recruit .mv-recruit figure img {
    height: 240px;
  }
  .recruit .block-mission {
    padding-left: 12rem;
  }
  .recruit .block-mission_inner {
    gap: 10rem;
  }
  .recruit .block-mission_txtarea .mission-title {
    font-size: 6rem;
    padding-top: 8rem;
  }
  .recruit .block-mission_txtarea .mission-body p {
    font-size: 1.8rem;
  }
  .recruit .block-mission_img {
    width: min(100%, 78rem);
    transform: translateX(0);
  }
  .recruit .block-values {
    position: relative;
  }
  .recruit .block-values::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 12rem;
    background-color: #fff;
  }
  .recruit .block-values .wrapper {
    padding-top: 16rem;
    padding-bottom: 19rem;
    width: auto;
  }
  .recruit .block-values .item-values {
    width: 420px;
    position: inherit;
    left: 0;
    float: left;
    margin-left: 16rem;
  }
  .recruit .block-values .item-header {
    width: calc(50% + 2rem);
    margin-top: 9.5rem;
  }
  .recruit .block-values .item-header .values-text {
    font-size: 2rem;
    max-width: 64rem;
    padding-right: 0;
  }
  .recruit .block-values .values-box {
    gap: 3rem;
    width: 128rem;
    margin: auto;
    padding-left: 16rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .recruit .block-values .values-box:nth-of-type(2n + 1) {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-left: 0;
    padding-right: 16rem;
  }
  .recruit .block-values .values-box:nth-of-type(2) {
    padding-top: 0;
  }
  .recruit .block-values .values-box .item1 {
    width: calc(100% - 63rem - 5rem);
  }
  .recruit .block-values .values-box .item1 h3 {
    margin-bottom: 25px;
    font-size: 4rem;
  }
  .recruit .block-values .values-box .item1 .no {
    padding-top: 20px;
  }
  .recruit .block-values .values-box .item2 {
    width: calc(100% - 43rem - 5rem);
  }
  .recruit .block-values .values-box .item2 h4 {
    font-size: 8rem;
  }
  .recruit .block-values .values-box .item2 h4 {
    font-size: 10rem;
  }
  .recruit .block-values .values-box .item1.g2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .recruit .block-values .values-box .item2.g2 {
    -ms-flex-order: 1;
        order: 1;
  }
  .recruit .block-values .br-tb-none {
    display: block;
  }
  .recruit .block-message {
    padding: 120px 0;
    position: relative;
  }
  .recruit .block-message .message-header {
    width: 50%;
    width: 1220px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto 75px auto;
  }
  .recruit .block-message .message-header .h2 {
    width: 400px;
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
  }
  .recruit .block-message .message-header > p {
    font-size: 1.8rem;
    padding-left: 40px;
    -ms-flex-order: 3;
        order: 3;
  }
  .recruit .block-message .message-header figure {
    width: 400px;
    -ms-flex-order: 2;
        order: 2;
    margin: 0;
  }
  .recruit .block-message .message-body {
    width: 1220px;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit .block-message .message-body h3 {
    width: 400px;
  }
  .recruit .block-message .message-body h3 br:nth-child(2) {
    display: block;
  }
  .recruit .block-message .message-body h3 br:nth-child(1) {
    display: none;
  }
  .recruit .block-message .message-body > div {
    width: 600px;
  }
  .recruit .block-message .message-body .ceo-name {
    padding-top: 70px;
    font-size: 2.4rem;
  }
  .recruit .block-message .message-body .ceo-name span {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
  .recruit .block-message .bar45 {
    width: 525px;
    bottom: -45px;
    right: -80px;
  }
  .recruit .block-people {
    padding: 160px 0;
  }
  .recruit .block-people .wrapper {
    padding: 0 60px;
  }
  .recruit .block-people .h2 {
    margin-left: 75px;
    margin-bottom: 80px;
  }
  .recruit .staff-list li .staff-comment p {
    font-size: 1.8rem;
  }
  .recruit .staff-list li .staff-comment .staff-name {
    font-size: 1.4rem;
  }
  .recruit .staff-list li figure {
    margin: 0 auto;
  }
  .recruit .block-jobs .wrapper {
    padding: 160px 120px 160px 120px;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit .block-jobs .h2 {
    width: 365px;
  }
  .recruit .block-jobs .job-list {
    width: 880px;
  }
  .recruit .block-jobs .job-list li a {
    font-size: 1.8rem;
    padding: 50px 30px 50px 18px;
  }
  .recruit .block-factory {
    height: 840px;
    margin-bottom: 0px;
  }
  .recruit .block-factory h2 {
    font-size: 16rem;
    bottom: -18.3rem;
    padding-left: 85px;
  }
  .recruit .block-factory .text-factory {
    height: 480px;
    padding: 250px 60px 0 85px;
  }
  .recruit .block-factory .text-factory h3 {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
  .recruit .block-factory .text-factory p {
    font-size: 1.8rem;
  }
  .recruit .block-factory .r-cta {
    bottom: auto;
    top: 280px;
    width: 240px;
    z-index: 3;
    left: inherit;
    right: 12rem;
    transform: translateX(0);
  }
  .recruit .block-factory .r-cta a {
    width: 240px;
    height: 240px;
    font-size: 2.4rem;
  }
  .news .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0px 80px 175px 80px;
  }
  .news .page_title,
  .single .page_title {
    padding-top: 157px;
    margin-bottom: 80px;
    padding-left: 0;
    font-size: 2rem;
    width: 1280px;
  }
  .cnt-sub {
    width: 400px;
  }
  .cnt-sub h2 {
    font-size: 8rem;
    margin-bottom: 80px;
  }
  .cnt-sub nav ul {
    display: block;
    margin-bottom: 0px;
  }
  .cnt-sub nav ul li a {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .cnt-main {
    transition: all 0.3s ease-out;
    width: 880px;
  }
  .pagination {
    width: 100%;
    gap: 8px;
    padding-top: 75px;
  }
  .pagination .prev,
  .pagination .next {
    gap: 8px;
    font-size: 1.8rem;
  }
  .pagination .prev::before {
    width: 14px;
    height: 14px;
  }
  .pagination .next::after {
    width: 14px;
    height: 14px;
  }
  .pagination .number {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
  .single .wrapper {
    padding: 0 80px 175px 80px;
  }
  .inquiry .wrapper {
    padding: 0 80px 170px 80px;
  }
  .inquiry .page_title {
    padding-left: 0;
  }
  .inquiry h2 {
    font-size: 8rem;
    margin-bottom: 80px;
  }
  .inquiry input[type=text],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry textarea {
    font-size: 1.8rem;
    height: 60px;
    width: 480px;
    margin-bottom: 25px;
    padding: 8px;
  }
  .inquiry textarea {
    height: 360px;
  }
  .inquiry .btn-inquiry {
    font-size: 1.5rem;
    color: #fff;
    background-color: #223366;
    width: 160px;
    height: 60px;
  }
  .inquiry-info h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .inquiry-info .contact-tel a span {
    font-size: 2rem;
    margin-right: 8px;
  }
  .inquiry-info .contact-tel a {
    font-size: 3.8rem;
  }
  .inquiry-info .contact-tel p {
    font-size: 1.4rem;
  }
  .privacy .wrapper {
    padding: 0 0px 160px 160px;
    display: -ms-flexbox;
    display: flex;
  }
  .privacy .wrapper {
    padding: 0 0px 160px 80px;
  }
  .privacy .wrapper .page_title {
    width: 400px;
  }
  .privacy .wrapper .page-block {
    transition: all 0.3s ease-out;
    width: 720px;
    margin-top: 150px;
  }
}
@media screen and (min-width: 1441px){
  .mv .swiper {
    height: 900px;
  }
  .mv-text {
    left: 2%;
  }
  .mv-text em {
    font-size: 7.2rem;
  }
  .mv-text span {
    font-size: 1.8rem;
  }
}
@media (min-width: 1920px){
  body {
    font-size: 1.7rem;
  }
  .wrapper {
    width: 1920px;
  }
  .max {
    display: block;
  }
  .article_sub {
    width: 1020px;
  }
  .introduction::before {
    width: 26rem;
    height: 48rem;
    left: 4rem;
    transform: translateY(21rem);
  }
  .introduction_inner {
    padding-left: 16rem;
    width: 152rem;
    margin: auto;
  }
  .introduction .intro_text {
    width: calc(100% - 80rem - 4rem);
  }
  .introduction figure {
    width: 80rem;
    height: 42rem;
  }
  .home-business .wrapper {
    padding: 160px 160px 0 160px;
  }
  .home-strength {
    padding: 160px 160px 160px 160px;
    width: 1920px;
  }
  .home-strength .article_sub {
    width: 1020px;
  }
  .home-company {
    padding: 160px 0px 160px 160px;
  }
  .home .news-block {
    padding: 170px 165px 155px 165px;
  }
  .company .wrapper {
    padding: 0 240px;
  }
  .company .page_title {
    padding-left: 160px;
  }
  .company .page_title_en {
    padding-left: 160px;
  }
  .company .article_sub {
    width: 560px;
  }
  .company .vision {
    padding-left: 180px;
  }
  .company .ceo-message {
    padding-right: 180px;
  }
  .company .company-info {
    padding: 150px 150px;
  }
  .metal-processing .wrapper {
    padding: 0 150px;
  }
  .metal-processing .page_title {
    padding-left: 160px;
  }
  .metal-processing .page_header_inner {
    padding-right: 16rem;
    padding-left: 16rem;
  }
  .metal-processing .p-mp_article {
    width: 160rem;
  }
  .metal-processing .p-mp_article_inner {
    gap: 4rem;
  }
  .metal-processing .p-mp_article .article_sub_inner {
    width: 100rem;
  }
  .metal_inner {
    width: 160rem;
    gap: 12rem;
  }
  .facility .page_title {
    padding-left: 160px;
  }
  .facility .facility-table {
    width: 1300px;
  }
  .facility .facility-table th,
  .facility .facility-table td {
    min-width: 196px;
  }
  .facility .facility-table th:nth-child(4),
  .facility .facility-table td:nth-child(4) {
    min-width: 130px;
  }
  .works .page_title {
    padding-left: 160px;
  }
  .works .wrapper {
    padding: 0 160px 115px 160px;
  }
  .quality-control .wrapper {
    padding: 0 230px;
  }
  .quality-control .page_title {
    padding-left: 160px;
  }
  .quality-control .mv-quality-control-inner {
    padding: 0 230px;
    width: 1920px;
  }
  .quality-control .mv-quality-control .qc-text {
    width: 660px;
  }
  .quality-control .mv-quality-control .item1 {
    width: 780px;
    height: 780px;
  }
  .quality-control .qc-content .qc-sub {
    width: calc(100% - 1040px);
  }
  .quality-control .qc-content .qc-main {
    width: 1040px;
  }
  .quality-control .qc-content .qc-main-text {
    width: 700px;
  }
  .quality-control .qc-content .qc_list li .qc-head {
    width: calc(100% - 600px);
  }
  .quality-control .qc-content .qc_list li .iso {
    width: 740px;
  }
  .quality-control .qc-content .qc_list li figure {
    width: 600px;
  }
  .recruit .mv-recruit figure {
    height: 290px;
  }
  .recruit .mv-recruit figure img {
    height: 290px;
  }
  .recruit .block-mission_inner {
    gap: 10rem;
    width: 152rem;
  }
  .recruit .block-mission_txtarea {
    padding-left: 10rem;
  }
  .recruit .block-mission_img {
    width: 78rem;
  }
  .recruit .block-values .item-header {
    width: calc(50% + 2rem);
  }
  .recruit .block-values .item-header .values-text {
    max-width: 80rem;
  }
  .recruit .block-values .values-box {
    width: 160rem;
    padding-left: 26rem;
    gap: 9rem;
  }
  .recruit .block-values .values-box:nth-of-type(2n + 1) {
    padding-right: 26rem;
  }
  .recruit .block-values .values-box .item1 {
    width: calc(100% - 80rem - 9rem);
  }
  .recruit .block-values .values-box .item2 {
    width: calc(100% - 45rem - 9rem);
  }
  .recruit .block-message .message-header figure {
    width: 520px;
  }
  .recruit .block-message .bar45 {
    right: 100px;
  }
  .recruit .block-people .h2 {
    margin-left: 330px;
  }
  .recruit .block-jobs .wrapper {
    padding: 160px 240px 160px 300px;
  }
  .recruit .block-jobs .job-list {
    width: 1040px;
  }
  .recruit .block-factory h2 {
    padding-left: 165px;
  }
  .recruit .block-factory .text-factory {
    padding-left: 165px;
  }
  .news .wrapper {
    padding: 0px 150px 175px 150px;
  }
  .news .page_title,
  .single .page_title {
    width: 1520px;
    padding-left: 0;
  }
  .cnt-sub {
    width: 480px;
  }
  .cnt-main {
    width: 1040px;
  }
  .single .wrapper {
    padding: 0 160px 175px 160px;
  }
  .inquiry .wrapper {
    padding: 0 160px 170px 160px;
  }
  .privacy .wrapper .page-block {
    width: 880px;
  }
}
/*# sourceMappingURL=style.css.map */