@charset "UTF-8";
/*----------
	TOPページ
----------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

body p {
  font-size: 1.6rem;
}

.u-top-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1200px) {
  .u-top-inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767.9px) {
  .u-top-inner {
    width: 100%;
    padding: 0 20px;
  }
}

/* MV
--------------------------------------------------*/
.p-top-mv {
  position: relative;
  height: 664px;
  margin-top: 94px;
}
@media (max-width: 767.9px) {
  .p-top-mv {
    height: auto;
    margin-top: 66px;
  }
}
.p-top-mv__button {
  position: absolute;
  bottom: 60px;
  left: 130px;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .p-top-mv__button {
    position: unset;
    padding: 0 15px;
    margin-top: 40px;
  }
}
.p-top-mv__movie {
  position: absolute;
  bottom: 32px;
  right: 30px;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .p-top-mv__movie {
    bottom: unset;
    top: 15px;
    right: 15px;
  }
}
.p-top-mv__movie-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.337);
  padding: 20px;
  min-width: 270px;
}
@media (max-width: 767.9px) {
  .p-top-mv__movie-btn {
    min-width: 150px;
    padding: 10px;
  }
}
.p-top-mv__movie-btn p {
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 767.9px) {
  .p-top-mv__movie-btn p {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-top-mv__movie-icon {
    width: 25px;
    height: 25px;
  }
}
.p-top-mv__movie a:hover {
  color: #fff;
  text-decoration: none;
}
.p-top-mv__read-group {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 190px;
  left: 130px;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .p-top-mv__read-group {
    left: 15px;
    top: 268px;
    bottom: unset;
  }
}
.p-top-mv__read {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px;
  background: #ffffff;
  font-size: 5rem;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .p-top-mv__read {
    font-size: 3rem;
  }
}
.p-top-mv__read-sub {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #5EA8DD;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 2px 6px;
  background: #ffffff;
}
@media (max-width: 767.9px) {
  .p-top-mv__read-sub {
    font-size: 1.32rem;
  }
}

/* 価値創造を実現する三井倉庫グループのビジネスモデル
--------------------------------------------------*/
.p-top-business__body {
  background-color: #5EA8DD;
  padding: 260px 0 320px;
  background-image: url("/-/media/image/top/bg-business-fixed.png");
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  position: relative;
}
@media (max-width: 767.9px) {
  .p-top-business__body {
    margin-top: 80px;
    padding: 100px 0 120px;
  }
}
.p-top-business__read {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767.9px) {
  .p-top-business__read {
    font-size: 2.2rem;
  }
}
.p-top-business__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .p-top-business__group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 767.9px) {
  .p-top-business__group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-business__group div:first-child img {
  width: 60%;
}
@media (max-width: 767.9px) {
  .p-top-business__group div:nth-child(n+3) {
    margin-top: 10px;
  }
}
.p-top-business__box {
  width: 232px;
}
@media (max-width: 1200px) {
  .p-top-business__box {
    width: 19.5%;
  }
}
@media (max-width: 767.9px) {
  .p-top-business__box {
    width: 48%;
  }
}
.p-top-business__box a {
  display: block;
  background-color: #fff;
  text-align: center;
}
.p-top-business__box a:hover {
  text-decoration: none;
}
.p-top-business__box-ttl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767.9px) {
  .p-top-business__box-ttl {
    height: 80px;
    font-size: 1.4rem;
  }
}
.p-top-business__box-ttl::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/-/media/image/top/icn-chev.svg);
}
.p-top-business__box-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #E9F0F5;
  height: 224px;
}
@media (max-width: 767.9px) {
  .p-top-business__box-body {
    height: 204px;
  }
}
.p-top-business__box-body img {
  width: 45%;
}
.p-top-business__box-body p {
  color: #666;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 767.9px) {
  .p-top-business__box-body p {
    font-size: 1.2rem;
  }
}
.p-top-business .u-wrp-bottom-circle {
  overflow: hidden;
  margin-bottom: -190px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .p-top-business .u-wrp-bottom-circle {
    margin-bottom: -130px;
  }
}
.p-top-business .u-bottom-circle {
  background-color: #fff;
  border-radius: 0 0 2000px 2000px/0 0 300px 300px;
  margin: 16px -200px;
  padding: 0px 280px;
  min-height: 300px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-top-business .u-bottom-circle {
    padding: 0px 200px 90px;
    border-radius: 0 0 800px 800px/0 0 300px 300px;
  }
}
.p-top-business .c-btn {
  border: 1px solid #fff;
}
.p-top-business .c-btn a {
  color: #fff;
}
.p-top-business .c-btn::after {
  background-image: url(/-/media/image/top/icn-chev__white.svg);
}

/* 円弧（成長戦略の上） */
.u-wrp-top-circle {
  overflow: hidden;
  position: relative;
  margin-top: -190px;
}
@media (max-width: 767.9px) {
  .u-wrp-top-circle {
    margin-top: -50px;
  }
}

.u-top-circle {
  background-color: #fff;
  border-radius: 2000px 2000px 0 0/300px 300px 0 0;
  margin: 16px -200px;
  padding: 65px 280px;
  min-height: 300px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .u-top-circle {
    border-radius: 800px 800px 0 0/300px 300px 0 0;
  }
}

/* 三井倉庫グループの成長戦略
--------------------------------------------------*/
.p-top-strategy {
  padding: 0 0 120px 0;
  margin-top: -200px;
}
@media (max-width: 767.9px) {
  .p-top-strategy {
    padding: 0px 15px 80px 15px;
    margin-top: -240px;
  }
}
.p-top-strategy__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -15px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.9px) {
  .p-top-strategy__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-strategy__group div:nth-child(2n) {
  margin: 0 10px;
}
@media (max-width: 767.9px) {
  .p-top-strategy__group div:nth-child(2n) {
    margin: 10px auto;
  }
}
.p-top-strategy__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 100px;
  background-color: #EBF0F8;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  color: #5EA8DD;
}
@media (max-width: 767.9px) {
  .p-top-strategy__box {
    width: 88%;
    height: 85px;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.p-top-strategy .u-img-aroow {
  width: 400px;
  margin: 60px auto;
}
@media (max-width: 767.9px) {
  .p-top-strategy .u-img-aroow {
    width: 88%;
    margin: 40px auto;
  }
}

/* Supply Chain Sustainability
--------------------------------------------------*/
.p-top-sastainalink a {
  color: #fff;
}
.p-top-sastainalink a:hover {
  text-decoration: none;
}
.p-top-sastainalink__box {
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.337);
  margin: 0 auto;
  padding: 36px 100px 40px 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .p-top-sastainalink__box {
    width: 100%;
    padding: 20px 50px 20px 20px;
  }
}
@media (max-width: 767.9px) {
  .p-top-sastainalink__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 60px 20px;
  }
}
.p-top-sastainalink__box::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 25px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.9px) {
  .p-top-sastainalink__box::before {
    top: unset;
    bottom: 29px;
  }
}
.p-top-sastainalink__box::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/-/media/image/top/icn-arrow_white.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.9px) {
  .p-top-sastainalink__box::after {
    top: unset;
    bottom: 20px;
  }
}
.p-top-sastainalink__img {
  width: 400px;
}
@media (max-width: 1200px) {
  .p-top-sastainalink__img {
    width: auto;
  }
}
@media (max-width: 767.9px) {
  .p-top-sastainalink__img {
    width: 100%;
  }
}
.p-top-sastainalink__textgroup {
  padding-left: 40px;
}
@media (max-width: 767.9px) {
  .p-top-sastainalink__textgroup {
    padding-left: 0px;
  }
}
.p-top-sastainalink__ttl {
  font-size: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .p-top-sastainalink__ttl {
    font-size: 2.2rem;
    padding-top: 20px;
  }
}
.p-top-sastainalink__text {
  font-size: 2rem;
  padding-top: 20px;
  line-height: 1.6;
}
@media (max-width: 767.9px) {
  .p-top-sastainalink__text {
    padding-top: 4px;
    font-size: 1.6rem;
  }
}

/* 財務・非財務サマリー
--------------------------------------------------*/
.p-top-achievement {
  background-color: #EBF0F8;
  padding: 85px 0 40px;
}
.p-top-achievement__inner {
  width: 1200px;
  margin: 0px auto;
}
@media (max-width: 1200px) {
  .p-top-achievement__inner {
    width: 100%;
    padding: 0 15px;
  }
}
.p-top-achievement__ttl {
  position: relative;
  padding-bottom: 11px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767.9px) {
  .p-top-achievement__ttl {
    font-size: 2rem;
  }
}
.p-top-achievement__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top-achievement__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 14px;
}
@media (max-width: 767.9px) {
  .p-top-achievement__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .p-top-achievement__group div:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-top-achievement__group + .p-top-achievement__group {
  margin-top: 20px;
}
.p-top-achievement__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 373px;
  height: 130px;
  background-color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 767.9px) {
  .p-top-achievement__box {
    width: 100%;
    height: 110px;
    font-size: 1.4rem;
  }
}
.p-top-achievement__box span {
  line-height: 1.3;
}
@media (max-width: 767.9px) {
  .p-top-achievement__box span {
    font-size: 1.6rem;
  }
}
.p-top-achievement__box .u-text-small {
  padding-top: 6px;
  font-size: 1.4rem;
  color: #777;
}
@media (max-width: 767.9px) {
  .p-top-achievement__box .u-text-small {
    font-size: 1.2rem;
  }
}
.p-top-achievement__box .u-text-big__blue {
  padding-right: 5px;
  font-size: 3.4rem;
  color: #5EA8DD;
}
@media (max-width: 767.9px) {
  .p-top-achievement__box .u-text-big__blue {
    font-size: 2.8rem;
  }
}

/* 下部リンクエリア
--------------------------------------------------*/
.p-top-link {
  padding: 80px 0 120px;
}
@media (max-width: 767.9px) {
  .p-top-link {
    padding: 80px 15px 20px;
  }
}
.p-top-link p {
  font-size: 2rem;
}

/* 下部お問い合わせエリア
--------------------------------------------------*/
.p-top-contact {
  width: 1200px;
  margin: 0px auto 80px;
}
@media (max-width: 1200px) {
  .p-top-contact {
    width: 100%;
    padding: 0 15px 80px 15px;
    margin: 0;
  }
}
.p-top-contact .c-btn {
  width: 370px;
  background: #5EA8DD;
  color: #fff;
}
@media (max-width: 767.9px) {
  .p-top-contact .c-btn {
    width: 100%;
  }
}
.p-top-contact .c-btn::after {
  background-image: url(/-/media/image/top/icn-chev__white.svg);
}
.p-top-contact .c-btn p {
  color: #fff;
}

.u-en-ttl {
  color: #5EA8DD;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .u-en-ttl {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.8rem;
  }
}

/*----------
	サステナ配下と同じパーツ
----------*/
/* 基本のmargin、padding
.mg：マージン
.pd：パディング
_tb：上下、_t：上、_b：下
↑+S、M、L：サイズ
--------------------------------------------------*/
.mg_t10 {
  margin-top: 10px !important;
}

.mg_t20 {
  margin-top: 20px !important;
}

.mg_t30 {
  margin-top: 30px !important;
}

.mg_t40 {
  margin-top: 40px !important;
}

.mg_t50 {
  margin-top: 50px !important;
}

.mg_t60 {
  margin-top: 60px !important;
}

.mg_t70 {
  margin-top: 70px !important;
}

.mg_t80 {
  margin-top: 80px !important;
}

.mg_t90 {
  margin-top: 90px !important;
}

.mg_t100 {
  margin-top: 100px !important;
}

.mg_t120 {
  margin-top: 120px !important;
}

.mg_b10 {
  margin-bottom: 10px !important;
}

.mg_b20 {
  margin-bottom: 20px !important;
}

.mg_b30 {
  margin-bottom: 30px !important;
}

.mg_b40 {
  margin-bottom: 40px !important;
}

.mg_b50 {
  margin-bottom: 50px !important;
}

.mg_b60 {
  margin-bottom: 60px !important;
}

.mg_b70 {
  margin-bottom: 70px !important;
}

.mg_b80 {
  margin-bottom: 80px !important;
}

.mg_b90 {
  margin-bottom: 90px !important;
}

.mg_b100 {
  margin-bottom: 100px !important;
}

.mg_b120 {
  margin-bottom: 120px !important;
}

.pd_tbS {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pd_tbM {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pd_tbL {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pd_tS {
  padding-top: 30px !important;
}

.pd_tM {
  padding-top: 70px !important;
}

.pd_tL {
  padding-top: 100px !important;
}

.pd_bS {
  padding-bottom: 30px !important;
}

.pd_bM {
  padding-bottom: 70px !important;
}

.pd_bL {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mg_t10 {
    margin-top: 5px !important;
  }
  .mg_t20 {
    margin-top: 15px !important;
  }
  .mg_t30 {
    margin-top: 20px !important;
  }
  .mg_t40 {
    margin-top: 30px !important;
  }
  .mg_t50 {
    margin-top: 40px !important;
  }
  .mg_t60 {
    margin-top: 50px !important;
  }
  .mg_t70 {
    margin-top: 60px !important;
  }
  .mg_t80 {
    margin-top: 70px !important;
  }
  .mg_t90 {
    margin-top: 80px !important;
  }
  .mg_t100 {
    margin-top: 90px !important;
  }
  .mg_t120 {
    margin-top: 100px !important;
  }
  .mg_b10 {
    margin-bottom: 5px !important;
  }
  .mg_b20 {
    margin-bottom: 15px !important;
  }
  .mg_b30 {
    margin-bottom: 20px !important;
  }
  .mg_b40 {
    margin-bottom: 30px !important;
  }
  .mg_b50 {
    margin-bottom: 40px !important;
  }
  .mg_b60 {
    margin-bottom: 50px !important;
  }
  .mg_b70 {
    margin-bottom: 60px !important;
  }
  .mg_b80 {
    margin-bottom: 70px !important;
  }
  .mg_b90 {
    margin-bottom: 80px !important;
  }
  .mg_b100 {
    margin-bottom: 90px !important;
  }
  .mg_b120 {
    margin-bottom: 100px !important;
  }
  .pd_tbS {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pd_tbM {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pd_tbL {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pd_tS {
    padding-top: 15px !important;
  }
  .pd_tM {
    padding-top: 30px !important;
  }
  .pd_tL {
    padding-top: 60px !important;
  }
  .pd_bS {
    padding-bottom: 15px !important;
  }
  .pd_bM {
    padding-bottom: 30px !important;
  }
  .pd_bL {
    padding-bottom: 60px !important;
  }
}
/* h2
--------------------------------------------------*/
.c-heading-seco {
  position: relative;
  padding-bottom: 16px;
}

.c-heading-seco::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #5EA8DD;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-heading-seco::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #A7C93E;
  position: absolute;
  bottom: 0;
  left: 66px;
}

.c-heading-seco > h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  .c-heading-seco > h2 {
    font-size: 2.4rem;
  }
}

.c-heading-seco.c-heading-seco__center {
  position: relative;
  padding-bottom: 16px;
  text-align: center;
}

.c-heading-seco.c-heading-seco__center::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #5EA8DD;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-heading-seco.c-heading-seco__center::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #A7C93E;
  position: absolute;
  bottom: 0;
  left: 70px;
  right: 0;
  margin: auto;
}

/* テキスト関連
--------------------------------------------------*/
.c-text {
  font-size: 16px;
  line-height: 1.8;
}

.c-text_s {
  font-size: 14px;
  line-height: 1.8;
  color: #777777;
}

.c-text__right {
  text-align: right;
}

/* リンク関連
--------------------------------------------------*/
.c-iconlink {
  padding-left: 24px;
  position: relative;
}

.c-iconlink a {
  color: #222222;
}

.c-iconlink::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-iconlink.icn_right {
  padding-left: 0;
  vertical-align: middle;
}

.c-iconlink.icn_right p span {
  position: relative;
}

.c-iconlink.icn_right p span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/-/media/image/msh/sustainability/common/icn/icn-arrow_lb.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-iconlink.icn_right p span::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: -1px;
  right: -27px;
  margin: auto;
  background-color: #5EA8DD;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-iconlink.icn_right:hover p span::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: -40px;
}

.c-iconlink.icn_right:hover p span::before {
  width: 30px;
  right: -37px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-iconlink.icn_right::before {
  content: none;
}

.c-iconlink.icn-chev::before {
  background-image: url(/-/media/image/top/icn-chev.svg);
}

.c-iconlink.icn-chev-btm::before {
  background-image: url(/-/media/image/top/icn-chev.svg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-iconlink.icn-file::before {
  background-image: url(/-/media/image/msh/sustainability/common/icn/icn-file.svg);
}

.c-iconlink.icn-list::before {
  background-image: url(/-/media/image/msh/sustainability/common/icn/icn-list.svg);
}

.c-iconlink.icn-outer::before {
  background-image: url(/-/media/image/msh/sustainability/common/icn/icn-outer.svg);
}

.c-iconlink.icn-pdf::before {
  background-image: url(/-/media/image/msh/sustainability/common/icn/icn-pdf.svg);
}

.c-iconlink.icn-zoom::before {
  background-image: url(/-/media/image/msh/sustainability/common/icn/icn-zoom.svg);
}

.c-iconlink.icn-arrow::before {
  background-image: url(/-/media/image/msh/sustainability/common/icn/icn-arrow.svg);
}

.c-iconlink.icn-arrow_lb::before {
  background-image: url(/-/media/image/msh/sustainability/common/icn/icn-arrow_lb.svg);
}

.c-boxlink {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}

.c-boxlink a {
  color: #222222;
  line-height: 1.5;
  position: relative;
  display: block;
}

.c-boxlink a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/-/media/image/msh/sustainability/common/icn/icn-arrow_lb.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-boxlink a::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  background-color: #5EA8DD;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-boxlink a:hover::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}

.c-boxlink a:hover::before {
  width: 30px;
  right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-btn {
  border: 1px solid #5EA8DD;
  text-align: center;
  max-width: 370px;
  position: relative;
}

.c-btn.c-btn__center {
  margin: 0 auto;
}

.c-btn.c-btn__right {
  margin: 0 0 0 auto;
}

.c-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/-/media/image/top/icn-chev.svg);
}

.c-btn:hover::after {
  background-image: url(/-/media/image/top/icn-chev__white.svg);
}

.c-btn a {
  display: block;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #5EA8DD;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn a:hover {
  color: #fff;
  background-color: #5EA8DD;
}

.c-btn__blue {
  width: 370px;
  background: #5EA8DD;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  position: relative;
}
@media (max-width: 767.9px) {
  .c-btn__blue {
    width: 100%;
  }
}
.c-btn__blue::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/-/media/image/top/icn-chev__white.svg);
}
.c-btn__blue:hover::after {
  background-image: url(/-/media/image/top/icn-chev.svg);
}
.c-btn__blue a {
  display: block;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #5EA8DD;
}
.c-btn__blue a:hover {
  color: #5EA8DD;
  background-color: #fff;
}

.c-btn__white:hover::after {
  background-image: url(/-/media/image/top/icn-chev.svg);
}
.c-btn__white a:hover {
  color: #5EA8DD;
  background-color: #fff;
}

/* カラム
--------------------------------------------------*/
.c-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-column a {
  color: #222 !important;
}

/* 2カラム
--------------------------------------------------*/
.c-column.c-column--2up > * {
  width: calc(50% - 20px);
}

/* 3カラム
--------------------------------------------------*/
.c-column.c-column--3up > * {
  width: calc(33.3333% - 20px);
}

/* 4カラム
--------------------------------------------------*/
.c-column.c-column--4up > * {
  width: calc(25% - 20px);
}

@media screen and (max-width: 767px) {
  .c-column.c-column--2up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-column.c-column--2up > *,
.c-column.c-column--3up > * {
    width: 100%;
    margin-bottom: 40px;
  }
  .c-column.c-column--4up > * {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .c-column.c-column--2up > *:last-child,
.c-column.c-column--3up > *:last-child,
.c-column.c-column--4up > *:last-child {
    margin-bottom: 0;
  }
}
