@charset "UTF-8";
/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
/* 企業情報 
----- page/_company ----- */
/*- 代表挨拶 -*/
.company-greeting_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 0 50px 0 15px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 1;
  height: 100%;
}
.company-greeting_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.company-greeting_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  z-index: -1;
}

.company-greeting_img {
  width: 60%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .company-greeting_text {
    position: unset;
    translate: none;
    width: 100%;
    padding: 0;
  }
  .company-greeting_text::after {
    display: none;
  }
  .company-greeting_img {
    width: 100%;
  }
}
/*- 品質方針・企業理念 -*/
.company-quality_inner {
  padding: 80px 0;
}

.company-quality_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 10px;
}
.company-quality_list li {
  padding: 25px;
  border: solid 1px #fff;
  border-radius: 5px;
}

.company-quality_ttl {
  display: flex;
  gap: 20px;
}
.company-quality_ttl figure {
  display: grid;
  place-content: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.company-quality_ttl img {
  width: 35px;
  height: 30px;
}
.company-quality_ttl span {
  color: #0F4084;
  min-height: 50px;
  display: grid;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .company-quality_inner {
    padding: 60px 0;
  }
  .company-quality_list {
    grid-template-columns: auto;
  }
  .company-quality_list li {
    border-color: #41AFFF;
    padding: 15px;
  }
}
/*- アクセス -*/
.company-access_map {
  border-radius: 20px;
  overflow: hidden;
}
.company-access_map iframe {
  border: none;
  aspect-ratio: 4/3;
}

.company-access_contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 10px;
}
.company-access_contact span {
  color: #41AFFF;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.company-access_contact span::before {
  content: "";
  background: url(../img/ico-tel.svg) center/contain no-repeat;
  display: block;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.company-access_contact span.fax::before {
  background-image: url(../img/ico-fax.svg);
}
.company-access_contact a {
  color: #333;
}
.company-access_contact a:hover {
  color: #41AFFF;
}

.company-access .c-btn_text {
  padding-left: 25px;
}
.company-access .c-btn_text::after {
  content: "";
  background: url("../img/ico-map.svg") center/cover no-repeat;
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

/*- 沿革 -*/
.company-history_inner {
  padding: 80px 0 100px;
}

.company-history_img img {
  border-radius: 5px;
}

ul.history_list li:before {
  background: none;
  width: 2px;
  background-image: radial-gradient(circle, #ddd 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 9px;
}

@media screen and (max-width: 768px) {
  .company-history_inner {
    padding: 60px 0 80px;
  }
}
/* 代表挨拶 
----- page/_greeting ----- */
.greeting_wrap .gr_h {
  font-size: 2.5rem;
  font-weight: 700;
}
.greeting_wrap .greeting_img {
  float: right;
  max-width: 400px;
  margin-left: 50px;
  margin-top: 20px;
  width: 50%;
}
.greeting_wrap .greeting-name {
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .greeting_wrap .greeting_img {
    float: unset;
    max-width: unset;
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .greeting_wrap .gr_h {
    font-size: 2rem;
  }
}

/* 沿革 
----- page/_history ----- */
.history_list {
  display: grid;
  padding-left: 20px;
  gap: 50px;
}
.history_list li {
  position: relative;
}
.history_list li:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #AAAAAA;
  top: 84px;
  left: -16px;
  height: 120%;
}
.history_list li:last-child::before {
  height: 0;
}
.history_list .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}
.history_list .top:before {
  background: #FF6473;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: -20px;
}
.history_list .top .right {
  margin-left: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.history_list .top .right .right_h {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.history_list .top .year {
  font-size: 15rem;
  color: #84CCFF;
  max-width: 350px;
  line-height: 1;
  font-weight: 700;
}
.history_list .bottom {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}
.history_list .bottom .left {
  background-color: #ECF9FF;
  padding: 30px;
  max-width: 590px;
}
.history_list .bottom .left .left-img {
  text-align: center;
}
.history_list .bottom .left .left-img img {
  width: 300px;
  margin: 0 auto;
}
.history_list .bottom .right {
  max-width: 325px;
  width: 100%;
}
.history_list .bottom .right_h {
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.history_list .bottom .right-m {
  font-weight: 700;
}
.history_list .history-m {
  display: grid;
  gap: 50px;
}
.history_list .history-m div {
  display: flex;
  position: relative;
}
.history_list .history-m div:before {
  border: 1px solid #40B0FF;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 12px;
  left: -20.5px;
  background: #fff;
}
.history_list .history-m .history-m-year {
  font-weight: 700;
  font-size: 2rem;
  margin-right: 30px;
}
.history_list .history-m-2:before {
  height: 109%;
}

@media screen and (max-width: 768px) {
  .history_list li:before {
    height: 118%;
    top: 43px;
  }
  .history_list .top {
    display: grid;
    gap: 20px;
  }
  .history_list .top .year {
    font-size: 8rem;
  }
  .history_list .top .right {
    margin-left: 0;
    padding-left: 10px;
  }
  .history_list .top .right .right_h {
    font-size: 1.6rem;
  }
  .history_list .top:before {
    top: 40px;
  }
  .history_list .bottom {
    display: grid;
    margin-top: 15px;
    gap: 10px;
  }
  .history_list .bottom .left {
    padding: 15px;
    order: 1;
  }
  .history_list .bottom .right_h {
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
  .history_list .bottom .right {
    order: 2;
    max-width: unset;
    display: flex;
    gap: 10px;
  }
  .history_list .bottom .right img {
    width: 50%;
  }
  .history_list .bottom .right .u-mt-10 {
    margin-top: 0 !important;
  }
  .history_list .bottom .right-herf {
    width: 50%;
    margin: 20px auto 0;
  }
  .history_list .bottom .right-herf img {
    width: 100%;
  }
  .history_list .history-m {
    gap: 30px;
  }
}
/* 事業紹介
----- page/_business ----- */
.business-main {
  line-height: 2;
  text-align: center;
  margin-top: -95px;
  padding: 95px 0 80px;
}

.business-catch {
  font-size: 12rem;
  color: #84CCFF;
  line-height: 1.3;
}

.business_card_link {
  display: grid;
  gap: 15px 0;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(90deg, #41AFFF 0%, rgba(185, 226, 255, 0.9) 100%);
  padding: 30px;
  position: relative;
}
.business_card_link .ttl {
  font-size: 2.5rem;
  font-weight: 700;
}
.business_card_link figure {
  border-radius: 5px;
  overflow: hidden;
}
.business_card_link img {
  aspect-ratio: 8/5;
}
.business_card_link .text {
  display: grid;
  align-items: center;
  padding-right: 50px;
  min-height: 40px;
}
.business_card_link .btn {
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: 0.3s;
}
.business_card_link .btn::before {
  content: "";
  display: block;
  mask: url("../img/arrow.svg") center/contain no-repeat;
  background-color: #41AFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 5px;
  height: 10px;
}
.business_card_link.__vehicle {
  background: linear-gradient(90deg, #FF6473 0%, rgba(255, 184, 191, 0.9) 100%);
}
.business_card_link.__vehicle .btn::before {
  background-color: #FF6473;
}
.business_card_link:hover {
  color: #fff;
}
.business_card_link:hover img {
  scale: 1.1;
}
.business_card_link:hover .btn {
  right: 25px;
}

/* 回遊リンク */
.business_excursion_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  margin-top: 50px;
}
.business_excursion_wrap li {
  width: calc(50% - 5px);
}

.business_excursion {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 10px 60px 10px 10px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  width: 100%;
  max-width: 470px;
}
.business_excursion::before {
  content: "";
  display: block;
  background: linear-gradient(90deg, #41AFFF 0%, rgba(185, 226, 255, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
}
.business_excursion figure {
  display: grid;
  place-content: center;
  height: 90px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
}
.business_excursion img {
  width: 65px;
  height: 45px;
  object-fit: contain;
}
.business_excursion .btn {
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  transition: 0.3s;
}
.business_excursion .btn::before {
  content: "";
  display: block;
  mask: url("../img/arrow.svg") center/contain no-repeat;
  background-color: #41AFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 5px;
  height: 10px;
}
.business_excursion:hover {
  color: #fff;
  background: #136DAD;
}
.business_excursion:hover .btn {
  right: 5px;
}
.business_excursion.__vehicle::before {
  background: linear-gradient(90deg, #FF6473 0%, rgba(255, 184, 191, 0.9) 100%);
}
.business_excursion.__vehicle .btn::before {
  background-color: #FF6473;
}

@media screen and (max-width: 768px) {
  .business-main {
    margin-top: -75px;
    padding: 75px 0 50px;
  }
  .business-main .c-stalker {
    opacity: 1;
    transform: translate(10%, 110%);
  }
  .business-catch {
    font-size: 5.3rem;
  }
  .business_card_link {
    gap: 10px 0;
    padding: 15px;
  }
  .business_card_link .ttl {
    font-size: 2.2rem;
  }
  .business_card_link .text {
    padding-right: 40px;
    min-height: 30px;
  }
  .business_card_link .btn {
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 15px;
  }
  .business_excursion_wrap {
    margin-top: 40px;
  }
  .business_excursion_wrap li {
    width: 100%;
  }
  .business_excursion {
    padding: 10px 50px 10px 10px;
    font-size: 2rem;
  }
  .business_excursion figure {
    height: 60px;
  }
  .business_excursion .btn {
    width: 30px;
    height: 30px;
  }
}
/* 代表挨拶 
----- page/_greeting ----- */
.machinery-features_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  margin-top: 70px;
}

.machinery-features_item {
  padding-top: 15px;
  position: relative;
  font-weight: 700;
}
.machinery-features_item .ttl {
  display: grid;
  align-items: center;
  background: #41AFFF;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  min-width: 180px;
  min-height: 30px;
  border-radius: 15px;
}
.machinery-features_item .text {
  display: grid;
  align-items: center;
  padding: 15px 15px 10px;
  border: solid 1px #41AFFF;
  border-radius: 5px;
  font-size: 2rem;
  color: #41AFFF;
  min-height: 75px;
  text-align: center;
  height: 100%;
}
.machinery-features_item .text span span {
  font-size: 3.2rem;
  vertical-align: top;
  padding: 0 2px;
  line-height: 0.9;
}

.machinery_equipment.c-btn span::before {
  mask-image: url(../img/ico-equipment.svg);
}

.machinery-processing_grid .col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.machinery-processing_grid .col img {
  aspect-ratio: 3/2;
  border-radius: 5px;
}

.machinery-flow {
  overflow: hidden;
}

.machinery-flow_grid {
  display: grid;
  grid-template: "flow_main flow_text" auto "flow_main flow_img" 1fr/340px 1fr;
  gap: 50px;
}

.machinery-flow_main {
  grid-area: flow_main;
}
.machinery-flow_main > div {
  background: #EDF8FE;
  border-radius: 5px;
  padding: 30px;
}

.machinery-flow_item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  position: relative;
}
.machinery-flow_item:not(:first-child) {
  padding-top: 30px;
}
.machinery-flow_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  background: #41AFFF;
}
.machinery-flow_item .number {
  display: grid;
  align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #41AFFF;
  border: solid 1px #41AFFF;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}
.machinery-flow_item p {
  font-size: 1.8rem;
}
.machinery-flow_item.__outside {
  gap: 0;
}
.machinery-flow_item.__outside .number {
  border: none;
  background: transparent;
  position: relative;
}
.machinery-flow_item.__outside .number::before {
  content: "";
  display: block;
  background: #fff;
  border: solid 1px #777;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.machinery-flow_item.__outside .outsourcing {
  padding-right: 15px;
}
.machinery-flow_item.__outside + .__outside {
  padding-top: 20px;
}

.machinery-flow_text {
  grid-area: flow_text;
}

.machinery-flow_img {
  grid-area: flow_img;
  display: flex;
  align-items: center;
}

.machinery-flow_img_inner {
  padding: 70px 0 0 40px;
  position: relative;
}
.machinery-flow_img_inner figure:first-child {
  width: min(80%, 400px);
}
.machinery-flow_img_inner figure:last-child {
  width: min(60%, 265px);
  position: absolute;
  top: 0;
  left: calc(80% + 20px);
}
.machinery-flow_img_inner img {
  border-radius: 5px;
}

.machinery-can {
  color: #fff;
  position: relative;
  padding: 100px 0 80px;
}
.machinery-can::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #021931;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
}
.machinery-can .bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.machinery-can_inner .u-grid {
  margin: 20px -25px;
}
.machinery-can_inner .col {
  padding: 0 25px;
}
.machinery-can_inner img {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .machinery-features_grid {
    grid-template-columns: auto;
  }
  .machinery-processing_grid .col {
    margin-top: 15px;
    grid-template-columns: 40% 1fr;
  }
  .machinery-material th:first-child {
    width: 80px;
  }
  .machinery-flow_grid {
    grid-template: "flow_text" auto "flow_main" auto "flow_img" auto/auto;
  }
  .machinery-flow_img_inner {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 10px;
    padding: 0;
  }
  .machinery-flow_img_inner figure {
    width: 100% !important;
    position: unset !important;
  }
  .machinery-can {
    padding: 70px 0 60px;
  }
  .machinery-can_inner .u-grid {
    margin: 0;
  }
  .machinery-can_inner .col {
    padding: 0;
  }
}
/* 設備一覧 
----- page/_equipment ----- */
.equipment_table tbody td:last-child {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .equipment_table thead tr {
    display: flex;
    flex-wrap: wrap;
    background: #41AFFF;
    border-radius: 25px;
    padding: 10px 10px 5px;
  }
  .equipment_table thead th {
    min-height: auto;
    background: transparent;
    padding: 0;
  }
  .equipment_table thead th:first-child {
    width: 100%;
  }
  .equipment_table thead th:nth-child(2)::before {
    display: none;
  }
  .equipment_table thead th:nth-child(n+2) {
    width: 50%;
    font-weight: 400;
    font-size: 1.3rem;
  }
  .equipment_table thead th:nth-child(n+2)::before {
    height: calc(100% - 10px);
    top: 5px;
  }
  .equipment_table .c-table_subttl th {
    padding: 10px 0;
  }
  .equipment_table tbody tr:not(.c-table_subttl) {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .equipment_table tbody td:first-child:not(.equipment_gallery) {
    font-weight: 700;
    background: #EDF8FE;
    width: 100%;
    border: none;
    padding: 5px 50px 5px 10px;
  }
  .equipment_table tbody td:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ddd;
  }
  .equipment_table tbody td:nth-child(n+2) {
    width: 50%;
    padding: 10px;
    position: relative;
  }
  .equipment_table tbody td:last-child:not(.equipment_gallery) {
    border: none;
    padding: 5px 10px;
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
  }
  .equipment_table tbody td:last-child:not(.equipment_gallery)::after {
    content: "台";
  }
  .equipment_table .equipment_gallery {
    padding: 15px 0;
  }
  .equipment_table .equipment_gallery .u-grid {
    margin: 0 -5px;
  }
  .equipment_table .equipment_gallery .u-grid .col {
    padding: 0 5px;
  }
}
/* 工場ツアー 
----- page/_tour ----- */
.tour_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .tour_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
/* 車輌事業 
----- page/_vehicle ----- */
.vehicle-main_partner {
  padding: 30px;
  border-radius: 5px;
}
.vehicle-main_partner > span {
  background: #000;
  border-radius: 15px;
  padding: 5px 15px;
  min-width: 190px;
  text-align: center;
}
.vehicle-main_partner > ul {
  margin: 20px 0 0;
}

.vehicle_partner_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  justify-content: center;
}

.vehicle_partner_item {
  padding: 40px 10px;
  display: grid;
  place-content: center;
}
.vehicle_partner_item img {
  width: 100%;
  max-width: 165px;
}

.vehicle-detail_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin-top: 40px;
}

.vehicle-detail_card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}

.vehicle-detail_type {
  border-radius: 5px 5px 0 0;
  gap: 10px;
  padding: 25px;
  text-align: center;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.vehicle-detail_type .ttl {
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
}
.vehicle-detail_type figure {
  grid-row: 2;
  display: grid;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 190px;
}
.vehicle-detail_type img {
  max-height: 145px;
  width: 100%;
}

.vehicle-detail_repair {
  grid-row: 3;
  border-radius: 0 0 5px 5px;
  border: solid 1px #FF6473;
  background: #fff;
  height: 100%;
}
.vehicle-detail_repair .ttl {
  display: grid;
  place-content: center;
  background: #FF6473;
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
  min-height: 30px;
}
.vehicle-detail_repair > ul {
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .vehicle-main_partner {
    padding: 20px;
  }
  .vehicle_partner_grid {
    gap: 0;
  }
  .vehicle_partner_item {
    max-width: 45%;
    padding: 20px 10px;
  }
  .vehicle-detail_grid {
    display: block;
  }
  .vehicle-detail_card {
    display: block;
    margin-bottom: 20px;
  }
  .vehicle-detail_type {
    display: flex;
    padding: 20px 15px;
    text-align: left;
  }
  .vehicle-detail_type figure {
    width: 45%;
  }
  .vehicle-detail_repair > ul {
    margin: 20px 15px;
  }
}
/* 特殊車両部品販売 
----- page/_parts ----- */
.parts-detail_grid {
  max-height: 235px;
}

/* オリジナル製品 
----- page/_original ----- */
.original-about_image {
  max-width: 750px;
  margin: 0 auto;
}

.original-about_graph {
  display: flex;
  align-items: center;
  gap: 10px;
}
.original-about_graph .text {
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.original-about_graph .times {
  width: 15px;
  height: 15px;
}

.original-about_mov video {
  width: 100%;
  border-radius: 5px;
}

.original-about_grid .col {
  margin-top: 0;
}
.original-about_grid img {
  border-radius: 5px;
}

.original-contact_grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px 50px;
  align-items: center;
}

.original-contact_link {
  display: block;
  text-align: center;
  color: #777;
  padding: 30px;
  border: solid 1px #41AFFF;
  border-radius: 5px;
}
.original-contact_link span {
  display: inline-block;
  padding-right: 20px;
  margin-top: 20px;
  position: relative;
}
.original-contact_link span::before {
  content: "";
  mask: url("../img/arrow_02.svg") center/contain no-repeat;
  background-color: #777;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  rotate: -45deg;
  transition: 0.3s;
}
.original-contact_link:hover {
  background: #EDF8FE;
}
.original-contact_link:hover span::before {
  top: calc(50% - 3px);
  right: -3px;
}

@media screen and (max-width: 768px) {
  .original-about_graph .text {
    padding: 10px;
  }
  .original-contact_grid {
    grid-template-columns: auto;
  }
  .original-contact_link {
    max-width: 240px;
    margin: 0 auto;
    order: 1;
  }
}
/* 採用情報
----- page/_recruit ----- */
.recruit-main {
  padding: 15px 15px 85px;
  position: relative;
}
.recruit-main::before {
  content: "";
  background: url("../img/recruit-main_deco.svg") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: -100px;
  width: 530px;
  height: 285px;
}
.recruit-main h1 {
  color: #fff;
  font-size: 4rem;
  position: absolute;
  top: 145px;
  left: 70px;
}
.recruit-main img {
  border-radius: 40px;
}

.recruit-main_deco {
  font-size: 18rem;
  font-weight: 900;
  line-height: 1;
  color: #84CCFF;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  display: flex;
}

.recruit-main_deco_inner {
  display: flex;
  gap: 60px;
  padding-right: 60px;
  animation: marquee 30s linear infinite;
  will-change: transform;
  flex-shrink: 0;
  pointer-events: none;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.recruit-greeting {
  position: relative;
  padding-bottom: 50px;
}
.recruit-greeting::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-greeting h2 {
  margin-top: 120px;
  justify-content: center;
}
.recruit-greeting h2 span {
  width: 100%;
}

.recruit-greeting_info {
  position: relative;
}
.recruit-greeting_info img {
  border-radius: 20px;
}
.recruit-greeting_info .text {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.recruit-greeting_info .name {
  display: flex;
  align-items: center;
  gap: 5px 15px;
}

/* 社員インタビュー */
.recruit-interview_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.recruit-interview_item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.recruit-interview_item a {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0;
  padding: 10px;
  border-radius: 20px;
  background-color: #F4F5F7;
  height: 100%;
  position: relative;
}
.recruit-interview_item a::before {
  content: "";
  display: block;
  background: url(../img/arrow_white.svg) center/5px 10px no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.3s;
}
.recruit-interview_item a:hover::before {
  right: 5px;
}
.recruit-interview_item a:hover img {
  scale: 1.1;
}
.recruit-interview_item figure {
  grid-row: 1;
  border-radius: 15px 15px 0 0;
  aspect-ratio: 7/5;
  overflow: hidden;
  position: relative;
}
.recruit-interview_item figure::before {
  content: "";
  display: block;
  mask: url("../img/recruit-interview_deco_01.svg") center/contain no-repeat;
  mask-position: bottom center;
  background-color: #F4F5F7;
  width: calc(100% + 20px);
  height: 11px;
  position: absolute;
  bottom: -1px;
  left: -10px;
  z-index: 1;
}
.recruit-interview_item:nth-child(even) figure::before {
  mask-image: url(../img/recruit-interview_deco_02.svg);
  height: 21px;
}
.recruit-interview_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-interview_item.machinery a, .recruit-interview_item.machinery figure::before {
  background-color: #EDF8FE;
}
.recruit-interview_item.machinery .department {
  background-color: #41AFFF;
}
.recruit-interview_item.vehicle a, .recruit-interview_item.vehicle figure::before {
  background-color: #fbf2f2;
}
.recruit-interview_item.vehicle .department {
  background-color: #FF6473;
}
.recruit-interview_item h5 {
  grid-row: 2;
  font-size: 1.6rem;
  color: #333;
  padding: 10px 5px;
  border-bottom: solid 1px #ddd;
}

.recruit-interview_info {
  grid-row: 3;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding: 10px 35px 10px 5px;
  align-items: center;
}
.recruit-interview_info p {
  font-weight: 700;
  font-size: 1.8rem;
  color: #333;
}
.recruit-interview_info .department {
  background-color: #777;
  color: #fff;
}
.recruit-interview_info .post {
  background-color: #000;
  color: #fff;
}

.recruit-interview_cate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (min-width: 769px) {
  /* 社員インタビュー */
  .recruit-interview_item {
    grid-column: span 2;
  }
  .recruit-interview_item:nth-child(-n+2) {
    grid-column: span 3;
  }
  .recruit-interview_item:nth-child(-n+2) figure::before {
    height: 17px;
  }
  .recruit-interview_item:nth-child(2) figure::before {
    height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-main {
    padding: 80px 15px 75px;
  }
  .recruit-main::before {
    left: -10%;
    width: 70%;
    height: 50%;
    background-size: contain;
    background-position: top;
  }
  .recruit-main h1 {
    font-size: 2.2rem;
    top: 85px;
    left: 20px;
  }
  .recruit-main img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .recruit-main_deco {
    font-size: 7rem;
  }
  .recruit-main_deco_inner {
    gap: 20px;
    padding-right: 10px;
  }
  .recruit-greeting_info img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .recruit-greeting_info .text {
    bottom: 15px;
    left: 15px;
  }
  .recruit-greeting_info .name {
    display: block;
  }
  .recruit-greeting_info .name p:last-child {
    color: #777;
  }
  /* 社員インタビュー */
  .recruit-interview_grid {
    grid-template-columns: auto;
  }
  .recruit-interview_item {
    display: block;
    grid-row: auto;
  }
  .recruit-interview_item a {
    grid-template: "interview_img interview_info" auto "interview_ttl interview_ttl" auto/120px 1fr;
    gap: 0 15px;
    place-items: center;
  }
  .recruit-interview_item a::before {
    width: 20px;
    height: 20px;
  }
  .recruit-interview_item figure {
    grid-area: interview_img;
    border-radius: 15px;
    aspect-ratio: 4/3;
  }
  .recruit-interview_item figure::before {
    display: none;
  }
  .recruit-interview_item h5 {
    grid-area: interview_ttl;
    border: none;
    padding: 10px 35px 10px 5px;
    width: 100%;
  }
  .recruit-interview_info {
    grid-area: interview_info;
    padding: 0;
    gap: 5px;
    width: 100%;
  }
}
/* 募集要項 
----- page/_details ----- */
.achieve-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.achieve-detail a {
  color: #333;
  padding: 30px 30px 50px;
  background-color: #F5F5F5;
  border-radius: 20px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.achieve-detail a:before {
  content: "";
  background: url(../img/arrow_white.svg) center/5px 10px no-repeat;
  background-color: #000;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
.achieve-detail a:hover::before {
  right: 15px;
}
.achieve-detail a:hover h3 {
  color: #41AFFF;
}
.achieve-detail .detail-tug {
  margin-bottom: 20px;
}
.achieve-detail h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 30px;
  transition: 0.3s;
}
.achieve-detail .detail-explain {
  margin-bottom: 25px;
}
.achieve-detail .detail-explain p:not(.detail-h) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.achieve-detail .detail-h {
  padding: 1px 15px;
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  display: inline-block;
}

.detail-tug span {
  padding: 1px 15px;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
}
.detail-tug .job-type {
  background-color: #333;
}
.detail-tug .job-machinist {
  background-color: #41AFFF;
}
.detail-tug .job-vehicle {
  background-color: #FF6473;
}
.detail-tug .job-otherjob {
  background-color: #777;
}

.single-detail .c-list_dl {
  margin: 40px 0 70px;
  gap: 30px 0;
  grid-template-columns: 170px 1fr;
}
.single-detail dt {
  position: relative;
}
.single-detail dt:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -15px;
  border-bottom: 1px solid #ddd;
}
.single-detail dd {
  position: relative;
  padding-left: 50px;
}
.single-detail dd:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -15px;
  border-bottom: 1px solid #ddd;
}
.single-detail .__color {
  background: #41AFFF;
}
.single-detail .__color:hover {
  background: #136DAD;
}

@media screen and (max-width: 768px) {
  .achieve-detail {
    grid-template-columns: none;
    gap: 20px;
  }
  .achieve-detail li {
    width: 100%;
  }
  .achieve-detail a {
    padding: 20px 15px;
  }
  .achieve-detail a::before {
    width: 20px;
    height: 20px;
    bottom: 15px;
    right: 15px;
  }
  .achieve-detail h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .achieve-detail .detail-tug {
    margin-bottom: 10px;
  }
  .achieve-detail .detail-explain {
    margin-bottom: 15px;
  }
  .single-detail {
    grid-template-columns: none;
    gap: 10px;
  }
  .single-detail dt:after {
    content: none;
  }
  .single-detail dd {
    padding-left: 0;
  }
  .single-detail dd:after {
    content: none;
  }
  .single-detail .c-list_dl {
    margin: 30px 0 50px;
    grid-template-columns: none;
    gap: 10px;
  }
}
/* 社員インタビュー詳細
----- page/_interview ----- */
.interview_ttl_grid {
  max-width: 1290px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px 60px;
  padding: 0 20px;
  margin: -80px auto 0;
}

.interview_ttl_img {
  position: relative;
}
.interview_ttl_img::before {
  content: "";
  background: url(../img/interview_ttl_deco.svg) center right/contain no-repeat;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 100%;
  height: calc(100% + 2px);
}
.interview_ttl_img img {
  aspect-ratio: 15/13;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}

.interview_ttl_text h2 {
  font-size: 3.2rem;
}

.interview_info {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  align-items: center;
  padding-top: 20px;
  border-top: solid 1px #ddd;
}
.interview_info .name {
  font-size: 2.3rem;
  font-weight: 700;
}

.interview_cate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.interview_cate .department {
  background: #777;
  color: #fff;
}
.interview_cate .department.machinery {
  background: #41AFFF;
}
.interview_cate .department.vehicle {
  background: #FF6473;
}
.interview_cate .post {
  background: #000;
  color: #fff;
}
.interview_cate .place {
  border: solid 1px #ddd;
}

.interview_contents .col {
  margin-top: 20px;
}
.interview_contents img {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .interview_ttl_grid {
    grid-template-columns: auto;
  }
  .interview_ttl_img::before {
    display: none;
  }
  .interview_ttl_img img {
    aspect-ratio: 4/3;
    border-radius: 20px;
  }
  .interview_ttl_text {
    margin-top: 10px;
  }
  .interview_ttl_text h2 {
    font-size: 2.5rem;
  }
  .interview_info {
    margin-top: 20px;
  }
}
/* エントリー 
----- page/_entry ----- */
.entry-form .p-form__inner .annotation {
  color: #777;
  margin-top: 15px;
}
.entry-form .p-form__inner .file {
  margin-top: 15px;
}
.entry-form .p-form__inner .entry-under {
  display: flex;
  gap: 10px;
}
.entry-form .p-form__inner .ta-an {
  color: #777;
}
.entry-form .p-form__inner .address-1 input {
  max-width: 200px;
}
.entry-form .p-form__inner .count input[type=text] {
  max-width: 200px;
}
.entry-form .p-form__inner .check .wpcf7-list-item:first-child {
  margin: 0;
}
.entry-form .p-form__inner .check input {
  border-radius: 50%;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.entry-form .p-form__inner .check input:checked {
  border: 2px solid #fff;
}
.entry-form .p-form__inner .check input:before {
  content: none;
}
.entry-form .c-btn.__color {
  background: #41AFFF;
}
.entry-form .c-btn.__color:hover {
  background: #136DAD;
}
.entry-form input[type=submit] {
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
}

/* コンタクト
----- pages/_contact ----- */
.contact_grid {
  display: grid;
  grid-template: "info form" auto "sns form" 1fr/1fr 1fr;
  gap: 0 50px;
  margin-top: 60px;
}

.contact_item.__info {
  grid-area: info;
}
.contact_item.__form {
  grid-area: form;
}

.contact_info li {
  margin-top: 40px;
}

.contact_info_ttl {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact_sns {
  grid-area: sns;
  margin-top: 50px;
  border-top: 1px solid #ddd;
}

.contact_sns_list p {
  padding-right: 15px;
}

.contact_address {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .contact_grid {
    grid-template: "info" auto "form" auto "sns" auto/auto;
  }
  .contact_sns {
    margin: 0;
    border: none;
  }
  .contact_sns_list {
    justify-content: center;
  }
  .contact_sns_list p {
    padding-right: 10px;
  }
  .contact_sns_list a {
    padding: 10px;
  }
  .contact_sns_list img {
    height: 25px;
  }
}
/* サンクスページ
----- page/_thanks ----- */
.thanks_wrap {
  padding: 30px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .thanks_wrap {
    padding: 20px 15px;
  }
}
/* @use "./pages/equipment"; */