@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
  user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1142px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*---------- コンテンツ幅 ----------*/
.c_w1200 {
  width: 1236px;
  padding: 0;
}

/*---------- テキスト位置 ----------*/
.c_text-l {
  text-align: left !important;
}

/*---------- タイトル ----------*/
.c_sec-title {
  width: fit-content;
  margin: 0 auto;
  font-size: min(4.3rem, 4.5572916667vw);
  line-height: 1.7441860465;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0040d2;
  text-align: center;
}
.c_sec-title span {
  display: block;
  font-size: min(2.9rem, 2.8645833333vw);
  line-height: 1.724137931;
  border-top: 1px solid #0040d2;
  text-align: center;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .c_sec-title {
    font-size: 4.1rem;
    line-height: 1.7317073171;
  }
  .c_sec-title span {
    font-size: 2.7rem;
    line-height: 1.1;
  }
}

/*---------- ボタン ----------*/
.c_btn {
  position: relative;
  display: inline-block;
  width: 292px;
  max-width: 100%;
  background: #0040d2;
  outline: 1px solid #0040d2;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.c_btn a {
  color: #fff;
  position: relative;
  display: block;
  padding: 1.8em 0;
}
@media (hover: hover) {
  .c_btn:hover a {
    color: #0040d2;
    opacity: 1;
  }
  .c_btn:hover::before {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
}
.c_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .c_btn {
    transition: transform 0.2s;
  }
  .c_btn:active {
    transform: scale(0.95);
  }
}

.c_btn_wh {
  background: #fff;
  border: 1px solid #fff;
}
.c_btn_wh a {
  color: #0040d2;
}
.c_btn_wh:hover a {
  color: #fff;
}
.c_btn_wh::before {
  background: #0040d2;
}

/*---------- お問い合わせ共通 ----------*/
.c_contact-tel {
  font-size: min(5.2rem, 4.5534150613vw);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c_contact-tel img {
  width: 1em;
  vertical-align: middle;
  position: relative;
  left: -0.1em;
}
.c_contact-tel a {
  color: #0040d2;
}
@media (max-width: 767px) {
  .c_contact-tel {
    font-size: min(3.5rem, 9.3333333333vw);
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

/*---------- 下層ページ共通 ----------*/
.c_page-mv img {
  aspect-ratio: 1200/575;
  object-fit: cover;
  object-position: top;
}
.c_page-mv.c_page-mv2 img {
  object-position: center;
}
@media (max-width: 767px) {
  .c_page-mv img {
    aspect-ratio: 1200/875;
  }
}

.c_page-container {
  padding: 50px 0 160px;
}
.c_page-container.c_page-container2 {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .c_page-container {
    padding: 50px 0;
  }
}

.c_page-title {
  font-size: min(2.8rem, 3.125vw);
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  color: #0040d2;
  text-align: center;
}
.c_page-title span {
  display: block;
  font-size: min(6rem, 6.5104166667vw);
  line-height: 1.5;
  border-bottom: 1px solid #0040d2;
}
@media (max-width: 767px) {
  .c_page-title {
    width: 250px;
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 1.1;
  }
  .c_page-title span {
    font-size: 4.1rem;
    line-height: 1.7317073171;
  }
}

.c_blk-title {
  font-size: min(4.9rem, 4.9479166667vw);
  line-height: 1.7551020408;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .c_blk-title {
    font-size: 3rem;
    line-height: 1.0666666667;
    margin-bottom: 30px;
  }
}

/*------------------------------
header
------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 20px 0;
  z-index: 100;
}
@media (min-width: 768px) {
  header {
    display: flex;
    align-items: center;
    height: 94.5px;
  }
}
@media (max-width: 767px) {
  header {
    height: 60px;
    padding: 10px 0;
  }
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: min(263px, 21.9166666667vw);
}
@media (max-width: 767px) {
  .header-logo {
    width: 174px;
  }
}

.header-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-menu {
  display: flex;
}
.header-menu li {
  position: relative;
}
.header-menu li:nth-child(n+2) {
  margin-left: min(50px, 4.1666666667vw);
}
.header-menu li a {
  display: inline-block;
  font-size: min(2rem, 2.34375vw);
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .header-menu li::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #002166;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    width: 100%;
    height: 2px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .header-menu li:hover a {
    opacity: 1;
  }
  .header-menu li:hover::after {
    transform: scale(1, 1);
  }
}

.header-contact {
  margin-left: min(115px, 9.5833333333vw);
}
.header-contact a {
  display: inline-block;
  width: 137px;
  max-width: 100%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background: #0040d2;
  border-radius: 1em;
  padding: 10px 0;
  border: 1px solid #0040d2;
  transition: all 0.5s ease 0s;
}
.header-contact a:hover {
  background: #fff;
  color: #0040d2;
}

.drawer-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
  background: #1a1a1a;
  transform: translateY(-50%);
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
.drawer-icon span {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-top: 3px;
}
.drawer-icon span::after {
  content: "メニュー";
}
@media (max-width: 767px) {
  .drawer-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.drawer-icon.is-active {
  background: #9e9e9e;
}
.drawer-icon.is-active span::after {
  content: "閉じる";
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon__bars {
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
  transition: transform 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-head {
  height: 60px;
  padding: 10px 16px;
  background: rgba(0, 64, 210, 0.68);
}

.drawer-nav a {
  color: #000;
}

.drawer-menu h3,
.drawer-menu li a {
  line-height: 1.75;
}
.drawer-menu h3 {
  padding: 5px 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #9e9e9e;
}
.drawer-menu h3.drawer-btn {
  position: relative;
}
.drawer-menu h3.drawer-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.png) no-repeat center center/contain;
  width: 19px;
  aspect-ratio: 19/9;
  transition: all 0.3s ease 0s;
}
.drawer-menu h3.drawer-btn.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.drawer-menu-item {
  display: none;
}
.drawer-menu-item li {
  border-bottom: 1px solid #9e9e9e;
  padding-left: 60px;
}
.drawer-menu-item li a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 0px;
  color: #808080;
}

.drawer-contact {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.drawer-contact a {
  width: 210px;
  margin: 0 auto;
  max-width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background: #0040d2;
  border-radius: 1em;
  padding: 10px 0;
  border: 1px solid #0040d2;
  transition: transform 0.2s;
}
.drawer-contact a:active {
  transform: scale(0.95);
}
.drawer-contact a img {
  width: 35px;
  margin-left: 5px;
  transition: all 0.3s;
}
.drawer-contact:active a img {
  transform: scale(0.8);
}

/*------------------------------
footer
------------------------------*/
footer {
  padding-top: 60px;
}
@media (max-width: 767px) {
  footer {
    position: relative;
  }
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer-wrapper {
    padding-left: 3%;
  }
}
@media (max-width: 767px) {
  .footer-wrapper {
    display: block;
    padding-left: 5%;
  }
}

.footer-top {
  font-size: min(2rem, 2.34375vw);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.footer-top a {
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .footer-top {
    font-size: 2rem;
    margin-bottom: 1.1em;
  }
}

.footer-nav {
  display: flex;
}
@media (min-width: 768px) {
  .footer-nav {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    display: block;
  }
}

.footer-menu {
  padding-left: 12px;
  border-left: 1px solid #1a1a1a;
}
.footer-menu:nth-child(n+2) {
  margin-left: 8%;
}
.footer-menu h3 {
  font-size: min(2rem, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.footer-menu h3 span {
  font-weight: 700;
}
.footer-menu h3 a {
  color: #1a1a1a;
}
.footer-menu h3 a:hover {
  color: #0040d2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer-menu {
    padding-left: 0;
    border-left: none;
  }
  .footer-menu:nth-child(n+2) {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer-menu h3 {
    font-size: 2rem;
  }
}

.footer-menu-item li {
  font-size: 1.4rem;
  line-height: 2.3571428571;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer-menu-item a {
  color: #808080;
}
@media (max-width: 767px) {
  .footer-menu-item {
    padding-left: 30px;
  }
}

.footer-contact a {
  display: inline-block;
  width: 135px;
  background: #0040d2;
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-radius: 1em;
  transition: all 0.3s;
  border: 1px solid #0040d2;
}
.footer-contact a:hover {
  background: #fff;
  color: #0040d2;
}

.footer-logo {
  width: 311px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 200px;
  }
}

.footer-info {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.footer-privacy {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 400;
  padding-bottom: 3px;
  border-bottom: 1px solid #1a1a1a;
}
.footer-privacy a {
  color: #1a1a1a;
}
.footer-privacy:hover {
  border-bottom: 1px solid #9e9e9e;
}
.footer-privacy:hover a {
  color: #9e9e9e;
}
@media (min-width: 768px) {
  .footer-privacy {
    letter-spacing: 0.12em;
  }
}
@media (max-width: 767px) {
  .footer-privacy {
    position: unset;
    font-size: 1.8rem;
    line-height: 1.7222222222;
    letter-spacing: 0.15em;
    margin-top: 30px;
  }
}

.copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7222222222;
  color: #fff;
  text-align: center;
  padding: 35px 0;
  background: #0040d2;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .copyright {
    letter-spacing: 0.12em;
  }
}
@media (max-width: 767px) {
  .copyright {
    font-size: 1.4rem;
    padding: 25px 0;
    line-height: 1.7142857143;
    margin-top: 70px;
  }
}

.to-top {
  position: absolute;
  bottom: 140px;
  right: 20px;
  width: 31px;
}

@media (hover: hover) {
  .footer-top a:hover,
  .footer-nav a:hover {
    color: #0040d2;
    opacity: 1;
  }
}

@media (hover: hover) {
  .footer-privacy a:hover {
    color: #9e9e9e;
    opacity: 1;
  }
}

/*------------------------------
contact
------------------------------*/
.contact {
  background: url(../images/contact_bg.jpg) no-repeat center center/cover;
  padding: 40px 0 75px;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
}
.contact .inner {
  position: relative;
}
.contact h2 {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.contact h2 span {
  border-top: 1px solid #fff;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .contact-wrapper {
    display: block;
  }
}

.contact-block {
  width: 48%;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
  padding: 40px 0;
}
.contact-block p {
  font-size: min(2.5rem, 2.6041666667vw);
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.contact-block span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact-block {
    width: 100%;
    padding: 20px 10px;
  }
  .contact-block p {
    font-size: 2.1rem;
    line-height: 1.7142857143;
  }
  .contact-block:first-child {
    margin-bottom: 30px;
  }
}

.contact-mail {
  margin-top: 35px;
}
.contact-mail span {
  vertical-align: text-bottom;
  display: inline-block;
  width: 2em;
  position: relative;
  left: -1em;
  transition: all 0.3s;
  background: url(../images/icon_mail.png) no-repeat center center/cover;
  aspect-ratio: 80/70;
}
.contact-mail img {
  vertical-align: text-bottom;
  width: 2em;
  position: relative;
  left: -1em;
  transition: all 0.3s;
}
.contact-mail img:nth-of-type(2) {
  display: none;
}
@media (hover: hover) {
  .contact-mail > div:hover span {
    background: url(../images/icon_mail2.png) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .contact-mail {
    margin-top: 20px;
  }
  .contact-mail:active img {
    transform: scale(0.8);
  }
}

/*=============================
トップページ
==============================*/
/*------------------------------
company
------------------------------*/
.company {
  padding: 60px 0 150px;
}
.company p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .company {
    padding: 50px 0 70px;
  }
  .company p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.company-heading {
  margin: 1.4em auto 0.9em;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.7575757576;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .company-heading {
    font-size: 2.1rem;
    line-height: 1.5238095238;
  }
}

.company-btn {
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .company-btn {
    margin-top: 30px;
  }
}

/*------------------------------
machine
------------------------------*/
.machine p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.1em;
  text-align: center;
}

.machine-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .machine-wrapper {
    background: url(../images/machine_bg.jpg) no-repeat center center/cover;
    padding: 50px 0 70px;
  }
}

.machine-box {
  background: url(../images/machine_bg.jpg) no-repeat center center/cover;
  display: flex;
  width: 86.7%;
  padding: 70px min(100px, 3.90625vw) 160px;
  padding-left: 7.3%;
}
@media (max-width: 767px) {
  .machine-box {
    background: unset;
    width: 100%;
    flex-direction: column-reverse;
    padding: 0;
  }
}

.machine-text {
  width: 60%;
  margin-top: 5.5%;
}
.machine-text p {
  font-size: min(1.8rem, 2.0833333333vw);
  line-height: 1.7222222222;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .machine-text {
    width: 100%;
  }
  .machine-text p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.machine-title {
  width: 40%;
}
@media (max-width: 767px) {
  .machine-title {
    width: 100%;
  }
}

.machine-btn {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .machine-btn {
    margin-top: 30px;
  }
}

.machine-img {
  position: absolute;
  bottom: max(-130px, -10.8333333333vw);
  right: 0;
  width: min(558px, 46.5vw);
}
@media (max-width: 767px) {
  .machine-img {
    position: unset;
    width: 100%;
    padding: 0 10px;
    margin-top: 25px;
  }
}

/*------------------------------
recruit
------------------------------*/
@media (min-width: 768px) {
  .recruit {
    margin-top: min(18%, 216px);
    padding-bottom: min(260px, 21.6666666667vw);
  }
}
.recruit-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .recruit-wrapper {
    background: #0040d2;
    padding: 50px 0 70px;
  }
}

.recruit-box {
  background: #0040d2;
  width: 86.7%;
  margin-left: auto;
  padding: 70px min(100px, 3.90625vw);
  display: flex;
}
@media (max-width: 767px) {
  .recruit-box {
    background: unset;
    width: 100%;
    display: block;
    padding: 0;
  }
}

.recruit-text {
  width: 60%;
  margin-top: 4%;
}
.recruit-text h3 {
  width: min(522px, 43.5vw);
  margin: 0 auto 4.4em;
}
.recruit-text p {
  font-size: min(1.8rem, 2.0833333333vw);
  line-height: 1.7222222222;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  width: 410px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit-text {
    width: 100%;
    margin-top: 7%;
  }
  .recruit-text h3 {
    width: 186px;
    margin: 0 auto 1em;
  }
  .recruit-text p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.recruit-btn {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .recruit-btn {
    margin-top: 30px;
  }
}

.recruit-btn.recruit-btn__top {
  width: 100%;
}

.recruit-title {
  width: 40%;
}
.recruit-title h2 {
  color: #fff;
}
.recruit-title h2 span {
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .recruit-title {
    width: 100%;
  }
}

.recruit-img {
  position: absolute;
  bottom: max(-178px, -14.8333333333vw);
  left: 0;
  width: min(558px, 46.5vw);
}
@media (max-width: 767px) {
  .recruit-img {
    position: unset;
    width: 100%;
    padding: 0 10px;
    margin-top: 25px;
  }
}

/*==============================
会社概要
==============================*/
/*------------------------------
greeting
------------------------------*/
.greeting {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: min(10%, 120px);
}
.greeting p {
  font-size: min(2rem, 2.0833333333vw);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .greeting {
    width: 100%;
    padding-top: 30px;
  }
  .greeting p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    width: 305px;
    max-width: 100%;
    margin: 0 auto;
  }
}

/*------------------------------
company-info
------------------------------*/
.company-info {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .company-info {
    padding-top: 65px;
  }
}

@media (max-width: 767px) {
  .company-info-inner {
    padding: 0;
  }
}

.company-info-table {
  width: 815px;
  max-width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .company-info-table {
    margin-top: 25px;
    padding: 0 10px;
  }
}

.company-info-flex {
  display: flex;
  justify-content: space-between;
}
.company-info-flex li {
  width: 45%;
}
@media (max-width: 767px) {
  .company-info-flex {
    display: block;
  }
  .company-info-flex li {
    width: 100%;
  }
}

.company-info-block {
  font-size: min(2.1rem, 2.0833333333vw);
  line-height: 1.7142857143;
  font-weight: 400;
  display: flex;
  padding: 1.25em 0;
  padding-left: 0.8em;
  border-top: 1px solid #0040d2;
}
.company-info-block h4 {
  font-weight: 700;
  color: #0040d2;
  width: 124px;
}
.company-info-block h4.pat2 {
  letter-spacing: 1.7em;
}
.company-info-block h4.pat3 {
  letter-spacing: 0.3em;
}
.company-info-block h4.pat4 {
  letter-spacing: 0.2em;
}
.company-info-block h4.pat5 {
  letter-spacing: 0.05em;
}
.company-info-block p {
  width: calc(100% - 124px);
}
@media (max-width: 767px) {
  .company-info-block {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    border-top: none;
    padding: 0.75em 7%;
    padding-right: 1%;
  }
  .company-info-block:nth-of-type(2n) {
    background: #e5ecfa;
  }
  .company-info-block.company-info-block__2 {
    background: #e5ecfa;
  }
  .company-info-block.company-info-block__2:nth-of-type(2n) {
    background: transparent;
  }
  .company-info-block h4 {
    width: 110px;
  }
  .company-info-block h4.pat2 {
    letter-spacing: 2.1em;
  }
  .company-info-block h4.pat3 {
    letter-spacing: 0.5em;
  }
  .company-info-block h4.pat4 {
    letter-spacing: 0.2em;
  }
  .company-info-block h4.pat5 {
    letter-spacing: 0.05em;
  }
  .company-info-block.block {
    display: block;
  }
  .company-info-block.block p {
    margin-top: 1em;
    padding-left: 1em;
    width: 100%;
  }
  .company-info-block p {
    width: calc(100% - 110px);
  }
}

.company-info-list {
  width: calc(100% - 124px);
}
@media (max-width: 767px) {
  .company-info-list {
    width: 100%;
  }
}

.company-info-item {
  display: flex;
}
.company-info-item p {
  width: 65%;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .company-info-item p:first-child {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .company-info-item {
    display: block;
  }
  .company-info-item p {
    width: 100%;
  }
  .company-info-item p:nth-child(2) {
    margin-top: 30px;
  }
}

/*------------------------------
access
------------------------------*/
.access {
  padding-top: min(160px, 13.3333333333vw);
}
@media (max-width: 767px) {
  .access {
    padding-top: 72px;
  }
}

.access-items {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .access-item:nth-child(2) {
    background: #e3eafa;
  }
}
@media (max-width: 767px) {
  .access-item:nth-child(n+2) {
    margin-top: 70px;
  }
}

.access-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  width: 1030px;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .access-item-content {
    display: block;
    padding: 0;
  }
}

.access-item-text {
  width: 40%;
  text-align: center;
  letter-spacing: 0.1em;
}
.access-item-text h3 {
  font-size: min(3.6rem, 3.6458333333vw);
  line-height: 1.75;
  font-weight: 700;
  color: #0040d2;
  margin-bottom: 0.4em;
}
.access-item-text p {
  font-size: min(2.1rem, 2.34375vw);
  line-height: 1.7142857143;
  font-weight: 400;
}
@media (max-width: 767px) {
  .access-item-text {
    width: 100%;
  }
  .access-item-text h3 {
    font-size: 2.1rem;
    line-height: 1.7142857143;
  }
  .access-item-text p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.access-item-map {
  width: 56%;
}
.access-item-map iframe {
  width: 100%;
  aspect-ratio: 585/304;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .access-item-map {
    width: 88%;
    margin: 15px auto 0;
  }
  .access-item-map iframe {
    aspect-ratio: 585/494;
  }
}

/*==============================
採用情報
==============================*/
.recruit-content {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .recruit-content {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .recruit-content__inner {
    padding: 0 2%;
  }
}

.recruit-info {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.recruit-info dt:nth-of-type(n + 2),
.recruit-info dd:nth-of-type(n + 2) {
  margin-top: 8px;
}
.recruit-info dt {
  font-size: min(3.6rem, 3.125vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0040d2;
  width: 292px;
  padding: min(65px, 5.2083333333vw) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.recruit-info dt.pat2 {
  letter-spacing: 1.7em;
  text-indent: 1.7em;
}
.recruit-info dt.pat4 {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.recruit-info dd {
  font-size: min(3rem, 2.6041666667vw);
  line-height: 1.7333333333;
  font-weight: 400;
  width: calc(100% - 300px);
  margin-left: 8px;
  background: #e3eafa;
  padding: min(65px, 5.2083333333vw) min(35px, 2.6041666667vw);
}
@media (max-width: 767px) {
  .recruit-info dt,
  .recruit-info dd {
    font-size: min(1.4rem, 3.7333333333vw);
    line-height: 1.7142857143;
    padding: 0 0;
    height: 64px;
  }
  .recruit-info dt:nth-of-type(n + 2),
  .recruit-info dd:nth-of-type(n + 2) {
    margin-top: 5px;
  }
  .recruit-info dt {
    width: 100px;
  }
  .recruit-info dd {
    display: flex;
    align-items: center;
    padding-left: 0.3em;
    padding-right: 0.3em;
    width: calc(100% - 105px);
    margin-left: 5px;
  }
}

.recruit-contact {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-contact {
    width: 300px;
    margin: 5px auto 0;
  }
}

.recruit-btn {
  width: 600px;
  font-size: 3.7rem;
}
.recruit-btn img {
  vertical-align: text-bottom;
  width: 2em;
  position: relative;
  left: -1em;
}
.recruit-btn a {
  padding: 1.5em 0;
}
@media (min-width: 768px) {
  .recruit-btn:hover .recruit-tel-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .recruit-btn {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .recruit-btn:active img {
    transform: scale(0.8);
  }
}

.recruit-tel-wrapper {
  width: 600px;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 30px 2% 40px;
  position: relative;
  border: 1px solid #0040d2;
}
.recruit-tel-wrapper p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  border-bottom: 1px solid #0040d2;
  padding-bottom: 20px;
}
.recruit-tel-wrapper span {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7647058824;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .recruit-tel-wrapper {
    padding: 5px 5% 10px;
    margin-top: 10px;
  }
  .recruit-tel-wrapper p {
    font-size: 1.7rem;
    padding-bottom: 10px;
  }
  .recruit-tel-wrapper span {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.recruit-tel {
  padding-top: 10px;
}
.recruit-tel img {
  width: 52px;
}
@media (max-width: 767px) {
  .recruit-tel {
    font-size: 2.6rem;
  }
  .recruit-tel img {
    width: 25px;
  }
}

.recruit-contact-btn {
  width: 100%;
  background: #fff;
  border: 1px solid #0040d2;
}
.recruit-contact-btn p {
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .recruit-contact-btn {
    padding: 0;
    padding: 15px 0px;
  }
  .recruit-contact-btn p {
    font-size: 1.7rem;
    margin-bottom: 1em;
  }
  .recruit-contact-btn a {
    font-size: 2.6rem;
  }
  .recruit-contact-btn span {
    font-size: 1.4rem;
    margin-top: 1em;
  }
}

/*===============================
個人情報保護方針
===============================*/
#privacy h2 {
  margin-top: 81px;
}
@media (max-width: 767px) {
  #privacy h2 {
    font-size: 2.1rem;
    margin-top: 50px;
  }
  #privacy h2 span {
    font-size: 2.4rem;
  }
}

.privacy-container {
  padding: 200px 0;
}
.privacy-container p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .privacy-container {
    padding: 72px 0;
  }
  .privacy-container p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.privacy-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 64px auto 0;
}
@media (max-width: 767px) {
  .privacy-wrapper {
    margin-top: 34px;
    padding: 0 5%;
  }
}

.privacy-list {
  margin-top: 64px;
}
.privacy-list li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.1em;
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-list li:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .privacy-list {
    margin-top: 25px;
  }
  .privacy-list li {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .privacy-list li:nth-child(n+2) {
    margin-top: 25px;
  }
}

.privacy-contact {
  margin-top: 64px;
}
.privacy-contact a {
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .privacy-contact {
    margin-top: 32px;
  }
}

/*===============================
製品一覧 下層
===============================*/
.machine-wrapperPage {
  width: 1016px;
  max-width: 100%;
  margin: 115px auto 0;
}
@media (max-width: 767px) {
  .machine-wrapperPage {
    margin: 40px auto 0;
  }
}

.machine-block:nth-child(n+2) {
  margin-top: 140px;
}
.machine-block h3 {
  font-size: 4.9rem;
  font-weight: 700;
  line-height: 1.7551020408;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .machine-block {
    scroll-margin-top: 60px;
  }
  .machine-block:nth-child(n+2) {
    margin-top: 72px;
  }
  .machine-block h3 {
    line-height: 1.5;
    background: #e5ecfa;
    font-size: 3rem;
    color: #0040d2;
  }
}

.machine-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .machine-list li {
    width: calc(33.3% - 10px);
  }
  .machine-list li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .machine-list li:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .machine-list {
    margin-top: 32px;
    justify-content: space-between;
    padding: 0 4%;
  }
  .machine-list li {
    width: calc(50% - 2.5px);
  }
  .machine-list li:nth-child(n+3) {
    margin-top: 16px;
  }
}

.machine-block-img {
  width: 66%;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .machine-block-img {
    width: 100%;
    padding: 0 4%;
    margin-top: 32px;
  }
}

.equipment {
  margin-top: 300px;
}
@media (max-width: 767px) {
  .equipment {
    margin-top: 76px;
  }
  .equipment h2 {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .equipment__inner {
    padding: 0 10px;
  }
}

.equipment-container {
  margin-top: 130px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .equipment-container {
    margin-top: 60px;
  }
}

.equipment-block:nth-child(n+2) {
  margin-top: 120px;
}
.equipment-block h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0040d2;
}
.equipment-block table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #1a1a1a;
  margin-top: 55px;
}
.equipment-block table th,
.equipment-block table td {
  border: 1px solid #1a1a1a;
  padding: 30px 0;
  text-align: center;
}
.equipment-block table th {
  background: #e3eafa;
  font-size: min(2.4rem, 2.34375vw);
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  color: #0040d2;
}
.equipment-block table td {
  font-size: min(3.5rem, 3.125vw);
  line-height: 2.6857142857;
  font-weight: 400;
  padding: 30px 15px;
  padding: 0 15px;
}
.equipment-block table td.sm {
  font-size: min(2.4rem, 2.34375vw);
  line-height: 3.8333333333;
}
.equipment-block table tr:nth-child(1) th:nth-child(1) span {
  letter-spacing: 0.9em;
  margin-right: -0.9em;
}
.equipment-block table tr:nth-child(1) th:nth-child(n+2) span {
  letter-spacing: 3em;
  margin-right: -3em;
}
@media (max-width: 767px) {
  .equipment-block:nth-child(n+2) {
    margin-top: 72px;
  }
  .equipment-block h3 {
    font-size: 3rem;
    line-height: 1;
  }
  .equipment-block table {
    margin-top: 32px;
  }
  .equipment-block table th,
  .equipment-block table td {
    font-size: 1.4em;
  }
  .equipment-block table th {
    line-height: 2.15;
    padding: 0;
  }
  .equipment-block table td {
    padding: 0;
    font-feature-settings: "palt";
    line-height: 1.6;
  }
  .equipment-block table td.sm {
    font-size: 1rem;
    line-height: 1;
  }
  .equipment-block table tr:nth-child(1) th:nth-child(1) span {
    letter-spacing: 0.3em;
    margin-right: -0.3em;
  }
  .equipment-block table tr:nth-child(1) th:nth-child(1) span.pat2 {
    letter-spacing: 2em;
    margin-right: -2em;
  }
  .equipment-block table tr:nth-child(1) th:nth-child(n+2) span {
    letter-spacing: 1.1em;
    margin-right: -1.1em;
  }
}

.equipment-table01 th.name {
  width: 34%;
}
.equipment-table01 th.num {
  width: 20%;
}
@media (max-width: 767px) {
  .equipment-table01 th.name {
    width: 28%;
  }
  .equipment-table01 th.num {
    width: 18%;
  }
}

.equipment-table02 th.name {
  width: 29%;
}
.equipment-table02 th.num {
  width: 25%;
}
@media (max-width: 767px) {
  .equipment-table02 th.name {
    width: 30%;
  }
  .equipment-table02 th.num {
    width: 20%;
  }
}

.equipment-table03 .col1 {
  width: 25%;
}
.equipment-table03 th.num {
  width: 20%;
}
@media (max-width: 767px) {
  .equipment-table03 .col1 {
    width: 23%;
  }
  .equipment-table03 th.num {
    width: 15%;
  }
  .equipment-table03 th.num span.pat3[class] {
    letter-spacing: 0.8em;
    margin-right: -0.8em;
  }
  .equipment-table03 td:nth-child(1), .equipment-table03 td:nth-child(2) {
    padding-left: 0.5em;
  }
}

.machineAncWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 300px;
}
.machineAncWrap a {
  color: #808080;
  width: calc(50% - 0.5px);
  background: linear-gradient(180deg, rgb(235, 235, 235) 0%, rgb(190, 190, 190) 100%);
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding: 0.7em 0;
  padding-left: 0.4em;
  margin: 0.5px 0;
}

/*===============================
loading
===============================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  transition: all 1s;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  opacity: 0;
  transition: all 1s;
}
.loading.active1 img {
  opacity: 1;
}
.loading.active2 {
  opacity: 0;
}

.float {
  position: fixed;
  width: 60px;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.mvWrap {
  position: relative;
  z-index: 10;
}

.mv {
  aspect-ratio: 1453/956;
  position: relative;
  overflow: hidden;
}
.mv img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 375/666;
  }
}

@keyframes imgZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
#fadeWrap {
  position: relative;
}
#fadeWrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#fadeWrap img.current {
  z-index: 5;
}
#fadeWrap img.active {
  z-index: 10;
}
#fadeWrap img.active.active1 {
  animation: anim1 1.5s 1 linear;
}
#fadeWrap img.active.active2 {
  animation: anim2 1.5s 1 linear;
}
@media (max-width: 767px) {
  #fadeWrap img.current {
    animation: imgZoom 10s linear;
  }
  #fadeWrap img.active.active1 {
    animation: anim1 1.5s 1 linear, imgZoom 10s linear;
  }
  #fadeWrap img.active.active2 {
    animation: anim2 1.5s 1 linear, imgZoom 10s linear;
  }
}

@media (min-width: 768px) {
  @keyframes anim1 {
    from {
      clip-path: circle(0% at 10% 50%);
    }
    to {
      clip-path: circle(114% at 10% 50%);
    }
  }
  @keyframes anim2 {
    from {
      clip-path: circle(0% at 90% 50%);
    }
    to {
      clip-path: circle(114% at 90% 50%);
    }
  }
}
@media (max-width: 767px) {
  @keyframes anim1 {
    from {
      clip-path: circle(0% at 10% 50%);
    }
    to {
      clip-path: circle(88% at 10% 50%);
    }
  }
  @keyframes anim2 {
    from {
      clip-path: circle(0% at 90% 50%);
    }
    to {
      clip-path: circle(88% at 90% 50%);
    }
  }
}
.slider__control {
  z-index: 2;
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.68);
  transition: background-color 0.3s;
  cursor: pointer;
  z-index: 100;
  width: 60px;
  top: 50%;
  left: 4%;
}
.slider__control:hover {
  background-color: rgba(0, 64, 210, 0.68);
}
.slider__control.active {
  background-color: rgba(0, 64, 210, 0.68);
}
.slider__control.slider__controlNext {
  left: unset;
  right: 4%;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .slider__control {
    width: 30px;
  }
}

.slider__control-line {
  position: absolute;
  left: 23px;
  top: 50%;
  width: 3px;
  height: 14px;
  transform-origin: 50% 0;
}
.slider__control-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
  transition: background-color 0.3s;
}
.slider__control-line:nth-child(1) {
  transform: rotate(-45deg);
}
.slider__control-line:nth-child(2) {
  transform: rotate(-125deg);
}
@media (max-width: 767px) {
  .slider__control-line {
    width: 1px;
    height: 10px;
    left: 10px;
  }
}

.slider__control.active .slider__control-line::after {
  animation: arrowLineRotation 0.45s;
}
.slider__control.active .slider__control-line:nth-child(2)::after {
  animation: arrowLineRotationRev 0.45s;
}

@keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}
@keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}
.anc {
  scroll-margin-top: 94.5px;
}
@media (max-width: 767px) {
  .anc {
    scroll-margin-top: 60px;
  }
}

.c_btn a {
  display: block;
}/*# sourceMappingURL=style.css.map */