@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* top common
============================================================ */
.top-mein-title-wrap-A {
  text-align: center;
}
.top-mein-title-wrap-A .lang-en {
  font-size: 56px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
.top-mein-title-wrap-A .lang-ja {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.top-mein-title-wrap-B {
  position: relative;
  padding-left: 32px;
}
.top-mein-title-wrap-B::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #43484b;
}
.top-mein-title-wrap-B .lang-en {
  font-size: 40px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #fff;
  position: relative;
  top: -6px;
}
.top-mein-title-wrap-B .lang-ja {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: #fff;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .top-mein-title-wrap-A .lang-en {
    font-size: 40px;
  }
  .top-mein-title-wrap-A .lang-ja {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
  }
}

/* top-kv-wrap
============================================================ */
.top-kv-wrap {
  position: relative;
  height: calc(100vh - (155px + 70px));
}
.top-kv-wrap .kv-img-wrap {
  width: calc(50% + 550px);
  height: calc(100vh - 155px);
  position: absolute;
  top: 0;
  left: calc(50% - 550px);
  z-index: 1;
}
.top-kv-wrap .kv-img-wrap .slide-item {
  height: calc(100vh - (155px + 70px));
}
.top-kv-wrap .kv-img-wrap .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-kv-wrap .kv-bg-color-inner {
  width: calc(50% + 550px);
  height: calc(100vh - (155px + 70px));
  position: absolute;
  bottom: -71px;
  right: calc(50% - 550px);
  background-color: #23292d;
}

.top-kv-inner {
  position: absolute;
  top: calc(50% + 35px);
  left: 105px;
  transform: translateY(-50%);
  height: auto;
  z-index: 1;
}
.top-kv-inner .catch {
  width: 422px;
}
.top-kv-inner .catch img {
  width: 100%;
}
.top-kv-inner .com-btn-wrap {
  margin-top: 53px;
}


.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  padding: 0 40px 40px 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 32px;
  height: 4px;
  padding: 0;
  background: #43484b;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  width: 32px;
  height: 4px;
  background: rgba(255, 255, 255, .5);
  content: '';
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  background: #fff;
  opacity: 1;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .top-kv-wrap {
    position: relative;
    height: 594px;
  }
  .top-kv-wrap .kv-img-wrap {
    width: 100%;
    height: 594px;
    position: relative;
    top: 40px;
    bottom: auto;
    left: auto;
    padding: 0 20px;
    z-index: 1;
    background-color: #23292d;
  }
  .top-kv-wrap .kv-img-wrap .js-top-kv-slider-A {
    position: relative;
    top: -40px;
  }
  .top-kv-wrap .kv-img-wrap .slide-item {
    height: 594px;
  }
  .top-kv-wrap .kv-bg-color-inner {
    display: none;
  }

  .top-kv-inner {
    position: absolute;
    top: 243px;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0);
    height: auto;
    min-width: 312px;
  }
  .top-kv-inner .catch {
    width: auto;
  }
  .top-kv-inner .catch img {
    width: 100%;
  }
  .top-kv-inner .com-btn-wrap {
    margin-top: 37px;
  }

  .slick-dots {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
}
@media screen and (max-width: 321px) {
  .top-kv-inner {
    min-width: 282px;
  }
}

/* section-reason
============================================================ */
.section-reason {
  margin-top: 175px;
}
.section-reason .reason-body {
  margin-top: 56px;
}
.section-reason .reason-body ul {
  display: flex;
}
.section-reason .reason-body li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
  position: relative;
}
.section-reason .reason-body li:last-child {
  margin-right: 0;
}
.section-reason .reason-body .img-block img {
  width: 100%;
}
.section-reason .reason-body .desc-block {
  padding-left: 24px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.section-reason .reason-body .desc-block .inner {
  padding: 25px 24px;
  padding-right: 0;
  background-color: #fff;
}
.section-reason .reason-body .number-wrap {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.section-reason .reason-body .number-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #005cab;
}
.section-reason .reason-body .number-wrap .number {
  font-size: 32px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #005cab;
}
.section-reason .reason-body .number-wrap .number-text {
  font-size: 11px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #43484b;
  position: relative;
  top: 3px;
  margin-left: 15px;
}
.section-reason .reason-body .desc-block .text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 22px;
}
.section-reason .reason-body .desc-block .text span {
  color: #005cab;
  /* line-height: 1; */
  display: inline-block;
  background: -webkit-linear-gradient(transparent 55%, #f8ff55 0%);
  background: linear-gradient(transparent 55%, #f8ff55 0%);
}

.section-reason .reason-body li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 9px;
  height: 120px;
}
.section-reason .reason-body li:nth-child(1)::before {
  background: url(../img/top/reason-parts-A.svg) 0 0 no-repeat;
  background-size: 9px auto;
}
.section-reason .reason-body li:nth-child(2)::before {
  background: url(../img/top/reason-parts-B.svg) 0 0 no-repeat;
  background-size: 9px auto;
}
.section-reason .reason-body li:nth-child(3)::before {
  background: url(../img/top/reason-parts-C.svg) 0 0 no-repeat;
  background-size: 9px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-reason {
    margin-top: 120px;
  }
  .section-reason .reason-body {
    margin-top: 56px;
    margin-right: -20px;
  }
  .section-reason .reason-body ul {
    display: block;
    padding-left: 20px;
  }
  .section-reason .reason-body li {
    width: 100%;
    margin-right: 0;
  }
  .section-reason .reason-body li:last-child {
    margin-right: 0;
  }
  .section-reason .reason-body .desc-block {
    padding-left: 24px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }
  .section-reason .reason-body .desc-block .inner {
    padding: 25px 24px 50px;
  }
  .section-reason .reason-body .desc-block .text {
    font-size: 18px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 321px) {
  .section-reason .reason-body .desc-block .text {
    font-size: 14px;
  }
}

/* section-products
============================================================ */
.section-products {
  margin-top: 120px;
}
.section-products .products-head {
  height: 500px;
  background: url(../img/top/products-img1.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
.section-products .top-mein-title-wrap-A {
  padding-top: 200px;
}
.section-products .top-mein-title-wrap-A > * {
  color: #fff;
}

.section-products .products-category-wrap .wrap-title,
.section-products .products-brand-wrap .wrap-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 56px;
}
.section-products .wrap-title span {
  color: #005cab;
}
.section-products .products-category-wrap .com-btn-wrap,
.section-products .products-brand-wrap .com-btn-wrap {
  text-align: center;
  margin-top: 56px;
}
.section-products .products-category-wrap,
.section-products .products-brand-wrap {
  margin-top: 80px;
}

/* item-wrap */
.section-products .item-wrap {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
}
.section-products .item-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.section-products .item-wrap li {
  width: calc(100% / 7);
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  text-align: center;
}
.section-products .item-wrap li:nth-child(7n) {
  border-right: none;
}
.section-products .item-wrap li a {
  padding: 25px 20px 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.section-products .item-wrap li a:hover {
  text-decoration: none;
  opacity: .7;
}
.section-products .item-wrap li .img {
  width: auto;
  margin: 0 auto;
}
.section-products .item-wrap li .name {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
  white-space: nowrap;
}
.section-products .item-wrap li .name span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
.section-products .item-wrap li .name span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url(../img/common/icon-arrow-right-bl-6px.svg);
  background-size: 6px auto;
}

.section-products .products-brand-wrap .item-wrap li {
  padding: 25px 20px 20px;
}

.products-info-wrap {
  display: flex;
  background-color: #23292d;
  border-radius: 4px;
  margin-top: -135px;
}
.products-info-wrap .box-item {
  padding: 40px 40px 40px;
  border-right: solid 1px #43484b;
}
.products-info-wrap .box-item:last-child {
  border-right: none;
}
.products-info-wrap .box-item.box-A {
  width: 426px;
}
.products-info-wrap .box-item.box-B,
.products-info-wrap .box-item.box-C {
  width: calc((100% - 426px) / 2 );
}
.products-info-wrap .box-item .title-wrap .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 45px;
}
.products-info-wrap .box-item .title-wrap .title::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
}
.products-info-wrap .box-item.box-A .title-wrap .title::before {
  width: 28px;
  height: 26px;
  background: url(../img/top/products-icon-A.svg) 0 0 no-repeat;
  background-size: 28px auto;
}
.products-info-wrap .box-item.box-B .title-wrap .title::before {
  width: 26px;
  height: 26px;
  background: url(../img/top/products-icon-B.svg) 0 0 no-repeat;
  background-size: 26px auto;
}
.products-info-wrap .box-item.box-C .title-wrap .title::before {
  width: 26px;
  height: 26px;
  background: url(../img/top/products-icon-C.svg) 0 0 no-repeat;
  background-size: 26px auto;
}
.products-info-wrap .box-item .text {
  margin-top: 20px;
  color: #fff;
}
.products-info-wrap .box-item .com-btn-wrap {
  margin-top: 28px;
}
.products-info-wrap .box-item .com-btn-wrap a {
  padding: 15px 60px;
  padding-left: 15px;
  min-width: 257px;
}

/* search-box */
.products-info-wrap .search-control-wrap {
  margin-top: 28px;
}
.products-info-wrap .search-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.products-info-wrap .search-box .input-wrap {
  width: calc(100% - 60px);
}
.products-info-wrap .search-box input {
  padding: 16px;
  width: 100%;
  height: 60px;
  border-radius: 3px 0 0 3px;
}
.products-info-wrap .search-box .btn-search {
  width: 60px;
}
.products-info-wrap .search-box .btn-search span {
  width: 60px;
  height: 60px;
  background-color: #005cab;
  display: block;
  border-radius: 0 3px 3px 0;
  position: relative;
}
.products-info-wrap .search-box .btn-search span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-search-wh-18px.svg) 0 0 no-repeat;
  background-size: 18px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-products {
    margin-top: 80px;
  }

  .section-products .products-category-wrap .wrap-title,
  .section-products .products-brand-wrap .wrap-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .section-products .products-category-wrap .com-btn-wrap,
  .section-products .products-brand-wrap .com-btn-wrap {
    text-align: center;
    margin-top: 25px;
  }
  .section-products .products-category-wrap,
  .section-products .products-brand-wrap {
    margin-top: 40px;
  }

  /* item-wrap */
  .section-products .item-wrap li {
    width: calc(100% / 2);
  }
  .section-products .item-wrap li:nth-child(2n) {
    border-right: none;
  }
  .section-products .item-wrap li:nth-child(7n),
  .section-products .item-wrap li:last-child{
    border-right: solid 1px #e6e6e6;
  }
  .section-products .item-wrap li a {
    padding: 25px 20px 20px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .section-products .item-wrap li a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .section-products .item-wrap li .img {
    width: auto;
    margin: 0 auto;
  }
  .section-products .item-wrap li .name {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
    white-space: nowrap;
  }
  .section-products .item-wrap li .name span {
    position: relative;
    padding-right: 20px;
    display: inline-block;
  }
  .section-products .item-wrap li .name span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 10px;
    background: url(../img/common/icon-arrow-right-bl-6px.svg);
    background-size: 6px auto;
  }

  .section-products .products-brand-wrap .item-wrap li {
    padding: 25px 20px 20px;
  }
  .section-products .products-brand-wrap .item-wrap li:last-child:nth-child(odd) {
    display: none;
  }

  .products-info-wrap {
    display: block;
    border-radius: 4px;
    margin-top: -135px;
  }
  .products-info-wrap .box-item {
    padding: 40px 20px 40px;
    border-right: none;
    border-bottom: solid 1px #43484b;
  }
  .products-info-wrap .box-item:last-child {
    border-right: none;
  }
  .products-info-wrap .box-item.box-A {
    width: 100%;
  }
  .products-info-wrap .box-item.box-B,
  .products-info-wrap .box-item.box-C {
    width: 100%;
  }
  .products-info-wrap .box-item .text {
    margin-top: 20px;
    color: #fff;
  }
  .products-info-wrap .box-item .com-btn-wrap {
    margin-top: 28px;
  }
  .products-info-wrap .box-item .com-btn-wrap a {
    padding: 15px 60px;
    padding-left: 15px;
    min-width: 100%;
  }
}

/* section-pickup-new
============================================================ */
.section-pickup-new {
  margin-top: 120px;
  padding: 120px 0;
  background-color: #23292d;
}
.section-pickup-new .com-btn-wrap {
  text-align: center;
  margin-top: 56px;
}
.pickup-new-lead-text {
  color: #fff;
  margin-top: 50px;
}
.section-item.new-wrap {
  margin-top: 80px;
}



/* item-list-wrap */
.section-pickup-new .item-list-wrap {
  margin-top: 48px;
}
.section-pickup-new .item-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.section-pickup-new .item-list-wrap li {
  width: calc((100% - 48px * 3) / 4);
  margin-right: 48px;
}
.section-pickup-new .item-list-wrap li:nth-child(4n) {
  margin-right: 0;
}
.section-pickup-new .item-list-wrap li:nth-child(n + 5) {
  margin-top: 73px;
}
.section-pickup-new .item-list-wrap li > a {
  display: block;
  position: relative;
}
.section-pickup-new .item-list-wrap li > a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.section-pickup-new .item-list-wrap li.-discontinued > a::before {
  background: url(../img/category/icon-discontinued.svg) 0 0 no-repeat;
  background-size: 48px;
}
.section-pickup-new .item-list-wrap li.-pickup > a::before {
  background: url(../img/category/icon-pickup.svg) 0 0 no-repeat;
  background-size: 48px;
}
.section-pickup-new .item-list-wrap li.-new > a::before {
  background: url(../img/category/icon-new.svg) 0 0 no-repeat;
  background-size: 48px;
}
.section-pickup-new .item-list-wrap li > a:hover {
  text-decoration: none;
  opacity: .7;
}
.section-pickup-new .item-list-wrap li .img-block span {
  width: 100%;
  height: 239px;
  line-height: calc(239px - (10px + 10px));
  padding: 10px;
  text-align: center;
  display: inline-block;
  /* border: solid 1px #e6e6e6; */
  background-color: #fff;
}
.section-pickup-new .item-list-wrap li .img-block span img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.section-pickup-new .item-list-wrap li .desc-block {
  margin-top: 15px;
  color: #fff;
}
.section-pickup-new .item-list-wrap li .desc-block .category-C {
  font-size: 12px;
  color: #9f9fa7;
}
.section-pickup-new .item-list-wrap li .desc-block .item-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 5px;
  color: #fff;
}
.section-pickup-new .item-list-wrap li .desc-block .price {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff;
}
.section-pickup-new .item-list-wrap li .desc-block .price span {
  font-size: 24px;
  font-weight: bold;
  padding-right: 5px;
  font-family: "Roboto", sans-serif;
}
.section-pickup-new .item-list-wrap li .category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 5px;
}
.section-pickup-new .item-list-wrap li .category-wrap .category-A,
.section-pickup-new .item-list-wrap li .category-wrap .category-B {
  display: block;
}
.section-pickup-new .item-list-wrap li .category-wrap .category-A > p > a,
.section-pickup-new .item-list-wrap li .category-wrap .category-B > p > a,
.section-pickup-new .item-list-wrap li .category-wrap .category-C-bottom > p > a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  color: #424245;
  padding: 7px 10px;
  border-radius: 50px;
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
  display: inline-block;
  text-decoration: none;
}
.section-pickup-new .item-list-wrap li .category-wrap .category-A > p > a:hover,
.section-pickup-new .item-list-wrap li .category-wrap .category-B > p > a:hover,
.section-pickup-new .item-list-wrap li .category-wrap .category-C-bottom > p > a:hover {
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-pickup-new {
    margin-top: 80px;
    padding: 80px 0;
  }

  /* item-list-wrap */
  .section-pickup-new .item-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .section-pickup-new .item-list-wrap li {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
  }
  .section-pickup-new .item-list-wrap li:nth-child(4n),
  .section-pickup-new .item-list-wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .section-pickup-new .item-list-wrap li:nth-child(n + 5),
  .section-pickup-new .item-list-wrap li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .section-pickup-new .item-list-wrap li > a {
    display: block;
    position: relative;
  }
  .section-pickup-new .item-list-wrap li > a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .section-pickup-new .item-list-wrap li.-discontinued > a::before {
    background: url(../img/category/icon-discontinued.svg) 0 0 no-repeat;
    background-size: 40px;
  }
  .section-pickup-new .item-list-wrap li.-pickup > a::before {
    background: url(../img/category/icon-pickup.svg) 0 0 no-repeat;
    background-size: 40px;
  }
  .section-pickup-new .item-list-wrap li.-new > a::before {
    background: url(../img/category/icon-new.svg) 0 0 no-repeat;
    background-size: 40px;
  }
  .section-pickup-new .item-list-wrap li > a:hover {
    opacity: 1;
  }
  .section-pickup-new .item-list-wrap li .img-block span {
    width: 100%;
    height: 160px;
    line-height: calc(160px - (10px + 10px));
    padding: 10px;
    text-align: center;
    display: inline-block;
    border: solid 1px #e6e6e6;
  }
  .section-pickup-new .item-list-wrap li .img-block span img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: relative;
    top: -4px;
  }
  .section-pickup-new .item-list-wrap li .desc-block {
    margin-top: 15px;
  }
  .section-pickup-new .item-list-wrap li .desc-block .category-C {
    font-size: 12px;
  }
  .section-pickup-new .item-list-wrap li .desc-block .item-name {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 5px;
  }
  .section-pickup-new .item-list-wrap li .desc-block .price {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section-pickup-new .item-list-wrap li .desc-block .price span {
    font-size: 20px;
  }
}

/* section-others
============================================================ */
.section-others {
}
.section-others .section-others-flex-wrap {
  display: flex;
}
.section-others .item {
  width: calc(100% / 3);
  height: 640px;
  padding: 145px 20px;
  text-align: center;
}
.section-others .item .inner {
  text-align: left;
  display: inline-block;
  max-width: 373px;
}
.section-others .item .title-wrap {
  margin-bottom: 42px;
}
.section-others .item .title-wrap .title-en,
.section-others .item .title-wrap .title-ja {
  color: #fff;
}
.section-others .item .title-wrap .title-en {
  font-size: 56px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
.section-others .item .title-wrap .title-ja {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.section-others .item .text {
  color: #fff;
}
.section-others .item .com-btn-wrap {
  margin-top: 80px;
}

.section-others .item.-about {
  background: url(../img/top/about-img-1.jpg) center no-repeat;
  background-size: cover;
}
.section-others .item.-business {
  background: url(../img/top/business-img-1.jpg) center no-repeat;
  background-size: cover;
}
.section-others .item.-recruit {
  background: url(../img/top/recruit-img-1.jpg) center no-repeat;
  background-size: cover;
}

/* 2025.11/事業内容非表示設定 */
.section-others .item {
  width: calc(100% / 2);
}
.section-others .item.-business {
  display: none !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-others .section-others-flex-wrap {
    display: block;
  }
  .section-others .item {
    width: 100%;
    height: auto;
    padding: 90px 20px;
  }
  .section-others .item .inner {
    display: block;
    max-width: 100%;
  }
  .section-others .item .title-wrap {
    margin-bottom: 42px;
  }
  .section-others .item .title-wrap .title-en {
    font-size: 40px;
  }
  .section-others .item .title-wrap .title-ja {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
  }
  .section-others .item .com-btn-wrap {
    margin-top: 40px;
  }
}

/* section-information
============================================================ */
.section-information {
  margin-top: 120px;
}
.section-information .information-list-wrap {
  margin-top: 56px;
}
.section-information .com-information-list {
  display: flex;
  flex-wrap: wrap;
}
.section-information .com-information-list li {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
.section-information .com-information-list li:nth-child(2n) {
  margin-right: 0;
}
.section-information .com-btn-wrap {
  text-align: center;
  margin-top: 56px;
}

.section-information .com-information-list li {
  padding: 14px 0;
}
.section-information .com-information-list li .desc-block .title {
  margin-top: 7px;
}
.section-information .com-information-list li:nth-child(2) {
  border-top: solid 1px #e6e6e6;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-information {
    margin-top: 80px;
  }
  .section-information .information-list-wrap {
    margin-top: 25px;
  }
  .section-information .com-information-list {
    display: block;
  }
  .section-information .com-information-list li {
    width: 100%;
    margin-right: 0;
  }
  .section-information .com-btn-wrap {
    margin-top: 25px;
  }

  .section-information .com-information-list li {
    padding: 14px 0;
  }
  .section-information .com-information-list li .desc-block .title {
    margin-top: 7px;
  }
  .section-information .com-information-list li:nth-child(2) {
    border-top: none;
  }
}

/* hoge
============================================================ */
.section-reason,
.section-products,
.section-pickup-new,
.section-others,
.section-reason,
.section-information {
  transition: all .5s ease-in-out;
  position: relative;
  top: 10px;
  opacity: 0;
}
.com-offset-target.js-offset-active {
  top: 0;
  opacity: 1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}


