@charset "UTF-8";
/*
Theme Name: leading
Theme URI: https://example.com/
Author: 
Author URI: https://example.com/
Description: オリジナルテーマ
Version: 1.0.0
Text Domain: leading
*/
*, *::before, *::after, div, li, a, label, input {
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
p, figure, blockquote {
  margin: 0;
}

ul, ol, li, dd, dl {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

button,
input,
select,
textarea {
  font-size: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

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

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #303030;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0;
  background-color: #ffffff;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

/* 見出し */
h1 {
  font-size: 10rem;
  color: #0018FF;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  h1 {
    line-height: 1rem;
  }
}
h1 .en {
  font-size: 10rem;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  h1 .en {
    font-size: 3rem;
  }
}
h1 .ja {
  font-size: 3rem;
  color: #3E4C59;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  h1 .ja {
    font-size: 1.6rem;
  }
}

h2:not(.top) {
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
h2:not(.top)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 3px;
  background-color: #0018FF;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  h2:not(.top) {
    font-size: 2rem;
    font-weight: 500;
  }
}

/* 画像 */
img {
  width: 100%;
  height: auto;
  display: block;
}

/* ボタン・フォーム */
button, select {
  cursor: pointer;
}

/* テーブル */
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table th, table td {
  padding: 14px 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table th, table td {
    padding: 10px 4px;
  }
}

/* input */
label {
  padding-left: 4em;
  font-weight: 500;
  margin: 50px 0 10px 0;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  label {
    margin: 20px 0 10px 0;
  }
}
label.required::before {
  content: "必須";
  position: absolute;
  color: #ffffff;
  font-size: 1.6rem;
  background-color: #F6066E;
  padding: 2px 10px;
  left: 0;
}
label.nini::before {
  content: "任意";
  position: absolute;
  font-size: 1.6rem;
  padding: 2px 10px;
  left: 0;
  border: 1px solid #707070;
}

input {
  padding: 10px 4em;
  background-color: #D9D9D9;
  width: 100%;
}
@media screen and (max-width: 768px) {
  input {
    padding: 10px;
  }
}

textarea {
  background-color: #D9D9D9;
  padding: 10px 4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  textarea {
    padding: 10px;
  }
}

.fs-40 {
  font-size: 4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .tab-fs-14 {
    font-size: 1.4rem;
  }
}
.bg-base2 {
  background-color: #F2F2F2;
}

.bg-base3 {
  background-color: #F2F7F8;
}

.bg-base4 {
  background: linear-gradient(to right, #ffffff, #B7D1F7, #B9B6E5);
}

.bg-base5 {
  background: #F0F4FC;
}

.bg-base6 {
  background: linear-gradient(to top, #ffffff, #B7D1F7, #B9B6E5);
}

/* テキスト */
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .mb-t-center {
    text-align: center;
  }
  .mb-t-left {
    text-align: left;
  }
  .mb-t-right {
    text-align: right;
  }
}
/* フォントウェイト */
.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-m-r {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fw-m-r {
    font-weight: 400;
  }
}

/* ディスプレイ */
.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.header__inner {
  padding: 10px 20px;
  background-color: #ffffff;
  border-bottom: 3px solid #0018FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header__inner .lang-item a {
  color: #0018FF;
}
.header__inner .lang-item:not(.current-lang) a {
  color: #707070;
}
.header__inner--left {
  width: 300px;
  padding: 0;
  max-height: 75px;
}
@media screen and (max-width: 768px) {
  .header__inner--left {
    width: 40%;
    max-width: 200px;
  }
}
.header__inner--left .logo {
  height: 75px;
}
@media screen and (max-width: 768px) {
  .header__inner--left .logo {
    height: 60px;
  }
}
.header__inner--left .logo a {
  height: 75px;
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .header__inner--left .logo a {
    height: 60px;
  }
}
.header__inner--left .logo a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__inner--right {
  width: 50%;
  min-width: 1020px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .header__inner--right {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__inner--right {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    pointer-events: none;
    transition: 0.4s ease-in-out;
    background: linear-gradient(#095CE0, #28C0FF);
    z-index: 1000;
    padding: 20px;
    border-radius: 0;
  }
  .header__inner--right.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
}
.header__inner--right .header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #0018FF;
  font-size: 1.6rem;
  gap: 20px;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .header__inner--right .header__menu {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner--right .header__menu {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    color: #ffffff;
    height: 100%;
    gap: 8px;
  }
  .header__inner--right .header__menu .company-menu ul,
  .header__inner--right .header__menu .service-menu ul {
    border-left: 1px solid #ffffff;
    margin: 10px 0 0 2em;
  }
  .header__inner--right .header__menu .company-menu ul li,
  .header__inner--right .header__menu .service-menu ul li {
    font-weight: 500;
    font-size: 1.4rem;
    padding: 10px;
  }
}
.header__inner--right .header__menu .header__link {
  padding-bottom: 4px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header__inner--right .header__menu .header__link {
    display: block;
    padding: 0;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  .header__inner--right .header__menu .header__link.translate {
    display: none;
  }
}
.header__inner--right .header__menu .header__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #0018FF;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .header__inner--right .header__menu .header__link::after {
    content: none;
  }
}
.header__inner--right .header__menu .header__link:hover::after {
  transform: scaleX(1);
}
.header__inner--right .header__menu .header__link.translate:hover::after {
  transform: scaleX(0);
}
.header__inner--right .header__menu .company-menu,
.header__inner--right .header__menu .service-menu {
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .header__inner--right .header__menu .company-menu,
  .header__inner--right .header__menu .service-menu {
    padding: 0;
  }
}
.header__inner--right .header__menu .company-menu:hover .company-menu__lists,
.header__inner--right .header__menu .company-menu:hover .service-menu__lists,
.header__inner--right .header__menu .service-menu:hover .company-menu__lists,
.header__inner--right .header__menu .service-menu:hover .service-menu__lists {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header__inner--right .header__menu .company-menu::after,
.header__inner--right .header__menu .service-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
}
.header__inner--right .header__menu .company-menu__lists,
.header__inner--right .header__menu .service-menu__lists {
  position: absolute;
  top: 120%;
  left: -20px;
  min-width: 320px;
  padding: 12px 0;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  /* アコーディオン（閉） */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 1.2s ease, opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.header__inner--right .header__menu .company-menu__lists .company-item,
.header__inner--right .header__menu .company-menu__lists .service-item,
.header__inner--right .header__menu .service-menu__lists .company-item,
.header__inner--right .header__menu .service-menu__lists .service-item {
  padding-bottom: 4px;
}
.header__inner--right .header__menu .company-menu__lists a,
.header__inner--right .header__menu .service-menu__lists a {
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header__inner--right .header__menu .company-menu__lists,
  .header__inner--right .header__menu .service-menu__lists {
    position: relative;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    left: 0;
    /* アコーディオン（閉） */
    max-height: unset;
    overflow: hidden;
    opacity: 1;
    transform: unset;
    pointer-events: auto;
  }
  .header__inner--right .header__menu .company-menu__lists .company-item,
  .header__inner--right .header__menu .company-menu__lists .service-item,
  .header__inner--right .header__menu .service-menu__lists .company-item,
  .header__inner--right .header__menu .service-menu__lists .service-item {
    padding-bottom: 0;
  }
  .header__inner--right .header__menu .company-menu__lists a,
  .header__inner--right .header__menu .service-menu__lists a {
    padding: 0;
  }
}
.header__inner--right .header__menu .company-menu:focus-within .company-menu__lists,
.header__inner--right .header__menu .service-menu:focus-within .service-menu__lists {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header__inner--right .header__menu .service-menu {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__inner--right .header__menu .lang-item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__button-box {
    display: flex;
    gap: 0 30px;
    background-color: #ffffff;
    padding: 16px 10px;
    border-radius: 25px;
  }
}
.header .gtranslate_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  color: #d9d9d9;
}
.header .gtranslate_wrapper .glink {
  padding: 0 10px;
}
.header .gtranslate_wrapper .glink:nth-of-type(2)::after {
  content: "　/";
  width: 50px;
  height: auto;
}
.header .gtranslate_wrapper .gt-current-lang {
  color: #0018FF;
}
.header__hamburger {
  width: 60px;
  height: 40px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    width: 40px;
    height: 20px;
  }
}
.header__hamburger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #707070;
  transition: 0.3s;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}
.header__hamburger span:nth-child(3) {
  bottom: 0;
  width: 60%;
}
.header__hamburger.is-open {
  height: 60px;
}
.header__hamburger.is-open span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  background-color: #ffffff;
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  width: 100%;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  background-color: #ffffff;
}

/*topページ*/
.footer {
  background-color: #F7F9FB;
}
@media screen and (max-width: 768px) {
  .footer {
    background-color: unset;
  }
}
.footer .l-big-container {
  max-width: 1500px;
}
.footer__inner {
  position: relative;
}
.footer__nav {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  color: #3E4C59;
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    justify-content: center;
  }
}
.footer__logo {
  max-width: 245px;
  width: 20%;
  padding-bottom: 20px;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 200px;
  }
}
.footer__menu {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    display: none;
  }
}
.footer__link {
  padding: 10px;
  display: block;
  text-align: center;
}
.footer__link .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.footer__item.service {
  width: 290px;
}
.footer__item.list > a {
  text-align: left;
}
.footer__item.list .list__item {
  font-size: 1.6rem;
  font-weight: 500;
}
.footer__item.list .list__item .footer__link {
  text-align: left;
}
.footer__policy {
  text-align: end;
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer__policy {
    text-align: center;
  }
}
.footer__policy a {
  text-decoration: underline;
}
.footer__copyright {
  margin: 30px 0;
  font-weight: 400;
  display: block;
  text-align: center;
}

section:not(.pad-none) {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  section:not(.pad-none) {
    padding: 0 0 20px 0;
  }
}
section.top-container {
  padding-top: 160px;
  background-color: #F0F4FC;
}
@media screen and (max-width: 768px) {
  section.top-container {
    padding-top: 80px;
  }
}

.l-big-container {
  width: 100%;
  margin: 0 auto;
}

.l-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 50px 10px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-container__sm {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-container__sm-w {
    padding: 0 20px;
  }
}

.l-small-container {
  max-width: 920px;
  padding: 0 10px;
  margin: 0 auto;
}

.c-animation-circle {
  position: relative;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, #095CE0 0%, #28C0FF 50%);
  border: 1px solid #707070;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .c-animation-circle {
    width: 50px;
    height: 50px;
  }
}

.inner-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #707070;
  background: radial-gradient(circle, rgba(40, 192, 255, 0) 0%, #28C0FF 80%, rgba(40, 192, 255, 0) 100%);
  animation: wave 1s infinite ease-out;
}
@media screen and (max-width: 1200px) {
  .inner-circle {
    width: 50px;
    height: 50px;
  }
}

@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.c-animation-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s ease;
}

.c-animation-fade-in.is-active {
  opacity: 1;
  transform: translateY(0);
}

.c-button--to-top {
  position: absolute;
  top: -80px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-button--to-top {
    top: -40px;
  }
}
.c-button__link {
  position: relative;
  color: #1A1A1A;
  font-size: 1.6rem;
  padding-right: 20px;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-button__link {
    font-size: 1.4rem;
  }
}
.c-button__link::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#mainVisual .c-swiper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#mainVisual .c-swiper__slide {
  font-size: 24px;
  width: 100%;
  height: 100%;
  animation: none;
  overflow: hidden;
}
#mainVisual .c-swiper__slide.swiper-slide-active .zoom, #mainVisual .c-swiper__slide.swiper-slide-duplicate-active .zoom, #mainVisual .c-swiper__slide.swiper-slide-prev .zoom {
  animation: zoomup 7.2s linear;
  animation-fill-mode: forwards;
}
#mainVisual .c-swiper__slide .zoom {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainVisual .c-swiper__slide .slide1 {
  background-image: url(./../images/slide1.png);
  transform: scale(1.5);
}
#mainVisual .c-swiper__slide .slide2 {
  background-image: url(./../images/slide2.png);
  transform: scale(1.5);
}
#mainVisual .c-swiper__slide .slide3 {
  background-image: url(./../images/slide3.png);
  transform: scale(1.5);
}

@keyframes zoomup {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.c-swiper {
  margin: 50px 0 20px 0;
  padding: 0 2px;
}
.c-swiper.common-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-swiper.common-swiper__slide {
  font-size: 24px;
  width: 100%;
  animation: none;
}
.c-swiper.common-swiper .c-slide {
  display: flex;
  flex-direction: column;
}
.c-swiper.common-swiper .c-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.c-swiper.common-swiper .c-slide__text {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.c-swiper .swiper-pagination-bullet {
  background-color: #909090;
  border-radius: 0;
  width: 100px;
  height: 15px;
  margin: 0 10px !important;
}
@media screen and (max-width: 768px) {
  .c-swiper .swiper-pagination-bullet {
    width: 70px;
  }
}

.c-post__list {
  list-style: none;
  padding: 0;
}
.c-post__list-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.c-post__list-item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
}
.c-post__card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-post__card-item .thumbnail {
  width: 25%;
  max-width: 450px;
}
.c-post__card-item .thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.c-post__card-item .text-box {
  padding-left: 40px;
}
.c-post__card-item .text-box .text {
  padding-bottom: 20px;
}
.c-post__card-item .text-box .excerpt {
  font-weight: 400;
}
.c-post.news .c-post__card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-post.news .c-post__card-item > a {
  display: block;
  margin-bottom: 50px;
  width: 100%;
}
.c-post.news .c-post__card-item-box {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-post.news .c-post__card-item-box .thumbnail {
  border: 1px solid #707070;
  width: 30%;
}
.c-post.news .c-post__card-item-box .thumbnail .no-image {
  padding: 100px;
}
@media screen and (max-width: 768px) {
  .c-post.news .c-post__card-item-box .thumbnail .no-image {
    padding: 10px;
  }
}
.c-post.news .c-post__card-item-box .text-box {
  padding-left: 40px;
  flex: 1;
}
.c-post.news .c-post__card-item-box .text-box .text {
  padding-bottom: 20px;
}
.c-post.pagination {
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto;
}
.c-post.pagination .page-numbers {
  padding: 10px;
  display: inline-block;
}
.c-post.pagination .page-numbers.current {
  background-color: #0018FF;
  color: #ffffff;
}
.c-post.pagination .prev {
  margin-right: 10px;
}
.c-post.pagination .next {
  margin-left: 10px;
}
.c-post.single .c-post__card-item {
  display: block;
}
.c-post.single .c-post__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-post.single .c-post__meta .thumbnail {
  border: 1px solid #707070;
  width: 30%;
  padding-right: 40px;
}
.c-post.single .c-post__meta .thumbnail .no-image {
  padding: 30px;
}
.c-post.single .c-post__meta .text-box {
  padding-left: 0;
  flex: 1;
}
.c-post.single .c-post__meta .text-box .title {
  padding-bottom: 20px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .c-post.single .c-post__meta .text-box .title {
    font-size: 2.2rem;
  }
}
.c-post.single .c-post__content {
  font-weight: 500;
}
.c-post.single .c-post__content img,
.c-post.single .c-post__content .wp-block-gallery {
  margin-bottom: 1rem;
}
.c-post.single .c-post__content .wp-block-gallery,
.c-post.single .c-post__content .wp-block-image.is-style-three-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-post.single .c-post__content .wp-block-gallery figure,
.c-post.single .c-post__content .wp-block-image.is-style-three-columns figure {
  width: calc((100% - 2rem) / 3);
}
.c-post.single .c-post__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

#page404 {
  text-align: center;
}
#page404 a {
  padding: 10px;
  margin-top: 30px;
  text-decoration: underline;
  color: #0018FF;
  display: block;
}

.page-policy .page-title,
.page-policy-en .page-title {
  font-size: 6rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-policy .page-title,
  .page-policy-en .page-title {
    font-size: 3rem;
  }
}
.page-policy .policy,
.page-policy-en .policy {
  font-weight: 400;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .page-policy .policy,
  .page-policy-en .policy {
    padding: 20px 0;
  }
}

#top h2 {
  line-height: 1.2;
}
#top h2.base .en {
  color: #095CE0;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #top h2.base .en {
    font-size: 3rem;
  }
}
#top h2.base .ja {
  color: #3E4C59;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #top h2.base .ja {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
#top #mainVisual {
  height: calc(100vh - 98px);
  margin-top: 98px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top #mainVisual {
    height: 45svh;
    margin-top: 83px;
  }
}
#top #mainVisual .mainVisual__container {
  height: 100%;
  width: 100%;
  position: relative;
}
#top #mainVisual .mainVisual__container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
#top .weight-m {
  font-weight: 500;
}
#top .p-top-news {
  padding: 50px 0 0 0;
}
#top .p-top-news__heading {
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  #top .p-top-news__heading {
    line-height: 1em;
  }
}
#top .p-top-news__heading .text1 {
  font-size: 4rem;
  color: #0018FF;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #top .p-top-news__heading .text1 {
    font-size: 3rem;
  }
}
#top .p-top-news__heading .text2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1A1A1A;
}
#top .p-top-news__more {
  color: #0018FF;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #top .p-top-news__more {
    font-weight: 500;
  }
}
#top .p-top-news__more a {
  display: block;
  text-align: end;
  position: relative;
  padding-right: 40px;
}
#top .p-top-news__more a::after {
  content: "▶";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#top .p-top-news__list {
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #top .p-top-news__list {
    width: 100%;
    margin: 20px 0;
  }
}
#top .p-top-news__item {
  padding: 20px;
  border-bottom: 1px solid #707070;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #top .p-top-news__item {
    padding: 10px 20px;
  }
}
#top .p-top-news__link .text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top .p-top-news__link .text-box {
    flex-direction: column-reverse;
    font-weight: 500;
    align-items: start;
  }
}
#top .p-top-news__link .text-box .date {
  color: #0018FF;
}
#top .p-top-news__animation {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#top .p-top-news__animation__track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  animation: newsAnime 20s linear infinite;
}
#top .p-top-news__animation__track img {
  width: 100%;
  flex-shrink: 0;
}
#top .p-top-business-domain .l-big-container {
  padding: 50px 10px;
  max-width: 1500px;
  overflow-x: hidden;
}
#top .p-top-business-domain__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin: 250px 0;
}
@media screen and (max-width: 768px) {
  #top .p-top-business-domain__wrap {
    margin: 0;
    flex-direction: column;
  }
}
#top .p-top-business-domain__text-box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 35%;
  min-width: 270px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #top .p-top-business-domain__text-box {
    width: 100%;
  }
}
#top .p-top-business-domain__text-box .text h2 {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .p-top-business-domain__text-box .text h2 {
    padding-bottom: 20px;
  }
}
#top .p-top-business-domain__text-box .text p {
  color: #1A1A1A;
}
#top .p-top-business-domain__text-box .link {
  margin-top: 50px;
  color: #ffffff;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-top-business-domain__text-box .link {
    margin: 40px auto 0 auto;
    font-size: 2rem;
  }
}
#top .p-top-business-domain__text-box .link a {
  background-color: #095CE0;
  border-radius: 30px;
  padding: 10px 24px;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #top .p-top-business-domain__text-box .link a {
    border-radius: 10px;
  }
}
#top .p-top-business-domain__image-box {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #top .p-top-business-domain__image-box {
    width: 100%;
    margin: 220px 0;
  }
}
@media screen and (max-width: 480px) {
  #top .p-top-business-domain__image-box {
    margin: 150px 0;
  }
}
#top .p-top-business-domain__image-box .item-box {
  position: relative;
}
#top .p-top-business-domain__image-box .item-box .item-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  max-width: 220px;
  height: auto;
  transform: translate(-50%, -50%) scale(0.2); /* 最初は中心で小さく */
  opacity: 0;
  z-index: 1;
  transition: transform 1s cubic-bezier(0.25, 0.9, 0.25, 1.2), opacity 0.7s ease;
}
#top .p-top-business-domain__image-box .item-box .item-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: transform 0.7s cubic-bezier(0.25, 0.9, 0.25, 1.2), opacity 0.7s ease;
}
#top .p-top-business-domain__image-box .item-box__center {
  position: relative;
  width: 40%;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
}
#top .p-top-business-domain__image-box .item-box__center .item-line--shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  #top .p-top-business-domain__image-box .item-box__center .item-line--shape {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #top .p-top-business-domain__image-box .item-box__center .item-line--shape {
    width: 200px;
    height: 200px;
  }
}
#top .p-top-business-domain__image-box .item-box__center .item-line--shape.gokaku {
  border-radius: 0;
  border: none;
  transform: translate(-50%, -50%) rotate(-20deg);
}
#top .p-top-business-domain__image-box .item-box__center .item-line--shape.circle1 {
  border: 1px solid purple;
}
#top .p-top-business-domain__image-box .item-box__center .item-line--shape.circle2 {
  border: 1px solid yellow;
}
#top .p-top-business-domain__image-box .item-box__center .item-line--shape.circle3 {
  border: 1px solid blue;
}
#top .p-top-business-domain__image-box .item-box__center .item-line--shape.circle4 {
  border: 1px solid green;
}
#top .p-top-business-domain__image-box .item-box__center .item-line--shape.circle5 {
  border: 1px solid pink;
}
#top .p-top-business-domain__image-box .item-box.is-active .item-line--shape.circle {
  animation: circle 5s ease-in-out infinite;
}
#top .p-top-business-domain__image-box .item-box.is-active .circle.circle1 {
  animation-delay: 0s;
}
#top .p-top-business-domain__image-box .item-box.is-active .circle.circle2 {
  animation-delay: 1s;
}
#top .p-top-business-domain__image-box .item-box.is-active .circle.circle3 {
  animation-delay: 2s;
}
#top .p-top-business-domain__image-box .item-box.is-active .circle.circle4 {
  animation-delay: 3s;
}
#top .p-top-business-domain__image-box .item-box.is-active .circle.circle5 {
  animation-delay: 4s;
}
#top .p-top-business-domain__image-box .item-box.is-active .item-line--shape.gokaku {
  animation: gokaku 8s linear infinite;
}
#top .p-top-business-domain__image-box .item-box.is-active .item-circle--top {
  transform: translate(5%, -180%) scale(1);
  opacity: 1;
  transition-delay: 0.12s;
}
#top .p-top-business-domain__image-box .item-box.is-active .item-circle--right {
  transform: translate(95%, -50%) scale(1);
  opacity: 1;
  transition-delay: 0.19s;
}
#top .p-top-business-domain__image-box .item-box.is-active .item-circle--bottom {
  transform: translate(8%, 80%) scale(1);
  opacity: 1;
  transition-delay: 0.26s;
}
#top .p-top-business-domain__image-box .item-box.is-active .item-circle--left {
  transform: translate(-170%, 30%) scale(1);
  opacity: 1;
  transition-delay: 0.33s;
}
#top .p-top-business-domain__image-box .item-box.is-active .item-circle--topleft {
  transform: translate(-165%, -135%) scale(1);
  opacity: 1;
  transition-delay: 0.46s;
}
#top .p-top-leading-service {
  position: relative;
}
#top .p-top-leading-service .title {
  background-color: black;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 2.4rem;
  position: sticky;
  top: 94px;
  z-index: 10;
}
@media screen and (max-width: 1375px) {
  #top .p-top-leading-service .title {
    top: 172px;
  }
}
@media screen and (max-width: 835px) {
  #top .p-top-leading-service .title {
    top: 210px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service .title {
    font-size: 2rem;
    top: 83px;
  }
}
#top .p-top-leading-service .title span {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service .title span {
    font-size: 2.6rem;
  }
}
#top .p-top-leading-service__wrap {
  position: relative;
  width: 100%;
  height: 500vh;
}
#top .p-top-leading-service__wrap .back {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
#top .p-top-leading-service__wrap .back1 {
  top: 0;
  background-image: url("./../images/top/assembly.png");
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .back1 {
    background-image: url("./../images/top/assembly-sp.png");
    background-position-x: right;
  }
}
#top .p-top-leading-service__wrap .back2 {
  top: 100vh;
  background-image: url("./../images/top/electrical.png");
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .back2 {
    background-image: url("./../images/top/electrical-sp.png");
  }
}
#top .p-top-leading-service__wrap .back3 {
  top: 200vh;
  background-image: url("./../images/top/trading.png");
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .back3 {
    background-image: url("./../images/top/trading-sp.png");
  }
}
#top .p-top-leading-service__wrap .back4 {
  top: 300vh;
  background-image: url("./../images/top/wireharness.png");
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .back4 {
    background-image: url("./../images/top/wireharness-sp.png");
  }
}
#top .p-top-leading-service__wrap .back5 {
  top: 400vh;
  background-image: url("./../images/top/painting.png");
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .back5 {
    background-image: url("./../images/top/painting-sp.png");
  }
}
#top .p-top-leading-service__wrap .image-lists {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .image-lists {
    width: 50%;
    left: unset;
    right: 0;
    height: 200px;
    transform: translate(0, -50%);
  }
}
#top .p-top-leading-service__wrap .image-lists__track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  will-change: transform;
  transform: translate3d(0, calc((300px + 1.5rem) * 4 * (var(--progress) - 1)), 0);
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .image-lists__track {
    transform: translate3d(0, calc((200px + 1.5rem) * 4 * (var(--progress) - 1)), 0);
  }
}
#top .p-top-leading-service__wrap .image-lists__item {
  width: 100%;
  height: 300px;
  flex: 0 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .image-lists__item {
    height: 200px;
  }
}
#top .p-top-leading-service__wrap .image-lists__item .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#top .p-top-leading-service__wrap .image-lists__item[data-image="0"] .image {
  transform: translateY(calc(-20% * clamp(0, var(--progress) * 3 - 0, 1)));
}
#top .p-top-leading-service__wrap .image-lists__item[data-image="1"] .image {
  transform: translateY(calc(-20% * clamp(0, var(--progress) * 3 - 1, 1)));
}
#top .p-top-leading-service__wrap .image-lists__item[data-image="2"] .image {
  transform: translateY(calc(-20% * clamp(0, var(--progress) * 3 - 2, 1)));
}
#top .p-top-leading-service__wrap .image-lists__item[data-image="3"] .image {
  transform: translateY(calc(-20% * clamp(0, var(--progress) * 3 - 3, 1)));
}
#top .p-top-leading-service__wrap .image-lists__item[data-image="4"] .image {
  transform: translateY(calc(-20% * clamp(0, var(--progress) * 3 - 4, 1)));
}
#top .p-top-leading-service__wrap .inner__wrap {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#top .p-top-leading-service__wrap .inner__wrap__container {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
#top .p-top-leading-service__wrap .inner__wrap__container.is-active {
  opacity: 1;
  pointer-events: auto;
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box {
  position: absolute;
  width: 65%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 1200px) {
  #top .p-top-leading-service__wrap .inner__wrap__container .inner-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .inner__wrap__container .inner-box {
    left: 10px;
    transform: translate(0, -50%);
    width: 80%;
  }
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box {
  position: relative;
  width: 50%;
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  #top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box {
    font-size: 2.8rem;
    width: 100%;
  }
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  #top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box::before {
    font-size: 1.8rem;
    top: -40px;
  }
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box.assembly::before {
  content: "Assembly Business";
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box.electrical::before {
  content: "Electrical Manufacturing Business";
}
@media screen and (max-width: 480px) {
  #top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box.electrical::before {
    top: -55px;
  }
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box.trading::before {
  content: "Trading Company Business";
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box.wireharness::before {
  content: "Wire Harness Business";
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box.painting::before {
  content: "Painting Business";
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box .viewmore {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  padding: 10px 80px 10px 10px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box .viewmore {
    font-size: 1.6rem;
    padding: 10px 30px 10px 10px;
  }
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box .viewmore::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #top .p-top-leading-service__wrap .inner__wrap__container .inner-box__text-box .viewmore::after {
    font-size: 1rem;
    right: 6px;
  }
}
#top .p-top-leading-service__wrap .inner__wrap__container .inner-box__img-box {
  position: relative;
  width: 50%;
}
#top .p-top-company__head {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #top .p-top-company__head {
    margin-bottom: 30px;
    justify-content: left;
    flex-direction: column;
  }
}
#top .p-top-company__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(./../images/top/dot.png);
  width: 200px;
  height: 100%;
  transform: rotate(-35deg);
  transform-origin: top left;
}
@media screen and (max-width: 768px) {
  #top .p-top-company__head::before {
    width: 150px;
    transform: rotate(-45deg);
  }
}
#top .p-top-company__head h2 {
  z-index: 1;
}
#top .p-top-company__head .text-box {
  z-index: 1;
}
#top .p-top-company__head .text-box .title {
  color: #095CE0;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #top .p-top-company__head .text-box .title {
    font-size: 2.4rem;
  }
}
#top .p-top-company__head .text-box .text {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top .p-top-company__head .text-box .text {
    font-size: 1.4rem;
  }
}
#top .p-top-company__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #top .p-top-company__body {
    flex-direction: column;
    padding-right: 20px;
    overflow: hidden;
  }
}
#top .p-top-company__body .item-box {
  width: 45%;
  height: 250px;
  position: relative;
  margin-bottom: 70px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top .p-top-company__body .item-box {
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
  }
}
#top .p-top-company__body .item-box::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 65%;
  bottom: -40px;
  left: 60px;
  z-index: -1;
  background-image: url(./../images/top/dot.png);
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  #top .p-top-company__body .item-box::after {
    bottom: -10px;
    left: 30px;
  }
}
#top .p-top-company__body .item-box > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: right;
}
#top .p-top-company__body .item-box > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(36, 142, 188, 0.4941176471), rgba(20, 58, 120, 0.5058823529));
  transform: translate(-100%, 0);
  transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
#top .p-top-company__body .item-box > a:hover {
  opacity: 1;
}
#top .p-top-company__body .item-box > a:hover::before {
  transform: translate(0);
}
#top .p-top-company__body .item-box > a.item1 {
  background-image: url(./../images/top/company1.png);
}
#top .p-top-company__body .item-box > a.item2 {
  background-image: url(./../images/top/company2.png);
}
#top .p-top-company__body .item-box > a.item3 {
  background-image: url(./../images/top/company3.png);
}
#top .p-top-company__body .item-box > a.item4 {
  background-image: url(./../images/top/company4.png);
}
#top .p-top-company__body .item-box > a .text {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  color: #ffffff;
  font-weight: 500;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #top .p-top-company__body .item-box > a .text {
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
  }
}
#top .p-top-company__body .item-box > a .text span {
  font-family: inherit;
  font-size: 4rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top .p-top-company__body .item-box > a .text span {
    font-size: 1.8rem;
  }
}
#top .p-top-recruit__image-box {
  position: relative;
}
#top .p-top-recruit__image-box img {
  padding-left: 50px;
}
#top .p-top-recruit__image-box h2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #top .p-top-recruit__image-box h2 {
    left: 10px;
  }
}
#top .p-top-recruit__image-box h2::before {
  content: none;
}
#top .p-top-recruit__image-box h2::after {
  content: "▶";
  background: linear-gradient(to bottom, #095CE0, #28C0FF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 20px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  #top .p-top-recruit__image-box h2::after {
    top: 10px;
    right: -30px;
  }
}
#top .p-top-recruit__image-box h2 .title {
  font-size: 15rem;
  background: linear-gradient(to bottom, #095CE0, #28C0FF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #top .p-top-recruit__image-box h2 .title {
    font-size: 6rem;
    font-weight: 700;
  }
}
#top .p-top-recruit__image-box h2 .subtitle {
  font-size: 2rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #top .p-top-recruit__image-box h2 .subtitle {
    font-size: 1.6rem;
  }
}
#top .p-top-recruit__link-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #top .p-top-recruit__link-box {
    flex-direction: column;
  }
}
#top .p-top-recruit__link-box a {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 48%;
  max-width: 550px;
  color: #ffffff;
  position: relative;
  padding: 30px 30px 40px 30px;
  background: linear-gradient(#095CE0, #28C0FF);
  font-size: 3.6rem;
  font-weight: 500;
  transition: color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 768px) {
  #top .p-top-recruit__link-box a {
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    margin: 10px auto;
    text-align: center;
  }
}
#top .p-top-recruit__link-box a::after {
  content: "▶";
  position: absolute;
  color: #ffffff;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  transition: color 0.25s ease;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #top .p-top-recruit__link-box a::after {
    font-size: 1.8rem;
  }
}

@keyframes newsAnime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes circle {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  90% {
    transform: translate(-50%, -50%) scale(2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes gokaku {
  0% {
    transform: translate(-50%, -50%) scale(1.5) rotate(20deg);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5) rotate(380deg);
  }
}
#company h2 {
  color: #3E4C59;
}
#company h2.ja {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #company h2.ja {
    font-size: 1.6rem;
  }
}
#company h2.en {
  font-size: 5rem;
  color: #0018FF;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #company h2.en {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
#company .p-company-message__title {
  font-size: 4.2rem;
  color: #303030;
}
#company .p-company-message__text-box {
  margin-top: 50px;
  color: #222222;
}
#company .p-company-message__text-box .text {
  padding-bottom: 30px;
  font-weight: 400;
}
#company .p-company-message__text-box .text.sign {
  width: 80%;
  max-width: 450px;
  margin: 0 0 0 auto;
}
#company .p-company-philo {
  background-image: url(./../images/company/bg-philosophy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #company .p-company-philo {
    background-size: contain;
    background-image: url(./../images/company/bg-philosophy-tab.png);
    background-color: #F2F7F8;
  }
}
@media screen and (max-width: 768px) {
  #company .p-company-philo h2.ja {
    margin-top: 30%;
  }
}
@media screen and (max-width: 480px) {
  #company .p-company-philo h2.ja {
    margin-top: 27%;
  }
}
#company .p-company-philo__slogan {
  color: #0018FF;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #company .p-company-philo__slogan {
    font-size: 2rem;
    padding: 30px 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  #company .p-company-philo__slogan {
    margin-top: 50px;
  }
}
#company .p-company-philo__slogan::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #0018FF;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #company .p-company-philo__slogan::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#company .p-company-philo__slogan::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #0018FF;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #company .p-company-philo__slogan::after {
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
#company .p-company-philo__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 768px) {
  #company .p-company-philo__lists {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #company .p-company-philo__lists .item {
    justify-items: center;
  }
}
#company .p-company-philo__lists .item p {
  color: #1A1A1A;
}
#company .p-company-philo__lists .item .item-title {
  position: relative;
  padding: 4px 20px;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
  margin-bottom: 10px;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #company .p-company-philo__lists .item .item-title {
    font-size: 2rem;
  }
}
#company .p-company-philo__lists .item .item-title span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0018FF;
  transform: skewX(-30deg);
  z-index: -1;
}
#company .p-company-philo__message {
  margin: 50px 0 0 0;
}
#company .p-company-philo__message .main-message {
  margin-bottom: 50px;
  color: #0018FF;
  text-align: center;
}
#company .p-company-philo__message .main-message .en {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #company .p-company-philo__message .main-message .en {
    font-size: 3.2rem;
  }
}
#company .p-company-philo__message .main-message .ja {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #company .p-company-philo__message .main-message .ja {
    font-size: 2rem;
  }
}
#company .p-company-view__contents table {
  color: #1A1A1A;
}
#company .p-company-view__contents table tr {
  border-bottom: 1px solid #1A1A1A;
}
#company .p-company-view__contents table tr th {
  width: 20%;
  min-width: 300px;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #company .p-company-view__contents table tr th {
    font-weight: 400;
    width: 7em;
  }
}
#company .p-company-view__contents table tr td {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #company .p-company-view__contents table tr td {
    font-weight: 400;
  }
}
#company .p-company-view__contents table tr td p:not(:last-of-type) {
  padding: 0 0 14px 0;
}
#company .p-company-view__contents table tr td span {
  display: inline-block;
  padding-right: 1em;
}
#company .p-company-view__contents table tr td span.iso-front-space {
  padding-left: 0.5em;
}
#company .p-company-view__contents table tr td span.yakuin-front-space {
  padding-left: 2em;
}
#company .p-company-view__contents table tr td span.kansa-front-space {
  padding-left: 4em;
}
#company .p-company-view__contents table tr td span.ufj-front-space {
  padding-left: 0.2em;
}
#company .p-company-view__contents table tr td span.mizuho-front-space {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #company .p-company-view__contents.p-company-view__contents-en table th {
    width: 8em;
  }
}
#company .p-company-view__contents.p-company-view__contents-en table td span.yakuin-front-space {
  padding-left: 8.3em;
}
@media screen and (max-width: 768px) {
  #company .p-company-view__contents.p-company-view__contents-en table td span.yakuin-front-space {
    padding-left: 0;
  }
}
#company .p-company-view__contents.p-company-view__contents-en table td span.kansa-front-space {
  padding-left: 13em;
}
@media screen and (max-width: 768px) {
  #company .p-company-view__contents.p-company-view__contents-en table td span.kansa-front-space {
    padding-left: 0;
  }
}
#company .p-company-view__contents.p-company-view__contents-en table td span.mizuho-front-space {
  padding-left: 3.3em;
}
@media screen and (max-width: 768px) {
  #company .p-company-view__contents.p-company-view__contents-en table td span.mizuho-front-space {
    padding-left: 0;
  }
}
#company .p-company-history {
  border-radius: 150px;
}
@media screen and (max-width: 768px) {
  #company .p-company-history {
    border-radius: 80px;
  }
}
#company .p-company-history__timeline {
  width: 80%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #company .p-company-history__timeline {
    width: 100%;
    max-width: 100%;
  }
}
#company .p-company-history__timeline .timeline li {
  display: grid;
  grid-template-columns: 80px auto;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-items: center;
  position: relative;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  #company .p-company-history__timeline .timeline li {
    display: block;
    padding: 12px 0 12px 40px;
  }
}
#company .p-company-history__timeline .timeline li::before, #company .p-company-history__timeline .timeline li::after {
  content: "";
  position: absolute;
  left: 125px;
}
@media screen and (max-width: 768px) {
  #company .p-company-history__timeline .timeline li::before, #company .p-company-history__timeline .timeline li::after {
    left: 20px;
  }
}
#company .p-company-history__timeline .timeline li::before {
  top: 50%;
  width: 2px;
  height: 100%;
  background: #707070;
}
@media screen and (max-width: 768px) {
  #company .p-company-history__timeline .timeline li::before {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #company .p-company-history__timeline .timeline li:nth-last-of-type(1)::before {
    height: 80%;
  }
}
#company .p-company-history__timeline .timeline li::after {
  width: 13px;
  height: 13px;
  background: #0018FF;
  top: 50%;
  transform: translate(-45%, -50%);
}
@media screen and (max-width: 768px) {
  #company .p-company-history__timeline .timeline li::after {
    content: none;
  }
}
#company .p-company-history__timeline .timeline__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
#company .p-company-history__timeline .timeline__year {
  color: #0018FF;
}
@media screen and (max-width: 768px) {
  #company .p-company-history__timeline .timeline__year {
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #company .p-company-history__timeline .timeline__year::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #0018FF;
    transform: translateY(-50%);
    top: 50%;
    left: -25px;
  }
}
#company .p-company-history__timeline .timeline__month {
  min-width: 3em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #company .p-company-history__timeline .timeline__month.tab {
    display: inline-block;
    padding-left: 20px;
  }
}
#company .p-company-history__timeline .timeline__text {
  flex: 1;
  font-weight: 500;
}
#company .p-company-network__wrap {
  margin: 150px 0 0 0;
}
@media screen and (max-width: 768px) {
  #company .p-company-network__wrap {
    margin: 20px 0;
  }
}
#company .p-company-network__lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #company .p-company-network__lists {
    margin-top: 20px;
  }
}
#company .p-company-network__lists .network-item-box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 40%;
  padding: 0 20px;
  flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #company .p-company-network__lists .network-item-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
#company .p-company-network__lists .network-item-box .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #company .p-company-network__lists .network-item-box .image {
    margin: 0 auto 20px auto;
  }
}
#company .p-company-network__lists .network-item-box .name {
  color: #3E4C59;
  font-size: 3.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #company .p-company-network__lists .network-item-box .name {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
#company .p-company-network__lists .network-item-box .address {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#company .p-company-network__lists .network-item-box .map {
  padding: 6px 20px;
  font-size: 1.6rem;
  color: #ffffff;
  border-radius: 10px;
  background-color: #095CE0;
  font-weight: 400;
}

#leading-service h3 {
  font-size: 4.8rem;
  color: #0018FF;
  text-align: center;
  margin: 50px auto 0 auto;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  #leading-service h3 {
    font-size: 2.2rem;
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
#leading-service .sub-text {
  text-align: center;
  color: #303030;
  margin: 50px auto;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #leading-service .sub-text {
    width: 100%;
    font-size: 1.6rem;
  }
}
#leading-service .title.blue {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  padding: 20px 20px 20px 60px;
  background-color: #095CE0;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #leading-service .title.blue {
    font-size: 2.6rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
#leading-service .title.blue::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 8px;
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #leading-service .title.blue::before {
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
}
#leading-service .title.blue::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 8px;
  height: calc(100% - 40px);
  top: 20px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  #leading-service .title.blue::after {
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#leading-service .p-service-main {
  padding-bottom: 0;
}
#leading-service .p-service-main > .l-container {
  padding-bottom: 0;
}
#leading-service .p-service-main__main-visual {
  background-color: #F2F7F8;
  min-height: 1000px;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__main-visual {
    min-height: auto;
    padding: 50px 30px 30px 30px;
    margin-top: 30px;
  }
}
#leading-service .p-service-main__main-visual .main-logo {
  position: absolute;
  width: 350px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__main-visual .main-logo {
    width: 60%;
    max-width: 300px;
    top: -30px;
  }
}
#leading-service .p-service-main__main-visual .image-box {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__main-visual .image-box {
    position: static;
    width: 100%;
    margin: 20px 0;
  }
}
#leading-service .p-service-main__main-visual .image-box.trading {
  top: 10%;
  left: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__main-visual .image-box.trading {
    width: 100%;
  }
}
#leading-service .p-service-main__main-visual .image-box.electric {
  top: 25%;
  right: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__main-visual .image-box.electric {
    width: 100%;
  }
}
#leading-service .p-service-main__main-visual .image-box.assembly {
  top: 43%;
  left: 20%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__main-visual .image-box.assembly {
    width: 100%;
  }
}
#leading-service .p-service-main__main-visual .image-box.wireharness {
  top: 65%;
  right: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__main-visual .image-box.wireharness {
    width: 100%;
  }
}
#leading-service .p-service-main__main-visual .image-box.painting {
  top: 80%;
  left: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__main-visual .image-box.painting {
    width: 100%;
  }
}
#leading-service .p-service-main__quality {
  padding: 30px 0;
  margin-top: 50px;
  position: relative;
}
#leading-service .p-service-main__quality::before {
  content: "LEADEN QUALITY";
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  font-size: 25rem;
  color: #D9D9D9;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  transform-origin: top left;
  transform: rotate(90deg) translate(50px, -300px);
}
@media screen and (max-width: 950px) {
  #leading-service .p-service-main__quality::before {
    font-size: 23rem;
    transform: rotate(90deg) translate(50px, -250px);
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__quality::before {
    content: none;
  }
}
#leading-service .p-service-main__container {
  color: #1A1A1A;
  font-weight: 500;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__container {
    margin: 20px 0;
  }
}
#leading-service .p-service-main__container .title {
  position: relative;
  padding-left: 6em;
  margin-bottom: 50px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__container .title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
#leading-service .p-service-main__container .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5em;
  height: 1px;
  background-color: #707070;
}
#leading-service .p-service-main__kanri--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  position: relative;
}
#leading-service .p-service-main__kanri--container .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
  align-items: start;
}
#leading-service .p-service-main__kanri--container .left-box > p {
  padding: 70px 0 150px 0;
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__kanri--container .left-box > p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__kanri--container .left-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__kanri--container .left-box .image-box--left {
    display: none;
  }
}
#leading-service .p-service-main__kanri--container .right-box {
  align-items: end;
}
#leading-service .p-service-main__kanri--container .right-box .image-box {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__kanri--container .right-box {
    display: none;
  }
}
#leading-service .p-service-main__kanri--container .service-swiper {
  display: none;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__kanri--container .service-swiper {
    display: block;
    margin: 0;
  }
}
#leading-service .p-service-main__kanri--container .service-swiper .swiper-slide {
  height: 350px;
  padding: 0 10px;
}
#leading-service .p-service-main__kanri--container .service-swiper .swiper-slide img {
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
#leading-service .p-service-main__item {
  position: relative;
  z-index: 10;
}
#leading-service .p-service-main__item .item-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__item .item-container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__item .item-container .item-box {
    display: none;
  }
}
#leading-service .p-service-main__item .item-container .item-box img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
#leading-service .p-service-main__item .item-container .item-box p {
  font-size: 1.6rem;
  text-align: center;
}
#leading-service .p-service-main__item .item-container .service-swiper {
  display: none;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-main__item .item-container .service-swiper {
    display: block;
    margin: 0;
  }
}
#leading-service .p-service-main__item .item-container .service-swiper .swiper-slide {
  height: 380px;
  padding: 0 10px;
}
#leading-service .p-service-main__item .item-container .service-swiper .swiper-slide img {
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
#leading-service .p-service-main__item .item-container .service-swiper .swiper-slide p {
  text-align: center;
}
#leading-service .p-service-lists {
  padding-top: 0;
  position: relative;
  scroll-margin-top: 98px;
}
#leading-service .p-service-lists__menu-container .lists-title {
  color: #ffffff;
  background-color: #0018FF;
  font-size: 7.2rem;
  text-align: center;
  padding: 10px 0;
  font-family: "prompt", "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-lists__menu-container .lists-title {
    font-size: 3.6rem;
  }
}
#leading-service .p-service-lists__menu-container .menu-lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-lists__menu-container .menu-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
#leading-service .p-service-lists__menu-container .menu-lists__img {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: opacity 0.3s ease, top 0.3s ease;
  pointer-events: none;
  width: 100%;
  background-color: #909090;
  height: 110px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-lists__menu-container .menu-lists__img {
    display: none;
  }
}
#leading-service .p-service-lists__menu-container .menu-lists__img img {
  width: 30%;
  margin: 0 auto;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100px;
}
#leading-service .p-service-lists__menu-container .menu-lists__item {
  cursor: pointer;
  display: inline-block;
  background-color: #D9D9D9;
  color: #303030;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  overflow: visible;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-lists__menu-container .menu-lists__item {
    background-color: #ffffff;
    border: 1px solid #707070;
    text-align: left;
  }
  #leading-service .p-service-lists__menu-container .menu-lists__item:nth-of-type(even) {
    border-left: none;
  }
  #leading-service .p-service-lists__menu-container .menu-lists__item:nth-of-type(n+3):nth-of-type(-n+5) {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-lists__menu-container .menu-lists__item.active {
    border-bottom: 3px solid #0018FF;
  }
}
#leading-service .p-service-lists__menu-container .menu-lists__item span {
  display: block;
}
#leading-service .p-service-lists__menu-container .menu-lists__item .en {
  font-family: "prompt", "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1;
  font-size: 3.2rem;
}
@media screen and (max-width: 950px) {
  #leading-service .p-service-lists__menu-container .menu-lists__item .en {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-lists__menu-container .menu-lists__item .en {
    font-size: 1.6rem;
  }
}
#leading-service .p-service-lists__menu-container .menu-lists__item .ja {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-lists__menu-container .menu-lists__item .ja {
    padding-top: 4px;
  }
}
#leading-service .p-service-lists__menu-container .menu-lists__item:hover {
  background-color: #909090;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-lists__menu-container .menu-lists__item:hover {
    background-color: #ffffff;
    color: inherit;
  }
}
#leading-service .p-service-lists__menu-container .menu-lists__item:hover .menu-lists__img {
  top: 95%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  #leading-service .p-service-lists__menu-container .menu-lists__item:hover .menu-lists__img {
    display: none;
  }
}
#leading-service .p-service-lists__item-container .item-content {
  display: none;
}
#leading-service .p-service-lists__item-container .item-content.active {
  display: block;
  animation: tabFadeIn 0.4s ease;
}
#leading-service .p-service-lists .c-button--to-top {
  top: unset;
  bottom: 0;
}
#leading-service .p-assembly-jigyo__slogan {
  padding-bottom: 10px;
  border-bottom: 10px solid #0018FF;
}
@media screen and (max-width: 950px) {
  #leading-service .p-assembly-jigyo__slogan {
    width: 100%;
    font-size: 2.6rem;
  }
}
#leading-service .p-assembly-item__item-box {
  padding: 50px 0;
}
#leading-service .p-assembly-item__item-box .parts-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box {
    margin: 0;
  }
}
#leading-service .p-assembly-item__item-box .parts-box.top {
  padding-top: 40px;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box.top {
    max-width: 760px;
    margin: 50px auto;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box.top {
    margin: 20px auto;
    padding-top: 0;
  }
}
#leading-service .p-assembly-item__item-box .parts-box .title {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box .title {
    font-size: 2.2rem;
  }
}
#leading-service .p-assembly-item__item-box .parts-box .sub-title {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box .sub-title {
    font-size: 1.6rem;
  }
}
#leading-service .p-assembly-item__item-box .parts-box .text {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box .text {
    font-size: 1.4rem;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__top {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  max-width: 430px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__top {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box__top {
    display: none;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__top--item-box {
  position: relative;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #0018FF;
  border-radius: 50%;
}
#leading-service .p-assembly-item__item-box .parts-box__top--item-box .end-dot {
  position: absolute;
  font-size: 3rem;
  color: #ffe800;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#leading-service .p-assembly-item__item-box .parts-box__top--item-box .item {
  position: absolute;
  border: none;
  color: #ffffff;
  width: 85%;
  max-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#leading-service .p-assembly-item__item-box .parts-box__top--item-box .item .title {
  font-size: 3rem;
  margin-bottom: 4px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__top--item-box .item .title {
    font-size: 2rem;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__top--item-box .item .sub-title {
  font-size: 2rem;
  margin-bottom: 4px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__top--item-box .item .sub-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__top--item-box .item .text {
    font-size: 1.4rem;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__top--item-box .item .image {
  width: 70%;
  margin: 0 auto;
  height: 180px;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__top--item-box .item .image {
    height: 100px;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__top--item-box .item .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__top--item-box .item .image {
    width: 40%;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__top--item-box .item.show {
  opacity: 1;
}
#leading-service .p-assembly-item__item-box .parts-box__middle {
  position: relative;
  width: 80%;
  overflow: visible;
}
#leading-service .p-assembly-item__item-box .parts-box__middle .assy-map__img {
  z-index: 1;
  display: block;
}
#leading-service .p-assembly-item__item-box .parts-box__middle .common-circle,
#leading-service .p-assembly-item__item-box .parts-box__middle .common-back-circle,
#leading-service .p-assembly-item__item-box .parts-box__middle .common-inner-circle {
  position: absolute;
}
#leading-service .p-assembly-item__item-box .parts-box__middle .common-circle.big,
#leading-service .p-assembly-item__item-box .parts-box__middle .common-back-circle.big,
#leading-service .p-assembly-item__item-box .parts-box__middle .common-inner-circle.big {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__middle .common-circle.big,
  #leading-service .p-assembly-item__item-box .parts-box__middle .common-back-circle.big,
  #leading-service .p-assembly-item__item-box .parts-box__middle .common-inner-circle.big {
    width: 40px;
    height: 40px;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__middle .common-circle.middle,
#leading-service .p-assembly-item__item-box .parts-box__middle .common-back-circle.middle,
#leading-service .p-assembly-item__item-box .parts-box__middle .common-inner-circle.middle {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__middle .common-circle.middle,
  #leading-service .p-assembly-item__item-box .parts-box__middle .common-back-circle.middle,
  #leading-service .p-assembly-item__item-box .parts-box__middle .common-inner-circle.middle {
    width: 25px;
    height: 25px;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__middle .common-circle.small,
#leading-service .p-assembly-item__item-box .parts-box__middle .common-back-circle.small,
#leading-service .p-assembly-item__item-box .parts-box__middle .common-inner-circle.small {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__middle .common-circle.small,
  #leading-service .p-assembly-item__item-box .parts-box__middle .common-back-circle.small,
  #leading-service .p-assembly-item__item-box .parts-box__middle .common-inner-circle.small {
    width: 20px;
    height: 20px;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__middle--syoberu .circle1 {
  top: 45%;
  left: 70%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--syoberu .circle2 {
  top: 68%;
  left: 90%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--syoberu .circle3 {
  top: 68%;
  left: 95%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--syoberu .circle4 {
  top: 66%;
  left: 70%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--syoberu .circle5 {
  top: 68%;
  left: 81%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--syoberu .circle6 {
  top: 68%;
  left: 85%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--syoberu .circle7 {
  top: 59%;
  left: 72%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .dump-item .back-circle {
  background: radial-gradient(circle, #FF00EF 0%, #EC99E1 50%);
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .dump-item .back-circle .inner-circle {
  background: radial-gradient(circle, rgba(40, 192, 255, 0) 0%, #EC99E1 80%, rgba(40, 192, 255, 0) 100%);
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .loader-item .back-circle {
  background: radial-gradient(circle, #00FFF6 0%, #28C0FF 50%);
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .loader-item .back-circle .inner-circle {
  background: radial-gradient(circle, rgba(40, 192, 255, 0) 0%, #28C0FF 80%, rgba(40, 192, 255, 0) 100%);
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .circle1 {
  top: 22%;
  left: 7%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .circle2 {
  top: 13%;
  left: 25%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .circle3 {
  top: 68%;
  left: 82%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .circle4 {
  top: 80%;
  left: 77%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .circle5 {
  top: 71%;
  left: 93%;
}
#leading-service .p-assembly-item__item-box .parts-box__middle--dump-loader .circle6 {
  top: 80%;
  left: 95%;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-assembly-item__item-box .parts-box__middle {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box__middle {
    width: 100%;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box__bottom {
    grid-template-columns: 1fr;
    margin: 0;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__bottom .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: column;
  padding: 30px 20px;
  border: 3px solid #0018FF;
  position: relative;
}
#leading-service .p-assembly-item__item-box .parts-box__bottom .item.dump {
  border: 3px solid #F50FCF;
}
#leading-service .p-assembly-item__item-box .parts-box__bottom .item.loader {
  border: 3px solid #00F6FF;
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    padding: 20px 10px;
    position: relative;
    height: 350px;
  }
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 30px;
    background-color: #0018FF;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: center;
  }
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item:nth-of-type(1)::before {
    content: "1";
  }
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item:nth-of-type(2)::before {
    content: "2";
  }
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item:nth-of-type(3)::before {
    content: "3";
  }
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item:nth-of-type(4)::before {
    content: "4";
  }
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item:nth-of-type(5)::before {
    content: "5";
  }
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item:nth-of-type(6)::before {
    content: "6";
  }
}
@media screen and (max-width: 480px) {
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item .text-box {
    width: 60%;
    padding-left: 10px;
  }
}
#leading-service .p-assembly-item__item-box .parts-box__bottom .item .image {
  align-self: center;
}
@media screen and (max-width: 768px) {
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item .image {
    width: 40%;
    height: 350px;
    padding: 10px 0;
  }
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item .image img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  #leading-service .p-assembly-item__item-box .parts-box__bottom .item .image {
    height: 250px;
  }
}
#leading-service .p-assembly .assy-map__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  overflow: visible;
}
#leading-service .p-assembly .assy-map__svg .assy-line {
  fill: none;
  stroke: #ffe800;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  opacity: 0;
  position: relative;
}
#leading-service .p-assembly .assy-map__svg .assy-point {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  z-index: 3;
}
#leading-service .p-assembly .assy-map__svg .assy-line.is-active {
  opacity: 1;
  animation: assy-draw 1.4s ease-out forwards;
}
#leading-service .p-assembly .assy-map__svg .assy-dot {
  fill: #ffe800;
  stroke-width: 4;
  transition: opacity 0.5s, r 0.3s;
  opacity: 0;
}
#leading-service .p-assembly .assy-map__svg .assy-dot.is-active {
  opacity: 1;
}
#leading-service .p-assembly-en-jigyo h3 {
  width: auto;
}
#leading-service .p-electrical__techniques {
  padding: 50px 0 0 0;
  position: relative;
}
#leading-service .p-electrical__techniques > .l-container {
  padding-bottom: 0;
}
#leading-service .p-electrical__techniques::before {
  content: "PROCESSING TECHNIQUES";
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  font-size: 18rem;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  transform-origin: top left;
  transform: rotate(90deg) translate(50px, -200px);
  color: #D9D9D9;
}
@media screen and (max-width: 950px) {
  #leading-service .p-electrical__techniques::before {
    font-size: 18rem;
    transform: rotate(90deg) translate(50px, -180px);
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-electrical__techniques::before {
    content: none;
  }
}
#leading-service .p-electrical-jigyo {
  padding-bottom: 0;
}
#leading-service .p-electrical-jigyo__slogan-sub {
  text-align: left;
}
#leading-service .p-electrical-jigyo__slogan-sub .item-text {
  display: block;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-electrical-jigyo__slogan-sub .item-text {
    padding-top: 20px;
  }
}
#leading-service .p-electrical-item {
  position: relative;
  z-index: 10;
}
#leading-service .p-electrical-item__container {
  margin: 50px 0;
  padding: 30px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #leading-service .p-electrical-item__container {
    flex-direction: column;
    margin: 20px 0;
    padding: 20px 0;
    justify-content: center;
  }
  #leading-service .p-electrical-item__container:not(:first-child) {
    border-top: none;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}
#leading-service .p-electrical-item__container .text-box {
  padding-left: 20px;
  padding-right: 20px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #leading-service .p-electrical-item__container .text-box {
    padding-left: 0;
    padding-right: 0;
    max-width: 450px;
    width: 100%;
  }
}
#leading-service .p-electrical-item__container .text-box .title {
  font-size: 4.2rem;
  margin-bottom: 50px;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  color: #0018FF;
}
@media screen and (max-width: 768px) {
  #leading-service .p-electrical-item__container .text-box .title {
    font-size: 2rem;
    margin-bottom: 0;
    text-align: center;
  }
}
#leading-service .p-electrical-item__container .text-box .text {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #leading-service .p-electrical-item__container .text-box .text {
    padding: 20px 0;
    text-align: start;
  }
}
#leading-service .p-electrical-item__container .image-box {
  width: 40%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-electrical-item__container .image-box {
    width: 100%;
  }
}
#leading-service .p-electrical.p-electrical-en .p-electrical-jigyo__slogan-sub {
  width: auto;
}
#leading-service .p-wire.p-wire-en .p-wire-jigyo__slogan-sub {
  width: auto;
}
#leading-service .p-wire.p-wire-en .p-wire-item__container .text-box.py-10 {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire.p-wire-en .p-wire-item__container .text-box.py-10 {
    padding: 20px;
  }
}
#leading-service .p-wire.p-wire-en .p-wire-item__container .text-box__top.mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire.p-wire-en .p-wire-item__container .text-box__top.mb-10 {
    margin-bottom: 30px;
  }
}
#leading-service .p-wire.p-wire-en .p-wire-item__container .text-box .title.pb-5 {
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire.p-wire-en .p-wire-item__container .text-box .title.pb-5 {
    padding-bottom: 10px;
  }
}
#leading-service .p-wire-jigyo__slogan-sub {
  text-align: left;
}
#leading-service .p-wire-jigyo__slogan-sub .item-text {
  display: block;
  padding-top: 50px;
}
#leading-service .p-wire-kakou h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-kakou h2 {
    margin-bottom: 20px;
  }
}
#leading-service .p-wire-kakou__main-visual {
  position: relative;
}
#leading-service .p-wire-kakou__main-visual .wire-circle {
  position: absolute;
  z-index: -1;
}
#leading-service .p-wire-kakou__main-visual .wire-circle .wireharness-circle {
  background: radial-gradient(circle, #00FFFF);
  border: none;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-kakou__main-visual .wire-circle .wireharness-circle {
    width: 25px;
    height: 25px;
  }
}
#leading-service .p-wire-kakou__main-visual .wire-circle .wireharness-circle .inner-circle {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-kakou__main-visual .wire-circle .wireharness-circle .inner-circle {
    width: 25px;
    height: 25px;
  }
}
#leading-service .p-wire-kakou__main-visual .circle1 {
  top: 20%;
  left: 55%;
}
#leading-service .p-wire-kakou__main-visual .circle2 {
  top: 35%;
  left: 46%;
}
#leading-service .p-wire-kakou__main-visual .circle3 {
  top: 45%;
  left: 55%;
}
#leading-service .p-wire-kakou__main-visual .circle4 {
  top: 54%;
  left: 62%;
}
#leading-service .p-wire-kakou__main-visual .circle4 .wireharness-circle {
  width: 250px;
  height: 50px;
  transform: rotate(-22deg);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-kakou__main-visual .circle4 .wireharness-circle {
    width: 80px;
    height: 20px;
  }
}
#leading-service .p-wire-kakou__main-visual .circle4 .wireharness-circle .inner-circle {
  width: 250px;
  height: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-kakou__main-visual .circle4 .wireharness-circle .inner-circle {
    width: 80px;
    height: 20px;
  }
}
#leading-service .p-wire-kakou__main-visual .wire-link {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-kakou__main-visual .wire-link {
    width: 25px;
    height: 25px;
  }
}
#leading-service .p-wire-kakou__main-visual .wire-link.link3 {
  top: 20%;
  left: 55%;
}
#leading-service .p-wire-kakou__main-visual .wire-link.link4 {
  top: 35%;
  left: 46%;
}
#leading-service .p-wire-kakou__main-visual .wire-link.link5 {
  top: 45%;
  left: 55%;
}
#leading-service .p-wire-kakou__main-visual .wire-link.link6 {
  top: 54%;
  left: 62%;
  width: 250px;
  height: 50px;
  transform: rotate(-22deg);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-kakou__main-visual .wire-link.link6 {
    width: 80px;
    height: 20px;
  }
}
#leading-service .p-wire-kakou__message {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 50px 0;
  z-index: -1;
  position: relative;
}
#leading-service .p-wire-item__wrap {
  margin: 50px 0;
  position: relative;
}
#leading-service .p-wire-item__wrap.modal {
  position: absolute;
  width: 500px;
  top: -50px;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-item__wrap.modal {
    width: 80%;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
  }
}
#leading-service .p-wire-item__wrap.modal .wire-card {
  display: none;
  margin: 0;
}
#leading-service .p-wire-item__wrap.modal .wire-card.show {
  display: block;
}
#leading-service .p-wire-item__wrap.modal .wire-card .image-box {
  width: 100%;
}
#leading-service .p-wire-item__wrap.modal .wire-card .image-box .item-name {
  position: absolute;
  top: 20px;
  left: 20px;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  color: #ffffff;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-item__wrap.modal .wire-card .image-box .item-name {
    font-size: 2rem;
    top: 0;
    left: 6px;
  }
}
#leading-service .p-wire-item__wrap.modal .wire-card .image-box .close-btn {
  font-size: 3.6rem;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-item__wrap.modal .wire-card .image-box .close-btn {
    font-size: 3rem;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
#leading-service .p-wire-item__wrap.modal .wire-card .text-box {
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-item__wrap.modal .wire-card .text-box {
    background-color: #ffffff;
    padding: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-item__wrap.modal .wire-card .text-box .text {
    font-size: 1.4rem;
  }
}
#leading-service .p-wire-item__container {
  margin: 100px 0;
  border: 1px solid #095CE0;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-item__container {
    flex-direction: column;
    font-weight: 400;
    margin: 20px 0;
  }
}
#leading-service .p-wire-item__container .image-box {
  background-color: #095CE0;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-item__container .image-box {
    width: 100%;
  }
}
#leading-service .p-wire-item__container .image-box .item-name {
  position: absolute;
  top: 20px;
  left: 20px;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  color: #ffffff;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-item__container .image-box .item-name {
    width: 100%;
    font-size: 2rem;
    top: 10px;
    left: 10px;
  }
}
#leading-service .p-wire-item__container .text-box {
  color: #1A1A1A;
  padding: 20px;
  flex: 1;
}
#leading-service .p-wire-item__container .text-box .text-box__top {
  margin-bottom: 30px;
}
#leading-service .p-wire-item__container .text-box .title {
  padding-bottom: 10px;
  border-bottom: 2px solid #707070;
  margin-bottom: 10px;
}
#leading-service .p-wire-item__container .text-box .text {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-item__container .text-box .text {
    font-weight: 400;
  }
}
#leading-service .p-wire-item__container.wire-card {
  flex-direction: column;
}
#leading-service .p-wire-spot h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-spot h2 {
    margin-bottom: 20px;
  }
}
#leading-service .p-wire-spot__container {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-spot__container {
    margin-bottom: 20px;
  }
}
#leading-service .p-wire-spot__box .image-box {
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-wire-spot__box .image-box {
    width: 100%;
    margin: 10px 0;
  }
}
#leading-service .p-wire-spot__box .image-box .line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  animation: yellowLine 1s ease-in-out infinite;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-trading.p-trading-en .p-trading-jigyo__example table th, #leading-service .p-trading.p-trading-en .p-trading-jigyo__example table td {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading.p-trading-en .p-trading-jigyo__example table td {
    font-size: 2rem;
  }
}
#leading-service .p-trading-jigyo {
  padding-bottom: 0;
}
#leading-service .p-trading-jigyo__slogan-sub {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #leading-service .p-trading-jigyo__slogan-sub.sub-text-en {
    width: 100%;
  }
}
#leading-service .p-trading-jigyo__example table {
  color: #3E4C59;
  font-size: 3.6rem;
  width: auto;
  margin: 0 auto;
}
#leading-service .p-trading-jigyo__example table th {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-jigyo__example table th {
    padding: 0;
    text-align: center;
    display: block;
    font-size: 2rem;
  }
}
#leading-service .p-trading-jigyo__example table th span {
  font-size: 4.6rem;
  color: #0018FF;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-jigyo__example table th span {
    font-size: 3.2rem;
  }
}
#leading-service .p-trading-jigyo__example table td {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-jigyo__example table td {
    padding: 0;
    display: block;
    font-size: 2.6rem;
  }
}
#leading-service .p-trading-jigyo__example table td.supplier {
  text-align: center;
}
#leading-service .p-trading-jigyo__example table td span {
  color: #0018FF;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-jigyo__example table td span {
    font-size: 5rem;
  }
}
#leading-service .p-trading-jigyo__example table td span.js-count {
  display: inline-block;
  text-align: right;
  font-variant-numeric: tabular-nums; /* 数字幅を揃える */
  white-space: nowrap;
}
#leading-service .p-trading-jigyo__box {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-jigyo__box {
    margin: 30px 0;
  }
}
#leading-service .p-trading-jigyo__box .title {
  padding: 20px 20px 20px 60px;
  font-size: 2.4rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-jigyo__box .title {
    font-size: 1.6rem;
  }
}
#leading-service .p-trading-jigyo__box .title.title2 {
  margin-bottom: 0;
}
#leading-service .p-trading-jigyo__box .title span {
  font-size: 4rem;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-jigyo__box .title span {
    font-size: 2.6rem;
  }
}
#leading-service .p-trading-jigyo__box .image-box {
  position: relative;
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya {
  width: 100%;
  max-width: 900px; /* 任意 */
  aspect-ratio: 1/1; /* 正方形にしたい場合 */
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  #leading-service .p-trading-jigyo__box .image-box.image-syousya {
    max-width: 350px;
  }
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya .item {
  position: absolute;
  width: 70%;
  max-width: 400px;
}
@media screen and (max-width: 950px) {
  #leading-service .p-trading-jigyo__box .image-box.image-syousya .item {
    max-width: 180px;
  }
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya .item6 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 10;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 950px) {
  #leading-service .p-trading-jigyo__box .image-box.image-syousya .item6 {
    width: 100px;
    height: 100px;
  }
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya .item1 {
  z-index: 2;
  top: 10%;
  left: 21%;
  opacity: 0;
}
@media screen and (max-width: 950px) {
  #leading-service .p-trading-jigyo__box .image-box.image-syousya .item1 {
    top: 5%;
    left: 17%;
  }
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya .item2 {
  z-index: 3;
  top: 24%;
  right: 6%;
  opacity: 0;
}
@media screen and (max-width: 950px) {
  #leading-service .p-trading-jigyo__box .image-box.image-syousya .item2 {
    top: 20%;
    right: 2%;
  }
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya .item3 {
  z-index: 4;
  bottom: 14%;
  left: 48%;
  opacity: 0;
}
@media screen and (max-width: 950px) {
  #leading-service .p-trading-jigyo__box .image-box.image-syousya .item3 {
    bottom: 10%;
    left: 46%;
  }
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya .item4 {
  z-index: 5;
  bottom: 15%;
  right: 48%;
  opacity: 0;
}
@media screen and (max-width: 950px) {
  #leading-service .p-trading-jigyo__box .image-box.image-syousya .item4 {
    bottom: 11%;
    right: 50%;
  }
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya .item5 {
  z-index: 6;
  top: 26%;
  left: 6%;
  opacity: 0;
}
@media screen and (max-width: 950px) {
  #leading-service .p-trading-jigyo__box .image-box.image-syousya .item5 {
    top: 22%;
    left: 0%;
  }
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya.is-active .item1 {
  animation: petalPop 0.5s ease-out forwards;
  animation-delay: 0.2s;
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya.is-active .item2 {
  animation: petalPop 0.5s ease-out forwards;
  animation-delay: 0.4s;
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya.is-active .item3 {
  animation: petalPop 0.5s ease-out forwards;
  animation-delay: 0.6s;
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya.is-active .item4 {
  animation: petalPop 0.5s ease-out forwards;
  animation-delay: 0.8s;
}
#leading-service .p-trading-jigyo__box .image-box.image-syousya.is-active .item5 {
  animation: petalPop 0.5s ease-out forwards;
  animation-delay: 1s;
}
#leading-service .p-trading-item__container {
  margin: 50px 0;
  padding: 30px 20px;
  border: 1px solid #707070;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #F0F4FC;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-item__container {
    padding: 10px 20px;
    margin: 20px 0;
    border-left: none;
    border-right: none;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-item__container .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-item__container .image-box .title {
    width: 100%;
    font-size: 1.8rem;
  }
}
#leading-service .p-trading-item__container .text-box {
  padding-left: 20px;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-item__container .text-box {
    padding-left: 0;
  }
}
#leading-service .p-trading-item__container .text-box .title {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
#leading-service .p-trading-item__container .text-box .text {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #leading-service .p-trading-item__container .text-box .text {
    font-size: 1.4rem;
  }
}
#leading-service .p-painting.p-painting-en .p-painting-jigyo__slogan-sub {
  width: auto;
}
#leading-service .p-painting.p-painting-en .p-painting-jigyo__check li {
  display: block;
}
#leading-service .p-painting-jigyo__slogan-sub {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-jigyo__slogan-sub {
    font-size: 2.2rem;
  }
}
#leading-service .p-painting-jigyo__slogan-sub span {
  display: block;
  padding-bottom: 10px;
}
#leading-service .p-painting-jigyo__slogan-sub .item-text {
  display: block;
  padding-top: 50px;
}
#leading-service .p-painting-jigyo__check li {
  padding-left: 60px;
  margin: 0 0 50px 30px;
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-jigyo__check li {
    font-size: 2.2rem;
    display: block;
  }
}
#leading-service .p-painting-jigyo__check li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(./../images/service/painting/check.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#leading-service .p-painting-jigyo__image .pc-image > p {
  margin: 70px 0;
}
#leading-service .p-painting-jigyo__image .sp-image > p {
  margin: 20px 0;
  position: relative;
}
#leading-service .p-painting-jigyo__image .sp-image > p:not(:last-child) {
  padding-bottom: 30px;
}
#leading-service .p-painting-jigyo__image .sp-image > p:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 25px;
  background-image: url(./../images/service/painting/chain.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#leading-service .p-painting-jigyo .caution {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-jigyo .caution {
    text-align: left;
  }
}
#leading-service .p-painting-flow__container {
  margin: 70px 0;
  padding: 30px 20px;
  border: 1px solid #707070;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-flow__container {
    margin: 20px 0;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-flow__container:not(:last-child) {
    margin: 20px 0 50px 0;
  }
}
#leading-service .p-painting-flow__container:not(:last-child)::after {
  content: "▼";
  position: absolute;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  color: #909090;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-flow__container:not(:last-child)::after {
    bottom: -58px;
  }
}
#leading-service .p-painting-flow__container .title-box {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-flow__container .title-box {
    width: 100%;
  }
}
#leading-service .p-painting-flow__container .title-box .title {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  color: #0018FF;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-flow__container .title-box .title {
    font-size: 2.6rem;
    overflow-wrap: normal;
  }
}
#leading-service .p-painting-flow__container .text-box {
  padding-left: 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-flow__container .text-box {
    width: 100%;
    padding: 10px 0;
  }
}
#leading-service .p-painting-flow__container .text-box .text {
  font-size: 1.6rem;
}
#leading-service .p-painting-line h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-line h2 {
    margin-bottom: 20px;
  }
}
#leading-service .p-painting-line__container {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-line__container {
    margin-bottom: 20px;
  }
}
#leading-service .p-painting-line__box .image-box {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #leading-service .p-painting-line__box .image-box {
    padding: 20px 0;
  }
}
#leading-service .p-painting-line__link {
  width: 300px;
  margin: 0 0 0 auto;
  position: relative;
  padding-right: 30px;
}
#leading-service .p-painting-line__link::after {
  content: "▶";
  color: #0018FF;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 0;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes assy-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes yellowLine {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes petalPop {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#recruit .gradiate-text {
  background: linear-gradient(#095CE0, #28C0FF);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
#recruit .main-message {
  font-weight: 500;
  margin: 50px 0;
}
#recruit .l-container.info {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #recruit .l-container.info {
    padding: 10px;
  }
}
#recruit .l-container.benefits {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #recruit .l-container.benefits {
    padding: 10px;
  }
}
#recruit .p-recruit-message {
  color: #1A1A1A;
}
#recruit .p-recruit-message__main-message {
  font-size: 2.6rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-message__main-message {
    font-size: 2.2rem;
  }
}
#recruit .p-recruit-message__text {
  font-weight: 500;
}
#recruit .p-recruit-message__link-container .text {
  font-size: 3rem;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-message__link-container .text {
    font-size: 1.8rem;
  }
}
#recruit .p-recruit-message__link-box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-message__link-box {
    flex-direction: column;
    margin-top: 20px;
  }
}
#recruit .p-recruit-message__link-box a {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 35%;
  max-width: 380px;
  color: #ffffff;
  position: relative;
  padding: 20px 16px;
  background: linear-gradient(#095CE0, #28C0FF);
  font-size: 2.6rem;
  margin-right: 20px;
  transition: color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-message__link-box a {
    border-radius: 10px;
    font-size: 1.8rem;
    margin: 10px auto;
    width: 300px;
  }
  s #recruit .p-recruit-message__link-box a:nth-of-type(2) {
    background-color: #ffffff;
    color: #1A1A1A;
  }
}
#recruit .p-recruit-message__link-box a::after {
  content: "▶";
  position: absolute;
  color: #ffffff;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  transition: color 0.25s ease;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-message__link-box a::after:nth-of-type(2) {
    color: #0018FF;
  }
}
#recruit .p-recruit-info h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info h2 {
    margin-bottom: 10px;
  }
}
#recruit .p-recruit-info__lists .work-name {
  font-size: 3.6rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .work-name {
    font-size: 2.2rem;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
#recruit .p-recruit-info__lists .work-name span {
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .work-name span {
    font-size: 1.6rem;
  }
}
#recruit .p-recruit-info__lists .item-box {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .item-box {
    margin: 20px 0;
  }
}
#recruit .p-recruit-info__lists .text-box {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .text-box {
    padding-top: 0;
  }
}
#recruit .p-recruit-info__lists .text-box .text {
  width: 70%;
  margin: 0 0 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .text-box .text {
    width: 100%;
    font-weight: 400;
    padding: 0 10px;
  }
}
#recruit .p-recruit-info__lists .text-box .interview-icon {
  position: absolute;
  width: 45%;
  height: auto;
  top: -40px;
  left: 50px;
  color: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .text-box .interview-icon {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
}
#recruit .p-recruit-info__lists .text-box .interview-icon-en {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .text-box .interview-icon-en {
    width: 100%;
  }
}
#recruit .p-recruit-info__lists .text-box .interview-icon .interview-icon-back {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .text-box .interview-icon .interview-icon-back {
    flex-wrap: nowrap;
    padding: 10px;
  }
}
#recruit .p-recruit-info__lists .text-box .interview-icon .interview-icon-back::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #28C0FF, #095CE0);
  transform: skewX(-15deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .text-box .interview-icon .interview-icon-back::before {
    transform: skewX(0);
  }
}
#recruit .p-recruit-info__lists .text-box .interview-icon .interview-icon-back .number {
  font-size: 3rem;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .text-box .interview-icon .interview-icon-back .number {
    font-size: 1.8rem;
    padding-right: 20px;
    width: 140px;
  }
}
#recruit .p-recruit-info__lists .text-box .interview-icon .interview-icon-back .info {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-info__lists .text-box .interview-icon .interview-icon-back .info {
    font-size: 1.4rem;
    width: 70%;
  }
}
#recruit .p-recruit-benefits h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-benefits h2 {
    margin-bottom: 10px;
  }
}
#recruit .p-recruit-benefits__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-benefits__lists {
    grid-template-columns: 1fr;
    gap: 20px 0;
    padding: 30px;
  }
}
#recruit .p-recruit-benefits__item {
  position: relative;
  border: 1px solid #1FA3F6;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 320px;
}
#recruit .p-recruit-benefits__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border: 1px solid #1FA3F6;
  z-index: 1;
}
#recruit .p-recruit-benefits__item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
}
#recruit .p-recruit-benefits__item .title {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-benefits__item .title {
    font-size: 2rem;
    font-weight: 500;
  }
}
#recruit .p-recruit-benefits__item .text {
  font-size: 1.6rem;
  font-weight: 400;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-benefits__item .text {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
#recruit .p-recruit-benefits__item .image-box {
  max-width: 80%;
  z-index: 2;
}
#recruit .p-recruit-entry a {
  padding: 20px;
  display: block;
  width: 400px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  background: linear-gradient(#095CE0, #28C0FF);
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-entry a {
    font-size: 2.2rem;
    width: 300px;
    border-radius: 10px;
  }
}
#recruit .p-recruit-entry a span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit-entry a span {
    font-size: 1.8rem;
  }
}

#form.p-contact-en .required::before, #form.p-entry-en .required::before {
  content: "Required";
}
#form.p-contact-en .nini::before, #form.p-entry-en .nini::before {
  content: "Optional";
}
#form.p-contact-en label, #form.p-entry-en label {
  padding-left: 5em;
}
@media screen and (max-width: 768px) {
  #form.p-contact-en label, #form.p-entry-en label {
    padding-left: 6em;
  }
}
#form .p-form-contents {
  color: #1A1A1A;
}
#form .p-form-contents .radio-wrap {
  background-color: #D9D9D9;
  margin-bottom: 50px;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  #form .p-form-contents .radio-wrap {
    margin-bottom: 20px;
  }
}
#form .p-form-contents .wpcf7-acceptance {
  margin: 100px auto;
  width: 650px;
  display: block;
}
@media screen and (max-width: 768px) {
  #form .p-form-contents .wpcf7-acceptance {
    width: 100%;
    margin: 20px auto;
  }
}
#form .p-form-contents .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  margin-bottom: 0;
  padding: 0;
}
#form .p-form-contents .wpcf7-acceptance label .wpcf7-list-item-label {
  display: inline-block;
}
#form .p-form-contents .wpcf7-acceptance input {
  display: inline-block;
  margin-bottom: 0;
  width: 30px;
}
#form .p-form-contents .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
#form .p-form-contents .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}
#form .p-form-contents .wpcf7 input[type=submit]:disabled,
#form .p-form-contents .wpcf7 button[type=submit]:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}
#form .p-form-contents .wpcf7 form .wpcf7-response-output {
  border: 10px solid #00a0d2;
  font-size: 2.4rem;
}
#form .p-form-contents .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffb900;
}
#form .p-form-contents .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
#form .p-form-contents__radio .wpcf7-list-item {
  margin: 0;
}
#form .p-form-contents__radio label {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #form .p-form-contents__radio label {
    padding-left: 10px;
  }
}
#form .p-form-contents__radio label .wpcf7-list-item-label {
  display: inline-block;
}
#form .p-form-contents__radio-en label {
  grid-template-columns: 30px 150px;
}
#form .p-form-contents__radio input {
  display: inline-block;
  margin: 0;
  width: 30px;
}
#form .p-form-contents .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s ease-in-out;
  position: relative;
}
#form .p-form-contents .button-box .button-item {
  padding: 16px;
  text-align: center;
  width: 300px;
  margin: 20px;
  border: 1px solid #1A1A1A;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  display: block;
}
#form .p-form-contents .button-box .button-item:hover {
  background-color: #095CE0;
  color: #ffffff;
  border: none;
}
#form .p-form-contents .button-box .wpcf7-spinner {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#form .p-form-alert__wrap {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1A1A1A;
}
#form .p-form-alert__wrap .text {
  margin: 30px 0;
}
#form .p-form-alert__wrap a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */