@charset "UTF-8";
:root {
  --white: #fff;
  --black: #000;
  --red: #f00;
  /* 基礎 */
  --bgcolor: #fff;
  --textcolor: #222222;
  --gray: #EBEBEB;
  --green: #01A87B;
  --basefont: "Roboto", "Noto Sans JP", sans-serif; /* font-weight: 400; font-weight: 700; */
  --midashi: "Zen Kaku Gothic New", sans-serif; /* font-weight: 700; */
  --mainfont: "Noto Sans JP", sans-serif;
}

/*20241021 ページネーションドット消し*/

span.page-numbers.dots{
display:none !important;
}

/* 1024px以上 */
/* 640px以上 */
/* 639px以下 */
/* 上書き */
.e-con {
  --container-max-width: 1920px !important;
  --padding-left:0px !important;
  --padding-right:0px !important;
}

.e-con-inner {
  -webkit-padding-before: 0px !important;
          padding-block-start: 0px !important;
  -webkit-padding-after: 0px !important;
          padding-block-end: 0px !important;
          overflow-x: clip;
}
@media screen and (min-width: 1921px) {

.e-con-inner {
  background-color: #F8F8F8;
}
.page-id-13 .elementor-element.elementor-element-349fc18.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner:nth-child(1) {
  background-color: var(--white);
}
}
/* ベース */
body, .elementor-widget-text-editor {
  font-family: var(--basefont) !important;
  font-size: 20px;
  font-weight: 400;
  color: var(--textcolor) !important;
}
.ib {
  display: inline-block;
}
html {scroll-behavior: smooth;}
.spbr {
  display: none;
}
@media screen and (max-width: 720px) {
  .spbr {
    display: block;
  }
}
/*--------------------------------
共通
ーーーーーーーーーーーーーーーーーーーーーーー*/
.e-con-inner {
  max-width: 100%!important;
}
.page-content a {
  text-decoration: none;
}
.robo {
  font-family: var(--basefont) 
  }
.zen {
  font-family: var(--midashi) 
  }
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .bold {
    font-weight: bold;
  }
  .inner {
    width: 1140px;
    margin: 0 auto;
    max-width: 90%;
  }
  .inline {
    display: inline-block;
  }
  a {
    cursor: pointer;
  }
  a:hover {
    text-decoration: underline;
    color: var(--green);
  }
  @media screen and (max-width: 741px) {
  
    /*741以上<br>表示*/
    .is_sp {
      display: none;
    }
  }
  @media screen and (min-width: 740px) {
  
    /*740以下<br>表示*/
    .is_tb {
      display: none;
    }
  }
  @media screen and (min-width: 1025px) {
    .inner {
      max-width: 80%;
    }
    /*1025以下<br>表示*/
    .is_pc {
      display: none;
    }
  
    a[href^="tel"] {
      pointer-events: none;
    }
  }
    /*枠線が伸びるボタン*/
  .btn {
    font-family: var(--midashi);
    display: inline-block;
    text-align: center;
    font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #fff;
    max-width: 240px;
    width: 100%;
    padding: 35px 0px;
    border-radius: 35px;
  background: var(--green);
  position: relative;
  overflow: hidden;
transition: 0.3s;
  }
  .btn::before {
    position: absolute;
    content: '';
    background-color: var(--green);
    inset: 40px;
    transition: 0.3s;
    }
    .btn:hover {
      background-color: #fff;
    }
    .btn:hover::before {
      animation: animate 1s linear forwards;
    }
    @keyframes animate
    {
      0%
      {
        transform:  rotate(90deg);
      }
      100%
      {
        transform: rotate(180deg);
        inset: -140px;
      }
    }
    .btn::after {
      position: absolute;
      content: '';
      background-color: var(--green);
      inset: 2px;
      border-radius: 35px;
      z-index: 2;
      }
      .btn:hover::after {
        background-color: #fff;
      }
      .btn-text {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        inset: 2px;
      z-index: 3;
      color: #fff;
      }
      .btn:hover .btn-text  {
        color: var(--green);
      }
  
a.btn {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .btn {
  font-size: 14px;
    max-width: 150px;
    padding: 20px 0px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 740px) {
  .btn  {
    width: 168px;
    font-size: 16px;
    padding: 24px 0px;
    border-radius: 35px;
  }
}
/* トップページ */
.top_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  margin-top: 82px;
  margin-left: 40px;
  margin-right: 40px;
}
.top_head .catch {
  /* max-width: min(980px, 51.042vw); */
  max-width: clamp(659px, 51.042vw, 980px);
  position: relative;
	width: 100%;
  aspect-ratio: 983 / 174;
}
.svg-wrap {
  position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
}
.top_head .logo {
  margin-top: 5px;
  /* width: clamp(153px, 10.99vw, 211px); */
  /*width: clamp(200px, 18.99vw, 350px);*/
  width:350px;
}
@media screen and (max-width: 1024px) {
  .top_head {
    /*margin-top: 100px;*/
    margin-left: 30px;
  margin-right: 30px;
  }
  .top_head .catch {
    height: 11.4vw;
    width: auto;
    max-width: 100%;
  }
  .top_head .logo {
    margin-top: 0px;
    /*width: max(180px, 26.1vw);*/
    width:350px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_head .catch {
    /* margin-top: 20px; */
    margin-top: 0;
    height: 9.1vw;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
	.top_head {
	margin-top:74px !important;
	}
}
@media screen and (min-width: 769px) {
	.top_head {
	margin-top:54px;
	}
}
@media screen and (max-width: 768px) {
  .top_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    align-items: flex-start;
    margin-top:30px;
    margin-left:6%;
    margin-right:6%;
  }
  .top_head .catch {
    width: 100%;
    height: 100%;
    max-width: clamp(280px, 67.1vw, 370px);
    margin-top: 80px;
	}
  .top_head .catch svg {
    /*height:50px;*/
    /* width: auto; */
    /* height: 12.077vw; */
    height: 100%;
  }
  .top_head .logo {
    /* width: 140px; */
    /* width: min(160px, 39vw); */
    width:200px;
    height: 100%;
  }
}
@media screen and (max-width: 414px) {
  .top_head .logo {
  width:160px;
  }
}
@media screen and (min-width: 1921px) {
  .top_head {
    max-width: 1920px;
    margin-inline: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*トップ見出し動き*/
.svg-wrap svg {
  width: 100%;
  /* height: auto; */
  height: 100%;
}

.svg-wrap svg .st0 {
  stroke-dasharray: 1000px;
  stroke: #222222;
  stroke-width: 1px;
  -webkit-animation: svgAnime 3s linear 1;
          animation: svgAnime 3s linear 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes svgAnime {
  0% {
    stroke-dashoffset: 1000px;
    fill: transparent;
  }
  70% {
    stroke-dashoffset: 0px;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0px;
    stroke: transparent;
    fill: #222222;
  }
}

@keyframes svgAnime {
  0% {
    stroke-dashoffset: 1000px;
    fill: transparent;
  }
  70% {
    stroke-dashoffset: 0px;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0px;
    stroke: transparent;
    fill: #222222;
  }
}
.s01 {
  font-family: var(--midashi);
  font-size: 173px;
  font-weight: bold;
  text-anchor: start;
  dominant-baseline: hanging;
  line-height: 100%;
}

.s01 .s {
  font-size: 141px;
}

.s01.active {
  stroke-dasharray: 500;
  stroke: var(--textcolor);
  -webkit-animation-name: kf_s01;
          animation-name: kf_s01;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes kf_s01 {
  0% {
    stroke-dashoffset: 500;
    stroke-width: 1px;
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1px;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-width: 0px;
    fill: var(--textcolor);
  }
}

@keyframes kf_s01 {
  0% {
    stroke-dashoffset: 500;
    stroke-width: 1px;
    fill: transparent;
  }
  40% {
    fill: transparent;
  }
  60% {
    stroke-width: 1px;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-width: 0px;
    fill: var(--textcolor);
  }
}
.top_mv {
  position: relative;
  width: 100%;
  margin-top: 72px;
}

.top_mv .mountain {
  width: 100%;
  height: 72px;
  background-image: url("../img/top_mountain.svg");
  background-repeat: repeat-x;
  background-size: cover;
  animation-name: mountain;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.top_mv .mountain img {
  width: auto;
  height: 100%;
}
/*右から左*/
@keyframes mountain {
  0% {
    background-position: 1927px;
  }

  100% {
    background-position: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv .mountain {
    height: 56px;
  }
}
  @media screen and (max-width: 768px) {
    .top_mv .mountain {
      height: 40px;
    }
  }

.top_mv_truck {
    position: absolute;
    top: -60px;
    left: 22px;
    width: min(300px, 100%);
  z-index: 2;
  opacity: 0;
  transform: translateX(-50%);
  transition: all .3s;
  animation: gatagata 2.5s infinite;
}
.top_mv_truck.active  {
  opacity: 1;
  transform: translateX(0);
}
@keyframes gatagata {
  0%   { transform: translate(0%, 0%); }
  10%   { transform: translate(-3%, 0%) rotate(-3deg); }
  20%  { transform: translate(0%, 0%) rotate(0deg); }
  30%   { transform: translate(-3%, 0%) rotate(-3deg); }
  40%  { transform: translate(0%, 0%) rotate(0deg); }
  50%   { transform: translate(-3%, 0%) rotate(-3deg); }
  60%  { transform: translate(0%, 0%) rotate(0deg); }
  70%   { transform: translate(-3%, 0%) rotate(-3deg); }
  80%  { transform: translate(0%, 0%) rotate(0deg); }
  90%   { transform: translate(-3%, 0%) rotate(-3deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}
@media screen and (max-width: 1024px) {
  .top_mv_truck {
    width: max(180px, 22vw);
    top: max(-40px, -3.4vw);
  }
  .top_mv {
    margin-top: 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_mv_truck {
    width: 180px;
    top: -34px;
    left: 10px;
}
}
@media screen and (max-width: 720px) {
  .top_mv {
    /* margin-top: 10.9vw; */
    margin-top: 54px;
  }
  .top_mv_truck {
    width: min(180px, 45vw);
    top: max(-34px, -8vw);
}
}
@media screen and (min-width: 1921px) {
  .top_mv_truck {
    left: calc(50% - 960px);
  }
  .top_mv .mountain {
    background-size: contain;
  }
}
/* トップページ　スライダー */
.fv-slider .swiper-wrapper{
  transition-timing-function: linear;
  height: 100%;
}
.fv-slider{
    width: 100%;
    height: 687px;
    overflow-x: hidden;
    mask-image: url(../img/slider-mask.svg);
    mask-size: auto;
    mask-repeat: repeat-x;
}
.fv-slider img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
/* @media screen and (max-width: 1024px) {
  .fv-slider{
        height: 747px;
  }
} */
@media screen and (max-width: 720px) {
  .fv-slider{
        height: 573px;
  }
}
/* 私たちについて */
.top_aboutus {
  overflow-x: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
.fadeup {
  transition: transform 1s;
  transform: translateY(-50%);
  opacity: 0;
}
.fadeup.active {
  transform: translateY(0);
  opacity: 1;
}
.fadein {
  transition: transform 1s;
  transform: translateY(50%);
  opacity: 0;
}
.fadein.active {
  transform: translateY(0);
  opacity: 1;
}
.top_aboutus .exp {
  font-family: var(--mainfont);
  margin-top: 61px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.top_aboutus .rule_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1320px;
  max-width: 90%;
  margin-top: 75px;
  margin-bottom: 169px;
  margin-left: auto;
  margin-right: auto;
  gap: 3%;
}
.top_aboutus .rule_box li:nth-child(even) {
  margin-top: 65px;
}

.top_aboutus .rule_box .frame {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.top_aboutus ul li:nth-child(odd) .frame {
  transform: translateY(30%);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
.top_aboutus ul li:nth-child(odd) .frame.active{
  transform: translateY(0);
  opacity: 1;
}
.top_aboutus ul li:nth-child(even) .frame{
  transform: translateY(-30%);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
.top_aboutus ul li:nth-child(even) .frame.active{
  transform: translateY(0);
  opacity: 1;
}
.top_aboutus ul li:nth-child(1) .frame{
  transition-delay: 1s;
}
.top_aboutus ul li:nth-child(2) .frame{
  transition-delay: 1.4s;
}
.top_aboutus ul li:nth-child(3) .frame{
  transition-delay: 1.6s;
}
.top_aboutus ul li:nth-child(4) .frame{
  transition-delay: 1.8s;
}
.top_aboutus .rule_box .rule {
  position: absolute;
  top: -23px;
  left: 15px;
  width: 70px;
  z-index: 2;
}
.rule img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.top_aboutus .rule_box .rule_sp {
  display: none;
}
.top_aboutus .rule_box .rule_pc,.top_aboutus .rule_box .rule_sp {
  border-radius: 20px;
}
.top_aboutus .rule_box .text_box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  bottom: -60px;
  right: 20px;
  width: 100%;
}

.top_aboutus .rule_box .text_box .text1, .top_aboutus .rule_box .text_box .text2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.top_aboutus .rule_box .text_box .text1 {
  margin-left: 15px;
}

.top_aboutus .rule_box .text_box .text1 strong, .top_aboutus .rule_box .text_box .text2 strong {
  color: var(--white);
  font-family: var(--midashi);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 8px;
  background-color: var(--green);
  border-radius: 30px;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.top_aboutus .rule_box li:nth-of-type(1) .text_box .text1 {
  top: -38px;
  position: relative;
}

.top_aboutus .rule_box li:nth-of-type(2) .text_box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top_aboutus .rule_box li:nth-of-type(2) .text_box .text1 {
  top: -45px;
  position: relative;
}

.top_aboutus .rule_box li:nth-of-type(3) .text_box .text1 {
  top: -43px;
  position: relative;
}

.top_aboutus .rule_box li:nth-of-type(4) .text_box .text1 {
  top: -83px;
  position: relative;
}

.top_aboutus .bg {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: -50px;
}
.top_aboutus .bg svg {
  min-height: 853px;
}
.top_aboutus .cls-1 {stroke-width: 98px;}
.top_aboutus_truck {
  position: absolute;
  bottom: 2%;
  right: 10px;
  width: 316px;
z-index: 2;
opacity: 0;
transform: translateX(50%);
transition: transform .8s,opacity .8s;
transition-delay: 2.6s;
}
.top_aboutus_truck.active  {
opacity: 1;
transform: translateX(0);
}
@media screen and (max-width: 1400px) {
  .top_aboutus .rule_box {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .top_aboutus .rule_box .rule_pc {
    display: none;
  }
  .top_aboutus .rule_box .rule_sp {
    display: block;
  }
  .top_aboutus {
    padding-top: 60px;
  }
  .top_aboutus .exp {
    margin-top: 40px;
    margin-inline: auto;
    font-size: 18px;
    letter-spacing: 0px;
    width: 75%;
  }
  .top_aboutus .rule_box {
    margin-top: 67px;
    margin-bottom: 22px;
    max-width: 83.4%;
    flex-wrap: wrap;
    gap: 1%;
  }
  .top_aboutus .rule_box .frame {
    max-width: clamp(300px, 40vw, 430px);
  }
  .top_aboutus .rule_box .rule {
    left: 10px;
  }
  .top_aboutus ul li:nth-child(even) .frame{
    transform: translateY(30%);
  }
  .top_aboutus .rule_box li:nth-child(even) {
    margin-top: 0;
}
  .top_aboutus .rule_box li:nth-child(n+3) {
    margin-top: 68px;
}
.top_aboutus .rule_box .text_box .text1 strong, .top_aboutus .rule_box .text_box .text2 strong {
  font-size: 18px;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 3px;
}
.top_aboutus .rule_box .text_box .text1 {
  margin-left: 10px;
}
.top_aboutus .rule_box .text_box {
  bottom: -20px;
  margin-bottom: 0px;
}
.top_aboutus .bg {
  top: 140px;
  bottom: auto;
}
.top_aboutus .bg svg {
  height: 543px;
  min-height: auto;
}
.top_aboutus_truck{
  display: none;
}
}
@media (max-width: 767px) {
  .e-con.e-flex {
      --flex-wrap:nowrap;
  }
}
@media screen and (max-width: 740px) {
  .top_aboutus .exp {
    font-size: 16px;
    letter-spacing: 0px;
    width: 90%;
  }
  .top_aboutus .rule_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    height: 100%;
    flex-wrap: initial !important;
}
.top_aboutus .rule_box .frame {
  max-width: fit-content;
  margin-inline: auto;
}
.top_aboutus ul li:nth-child(1) .frame,
.top_aboutus ul li:nth-child(2) .frame,
.top_aboutus ul li:nth-child(3) .frame,
.top_aboutus ul li:nth-child(4) .frame{
  transition-delay: 0s;
}
.top_aboutus .rule_box li:nth-child(n+2) {
  margin-top: 43px;
}
.top_aboutus .rule_box .text_box {
  bottom: -5px;
}
.top_aboutus .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* top: 80px;
  bottom: auto; */
}
.top_aboutus .bg svg {
  width: auto;
  height: 131.401vw; /*414px_de_544px*/
  /* min-height: auto; */
}
}
@media screen and (min-width: 1921px) {
  .top_aboutus {
    background-color: #fff;
    padding-bottom: 50px;
  }
  .top_aboutus .bg {
    bottom: 0px;
    z-index: 0;
  }
  .top_aboutus .exp {
    z-index: 1;
  }
}
/*--------------------------------
事業内容
ーーーーーーーーーーーーーーーーーーーーーーー*/
.top_ourservice {
  max-width: 1920px;
  margin-inline: auto;
  padding-top: 92px;
}
.top_ourservice_inner {
  max-width: 1720px;
  margin-inline: auto;
  width: 90%;
}
.top_ourservice_content{
  margin-top: 61px;
}
.top_ourservice_wrap:nth-child(2) {
  flex-direction: row;
}
.top_ourservice_wrap:nth-child(2) .top_ourservice_R  .top_ourservice_img_pc{
  border-radius: 20px 0px 0px 20px;
}
.top_ourservice_wrap:nth-child(n+2) {
  margin-top: 38px;
}
.top_ourservice_wrap {
  border: 10px solid var(--gray);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  flex-direction: row-reverse;
  position: sticky;
  top: 60px;
  height: 100%;
}
.top_ourservice_item {
  width: 50%;
}
.top_ourservice_item.top_ourservice_L {
  width: 50%;
  position: relative;
  background-color: #fff;
  border-radius: 20px 0px 0px 20px;
}
.top_ourservice_wrap:nth-child(2) > .top_ourservice_item.top_ourservice_L {
  border-radius: 0px 20px 20px 0px;
}
.top_ourservice_box {
  /*width: min(71%, 588px);*/
  /*width: min(85%, 800px);*/
  width: min(66%, 546px);
  /*padding: 14% 0;*/
  /*padding: 20.5% 0;*/
  margin-left: 18%;
  /*margin-left: 10%;*/
  line-height: 1.8;
}
@media screen and (min-width: 740px) {
.top_ourservice_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
}
@media screen and (min-width: 1024px) {
.top_ourservice_box {
min-height:713px;
}
}
.top_ourservice_wrap:nth-child(2) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box,
.top_ourservice_wrap:nth-child(3) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box {
  width: min(66%, 546px);
  /*width: min(85%, 800px);*/
}
.top_ourservice_wrap:nth-child(3) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box {
  padding: 20.5% 0;
}
.top_ourservice_subtitle {
  font-family: var(--midashi);
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.05em;
  display: flex;
    align-items: center;
}
.top_ourservice_subtitle::before {
  content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/circle-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
    font-size: 16px;
}
.top_ourservice_title {
  font-family: var(--midashi);
  margin-top: 16px;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.top_ourservice_text {
  font-family: var(--mainfont);
  width: min(540px, 100%);
margin-top: 40px;
font-size: 18px;
}
.top_ourservice_btn {
  margin-top: 60px;
}
.top_ourservice_icon {
  position: absolute;
}
.top_ourservice_icon.truck_icon {
  width: min(300px, 16vw);
  right: 5%;
  bottom: min(-6%, -34px);
}
.top_ourservice_icon.storage_icon {
  width: min(184px, 10vw);
  right: min(12%, 96px);
  bottom: 0;
}
.top_ourservice_icon.moving_icon {
  width: min(211px, 11vw);
  right: min(13%, 99px);
  bottom: 0;
}
.top_ourservice_item.top_ourservice_R {
  width: 50%;
  height: auto;
  border-radius: 20px 0px 0px 20px;
}
.top_ourservice_img_sp {
  display: none;
}
.top_ourservice_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_ourservice_item.top_ourservice_R .top_ourservice_img_pc{
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 1877px) {
.top_ourservice_wrap:nth-child(1) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box .top_ourservice_title .br{
display:none;
}
}
@media screen and (max-width: 1600px) {
  .top_ourservice_icon.truck_icon {
    bottom: -40px;
  }
}
@media screen and (max-width: 1200px) {
  .top_ourservice_box {
    /*width: 80%;*/
    width: 85%;
    margin-left: 7%;
  }
  .top_ourservice_wrap:nth-child(2) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box,
  .top_ourservice_wrap:nth-child(3) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box {
    width: 85%;
  }
  .top_ourservice_icon.truck_icon {
    bottom: -3%;
  }
}
@media screen and (max-width: 1024px) {
  .top_ourservice {
    padding-top: 60px;
  }
  .top_ourservice_icon.truck_icon {
    width: min(123px, 100%);
    bottom: min(-2%, -20px);
}
.top_ourservice_wrap {
  border: 5px solid var(--gray);
}
.top_ourservice_box {
  width: 90%;
}
.top_ourservice_subtitle::before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.top_ourservice_subtitle {
  font-size: 14px;
}
.top_ourservice_title {
  margin-top: 8px;
  font-size: 20px;
}
.top_ourservice_text {
  width: 90%;
margin-top: 29px;
font-size: 14px;
}
.top_ourservice_btn {
  margin-top: 30px;
}
.top_ourservice_wrap:nth-child(1) .top_ourservice_title {
	width:90%;
  /*letter-spacing: 0.1em;*/
}
}
@media screen and (max-width: 1024px) {
.top_ourservice_box {
min-height:422px;
}
}
@media screen and (min-width:741px) and (max-width:1024px) {
.top_ourservice_wrap:nth-child(2) > .top_ourservice_item.top_ourservice_L {
border-radius: 0px 25px 25px 0px;
}
.top_ourservice_item.top_ourservice_item.top_ourservice_L {
border-radius: 25px 0px 0px 25px;
}
.top_ourservice_item.top_ourservice_R {
border-radius: 25px 0px 0px 25px;
}
.top_ourservice_wrap:nth-child(1) .top_ourservice_item.top_ourservice_R {
    border-radius: 0px 25px 25px 0px;
    overflow: hidden;
}
.top_ourservice_wrap:nth-child(2) .top_ourservice_item.top_ourservice_R {
overflow:hidden;
}
.top_ourservice_wrap:nth-child(3) .top_ourservice_item.top_ourservice_R {
    border-radius: 0px 25px 25px 0px;
    overflow: hidden;
}
}

@media screen and (max-width: 740px) {
  .top_ourservice {
    padding-top: 70px;
  }
  .top_ourservice_content{
    margin-top: 41px;
  }
  .top_ourservice_wrap {
flex-direction: column;
position: initial;
}
.top_ourservice_item.top_ourservice_R,.top_ourservice_item.top_ourservice_L {
width: 100%;
}
.top_ourservice_item.top_ourservice_L {
  background-color: transparent;
}
.top_ourservice_img_pc {
  display: none;
}
.top_ourservice_img_sp {
  display: block;
}
.top_ourservice_R  .top_ourservice_img_sp,.top_ourservice_wrap:nth-child(2) .top_ourservice_R  .top_ourservice_img_sp {
  border-radius: 20px 20px 0px 0px;
}
.top_ourservice__item {
width: 100%;
}
.top_ourservice_box {
width: 90%;
margin-left: auto;
margin-right: auto;
/*padding: 32px 0 81px;*/
height:422px;
}
.top_ourservice_wrap:nth-child(2) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box,
.top_ourservice_wrap:nth-child(3) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box {
  width: 90%;
}
.top_ourservice_wrap:nth-child(1) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box {
  padding: 32px 0 109px;
}
.top_ourservice_wrap:nth-child(2) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box {
  padding: 32px 0 109px;
}
.top_ourservice_wrap:nth-child(3) > .top_ourservice_item.top_ourservice_L > .top_ourservice_box {
padding: 32px 0 110px;
}
.top_ourservice_subtitle {
  font-size: 20px;
}
.top_ourservice_title {
  margin-top: 10px;
  font-size: 24px;
}
.top_ourservice_text {
margin-top: 25px;
  width: 100%;
font-size: 16px;
}
.top_ourservice_btn {
  margin-top: 40px;
  text-align: center;
}
.top_ourservice_icon.truck_icon {
  width: 150px;
  right: auto;
  left: -5px;
  bottom: -25px;
}
.top_ourservice_icon.storage_icon {
  width: 94px;
  right: 25px;
  bottom: 0;
}
.top_ourservice_icon.moving_icon {
  width: 115px;
  right: auto;
  left: 25px;
  bottom: 0;
}
.top_ourservice_wrap:nth-child(1) .top_ourservice_title {
	width:100%;
  /*letter-spacing: 0.1em;*/
}

}
@media screen and (max-width: 440px) {
.top_ourservice_box {
height:480px;
}
}
@media screen and (max-width: 353px) {
.top_ourservice_box {
height:550px;
}
}
@media screen and (min-width: 1921px) {
  .top_ourservice{
    background-color: var(--white);
    z-index: -1;
    padding-top: 42px;
  }
}
/* トップ_共通見出し */
.top_section .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_section .heading dt h2 {
  font-family: var(--midashi);
  font-size: 40px;
  font-weight: 700;
  color: var(--textcolor);
  letter-spacing: 0.05em;
}
.top_section .heading dd {
  margin-top: 10px;
}
.top_section .heading dd h3 {
  font-family: var(--basefont);
  font-size: 20px;
  color: var(--green);
}
@media screen and (max-width: 1024px) {
  .top_section .heading dt h2 {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
  .top_section .heading dd h3 {
    font-size: 14px;
  }
}

/* ハンバーガー */
.mobmenu-icon {
  position: fixed;
  width: 70px;
  height: 40px;
  top: 35px;
  right: 28px;
  cursor: pointer;
  z-index: 999 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobmenu-icon span {
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #222222;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
.mobmenu-icon span:nth-child(1) {
  top: 9px;
}
.mobmenu-icon span:nth-child(2) {
  top: 18px;
}
.mobmenu-icon span:nth-child(3) {
  top: 27px;
}
.mobmenu-icon.open {
  background-color: transparent !important;
}
.mobmenu-icon.open span {
  background-color: #222222;
}

.mobmenu-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: 2;
}

.mobmenu-icon.open span:nth-child(2) {
  /* opacity: 0; */
  top: 15px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background-color: white;
  z-index: 1;
  height: 9px;
}

.mobmenu-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.menu-bg {
  background-color: black;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}

.menu-bg.open {
  opacity: 0.65;
  pointer-events: auto;
}
.menu-bg.open ~ .header-logo {
  z-index: 99;
}
.mobmenu-wrapper {
  z-index: 998;
  pointer-events: none;
  position: fixed;
  top: 0px;
  right: 0px;
  /* height: calc(100% - 13.8888%); */
  height: 930px;
  width: min(100% - 20px, 510px);
}
   /* heightが930px以下の時（画面からはみ出してスクロールさせる） */
@media screen and (max-height: 930px) {
  /* .mobmenu-wrapper {
    height: calc(100% - 20px);
  } */
  .mobmenu-wrapper {
    height: 100%;
    overflow: auto;
  }
  .mobmenu-wrapper.open .mobmenu-inner  {
    height: 890px!important;
  }
  .mobmenu-wrapper .mobmenu-truck {
    top: 790px;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .mobmenu-icon {
    width: 60px;
    height: 50px;
    padding: 16px 0  15px;
    top: 15px;
    right: 30px;
  }
  .mobmenu-icon span:nth-child(1) {
    top: 16px;
  }
  .mobmenu-icon span:nth-child(2) {
    top: 24px;
  }
  .mobmenu-icon span:nth-child(3) {
    top: 32px;
  }
  .mobmenu-icon span {
    height: 3px;
}
.mobmenu-icon.open span:nth-child(1) {
  top: 18px;
}
.mobmenu-icon.open span:nth-child(2) {
  top: 15px;
}
.mobmenu-icon.open span:nth-child(3) {
  top: 18px;
}
}
@media screen and (max-width: 720px) {
  /* .mobmenu-wrapper {
    width: min(100% - 6.26vw, 93.74vw);
    height: calc(100% - 20px);
  } */
  .mobmenu-icon {
    width: 50px;
    top: 20px;
    right: 6%;
  }
  .mobmenu-icon span:nth-child(1) {
    top: 16px;
  }
  .mobmenu-icon span:nth-child(2) {
    top: 24px;
  }
  .mobmenu-icon span:nth-child(3) {
    top: 32px;
  }
}
@media screen and (max-width: 414px) {
  .mobmenu-wrapper {
    width: min(100% - 6.26vw, 93.74vw);
    /* height: calc(100% - 20px); */
  }
}
@media screen and (min-width: 1921px) {
  .page-id-13 .mobmenu-icon {
    right: calc(50% - 920px);
  }
  .mobmenu-icon {
    right: calc(50% - 960px);
  }
  .mobmenu-icon.open {
    right: 50px;
  }
}

.mobmenu-wrapper.open {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: all 0.6s 0s linear, opacity 0.3s 0s;
  transition: all 0.6s 0s linear, opacity 0.6s 0s;
}
.mobmenu-inner {
  height: 100px;
  width: 0;
  background-color: white;
  border-bottom: 40px solid #ebebeb;
  border-radius: 0 0 0 65px;
  border-left: 40px solid #ebebeb;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: width 0.6s 0.6s linear, height 0.6s 0.6s linear, opacity 1s 0.6s;
  transition: width 0.6s 0.6s linear, height 0.6s 0.6s linear, opacity 1s 0.6s;
  position: absolute;
  top: 0;
  right: 0;
}

.mobmenu-wrapper.open .mobmenu-inner {
  width: 100%;
  height: 100%;
  border-bottom: 40px solid #ebebeb;
  border-radius: 0 0 0 65px;
  border-left: 40px solid #ebebeb;
  opacity: 1;
  -webkit-transition: width 0.6s 0.2s linear, height 0.6s 0.2s linear, opacity 0.3s 0.3s;
  transition: width 0.6s 0.2s linear, height 0.6s 0.2s linear, opacity 0.3s 0.3s;
}
.mobmenu-content-wrap {
  display: none;
  height: 100%;
  padding: 30px 26px 50px;
  overflow: hidden;
  transition-delay: 1s;
}
/* @media screen and (max-width: 1024px) {
  .mobmenu-content-wrap {
    padding: 10px 26px 50px;
  }
} */
@media screen and (max-width: 720px) {
  .mobmenu-content-wrap {
    padding: 20px 26px 50px;
  }
}
@media screen and (max-width: 340px) {
  .mobmenu-content-wrap {
    padding: 20px 13px 50px;
  }
}
.mobmenu-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: max(100%, 520px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
          opacity: 0;
          transition: 0.5s
}
.mobmenu-content.on {
  opacity: 1;
}
.mobmenu-content.long {
  height: auto;
}
.mob-pop {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s cubic-bezier(0.03, 0.88, 0.2, 1.45);
  transition: 0.5s cubic-bezier(0.03, 0.88, 0.2, 1.45);
}

.mobmenu-content.on .mob-pop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s cubic-bezier(0.03, 0.88, 0.2, 1.45);
  transition: 0.5s cubic-bezier(0.03, 0.88, 0.2, 1.45);
}
.mobmenu-content:not(.on) .mob-pop {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: 0.5s cubic-bezier(0.2, 0, 0.88, 0.97);
}

.mobmenu-bottom {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.mobmenu-content.long .mobmenu-bottom {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

.mobmenu-title a:hover {
  opacity: 0.8;
}

.mobmenu-name {
  font-size: 14px;
  display: block;
  color: #222222 !important;
}

.mobmenu-list {
  list-style-type: none;
  padding: 0;
  margin-top: 127px;
}
.mobmenu-list-item {
  margin-bottom: 66px;
  text-align: center;
}
/* .mobmenu-list-item:nth-child(6) {
  margin-bottom: 0;
} */
@media screen and (max-width: 500px) {
  /* .mobmenu-wrapper {
    height: 690px;
  } */
  /* .mobmenu-wrapper.open .mobmenu-inner{
  height: 790px!important;
  }
  .mobmenu-wrapper .mobmenu-truck {
    top: 700px;
  } */
  .mobmenu-list {
    /* margin-top: 90px; */
    margin-top: max(90px, 25.444vw);
  }
  .mobmenu-list-item {
    margin-bottom: 13.229vw;
  }
  .mobmenu-list-item:nth-child(6) { /* 20241028追加 */
    /* margin-bottom: 90px; */
    margin-bottom: min(90px, 13.229vw);
  }
}
@media screen and (max-width: 450px) {
  .mobmenu-wrapper.open .mobmenu-inner{
  height: 790px!important;
  }
  .mobmenu-wrapper .mobmenu-truck {
    top: 670px;
  }
}
@media screen and (max-width: 400px) {
  .mobmenu-wrapper.open .mobmenu-inner{
  height: 760px!important;
  }
  .mobmenu-wrapper .mobmenu-truck {
    top: 650px;
  }
}

.mobmenu-n .mob-pop {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.mobmenu-content.on .mobmenu-n .mob-pop {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.mobmenu-content.on .mobmenu-n .mob-pop {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.mobmenu-content .mobmenu-n .mob-pop {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.mobmenu-k .mob-pop {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.mobmenu-a .mob-pop.mobmenu-link {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.mobmenu-link {
  position: relative;
  display: block;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mobmenu-link-icon {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  top: calc(50% - 10px);
  right: 0;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url(img/mobmenu-arrow.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.mobmenu-link > a {
  display: block;
}

/*.mobmenu-link:hover > a, .mobmenu-link:hover > span {transform: translateX(15px);}*/
.mobmenu-link:hover a {
  color: #222222;
}

.mobmenu-link-icon.open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobmenu-link:hover .mobmenu-link-icon.open {
  -webkit-transform: rotate(90deg) translateY(-15px);
          transform: rotate(90deg) translateY(-15px);
}

.mobmenu-link-small {
  font-weight: 500;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.mobmenu-link-main {
  display: block;
  font-family: var(--midashi);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 500px) {
  .mobmenu-link-main {
    /* font-size: 4.225vw; */
    font-size: max(20px, 5.2vw);
  }
}

.mobmenu-bottom-name {
  font-size: 16px;
  font-weight: 600;
  color: #222222 !important;
}

.mobmenu-bottom-address {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

.mobmenu-bottom-tel {
  font-size: 14px;
  padding-right: 1.5em;
}

.mobmenu-sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.mobmenu-sns a {
  margin-right: 15px;
}

.mobmenu-bottom-name a:hover, .mobmenu-sns a:hover {
  opacity: 0.8;
  color: #222222;
}

.mobmenu-copyright {
  font-size: 11px;
  height: 20px;
}

body:not(#arashiyama) .mobmenu-sub-wrapper {
  display: none;
}

.mobmenu-sub-wrapper {
  margin-top: 10px;
}

.mobmenu-content .menu-arashi-container, .mobmenu-content .menu-arashi-sub-container {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s 1s cubic-bezier(0.03, 0.88, 0.2, 1.45);
  transition: 0.5s 1s cubic-bezier(0.03, 0.88, 0.2, 1.45);
}

.mobmenu-sub-wrapper ul {
  list-style-type: none;
}

.mobmenu-content.on .menu-arashi-container,
.mobmenu-content.on .menu-arashi-sub-container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mobmenu-sub-wrapper .a-nav-inner1 {
  color: #222222 !important;
  -webkit-animation: none;
          animation: none;
  font-size: 18px;
  line-height: 1.8;
}

.mobmenu-sub-wrapper .a-nav-inner2 {
  display: none !important;
}

.mobmenu-sub-wrapper ul {
  padding: 5px 8px;
}

.mobmenu-sub-wrapper li {
  padding: 5px 0;
}

.mobmenu-sub-wrapper a {
  display: inline-block;
}

.mobmenu-sub-wrapper #menu-arashi-1 a span {
  display: inline;
}

.mobmenu-sub-wrapper ul#menu-arashi-sub-1,
.mobmenu-sub-wrapper ul#menu-arashi-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobmenu-sub-wrapper ul#menu-arashi-sub-1 li,
.mobmenu-sub-wrapper ul#menu-arashi-sub li {
  width: 50%;
  font-size: 18px;
}

.menu-arashi-sub-container {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.mobmenu-sub-wrapper a:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.mobmenu-sub-wrapper .current-menu-item a, .mobmenu-sub-wrapper .current-menu-item a span, .mobmenu-sub-wrapper a:hover, .mobmenu-sub-wrapper a:hover span,
body.single-event .menu-item-2486 a, body.single-event .menu-item-2486 a span,
body.archive .menu-item-2489 a, body.archive .menu-item-2489 a span,
body.single-post .menu-item-2489 a, body.single-post .menu-item-2489 a span {
  color: var(--color_a) !important;
}

.mobmenu-sub-wrapper .current-menu-item.menu-item-2492 a:not(:hover), .mobmenu-sub-wrapper .current-menu-item.menu-item-2492 a:not(:hover) span, .mobmenu-sub-wrapper .current-menu-item.menu-item-2493 a:not(:hover), .mobmenu-sub-wrapper .current-menu-item.menu-item-2493 a:not(:hover) span {
  color: #222222 !important;
}

.mobmenu-dot-line {
  height: 6px;
  background-position: left top;
  background-size: 6px 6px;
  background-repeat: repeat-x;
  background-image: url(img/dot-a.svg);
}

.mobmenu-dot-line.dot-line1 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.mobmenu-dot-line.dot-line2 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.mobmenu-solid-line {
  border-bottom: 3px solid var(--color_a);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

/* .mobmenu-wrapper.open .mobmenu-truck {
  opacity: 1;
} */
.mobmenu-wrapper .mobmenu-truck {
  position: absolute;
  display: block;
  z-index: 1;
  bottom: -12px;
  right: 25px;
  opacity: 0;
  width: fit-content;
transform: translateX(100%);
transition: all 1s;
}
.mobmenu-wrapper.open .mobmenu-truck  {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
  }
.mobmenu-truck img {
  width: 210px;
}
.mobmenu-logo img {
  width: 211px;
}
@media screen and (max-width: 500px) {
  .mobmenu-wrapper .mobmenu-truck {
    right: 15px;
    height: fit-content;
  }
  .mobmenu-truck img {
    width: clamp(162px, 42vw, 210px);
  }
  .mobmenu-logo img {
    /* width: 164px; */
    width: clamp(164px, 42.8vw, 211px);
  }
}

/***************************************************
 * Generated by SVG Artista on 7/10/2024, 4:53:32 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 3449.6884765625px;
    stroke-dasharray: 3449.6884765625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3449.6884765625px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 3449.6884765625px;
    stroke-dasharray: 3449.6884765625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3449.6884765625px;
  }
}
.svg-elem-1.active {
  -webkit-animation: animate-svg-stroke-1 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0s ease 0s both;
  animation: animate-svg-stroke-1 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0s ease 0s both;
}
.sub-svg-elem-1.active {
  -webkit-animation: animate-svg-stroke-1 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0s ease 0s both;
  animation: animate-svg-stroke-1 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0s ease 0s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 243.6429443359px;
    stroke-dasharray: 243.6429443359px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 243.6429443359px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 243.6429443359px;
    stroke-dasharray: 243.6429443359px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 243.6429443359px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-2.active {
  -webkit-animation: animate-svg-stroke-2 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0s ease 0s both;
  animation: animate-svg-stroke-2 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0s ease 0s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 265.0717163086px;
    stroke-dasharray: 265.0717163086px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 265.0717163086px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 265.0717163086px;
    stroke-dasharray: 265.0717163086px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 265.0717163086px;
  }
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-3.active {
  -webkit-animation: animate-svg-stroke-3 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0s ease 0s both;
  animation: animate-svg-stroke-3 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0s ease 0s both;
}

/* お知らせPC */
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 2440.8056640625px;
  stroke-dasharray: 2440.8056640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2440.8056640625px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 2440.8056640625px;
  stroke-dasharray: 2440.8056640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2440.8056640625px;
  }
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-4 {
  opacity: 0;
}
.svg-elem-4.active {
  -webkit-animation: animate-svg-stroke-4 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0s ease 0s both;
  animation: animate-svg-stroke-4 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0s ease 0s both;
  opacity: 1;
}
/*お知らせTB*/
@media screen and (max-width: 1024px) {
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1490.2105712890625px;
    stroke-dasharray: 1490.2105712890625px;
  }
  100% {
   stroke-dashoffset: 2980.421142578125px;
   stroke-dasharray: 1490.2105712890625px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1490.2105712890625px;
    stroke-dasharray: 1490.2105712890625px;
  }
  100% {
   stroke-dashoffset: 2980.421142578125px;
   stroke-dasharray: 1490.2105712890625px;
  }
}
}
/* 会社概要PC */
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 3521.19140625px;
  stroke-dasharray: 3521.19140625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3521.19140625px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 3521.19140625px;
  stroke-dasharray: 3521.19140625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3521.19140625px;
  }
}
.svg-elem-5 {
  opacity: 0;
}
.svg-elem-5.active {
  -webkit-animation: animate-svg-stroke-5 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
   animation: animate-svg-stroke-5 1.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
   opacity: 1;
}
/* 会社概要TB */
@media screen and (max-width: 1024px) {
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 2607.923583984375px;
    stroke-dasharray: 2607.923583984375px;
  }
  100% {
    stroke-dashoffset: 5215.84716796875px;
    stroke-dasharray: 2607.923583984375px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 2607.923583984375px;
    stroke-dasharray: 2607.923583984375px;
  }
  100% {
    stroke-dashoffset: 5215.84716796875px;
    stroke-dasharray: 2607.923583984375px;
  }
}
}    
/* 会社概要SP */
@media screen and (max-width: 740px) {
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 2529.470458984375px;
  stroke-dasharray: 2529.470458984375px;
  }
  100% {
    stroke-dashoffset: 5058.94091796875px;
    stroke-dasharray: 2529.470458984375px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 2529.470458984375px;
  stroke-dasharray: 2529.470458984375px;
  }
  100% {
    stroke-dashoffset: 5058.94091796875px;
    stroke-dasharray: 2529.470458984375px;
  }
}
}    

/* 私たちについて */
@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 3449.68408203125px;
    stroke-dasharray: 3449.68408203125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3449.68408203125px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 3449.68408203125px;
    stroke-dasharray: 3449.68408203125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3449.68408203125px;
  }
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-7 {
  opacity: 0;
}
.svg-elem-7.active {
  -webkit-animation: animate-svg-stroke-7 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-7 0s ease 0s both;
  animation: animate-svg-stroke-7 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-7 0s ease 0s both;
  opacity: 1;
}
@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 243.64308166503906px;
    stroke-dasharray: 243.64308166503906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 243.64308166503906px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 243.64308166503906px;
    stroke-dasharray: 243.64308166503906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 243.64308166503906px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-8 {
  opacity: 0;
}
.svg-elem-8.active {
  -webkit-animation: animate-svg-stroke-8 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-8 0s ease 0s both;
  animation: animate-svg-stroke-8 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-8 0s ease 0s both;
  opacity: 1;
}
@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 265.07183837890625px;
    stroke-dasharray: 265.07183837890625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 265.07183837890625px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 265.07183837890625px;
    stroke-dasharray: 265.07183837890625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 265.07183837890625px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-9 {
  opacity: 0;
}
.svg-elem-9.active {
  -webkit-animation: animate-svg-stroke-9 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-9 0s ease 0s both;
  animation: animate-svg-stroke-9 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-9 0s ease 0s both;
  opacity: 1;
}
/*--------------------------------
フッター
ーーーーーーーーーーーーーーーーーーーーーーー*/
/* トップに戻るボタン */
.top-btn {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 40px;
  width: 50px;
  font-weight: 500;
font-size: 13px;
color: #fff;
writing-mode: vertical-rl;
border-radius: 25px 25px 0px 0px;
background: #01a87b;
display: inline-flex;
    gap: 10px;
    opacity: 0;
  transition: opacity .5s;
}
.top-btn.active{
  opacity: 1;
}
.top-btn a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 22px 0 19px;
  cursor: pointer;
  transition: all 0.3s ease; 
}
.top-btn a:hover {
  padding: 22px 0 39px;
  color: #fff;
}
.arrow-icon:before {
  content: "";
   display: inline-block;
    width: 20px;
    height: 11px;
    background-image: url(../img/arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .top-btn {
    right: 30px;
    width: 44px;
    border-radius: 22px 22px 0px 0px;
      gap: 11px;
  }
  .top-btn a {
    padding: 12px 0 25px;
  }
  .top-btn a:hover {
    padding: 12px 0 45px;
  }
}
@media screen and (max-width: 720px) {
  .top-btn {
    right: 25px;
      gap: 11px;
  }
  .top-btn a {
    padding: 12px 0 15px;
  }
  .top-btn a:hover {
    padding: 12px 0 35px;
  }
}
@media screen and (max-width: 402px) {
  .ft_info{
    line-height: 1.8;
  }
}
.site-footer:not(.dynamic-footer) {
  max-width: 100%;
}
#site-footer {
  padding: 100px 0 0;
  width: 100%;
  position: relative;
}
#site-footer::before {
  mix-blend-mode: multiply;
  background-size: 100% auto;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-image: url(../img/ft-bg-cover.webp);
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}
.ft_inner.inner {max-width: 88%;}
.ft_content {
  justify-content: space-between;
}
.ft_text_img {
  width: min(35px, 100%);
  aspect-ratio: 59 / 281;
  margin-inline: auto;
}
.ft_logo_text_img img,.ft_text_img img {
  width: 100%;
  object-fit: cover;
}
.ft_content {flex-direction: column;}
.ft_content1 {
    font-size: 16px;
    /* letter-spacing: 0.05em; */
    margin-right: auto;
    /* margin-left: auto; */
}
.ft_logo_wrap {
  flex-direction: column;
}
.ft_logo_wrap img {
  width: min(160px, 100%);
  /* margin-inline: auto; */
}
.ft_info {
  margin-top: 16px;
}
.ft_tel {
  margin-top: 10px;
}
.ft_content2  {
  margin-top: 43px;
  /* justify-content: center; */
  flex-direction: column;
    /* max-width: 372px; */
    width: 100%;
    /* margin-inline: auto; */
}
.ft__nav {
  justify-content: center;
  /* align-items: center; */
  align-items: baseline;
  flex-direction: column;
}
.ft__nav-items {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.ft__nav-items:nth-child(2) {
  margin-top: 30px;
}
.ft__nav ul li {
font-size: 16px;
padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #252525;
}
.ft__nav ul li:nth-child(1) {
  padding-left: 0px;
}
.ft__nav ul li:nth-child(3),.ft__nav ul li:nth-last-child(1) {
  border-right: none;
}
.ft_agreement {
margin-top: 36px;
gap: 17px;
margin-left: auto;
align-items: flex-end;
}
.ft_agreement_text {
  /* display: inline-block; */
  display: none;
  font-weight: 500;
font-size: 14px;
letter-spacing: 0.05em;
border: 1px solid #222;
padding: 5px 14px;
}
.ft_agreement_img {
  max-width: 100%;
  width: 48px;
}
.ft_bg {
  margin-top: 15px;
  position: relative;
    width: 100%;
    min-height: 176px;
    padding-top: 37.4432%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ft_bg::after {
  position: absolute;
  content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/ft-bg-sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.copyright {
  width: 90%;
  color: #fff;
  font-size: 10px;
letter-spacing: 0.05em;
padding-bottom: 3px;
padding-left: 6px;
margin-inline: auto;
  }

.ft__nav-item a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FFD803;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.ft__nav-item a:hover::after {
transform: scale(1,1);
}
.ft-br{display: none;}

@media screen and (min-width: 331px) {
  .ft__nav ul li {
    padding: 0 20px;
  }
}
@media screen and (min-width: 721px) {
  .ft_inner.inner {max-width: 92%;}
  .ft_content1 {max-width: 100%; font-size: 14px;}
  /* .ft_logo_wrap {
    align-items: center;
  } */
  .ft_content2 {
    margin-top: 12px;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    max-width: 100%;
  }
  .ft__nav {
    flex-direction: row;
    justify-content: flex-start;
    width: 472px;
  }
  .ft_agreement {margin-top: 0px; margin-left: 0px;}
  .ft__nav-items {
    justify-content: flex-start;
  }
  .ft__nav-items.flex {display: contents;}
  .ft__nav-items:nth-child(1) {
    width: 54.8%;
    flex-wrap: nowrap;
  }
  .ft__nav-items:nth-child(2) {
    width: calc(100% - 54.8%);
    flex-wrap: nowrap;
  }
  .ft__nav-items:nth-child(2) {
    margin-top: 0px;
  }
  .ft__nav ul li, .ft__nav ul:nth-child(2) > li:nth-child(1) {padding: 0 16px;}
    .ft__nav ul li {font-size: 14px;}
    .ft__nav-items:nth-child(1) li:nth-child(1) {
      padding-left: 0;
    }
  .ft__nav ul li:nth-child(3){
    border-right: 1px solid #252525;
  }
  .ft_bg {margin-top: 8px;min-height: 225px; padding-top: 26.5432%;text-align: center;}
  .ft_bg::after {background-image: url(../img/ft-bg-tb.webp); background-position: center;}
  .copyright {padding-bottom: 10px;padding-left: 0;}
}
@media screen and (min-width: 1025px) {
  #site-footer {padding: 100px 0 0;}
  .ft_logo_wrap {align-items: flex-start;}
  .ft_logo_wrap img {width: min(198px, 100%);margin-bottom: 5px;padding-top: 10px;margin-left: 0;}
  .ft_text_img {width: min(59px, 100%);}
  .ft_content{flex-direction: row;}
  .ft_content1,.ft_content2 {margin-top: 0;}
  .ft_content1 {max-width: min(363px, 40%);margin-left: 0;font-size: 16px;}
  .ft_content2 {flex-direction: column-reverse; max-width: 473px; align-items: end;margin-left: auto;margin-right: 0;justify-content: flex-end;}
  .ft__nav {margin-top: 25px;justify-content: flex-end;}
  .ft__nav ul li {font-size: 16px;padding: 0 20px;}
  .ft__nav ul:nth-child(2) > li:nth-child(2) {padding: 0  0 0 20px;}
  .ft_bg {min-height: 464px; padding-top: 24.1666%;}
  .ft_bg::after {margin-top: 12px; background-image: url(../img/ft-bg.webp);}
  .copyright {padding-bottom: 13px;font-size: 13px;}
}

/*--------------------------------
サブページ　共通
ーーーーーーーーーーーーーーーーーーーーーーー*/
/* 会社案内  */
.header-wrap {
  width: 100%;
  /* height: min(6.9%, 100px); */
  height: 100px;
  align-items: center;
  padding: 0 40px 0 30px;
  position: fixed;
  justify-content: space-between;
  z-index: 999;
}
.header-logo {
  width: min(219px, 100%);
}
.header-logo a {
  width: 100%;
  display: inline-block;
}
.header-logo a img{
width:100%;
}
.submobmenu.mobmenu-icon {
  position: relative;
  top: 0;
  right: 0;
  width: 70px;
  height: 40px;
  z-index: 0;
}
.subcompany-fv,.sub-message,.sub-outline {
  font-family: var(--mainfont);
}
.sub-fv {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
 .sub-fv_content {
  position: relative;
justify-content: space-between;
 }
 .subheading {
  width: calc(50% - 93px);
  padding-left: 5.2%;
  margin-top: min(3.6979%, 72px);
 }
.subheading_title-jp {
  font-weight: bold;
font-size: 40px;
letter-spacing: 0.05em;
    line-height: 1;
  }
  .subheading_title-en {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1;
  color: var(--green);
}
.sub-fv_img {
  width: calc(50% + 93px);
  height: 450px;
  margin-right: calc(50% - 50vw);
}
.sub-fv_img img {
object-fit: cover;
width: 100%;
height: 100%;
clip-path: inset(0px round 100px 0px 0px 100px);
}
.sub-fv_img-sp {
  display: none;
}
.sub_fv_bg {
  position: absolute;
  width: 100%;
  z-index: -999;
  top: 14px;
}
.sub_fv_bg-pc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sub_fv_bg-pc svg {
  width: auto;
  height: 490px;
  object-fit: cover;
}
.sub_fv_bg .cls-1 {
  stroke-width: 76px;
}
.sub_fv_bg-tab,.sub_fv_bg-sp {
  display: none;
}
.sub-fv_truck-img {
  position: absolute;
  bottom: 200px;
  left: -4.2%;
  width: 300px;
  transition: transform .8s, opacity .8s ease;
  opacity: 0;
  transform: translateX(-50%);
}
.sub-fv_truck-img.active {
  opacity: 1;
  transform: translateX(0);
}
.sub-fv_truck-img img {width: 100%;height: 100%;}
.sub-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 2.4;
}
.sub-title:before {
  content: "";
   display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/circle-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
    font-size: 16px;
}
@media screen and (min-width: 1921px) {
  section {
    background-color: var(--white);
    z-index: 1;
  }
  .header-wrap {
    max-width: 1920px;
    left: calc(50% - 960px);
  }
  .header-wrap:has(.mobmenu-icon.open) {
      max-width: 100%;
      left: 0;
  }
  .sub-fv_content {
    width: 100%;
      max-width: 100%;
   }
   .sub-fv_img {
    margin-right: 0;
}
}
@media screen and (max-width: 1024px) {
  .header-wrap {padding: 0 30px; height: 80px;}
  .submobmenu.mobmenu-icon { top: 0px; width: 60px; height: 50px; left: auto}
  .submobmenu.mobmenu-icon span:nth-child(1) {top: 16px;}
  .submobmenu.mobmenu-icon span:nth-child(2) {top: 24px;}
  .submobmenu.mobmenu-icon span:nth-child(3) {top: 32px;}
  .submobmenu.mobmenu-icon.open span:nth-child(1) {top: 25px;}
  .submobmenu.mobmenu-icon.open span:nth-child(2) {top: 22px;}
  .submobmenu.mobmenu-icon.open span:nth-child(3) {top: 24px;}
  .subheading {width: calc(50% - 50px); padding-left: 30px; margin-top: 0;}
  .sub-fv {padding-top: calc(80px + 2.75rem);padding-bottom: 80px;}
  .sub-fv_img {width: calc(50% + 50px); height: 210px; margin-bottom: 7px;}
  .sub-fv_img img {clip-path: inset(0px round 55px 0px 0px 55px);}
  /* .subheading_title-jp {font-size: max(28px, 3.4179vw);}
  .subheading_title-en {font-size: max(14px, 1.7578vw);} */
  .subheading_title-jp {font-size: 35px;}
  .subheading_title-en {font-size: 18px;}
  .sub-title {font-size: 20px; line-height: 1;}
  .sub-title:before { width: 14px; height: 14px;margin-right: 5px;}
  .sub_fv_bg-pc svg {height: 261px;}
  /* .sub_fv_bg .cls-1 {stroke-width: 57px;} */
  .sub_fv_bg {top: 78px;}
  /* .sub-fv_truck-img {width: max(200px, 24.3437vw); bottom: max(67px, 12%);left: -6.2%;} */
  .sub-fv_truck-img {width: 240px; bottom: 60px; left: -6.2%;}
}
@media screen and (max-width: 768px) {
  .subheading {width: calc(50% - 20px); padding-left: 4.1%;}
  .sub-fv {padding-top: 125px;}
  .sub-fv_img {width: calc(50% + 20px); height: calc(196px + 30px);padding-bottom: 30px;margin-bottom: 0px;}
  .sub-fv_img img {width: 100%;height: 100%;object-fit: cover; object-position: left;}
  .sub-fv_img-sp {display: block;}
  .sub-fv_img-pc {display: none;}
  .subheading_title-jp {font-size: 28px;}
  .subheading_title-en {font-size: 14px;}
  .sub_fv_bg-pc {display: none;}
  .sub_fv_bg-tab {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .sub_fv_bg-tab svg {
    width: auto;
    height: 254px;
  }
  .sub_fv_bg .cls-1 {stroke-width: 40px;}
  .sub_fv_bg {top: 80px;}
  .sub-fv_truck-img {bottom:88px; width: 180px;left: -4.2%;}
}
@media screen and (max-width: 720px) {
  .header-wrap {padding: 0 25px; height: 90px;}
  .header-logo {width: min(164px, 100%);}
  .header-logo img{object-fit: cover; width: 100%;}
  .submobmenu.mobmenu-icon {width: 50px;}
  .sub-fv {padding-top: 128px; overflow: hidden;}
  .subheading {width: calc(50% - 20px);}
  .subheading_title-jp {font-size: 28px;}
  .subheading_title-en {font-size: 14px; margin-top: 5px;}
  .sub-fv_img {width: calc(50% + 20px);}
  .sub-news .sub-fv_img img{object-position: 70%}
  .subheading {padding-left: 25px;}
  .sub_fv_bg {top: 83px;}
  /* .sub-fv_truck-img { width: 128px; bottom: 100px;} */
}
@media screen and (max-width: 490px) {
  .sub-fv_truck-img { width: 128px; bottom: 100px;}
}
@media screen and (max-width: 420px) {
  .subheading {width: calc(50% + 59px);}
  .sub-fv_img {
    width: calc(50% - 59px);
    height: 196px;
    padding-bottom: 0;
}
.sub-fv_img img {clip-path: inset(0px round 45px 0px 0px 45px);object-position: 30%;}
  .sub_fv_bg-tab {display: none;}
  .sub_fv_bg-sp {
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
  }
  .sub_fv_bg-sp svg {width: auto;height: 212px;}
  .sub_fv_bg .cls-1 {stroke-width: 32px;}
  .sub_fv_bg {top: 90px;}
  .sub-fv_truck-img { width: min(128px, 100%);}
}

/***************************************************
 * Generated by SVG Artista on 6/13/2024, 5:15:29 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
/* pc */
 svg .sub-svg-elem-1 {
  stroke-dashoffset: 2205.473876953125px;
  stroke-dasharray: 2205.473876953125px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg.active .sub-svg-elem-1 {
  stroke-dashoffset: 0;
}
/* tb */
@media screen and (max-width: 768px) {
svg .sub-svg-elem-1 {
  stroke-dashoffset: 917.42626953125px;
  stroke-dasharray: 917.42626953125px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .sub-svg-elem-1 {
  stroke-dashoffset: 0;
}
}

/* sp*/
@media screen and (max-width: 420px) {
svg .sub-svg-elem-1 {
  stroke-dashoffset: 538.30712890625px;
  stroke-dasharray: 538.30712890625px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .sub-svg-elem-1 {
  stroke-dashoffset: 0;
}
}

/* ご挨拶 */
.sub-message_content {
  justify-content: space-between;
}
.sub-message_img {
  width: min(470px, 43%);
}
.sub-message_img img{
  border-radius: 20px;
}
.sub-message_item {
  /*width: min(600px, 53%);*/
  width: 100%;
}
.sub-message_text-box {
  margin-top: 40px;
}
.sub-message_text {
  font-size: 18px;
line-height: 2;
}
.sub-message_text:nth-child(2) {
  margin-top: 40px;
}
@media screen and (min-width: 1921px) {
  #sub-message {
    max-width: 1920px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .sub-message_img {
    width: clamp(210px, 30.5%, 290px);
  }
  .sub-message_item {
    /*width: 67%;*/
    width: 100%;
  }
  .sub-message_text-box {
    margin-top: 20px;
  }
  .sub-message_text {
  font-size: 14px;
  line-height: 1.8;
  }
  .sub-message_text:nth-child(2) {
    margin-top: 35px;
}
}
@media screen and (max-width: 720px) {
  .sub-message_img {
    width: min(192px, 100%);
    margin-inline: auto;
    object-fit: cover;
  }
  .sub-message_item {
    margin-top: 40px;
    width: 100%;
  }
  .sub-message_text {
    font-size: 16px;
  }
}
/* 会社概要 */
/* svg .svg-elem-1 {
  stroke-dashoffset: 3521.19140625px;
  stroke-dasharray: 3521.19140625px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
} */
svg .svg-elem-1 {
  stroke-dashoffset: 3346.188720703125px;
  stroke-dasharray: 3346.188720703125px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
#sub-outline {
  height: auto;
  max-width: 1920px;
    margin-inline: auto;
}
.sub-outline_content {
position: relative;
padding-bottom: 196px;
height: 1689px;
}
.sub-outline_box {
  /* padding-top: 143px; */
  justify-content: space-between;
}
.sub-outline_title.sub-title{
width: calc(100% - 79%);
writing-mode: vertical-rl;
align-items: flex-end;
gap: 15px;
line-height: 1;
padding-left: 58px;
}
.sub-outline_title.sub-title::before {
  padding-left: 30px;
  margin-right: 0px;
  background-position: 50%;
}
.sub-outline_items {
  max-width: min(900px, 79%);
}
.sub-outline_item {
  border-bottom: 1px solid #a5afba;
  padding: 19px 0;
  font-size: 16px;
letter-spacing: 0.05em;
line-height: 1.8;
}
.sub-outline_item:nth-child(1) {
  padding: 0 0 19px ;
}
.sub-outline_item-wrap {
  margin-top: 19px;
}
.sub-outline_item .itemL {
  width: 150px;
}
.sub-outline_item .itemR {
  width: calc(100% - 150px);
  padding-left: 40px;
}
.sub-outline_item .itemR a {
  text-decoration: none;
}
.item-textL {
  width: 84px;
}
.item-textR {
  width: calc(100% - 84px);
}
.sub_outline_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -999;
  bottom: 0px;
  left: calc(50% - 960px);
}
.sub_fv_outline-pc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.sub_fv_outline-tb,.sub_fv_outline-sp {
  display: none;
}
.sub_outline_bg svg {
  width: auto;
  height: auto;
  height: 1689px;
}
.sub_outline_bg .cls-1 {stroke-width: 76px;}
.sub-outline_truck-img {
  position: absolute;
  bottom: -21px;
  right: -53px;
  width: 300px;
  opacity: 0;
    transform: translateX(50%);
    transition: transform .8s, opacity .8s;
}
.sub-outline_truck-img.active {
  opacity: 1;
  transform: translateX(0);
}
.sub-outline_truck-img-sp {
  display: none;
}
@media screen and (min-width: 1921px) {
  #sub-outline {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .sub-outline_content {
    z-index: 2;
  }
  .sub_outline_bg,.sub-outline_truck-img {
    z-index: 1;
  }
  .sub-outline_truck-img {
    right: calc(50% - 1025px);
  }
}
@media screen and (max-width: 1420px) {
  .sub_outline_bg {
    left: calc(10% - 397px);
  }
  .sub-outline_title.sub-title{
    padding-left: 52px;
    }
}
@media screen and (max-width: 1221px) {
  .sub-outline_content {
      height: calc(1689px + 50px);
  }
  .sub_outline_bg {
    bottom: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-outline_content {
    max-width: 92%;
    height: 1397px;
  }
  .sub-outline_title.sub-title{
    width: calc(100% - 77%);
    gap: 5px;
  }
  .sub-outline_title.sub-title{
    padding-left: 33px;
  }
  .sub-outline_title.sub-title::before {
    padding-left: 20px;
  }
  .sub-outline_items {
    margin-top: 25px;
    width: 77%;
  }
  .sub-outline_item {
    padding: 12px 0;
    font-size: 14px;
  }
  .sub-outline_item:nth-child(1) {
    padding: 0 0 10px ;
  }
  .sub-outline_item .itemL {
    width: 120px;
  }
  .sub-outline_item .itemR {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
  .sub-outline_item-wrap, .item-text {
    margin-top: 14px;
    letter-spacing: -0.001em;
  }
  .sub_outline_bg {
    left: calc(4% - 41px);
    bottom: 0;
  }
  .sub_fv_outline-tb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
  .sub_fv_outline-tb {
    display: block;
  }
  .sub_fv_outline-pc {
    display: none;
  }
  .sub_outline_bg svg {
    height: 1397px;
  }
  .sub_outline_bg .cls-1 {stroke-width: 56px;}
  .sub-outline_truck-img {
    width: 180px;
    bottom: 0;
  }
  svg .svg-elem-1 {
    stroke-dashoffset: 2413.923583984375px;
    stroke-dasharray: 2413.923583984375px;
    -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
            transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  
  svg.active .svg-elem-1 {
    stroke-dashoffset: 4827.84716796875px;
  }
}
@media screen and (max-width: 768px) {
  .sub_outline_bg {
    left: calc(4% - 31px);
  }
}
@media screen and (max-width: 720px) {
  .sub-outline_content {
    height: calc(2052px - 30px);
  }
  .sub_outline_bg {
    left: calc(4% - 29px);
    z-index: -1;
    top: -30px;
    bottom: auto;
}
.sub_fv_outline-sp {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.sub_fv_outline-sp {
  display: block;
}
.sub_fv_outline-tb {
  display: none;
}
.sub_outline_bg svg {
  height: 2052px;
  z-index: -2;
  background-color: var(--white);
}
.sub_outline_bg2 {
  position: relative;
}
.sub_outline_bg2 {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 0;
  width: 100%;
  height: 56px;
  background-image: url(../img/sub-history-bg-cover2.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -2;
}
  /* .sub-outline_box {
    padding-top: 98px;
  } */
.sub-outline_title.sub-title {
  width: 84px;
  padding-left: 18px;
}
.sub-outline_title.sub-title::before {
  padding-left: 21px;
}
.sub-outline_items {
  margin-top: 20px;
  width: calc(100% - 84px);
}
.sub-outline_item .itemL {
  width: 100%;
  font-weight: bold;
}
.sub-outline_item .itemR {
  width: 100%;
  padding-left: 0px;
}
.item-textL,.item-textR  {
  width: 100%;
}
.sub-outline_text:nth-child(n+2) {
  margin-top: 10px;
}
.sub-outline_truck-img-sp {display: block;}
.sub-outline_truck-img-pc {display: none;}
.sub-outline_truck-img {
  width: 180px;
}
}
@media screen and (max-width: 370px) {
  .sub-outline_title.sub-title {
    width: 70px;
  }
  .sub-outline_items {
    width: calc(100% - 70px);
  }
  .item-textL, .sub-outline_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  .sub-outline_content {
    height: calc(2052px + 0px);
}
  .sub_outline_bg {
    top: 0px;
  }
}
/* アクセス */
#sub-access {
  padding-top: 100px;
}
.sub-access_title.sub-title {
 justify-content: center;
}
.sub-access-map {
  margin-top: 30px;
  height: 420px;
}
.sub-access-map iframe{
  border-radius: 20px;
}
.sub-access_text {
  margin-top: 18px;
  max-width: 573px;
    font-size: 18px;
    gap: 8.726%;
}
.sub-access_text1 {
  font-weight: bold;
}
@media screen and (min-width: 1921px) {
  #sub-access {
    max-width: 1920px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) { 
  #sub-access {
    padding-top: 64px;
  }
  .sub-access-map {
    height: 260px;
  }
  .sub-access_text {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) { 
  #sub-access {
    padding-top: 76px;
  }
  .sub-access-map {
    min-height: 420px;
  }
  .sub-access_text {
    flex-direction: column;
  }
  .sub-access_text1 {
    font-size: 16px;
  }
  .sub-access_text2 {
    margin-top: 5px;
  }
}
/* 沿革 */
#sub-history {
  position: relative;
  height: 849px;
}
.sub-history_content {
  padding-top: 146px;
}
#sub-history::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 76px;
  background-image: url(../img/sub-history-bg-cover2.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -2;
}
.sub-history_box {
  justify-content: space-between;
  max-width: 1140px;
    margin-inline: auto;
    width: 80%;
    position: relative;
}
.sub-history_box1 {
  max-width: min(900px, 79%);
  width: 100%;
  justify-content: space-between;
  padding-bottom: 193px;
}
.timeline {
  width: min(401px, 51%);
}
.timeline-list-item  {
  position: relative;
  padding: 0 0 40px 10px;
  border-left: 3px solid #a5afba;
  gap: 30px;
  font-size: 16px;
  line-height: 1;
}
.timeline-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px; 
  width: 10px;
  height: 10px;
  background: #a5afb9;
  border-radius: 10px;
}
.sub-history_img {
  max-width: 410px;
  width: calc(100% - 53%);
}
.sub-history_img img{
  border-radius: 20px;
}
.sub-history_img-sp,.sub-history_img-tb {
  display: none;
}
.sub-history_box2 {
  width: calc(100% - 79%);
    padding-right: 57px;
    display: flex;
}
.sub-history_title.sub-title {
  writing-mode: vertical-rl;
  gap: 10px;
  align-items: center;
  line-height: 1;
  margin-left: auto;
}
.sub-history_title.sub-title::before {
  margin-right: 2px;
}
.sub-history_bg {
  flex-wrap: nowrap;
  position: absolute;
    top: 0;
    left: calc(50% + 322px);
    width: 100%;
    height: 100%;
}
.sub-history_bg1 {
  width: 400px;
  height: auto;
    z-index: -1;
}
.sub-history_bg1-sp {
  display: none;
}
.sub-history_bg2 {
  width: calc(100% - 400px);
    background-color: #F8F8F8;
    z-index: -1;
}
.sub-history_bg1 img,
.sub-history_bg2 img{
  height: 849px;
  width: 100%;
}
#sub-history .sub-history_bg1 img {
  height: 849px;
}
.sub-history_bg2 img{
  height: 76px;
}
.sub-history_truck-img {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 300px;
  opacity: 0;
transform: translateX(-50%);
transition: transform .8s, opacity .8s;
}
.sub-history_truck-img.active  {
opacity: 1;
transform: translateX(0);
}
@media screen and (min-width: 1921px) {
  section#sub-history {
    background-color: #F8F8F8;
  }
  .sub-history_content {
    max-width: 1920px;
    width: 100%;
    margin-inline: auto;
    position: relative;
  }
  .sub-history_content:before {
    content: "";
    background-color: var(--white);
    z-index: -2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
  .sub-history_truck-img {
    left: calc(50% - 900px);
  }
}
@media screen and (max-width: 1400px) {
  .sub-history_bg{
    left: calc(90% - 245px);
    width: 400px;
  }
}
@media screen and (max-width: 1130px) {
  #sub-history,#sub-history .sub-history_bg1 img {
    height: 979px;
  }
#sub-history::after {
  height: 87px;
}
}
@media screen and (max-width: 1024px) {
  #sub-history,#sub-history .sub-history_bg1 img {
    height: 1096px;
  }
  .sub-history_content {
    padding-top: 156px;
  }
  #sub-history::after {
    height: 62px;
  }
  .sub-history_box {
    width: 90%;
    padding-bottom: 130px;
  }
  .sub-history_box1 {
    margin-top: 20px;
    width: 76%;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .sub-history_box2 {
    width: calc(100% - 76%);
    padding-right: 56px;
  }
  .timeline,  .sub-history_img {
    width: 100%;
  }
  .sub-history_img {
    max-width: 100%;
    min-height: 220px;
  }
  .sub-history_img-pc {
    display: none;
  }
  .sub-history_img-tb {
    display: block;
  }
  .sub-history_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sub-history_title.sub-title {
    width: calc(100% - 545px);
    gap: 5px;
  }
  .timeline {
    margin-top: 40px;
  }
  .timeline-list-item  {
    gap: 30px;
    font-size: 14px;
  }
  .sub-history_bg{
    left: calc(95% - 190px);
    width: 310px;
  }
  .sub-history_bg2 {
    width: calc(100% - 310px);
  }
  .sub-history_bg1-pc {
    display: none;
  }
  .sub-history_bg1-sp {
    display: block;
  }
  .sub-history_truck-img {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  #sub-history,#sub-history .sub-history_bg1 img {
    height: 1046px;
  }
  #sub-history::after {
    height: 59px;
  }
}
@media screen and (max-width: 720px) {
  #sub-history,#sub-history .sub-history_bg1 img {
    height: auto;
  }
  .sub-history_content {
    padding-top: 80px;
  }
  #sub-history::after {
    background-image: url(../img/sub_footer_bg_cover_sp.png);
    background-position: left;
    height: 139px;
  }
  #sub-history  .sub-history_title.sub-title {
    padding-top: 49px;
    position: relative;
  }
  #sub-history .sub-title::after {
    content: "";
     display: inline-block;
      width: 2px;
      height: 39px;
      background-color: #00a87b;
      margin-right: 2px;
      position: absolute;
      top: 0;
      left: -2px;
  }
  .sub-history_img {
    max-width: 100%;
    min-height: 180px;
  }
  .sub-history_img-tb {
    display: none;
  }
  .sub-history_img-sp {
    display: block;
  }
.timeline {
  margin-top: 20px;
}
.timeline-list-item  {
  gap: 20px;
  font-size: 14px;
  padding: 0 0 30px 10px;
}
.timeline-list-item:nth-last-child(1) {
  padding: 0 0 30px 10px;
}
.sub-history_box {
  padding-bottom: 239px;
}
.sub-history_box1 {
  margin-top: 0;
  width: max(280px, 80%);
}
  .sub-history_box2 {
    width: calc(100% -  max(280px, 80%));
    padding-right: 30px;
  }
  #sub-history .sub-history_bg,#sub-history .sub-history_truck-img {
    display: none;
  }
  .page-id-169 #site-footer {
    padding: 0;
  }
}
@media screen and (max-width: 470px) {
  .timeline-list-item {
    flex-direction: column;
    gap: 0;
    line-height: 1.8;
    padding: 0 0 10px 10px;
  }
}
@media screen and (max-width: 350px) {
  .sub-history_box1 {
    width: 260px;
  }
  .sub-history_box2 {
    width: calc(100% - 260px);
  }
}
/* トップお知らせ */
.top_news {
  padding: 40px 0 0;
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.top_news_bg {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
}
.top_news_bg svg {
  width: auto;
  height: 758px;
}
.top_news_bg .cls-1 {stroke-width: 76px;}
.top_news_bg-pc {
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}
.top_news_bg-tb {
  display: none;
}
.top_news_truck {
  position: absolute;
  bottom: -8px;
  right: 1%;
  width: 300px;
z-index: -1;
opacity: 0;
transform: translateX(50%);
transition: transform .8s,opacity .8s;
transition-delay: 1.4s;
}
.top_news_truck.active  {
opacity: 1;
transform: translateX(0);
}
.top_news_content {
  justify-content: space-between;
    max-width: 1456px;
    width: 90%;
    margin-right: auto;
}
.top_news_img {
  margin-top: 86px;
  max-width: 426px;
  width: calc(100% - 70%);
    height: 594px;
    background-image: url(../img/top_news.webp);
  background-repeat: no-repeat;
  background-size: cover;
    border-radius: 0px 145px 145px 0px;
}
.top_news_inner {
  max-width: 1017px;
  width: 70%;
  padding-top: 146px;
  padding-bottom: 196px;
}
.top_news_wrap {
  justify-content: space-between;
}
.top_news_heading.heading {
  width: calc(100% - 77%);
  writing-mode: vertical-rl;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 40px;
}
.top_news_heading.heading dt h2 {
  letter-spacing: 0.25em;
}
.top_news_article {
  width: min(800px, 77%);
}
.news_box {
  padding: 12px 0 20px;
  border-bottom: 1px solid #a5afba;
    display: block;
    cursor: pointer;
    transition: 0.3s;
    line-height: 1;
}
.news_wrap > a:hover,
.news_wrap > a:hover .category {
    text-decoration: none; 
}
.news_box ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.news_box time {
  font-weight: bold;
font-size: 14px;
letter-spacing: 0.05em;
  color: var(--green);
  padding-right: 32px;
}
.news_box .category {
  font-family: var(--basefont);
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--green);
}
.news_box ul li {
  letter-spacing: 0.05em;
}
.news_box ul li:nth-child(2) {
  margin-top: 12px;
    font-family: var(--mainfont);
  text-decoration: underline;
  line-height: 1.8;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.about_btn {
  margin-top: 20px;
  font-family: var(--basefont);
  text-align: right;
text-decoration: underline;
font-size: 14px;
letter-spacing: 0.05em;
line-height: 2.0571;
}
@media screen and (max-width: 1600px) {
  .top_news_bg {
    left: calc(25% - 400px);
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding: 20px 0 0;
  }
  .top_news_content {
      width: 96%;
  }
  .top_news_bg {
    left: calc(15% - 154px);
  }
  .top_news_bg svg {
    width: auto;
    height: 640px;
  }
  .top_news_bg .cls-1{
    stroke-width: 57px;
  }
  .top_news_bg-pc {
    display: none;
  }
  .top_news_bg-tb {
    display: block;
    position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 100%;
  }
  .top_news_img {
    margin-top: 64px;
        width: 18%;
    height: 521px;
    border-radius: 0px 100px 100px 0px;
    background-position: 40%;
  }
  .top_news_inner {
    width: 80%;
    padding-top: 110px;
    padding-bottom: 140px;
  }
  .top_news_heading.heading {
    width: 20%;
    padding-left: 10px;
  }
  .top_news .top_news_heading.heading dd h3 {
    font-size: 13px;
    line-height: 1.8;
  }
  .top_news_article {
    width: 80%;
  }
  .news_box time {
  font-size: 13px;
    padding-right: 10px;
  }
  .news_box .category {
  font-size: 13px;
  }
  .news_box ul li:nth-child(2) {
    font-size: 14px;
  }
  .top_news_truck {
    width: 180px;
    bottom: 20px;
    right: 2%;
  }
}
@media screen and (max-width: 720px) {
  .top_news {
    padding: 0;
    height: 761px;
  }
  .top_news_bg {
    left: calc(5% - 250px);
  }
  .top_news_bg svg {
    min-height: 758px;
}
  .top_news_content {
  width: 88%;
  margin-left: auto;
}
  .top_news_img {
    display: none;
  }
  .top_news_inner {
    width: 100%;
    padding-top: 101px;
    padding-bottom: 226px;
  }
  .top_news_heading.heading {
    width: 50px;
    padding-left: 0;
  }
  .top_news_article {
    width: 76%;
  }
  .news_box ul li:nth-child(2) {
    -webkit-line-clamp: 2;
  }
  .top_news_truck {
    right: -40px;
    bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .top_news_article {
    width: calc(100% - 60px);
}
}
@media screen and (min-width: 1921px) {
  .top_news{
    background-color: var(--white);
    padding: 40px 0 0;
    height: calc(758px + 40px);
  }
}
/* 北海道を今日も走り続ける */
.top-keeprunning {
  padding-top: 104px;
  overflow-x: clip;
}
.top_keeprunning_content {
  width: 1143px;
    margin: 0 auto;
    max-width: 80%;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.top_keeprunning_L {
  margin-top: min(138px, 7.2vw);
  width: min(540px, 48%);
}
.top_keeprunning_R {
  width: min(757px, 67%);
  margin-right: -166px;
} 
.top_keeprunning_img img {
  width: 100%;
}
.top_keeprunning_title {
  font-family: var(--midashi);
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  white-space: nowrap;
}
.top_keeprunning_text {
  margin-top: 40px;
  font-family: var(--mainfont);
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.truck_text {
  margin-top: -170px;
  width: 100%;
  height: 189px;
  background-image: url("../img/truck_text.webp");
  background-repeat: repeat-x;
  background-size: cover;
  animation-name: keeprunning;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: relative;
  z-index: 1;
}
.truck_text img {
  width: auto;
  height: 100%;
}
/*右から左*/
@keyframes keeprunning {
  0% {
    background-position: 2132px;
  }

  100% {
    background-position: 0;
  }
}
@media screen and (min-width: 1921px) {
  .truck_text {
    height: 272px;
    background-size: contain;
    width: 100vw;
    margin: -200px calc(50% - 50vw) 0;
  }
  .top-keeprunning{
    max-width: 1920px;
    width: 100%;
    margin-inline: auto;
    background-color: var(--white);
    z-index: -1;
    overflow: visible;
  }
}
@media screen and (max-width: 1130px) {
  .truck_text {
    margin-top: -5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-keeprunning {
    padding-top: 100px;
  }
  .top_keeprunning_content {
    width: 648px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top_keeprunning_L {
    margin-top: 28px;
    width: 300px;
  }
  .top_keeprunning_R {
    width: 480px;
  } 
  .top_keeprunning_title {
    font-size: 24px;
  }
  .top_keeprunning_text {
    margin-top: 30px;
    font-size: 14px;
  }
  .truck_text  {
    margin-top: -88px;
    height: 79px;
  }
}
@media screen and (max-width: 720px) {
  .top-keeprunning {
    margin-top: -50px;
  }
  .top_keeprunning_content {
    width: 100%;
    max-width: 90%;
    flex-direction: column-reverse;
  }
  .top_keeprunning_L {
    margin-top: -20px;
    width: 100%;
    margin-inline: auto;
  }
  .top_keeprunning_R {
    width: 268px;
    margin-left: -10px;
    margin-right: auto;
  } 
  .top_keeprunning_title {
    text-align: center;
    font-size: 24px;
    white-space: wrap;
    margin-inline: auto;
  }
  .top_keeprunning_text {
    margin-top: 35px;
    font-size: 16px;
    margin-inline: auto;
    width: 80%;
  }
  .truck_text  {
    margin-top: 0;
    height: 100px;
  }
}
/*グループ企業&お問い合わせ */
/*グループ企業 */
.top_groupcontact {
  margin-top: 60px;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
.top_ourgroup {
  margin: 0 auto 60px;
}
.top_ourgroup, .top_contact_wrap {
    max-width: 88%;
    margin-inline: auto;
}
.top_ourgroup_text {
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
}
.top_ourgroup_logo {
  margin-top: 40px;
  max-width: 363px;
  justify-content: center;
  margin-inline: auto;
}
.top_ourgroup_logo1 {
   /* width: min(179px, 50%); */
   width: 100%;
   text-align: center;
    margin-inline: auto;
}

.top_ourgroup_logo_wrap {
  justify-content: center;
  width: 100%;
  margin-inline: auto;
  display: contents;
}
.top_ourgroup_logo-text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align:center; /*20250919*/
}
/*.top_ourgroup_logo_wrap:nth-child(2) .top_ourgroup_logo-text:nth-child(1),
.top_ourgroup_logo_wrap:nth-child(2) .top_ourgroup_logo-text:nth-child(3){
  margin-right: 20px;
}*/
/*お問い合わせ */
.top_contact {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.top_contact::before {
  background-size: 100% auto;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top_contact_bg_cover_sp.png);
  background-size: cover;
  background-position: top;
  z-index: -1;
}
.top_groupcontact_truck {
  display: none;
}
.top_contact_wrap {
  margin: 110px auto 0;
}
.top_contact_text {
  margin-top: 40px;
  font-size: 14px;
line-height: 1.8;
text-align: center;
}
.top_contact_box {
  margin-top: 40px;
  width: min(364px,100%);
  margin-inline: auto;
  flex-direction: column;
  border: 2px solid var(--green);
    border-radius: 20px;
    flex-direction: column;
    padding: 7.3% 0;
    align-items: center;
    background-color: #fff;
}
.top_contact_bg {
  display: none;
}
.top_contact_item:nth-child(1) {
  font-family: var(--mainfont);
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.top_contact_item:nth-child(1)::before {
  content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url(../img/tel_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}
.top_contact_item:nth-child(2) {
  margin-top: 15px;
  font-family: var(--basefont);
  color: var(--green);
    font-weight: 900;
font-size: 28px;
letter-spacing: 0.05em;
}
.top_contact_item:nth-child(3) {
  margin-top: 15px;
  font-family: var(--basefont);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.top_contact_item:nth-child(4) {
  margin-top: 15px;
  text-align: center;
  font-size: 11px;
line-height: 1.8;
}
@media screen and (min-width: 351px) {
  .top_contact_item:nth-child(2) {
  font-size: 32px;
  }
}
@media screen and (min-width: 721px) {
  .top_groupcontact {
    margin-top: 100px;
  }
  .top_groupcontact_content {
    justify-content: center;
    flex-direction: column;
  }
  .top_ourgroup, .top_contact_wrap {
    max-width: 90%;
}
  .top_ourgroup_text {
    width: min(364px,100%);
    margin-inline: auto;
    text-align: center;
  }
  .top_ourgroup_logo {
    max-width: 583px;
  }
 .top_contact::before {
  background-image: url(../img/top_contact_bg_cover_tb.png);
}
 .top_contact_wrap {
  margin: 11.2vw auto 0;
}
.top_contact_box {
    padding: 4.4% 0;
}
/*.top_ourgroup_logo_wrap:nth-child(2) .top_ourgroup_logo-text:nth-child(3){
margin-right: 0;
}
.top_ourgroup_logo_wrap:nth-child(2) .top_ourgroup_logo-text:nth-child(2),
.top_ourgroup_logo_wrap:nth-child(3) .top_ourgroup_logo-text:nth-child(1){
  margin-right: 20px;
}*/
}
@media screen and (min-width: 1201px) {
  .top_groupcontact {
    margin-top: -60px;
    position: relative;
    height: 1041px;
}
.top_groupcontact::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 75px;
  background-image: url(../img/sub-history-bg-cover2.png);
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}
.top_groupcontact_truck {
  display: block;
  position: absolute;
  bottom: -6vw;
  left: -23%;
  width: min(875px, 47%);
z-index: 2;
opacity: 0;
transform: translateX(-50%);
transition: transform .8s, opacity .8s;
}
.top_groupcontact_truck.active  {
opacity: 1;
transform: translateX(0);
}
  .top_groupcontact_content {
flex-direction: row;
width: 1840px;
    margin: 0 auto;
    max-width: 90%;
    justify-content: space-between;
  }
  .top_groupcontact_item {
    width: 47%;
    background-color: transparent;
  }
  .top_ourgroup {
    margin: 207px auto 0px 0;
  }
  .top_contact_wrap {
    margin: 207px 0 0 auto;
  }
  .top_ourgroup_text, .top_contact_text {
    width: min(487px,100%);
    margin-inline: auto;
    text-align: center;
  }
  .top_ourgroup_text {
    margin-top: 46px;
    font-size: 16px;
  }
  .top_ourgroup_logo {
    margin-top: 55px;
    justify-content: center;
    flex-direction: column;
  }
  .top_ourgroup_logo1 {
    /* width: 40%; */
    width: fit-content;
  }
  .top_ourgroup_logo_wrap {
    display: flex;
    /* width: 270px; */
  }
  .top_ourgroup_logo3 {
    width: 100%;
    margin-bottom: 20px;
 }
 .top_contact::before {
  display: none;
 }
 .top_contact_box {
  width: min(490px,100%);
  padding: 4.7% 0;
 }
 .top_contact_item:nth-child(1) {
  font-size: min(20px, 1.6vw)
 }
 .top_contact_item:nth-child(1)::before {
    width: 24px;
    height: 20px;
 }
 .top_contact_item:nth-child(2) {
  font-size: min(46px, 3.6vw);
 }
 .top_contact_item:nth-child(3) {
  font-size: min(24px, 1.9vw);
 }
 .top_contact_item:nth-child(4) {
  font-size: min(16px, 1.3vw);
 }
 .top_contact_bg {
  display: block;
  flex-wrap: nowrap;
  position: absolute;
    top: 0;
    left: calc(50% - 185px);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.top_contact_bg1 {
  width: 400px;
  height: auto;
    z-index: -1;
}
.top_contact_bg1-sp {
  display: none;
}
.top_contact_bg2 {
  width: calc(100% - 400px);
    background-color: #F8F8F8;
    z-index: -1;
    position: absolute;
        top: 0;
        right: 0;
        height: 100%;
}
.top_contact_bg1 img,
.top_contact_bg2 img{
  height: 100%;
  width: 100%;
}
.top_contact_bg1 img {
  height: 1041px;
}
.top_contact_bg2 img{
  height: 75px;
}
}
@media screen and (min-width: 1301px) {
  .top_groupcontact_item {
    width: 50%;
  }
  .top_ourgroup {
    margin: 207px auto 0px;
  }
  .top_ourgroup_logo3 {
    width: auto;
    margin-bottom: 35px;
 }
 .top_contact_item:nth-child(1) {
  font-size: 20px;
}
 .top_contact_item:nth-child(2) {
  font-size: 46px;
}
 .top_contact_item:nth-child(3) {
  font-size: 24px;
}
.top_contact_item:nth-child(4) {
  font-size: 16px;
}
}
@media screen and (min-width: 1601px) {
  .top_ourgroup_logo {
    justify-content: space-between;
  }
  .top_ourgroup_logo1,.top_ourgroup_logo2 {
    width: auto;
  }
}
@media screen and (min-width: 1921px) {
  .top_groupcontact {
    margin-top: -80px;
    max-width: 100%;
    background-color: #f8f8f8;
    z-index: 0;
  }
  .top_groupcontact_truck {
    bottom: -115px;
    left: -5%;
  }
  .top_groupcontact_content {
    width: 1920px;
    max-width: 100%;
  }
  .top_ourgroup {
    margin: 0 auto;
    padding-top: 207px;
    background-color: var(--white);
    z-index: -2;
    height: 1041px;
  }
  .top_contact {
    background-color: var(--white);
  }
  .top_contact_wrap {
    z-index: 1;
    position: relative;
}
.top_contact_bg {
  z-index: 0;
}
}
@media screen and (min-width: 3401px) {
  .top_groupcontact_truck {
    left: 548px;
  }
}
/**********
404
**********/
.sub-404 {
position: relative;
overflow: hidden;
top: 100px;
margin-bottom: 100px;
height: 929px;
}
/* .sub-404::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 76px;
  background-image: url(../img/sub-history-bg-cover2.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -2;
} */
.error404 #site-footer::after {
  position: absolute;
  content: "";
  top: -76px;
  right: 0;
  width: 100%;
  height: 76px;
  background-image: url(../img/sub-history-bg-cover2.png);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 1;
}
.error404 .sub-information-kiji_wrapper {
  height: 929px;
  margin-top: -929px;
}
.error404 .sub-history_bg {
z-index: 2;
}
.error404 .sub-history_bg1 img {
  height: 929px;
} 
.error404 .sub-history_bg2 img {
  height: 70px;
} 
.text404-wrapper {
  font-family: var(--midashi);
  padding: 267px 0 388px;
  position: relative;
  max-width: 1140px;
  width: 80%;
  margin-inline: auto;
}
.sub-404_truck-img {
  position: absolute;
  top: 22%;
  left: min(-42%, -50px);
  width: clamp(180px, 15.625vw, 300px);
  transition: transform .8s, opacity .8s ease;
  opacity: 0;
  transform: translateX(-50%);
}
.sub-404_truck-img.active {
  opacity: 1;
  transform: translateX(0);
}
.title404 {
  font-weight: bold;
font-size: 80px;
letter-spacing: 0.05em;
line-height: 72px;
  line-height: 0.9;
}
.text404 {
  margin-top: 13px;
  font-family: var(--mainfont);
  font-size: 20px;
line-height: 36px;
color: #252525;
}
.link404 {
  margin-top: 80px;
}
.link-text404 {
  width: 240px;
  padding: 35px 0;
  font-weight: bold;
font-size: 20px;
    line-height: 1;
}
@media screen and (min-width: 1921px) {
  section#sec-hokkaido {
    background-color: #f8f8f8;
    height: 1029px;
}
.error404 .header-wrap {
  background-color: var(--white);
}
.sub-404 {
  max-width: 1920px;
    width: 100%;
    margin-inline: auto;
    background-color: var(--white);
}
}
@media screen and (max-width: 1024px) {
  .error404 .sub-history_bg1-pc {
  display: block;
  }
  .error404 .sub-information-kiji_wrapper .sub-history_bg1 img{
  height: 929px;
  }
  .error404 .sub-history_bg {
  width: 400px;
  }
}
@media screen and (max-width: 930px) {
  .sub-404_truck-img {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sub-404 {
    min-height: auto;
  }
  .sub-404::before {
    height: 60px;
  }
  .text404-wrapper {
  padding: 167px 0 293px;
  }
  .title404 {
    font-size: 32px;
  }
  .text404 {
    margin-top: 8px;
      font-size: 16px;
  }
  .link404 {
    margin-top: 40px;
  }
  .link-text404 {
    font-size: 16px;
  }
  .elementor-container.elementor-column-gap-default {
    padding-inline: 0 !important;
}
.sub-404 .sub-history_bg {
  left: calc(93% - 160px);
  }
.sub-404 .sub-history_bg1 {
  width: 310px;
  }
.sub-404 .sub-history_bg1 img {
object-fit: cover;
object-position: bottom;
}
}



/*20241023*/
.mobmenu-wrapper.open .mobmenu-list{
animation: fadeIn 1s 0.5s; //①-name ②-duration ③-timing ④-delay ⑤-iteration ⑥-direction ⑦-fill ⑧-play
/*animation-duration: 1s;
animation-delay:0.5s;*/
}
.mobmenu-wrapper.open .mobmenu-logo{
animation: fadeIn 1.5s 0.5s;
display: inline-block;
height: 100%;
/*animation-duration: 1.5s;
animation-delay:0.5s;*/
}
.mobmenu-icon.icon_second{
/*animation:fadeOut 2s 0s, fadeIn 1s 2s !important;*/
/*animation-duration: 1s !important;
animation-delay:2s !important;*/
}

/**********
採用情報
**********/
.sub-recruit-menu_inner.inner,.sub-recruit-outline_content.inner,.sub-recruit_contact.inner {
  width: 1140px;
}
.sub-recruit-menu_text{
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: var(--mainfont);
}
.sub-recruit-menu-wrap {
  margin-top: 35px;
}
.sub-recruit-menu{max-width: 898px;justify-content: space-between;}
.sub-recruit-menu__content{max-width: min(900px, 79%);}
.sub-recruit-menu-item {width: calc(100% / 3 - 1.4412%);}
.sub-recruit-menu-item a {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  max-width: 100%;
}
.br570 {
  display: none;
}
.sub-recruit-list-wrap {
  margin-top: 32px;
  padding: 38px;
  background-color: #f8f8f8;
  border-radius: 20px;
}
.sub-recruit-list-item {
  padding-left: 20px;
  font-family: var(--midashi);
  position: relative;
  font-weight: bold;
font-size: 20px;
letter-spacing: 0.05em;
line-height: 1.8;
  margin-bottom: 3px;
}
.sub-recruit-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--green);
}
.sub-recruit-outline {
  padding-top: 83px;
 position: relative;
}
.sub-recruit-outline::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 76px;
  background-image: url(../img/sub-history-bg-cover2.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -2;
}
.sub-recruit-outline_items {
  max-width: min(900px, 79%);
}
.sub-recruit-outline_item {
  border-bottom: 1px solid #a5afba;
  padding: 18px 0;
  font-size: 16px;
letter-spacing: 0.05em;
line-height: 1.8;
}
.sub-recruit-outline_item:nth-child(1) {
  border-top: 1px solid #a5afba;
}
.sub-recruit-outline_item-wrap {
  margin-top: 19px;
}
.sub-recruit-outline_item .itemL {
  width: 150px;
}
.sub-recruit-outline_item .itemR {
  width: calc(100% - 150px);
  padding-left: 40px;
}
.sub-recruit-outline_item .itemR a {
  text-decoration: none;
}
.sub-recruit-outline_box {
    padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
}
.sub-recruit-outline_box:not(:nth-child(1)) {
margin-top: calc(86px - 100px)
}
.sub-recruit-outline .sub-history_bg {
  top: auto;
  bottom: 0;
  height: auto;
}
.sub-recruit {
  padding-top: 55px;
  padding-bottom: 175px;
}
.sub-recruit_contact .sub-contact_telfax-box {
  padding: max(3.7%, 20px) max(3%, 20px);
  align-items: flex-start;
  margin-top: 7px;
  width: min(900px, 79%);
  letter-spacing: 0.05em;
}
.sub-recruit_contact .sub-contact_telfax-Btext {
  font-weight: 500;
font-size: 20px;
line-height: 1;
margin-top: 0;
}
.sub-recruit_contact .sub-contact_telfax-Gtext {
  margin-top: 25px;
  font-size: 30px;
}
.sub-recruit_contact .sub-contact_telfax-text {
  margin-top: 11px;
  font-family: var(--mainfont);
  letter-spacing: 0.05em;
}
.sub-recruit-outline_title.sub-title,.sub-recruit_contact .sub-title {
  letter-spacing: 0.05em;
  line-height: 2.4;
}
@media screen and (min-width: 1921px) {
  #sub-recruit-menu {
    max-width: 1920px;
    width: 100%;
    margin-inline: auto;
  }
  .sub-recruit-outline {
    padding-top: 0;
    background-color: #F8F8F8;
    z-index: 0;
}
.sub-recruit-outline__bg {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  padding-top: 83px;
}
.sub-recruit-outline::after {
  z-index: 1;
}
.sub-recruit-outline .sub-history_bg {
  z-index: 2;
}
}
@media screen and (max-width: 1024px) {
  .sub-recruit-menu_text {
    font-size: 16px;
  }
  .sub-recruit-menu-wrap {
    margin-top: 30px;
}
  .sub-recruit-menu-item a {
    padding: 30px 0px;
    max-width: 100%;
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
  }
  .sub-recruit-list-wrap {
    margin-top: 20px;
    padding: 20px;
}
.sub-recruit-outline {
  padding-top: 53px;
}
.sub-recruit-outline::after {
  height: 49px;
}
.sub-recruit-outline_box {
  padding-top: 80px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -80px; /* heightと同じ分のネガティブマージン */
}
.sub-recruit-outline_box:not(:nth-child(1)) {
  margin-top: calc(56px - 80px)
}
  .sub-recruit-list-item {
    padding-left: 16px;
    font-size: 16px;
  }
  .sub-recruit-list-item::before {
    top: 10px;
    height: 8px;
    width: 8px;
  }
  .sub-recruit-outline_item {
    padding: 14px 0;
    font-size: 14px;
}
.sub-recruit-outline_item .itemL {
  width: 120px;
}
.sub-recruit-outline_item .itemR {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.sub-recruit_contact .sub-contact_telfax-Btext {
  font-size: 2vw;
}
.sub-recruit_contact .sub-contact_telfax-Gtext {
  margin-top: 2.5vw;
  font-size: 3vw;
}
.sub-recruit_contact .sub-contact_telfax-text {
  margin-top: 1.1vw;
}
.sub-recruit-outline::after {
  height: 49px;
}
.sub-recruit {
  padding-top: 25px;
  padding-bottom: 125px;
}
}
@media screen and (max-width: 720px) {
  .sub-recruit-menu__content{max-width: 100%;}
  .sub-recruit-menu-item {width: calc(100% / 3 - 1%);}
  .sub-recruit-menu-item a {
    padding: 25px 0px;
    font-size: 14px;
    border-radius: 25px;
    line-height: 1.2;
  }
  .sub-recruit-list-item {
    margin-bottom: 0;
}
.sub-recruit-outline{
  padding-top: 30px;
}
.sub-recruit-outline_box {
  padding-top: 90px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -90px; /* heightと同じ分のネガティブマージン */
}
 .sub-recruit-outline_box:not(:nth-child(1))  {
  margin-top: calc(30px - 90px)
}
.sub-recruit-outline::after {
    background-image: url(../img/sub_footer_bg_cover_sp.png);
    background-position: left;
    height: 139px;
}
.sub-recruit-outline .sub-history_bg {
  display: none;
}
.page-id-1148 #site-footer {
  padding: 0;
}
.sub-recruit-outline_items {
  max-width: min(900px, 100%);
}
  .sub-recruit-outline_item .itemL {
    width: 100%;
    font-weight: bold;
}
  .sub-recruit-outline_item .itemR {
    width: 100%;
    padding-left: 0px;
  }
  .sub-recruit {
    padding-top: 0;
    padding-bottom: 225px;
}
.sub-recruit_contact .sub-contact_telfax-box {
  width: min(900px, 100%);
  align-items: center;
}
.sub-recruit_contact .sub-contact_telfax-Btext {
  font-size: 14px;
}
.sub-recruit_contact .sub-contact_telfax-Gtext {
  font-size: 22px;
}
.sub-recruit_contact .sub-title {
  line-height: 1.8;
  align-items: baseline;
}
}
@media screen and (max-width: 570px) {
  .br570 {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .sub-recruit-fv_content .sub-fv_img img {
    object-position: 65%;
  }
  }
@media screen and (max-width: 380px) {
  .sub-recruit-menu-item a {
    padding: 22px 0px;
    font-size: 12px;
    border-radius: 22px;
}
  }
@media screen and (min-width: 1025px) {
.top_news_inner{
min-height:760px;
}
}
@media screen and (max-width: 1024px) {
.top_news_inner{
min-height:640px;
}
}
@media screen and (max-width: 720px) {
.top_news_inner{
min-height: initial;
}
}
@media screen and (min-width: 1201px) {
  .top_ourgroup_logo_wrap {
  gap:0px 20px;
  }
}
@media screen and (min-width: 721px) {
  .top_ourgroup_logo {
  gap:0px 20px;
  }
}
@media screen and (max-width: 720px) {
  .top_ourgroup_logo {
  gap:0px 20px;
  }
}
#sub-outline .item-textL {
  width: 110px;
}
#sub-outline .item-textR {
  width: calc(100% - 110px);
}
@media screen and (max-width: 1024px) {
#sub-outline .item-textL {
  width: 90px;
}
#sub-outline .item-textR {
  width: calc(100% - 90px);
}
}
@media screen and (max-width: 720px) {
#sub-outline .item-textL {
  width: 100%;
}
#sub-outline .item-textR {
  width: 100%;
}
}
#sub-recruit-menu a.btn-recruit_none{
pointer-events: none;
}
#sub-recruit-menu a.btn-recruit_none .btn-text{
flex-direction: column;
gap: 5px 0px;
}
.sub-recruit-menu {
gap: 10px 0px;
}
@media screen and (max-width: 570px) {
#sub-recruit-menu a.btn-recruit_none .btn-text{
gap: 0px;
}
}
.top_ourgroup_logo_wrap.flex.top_ourgroup_logo-top {
  margin-top: 20px;
}
.item-textL_eigyou {
  text-align: justify;
  text-align-last: justify;
  width: 101.3px;
  display: block;
}
@media screen and (max-width: 1024px) {
.item-textL_eigyou {
  text-align: justify;
  text-align-last: justify;
  width: 83.7px;
  display: block;
}
}
@media screen and (max-width: 370px) {
.item-textL_eigyou {
  text-align: justify;
  text-align-last: justify;
  width: 71.7px;
  display: block;
}
}
@media screen and (min-width: 1025px) {
.item-textL_eigyou2 {
  text-align: justify;
  text-align-last: justify;
  width: 101.3px;
  display: block;
}
}
.sub-outline_title.sub-title{
z-index:2;
}
@media screen and (min-width: 1201px) {
  .top_contact_box {
    width: min(580px,100%);
    }
}
@media screen and (max-width: 1200px) {
  .top_contact_box {
    width: min(480px,100%);
    }
}
/*@media screen and (min-width: 1301px) {
  .top_contact_item:nth-child(2) {
    font-size: 44px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1301px) {
  .top_contact_item:nth-child(3) {
    font-size: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1201px) {
  .top_contact_item:nth-child(2) {
    font-size: min(44px, 3.6vw);
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1201px) {
  .top_contact_item:nth-child(3) {
    font-size: min(24px, 1.9vw);
    letter-spacing: 0px;
  }
}*/
@media screen and (max-width: 430px) {
  .top_contact_item:nth-child(2) {
    letter-spacing: 0;
  }
  .top_contact_item:nth-child(3) {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrap {
  background-color:rgba(255,255,255,1);
  }
}
@media screen and (min-width: 1025px) {
.sub-recruit_contact .sub-contact_telfax-box {
width: 600px;
}
}
@media screen and (min-width: 721px) and  (max-width: 1024px) {
.sub-recruit_contact .sub-contact_telfax-box {
width: 400px;
}
}
.ft_content2 {
max-width: 530px;
}
@media screen and (max-width: 1024px) {
.ft_agreement {
gap:0px;
margin-top: 10px !important;
}
}
.ft__nav {
width:100% !important;
}
.ft__nav ul li {
padding-left:10px !important;
padding-right:10px !important;
}
.ft__nav-items:nth-child(1) li:nth-child(1) {
padding-left:0px !important;
}
@media screen and (max-width: 720px) {
.ft__nav-items:nth-child(2) {
  margin-top: 10px !important;
}
.ft__nav-items:nth-child(2) li:nth-child(1) {
padding-left:0px !important;
}
.ft_content2 {
  max-width: 100% !important;
}
}
@media screen and (max-width: 313px) {
.ft__nav ul li {
  font-size: 14px;
}
}
