@charset "UTF-8";
/* ▼モバイルファースト (全環境に共通のデザイン) */
.l-main {
  padding-bottom: 136px;
}

.news-wrap {
  margin-top: 50px;
}
.news-wrap .ui-moreWrap p + .c-list.news {
  margin-top: 16px;
}

.vision-wrap {
  padding-top: 50px;
  padding-bottom: 80px;
  .c-titleH3 {
    font-size: 2.4rem;
  }
}
.vision-list {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 16px;
  .c-roundImage {
    border-radius: 4px;
  }
}
.box-service .c-col6 {
  margin-top: 0 !important;
  padding: 128px 16px 16px;
}

.box-service .box-innerBlock .c-groupBtn {
  margin-top: 0;
}
.box-service .box-innerBlock {
  padding-top: 20px;
  padding-bottom: 8px;
  border-radius: 4px;
  background: #fff;
}
.service-head {
  padding: 0 16px 16px;
  .icon {
    display: block;
    margin-block: -4px;
    text-align: center;
    img {
      width: 56px;
    }
  }
  .ttl-service {
    margin-bottom: 16px;
    font-family: 'A+mfCv-TPスカイ ハイコントラスト M StdN';
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    [class^="icon-"].pos-leftCenter:before, [class*=" icon-"].pos-leftCenter:before {
      transform: translateY(-50%);
    }
  }
  .icon-right03 {
    margin-right: 6px;
  }
  p {
    line-height: 1.5;
  }
}

.box-service .box-company {
  background: url(/assets/img/corp/bg_contents01_001_sp.webp) no-repeat center top/cover;
}

.box-service .box-service {
  background: url(/assets/img/corp/bg_contents02_001_sp.webp) no-repeat center top/cover;
}

.box-service .box-csr,
.box-service .box-sustainability {
  background: url(/assets/img/corp/bg_contents03_001_sp.webp) no-repeat center top/cover;
}

.box-service .box-transaction {
  background: url(/assets/img/corp/bg_contents04_001_sp.webp) no-repeat center top/cover;
}

.box-service .box-ir {
  background: url(/assets/img/corp/bg_contents05_001_sp.webp) no-repeat center top/cover;
}

.box-service .box-recruit {
  background: url(/assets/img/corp/bg_contents06_001_sp.webp) no-repeat center top/cover;
}

.initiatives-wrap {
  padding-top: 48px;
  padding-bottom: 80px;
  .c-titleH3 {
    font-size: 2.4rem;
  }
}

.initiatives-wrap .initiatives-card {
  height: auto;
}

.initiatives-wrap .initiatives-card .c-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  overflow: hidden;
  height: 100%;
  border-radius: 4px;
  background: #296700;
  color: #fff !important;
}

.initiatives-wrap .initiatives-card .c-link .icon-right02 {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 56px;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0;
  padding: 11px 28px 11px 64px;
  line-height: 1.2;
}

.initiatives-wrap .initiatives-card .c-link .icon-right02:before {
  left: 32px;
  border-color: #fff;
  color: #fff;
}
.initiatives-wrap .initiatives-card .img,
.initiatives-wrap .initiatives-card .img img {
  width: 100%;
}

.pickup-wrap .initiatives-card {
  padding: 0 8px;
}

.pickup-wrap .initiatives-card img {
  width: 100%;
  border-radius: 4px;
}

.c-notice-wrap .l-mtTextarea p + h3, .c-notice-wrap .l-mtTextarea ul + h3, .c-notice-wrap .l-mtTextarea ol + h3, .c-notice-wrap .l-mtTextarea dl + h3, .c-notice-wrap .l-mtTextarea div + h3, .c-notice-wrap .l-mtTextarea blockquote + h3, .c-notice-wrap .l-mtTextarea hr + h3, .c-notice-wrap .l-mtTextarea pre + h3, .c-notice-wrap .l-mtTextarea table + h3, .c-notice-wrap .l-mtTextarea form + h3, .c-notice-wrap .l-mtTextarea figure + h3, .c-notice-wrap .l-mtTextarea picture + h3 {
  margin-top: 44px;
}


.is-blank {
  margin-top: 80px;
}
.c-btnInverse.more {
	display: block;
	max-width: 300px;
  min-width: 300px;
	margin-inline: auto;
	padding-block: 15px;
	font-size: 1.8rem;
	&::after {
		display: grid;
		place-content: center;
		width: 32px;
		height: 32px;
		font-size: 23px;
	}
  &.is-open {
    &::after {
      background-color: #296700;
      color: #fff;
    }
  }
}
.c-acNotice-wrap .l-wrapper {
  padding-inline: 24px;
}
.c-midNotice-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: none;
  border-bottom: none;
  .c-link {
    font-size: 1.6rem;
  }
}
.c-titleH3 {
  font-size: 2.4rem;
}
.l-wrapper {
  padding-inline: 24px;
}
.ui-moreWrap .btn-wrap {
	margin-top: 40px;
}
.mv-carousel {
  padding-block: 16px;
  .ui-slider {
    margin-bottom: 44px;
    padding-inline: 28px;
  }
  .slick-slide {
    width: 232px;
    padding-inline: 8px;
  }
  .box-control {
    button {
      top: 0;
      display: grid;
      place-content: center;
      width: 28px;
      height: auto;
      font-size: 2rem;
      i {
        margin: 0;
      }
    }
    .btn-prev {
      border-right: 0;
    }
    .btn-next {
      border-left: 0;
    }
    .btn-pause {
      transform: none;
      right: 30px;
      bottom: -44px;
      top: auto;
      height: 32px;
    }
  }
}
.mission-wrap {
  padding: 32px 16px;
  background: url(/assets/img/corp/bg_mission_sp.webp) no-repeat left bottom / cover;
  color: #fff;
  p {
    line-height: 1.8;
  }
  .c-btnWrap {
    margin-top: 54px;
  }
  .c-btnInverse {
    min-width: 300px;
  }
}
.mission-title {
  margin-bottom: 32px;
  font-family: 'A+mfCv-TPスカイ ハイコントラスト M StdN';
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 5%;
}
.sustainability-wrap {
  padding-block: 50px;
  background: url(/assets/img/corp/bg_sustainability_sp.webp) no-repeat center calc(85vw + 50px) / 100% auto;
}
.sustainability-image {
  .is-imgfit {
    width: 100%;
  }
}
.sustainability-title {
  margin-bottom: 28px;
  color: #296800;
  font-family: 'A+mfCv-TPスカイ ハイコントラスト M StdN';
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 5%;
}
.sustainability-text {
  padding: 40px 8px 0;
}
.more-column {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 16px;
  .js-hiddenWrap & {
    margin-top: 16px;
  }
}
.other-wrap {
  padding-top: 50px;
}
.other-card {
  img {
    width: 100%;
    aspect-ratio: 744/246;
    object-fit: cover;
  }
}
.news-wrap {
  .ui-tabmenu {
    gap: 2px;
    margin: 0 -24px 16px;
    padding-top: 24px;
    padding-inline: 0;
    background-color: #F5F5F5;
    li {
      flex: auto;
      padding-block: 12px;
      background-color: #296700;
    }
    .small {
      font-size: 1.1rem;
    }
  }
  .c-list {
    font-size: 1.6rem;
  }
  .c-categoryWrap {
    font-size: 1.1rem;
  }
  [class*="c-category"] {
    min-width: 64px;
    padding: 2px 4px;
    &:first-child {
      border-radius: 4px 0 0 4px;
    }
    &:last-child {
      border-radius: 0 4px 4px 0;
    }
  }
  .c-cateogryPress {
    background-color: #278003;
  }
}
.ui-moreWrap .c-list + .c-list {
  margin-top: 11px;
}

/* ▼モバイルのみ付け足すデザイン */
@media all and (max-width: 767px) {
  
  .mv-wrap {
    .box-control {
      position: absolute;
      bottom: 12px;
      right: 12px;
      display: flex;
      border: 1px solid #E7E7E7;
      border-radius: 4px;
      background-color: #fff;
      button {
        position: relative;
        bottom: unset;
      }
      .btn-pause {
        bottom: auto;
        width: auto;
        height: auto;
        padding: 5px 14px 4px 35px;
        border: 0;
        .icon-pause {
          top: calc(50% + 1px);
          left: 12px;
        }
      }
      .btn-prev {
        border-left: 1px solid #ddecd4;
        border-right: 0;
      }
    }
  }

  .mv-wrap .ui-slider .slick-dots {
    flex-wrap: wrap;
    gap: 16px 0;
    height: auto;
    min-height: 64px;
    padding: 12px 190px 12px 16px;
    justify-content: start;
    border-bottom: none;
  }
  .news-wrap .ui-moreWrap {
    font-size: 1.4rem;
  }
  .initiatives-wrap .slick-slide,
  .pickup-wrap .slick-slide {
    width: 310px;
  }
  .initiatives-wrap .slick-slide .c-link,
  .pickup-wrap .slick-slide .c-link {
    font-size: 1.4rem;
  }
  .pickup-wrap .l-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .pickup-wrap .c-titleH3 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .initiatives-wrap .l-wrapper,
  .vision-wrap .l-wrapper,
  .other-wrap .l-wrapper {
    padding-inline: 24px;
  }
  .other-wrap {
    .ui-tab .ui-tabmenu {
      margin-inline: 0;
    }
  }
}

/* ▼タブレット用デザインとして付け足すデザイン */
@media all and (min-width: 768px) {
  .mv-wrap .ui-sliderWrap .btn-prev,
  .mv-wrap .ui-sliderWrap .btn-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 72px;
    height: 176px;
    background: rgba(0, 0, 0, 0.1);
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, #2fa002 50%);
    transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    color: #fff;
    font-size: 4.0rem;
  }
  .mv-wrap .ui-sliderWrap .btn-prev {
    border-right: 0;
  }
  .mv-wrap .ui-sliderWrap .btn-next {
    border-left: 0;
  }
  .mv-wrap .ui-slider .slick-dots {
    border-bottom: 0;
  }
  .c-titleH3 {
    margin-bottom: 32px;
  }
  .box-service > .c-col6 {
    padding: 337px 32px 32px;
  }
  .service-head {
    display: grid;
    grid-template-columns: 124px minmax(0,1fr);
    padding: 12px 26px 28px 0 ;
    .icon {
      display: grid;
      place-content: center;
      img {
        width: 58px;
      }
    }
    .ttl-service {
      margin-bottom: 8px;
      padding-left: 0;
      padding-right: 0;
      font-style: normal;
      font-weight: 500;
      letter-spacing: -4%;
      text-align: left;
      [class^="icon-"].pos-leftCenter:before, [class*=" icon-"].pos-leftCenter:before {
        transform: translateY(-43%);
      }
    }
    .icon-right03 {
      margin-right: 6px;
    }
    p {
      line-height: 1.5;
    }
  }
  .box-service .box-innerBlock {
    height: 100%;
    padding-bottom: 28px;
  }
  .box-service .box-company {
    background-image: url(/assets/img/corp/bg_contents01_001_pc.webp);
  }
  .box-service .box-service {
    background-image: url(/assets/img/corp/bg_contents02_001_pc.webp);
  }
  .box-service .box-csr,
  .box-service .box-sustainability {
    background-image: url(/assets/img/corp/bg_contents03_001_pc.webp);
  }
  .box-service .box-transaction {
    background-image: url(/assets/img/corp/bg_contents04_001_pc.webp);
  }
  .box-service .box-ir {
    background-image: url(/assets/img/corp/bg_contents05_001_pc.webp);
  }
  .box-service .box-recruit {
    background-image: url(/assets/img/corp/bg_contents06_001_pc.webp);
  }
  .initiatives-wrap .slick-slide {
    width: 342px;
  }
  .initiatives-wrap .initiatives-card .c-link {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50.5%, #2fa002 50.1%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    &:hover {
      background-color: #2fa002;
      background-position: -100% 100%;
      color: #fff;
      .inner {
        text-decoration: none;
      }
    }
  }
  .initiatives-wrap .slick-slide .c-link .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .initiatives-wrap .slick-slide .c-link .icon-right02 {
    padding: 12px 16px 12px 54px;
  }
  .initiatives-wrap .slick-slide .c-link .icon-right02:before {
    left: 24px;
  }
  .initiatives-wrap .slick-slide .c-link:hover {
    background: #2fa002;
    color: #fff;
  }
  .initiatives-wrap .slick-slide .c-link:hover .icon-right05:before {
    color: #fff;
  }
  .initiatives-wrap .slick-slide .c-link:active {
    background: #1a4100;
    color: #fff;
  }
  .initiatives-wrap .slick-slide .c-link:active .icon-right05:before {
    color: #fff;
  }
  .vision-wrap {
    padding-top: 40px;
    padding-bottom: 130px;
  }
  .pickup-wrap .ui-sliderWrap .box-control .btn-prev {
    border-left: 1px solid #ddecd4;
  }
  .pickup-wrap .ui-sliderWrap .box-control .btn-next {
    border-right: 1px solid #ddecd4;
  }
  .c-notice-wrap .l-mtTextarea p + h3, .c-notice-wrap .l-mtTextarea ul + h3, .c-notice-wrap .l-mtTextarea ol + h3, .c-notice-wrap .l-mtTextarea dl + h3, .c-notice-wrap .l-mtTextarea div + h3, .c-notice-wrap .l-mtTextarea blockquote + h3, .c-notice-wrap .l-mtTextarea hr + h3, .c-notice-wrap .l-mtTextarea pre + h3, .c-notice-wrap .l-mtTextarea table + h3, .c-notice-wrap .l-mtTextarea form + h3, .c-notice-wrap .l-mtTextarea figure + h3, .c-notice-wrap .l-mtTextarea picture + h3 {
    margin-top: 44px;
  }

  .c-acNotice-wrap .l-wrapper {
    padding-inline: 0;
  }
  .c-btnInverse.more {
    &.is-open:hover::after {
      background-color: #2fa002;
    }
    &.is-open:active::after {
      background-color: #1a4100;
    }
  }
  .c-midNotice-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 32px;
    padding: 40px 0 80px;
    .ui-moreWrap {
      display: contents;
    }
    .c-midNotice-title {
      grid-row: 1/2;
      grid-column: 1/2;
      margin-bottom: 0;
    }
    .ui-moreInner {
      grid-row: 1/2;
      grid-column: 2/3;
    }
    .btn-wrap {
      grid-row: 2/3;
      grid-column: 1/3;
      margin-top: 0;
    }
  }
  .l-wrapper {
		padding-inline: 0;
		max-width: min(94%, 1180px);
  }
  .mv-carousel {
		max-width: min(94%, 1304px);
    margin-inline: auto;
    padding-block: 40px;
    .ui-slider {
      margin-bottom: 38px;
      padding-inline: 50px;
    }
    .slick-slide {
      width: auto;
      padding-inline: 12px;
    }
    .box-control {
      button {
        display: grid;
        place-content: center;
        width: 30px;
        font-size: 3.6rem;
      }
      .btn-pause {
        right: 60px;
        bottom: -38px;
        height: 26px;
      }
    }
  }
  .mission-wrap {
    padding-block: 100px 160px;
    background-image: url(/assets/img/corp/bg_mission_pc.webp);
    p {
      font-size: 1.8rem;
    }
  }
  .mission-title {
    font-size: 3.6rem;
  }
  .sustainability-wrap {
    padding-block: 100px;
    background: url(/assets/img/corp/bg_sustainability_pc.webp) no-repeat center calc(85vw + 50px) / 100% auto;
  }
  .sustainability-image {
    .is-imgfit {
      width: 100%;
    }
  }
  .mission-text {
    max-width: 400px;
    margin-left: auto;
  }
  .sustainability-wrap {
    display: grid;
    grid-template: 1fr / 1fr;
    background: url(/assets/img/corp/bg_sustainability_pc.webp) no-repeat right top / 484px auto;
    .sustainability-image,
    .l-wrapper {
      grid-column: 1/2;
      grid-row: 1/2;
    }
  }
  .sustainability-image {
    width: calc(100vw - 484px);
    .is-imgfit {
      height: 100%;
      border-radius: 0 4px 4px 0;
    }
  }
  .sustainability-text {
    max-width: 400px;
    margin-left: auto;
    padding: 0;
  }
  .sustainability-title {
    font-size: 3.6rem;
  }
  .vision-list {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 40px 32px;
  }
  .more-column {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 40px 32px;
    .js-hiddenWrap & {
      margin-top: 40px;
    }
  }
  .other-wrap {
    padding-top: 80px;
    .ui-tabmenu {
      width: fit-content;
      >li {
        min-width: 294px;
      }
    }
  }
  .news-wrap {
    .ui-tabmenu {
      gap: 0;
      margin: 0 0 16px;
      padding-top: 24px;
      padding-inline: 0;
      li {
        padding-block: 12px;
      }
      .small {
        font-size: 1.6rem;
      }
    }
    .c-categoryWrap {
      font-size: 1.4rem;
    }
    [class*="c-category"] {
      min-width: 116px;
      padding: 2px 16px;
    }
  }
  .ui-moreWrap .c-list + .c-list {
    margin-top: 9px;
  }

}

/* ▼PC用デザインとして付け足すデザイン */
@media all and (min-width: 1024px) {
  .mv-wrap .ui-slider .slick-slide {
    padding: 0 8px;
  }
  .box-service {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .sustainability-wrap {
    background-size: calc(50vw - 60px) auto;
  }
  .sustainability-image {
    width: calc(50vw + 60px);
  }
}

/* 英語 */
html:lang(en) .box-service .ttl-service {
  font-family: "Cuprum", sans-serif;
}

/* 簡体 */
/* 繁体 */

/*# sourceMappingURL=../source-maps/corp/index.css.map */
