@charset "UTF-8";
.main_visual {
  padding-top: 100px;
  overflow: hidden;
  margin-left: auto;
  max-width: 1370px;
  border-left: solid 40px transparent;
}
@media screen and (max-width: 959px) {
  .main_visual {
    padding-top: 60px;
  }
}
.main_visual .swiper-slide {
  position: relative;
}
.main_visual .swiper-slide div {
  position: absolute;
  left: 6vw;
  top: 35%;
  font-size: 4.5vw;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", serif;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
.main_visual .swiper-slide img {
  display: block;
  border-radius: 20px 0 0 20px;
}

.message {
  color: #fff;
  background: #D70C18;
  padding: 20vw 20px 4vw 40px;
  border-radius: 0 20px 20px 0;
  margin-top: -17vw;
  width: 78%;
  font-size: 1.5vw;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .message {
    font-size: 13px;
    width: 90%;
    text-align: justify;
  }
  .message br {
    display: none;
  }
}

h2 {
  margin-top: 8vw;
  text-align: center;
  font-size: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 20px;
  }
}
h2:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 40px;
  height: 4px;
  background: #D70C18;
}
@media screen and (max-width: 640px) {
  h2:after {
    height: 2px;
    bottom: -15px;
  }
}

.business {
  position: relative;
}
.business ul {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 20px;
  padding: 20px;
  margin: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 640px) {
  .business ul {
    display: block;
    margin: 20px;
    padding: 10px;
  }
}
.business ul::before {
  content: "";
  position: absolute;
  width: 96.5%;
  height: 1px;
  background: #fff;
  top: 49.9%;
}
@media screen and (max-width: 640px) {
  .business ul::before {
    display: none;
  }
}
.business ul::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 97%;
  background: #fff;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 640px) {
  .business ul::after {
    display: none;
  }
}
.business ul li {
  width: 49.99%;
  margin: 0 0 1px 0;
  padding: 0;
  background: #666;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .business ul li {
    width: 100%;
    height: 150px;
  }
}
.business ul li:nth-child(1) {
  border-radius: 20px 0 0 0;
  background: url("../img/business_01.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .business ul li:nth-child(1) {
    border-radius: 20px 20px 0 0;
  }
}
.business ul li:nth-child(1)::before {
  content: "Clearance";
  font-size: 10vw;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.6;
  position: absolute;
  color: #fff;
  font-weight: bold;
  bottom: -3vw;
  left: -15px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
  .business ul li:nth-child(1)::before {
    font-size: 60px;
    bottom: -15px;
  }
}
.business ul li:nth-child(2) {
  border-radius: 0 20px 0 0;
  background: url("../img/business_02.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .business ul li:nth-child(2) {
    border-radius: 0;
  }
}
.business ul li:nth-child(2)::before {
  content: "Storage";
  font-size: 10vw;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.6;
  position: absolute;
  color: #fff;
  font-weight: bold;
  bottom: -3vw;
  left: -15px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
  .business ul li:nth-child(2)::before {
    font-size: 60px;
    bottom: -15px;
  }
}
.business ul li:nth-child(3) {
  border-radius: 0 0 0 20px;
  background: url("../img/business_03.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .business ul li:nth-child(3) {
    border-radius: 0;
  }
}
.business ul li:nth-child(3)::before {
  content: "Transport";
  font-size: 10vw;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.6;
  position: absolute;
  color: #fff;
  font-weight: bold;
  bottom: -3vw;
  left: -15px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
  .business ul li:nth-child(3)::before {
    font-size: 60px;
    bottom: -15px;
    left: -5px;
  }
}
.business ul li:nth-child(4) {
  border-radius: 0 0 20px 0;
  background: url("../img/business_04.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .business ul li:nth-child(4) {
    border-radius: 0 0 20px 20px;
  }
}
.business ul li:nth-child(4)::before {
  content: "Information";
  font-size: 10vw;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.6;
  position: absolute;
  color: #fff;
  font-weight: bold;
  bottom: -3vw;
  left: -15px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
  .business ul li:nth-child(4)::before {
    font-size: 60px;
    bottom: -15px;
    left: -5px;
  }
}
.business ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
.business ul li a span {
  transition: 0.3s;
  display: block;
  line-height: 1;
  padding: 20px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  width: 50%;
  text-align: center;
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 640px) {
  .business ul li a span {
    width: 80%;
  }
}
.business ul li a:hover {
  backdrop-filter: blur(5px);
}
.business ul li a:hover span {
  background: #000;
}
.business #video-area {
  margin-top: -500px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .business #video-area {
    margin-top: -300px;
  }
}
.business #video-area::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 300px;
  background: #DD4851;
}
.business #video-area video {
  margin-top: 300px;
  width: 100%;
}
.business #video-area .btn {
  position: absolute;
  z-index: 10;
  top: 70%;
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 150px;
}
@media screen and (max-width: 640px) {
  .business #video-area .btn {
    top: 66%;
  }
}
.business #video-area .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  padding-top: 60px;
  font-size: 14px;
}
.business #video-area .btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 40px;
  margin-left: 5px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #ffffff;
}
.business #video-area .btn a:after {
  display: block;
  content: "";
  width: 138px;
  height: 138px;
  border: dotted 2px #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 146px;
  animation: rotate_anime 10s linear infinite;
}
.business #video-area .btn a:hover {
  background: #D70C18;
  color: #fff;
}
.business #video-area .btn a:hover:after {
  border: dotted 2px #fff;
}
@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.group_company {
  max-width: 1180px;
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .group_company {
    margin-top: 20px;
  }
}
.group_company ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: url(../img/map.png) center no-repeat;
}
@media screen and (max-width: 640px) {
  .group_company ul {
    background: url(../img/map.png) top center no-repeat;
    padding: 140px 20px 0 20px;
    background-size: 90%;
  }
}
.group_company ul li {
  width: 31%;
  border-radius: 10px;
  overflow: hidden;
}
.group_company ul li a {
  height: 260px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .group_company ul li a {
    height: 150px;
    padding: 10px;
  }
}
.group_company ul li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.group_company ul li:first-child a {
  background: url(../img/base_01.jpg) center no-repeat;
}
.group_company ul li:nth-child(2) a {
  background: url(../img/base_02.jpg) center no-repeat;
}
.group_company ul li:nth-child(3) a {
  background: url(../img/base_03.jpg) center no-repeat;
}
.group_company ul li:nth-child(4) {
  margin-top: 300px;
}
.group_company ul li:nth-child(4) a {
  background: url(../img/base_04.jpg) center no-repeat;
}
.group_company ul li:last-child {
  margin-top: 300px;
}
.group_company ul li:last-child a {
  background: url(../img/base_05.jpg) center no-repeat;
}
@media screen and (max-width: 640px) {
  .group_company ul li {
    width: 45%;
    margin: 0 0 15px 0 !important;
  }
}

.comapny_information {
  box-shadow: 0px -10px 20px -5px rgba(147, 147, 147, 0.6);
  margin-top: 80px;
  padding: 80px 20px;
  background: url("../img/bg_comapny_information.jpg") center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .comapny_information {
    padding: 40px 20px;
    margin-top: 40px;
  }
}
.comapny_information h2 {
  margin-top: 0;
  color: #fff;
}
.comapny_information h2:after {
  background: #fff;
}
.comapny_information ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .comapny_information ul {
    margin-top: 40px;
  }
}
.comapny_information ul li {
  width: 23%;
  margin: 0;
  padding: 0;
  margin-bottom: 2%;
}
@media screen and (max-width: 640px) {
  .comapny_information ul li {
    width: 48%;
  }
}
.comapny_information ul li a {
  display: block;
  color: #D70C18;
  background: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: center;
  border: solid 1px #D70C18;
}
@media screen and (max-width: 640px) {
  .comapny_information ul li a {
    padding: 15px 5px;
  }
}
.comapny_information ul li a:hover {
  opacity: 0.8;
  border: solid 1px #fff;
}

.unit_news {
  background: #F0F0F0;
  padding: 80px 20px;
}
@media screen and (max-width: 640px) {
  .unit_news {
    padding: 40px 20px;
  }
}
.unit_news h2 {
  margin-top: 0;
}
.unit_news ul {
  max-width: 1180px;
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .unit_news ul {
    margin-top: 40px;
    display: block;
  }
}
.unit_news ul li.wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.2);
  border: solid 1px #fff;
  transition: 0.3s;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .unit_news ul li.wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
.unit_news ul li.wrap:hover {
  border: solid 1px #DD4851;
}
.unit_news ul li.wrap small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.unit_news ul li.wrap h3 {
  margin-top: 5px;
  color: #666;
  font-weight: bold;
  font-size: 16px;
}
.unit_news ul li.wrap ul.links {
  margin: 0;
  justify-content: start;
  display: flex;
}
@media screen and (max-width: 640px) {
  .unit_news ul li.wrap ul.links {
    display: block;
  }
}
.unit_news ul li.wrap ul.links li {
  margin: 0 20px 0 0;
  padding: 0;
  border: none;
}
.unit_news ul li.wrap ul.links li a {
  display: block;
  background: url(/common/img/news_icon_pdf.svg) 10px 13px no-repeat;
  padding: 10px 0 10px 40px;
  color: #D70C18;
}
.unit_news ul li.wrap ul.links li a:hover {
  text-decoration: underline;
}
.unit_news ul li.wrap ul.links li a.page {
  background: url(/common/img/news_icon_page.svg) 10px 13px no-repeat;
}
.unit_news .list {
  width: 250px;
  margin: 60px auto 0;
  text-align: center;
  border-radius: 5px;
  display: block;
  padding: 15px 20px;
  background: #999;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .unit_news .list {
    margin-top: 30px;
  }
}
.unit_news .list:hover {
  color: #fff;
  background: #D70C18;
}

.modaal-overlay {
  background: #D84949 !important;
}

.modaal-video-container {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.swiper-wrapper {
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 640px) {
  .modaal-video-wrap {
    margin: 0;
  }
}

header {
  top: 0;
  right: 0;
}

.toppage_bcp {
  border-radius: 10px;
  padding: 10px;
  margin: 40px;
  border: solid 1px #DD4851;
  margin-top: 60px;
  transform: translateY(60px);
}
@media screen and (max-width: 959px) {
  .toppage_bcp {
    margin-top: 60px;
    transform: translateY(60px);
  }
}
@media screen and (max-width: 640px) {
  .toppage_bcp {
    margin-top: 0;
    transform: translateY(60px);
  }
}
.toppage_bcp h2 {
  margin-top: 0;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .toppage_bcp h2 {
    font-size: 16px;
  }
}
.toppage_bcp h2:after {
  bottom: -0.3em;
}
.toppage_bcp .text {
  margin-top: 1em;
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .toppage_bcp .text {
    font-size: 12px;
  }
}
.toppage_bcp .text * {
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .toppage_bcp .text * {
    font-size: 12px;
  }
}/*# sourceMappingURL=com.css.map */