@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  line-height: 1.75;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  border-left: solid 0.2em #df8425;
  padding-left: 0.5em;
}

.title-2 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #202020;
}

.title-hh-1 {
  font-size: 1rem;
}
.title-hh-1 > .fs-en {
  color: #df8425;
  padding-left: 1em;
  margin-bottom: 0.5em;
  display: block;
  position: relative;
}
.title-hh-1 > .fs-en:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 0.625em;
  height: 1px;
  background-color: currentColor;
}
.title-hh-1 > .txt {
  font-size: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  display: block;
}
.title-hh-1.ttl--center {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.title-hh-1.ttl--center > .txt {
  text-align: center;
}

.title-hh-2 > .fs-en {
  color: #838383;
  font-size: 0.6666em;
  line-height: normal;
  margin-bottom: 0.25em;
  display: block;
}
.title-hh-2 > .txt {
  display: block;
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 768px) {
  .ttl-fs-1 {
    font-size: 2.1875rem;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .ttl-fs-1 {
    font-size: 3.125rem;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1600px;
  width: 100%;
  padding-left: calc(15px + 50 * (100vw - 320px) / 1280);
  padding-right: calc(15px + 50 * (100vw - 320px) / 1280);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1600px) {
  .container-fluid-xl {
    padding-left: 65px;
    padding-right: 65px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  position: relative;
}
#mainvisual .mainvisual_content {
  position: absolute;
  left: min(calc(15px + 125 * (100vw - 320px) / 1600), 140px);
  bottom: min(calc(20px + 130 * (100vw - 320px) / 1600), 150px);
  z-index: 10;
  width: min(calc(230px + 272 * (100vw - 320px) / 1600), 502px);
}
#mainvisual .scroll {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 3%;
    bottom: 0;
    z-index: 10;
  }
  #mainvisual .scroll > span {
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-rl;
    display: block;
    margin-bottom: 0.5em;
  }
  #mainvisual .scroll:after {
    content: "";
    width: 1px;
    height: min(16.66667vh, 150px);
    min-height: 60px;
    display: block;
    background-color: #fff;
    animation: scroll 1.5s infinite;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* -------------------------------
	メイン用フェードビジュアル
-------------------------------- */
.splide01 {
  overflow: hidden;
}
.splide01 .slide {
  height: 60vh;
  position: relative;
}
@media (orientation: landscape) and (max-width: 767px) {
  .splide01 .slide {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    .splide01 .slide {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 768px) {
  .splide01 .slide {
    height: 100vh;
    min-height: 680px;
  }
  @supports (height: 100dvh) {
    .splide01 .slide {
      height: 100dvh;
    }
  }
}
@media print {
  .splide01 .slide {
    height: 1000px;
  }
}
.splide01 .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.splide01 .slide-media img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide01 .splide__pagination {
  position: absolute;
  right: 2%;
  top: 50%;
  width: 100%;
  font-size: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transform: translateY(-50%);
}
.splide01 .splide__pagination > li {
  display: block;
}
.splide01 .splide__pagination__page {
  width: 5px;
  height: 5px;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.splide01 .splide__pagination__page.is-active {
  background-color: #565656;
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  .splide01 .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}

/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_bg_1 {
  background: url("../images/home/home_bg_1.jpg") no-repeat center top/cover;
  overflow: hidden;
}

/* ---  --- */
.home_ttl_1 {
  font-size: 1rem;
}
.home_ttl_1 > .fs-en {
  color: #df8425;
  padding-left: 1em;
  margin-bottom: 0.5em;
  display: block;
  position: relative;
}
.home_ttl_1 > .fs-en:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 0.625em;
  height: 1px;
  background-color: currentColor;
}
.home_ttl_1 > .txt {
  font-size: min(calc(32px + 24 * (100vw - 320px) / 1280), 56px);
  display: block;
}
.home_ttl_1.ttl--center {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.home_ttl_1.ttl--center > .txt {
  text-align: center;
}

/* ---  --- */
.home_business__head h3 {
  font-size: min(calc(24px + 16 * (100vw - 320px) / 1280), 40px);
  line-height: 1.75;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 1200px) {
  .home_business__head p {
    font-size: 18px;
  }
}

.home_business__content .figure_link_1 {
  max-width: 470px;
  margin: 0 auto;
}
.home_business__content .figure_link_1 figcaption .ttl {
  font-size: 24px;
}
.home_business__content .figure_link_1 figcaption .ttl .fs-en {
  font-size: 0.66667em;
}
.home_business__content .figure_link_1 figcaption .arrow {
  width: 30px;
}
@media print, screen and (min-width: 768px) {
  .home_business__content .figure_link_1 figcaption .ttl {
    font-size: min(calc(18px + 6 * (100vw - 768px) / 832), 24px);
  }
  .home_business__content .figure_link_1 figcaption .ttl .fs-en {
    font-size: 0.66667em;
  }
  .home_business__content .figure_link_1 figcaption .arrow {
    width: min(calc(40px + 20 * (100vw - 768px) / 832), 60px);
  }
}

/* ---  --- */
.home_parts {
  position: relative;
}
.home_parts > .bg {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .home_parts > .bg {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
    height: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_parts p {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 992px) {
  .home_parts__column {
    max-width: 595px;
  }
}
.home_parts__column .column {
  padding: min(calc(20px + 30 * (100vw - 320px) / 1280), 50px);
  background-color: #fafafa;
}
.home_parts__column .column h3 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0.5em;
}
.home_parts__column .column .list-style-1 {
  font-size: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 768px) {
  .home_parts__column .column .list-style-1 {
    font-size: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .home_parts__column .column .list-style-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .home_parts__column .column .list-style-1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home_parts__column .btns {
  text-align: right;
}
.home_parts__column .btns .btn {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1280), 20px);
}

/* ---  --- */
.home_news {
  background: url("../images/common/bg001.jpg");
}

.home_news__navi {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 880), 16px);
  gap: 0.625em;
  border: none;
}
.home_news__navi > li > a {
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  min-width: 8.75em;
  display: block;
  padding: 0.28125em 0.75em;
  border-radius: 10em;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  transition: background 0.3s ease;
}
.home_news__navi > li > a:hover {
  background-color: #e1e1e1;
}
.home_news__navi > li > a.active {
  color: #fff;
  border-color: #df8425;
  background-color: #df8425;
}

.home_news__content {
  height: 354px;
  padding-right: min(calc(10px + 35 * (100vw - 320px) / 880), 45px);
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #d8d8d8 #fff;
  scrollbar-width: thin;
}
.home_news__content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.home_news__content::-webkit-scrollbar-track {
  background: #fff;
}
.home_news__content::-webkit-scrollbar-thumb {
  background: #d8d8d8;
}

.home_news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home_news__list > li {
  padding: min(calc(15px + 10 * (100vw - 320px) / 880), 25px) min(calc(10px + 40 * (100vw - 320px) / 880), 50px);
  margin-bottom: 25px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.home_news__list > li .date {
  font-weight: 400;
  font-size: 15px;
}
.home_news__list > li .htmlarea {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 880), 20px);
  line-height: 1.75;
}
@media print, screen and (min-width: 992px) {
  .home_news__list > li {
    display: flex;
    align-items: center;
  }
  .home_news__list > li .date {
    flex: 0 0 9em;
  }
  .home_news__list > li .htmlarea {
    flex: 1 1 0;
  }
}

/* -------------------------------
	事業案内
-------------------------------- */
/* ---  --- */
@media print, screen and (min-width: 992px) {
  .business_content .photo {
    height: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .business_content .photo {
    height: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .business_content.odd .photo {
    margin-left: calc(-15px - 50 * (100vw - 320px) / 1280);
  }
  .business_content.odd .row > div:first-child {
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .business_content.odd .photo {
    margin-left: calc((1470px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .business_content.even .photo {
    margin-right: calc(-15px - 50 * (100vw - 320px) / 1280);
  }
  .business_content.even .row > div:first-child {
    margin-left: auto;
    order: 13;
  }
}
@media print, screen and (min-width: 1600px) {
  .business_content.even .photo {
    margin-right: calc((1470px - 100vw) / 2);
  }
}

.business_content__columns .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 20px;
}
.business_content__columns .btns .btn {
  font-size: min(calc(13px + 3 * (100vw - 320px) / 1280), 16px);
}
.business_content__columns .btns .btn-primary {
  text-align: left;
  min-width: 10em;
}

/* -------------------------------
	部品/工具 紹介
-------------------------------- */
/* ---  --- */
.parts_wrapper__content {
  padding: 50px 0;
}
.parts_wrapper__sidebar {
  padding: 50px calc((100vw - 100%) / 2);
  margin: 0 calc((100% - 100vw) / 2);
  background-color: #f3f3f3;
}
@media print, screen and (min-width: 992px) {
  .parts_wrapper {
    display: flex;
  }
  .parts_wrapper__content {
    flex: 1 1 0;
    order: 2;
    padding: min(calc(50px + 50 * (100vw - 768px) / 832), 100px) 0;
    padding-left: min(calc(30px + 30 * (100vw - 768px) / 832), 60px);
  }
  .parts_wrapper__sidebar {
    flex: 0 0 280px;
    order: 1;
    margin: 0;
    padding: min(calc(50px + 50 * (100vw - 768px) / 832), 100px) 15px;
  }
}

/**/
.parts_ttl_1 {
  font-size: 24px;
  text-align: center;
  border-bottom: solid 1px #D8D8D8;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
.parts_ttl_1 > .fs-en {
  color: #838383;
  font-size: 16px;
  display: block;
}
.parts_ttl_1 > txt {
  display: block;
}

/**/
@media print, screen and (min-width: 768px) {
  .parts_aside__nav {
    position: sticky;
    top: 120px;
  }
}
.parts_aside__nav .parts_aside__nav__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.parts_aside__nav .parts_aside__nav__list > li {
  border-bottom: solid 1px #D8D8D8;
}
.parts_aside__nav .parts_aside__nav__list > li > a {
  color: #202020;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  padding: 0.75em 2.5em 0.75em 1.2em;
  position: relative;
}
.parts_aside__nav .parts_aside__nav__list > li > a:before {
  content: "";
  position: absolute;
  top: 0.75em;
  bottom: 0.75em;
  left: 0.2em;
  width: 0.2em;
  background-color: #B1B1B1;
  transition: background 0.3s ease;
}
.parts_aside__nav .parts_aside__nav__list > li > a:after {
  content: "\f105";
  color: #B1B1B1;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -.5em;
}
.parts_aside__nav .parts_aside__nav__list > li > a:hover:before {
  background-color: #df8425;
}
.parts_aside__nav .parts_aside__nav__list > li.active > a {
  color: #df8425;
}
.parts_aside__nav .parts_aside__nav__list > li.active > a:before {
  background-color: #df8425;
}
.parts_aside__nav .parts_aside__nav__list > li.active > a:after {
  color: #df8425;
}

/**/
.parts_row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .parts_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .parts_row {
    grid-template-columns: repeat(3, 1fr);
  }
}

/**/
.parts_figure {
  border-bottom: solid 1px #e1e1e1;
}
.parts_figure .photo-ofi {
  background-color: #efefef;
}
.parts_figure figcaption {
  padding-top: 10px;
}
.parts_figure figcaption .cat {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.parts_figure figcaption .cat > span {
  display: block;
  padding: 0.15em 0.75em 0.25em;
  border-radius: 10em;
  border: solid 1px #ccc;
}
.parts_figure figcaption .ttl {
  padding: 0.25em 0 1em;
}
@media print, screen and (min-width: 768px) {
  .parts_figure figcaption .cat {
    font-size: min(calc(10px + 2 * (100vw - 768px) / 832), 12px);
  }
  .parts_figure figcaption .ttl {
    font-size: min(calc(15px + 5 * (100vw - 768px) / 832), 20px);
  }
}
a > .parts_figure figcaption {
  padding-right: 40px;
  position: relative;
}
a > .parts_figure figcaption:after {
  content: "\f105";
  color: #fff;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #df8425;
  background-color: #df8425;
  transition: color 0.3s ease, background 0.3s ease;
}
a > .parts_figure:hover figcaption:after {
  color: #df8425;
  background-color: #fff;
}

/**/
.parts_file {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.parts_file > .item {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  .parts_file > .item {
    flex: 0 0 auto;
  }
}
.parts_file > .item .btn {
  font-size: 0.875rem;
  text-align: left;
  display: block;
  padding-left: 3.3em;
  position: relative;
}
.parts_file > .item .btn i {
  position: absolute;
  left: 1.25em;
  top: 50%;
  font-size: 1.25em;
  line-height: 1;
  margin-top: -.5em;
}

/* --- gallery --- */
.splide-gallery .splide__inner {
  position: relative;
}
.splide-gallery .splide__inner .photo-ofi {
  aspect-ratio: 16 / 9;
  background-color: #fafafa;
}

/* 前へ / 次へボタン */
.splide-gallery .splide__arrow--prev, .splide-gallery .splide__arrow--next {
  font-size: min(calc(10px + 6 * (100vw - 320px) / 1280), 16px);
  display: grid;
  place-content: center;
  width: 3em;
  height: 3em;
  border-radius: 50% !important;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #df8425;
  position: absolute;
  top: 50%;
  margin-top: -2em;
  z-index: 20;
}
.splide-gallery .splide__arrow--prev svg, .splide-gallery .splide__arrow--next svg {
  fill: #fff;
  width: 1em;
}
.splide-gallery .splide__arrow--prev:hover, .splide-gallery .splide__arrow--next:hover {
  outline: none;
}
.splide-gallery .splide__arrow--prev {
  left: 15px;
}
.splide-gallery .splide__arrow--prev svg {
  transform: scale(-1, 1);
}
.splide-gallery .splide__arrow--next {
  right: 15px;
}
.splide-gallery .splide__arrow:disabled {
  background-color: #efefef;
  pointer-events: none;
  opacity: 1;
}
.splide-gallery .splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

/* サムネイル */
.splide-gallery .splide__pagination {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.splide-gallery .splide__pagination > li {
  flex: 0 0 10%;
}
.splide-gallery .splide__pagination > li button {
  border: none;
  padding: 0;
  outline: none;
  aspect-ratio: 4 / 3;
  background-color: #000;
  transition: opacity 0.3s ease;
}
.splide-gallery .splide__pagination > li button img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide-gallery .splide__pagination > li button.is-active img {
  opacity: 0.5;
}

/* -------------------------------
	修理案内
-------------------------------- */
/* ---  --- */
.service_head {
  background: url("../images/home/home_bg_1.jpg") no-repeat center top/cover;
}
@media print, screen and (min-width: 992px) {
  .service_head .photo {
    margin-right: calc(-15px - 50 * (100vw - 320px) / 1280);
    height: 100%;
  }
}
@media print, screen and (min-width: 1600px) {
  .service_head .photo {
    margin-right: calc((1470px - 100vw) / 2);
    height: 100%;
  }
}

.service_head__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service_head__content .inner {
  margin: auto 0;
}
.service_head__content .inner h3 {
  font-size: min(calc(18px + 14 * (100vw - 320px) / 1280), 32px);
  letter-spacing: 0.05em;
  line-height: 1.75;
  white-space: nowrap;
}
.service_head__content .inner ul {
  font-size: min(calc(16px + 12 * (100vw - 320px) / 1280), 28px);
  line-height: 1.5;
  list-style: none;
  padding: 1em;
  border: solid 1px #ccc;
}
.service_head__content .inner ul > li {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  position: relative;
}
.service_head__content .inner ul > li > i {
  color: #df8425;
  position: absolute;
  left: 0;
}
.service_head__content .inner ul > li:last-child {
  margin-bottom: 0;
}
.service_head__content .inner p {
  font-size: min(calc(15px + 3 * (100vw - 320px) / 1280), 18px);
}

/* ---  --- */
.service_row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 30px;
}
@media print, screen and (min-width: 576px) {
  .service_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .service_row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .service_row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.service_row_2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .service_row_2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service_row_2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service_figure {
  padding-bottom: 30px;
  border-bottom: solid 1px #e1e1e1;
}
.service_figure > .photo {
  aspect-ratio: 3 / 2;
}
.service_figure figcaption .ttl {
  font-weight: 700;
  font-size: 18px;
  margin: 0.75em 0 0.75em;
}
.service_figure figcaption p {
  font-size: 15px;
  line-height: 1.5;
}

.servise_brand {
  margin-bottom: 50px;
}
.servise_brand:last-child {
  margin-bottom: 0;
}

.servise_brand_item {
  text-align: center;
  border: solid 1px #A3A3A3;
  padding: 20px 10px;
  height: 100%;
}
.servise_brand_item .txt {
  font-size: 18px;
}
.servise_brand_item .fs-en {
  font-size: 14px;
}

/* -------------------------------
	採用情報
-------------------------------- */
.recruit_message__txt {
  font-size: min(calc(14px + 6 * (100vw - 320px) / 1280), 20px);
  letter-spacing: 0.05em;
  text-align: center;
  border: solid 1px #202020;
  padding: 1.5em 1em;
}

/* ---  --- */
.recruit_head {
  background: url("../images/home/home_bg_1.jpg") no-repeat center top/cover;
}
@media print, screen and (min-width: 992px) {
  .recruit_head .photo {
    height: 100%;
  }
}
@media print, screen and (min-width: 1600px) {
  .recruit_head .photo {
    height: 100%;
  }
}

.recruit_head__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recruit_head__content .inner {
  margin: auto 0;
}
.recruit_head__content .inner h3 {
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .recruit_head__content p {
    font-size: 18px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_head__content {
    padding-right: min(calc(30px + 95 * (100vw - 992px) / 608), 125px);
  }
}

/* ---  --- */
.recruit_idealfit ol {
  font-size: min(calc(16px + 20 * (100vw - 320px) / 1280), 36px);
}
.recruit_idealfit ol > li {
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #ccc;
}
.recruit_idealfit ol > li:before {
  color: #555;
}

/* ---  --- */
.recruit_row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 30px;
}
@media print, screen and (min-width: 768px) {
  .recruit_row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.recruit_figure {
  max-width: 470px;
  margin: 0 auto;
  border-bottom: solid 1px #e1e1e1;
}
.recruit_figure figcaption {
  padding: 30px 0;
}
.recruit_figure figcaption h4 {
  color: #202020;
  font-weight: 500;
  font-size: 25px;
  line-height: normal;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
  margin: 0;
  position: relative;
  z-index: 0;
}
.recruit_figure figcaption h4 .fs-en {
  position: absolute;
  right: 0;
  bottom: calc(100% + .27em);
  z-index: -1;
  color: #fff;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  opacity: 0.5;
}
.recruit_figure figcaption h4 .txt {
  color: #df8425;
  border-left: solid 0.2em #df8425;
  padding-left: 0.5em;
  display: block;
}
.recruit_figure figcaption h5 {
  font-size: 20px;
  padding: 0.75em 0 1em;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  .recruit_figure figcaption h4 {
    font-size: min(calc(25px + 10 * (100vw - 992px) / 608), 35px);
  }
  .recruit_figure figcaption h5 {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 608), 20px);
  }
  .recruit_figure figcaption p {
    font-size: min(calc(14px + 2 * (100vw - 992px) / 608), 16px);
  }
}

/* ---  --- */
.recruit_flow__item {
  display: flex;
}
.recruit_flow__item__step {
  flex: 0 0 70px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
}
.recruit_flow__item__step:after {
  content: "";
  margin: 5px auto;
  display: block;
  flex: 1 1 0;
  width: 3px;
  background-color: #fff;
}
.recruit_flow__item__content {
  flex: 1 1 0;
  padding-left: 20px;
  padding-bottom: 50px;
}
.recruit_flow__item:last-child .recruit_flow__item__step {
  min-height: auto !important;
}
.recruit_flow__item:last-child .recruit_flow__item__step:after {
  display: none !important;
}
.recruit_flow__item:last-child .recruit_flow__item__content {
  padding-bottom: 0px !important;
}
@media print, screen and (min-width: 768px) {
  .recruit_flow__item__step {
    flex: 0 0 130px;
    min-height: 180px;
  }
  .recruit_flow__item__content {
    padding-left: 60px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_flow__item__step {
    flex: 0 0 170px;
    min-height: 220px;
  }
  .recruit_flow__item__content {
    padding-left: 60px;
    padding-bottom: 50px;
  }
}
.recruit_flow__item__step .step {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  background-color: #fff;
}
.recruit_flow__item__step .step .in {
  display: block;
  margin: auto;
}
.recruit_flow__item__step .step .in > strong {
  font-size: 1.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .recruit_flow__item__step .step {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_flow__item__step .step {
    font-size: 30px;
  }
}
.recruit_flow__item__content {
  font-size: 0.875rem;
}
.recruit_flow__item__content .column {
  padding-top: 20px;
}
.recruit_flow__item__content .column h4 {
  color: var(--primary);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 0.5em;
}
.recruit_flow__item__content .column .telphone {
  font-size: 28px;
}
.recruit_flow__item__content .image {
  max-width: 500px;
  width: 80%;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .recruit_flow__item__content {
    font-size: 0.9375rem;
  }
  .recruit_flow__item__content .column {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_flow__item__content {
    font-size: 1rem;
    display: flex;
  }
  .recruit_flow__item__content .column {
    flex: 1 1 0;
    padding-top: 40px;
  }
  .recruit_flow__item__content .column h4 {
    font-size: 1.5rem;
  }
  .recruit_flow__item__content .image {
    width: auto;
    flex: 0 0 36%;
    padding-left: 30px;
    margin: 0;
    display: flex;
  }
  .recruit_flow__item__content .image img {
    margin: auto;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact .title-hh-1 > .txt {
  font-size: min(calc(25px + 25 * (100vw - 320px) / 1280), 50px);
}
.tel_contact .telphone {
  font-size: min(calc(40px + 40 * (100vw - 320px) / 1280), 80px);
}
.tel_contact dl {
  font-size: min(calc(15px + 5 * (100vw - 320px) / 1280), 20px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding-left: min(calc(15px + 55 * (100vw - 320px) / 1280), 70px);
  margin-left: min(calc(15px + 55 * (100vw - 320px) / 1280), 70px);
  border-left: solid 1px #ccc;
}
.tel_contact dl dt, .tel_contact dl dd {
  font-weight: 500;
  margin: 0;
}
.tel_contact dl dt {
  padding-right: 1em;
}
.tel_contact dl dd {
  font-size: 1.2em;
}

#contactform {
  position: relative;
  z-index: 0;
  /**/
}
#contactform:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  bottom: 0%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f6f6f6;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 50px;
  --amn-translateY-active: 0;
  --amn-translateX: 50px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.9s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

/* フェード */
@media screen {
  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-span-up {
    opacity: 0;
  }
  .amn-span-up .is-span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
    /* duration や delay, easing はJS側でインライン指定 */
  }
  .amn-span-up.is-active {
    opacity: 1;
  }
  .amn-span-up.is-active .is-span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #73b400;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active {
    opacity: 1;
  }
  .amn-shutter.lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
