@charset "UTF-8";
/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 1024px) {
  .pc_i {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 1024px) {
  .pc_ib {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1024px) {
  .tb {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 1024px) {
  .tb_i {
    display: inline;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 1024px) {
  .tb_ib {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.sp-tb {
  display: none;
}
@media (max-width: 767.9px) {
  .sp-tb {
    display: block;
  }
}
@media (max-width: 1024px) {
  .sp-tb {
    display: block;
  }
}

.p-companyMain {
  background: url(../images/company/bg_main.jpg) center/cover no-repeat;
}

.p-outline {
  padding: 120px 65px 0;
}
@media (max-width: 1024px) {
  .p-outline {
    padding-top: 11.71875vw;
  }
}
@media (max-width: 767.9px) {
  .p-outline {
    padding: 45px 0 0;
  }
}
.p-outline__pdf {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .p-outline__pdf {
    flex-direction: column-reverse;
  }
}
.p-outline__pdf__img {
  margin-right: 40px;
  width: 168px;
  border: 1px #d4dadc solid;
}
@media (max-width: 767.9px) {
  .p-outline__pdf__img {
    margin: 1em 0;
  }
}
.p-outline__pdf i {
  margin-top: 1em;
  color: #004ea1;
  display: flex;
  align-items: center;
}
.p-outline__pdf i.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .p-outline__pdf i.sp {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .p-outline .c-flex-between {
    display: block;
  }
  .p-outline .c-flex-between::after {
    content: "";
    clear: both;
    display: block;
  }
}
@media (max-width: 767.9px) {
  .p-outline .c-col-2__link {
    margin-top: 1em;
    float: right;
  }
}

.pt100 {
  padding-top: 100px;
}
@media (max-width: 767.9px) {
  .pt100 {
    padding-top: 0;
  }
}

.p-companyLogistics {
  padding-top: 150px;
}
@media (max-width: 1024px) {
  .p-companyLogistics {
    padding-top: 14.6484375vw;
  }
}
@media (max-width: 767.9px) {
  .p-companyLogistics {
    padding-top: 66px;
  }
}

.p-globalNetwork,
.p-history {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .p-globalNetwork,
  .p-history {
    margin-top: 9.765625vw;
  }
}
@media (max-width: 767.9px) {
  .p-globalNetwork,
  .p-history {
    margin-top: 45px;
  }
}
.p-globalNetwork h3,
.p-history h3 {
  font-size: 34px;
  font-weight: bold;
  color: #004ea1;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767.9px) {
  .p-globalNetwork h3,
  .p-history h3 {
    font-size: 22px;
  }
}
.p-globalNetwork__list__title,
.p-history__list__title {
  position: relative;
  padding: 20px 35px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  background: #004ea1;
  margin-top: 10px;
}
@media (max-width: 767.9px) {
  .p-globalNetwork__list__title,
  .p-history__list__title {
    padding: 16px 60px 16px 20px;
    font-size: 18px;
    line-height: 26px;
  }
}
.p-globalNetwork__list__title::after,
.p-history__list__title::after {
  position: absolute;
  right: 35px;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/common/arrow_5.svg) center/100% no-repeat;
  transition: transform 0.3s;
  transform: rotate(-180deg);
}
@media (max-width: 767.9px) {
  .p-globalNetwork__list__title::after,
  .p-history__list__title::after {
    top: 14px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.js-open .p-globalNetwork__list__title::after,
.js-open .p-history__list__title::after {
  transform: rotate(0);
}
.p-globalNetwork__list__info,
.p-history__list__info {
  padding: 65px 65px 0;
  display: none;
}
@media (max-width: 1024px) {
  .p-globalNetwork__list__info,
  .p-history__list__info {
    padding: 6.34765625vw 6.34765625vw 0;
  }
}
@media (max-width: 767.9px) {
  .p-globalNetwork__list__info,
  .p-history__list__info {
    padding: 22px 0 0;
  }
}
.p-globalNetwork__list__info .desc,
.p-history__list__info .desc {
  margin-bottom: 50px;
}
.p-globalNetwork__list__info iframe,
.p-history__list__info iframe {
  margin-bottom: 50px;
  width: 100%;
  height: 373px;
}
@media (max-width: 767.9px) {
  .p-globalNetwork__list__info iframe,
  .p-history__list__info iframe {
    margin-bottom: 15px;
    height: 335px;
  }
}
.p-globalNetwork__list__info .map-link,
.p-history__list__info .map-link {
  margin-left: 1em;
  color: #004ea1;
}
@media (max-width: 767.9px) {
  .p-globalNetwork__list__info .map-link,
  .p-history__list__info .map-link {
    margin-left: 0;
    display: block;
  }
}
.p-globalNetwork__list__info .link,
.p-history__list__info .link {
  color: #004ea1;
}

.p-globalNetwork h3 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .p-globalNetwork h3 {
    margin-bottom: 9.765625vw;
  }
}
@media (max-width: 767.9px) {
  .p-globalNetwork h3 {
    margin-bottom: 20px;
    text-align: left;
  }
}
.p-globalNetwork__list .js-open-default__info {
  display: block !important;
}
.p-globalNetwork__list__info {
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .p-globalNetwork__list__info {
    padding-bottom: 8.7890625vw;
  }
}
@media (max-width: 767.9px) {
  .p-globalNetwork__list__info {
    padding-bottom: 30px;
  }
}

body .p-globalNetwork__list .js-open-default .p-globalNetwork__list__title::after {
  transform: rotate(0);
}
body .p-globalNetwork__list .js-open-default .p-globalNetwork__list__info {
  display: block;
}

.p-history__list {
  margin-top: 120px;
}
@media (max-width: 767.9px) {
  .p-history__list {
    margin-top: 45px;
  }
}
.p-history__list__info {
  display: none;
}
.p-history__list__info dd {
  padding: 0 0 30px 250px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .p-history__list__info dd {
    padding: 0 0 17px 0;
    margin-bottom: 17px;
  }
}
.p-history__list__info dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767.9px) {
  .p-history__list__info dd ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}

.js-listTrigger {
  cursor: pointer;
}

.p-organization {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .p-organization {
    margin-top: 11.71875vw;
  }
}
@media (max-width: 767.9px) {
  .p-organization {
    margin-top: 45px;
  }
}
.p-organization h3 {
  margin: 110px auto 80px;
  color: #004ea1;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .p-organization h3 {
    margin: 10.7421875vw auto 7.8125vw;
  }
}
@media (max-width: 767.9px) {
  .p-organization h3 {
    margin: 45px auto 10px;
    font-size: 15px;
  }
}

.p-businessReport01 {
  margin: 140px auto 0;
  padding: 75px 0 50px;
  letter-spacing: 0.1em;
  background: url(../images/company/business_report_bg.jpg) center/cover no-repeat;
}
@media (max-width: 1024px) {
  .p-businessReport01 {
    margin: 13.671875vw auto 0;
    padding: 7.32421875vw 0 4.8828125vw;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport01 {
    margin-top: 40px;
    padding: 15px 0 20px;
  }
}
.p-businessReport01 .c-sectionTitle {
  margin-bottom: 70px;
}
@media (max-width: 767.9px) {
  .p-businessReport01 .c-sectionTitle {
    margin-bottom: 10px;
  }
}
.p-businessReport01Chart {
  display: flex;
  background-color: #ffffff;
  padding: 40px;
  gap: 7%;
}
@media (max-width: 1024px) {
  .p-businessReport01Chart {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart {
    display: block;
    padding: 20px;
  }
}
.p-businessReport01Chart .c-performanceChart {
  width: 50%;
}
@media (max-width: 1024px) {
  .p-businessReport01Chart .c-performanceChart {
    width: auto;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceChart {
    width: auto;
  }
}
.p-businessReport01Chart .c-performanceChart .c-chartHanrei {
  padding: 5% 0;
  font-size: 13px;
  line-height: 2em;
  display: flex;
  gap: 1em;
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceChart .c-chartHanrei {
    padding: 0 0 30px;
    font-size: 12px;
    line-height: 1.5em;
    gap: 0.5em;
  }
}
.p-businessReport01Chart .c-performanceChart .c-chartHanrei .u-uriage {
  background-color: #004ea1;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceChart .c-chartHanrei .u-uriage {
    height: 20px;
    width: 20px;
  }
}
.p-businessReport01Chart .c-performanceChart .c-chartHanrei .u-keijyo {
  background-color: #01a8de;
  height: 25px;
  width: 40px;
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceChart .c-chartHanrei .u-keijyo {
    height: 20px;
    width: 30px;
  }
}
.p-businessReport01Chart .c-performanceChart .c-chartHanrei .u-jyunri {
  background-color: #51bf9a;
  height: 25px;
  width: 40px;
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceChart .c-chartHanrei .u-jyunri {
    height: 20px;
    width: 30px;
  }
}
.p-businessReport01Chart .c-performanceChartUriage {
  height: 100px;
  padding: 0;
  position: relative;
}
.p-businessReport01Chart .c-performanceChartUriage span {
  position: absolute;
  left: -10px;
  bottom: 20px;
  font-size: 12px;
  line-height: 1em;
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceChartUriage span {
    top: 0;
    bottom: inherit;
  }
}
.p-businessReport01Chart .c-performanceChartRieki {
  height: 300px;
  padding: 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceChartRieki {
    height: 200px;
  }
}
.p-businessReport01Chart .c-performanceNumber {
  width: 45%;
}
@media (max-width: 1024px) {
  .p-businessReport01Chart .c-performanceNumber {
    width: auto;
    margin-top: 30px;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceNumber {
    width: auto;
    padding-top: 0;
    margin-top: 30px;
  }
}
.p-businessReport01Chart .c-performanceNumber__inner {
  box-sizing: border-box;
  position: relative;
  padding: 15% 3.33% 1.66%;
  background-color: #f2f6fa;
  border-radius: 20px;
}
.p-businessReport01Chart .c-performanceNumber__inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 90px solid #f2f6fa;
  border-left: 0;
  right: 100%;
  top: 70%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-businessReport01Chart .c-performanceNumber__inner::after {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceNumber__inner::after {
    display: none;
    padding-top: 0;
  }
}
.p-businessReport01Chart .c-performanceNumber h3 {
  padding: 3% 4.5%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #004ea1;
  background: #fff;
  width: 280px;
  border-radius: 0 0 15px 15px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-businessReport01Chart .c-performanceNumber h3 {
    font-size: 14px;
    width: 200px;
    padding: 0.5em;
  }
}
.p-businessReport01Chart .c-performanceNumber p {
  border-top: 1px #ffffff solid;
}
.p-businessReport01Chart .c-performanceNumber p:nth-child(2) {
  border: none;
}
.p-businessReport01__table {
  border-bottom: 1px solid #fff;
  text-align: center;
  background: #fff;
}
@media (max-width: 767.9px) {
  .p-businessReport01__table {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}
.p-businessReport01__table__thead {
  display: grid;
  grid-template-columns: 235px 1fr 1fr 1fr;
  color: #fff;
}
@media (max-width: 767.9px) {
  .p-businessReport01__table__thead {
    grid-template-columns: 70px 1fr 1fr 1fr;
  }
}
.p-businessReport01__table__thead div {
  padding: 26px 0;
  background: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  line-height: 1.5;
}
.p-businessReport01__table__thead div:nth-child(1) {
  border-top: none;
}
.p-businessReport01__table__thead div:nth-child(2) {
  background: #a5b2c8;
}
.p-businessReport01__table__thead div:nth-child(3) {
  background: #4bc5ce;
}
.p-businessReport01__table__thead div:nth-child(4) {
  background: #01a8de;
}
.p-businessReport01__table__body {
  display: grid;
  grid-template-columns: 235px 1fr 1fr 1fr;
}
@media (max-width: 767.9px) {
  .p-businessReport01__table__body {
    grid-template-columns: 70px 1fr 1fr 1fr;
  }
}
.p-businessReport01__table__body div {
  padding: 20px 0;
  background: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 22px;
  /* テキストの横方向中央揃え (必要なら) */
}
.p-businessReport01__table__body div:nth-child(1) {
  border-top: 1px solid #b8b8b8;
  font-size: 16px;
}
@media (max-width: 767.9px) {
  .p-businessReport01__table__body div:nth-child(1) {
    font-size: 2.1333333333vw;
  }
}
.p-businessReport01__table__body div:nth-child(2) {
  background: rgba(165, 178, 200, 0.35);
}
@media (max-width: 767.9px) {
  .p-businessReport01__table__body div:nth-child(2) {
    font-size: 2.1333333333vw;
  }
}
.p-businessReport01__table__body div:nth-child(3) {
  background: rgba(75, 197, 206, 0.35);
}
@media (max-width: 767.9px) {
  .p-businessReport01__table__body div:nth-child(3) {
    font-size: 2.1333333333vw;
  }
}
.p-businessReport01__table__body div:nth-child(4) {
  background: rgba(1, 168, 222, 0.35);
}
@media (max-width: 767.9px) {
  .p-businessReport01__table__body div:nth-child(4) {
    font-size: 2.1333333333vw;
  }
}
.p-businessReport01__note {
  text-align: right;
  color: #fff;
}
@media (max-width: 767.9px) {
  .p-businessReport01__note {
    font-size: 1.8666666667vw;
    line-height: 3.7333333333vw;
  }
}

.p-businessReport02 {
  margin-top: 130px;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-businessReport02 {
    margin-top: 12.6953125vw;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport02 {
    margin-top: 45px;
  }
}
.p-businessReport02__box {
  position: relative;
  padding: 125px 60px 60px;
  margin: auto;
  max-width: 950px;
  background: #f2f6fa;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-businessReport02__box {
    padding: 12.20703125vw 5.859375vw 5.859375vw;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport02__box {
    padding: 75px 30px 30px;
  }
}
.p-businessReport02__box h3 {
  padding: 0.5em 0 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  font-weight: 600;
  color: #004ea1;
  background: #fff;
  width: 280px;
  border-radius: 0 0 15px 15px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-businessReport02__box h3 {
    font-size: 14px;
    padding: 0.5em 0;
    width: 200px;
  }
}
.p-businessReport02__usage {
  margin: 50px auto 130px;
  padding-right: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 950px;
}
@media (max-width: 1024px) {
  .p-businessReport02__usage {
    margin: 4.8828125vw auto 12.6953125vw;
    padding-right: 9.765625vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport02__usage {
    padding-right: 8vw;
    margin: 20px auto 45px;
    font-size: 1.6vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.p-businessReport02__usage li {
  margin-bottom: 30px;
  vertical-align: middle;
}
@media (max-width: 767.9px) {
  .p-businessReport02__usage li {
    margin-bottom: 2.6666666667vw;
  }
}
.p-businessReport02__usage li::before {
  margin-right: 0.8em;
  content: "";
  width: 50px;
  height: 30px;
  display: inline-block;
  background: #2d547b;
}
@media (max-width: 1024px) {
  .p-businessReport02__usage li::before {
    width: 4.8828125vw;
    height: 2.9296875vw;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport02__usage li::before {
    width: 17px;
    height: 10px;
  }
}
.p-businessReport02__usage li.color1::before {
  background: #2d547b;
}
.p-businessReport02__usage li.color2::before {
  background: #2b7bb8;
}
.p-businessReport02__usage li.color3::before {
  background: #01a8de;
}
.p-businessReport02__usage li.color4::before {
  background: #4bc5ce;
}
.p-businessReport02__usage li.color5::before {
  background: #51bf9a;
}
.p-businessReport02__usage li.color6::before {
  background: #82cd71;
}
.p-businessReport02__usage li.color7::before {
  background: #a5b2c8;
}
.p-businessReport02 .c-btnWrap {
  justify-content: space-between;
  max-width: 630px;
}
.p-businessReport02 .c-btnWrap .c-btn {
  margin: 0 0 40px;
}
@media (max-width: 767.9px) {
  .p-businessReport02 .c-btnWrap .c-btn {
    margin-bottom: 15px;
    padding: 0 10.6666666667vw 0 4.5333333333vw;
    width: 43.4666666667vw;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767.9px) {
  .p-businessReport02 .c-btnWrap .c-btn i {
    width: 26px;
    top: 6px;
    right: 7px;
  }
}

.c-heading__lead.c-greeting {
  background: url(../images/company/bg_greeting.svg) no-repeat right top 70px;
}
@media (max-width: 767.9px) {
  .c-heading__lead.c-greeting {
    background-size: 200px auto;
    background-position: right top 120px;
  }
}
.c-heading__lead.c-greeting p {
  margin-top: 40px;
  padding: 0 40px 0;
  letter-spacing: 0.07em;
}
@media (max-width: 767.9px) {
  .c-heading__lead.c-greeting p {
    margin-top: 20px;
    padding: 0 0;
  }
}
.c-heading__lead.c-greeting dl {
  margin-top: 40px;
  text-align: right;
  font-size: 13px;
  line-height: 2em;
  padding: 0 40px 0;
}
@media (max-width: 767.9px) {
  .c-heading__lead.c-greeting dl {
    padding: 0;
  }
}
.c-heading__lead.c-greeting dl dd {
  font-size: 20px;
}
@media (max-width: 767.9px) {
  .c-heading__lead.c-greeting dl dd {
    font-size: 18px;
  }
}
.c-heading__lead.c-greeting dl dd span {
  font-size: 13px;
  line-height: 2em;
}

/* スクロールアニメーション（aos） */
[data-aos=aos-slide-left] {
  opacity: 0;
  transform: translateX(-20px);
  transition: all;
}

[data-aos=aos-slide-left].aos-animate {
  opacity: 1;
  transform: translateX(0);
  transition: all;
}

[data-aos=aos-fade-in] {
  opacity: 0;
  transition: all;
}

[data-aos=aos-fade-in].aos-animate {
  opacity: 1;
  transition: all;
}
/*# sourceMappingURL=sourcemaps/company.css.map */
