/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*!///////////////////////////////////////////*/
/*!//////////// ↓↓↓reset↓↓↓ ////////////*/
/*!///////////////////////////////////////////*/
*, *::before, *::after { box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin: 0; color: #000;}
a { text-decoration: none;}
ul,ol { padding-left: 0; list-style-type: none;}
dd { margin-left: 0;}
p {font-size: 14px; line-height: 1.75;}
@media screen and (min-width: 768px) { p { font-size: 16px;}}
button {border: 0;}
/*!///////////////////////////////////////////*/
/*!//////////// ↑↑↑reset↑↑↑ ////////////*/
/*!///////////////////////////////////////////*/


/*!////////////////////////////////////////////*/
/*!//////////// ↓↓↓common↓↓↓ ////////////*/
/*!////////////////////////////////////////////*/
body { font-family: "Noto Sans JP", sans-serif;}
@media screen and (max-width: 767px) {
  .sp-none { display: none !important;}}
@media screen and (min-width: 768px) {
  .pc-none {display: none !important;}}
.hidden { display: none !important;}
.image { display: block; width: 100%;}
.wrapper {position: relative; overflow: hidden;}
.container {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/*!////////////////////////////////////////////*/
/*!//////////// ↑↑↑common↑↑↑ ////////////*/
/*!////////////////////////////////////////////*/

a:hover {
  cursor: pointer;
  opacity: .7;
  transition: .3s;
}

.header { 
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  border-bottom: 3px #003C83 solid;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header { 
    aspect-ratio: 32 / 5;
    border-bottom: 3px #003C83 solid;
  }
  .header.hd-active {
    width: 100vw;
    height: 100vh;
    background-color: #003C83;
    background-image: none;
  }
  .header nav { 
    position: relative;
    width: 15.625vw;
    aspect-ratio: 1;
    margin-left: auto;
  }
  .header.hd-active nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100%;
  }
  .header nav span { 
    position: relative;
    display: block;
    width: 15.625vw;
    aspect-ratio: 1;
    background-color: #003C83;
    margin-left: auto;
  }
  .header nav span::before ,.header nav span::after { 
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 20%;
    border-top: 2px #fff solid;
    border-bottom: 1px #fff solid;
    pointer-events: none;
    transition: transform .3s;
  }
  .header nav span::before { 
    bottom: 50%;
  }
  .header nav span::after { 
    top: 50%;
    border-top: 1px #fff solid;
    border-bottom: 2px #fff solid;
  }
  .header.hd-active nav span::before {
    transform: translateX(-50%) rotate(-135deg);
    border-bottom: 0px #fff solid;
    height: 1px;
  }
  .header.hd-active nav span::after {
    transform: translateX(-50%) rotate(135deg);
    border-top: 0px #fff solid;
    height: 1px;
    transform-origin: top;
  }
  .header .sp-top {
    position: absolute;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%);
    width: 47%;
  }
  .header .sp-top img {
    width: 100%;
  }
  .hd-active .sp-top {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  nav {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .top-recruit-link {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(-270deg , #303263 , #006DB8);
    cursor: pointer;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px;
  }
  .top-recruit-link p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
  }
  .top-recruit-link span {
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 2px 5px;
    margin-top: 5px;
  }
}

.header nav ol {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  border-bottom: 3px #003C83 solid;
}
@media screen and (max-width: 767px) {
  .header nav ol {
    display: none;
  }
  .hd-active nav ol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 11.71875vw;
    background-color: transparent;
  }
}

.header nav ol li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header nav ol li {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
}

.header nav ol li:first-of-type {
  margin-right: auto;
  padding: 2.28571428571429vw 0 2.28571428571429vw 3.57142857142857vw;
}
@media screen and (max-width: 767px) {
  .header nav ol li:first-of-type { 
    display: none !important;
}
}

.header nav ol li:first-of-type a img {
  width: 28.57142857142857vw;
  aspect-ratio: 10 / 1;
}

.header nav ol li:last-of-type {
  background-color: #003C83;
  margin-left: 0.8vw;
}
@media screen and (max-width: 767px) {
  .header nav ol li:last-of-type {
    margin-left: 0;
  }
}

.header nav ol li:not(:first-of-type) a {
  padding: 0 1.71428571428571vw;
}
@media screen and (max-width: 767px) {
  .header nav ol li:not(:first-of-type) a {
    padding-left: 8.125vw;
  }
}

.header nav ol li a {
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .header nav ol li a {
    position: relative;
    font-size: 4.0625vw;
    color: #fff;
    margin-left: 10.15625vw;
  }
  .header nav ol li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 3.1875vw;
    height: 3.1875vw;
    border-top: 3px #fff solid;
    border-right: 3px #fff solid;
  }
  .header nav ol .dropdown__list__trigger a::after {
    transform: translateY(-50%) rotate(135deg);
  }
  .header nav ol li .dropdown__list a {
    margin-top: 20px;
  }
  .header nav ol .dropdown__list__trigger .dropdown__list a::after {
    transform: translateY(-50%) rotate(45deg);
  }
}

.header nav ol li:last-of-type a {
  padding: 0 2.86vw;
}
@media screen and (max-width: 767px) {
  .header nav ol li:last-of-type a {
    padding-left: 8.125vw;
  }
}

.header nav ol li:last-of-type a {
  color: #fff;
}

.dropdown__list__trigger {
  position: relative;
}
.dropdown__lists {
  display: none;
}
.dropdown__list__trigger:hover .dropdown__lists {
  display: block;
  z-index: 100;
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  width: 100%;
  height: 112px;
}
.dropdown__list {
  width: 100%;
  height: 50%;
  background-color: #003C83;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown__list:not(:last-of-type) {
  border-bottom: 1px #fff solid;
}
.header nav ol li .dropdown__list a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dropdown__lists {
    display: block;
    opacity: 1;
  }
  .dropdown__list__trigger:hover .dropdown__lists {
    position: static;
    width: 100%;
    height: auto;
  }
  .dropdown__list {
    background-color: transparent;
    margin-left: 2rem;
    justify-content: flex-start;
  }
  .dropdown__list:not(:last-of-type) {
    border-bottom: none;
  }
}

.hd-border {
  border-right: 1px #000 solid;
}
@media screen and (max-width: 767px) {
  .hd-border {
    border-right: none;
  }
}

main {
  display: block;
  padding-top: 7.7vw;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 15.625vw;
  }
}

.fv {
  position: relative;
  background-image: url(../img/bi_bk.png), url(../img/bi_bk2.jpg);
  background-position: center top 45vw, bottom;
  background-size: 100vw;
  background-repeat: no-repeat;
  padding-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(../img/bi_bk_sp.png) ,url(../img/bi_bk2_sp.jpg);
    background-position: center -10vw, bottom;
    background-size: 100vw ,100vw;
    background-repeat: no-repeat ,no-repeat;
  }
}

/* アニメーション */

.fade_an ,.fv_fade_an {
  opacity: 0;
}

.fv-title {
  position: absolute;
  z-index: 3;
  left: 0;
  padding-left: 3.57142857142857vw;
}
.fv-title--1 ,.fv-title--2 {
  height: 7.21428571428571vw;
}
.fv-title--1 {
  top: 2.14285714285714vw;
}
.fv-title--2 {
  top: 11.07142857142857vw;
}
.fv-title--1 img ,.fv-title--2 img {
  height: 100%;
  width: auto;
}
.fv-title--3 {
  width: 29.71428571428571vw;
  top: 21.42857142857143vw;
}
@media screen and (max-width: 767px) {
  .fv-title--1 ,.fv-title--2 {
    height: 15vw;
  }
  .fv-title--1 {
    top: 10.46875vw;
  }
  .fv-title--2 {
    top: 24.84375vw;
  }
  .fv-title--3 {
    width: 65.6875vw;
    top: 39.625vw;
  }
}

.an_start {
  animation-name: fade_animation;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fv-title--1.an_start {
  animation-name: fade_animation;
  animation-delay: 0s;
  animation-duration: .3s;
  animation-fill-mode: both;
}
.fv-title--2.an_start {
  animation-name: fade_animation;
  animation-delay: .7s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fv-title--3.an_start {
  animation-name: fade_animation;
  animation-delay: 1.4s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fv-reason.an_start ,.fv-reason-bk.an_start {
  animation-name: fade_animation_reason;
  opacity: 0;
  transform: translate(-50% , 0);
  animation-delay: 2s;
}
@media screen and (max-width: 767px) {
  .fv-reason.an_start ,.fv-reason-bk.an_start {
    animation-name: none;
    opacity: 1;
    transform: translate(-50% , 0);
  }
}
.fv-reason .an_start {
  animation-delay: 2s;
}
@keyframes fade_animation {
  0% { opacity: 0; }
  100%{ opacity: 1; transform: translate(0); }
}
@keyframes fade_animation_reason {
  0% { opacity: 0; transform: translate(-50% , 0)}
  100%{ opacity: 1; transform: translate(-50% , 50%) }
}
.fade_slideup {transform: translateY(100px);}
.fade_slidedown{transform: translateY(-100px);}
.fade_slideright{transform: translateX(100px);}
.fade_slideleft{transform: translateX(-100px);}

.fv-recruit-link {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  width: clamp(300px,25%,400px);
  min-height: 0vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  transition: .2s;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  background: linear-gradient(to bottom, #303263, #006DB8);
}
@media screen and (min-width: 768px) {
  .fv-recruit-link:hover {
    opacity: 1;
    transform: scale(1.05);
  }
  .fv-recruit-link img {
    object-fit: contain;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv-recruit-link {
    top: auto;
    bottom: -10px;
    right: auto;
    left: 1vw;
    width: 48vw;
    height: 20.3125vw;
    background: linear-gradient(180deg, #303263, #006DB8);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
    padding-bottom: 5vw;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 0 0 10px;
    align-items: center;
    justify-content: center;
  }
  .fv-recruit-link--2 {
    left: auto;
    right: 1vw;
  }
}

.fv-recruit-link p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .fv-recruit-link p {
    writing-mode: horizontal-tb;
    font-size: 4.0625vw;
    text-decoration: none;
  }
}

.fv-recruit-link span {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .fv-recruit-link span {
    font-size: 3vw;
  }
}

.fv-container {
  position: relative;
}

.slide-container {
  text-align: center;
  width: 100%;
  height: 53.2vw;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 8.28571428571429vw), 0% 100%);
}
@media screen and (max-width: 767px) {
  .slide-container { 
    height: 155vw;
    text-align: right;
  }
  .splide__list { 
    height: 155vw;
  }
}

.slide-container img {
  width: 100%;
}

.fv-reason-bk ,.fv-reason {
  position: absolute;
  bottom: 2vw;
  left: 50%;
  width: 56.57142857142857vw;
  height: 18.21428571428571vw;
}
@media screen and (max-width: 767px) {
  .fv-reason-bk ,.fv-reason {
    width: 78.125vw;
    height: 58.59375vw;
    bottom: auto;
    top: calc(100% + 7.3125vw);
  }
}

.fv-reason-bk {
  background: linear-gradient(#303263 , #006DB8);
  mix-blend-mode: multiply;
}

.fv-reason {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fv-reason h2 {
  font-size: 2.14285714285714vw;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.78571428571429vw;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .fv-reason h2 {
    font-size: 4.375vw;
    margin-bottom: 1.78571428571429vw;
    letter-spacing: 0.25rem;
  }
}

.fv-reason p {
  font-size: 1.28571428571429vw;
  font-weight: 500;
  color: #fff;
  line-height: 2.166666666666667;
}
@media screen and (max-width: 767px) {
  .fv-reason p {
    font-size: 2.96875vw;
  }
}

.bi {
  padding-top: 14.42857142857143vw;
}
@media screen and (max-width: 767px) {
  .bi {
    padding-top: 77.5vw;
  }
}

.common-title {
  text-align: center;
  pointer-events: none;
}

.common-title h3 {
  text-align: center;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 51px;
  color: #006AB7;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .common-title h3 {
    font-size: 8.28125vw;
  }
}

.common-title h3 span {
  color: #003C83;
}

.common-title p {
  position: relative;
  font-size: 1.14285714285714vw;
  font-weight: 500;
  color: #003C83;
  padding-bottom: 0.71428571428571vw;
}
@media screen and (max-width: 767px) {
  .common-title p {
    font-size: 2.96875vw;
    padding-bottom: 0.71428571428571vw;
  }
}

.common-title p::after {
  content: "";
  position: absolute;
  width: 3.8vw;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003C83;
}
@media screen and (max-width: 767px) {
  .common-title p::after {
    width: 13.59375vw;
  }
}

.bi-list {
  padding-top: 2vw;
}
@media screen and (max-width: 767px) {
  .bi-list {
    padding-top: 8vw;
  }
}

.bi-list ul li {
  position: relative;
  height: 39.07142857142857vw;
  margin-bottom: 7.85714285714286vw;
  background-size: 51.21428571428571vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bi-list ul li {
    height: 69.23076923076923vw;
    margin-bottom: 78.125vw;
    background-size: contain;
  }
}

.bi-list-tp {
  background-image: url(../img/bi_list_img1.jpg);
  background-position: left;
}

.bi-list-wh {
  background-image: url(../img/bi_list_img2.jpg);
  background-position: right;
}
@media screen and (max-width: 767px) {
  .bi-list-wh {
    background-position: left;
  }
}

.bi-list-tp div {
  position: absolute;
  bottom: -3vw;
  left: 50%;
  transform: translateX(calc(-50% + 19.42857142857143vw));
  width: 47.35714285714286vw;
  height: 30.14285714285714vw;
  padding: 3.21428571428571vw;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bi-list-tp div {
    bottom: auto;
    top: calc(100% - 8.75vw);
    left: auto;
    right: 0;
    transform: translateX(0);
    width: 89.21875vw;
    height: 77.34375vw;
    padding: 6vw 9.0625vw;
  }
}

.bi-list-wh div {
  position: absolute;
  bottom: -3vw;
  right: 50%;
  transform: translateX(calc(50% - 19.42857142857143vw));
  width: 47.35714285714286vw;
  height: 30.14285714285714vw;
  padding: 3.21428571428571vw;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bi-list-wh div {
    position: absolute;
    bottom: auto;
    top: calc(100% - 8.75vw);
    right: 0;
    transform: translateX(0);
    width: 89.21875vw;
    height: 74vw;
    padding: 6vw 9.0625vw;
  }
}

.bi-list-bk {
  background: linear-gradient(rgba(16,60,150,0.9) , rgba(0,109,184,0.9));
  mix-blend-mode: multiply;
}

.bi-list-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.bi-list div h4 {
  text-align: left;
}

.bi-list div h4 img {
  height: 6.42857142857143vw;
}
@media screen and (max-width: 767px) {
  .bi-list div h4 img {
    height: 12vw;
  }
}

.bi-list-text p {
  color: #fff;
  font-size: 1.14285714285714vw;
  font-weight: 500;
  text-align: left;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .bi-list-text p {
    font-size: 2.96875vw;
    line-height: 1.95;
  }
}

.bi-list div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1vw 2.71428571428571vw;
  border: 1px #fff solid;
  cursor: pointer;
  margin-left: auto;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .bi-list div a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 4.6875vw 5.78125vw;
  }
  .bi-list div a p {
    font-size: 3.59375vw;
  }
}

.bi-list-wh div a {
  margin-right: 5.5vw;
}

.bi-list div a span {
  width: 0.625vw;
  height: 0.625vw;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
  margin-left: 0.7vw;
}
@media screen and (max-width: 767px) {
  .bi-list div a span {
    width: 2.40625vw;
    height: 2.40625vw;
  }
}

.recruit {
  padding: 65px 0 75px;
  background-color: #A1D8E2;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 13.59375vw 0 15.625vw;
  }
}

.recruit img {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .recruit img {
    margin: 7.8125vw 0;
  }
}

.recruit-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #003C83;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit-text {
    font-size: 2.96875vw;
    margin-bottom: 7.8125vw;
  }
}

.recruit-link {
  position: relative;
  display: block;
  width: 480px;
  background-color: #003C83;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-link {
    width: 78.125vw;
    padding: 2vw 0;
  }
}

.recruit-link p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-link p {
    font-size: 3.59375vw;
    line-height: 1.4;
  }
}

.recruit-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(calc(-50% - 4px));
  width: 62px;
  aspect-ratio: 31 / 5;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .recruit-link::before {
    width: 8.160171875vw;
    background-image: url(../img/arrow_sp.svg);
    aspect-ratio: 52 / 11;
    transform: translateY(calc(-50% - 0.5vw));
  }
}

.access {
  padding-top: 90px;
  background-color: #D8DBDF;
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 14.375vw;
  }
}

.access-button {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px #DCE6E6 solid;
  border-right: none;
  margin-top: 35px;
}

.access-button button {
  flex: 1;
  border-right: 1px #DCE6E6 solid;
  padding: 10px 0;
}

.access-button-item {
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #sp_tab .access-button-item {
    background-color: #003C83;
  }
}

.access-button-item.map-ac ,.access-button-item.map-ac p {
  background-color: #003C83;
  color: #fff;
}

.office-box {
  display: none;
  padding-top: 10px;
}

.office-box.map-ac {
  display: block;
}

.access-container {
  max-width: 1100px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access-container {
    padding-left: 10.625vw;
    padding-right: 10.625vw;
  }
  .access-container.pc-none {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #003C83;
    padding: 0;
    margin-top: 48px;
  }
  .access-container.pc-none::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.8vw;
    width: 2.34375vw;
    height: 2.34375vw;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    transform: translate(0, -50%) rotate(135deg);
    z-index: 1;
  } 
  .access-container.pc-none select ,.access-container.pc-none option {
    position: relative;
    width: 100%;
    font-size: 3.59375vw;
    color: #fff;
    background-color: #003C83;
    text-align: center;
    height: 14.0625vw;
    text-overflow: ellipsis;
    border: none;
    appearance: none;
    outline: none;
    background: transparent;
  }
  .access-container option {
    padding: 0 5vw;
    text-align: center;
  }
}

.access-frame {
  position: relative;
  margin-top: 43px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .access-frame {
    position: relative;
    margin-top: 10px;
    padding: 15px 0;
  }
}

.access-frame::before ,.access-frame::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  border-bottom: 1px #003C83 solid;
  border-top: 1px #003C83 solid;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .access-frame::before ,.access-frame::after {
    width: 15px;
  }
}

.access-frame::before {
  left: 0;
  border-left: 1px #003C83 solid;
}

.access-frame::after {
  right: 0;
  border-right: 1px #003C83 solid;
}
.access-list-map {
  padding-top: 40px;
  width: 100%;
  height: 624px;
}
@media screen and (max-width: 767px) {
  .access-list-map {
    padding-top: 20px;
    height: 100vw;
  }
}

.access-list {
  text-align: center;
}

.access-list-title {
  text-align: center;
}

.access-list-add {
  margin: 0 auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}

.access-list-add li {
  text-align: left;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .access-list-add li {
    display: block;
    text-align: center;
  }
}

.access-list-title h4 ,.access-list-title p ,.access-list-add-1 ,.access-list-add-2 {
  color: #003C83;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .access-list-title h4 ,.access-list-title p ,.access-list-add-1 ,.access-list-add-2 {
    font-size: 2.96875vw;
  }
}

.access-list-title p {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .access-list-title p {
    margin: 5px 0;
  }
}

.access-list-title h4 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .access-list-title h4 {
    font-size: 3.59375vw;
  }
}

.access-list-add-2 {
  margin-left: auto;
  padding-left: 1rem;
}

.news {
  padding: 110px 0 200px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 18.28125vw 0 15vw;
  }
  #news .common-fv-bk-blend span {
    background-size: 200%;
  }
}



.news-list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 20px 32px;
}
@media screen and (max-width: 767px) {
  .news-list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1000px;
    padding: 40px 10.39375vw 32px;
  }
}

.news-list li {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px #DCDDDD solid;
}
@media screen and (max-width: 767px) {
  .news-list li {
    padding: 3.90625vw 0;
  }
  .news-list li a {
    display: flex;
    align-items: self-start;
  }
}

.news-list li a span {
  color: #003C83;
  font-size: 17px;
  padding-right: 40px;
  background-image: linear-gradient(90deg, #003C83 0 50%, transparent 50% 100%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 8px 15px;
  letter-spacing: 0.05rem;
}       
@media screen and (max-width: 767px) {
  .news-list li a span {
    font-size: 2.65625vw;
    padding-right: 5vw;
    background-size: 4px 2.1875vw;
  } 
}

.news-list li a p {
  color: #003C83;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding-left: 35px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .news-list li a p {
    font-size: 2.96875vw;
    padding-left: 5.3125vw;
    margin-top: -0.25rem;
  }
}

.hidden {
  display: none !important;
}

.news-list li:nth-of-type(n + 4) {
  display: none;
}
.news-open li:nth-of-type(n + 4) {
  display: flex;
}

.news-link {
  position: relative;
  display: block;
  background-color: #003C83;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
  width: 350px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news-link {
    width: 78.125vw;
    padding: 4.375vw 0;
  }
}

.news-link p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news-link p {
    font-size: 3.59375vw;
    line-height: 1.4;
  }
}

.news-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(calc(-50% - 7px)) rotate(45deg);
  border-bottom: 2px #fff solid;
  border-right: 2px #fff solid;
  width: 18.57px;
  aspect-ratio: 1;
  pointer-events: none;
}
#news-close .news-link:before {
  transform: translateY(calc(-50% + 7px)) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .news-link:before {
    transform: translateY(calc(-50% - 1vw)) rotate(45deg);
    width: 3.5vw;
  }
  #news-close .news-link:before {
    transform: translateY(calc(-50% + 1vw)) rotate(-135deg);
  }
}

footer {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .home-footer {
    padding-bottom: 14.0625vw;
  }
}

footer p ,footer a ,footer h3,footer .access-list-title p ,footer .access-list-title h4, footer .access-list-add p {
  color: #fff;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  footer p ,footer a ,footer h3,footer .access-list-title p ,footer .access-list-title h4, footer .access-list-add p {
    font-size: 2.65625vw;
  }
}

.footer-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .footer-container {
    padding: 10vw 10.9375vw;
  }
}

.footer-container h3 {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer-container h3 {
    font-size: 5.3125vw;
  }
}

footer .access-list-title p {
  margin: 0;
}

.footer-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.footer-list .access-list-add li {
  display: flex;
}

.footer-privacy {
  display: block;
  margin: 20px 0;
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-privacy {
    margin: 3.75vw 0;
  }
}

.footer-privacy span {
  letter-spacing: -0.5rem;
}

.footer-list-item--1 {
  margin-right: 42px;
}
@media screen and (max-width: 767px) {
  .footer-list-item--1 {
    margin-right: 0;
  }
}

.footer-list-item--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .footer-list-item--2 {
    display: block;
  }
  .footer-list-item--2 h4 {
    padding-top: 3.75vw;
  }
}

.footer-list-item-link {
  max-width: 324px;
}
@media screen and (max-width: 767px) {
  .footer-list-item-link {
    padding: 1.625vw;
  }
}

.footer-list-item-link a img {
  width: 100%;
}

.copyright {
  background-color: #003C83;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .copyright {
    height: 38px;
  }
}
.copyright p {
  font-size: 10px;
  color: #fff;
}


/* TOP以外ページ */

.common-fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 700 / 189;
}
.common-fv .common-title p::after {
  content: none;
}
.about-fv {
  aspect-ratio: 35 / 6;
}
@media screen and (max-width: 767px) {
  .common-fv {
    aspect-ratio: 640 / 266;
  }
}

.common-fv-bk {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* @media screen and (max-width: 767px) {
  .common-fv-bk {
    top: 15.625vw;
  }
} */

.common-fv-bk-blend {
  position: relative;
  width: 100%;
  height: 100%;
}

.multiply {
  mix-blend-mode: multiply;
}
.soft-light {
  mix-blend-mode: soft-light;
}
.hard-light {
  mix-blend-mode: hard-light;
}
.c004397-half {
  background-color: rgba(0,67,151,0.5);
}
.c004397 {
  background-color: #004397;
}

.common-fv-bk-blend span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} 
@media screen and (max-width: 767px) {
  .common-fv-bk {
    background-size: 210%;
  }
}

.common-fv .common-title {
  z-index: 2;
  position: relative;
  padding-top: 3%;
}

.common-fv .common-title h2 ,.common-fv .common-title p {
  color: #fff;
}
.common-fv .common-title h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.8rem;
  margin-right: -0.8rem;
}
@media screen and (max-width: 767px) {
  .common-fv .common-title h2 {
    font-size: 6.25vw;
  }
}

.common-fv .common-title p {
  font-size: 26px;
  font-weight: 300;
  /* font-family: "bebas-neue-pro", sans-serif; */
}
@media screen and (max-width: 767px) {
  .common-fv .common-title p {
    font-size: 4.0625vw;
  }
}

#privacy_policy .common-fv-bk div span { background-image: url(../img/fv_privacy.jpg?240820); }
@media screen and (max-width: 767px) {
  #privacy_policy .common-fv-bk div span { background-image: url(../img/fv_privacy_sp.jpg?240820); }}

#about .common-fv-bk div span { background-image: url(../img/fv_about.jpg?240820); }
@media screen and (max-width: 767px) {
  #about .common-fv-bk div span { background-image: url(../img/fv_about_sp.jpg?240820); }}

#recruit .common-fv-bk div span { background-image: url(../img/fv_recruit.jpg?240820); }
@media screen and (max-width: 767px) {
  #recruit .common-fv-bk div span { background-image: url(../img/fv_recruit_sp.jpg?240820); }}

.common-fv-bk.transportation-fv-bk div span { background-image: url(../img/fv_trans.jpg?240820); }
@media screen and (max-width: 767px) {
  .common-fv-bk.transportation-fv-bk div span { background-image: url(../img/fv_trans_sp.jpg?240820); }}

.common-fv-bk.warehousing-fv-bk div span { background-image: url(../img/fv_wh.jpg?240820); }
@media screen and (max-width: 767px) {
  .common-fv-bk.warehousing-fv-bk div span { background-image: url(../img/fv_wh_sp.jpg?240820); }}

#contact .common-fv-bk div span { background-image: url(../img/fv_contact.jpg?240820); }
@media screen and (max-width: 767px) {
  #contact .common-fv-bk div span { background-image: url(../img/fv_contact_sp.jpg?240820); }}

.common-container {
  max-width: 1060px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .common-container {
    position: relative;
    padding-left: 10.9375vw;
    padding-right: 10.9375vw;
  }
}

.common-nav-list {
  width: 100%;
  height: 62.5px;
  display: flex;
  background-color: #003C83;
  margin: 70px auto 45px;
}
@media screen and (max-width: 767px) {
  .common-nav-list {
    display: block;
    height: auto;
    background-color: transparent;
    margin: 14.0625vw auto 45px;
  }
}

.common-nav-list li {
  flex: 1;
  border: #DCE6E6 1px solid;
}
@media screen and (max-width: 767px) {
  .common-nav-list li {
    border: none;
    margin-bottom: 5px;
    background-color: #003C83;
  }
}

.common-nav-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .common-nav-list li a {
    padding: 4.6875vw 10px;
  }
}

.common-nav-list li a p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .common-nav-list li a p {
    font-size: 3.59375vw;
  }
}

.pagetop-link {
  z-index: 999;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 82px;
  height: 82px;
  cursor: pointer;
  transition: .3s;
}
.pagetop-link:hover {
  transform: scale(.98);
  opacity: .95;
}
@media screen and (max-width: 767px) {
  .pagetop-link {
    right: 20px;
    bottom: 0;
    transform: translateY(100%);
    width: 12.8125vw;
    height: 12.8125vw;
  }
  #business .pagetop-link {
    transform: translateY(-10px);
  }
}

.greeting {
  text-align: center;
  padding-bottom: 90px;
}

.greeting h3 {
  font-size: 30px;
  font-weight: 500;
  color: #003C83;
  letter-spacing: 0.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .greeting h3 {
    font-size: 4.6875vw;
  }
}

.greeting-text {
  width: 100%;
  border-top: #003C83 2px solid;
  border-bottom: #003C83 2px solid;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .greeting-text {
    border-top: #003C83 1px solid;
    border-bottom: #003C83 1px solid;
  }
}

.greeting-text h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.9;
  padding-bottom: 1rem;
  color: #003C83;
  letter-spacing: 0.35rem;
}
@media screen and (max-width: 767px) {
  .greeting-text h4 {
    font-size: 3.59375vw;
    letter-spacing: 0.08rem;
  }
}

.greeting-text-p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6875;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .greeting-text-p {
    font-size: 2.96875vw;
    padding-bottom: 1.5rem;
  }
}

.greeting-text-name {
  text-align: right;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .greeting-text-name {
    font-size: 3.75vw;
    text-align: center;
  }
}

.safety {
  background-image: url(../img/about_safety_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 50px;
}
@media screen and (max-width: 767px) {
  .safety {
    background-image: url(../img/about_safety_bk_sp.jpg);
    background-position: center top;
  }
}

.safety p {
  color: #fff;
}

.safety-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.safety .safety-container .pagetop-link {
  bottom: 20px;
}

.about-blue-title {
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg , #09348B , #006DB8);
  padding: 15px;
  margin-bottom: 42px;
}

.about-blue-title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-blue-title h3 {
    font-size: 4.6875vw;
  }
}

.safety-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .safety-list {
    position: relative;
    flex-direction: column-reverse;
  }
}

.safety-list {
  width: 100%;
  display: flex;
}

.safety-list li {
  flex: 1;
}

.safety-list-img {
  width: 50.1%;
}
@media screen and (max-width: 767px) {
  .safety-list-img {
    width: 100%;
    position: relative;
  }
}

.safety-list-img img {
  width: 100%;
}

.safety-list-text {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .safety-list-text {
    padding-left: 0;
  }
}

.safety-list-text-p {
  font-size: 20px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .safety-list-text-p {
    font-size: 3.75vw;
    text-align: justify;
  }
}

.safety-list-text dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 200px;
  border: 1px #fff solid;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .safety-list-text dl dt {
    margin: 20px auto;
  }
}

.safety-list-text dl dt h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .safety-list-text dl dt h4 {
    font-size: 2.96875vw;
  }
}

.safety-list-text dl dd p {
  font-size: 20px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .safety-list-text dl dd p {
    font-size: 3.75vw;
  }
}

.right {
  text-align: right;
}

.about_us ,.history {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .about_us ,.history {
    margin-top: 0;
    padding-top: 70px;
    position: relative;
  }
}

.about_us .about-blue-title ,.history .about-blue-title {
  margin-bottom: 30px;
}

.history {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .history {
    margin-bottom: 16.875vw;
  }
}

.about_us h2 ,.history h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about_us h2 ,.history h2 {
    font-size: 4.6875vw;
  }
}

.about-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
}

.about-table tr {
  display: flex;
}

.about_us .about-table tr {
  padding: 6px 0;
}

.about-table th {
  position: relative;
  padding-right: 2rem;
}
.about-table th::after {
  content: "／";
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .about-table th {
    padding-right: 1rem;
  }
}

.about-table ul li {
  margin-bottom: 5px;
}

.about_us th {
  width: 250px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
}
.about_us tr:nth-of-type(2n+1) {
  background-color: #E0ECF2;
}
@media screen and (max-width: 767px) {
  .about_us th {
    width: 18.5vw;
    font-size: 2.96875vw;
    display: flex;
    justify-content: flex-start;
    padding-left: 0.5rem;
    text-align: justify;
  }
}

.history .about-table th ,.history .about-table td {
  border-top: 1px solid #1E2A6C;
  border-bottom: 1px solid #1E2A6C;
}
@media screen and (max-width: 767px) {
  .history .about-table th ,.history .about-table td {
    font-size: 2.96875vw;
  }
}

.about_us td {
  width: 100%;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .about_us td {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 2.96875vw;
  }
  .about_us td p {
    font-size: 2.96875vw;
    white-space: nowrap;
    padding-right: 0;
  }
}

.about_us-list-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_us-list-flex p {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .about_us-list-flex p {
    line-height: 1.25;
    font-size: 2.96875vw;
  }
}

.history tbody {
  height: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .history tbody {
    height: auto;
  }
}

.history tr {
  width: calc(50% - 20px);
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .history tr {
    width: 100%;
  }
}

.history th {
  padding-top: 8px;
}

.history th::after {
  top: 8px;
}

.history td {
  flex: 1;
  padding: 8px 0;
}

.news-container {
  max-width: 780px;
  padding-top: 100px;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .news-container {
    width: 100%;
    max-width: none;
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

#news h3 ,#news h4 {
  color: #003C83;
  font-weight: 500;
  font-size: 34px;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #news h3 ,#news h4 {
    font-size: 4.53125vw;
    padding: 6vw 0;
  }
}

#news h4 {
  position: relative;
  font-size: 30px;
  padding-top: 0;
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 767px) {
  #news h4 {
    font-size: 4.5vw;
    letter-spacing: 0.3rem;
  }
}

#news h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 1.5px;
  background-color: #003C83;
}

.news-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
}
@media screen and (max-width: 767px) {
  .news-text p {
    font-size: 2.96vw;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  #privacy_policy .common-fv .common-title h2 {
    letter-spacing: 0.4rem;
  }
}

.privacy-text {
  text-align: center;
  padding: 100px 40px 135px;
}
@media screen and (max-width: 767px) {
  .privacy-text {
    text-align: center;
    padding: 50px 0;
  }
}

.privacy-text p {
  font-size: 18px;
  color: #003C83;
}
@media screen and (max-width: 767px) {
  .privacy-text p {
    font-size: 2.96875vw;
    letter-spacing: -0.02rem;
  }
}

.business-nav {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .business-nav {
    padding-top: 9.375vw;
    padding-bottom: 40px;
  }
}

.business-nav h3 {
  font-size: 22px;
  font-weight: 700;
  color: #003C83;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .business-nav h3 {
    font-size: 3.75vw;
    line-height: 1.8;
    letter-spacing: 0.02rem;
  }
}

.business-nav-text {
  font-size: 18px;
  font-weight: 300;
  color: #003C83;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .business-nav-text {
    font-size: 2.96875vw;
    margin-top: 5vw;
    letter-spacing: -0.01rem;
  }
}

.business-itemlist {
  position: relative;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .business-itemlist {
    background-size: auto 113vw;
    background-position: top;
  }
  .vehicle .business-itemlist {
    background-size: auto 74.6875vw;
  }
  #transportation_item {
    background-color: #CAD7DF;
  }
}

#vehicle { background-image: url(../img/vehicle_img1.jpg); }
#transportation_item { background-image: url(../img/vehicle_img2.jpg); }
#tank_truck { background-image: url(../img/vehicle_img3.jpg); }
@media screen and (max-width: 767px) {
  #vehicle { background-image: url(../img/vehicle_img1_sp.jpg); }
  #transportation_item { background-image: url(../img/vehicle_img2_sp.jpg); }
  #tank_truck { background-image: url(../img/vehicle_img3_sp.jpg); }
}

.business-itemlist .common-container  {
  position: relative;
  max-width: 1220px;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .business-itemlist .common-container  {
    padding-left: 10.9375vw;
    padding-right: 10.9375vw;
  }
  .warehousing-example .wh-itemlist {
    background-size: cover;
  }
}

.business-itemlist-container {
  position: relative;
  height: 100%;
  max-width: 1270px;
  padding-left: 110px;
  padding-right: 20px;
  padding-bottom: 102px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .business-itemlist-container {
    padding-left: 10.9375vw;
    padding-right: 10.9375vw;
    padding-bottom: 0;
  }
}

.business-itemlist-container img {
  width: 100%;
}

.business-itemlist-container--r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .business-itemlist-container--r {
    flex-direction: row;
  }
}

.business-itemlist-title {
  position: relative;
  flex: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .business-itemlist-title {
    height: 74.6875vw;
  }
  /* ↓移動不可 */
  .business-itemlist-title h3 {
    position: relative;
    z-index: 2;
  }
  .business-itemlist-title::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: calc(-50% + 10vw);
    width: 100vw;
    height: 16.5625vw;
    background-color: #003D83;
    mix-blend-mode: multiply;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 12.8125vw) 100%, 0% 100%);
  }
}

.business-itemlist-title h3 {
  font-size: 63px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  margin: 50px 100px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .business-itemlist-title h3 {
    font-size: 5.3125vw;
    margin: 5.46875vw 0 0;
    text-decoration: none;
    letter-spacing: 0.1rem;
  }
}

.vehicle-table {
  background-color: rgba(255,255,255,0.9);
  padding: 25px 35px;
  margin: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .vehicle-table {
    background-color: rgba(255,255,255,0.9);
    padding: 0;
    margin: 7.5vw 0 16.40625vw;
    width: 100%;
  }
}

.vehicle-table table {
  border-spacing: 0;
  border: 1;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .vehicle-table table {
    width: 100%;
  }
}

.vehicle-table thead {
  background-color: #706392;
  color: #fff;
}

.vehicle-table th ,.vehicle-table td {
  padding: 3px 1rem;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
@media screen and (max-width: 767px) {
  .vehicle-table th ,.vehicle-table td {
    font-size: 2.96875vw;
    padding: 0.1rem 0.1rem 0.1rem 0.25rem;
  }
}

.vehicle-table td:last-of-type {
  text-align: center;
  border-right: none;
}

.vehicle-table-w545 {
  max-width: 545px;
}

.vehicle-table-w188 {
  max-width: 188px;
}

.vehicle-table-w56 {
  max-width: 86px;
}

.business-itemlist-container--r .business-itemlist-title {
  flex: unset;
}

.business-itemlist-ill {
  padding-top: 50px;
  width: 353px;
  margin-right: auto;
}
.business-itemlist-ill--2 {
  position: relative;
  padding-top: 0;
  margin-top: 120px;
  width: 360px;
  height: 385px;
}
@media screen and (max-width: 767px) {
  .business-itemlist-ill {
    width: 100%;
    padding: 6.25vw 0 7.84375vw;
  }
  .business-itemlist-ill--2 {
    position: relative;
    margin: 7.8125vw 0;
    width: 100%;
    height: 78.4375vw;
    padding: 0;
  }
}

.business-itemlist-ill--2::before ,.business-itemlist-ill--2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-itemlist-ill--2::before {
  mix-blend-mode: multiply;
  background-image: url(../img/vehicle-itemlist2_bk.svg);
}
.business-itemlist-ill--2::after {
  background-image: url(../img/vehicle-itemlist2.svg);
}
@media screen and (max-width: 767px) {
  .business-itemlist-ill--2::before {
    background-size: contain;
  }
  .business-itemlist-ill--2::after {
    background-image: url(../img/vehicle-itemlist2_sp.svg);
    background-size: contain;
  }
}

.business-itemlist-title--tank::before {
  left: -10.9375vw;
  transform: translateX(0);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20.78125vw) 100%, 0% 100%);
  height: 27.65625vw;
}

.business-itemlist-title--tank h3 {
  margin-right: 0;
}

.business-itemlist-title--tank p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding-top: 50px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .business-itemlist-title--tank p {
    position: relative;
    z-index: 1;
    padding-top: 0.5rem;
    font-size: 2.96875vw;
  }
}

.warehousing-title {
  position: relative;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .warehousing-title {
    height: 11.71875vw;
  }
}

.warehousing-title h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .warehousing-title h3 {
    font-size: 4.6875vw;
  }
}

.warehousing-title--bk {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: linear-gradient(180deg, #103C96, #006DB8);
}

.wh-itemlist {
  background-position: center;
}
@media screen and (max-width: 767px) {
  .wh-itemlist {
    background-position: top;
  }
}

.wh-itemlist--1 { background-image: url(../img/wh_img1.jpg);}
.wh-itemlist--2 { background-image: url(../img/wh_img2.jpg);}
.wh-itemlist--3 { background-image: url(../img/wh_img3.jpg);}
.wh-itemlist--4 { background-image: url(../img/wh_img4.jpg);}

@media screen and (max-width: 767px) {
.wh-itemlist--1 { background-image: url(../img/wh_img1_sp.jpg);}
.wh-itemlist--2 { background-image: url(../img/wh_img2_sp.jpg);}
.wh-itemlist--3 { background-image: url(../img/wh_img3_sp.jpg);}
.wh-itemlist--4 { background-image: url(../img/wh_img4_sp.jpg);
                  background-position: left;}
}

.warehousing .business-itemlist-container {
  padding-top: 60px;
  padding-bottom: 60px;
  height: 722px;
}
@media screen and (max-width: 767px) {
  .warehousing .business-itemlist-container {
    padding-top: 0;
    height: auto;
  }
}

.wh-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.wh-list--r {
  flex-direction: row-reverse;
}

.wh-list-text ,.wh-list-table {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .wh-list-text ,.wh-list-table {
    margin-right: 0;
    padding-top: 10.15625vw;
  }
}

.wh-list-text {
  min-width: 200px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .wh-list-text {
    height: 113vw;
    flex: auto;
  }
}

.wh-list-text h4 {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 0.25rem;
  border-bottom: #fff 3px solid;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .wh-list-text h4 {
    font-size: 4.6875vw;
  }
}

.wh-list-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2.25;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .wh-list-text p {
    font-size: 2.96875vw;
    line-height: 1.9;
    letter-spacing: -0.01rem;
  }
}

.wh-list-table {
  background-color: rgba(255, 255, 255, 0.9);
}

.wh-list-table p {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .wh-list-table p {
    font-size: 2.96875vw;
  }
}

.wh-list-table ol {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px #1E2A6C solid;
}

.wh-list-table ol li {
  display: flex;
  width: 100%;
  padding: 0.5rem 12px;
  border-bottom: 1px #1E2A6C solid;
}
@media screen and (max-width: 767px) {
  .wh-list-table ol li {
    padding: 1rem 0.5rem;
  }
}

.wh-list-table--1 {
  position: relative;
  width: 80px;
  padding-right: 20px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .wh-list-table--1 {
    width: 15.15625vw;
    padding-right: 0.5rem;
  }
}

.wh-list-table--1::after {
  content: "／";
  position: absolute;
  top: 1px;
  right: 0;
  transform-origin: right;
  width: 20px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wh-list-table--1::after {
    width: 0.5rem;
    font-size: 2.96875vw;
    transform: translate(-50%, 0);
    top: 0.2rem;
  }
}

.wh-list-table--2 {
  flex: 1;
}

.wh-list-table-data {
  display: flex;
  flex-direction: column;
}

.wh-list-table-data div {
  display: flex;
  width: 100%;
}

.wh-list-table-data div p {
  display: block;
}

.wh-list-table-data div span {
  flex-grow: 1;
  background-image: radial-gradient(#003D83 50%, transparent 50% 100%);
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: center left;
}
@media screen and (max-width: 767px) {
  .wh-list-table-data div span {
    background-size: 0.2rem 0.2rem;
    background-position: left 0.5rem;
  }
}

.wh-list-table-data div p:nth-of-type(2n) {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .wh-list-table-data div p:first-of-type {
    padding-right: 0.1rem;
  }
  .wh-list-table-data div p:nth-of-type(2n) {
    padding-left: 0.1rem;
  }
}

.wh-list-table-data div:last-of-type {
  border-top: 1px #1E2A6C solid;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
}

.wh-list-table-data div p:last-of-type {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .wh-list-table-data div p:last-of-type {
    width: auto;
  }
}

.wh-list--2 {
  flex-direction: column;
  margin-left: auto;
}
.wh-list--2 .wh-list-text {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wh-list--2 .wh-list-text {
    height: 113vw;
    flex: auto;
  }
}

.wh-list--3 {
  flex-direction: column;
  margin-top: auto;
}

.wh-container {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .wh-container {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}

.wh-example-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wh-example-list {
    flex-direction: column-reverse;
  }
}

.wh-example-list-graf {
  position: relative;
  width: 558px;
  margin-right: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wh-example-list-graf {
    width: 100%;
    margin-right: 0;
    margin-top: 6vw;
  }
}

.wh-example-list-graf img {
  width: 527px;
  position: relative;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .wh-example-list-graf img {
    width: 87.03125vw;
    margin-left: -3.59375vw;
  }
}

.wh-example-list-graf--before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.wh-example-triangle {
  width: 0;
  height: 0;
  border-top: 40px #E8486C solid;
  border-right: 35px transparent solid;
  border-left: 35px transparent solid;
  mix-blend-mode: multiply;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .wh-example-triangle {
    border-top: 5.78125vw #E8486C solid;
    border-right: 4.84375vw transparent solid;
    border-left: 4.84375vw transparent solid;
    margin: 14.84375vw auto 0;
  }
}

/* .wh-example-list-graf::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../img/wh_graf1_bk.png);
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .wh-example-list-graf::before {
    width: 87.03125vw;
    left: 50%;
    transform: translateX(calc(-50% + 0.85vw));
    background-image: url(../img/wh_graf1_bk_sp.svg);
  }
}

.wh-example-list-graf--2::before {
  background-image: url(../img/wh_graf2_bk.png);
}
@media screen and (max-width: 767px) {
  .wh-example-list-graf--2::before {
    background-image: url(../img/wh_graf2_bk_sp.svg);
  }
} */

.wh-example-list p {
  display: block;
  min-width: 200px;
  text-align: justify;
  flex: 1;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .wh-example-list p {
    min-width: auto;
    font-size: 2.96875vw;
  }
}

.wh-example-hd {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #fff 1px solid;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .wh-example-hd {
    height: 7.5vw;
    margin: 7.5vw 0;
  }
}

.wh-example-hd h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wh-example-hd h4 {
    font-size: 3.75vw;
  }
}

.shipment-agency {
  background-color: #DCE6E6;
}

.wh-shipment-list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .wh-shipment-list {
    margin-top: 7.5vw;
    flex-direction: row;
  }
  .wh-shipment-list img {
    margin: 0;
    width: 100%;
  }
}

.wh-shipment-list p {
  flex: 1;
  color: #000;
  font-size: 18px;
  line-height: 2;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .wh-shipment-list p {
    font-size: 2.96875vw;
    padding-right: 0;
    margin-bottom: 7.8125vw;
  }
}

.wh-shipment-list .wh-example-list-graf {
  width: 527px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wh-shipment-list .wh-example-list-graf {
    width: 100%;
  }
}

.contact-main {
  padding-bottom: 65px;
}

#contact .common-container {
  max-width: 970px;
}

.contant-item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #003C83;
  margin-top: 0 auto;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contant-item h4 {
    font-size: 2.96875vw;
    padding: 16.875vw 0 1rem;
    letter-spacing: -0.08rem;
    line-height: 1.8;
  }
}

.contant-item-required p {
  color: #D71718;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contant-item-required p {
    font-size: 2.5vw;
  }
}

#contact .access {
  margin-bottom: 100px;
}

/* #contact .common-title h3 {
  text-align: center;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 51px;
  color: #006AB7;
  letter-spacing: 0.25rem;
}

#contact .common-title p {
  position: relative;
  font-size: 1.14285714285714vw;
  font-weight: 500;
  color: #003C83;
  padding-bottom: 0.71428571428571vw;
} */

.contact-list li {
  display: flex;
}

.contact-list-th , .confirm-list th {
  width: 239px;
  background-color: #003C83;
  position: relative;
  padding: 4px 0 4px 1.5rem;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .contact-list-th , .confirm-list th {
    width: 28.90625vw;
    padding: 1.5625vw 0 1.5625vw 3.4375vw;
  }
}
.confirm-list th {
  padding: 0.5rem;
}

.contact-list-th span {
  position: absolute;
  top: 0.25rem;
  left: 0.4rem;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .contact-list-th span {
    top: 1.5625vw;
    left: 0.2rem;
    font-size: 2.03125vw;
  }
}

.contact-list-th p , .confirm-list th {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-list-th p , .confirm-list th {
    font-size: 3.359375vw;
    white-space: nowrap;
  }
}
.confirm-list th {
  text-align: left;
}

.contact-list-td , .confirm-list td {
  flex: 1;
  padding: 4px 0 4px 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact-list-td , .confirm-list td {
    padding: 1.5625vw 0 1.5625vw 1.875vw;
  }
}
.confirm-list td {
  padding: 0.5rem;
  border-bottom: 1px grey solid;
}
@media screen and (max-width: 767px) {
  .confirm-list td {
    font-size: 3.359375vw;
  }
}

.contact-list-container input {
  width: 100%;
  border: 1px #003C83 solid;
  border-radius: 5px;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact-list-container input {
    padding: 1.3vw;
    font-size: 3.359375vw;
  }
}

.contact-list-name input {
  max-width: 190px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact-list-name input {
    width: calc(50% - 0.22rem);
    margin-right: 0.1rem;
    padding: 1.3vw 0 1.3vw 1.3vw;
  }
}

.contact-list-num input:first-of-type {
  max-width: 65px;
}
.contact-list-num input:not(first-of-type) {
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .contact-list-num input:first-of-type {
    width: 33.5%;
  }
  .contact-list-num input:not(first-of-type) {
    max-width: 38%;
  }
}

.ad-hyphen {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .ad-hyphen {
    padding: 0 0.3vw;
    font-size: 3vw;
  }
}

.contact-list-tell input {
  max-width: 190px;
}

#contact textarea {
  width: 100%;
  max-width: 675.7px;
  min-height: 205px;
  border: 1px #003C83 solid;
  border-radius: 5px;
}

#contact input::placeholder {
  color: #C2C1C2;
  letter-spacing: 0.1rem;
  margin-left: 0.5rem;
}

.contact-list-submit {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .contact-list-submit {
    margin-top: 35px;
  }
}

.contact-list-submit-arrow {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.contact-list-submit-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(calc(-50% - 4px));
  width: 62px;
  aspect-ratio: 31 / 5;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact-list-submit-arrow {
    width: 100%;
  }
  .contact-list-submit-arrow::before {
    width: 8.160171875vw;
    background-image: url(../img/arrow_sp.svg);
    aspect-ratio: 52 / 11;
    transform: translateY(calc(-50% - 0.5vw));
  }
}

#contact input[type=submit] {
  margin: 0 auto;
  width: 360px;
  height: 65px;
  background-color: #003C83;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-width: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #contact input[type=submit] {
    width: 100%;
    height: 14.0625vw;
    font-size: 3.59375vw;
  }
}

#contact .submit-return input[type=submit] {
  background-color: transparent;
  height: 30px;
  color: #000;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.05rem;
  border-bottom: 1px gray solid;
  display: block;
  width: auto;
}
@media screen and (max-width: 767px) {
  #contact .submit-return input[type=submit] {
    font-size: 2.8125vw;
  }
}

.contact-finish-list {
  text-align: center;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .contact-finish-list {
    padding: 4vw 0;
  }
}

.contact-finish-list li {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .contact-finish-list li {
    padding: 2vw 0;
  }
  .contact-finish-list li a {
    font-size: 3vw;
  }
}

.top-recruit-bnr {
  display: block;
  width: 56.57142857142857vw;
}
@media screen and (max-width: 767px) {
  .top-recruit-bnr {
    width: 78.125vw;
  }
}

.business__top-recruit-bnr {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .business__top-recruit-bnr {
    margin-bottom: 30px;
  }
}

.recruit__top-recruit-bnr {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit__top-recruit-bnr {
    margin-top: 30px;
  }
}

.top-recruit-bnr img {
  margin: 0;
  width: 100%;
}

.nav-recruit-bnr {
  display: none;
}

.hd-active .nav-recruit-bnr {
  width: 100%;
  display: block;
  margin-top: auto;
}

.hd-active .nav-recruit-bnr img {
  width: 100%;
  object-fit: contain;
}