@charset "UTF-8";
/* CSS Document */
/*reset css--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*reset css--------------------*/
/*base--------------------*/
a, input[type=submit] {
  transition: all 0.3s;
}
a:hover, input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/
/*font--------------------*/
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  color: #000000;
  text-align: justify;
}
body a {
  color: #000000;
}
body h1, body h2, body h3, body h4, body p, body span {
  text-box-trim: trim-both;
}
@media screen and (max-width: 768px) {
  body h2[class][class] {
    font-size: 20px;
  }
  body h3[class][class] {
    font-size: 18px;
  }
  body p[class][class],
  body ul[class][class],
  body li[class][class],
  body dt[class][class],
  body dd[class][class] {
    font-size: 16px;
  }
}

/*font--------------------*/
/*inner--------------------*/
.l-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 95%;
  }
}

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

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

/*br--------------------*/
/*anime--------------------*/
.js-fade-up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1000ms;
}

.js-fade-left {
  opacity: 0;
  transform: translate(-30px, 0px);
  transition: all 1000ms;
}

.js-fade-right {
  opacity: 0;
  transform: translate(30px, 0px);
  transition: all 1000ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*anime--------------------*/
/*btn--------------------*/
/*btn--------------------*/
/*ttl--------------------*/
.c-ttl {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.c-ttl-en {
  font-size: clamp(3.125rem, 1.708rem + 2.95vw, 5.25rem);
  font-weight: 400;
  font-family: "Noto Serif", serif;
  color: #0859a3;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-ttl-en {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.c-ttl-jp {
  font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.38em;
}
@media screen and (max-width: 768px) {
  .c-ttl-jp {
    font-size: 24px;
  }
}

/*ttl--------------------*/
/*fv--------------------*/
.c-fv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .c-fv {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .c-fv {
    height: 200px;
  }
}
.c-fv__ttl {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-fv__ttl-en {
  font-size: clamp(1.875rem, 0.25rem + 3.39vw, 4.313rem);
  letter-spacing: 0.26em;
  font-weight: bold;
  font-family: "Arial", "Arial Black", sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-fv__ttl-en {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.c-fv__ttl-jp {
  font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
  letter-spacing: 0.38em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-fv__ttl-jp {
    font-size: 30px;
  }
}

.consignee .c-fv {
  background-image: url(../images/fv/consignee_fv.jpg);
}

.recruit .c-fv {
  background-image: url(../images/fv/recruit_fv.jpg);
}

.equipment .c-fv {
  background-image: url(../images/fv/equipment_fv.jpg);
}

.company .c-fv {
  background-image: url(../images/fv/company_fv.jpg);
}

.contact .c-fv {
  background-image: url(../images/fv/contact_fv.jpg);
}

/*fv--------------------*/
/*header--------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  z-index: 999999;
  background: #ffffff;
}
@media screen and (max-width: 1920px) {
  .l-header {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 80px;
  }
}
.l-header__inner {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  width: 500px;
}
@media screen and (max-width: 1920px) {
  .l-header__logo {
    width: 300px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__logo {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    position: fixed;
    top: 25px;
    left: 5px;
    z-index: 999999999;
  }
}
.l-header__logo-link {
  width: 100%;
  height: 100%;
  display: block;
}
.l-header__frame {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1920px) {
  .l-header__frame {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__frame {
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: ease-in 0.3s;
    z-index: 999999;
  }
}
.l-header__frame.active {
  opacity: 1;
  visibility: visible;
}
.l-header__group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__group {
    flex-direction: column;
    gap: 25px;
  }
}
.l-header__group-list:not(:last-of-type) {
  border-right: 1px solid #000000;
}
@media screen and (max-width: 1024px) {
  .l-header__group-list:not(:last-of-type) {
    border: none;
  }
}
.l-header__group-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 1920px) {
  .l-header__group-link {
    padding: 0 25px;
  }
}
.l-header__group-link span {
  display: block;
}
.l-header__group-jp {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .l-header__group-jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__group-jp {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-jp {
    font-size: 16px;
  }
}
.l-header__group-en {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #0859a3;
}
@media screen and (max-width: 1920px) {
  .l-header__group-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__group-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-en {
    font-size: 16px;
  }
}
.l-header__contact-link {
  background: #e16c5b;
  border: 1px solid #e16c5b;
  border-radius: 33px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 55px;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 700;
  color: #ffffff;
}
.l-header__contact-link:hover {
  opacity: 1;
  background: #ffffff;
  color: #e16c5b;
}
@media screen and (max-width: 1920px) {
  .l-header__contact-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__contact-link {
    font-size: 14px;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__contact-link {
    font-size: 16px;
    padding: 10px 50px;
  }
}
.l-header .js-btn {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 5px;
  display: none;
  z-index: 999999;
}
@media screen and (max-width: 1024px) {
  .l-header .js-btn {
    display: block;
  }
}
.l-header .js-btn span {
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  height: 3px;
  border-radius: 2px;
  background: #0859a3;
  width: 40px;
  transform: translateX(-50%);
}
.l-header .js-btn span:nth-of-type(1) {
  top: 15px;
}
.l-header .js-btn span:nth-of-type(2) {
  top: 23px;
}
.l-header .js-btn span:nth-of-type(3) {
  top: 31px;
}
.l-header .js-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 50%;
  transform: translate(-50%, 6px) rotate(-45deg);
  width: 40px;
}
.l-header .js-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .js-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 50%;
  transform: translate(-50%, -6px) rotate(45deg);
  width: 40px;
}

/*header--------------------*/
/*footer--------------------*/
.l-footer {
  background: #eef8ff;
}
.l-footer__inner {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 55px 0;
}
@media screen and (max-width: 1920px) {
  .l-footer__inner {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    width: 95%;
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .l-footer__info {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__info-name {
  font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0859a3;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}
.l-footer__info-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__info-item {
    flex-direction: column;
  }
}
.l-footer__info-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.l-footer__info-ttl {
  min-width: 110px;
  width: 100px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.l-footer__info-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.75;
}
.l-footer__group {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__group {
    gap: 50px 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__group-list {
    width: calc(50% - 5px);
  }
}
.l-footer__group-link {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0859a3;
}
.l-footer__group-child {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__group-child {
    margin-top: 15px;
  }
}
.l-footer__group-child-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.l-footer__group-child-link {
  font-size: 15px;
  font-weight: 400;
}
.l-footer__copy {
  background: #0859a3;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
}

/*footer--------------------*/
/*main--------------------*/
.l-main {
  margin-top: 170px;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1920px) {
  .l-main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .l-main {
    margin-top: 80px;
  }
}

/*main--------------------*/
/*l-contact--------------------*/
.l-contact {
  width: 100%;
  padding: 70px 0 60px 0;
  background-image: url(../images/common/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding: 50px 0;
  }
}
.l-contact .l-inner {
  max-width: 1300px;
}
.l-contact__vertical {
  position: relative;
}
.l-contact__vertical::before {
  content: "";
  position: absolute;
  top: 20%;
  kerning: 0;
  height: 80%;
  width: 1px;
  background: #ffffff;
}
.l-contact__frame {
  padding: 55px 4.5% 60px 4.5%;
  position: relative;
}
.l-contact__frame::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.l-contact__frame::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
.l-contact__ttl {
  display: flex;
  align-items: center;
  width: calc(100% + 2vw);
  transform: translate(-2vw, -50%);
}
.l-contact__ttl * {
  line-height: 1;
  color: #ffffff;
}
.l-contact__ttl-frame {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-contact__ttl-border {
  flex: 1;
  height: 1px;
  background: #ffffff;
  margin-left: 2vw;
}
.l-contact__ttl-en {
  font-size: clamp(3.125rem, 1.417rem + 3.56vw, 5.688rem);
  letter-spacing: 0.149em;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  margin-right: 30px;
}
.l-contact__ttl-jp {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  letter-spacing: 0.18em;
  font-weight: 600;
}
.l-contact__txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5333333333;
  color: #ffffff;
  text-align: center;
  margin-bottom: 70px;
}
.l-contact__box {
  display: flex;
  justify-content: center;
  gap: 8.4%;
}
@media screen and (max-width: 768px) {
  .l-contact__box {
    flex-direction: column;
    gap: 50px;
  }
}
.l-contact__box-item {
  width: 45.8%;
}
@media screen and (max-width: 768px) {
  .l-contact__box-item {
    width: 100%;
  }
}
.l-contact__box-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding: 25px 0 35px 0;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.l-contact__box-link:hover {
  opacity: 1;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.l-contact__box-ttl {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
}
.l-contact__box-txt {
  font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #0859a3;
}

/*l-contact--------------------*/
/*home--------------------*/
.home {
  background: #eeedf3;
}

.home .bg {
  background-image: url(../images/home/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home .slide {
  padding: 0 0 105px 0;
}
@media screen and (max-width: 768px) {
  .home .slide {
    padding: 0 0 50px 0;
  }
}
.home .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background: #ffffff;
}
.home .slide .l-inner {
  max-width: 1680px;
}
.home .slide .slider-frame {
  position: relative;
}
.home .slide .slider {
  display: none;
}
.home .slide .slick-initialized {
  display: block;
}
.home .slide__ttl {
  font-size: clamp(3.125rem, 1.875rem + 2.6vw, 5rem);
  font-weight: 600;
  line-height: 1.625;
  color: #ffffff;
  position: absolute;
  bottom: 75px;
  right: 4%;
}
@media screen and (max-width: 1024px) {
  .home .slide__ttl {
    font-size: 24px;
    bottom: 20px;
    right: 5px;
  }
}
.home .slide img {
  aspect-ratio: 3369/2022;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.home .slide .zoom-animation {
  animation: zoom 5s 0s forwards;
}

.home .about {
  padding: 0 0 295px 0;
}
@media screen and (max-width: 768px) {
  .home .about {
    padding: 0 0 150px 0;
  }
}
.home .about * {
  color: #ffffff;
}
.home .about .c-ttl {
  margin-bottom: 50px;
}
.home .about .c-ttl-en {
  font-size: clamp(3.125rem, 1.125rem + 4.17vw, 6.125rem);
  font-weight: 400;
}
.home .about .c-ttl-jp {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  font-weight: 300;
  color: #ffffff;
}
.home .about__txt {
  font-size: 18px;
  text-align: center;
  line-height: 3.0555555556;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1366px) {
  .home .about__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .home .about__txt {
    text-align: left;
  }
}
.home .about__txt .br-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .home .about__txt .br-pc {
    display: none;
  }
}

.home .equipment {
  padding: 0 0 280px 0;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .home .equipment {
    padding: 0 0 50px 0;
  }
}
.home .equipment .c-ttl {
  margin-bottom: 50px;
}
.home .equipment .c-ttl * {
  color: #0859a3;
}
.home .equipment .c-ttl-en {
  font-size: clamp(3.125rem, 1.125rem + 4.17vw, 6.125rem);
  font-weight: 400;
}
.home .equipment .c-ttl-jp {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  letter-spacing: 0.32em;
  font-weight: 300;
}
.home .equipment__group {
  background-image: url(../images/home/equipment_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0 140px 0;
}
@media screen and (max-width: 768px) {
  .home .equipment__group {
    padding: 50px 0;
  }
}
.home .equipment__group .l-inner {
  max-width: 1700px;
  display: flex;
  flex-wrap: wrap;
  gap: 5.8%;
}
@media screen and (max-width: 1920px) {
  .home .equipment__group .l-inner {
    gap: 3%;
  }
}
@media screen and (max-width: 1366px) {
  .home .equipment__group .l-inner {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .home .equipment__group .l-inner {
    gap: 50px 10px;
  }
}
.home .equipment__group-list {
  width: 20.65%;
}
@media screen and (max-width: 1920px) {
  .home .equipment__group-list {
    width: 22.75%;
  }
}
@media screen and (max-width: 1024px) {
  .home .equipment__group-list {
    width: calc(50% - 5px);
  }
}
.home .equipment__group-lead {
  font-size: clamp(1.25rem, 1.125rem + 0.26vw, 1.438rem);
  font-weight: bold;
  color: #ffffff;
  background: rgba(8, 89, 163, 0.8);
  padding: 10px;
  width: 75%;
  min-width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .home .equipment__group-lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .home .equipment__group-lead {
    font-size: 14px;
  }
}

.home .recruit {
  padding: 0 0 200px 0;
}
@media screen and (max-width: 768px) {
  .home .recruit {
    padding: 0 0 50px 0;
  }
}
.home .recruit .l-inner {
  max-width: 1300px;
  background-image: url(../images/home/recruit_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home .recruit__link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 70px 7.6% 60px 7.6%;
}
.home .recruit__link:hover {
  opacity: 1;
}
.home .recruit__link:hover .recruit__txt {
  transform: scale(1.2);
}
.home .recruit__vertical {
  position: relative;
}
.home .recruit__vertical::before {
  content: "";
  position: absolute;
  top: 40%;
  kerning: 0;
  height: 60%;
  width: 1px;
  background: #ffffff;
}
.home .recruit__frame {
  padding: 60px 0 55px 0;
  text-align: center;
  position: relative;
}
.home .recruit__frame::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.home .recruit__frame::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
.home .recruit__ttl {
  display: flex;
  align-items: center;
  width: 100%;
  transform: translate(0, -50%);
}
.home .recruit__ttl * {
  line-height: 1;
  color: #ffffff;
}
.home .recruit__ttl-frame {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .recruit__ttl-border {
  flex: 1;
  height: 1px;
  background: #ffffff;
  margin-left: 50px;
}
.home .recruit__ttl-en {
  font-size: clamp(3.125rem, 0.042rem + 6.42vw, 7.75rem);
  letter-spacing: 0.14em;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}
.home .recruit__txt {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.3428571429;
  color: #ffffff;
  text-align: center;
  transition: all 0.5s;
}

/*home--------------------*/
/*consignee--------------------*/
.consignee .index {
  padding: 175px 0;
}
@media screen and (max-width: 768px) {
  .consignee .index {
    padding: 50px 0;
  }
}
.consignee .index .l-inner {
  max-width: 1360px;
}
.consignee .index__group {
  display: flex;
  flex-wrap: wrap;
  gap: 110px 5.1%;
}
@media screen and (max-width: 1024px) {
  .consignee .index__group {
    gap: 50px 10px;
  }
}
.consignee .index__group-list {
  width: 21.175%;
}
@media screen and (max-width: 1024px) {
  .consignee .index__group-list {
    width: calc(50% - 5px);
  }
}
.consignee .index__group img {
  margin-bottom: 15px;
}
.consignee .index__group-ttl {
  font-size: 12px;
  font-weight: bold;
}

/*consignee--------------------*/
/*recruit--------------------*/
.recruit .requirement {
  background: #e6e6e6;
  padding: 75px 0 120px 0;
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .recruit .requirement {
    padding: 50px 0;
  }
}
.recruit .requirement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 205px;
  background: #0f266d;
}
@media screen and (max-width: 768px) {
  .recruit .requirement::before {
    height: 120px;
  }
}
.recruit .requirement .l-inner {
  max-width: 1400px;
}
.recruit .requirement__frame {
  position: relative;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}
.recruit .requirement__ttl {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
  font-weight: 600;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .recruit .requirement__ttl {
    height: 50px;
  }
}
.recruit .requirement__ttl-txt {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.recruit .requirement__ttl-txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #0f266d;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.recruit .requirement__box {
  padding: 135px 9% 100px 9%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .recruit .requirement__box {
    padding: 50px 5%;
  }
}
.recruit .requirement__lead {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: 600;
  color: #0f266d;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin-bottom: 25px;
}
.recruit .requirement__lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 35px;
  background: #0f266d;
}
.recruit .requirement__group {
  background: #ffffff;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .recruit .requirement__group {
    margin-bottom: 50px;
  }
}
.recruit .requirement__group-item {
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 1.5789473684;
  border-top: 1px solid #0f266d;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .recruit .requirement__group-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0;
  }
}
.recruit .requirement__group-item:last-of-type {
  border-bottom: 1px solid #0f266d;
}
.recruit .requirement__group-ttl {
  font-weight: 600;
  color: #0f266d;
  min-width: 400px;
  padding-left: 10px;
}
@media screen and (max-width: 1366px) {
  .recruit .requirement__group-ttl {
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .requirement__group-ttl {
    width: 100%;
    min-width: unset;
    padding-left: 0;
  }
}
.recruit .requirement__group-ttl br {
  display: none;
}
@media screen and (max-width: 1366px) {
  .recruit .requirement__group-ttl br {
    display: block;
  }
}
.recruit .requirement__group-content {
  color: #000000;
  font-weight: 300;
  border-left: 1px solid #0f266d;
  padding: 20px 20px 20px 35px;
}
@media screen and (max-width: 768px) {
  .recruit .requirement__group-content {
    border: none;
    padding: 20px 0 0 0;
  }
}
.recruit .requirement__group-content p:not(:last-of-type) {
  margin-bottom: 35px;
}
.recruit .requirement__group-content ul {
  margin-top: 10px;
}
.recruit .requirement__group-content li {
  position: relative;
  padding-left: 19px;
}
.recruit .requirement__group-content li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.recruit .requirement__txt {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .recruit .requirement__txt {
    text-align: left;
    margin-bottom: 50px;
  }
}
.recruit .requirement__button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.recruit .requirement__button-link {
  font-size: 19px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: block;
  background: #0f266d;
  padding: 20px 50px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .recruit .requirement__button-link {
    font-size: 16px;
  }
}

/*recruit--------------------*/
/*equipment--------------------*/
.equipment .index {
  position: relative;
}
.equipment .index .bg__bottom {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -80%);
  z-index: -1;
}
.equipment .index__nav {
  padding: 105px 0;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .equipment .index__nav {
    padding: 50px 0;
  }
}
.equipment .index__nav .l-inner {
  max-width: 1160px;
}
.equipment .index__nav-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 10px;
}
.equipment .index__nav-link {
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
  font-weight: 600;
  color: #ffffff;
  background: #0859a3;
  padding: 10px 20px;
}
.equipment .index__block01-ttl, .equipment .index__block02-ttl {
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
  font-weight: 600;
  color: #ffffff;
  background: #0859a3;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .equipment .index__block01-ttl, .equipment .index__block02-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .equipment .index__block01-ttl, .equipment .index__block02-ttl {
    padding: 25px 0;
    text-align: center;
    width: 100%;
  }
}
.equipment .index__block01-group, .equipment .index__block02-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
.equipment .index__block01-list, .equipment .index__block02-list {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
}
.equipment .index__block01-list::before, .equipment .index__block02-list::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .equipment .index__block01-list::before, .equipment .index__block02-list::before {
    top: 7px;
  }
}
.equipment .index__block01 {
  padding: 0 0 110px 0;
}
@media screen and (max-width: 768px) {
  .equipment .index__block01 {
    padding: 0 0 100px 0;
  }
}
.equipment .index__block01 .l-inner {
  max-width: 1150px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .equipment .index__block01 .l-inner {
    gap: 100px;
  }
}
.equipment .index__block01-item:nth-of-type(odd) .index__block01-thumbnail {
  float: left;
}
@media screen and (max-width: 768px) {
  .equipment .index__block01-item:nth-of-type(odd) .index__block01-thumbnail {
    float: unset;
  }
}
.equipment .index__block01-item:nth-of-type(odd) .index__block01-content {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .equipment .index__block01-item:nth-of-type(odd) .index__block01-content {
    margin-right: auto;
  }
}
.equipment .index__block01-item:nth-of-type(even) .index__block01-thumbnail {
  float: right;
}
@media screen and (max-width: 768px) {
  .equipment .index__block01-item:nth-of-type(even) .index__block01-thumbnail {
    float: unset;
  }
}
.equipment .index__block01-item:nth-of-type(even) .index__block01-content {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .equipment .index__block01-item:nth-of-type(even) .index__block01-content {
    margin-left: auto;
  }
}
.equipment .index__block01-thumbnail {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .equipment .index__block01-thumbnail {
    width: 100%;
  }
}
.equipment .index__block01-content {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .equipment .index__block01-content {
    width: 100%;
  }
}
.equipment .index__block01-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.equipment .index__block02 {
  padding: 0 0 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .equipment .index__block02 {
    padding: 0 0 150px 0;
  }
}
.equipment .index__block02::before {
  content: "";
  position: absolute;
  top: -190px;
  right: 0;
  width: 21.8%;
  aspect-ratio: 423/430;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: rgba(222, 241, 252, 0.6);
  z-index: -1;
}
.equipment .index__block02 .l-inner {
  max-width: 1520px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .equipment .index__block02 .l-inner {
    gap: 100px;
  }
}
.equipment .index__block02-item {
  width: calc(33.3333333333% - 20px);
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 180px;
}
@media screen and (max-width: 1024px) {
  .equipment .index__block02-item {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .equipment .index__block02-item {
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
}
.equipment .index__block02-item:nth-of-type(2) .index__block-list {
  display: flex;
}
.equipment .index__block02-item:nth-of-type(2) .index__block-list span {
  display: block;
  min-width: 60px;
}
.equipment .index__block02-thumbnail {
  width: 100%;
}
.equipment .index__block02-content {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .equipment .index__block02-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .equipment .index__block02-group {
    margin-bottom: 0;
  }
}

.equipment .strength {
  padding: 0 0 235px 0;
}
@media screen and (max-width: 768px) {
  .equipment .strength {
    padding: 0 0 100px 0;
  }
}
.equipment .strength .c-ttl {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .equipment .strength .c-ttl {
    margin-bottom: 50px;
  }
}
.equipment .strength__button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.equipment .strength__button-link {
  background: #0859a3;
  color: #ffffff;
  padding: 20px 50px;
  width: 100%;
  height: 100%;
  display: block;
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .equipment .strength__button-link {
    padding: 10px;
  }
}

.equipment .quality {
  padding: 0 0 340px;
}
@media screen and (max-width: 768px) {
  .equipment .quality {
    padding: 0 0 50px 0;
  }
}
.equipment .quality .l-inner {
  max-width: 1300px;
}
.equipment .quality .c-ttl {
  margin-bottom: 50px;
}
.equipment .quality__block {
  display: flex;
  align-items: center;
  gap: 95px;
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .equipment .quality__block {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
  }
}
.equipment .quality__block-thumbnail {
  width: 335px;
}
@media screen and (max-width: 768px) {
  .equipment .quality__block-thumbnail {
    width: 150px;
  }
}
.equipment .quality__block-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3333333333;
}
.equipment .quality__image {
  width: 60%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .equipment .quality__image {
    width: 100%;
    margin-bottom: 25px;
  }
}
.equipment .quality__txt {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.2352941176;
}
@media screen and (max-width: 768px) {
  .equipment .quality__txt {
    width: 100%;
  }
}

/*equipment--------------------*/
/*company--------------------*/
.company .greetings {
  padding: 145px 0 205px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .greetings {
    padding: 50px 0;
  }
}
.company .greetings .bg__right {
  width: 46.8%;
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}
.company .greetings .bg__left {
  width: 71.8%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.company .greetings .bg__bottom {
  width: 41.1%;
  bottom: 355px;
  left: 0;
  z-index: -1;
  position: absolute;
}
.company .greetings__box {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .company .greetings__box {
    width: 95%;
  }
}
.company .greetings .c-ttl {
  margin-left: 0;
  text-align: left;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .company .greetings .c-ttl {
    margin-bottom: 50px;
  }
}
.company .greetings .c-ttl-en {
  font-size: clamp(3.125rem, 0.375rem + 5.73vw, 7.25rem);
}
@media screen and (max-width: 768px) {
  .company .greetings .c-ttl-en {
    font-size: 40px;
  }
}
.company .greetings__lead {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.company .greetings__txt {
  font-size: 14px;
  line-height: 2.5714285714;
  font-weight: 300;
  margin-bottom: 50px;
}
.company .greetings__thumbnail {
  margin-bottom: 40px;
}
.company .greetings__frame {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  height: 100px;
  margin-right: 75px;
}
@media screen and (max-width: 768px) {
  .company .greetings__frame {
    margin-right: 10px;
  }
}
.company .greetings__frame-position {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.28em;
  margin-bottom: 20px;
}
.company .greetings__frame-name {
  font-size: clamp(1.25rem, 0.792rem + 0.95vw, 1.938rem);
  font-weight: 700;
  letter-spacing: 0.34em;
  border-bottom: 1px solid #adadad;
  padding-bottom: 15px;
}

.company .policy {
  padding: 85px 0 195px 0;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .company .policy {
    padding: 50px 0;
  }
}
.company .policy__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/company/policy_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.company .policy__lead {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.38em;
  color: #ffffff;
  background: rgba(8, 89, 163, 0.8);
  padding: 30px 0;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company .policy__lead {
    width: 100%;
  }
}
.company .policy__txt {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 1366px) {
  .company .policy__txt {
    text-align: left;
  }
}
.company .policy__txt:first-of-type {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .company .policy__txt:first-of-type {
    margin-bottom: 60px;
  }
}

.company .profile {
  padding: 120px 7.5vw 220px 7.5vw;
}
@media screen and (max-width: 768px) {
  .company .profile {
    padding: 50px 2.5%;
  }
}
.company .profile .c-ttl {
  width: 49.3%;
  height: 165px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: flex-end;
  gap: 110px;
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1366px) {
  .company .profile .c-ttl {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    gap: 10px;
  }
}
.company .profile .c-ttl-en {
  margin-bottom: 0;
}
.company .profile__frame {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company .profile__frame {
    flex-direction: column;
  }
}
.company .profile__image {
  width: 42.5%;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 215px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .profile__image {
    width: 100%;
    gap: 25px;
  }
}
.company .profile__image::before {
  content: "";
  position: absolute;
  top: -335px;
  left: -8.5vw;
  width: 67vw;
  height: calc(100% - (100% - 215px) / 2 + 120px + 165px + 50px);
  display: block;
  background: rgba(222, 241, 252, 0.6);
  clip-path: polygon(0 0, 30% 0, 100% 100%, 70% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company .profile__image::before {
    left: -50px;
  }
}
.company .profile__group {
  width: 49.3%;
}
@media screen and (max-width: 768px) {
  .company .profile__group {
    width: 100%;
  }
}
.company .profile__group-item {
  border-top: 1px solid #adadad;
  padding: 20px 20px 20px 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .company .profile__group-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company .profile__group-item:last-of-type {
  border-bottom: 1px solid #adadad;
}
.company .profile__group-ttl {
  width: 255px;
  width: 255px;
  min-width: 255px;
  font-size: 17px;
  font-weight: 700;
  color: #0859a3;
}
@media screen and (max-width: 1920px) {
  .company .profile__group-ttl {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .company .profile__group-ttl {
    width: 100%;
  }
}
.company .profile__group-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.0555555556;
  letter-spacing: 0.16em;
}
.company .profile__group-content a {
  color: #0859a3;
  text-decoration: underline;
}
.company .profile__group-member {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.company .profile__group-member div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1920px) {
  .company .profile__group-member div {
    flex-direction: column;
    align-items: flex-start;
  }
}

.company .access {
  padding: 0 0 175px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .access {
    padding: 0 0 50px 0;
  }
}
.company .access::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 71.8%;
  background: rgba(222, 241, 252, 0.6);
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.company .access .l-inner {
  max-width: 1660px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1366px) {
  .company .access .l-inner {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }
}
.company .access__content {
  width: 32%;
}
@media screen and (max-width: 1366px) {
  .company .access__content {
    width: 100%;
  }
}
.company .access__content .c-ttl {
  text-align: left;
  margin-left: 0;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .company .access__content .c-ttl {
    margin-bottom: 50px;
  }
}
.company .access__content .c-ttl-en {
  font-size: clamp(3.125rem, 0.375rem + 5.73vw, 7.25rem);
  font-weight: 400;
}
.company .access__content .c-ttl-jp {
  font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
  font-weight: 700;
}
.company .access__content-info {
  letter-spacing: 0.16em;
}
.company .access__content-lead {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-bottom: 50px;
}
.company .access__content-lead::before {
  content: "";
  position: absolute;
  width: calc(100% + 50px);
  bottom: -25px;
  left: -50px;
  height: 1px;
  background: #adadad;
}
.company .access__content-address {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.0555555556;
}
.company .access__map {
  width: 52%;
}
@media screen and (max-width: 1366px) {
  .company .access__map {
    width: 100%;
  }
}
.company .access__map iframe {
  aspect-ratio: 877/600;
}

.company .history {
  padding: 100px 0 65px 0;
  background-image: url(../images/company/history_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -10;
  margin-bottom: 275px;
}
@media screen and (max-width: 1024px) {
  .company .history {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.company .history__ttl {
  font-size: clamp(1.875rem, 1.042rem + 1.74vw, 3.125rem);
  font-weight: 700;
  letter-spacing: 0.38em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .company .history__ttl {
    margin-bottom: 50px;
  }
}
.company .history__group {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.company .history__group-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .company .history__group-item {
    gap: 10px;
  }
}
.company .history__group-item * {
  color: #ffffff;
}
.company .history__group-item:nth-of-type(odd) .history__group-year::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 20px;
  content: "";
  display: block;
  width: 20px;
  border-top: 2px solid #ffffff;
  transform: skewY(70deg);
}
.company .history__group-item:nth-of-type(even) {
  transform: translateX(155px);
}
@media screen and (max-width: 1366px) {
  .company .history__group-item:nth-of-type(even) {
    transform: translateX(50px);
  }
}
@media screen and (max-width: 1024px) {
  .company .history__group-item:nth-of-type(even) {
    transform: none;
  }
}
.company .history__group-item:nth-of-type(even) .history__group-year::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 20px;
  content: "";
  display: block;
  width: 20px;
  border-top: 2px solid #ffffff;
  transform: skewY(-70deg);
}
.company .history__group-item:not(:last-of-type) {
  margin-bottom: 80px;
}
.company .history__group-item:last-of-type .history__group-year::after {
  display: none;
}
.company .history__group-year {
  font-size: clamp(1.875rem, 1.125rem + 1.56vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .company .history__group-year {
    min-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .company .history__group-year {
    font-size: 16px;
    padding: 15px;
    min-width: 100px;
    text-align: center;
  }
}
.company .history__group-year::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(8, 89, 163, 0.6);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
  z-index: -1;
}
.company .history__group-year span {
  font-size: clamp(1.875rem, 1.125rem + 1.56vw, 3rem);
  font-weight: bold;
  font-family: "Arial", "Arial Black", sans-serif;
  letter-spacing: 0.04em;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .company .history__group-year span {
    font-size: 16px;
    margin-left: 3px;
  }
}
.company .history__group-txt {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  line-height: 1.75;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company .history__group-txt {
    font-size: 14px !important;
    width: calc(100% - 100px);
  }
}

/*company--------------------*/
/*contact--------------------*/
.contact .c-fv {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact .c-fv {
    margin-bottom: 50px;
  }
}

.contact .form {
  background: #eeeeee;
  padding: 125px 0;
}
@media screen and (max-width: 768px) {
  .contact .form {
    padding: 50px 0;
  }
}
.contact .form__catch-txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact .form__catch-txt {
    text-align: left;
  }
}
.contact .form__catch-txt::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 122%;
  height: 1px;
  background: #bab6b7;
}
.contact .form__catch-tel {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .contact .form__catch-tel {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
  }
}
.contact .form__catch-head {
  font-size: 17px;
  color: #ffffff;
  padding: 10px;
  background: #0859a3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .form__catch-number {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #0859a3;
}
.contact .form__block {
  background: #ffffff;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px 85px 10px;
}
@media screen and (max-width: 768px) {
  .contact .form__block {
    padding: 50px 25px;
  }
}
.contact .form__block .c-ttl {
  margin-bottom: 50px;
}
.contact .form__block .c-ttl-en {
  font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
  font-weight: bold;
  font-family: "Arial", "Arial Black", sans-serif;
}
.contact .form__block .c-ttl-jp {
  font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
  font-weight: 600;
}
.contact .form__block-txt {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .contact .form__block-txt {
    text-align: left;
    margin-bottom: 25px;
  }
}
.contact .form__block-frame {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.contact .form__block-must {
  font-size: 17px;
  font-weight: 600;
  color: #0859a3;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact .form__block-must {
    margin-bottom: 25px;
  }
}
.contact .form__block-group {
  margin-bottom: 60px;
}
.contact .form__block-item {
  border-bottom: 1px solid #bab6b7;
  padding: 25px 0;
}
.contact .form__block-ttl {
  min-width: 270px;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact .form__block-ttl {
    margin-bottom: 15px;
  }
}
.contact .form__block-ttl span {
  color: #0859a3;
  margin-left: 3px;
}
.contact .form__block-content {
  width: 100%;
  margin-top: 20px;
}
.contact .form__block-submit {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.contact .form__block-submit input {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: #0859a3;
  border: 1px solid #0859a3;
  padding: 15px 60px;
}
.contact .form__block-submit input:hover {
  opacity: 1;
  background: #ffffff;
  color: #0859a3;
}
.contact .form__block input:hover, .contact .form__block textarea:hover, .contact .form__block select:hover {
  cursor: pointer;
}
.contact .form__block .select {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact .form__block .select {
    flex-direction: column;
  }
}
.contact .form__block .select .form__block-content {
  margin-top: 0;
}
.contact .form__block .wpcf7-checkbox {
  display: flex;
  gap: 10px;
}
.contact .form__block .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14em;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact .form__block .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
  }
}
.contact .form__block .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
}
@media screen and (max-width: 768px) {
  .contact .form__block .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.contact .form__block .wpcf7-text, .contact .form__block .wpcf7-textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}
.contact .form__block .wpcf7-textare {
  height: 210px;
}

/*contact--------------------*//*# sourceMappingURL=style.css.map */