
@charset "UTF-8";

/******************************
  Door to Door
******************************/
.service-overview {
  padding: 60px 0;
  background: #fff;
}

.service-overview__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.service-overview__img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-overview__head {
  margin: 0 0 30px;
}

.service-overview__ttl {
  margin: 0;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.service-overview__sub {
  position: relative;
  margin: 5px 0 20px;
  padding-bottom: 12px;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.service-overview__sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  background: #CA9823;
}

.service-overview__catch {
  margin: 0 0 22px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
}

.service-overview__text {
  margin: 0 0 24px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.service-overview__text ul{
  padding: 5px 10px;
  border-radius: 20px;
  border: 2px solid #00133b;
  margin: 10px 0;
}
.service-overview__text ul li{
  color: #00133b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 3px;
}

.service-overview__text:last-child {
  margin-bottom: 0;
}

/******************************
  SERVICE RECOMMENDED
******************************/
.service-recommended {
  position: relative;
  padding: 60px 0 0;
  background: url("../images/common/door-to-door_img02.webp") no-repeat center / cover;
  overflow: hidden;
}

.service-recommended-bg::before {
  content: "";
 background: linear-gradient(
  90deg,
  rgba(0, 19, 59, .85) 0%,
  rgba(0, 19, 59, .75) 45%,
  rgba(0, 19, 59, .28) 75%,
  rgba(0, 19, 59, 0) 100%
);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-recommended .inner1 {
  position: relative;
  z-index: 2;
}

.service-recommended__content {
  width: min(600px, 100%);
  padding: 0 0 45px;
}

.service-recommended__head {
  margin: 0 0 24px;
}

.service-recommended__ttl {
  margin: 0;
  color: #fff;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.service-recommended__sub {
  position: relative;
  margin: 5px 0 20px;
  padding-bottom: 12px;
  color: #fff;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.service-recommended__sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  background: #CA9823;
}

.service-recommended__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-recommended__list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 44px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.service-recommended__list li:last-child {
  margin-bottom: 0;
}

.service-recommended__list li::before {
  content: "";
  position: absolute;
  left: 0;
    top: 0.08em;
    width: 23px;
    height: 23px;
    border: 2px solid #CA9823;
}

.service-recommended__list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: .34em;
  width: 13px;
  height: 7px;
  border-left: 2px solid #CA9823;
  border-bottom: 2px solid #CA9823;
  transform: rotate(-45deg);
}

.service-recommended__bottom {
  position: relative;
  z-index: 2;
  padding: 22px 0;
  background: rgba(0, 19, 59, .95);
}

.service-recommended__bottom-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.service-recommended__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border: 2px solid #CA9823;
  border-radius: 50%;
}

.service-recommended__icon img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.service-recommended__bottom p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1180px) {
  .service-overview__ttl,
  .service-recommended__ttl {
    font-size: 70px;
  }

  .service-overview__sub,
  .service-recommended__sub {
    font-size: 22px;
  }

  .service-overview__grid {
    gap: 45px;
  }

  .service-recommended__list li {
    font-size: 20px;
  }
}

@media screen and (max-width: 820px) {
  .service-overview__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-overview__img img {
    aspect-ratio: 16 / 10;
  }

  .service-recommended__content {
    max-width: none;
  }
}

@media screen and (max-width: 600px) {
  .service-overview__ttl,
  .service-recommended__ttl {
    font-size: 54px;
  }

  .service-overview__sub,
  .service-recommended__sub {
    font-size: 20px;
  }

  .service-overview__catch {
    font-size: 18px;
  }

  .service-recommended__list li {
    padding-left: 36px;
    font-size: 18px;
  }

  .service-recommended__list li::before {
    width: 22px;
    height: 22px;
  }

  .service-recommended__list li::after {
    left: 6px;
    top: .34em;
    width: 11px;
    height: 6px;
  }

  .service-recommended__bottom-inner {
    gap: 16px;
  }

  .service-recommended__icon {
    width: 58px;
    height: 58px;
  }

  .service-recommended__icon img {
    width: 30px;
    height: 30px;
  }

  .service-recommended__bottom p {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .service-overview__ttl,
  .service-recommended__ttl {
    font-size: 50px;
  }
}


/******************************
  SERVICE MAIN
******************************/
.service-main {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,1) 34%,
      rgba(255,255,255,.96) 46%,
      rgba(255,255,255,.82) 50%,
      rgba(255,255,255,.25) 65%,
      rgba(255,255,255,.0) 86%,
      rgba(255,255,255,0) 100%
    ),
    url("../images/common/door-to-door_bg01.webp") no-repeat right center / cover;
}

.service-main__content {
  position: relative;
  z-index: 2;
  width: min(700px, 100%);
}

.service-main__head {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin: 0 0 24px;
}

.service-main__ttl {
  margin: 0;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.service-main__sub {
  margin: 5px 0 20px;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.service-main__catch {
  margin: 0 0 20px;
  color: #00133b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}

.service-main__catch span {
  color: #CA9823;
}

.service-main__text {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 1180px) {
  .service-main__ttl {
    font-size: 70px;
  }

  .service-main__sub {
    font-size: 22px;
  }

  .service-main__content {
    width: min(620px, 100%);
  }

  .service-main__catch {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .service-main {
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.96) 0%,
        rgba(255,255,255,.90) 45%,
        rgba(255,255,255,.70) 68%,
        rgba(255,255,255,.35) 100%
      ),
      url("../images/common/88img.webp") no-repeat center center / cover;
  }

  .service-main__content {
    width: 100%;
    max-width: 680px;
  }

  .service-main__head {
    gap: 18px;
  }

  .service-main__catch {
    font-size: 24px;
  }
}

@media screen and (max-width: 820px) {
  .service-main {
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,.94) 0%,
        rgba(255,255,255,.82) 55%,
        rgba(255,255,255,.58) 100%
      ),
      url("../images/common/88img.webp") no-repeat center center / cover;
  }

  .service-main__head {
    display: block;
  }

  .service-main__sub {
    margin-top: 8px;
  }

  .service-main__catch {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
  .service-main {
    padding: 50px 0 0;
  }

  .service-main__ttl {
    font-size: 54px;
  }

  .service-main__sub {
    font-size: 20px;
  }

  .service-main__catch {
    font-size: 20px;
  }

  .service-main__text {
    line-height: 1.8;
  }
}

/* @media screen and (max-width: 480px) {
  .service-main__ttl {
    font-size: 38px;
  }

  .service-main__sub {
    font-size: 18px;
  }

  .service-main__catch {
    font-size: 18px;
  }
} */

/******************************
  SERVICE STRENGTH
******************************/
.service-strength {
  padding: 60px 0 40px;
  background: #fff;
}

.service-strength__head {
  margin: 0 0 28px;
  text-align: center;
}

.service-strength__ttl {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 90px;
  color: #00133b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}

.service-strength__ttl::before,
.service-strength__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 65px;
  height: 2px;
  background: #CA9823;
}

.service-strength__ttl::before {
  left: 0;
}

.service-strength__ttl::after {
  right: 0;
}

.service-strength__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-strength__item {
  position: relative;
  padding: 0 18px;
  text-align: center;
}

.service-strength__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: calc(100% - 20px);
  background: #d8d8d8;
}

.service-strength__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin: 0 0 12px;
}

.service-strength__icon img {
  display: block;
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
}

.service-strength__item h3 {
  margin: 0 0 10px;
  color: #CA9823;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.service-strength__item p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  .service-strength__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }

  .service-strength__item:nth-child(3)::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .service-strength__item p {
  text-align: left;
}
  .service-strength__ttl {
    padding: 0;
    font-size: 24px;
  }

  .service-strength__ttl::before,
  .service-strength__ttl::after {
    display: none;
  }

  .service-strength__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }

  .service-strength__item {
    padding: 0;
  }

  .service-strength__item:not(:last-child)::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .service-strength__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 20px;
  }

}

/******************************
  サービス対応内容
******************************/
.service-flow-list {
  padding: 60px 0;
  background: #fff;
}

.service-flow-list__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-flow-list__item {
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  min-width: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.service-flow-list__img {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.service-flow-list__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: #00133b;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.service-flow-list__num {
  position: absolute;
  left: 9px;
  top: 7px;
  z-index: 3;
  color: #fff;
  font-family: "Times New Roman","Georgia",serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.service-flow-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-flow-list__content {
  min-width: 0;
  padding: 22px 20px 18px;
}

.service-flow-list__head {
  margin: 0 0 14px;
  padding-bottom: 9px;
  border-bottom: 2px solid #CA9823;
}

.service-flow-list__icon img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.service-flow-list__ttl {
  margin: 0;
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
}

.service-flow-list__text-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.service-flow-text-sub{
  margin: 20px 0;
  color: #00133b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}


.service-flow-list__text-list li {
  position: relative;
  margin: 0 0 7px;
  padding-left: 22px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.service-flow-list__text-list li:last-child {
  margin-bottom: 0;
}

.service-flow-list__text-list li::before {
  content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00133b;
}

.service-flow-list__text-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: .66em;
  width: 5px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.service-flow-list__point {
  position: relative;
  margin: 0;
  padding: 11px 14px 11px 38px;
  background: #eef3f9;
  color: #00133b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.service-flow-list__point::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 11px;
  height: 6px;
  border-left: 3px solid #00133b;
  border-bottom: 3px solid #00133b;
  transform: translateY(-60%) rotate(-45deg);
}

.service-flow-list__case {
  position: relative;
  margin: 0;
  padding: 11px 14px;
  background: #eef3f9;
}

.service-flow-list__case p {
  margin: 0 0 5px;
  color: #CA9823;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.service-flow-list__case span {
  position: relative;
  display: block;
  padding-left: 22px;
  color: #00133b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.service-flow-list__case span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 11px;
  height: 6px;
  border-left: 3px solid #00133b;
  border-bottom: 3px solid #00133b;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1180px) {
  .service-flow-list__list {
    gap: 14px;
  }

  .service-flow-list__item {
    grid-template-columns: 38% minmax(0, 1fr);
  }

  .service-flow-list__content {
    padding: 20px 16px 16px;
  }

  .service-flow-list__ttl {
    font-size: 17px;
  }

  .service-flow-list__text-list li,
  .service-flow-list__point,
  .service-flow-list__case p,
  .service-flow-list__case span {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .service-flow-list__item {
    grid-template-columns: 36% minmax(0, 1fr);
  }

  .service-flow-list__content {
    padding: 18px 14px 14px;
  }

  .service-flow-list__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 820px) {
  .service-flow-list {
    padding: 40px 0;
  }

  .service-flow-list__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-flow-list__item {
    grid-template-columns: 38% minmax(0, 1fr);
  }

  .service-flow-list__content {
    padding: 20px;
  }

  .service-flow-list__ttl {
    font-size: 20px;
  }

  .service-flow-list__text-list li,
  .service-flow-list__point,
  .service-flow-list__case p,
  .service-flow-list__case span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .service-flow-list__item {
    grid-template-columns: 1fr;
  }

  .service-flow-list__img img {
    height: auto;
    aspect-ratio: 16 / 7;
  }

  .service-flow-list__content {
    padding: 20px 16px;
  }
}

@media screen and (max-width: 480px) {
  .service-flow-list__img img {
    aspect-ratio: 16 / 9;
  }

  .service-flow-list__img::before {
    width: 56px;
    height: 56px;
  }

  .service-flow-list__num {
    left: 8px;
    top: 7px;
    font-size: 17px;
  }
}

/******************************
  サービス相談ボックス
******************************/

.service-contact-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 20px 38px;
  border: 2px solid #00133b;
  border-radius: 6px;
  background: #fff;
}

.service-contact-box__main {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding-right: 38px;
}

.service-contact-box__main-icon {
  flex-shrink: 0;
  margin-right: 18px;
}

.service-contact-box__main-icon img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.service-contact-box__main-text {
  min-width: 0;
}

.service-contact-box__main-text p {
  margin: 0 0 3px;
  color: #00133b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.service-contact-box__main-text h3 {
  margin: 0;
  color: #00133b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.service-contact-box__features {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  border-left: 2px solid #00133b;
}

.service-contact-box__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 28px;
}

.service-contact-box__feature-icon {
  flex-shrink: 0;
}

.service-contact-box__feature-icon img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.service-contact-box__feature p {
  margin: 0;
  color: #00133b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1180px) {
  .service-contact-box {
    padding: 18px 24px;
  }

  .service-contact-box__main {
    padding-right: 24px;
  }

  .service-contact-box__feature {
    padding: 5px 18px;
  }

  .service-contact-box__main-text h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .service-contact-box {
    align-items: stretch;
  }

  .service-contact-box__main {
    flex: 0 0 35%;
  }

  .service-contact-box__features {
    flex: 1;
  }

  .service-contact-box__feature {
    gap: 8px;
    padding: 5px 12px;
  }

  .service-contact-box__feature-icon img {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 820px) {
  .service-contact-box {
    display: block;
    padding: 22px 20px;
  }

  .service-contact-box__main {
    padding: 0 0 20px;
  }

  .service-contact-box__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid #CA9823;
  }

  .service-contact-box__feature {
    justify-content: center;
    padding: 5px 12px;
  }
}

@media screen and (max-width: 767px) {
  .service-contact-box__main-icon img {
    width: 50px;
    height: 50px;
  }

  .service-contact-box__main-text h3 {
    font-size: 18px;
  }

  .service-contact-box__features {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-contact-box__feature {
    justify-content: flex-start;
    padding: 0;
  }

  .service-contact-box__feature p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .service-contact-box {
    padding: 18px 15px;
  }

  .service-contact-box__main-icon {
    margin-right: 12px;
  }

  .service-contact-box__main-text p {
    font-size: 13px;
  }

  .service-contact-box__main-text h3 {
    font-size: 17px;
  }
}



/******************************
中国輸入物流
******************************/
.china-import-recommended {
  position: relative;
  padding: 60px 0 0;
  background: url("../images/common/china-import_img02.webp") no-repeat center / cover;
  overflow: hidden;
}

.china-import-recommended-bg::before {
  content: "";
 background: linear-gradient(
  90deg,
  rgba(0, 19, 59, .85) 0%,
  rgba(0, 19, 59, .75) 45%,
  rgba(0, 19, 59, .28) 75%,
  rgba(0, 19, 59, 0) 100%
);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.china-import-recommended .inner1 {
  position: relative;
  z-index: 2;
}


/******************************
  中国輸入物流の課題
******************************/
.assignment {
  padding: 60px 0;
  background: #fff;
}

.assignment__head {
  margin: 0 0 34px;
  text-align: center;
}

.assignment__ttl {
  margin: 0;
  color: #e8edf7;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.assignment__sub {
  margin: 5px 0 20px;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.assignment__lead {
  margin: 0 0 26px;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.assignment__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 22px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.assignment__item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: calc((100% - 44px) / 3);
  min-height: 96px;
  padding: 20px 10px;
  border: 2px solid #00133b;
  border-radius: 5px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 19, 59, .22);
}
.trouble_style .assignment__item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: calc((100% - 44px) / 3);
  min-height: 96px;
  padding: 10px 10px;
  border: 2px solid #00133b;
  border-radius: 5px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 19, 59, .22);
}

.assignment__icon img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
}


.trouble_style .assignment__icon img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
  padding: 10px;
}

.assignment__body h3 {
  margin: 0 0 5px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.assignment__body p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

.assignment__bottom {
  margin: 34px 0 0;
  text-align: center;
}

.assignment__bottom p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.assignment__body span{
    background: #00133b;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.assignment__body span{
    padding: 5px 10px;
    font-size: 13px;
}
}


@media screen and (max-width: 1180px) {
  .assignment__ttl {
    font-size: 70px;
  }

  .assignment__sub {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .assignment__item{
    width: calc((100% - 22px) / 2);
  }
}

@media screen and (max-width: 820px) {
.trouble_style .assignment__item {
    width: calc((100% - 22px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .assignment {
    padding: 20px 0;
}
  .assignment__ttl {
    font-size: 54px;
  }

  .assignment__sub {
    font-size: 20px;
  }

  .assignment__item,.trouble_style .assignment__item {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .assignment__item {
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 14px;
  }
  .trouble_style .assignment__item {
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 10px;
  }

  .assignment__icon img {
    width: 60px;
    height: 60px;
  }
}

/******************************
中国輸入物流
******************************/
.customs-recommended {
  position: relative;
  padding: 60px 0 0;
  background: url("../images/common/customs_img02.webp") no-repeat center / cover;
  overflow: hidden;
}

.customs-recommended-bg::before {
  content: "";
 background: linear-gradient(
  90deg,
  rgba(0, 19, 59, .85) 0%,
  rgba(0, 19, 59, .75) 45%,
  rgba(0, 19, 59, .28) 75%,
  rgba(0, 19, 59, 0) 100%
);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.customs-recommended .inner1 {
  position: relative;
  z-index: 2;
}


/******************************
海上輸送日数ガイド
******************************/
.customs-shipping-days {
  position: relative;
  padding: 60px 0 0;
  background: url("../images/common/customs-shipping-days.webp") no-repeat center / cover;
  overflow: hidden;
}

.customs-shipping-days-bg::before {
  content: "";
 background: linear-gradient(
  90deg,
  rgba(0, 19, 59, .85) 0%,
  rgba(0, 19, 59, .75) 45%,
  rgba(0, 19, 59, .28) 75%,
  rgba(0, 19, 59, 0) 100%
);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.customs-shipping-days .inner1 {
  position: relative;
  z-index: 2;
}



/******************************
  中国・日本物流ネットワーク
******************************/
.logistics-network {
  padding: 60px 0;
  background: #fff;
}

.logistics-network__head {
  margin: 0 0 20px;
  text-align: center;
}

.logistics-network__ttl {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding: 0 120px;
  color: #00133b;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}

.logistics-network__ttl::before,
.logistics-network__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 92px;
  height: 2px;
  background: #CA9823;
}

.logistics-network__ttl::before {
  left: 0;
}

.logistics-network__ttl::after {
  right: 0;
}

.logistics-network__lead {
  margin: 0;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.logistics-network__map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 18px;
}

.logistics-network__img {
  background: #fff;
}

.logistics-network__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.logistics-network__features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #d5dee9;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.logistics-network__features li {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 18px 16px;
}

.logistics-network__features li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  width: 1px;
  height: calc(100% - 32px);
  background: #d5dee9;
}

.logistics-network__icon img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.logistics-network__features h3 {
  margin: 0 0 6px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.logistics-network__features p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 1180px) {
  .logistics-network__ttl {
    padding: 0 90px;
    font-size: 34px;
  }

  .logistics-network__ttl::before,
  .logistics-network__ttl::after {
    width: 70px;
  }

  .logistics-network__features {
    grid-template-columns: repeat(3, 1fr);
  }

  .logistics-network__features li:nth-child(3)::after {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .logistics-network__ttl {
    padding: 0;
    font-size: 30px;
  }

  .logistics-network__ttl::before,
  .logistics-network__ttl::after {
    display: none;
  }

  .logistics-network__map {
    grid-template-columns: 1fr;
  }

  .logistics-network__features {
    grid-template-columns: 1fr;
  }
  .logistics-network__features li:nth-child(3)::after {
    display: block;
  }

  .logistics-network__features li:not(:last-child)::after {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
  }
}

@media screen and (max-width: 480px) {
  .logistics-network__ttl {
    font-size: 22px;
  }

  .logistics-network__features li {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 16px 14px;
  }

  .logistics-network__icon img {
    width: 42px;
    height: 42px;
  }
}

/******************************
中国輸入物流
******************************/
.stone-mixed-recommended {
  position: relative;
  padding: 60px 0 0;
  background: url("../images/common/stone-mixed_img02.webp") no-repeat center / cover;
  overflow: hidden;
}

.stone-mixed-recommended-bg::before {
  content: "";
 background: linear-gradient(
  90deg,
  rgba(0, 19, 59, .85) 0%,
  rgba(0, 19, 59, .75) 45%,
  rgba(0, 19, 59, .28) 75%,
  rgba(0, 19, 59, 0) 100%
);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.stone-mixed-recommended .inner1 {
  position: relative;
  z-index: 2;
}


/******************************
  お悩み
******************************/
.worry {
  padding: 60px 0;
  background: #fff;
}

.worry__head {
  margin: 0 0 36px;
  text-align: center;
}

.worry__ttl {
  margin: 0;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.worry__sub {
  margin: 5px 0 20px;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.worry__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 46px 46px;
  max-width: 980px;
  margin: 50px auto;
  padding: 0;
  list-style: none;
}

.worry__item {
  width: calc((100% - 92px) / 3);
  text-align: center;
}

.worry__item h3 {
  margin: 0 0 12px;
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.worry__img img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.worry__bottom {
  margin: 34px 0 0;
  text-align: center;
}

.worry__bottom p {
  margin: 0;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .12em;
}

.worry__bottom p:last-child {
  color: #AB0001;
  font-size: 30px;
}

@media screen and (max-width: 1180px) {
  .worry__ttl {
    font-size: 70px;
  }

  .worry__sub {
    font-size: 22px;
  }
}

@media screen and (max-width: 820px) {
    .worry__bottom p:last-child {
    font-size: 24px;
  }
  .worry__list {
    gap: 30px 24px;
  }

  .worry__item {
    width: calc((100% - 24px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .worry__ttl {
    font-size: 54px;
  }

  .worry__sub {
    font-size: 20px;
  }

  .worry__item h3 {
    font-size: 14px;
  }

  .worry__bottom p:last-child {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .worry__item {
    width: calc((100% - 24px) / 2);
  }

  .worry__img img {
    max-width: 190px;
  }
}

/******************************
  石材混載サービスの流れ
******************************/
.mixed-flow {
  padding: 60px 0;
  background: #fff;
}

.mixed-flow__box {
  width: min(800px, 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.mixed-flow__box {
  width: min(400px, 100%);
  margin: 0 auto;
}
}



.mixed-flow__suppliers,
.mixed-flow__container,
.mixed-flow__devan,
.mixed-flow__delivery {
  position: relative;
  border: 2px solid #00133b;
  border-radius: 6px;
  background: #fff;
}

.mixed-flow__suppliers {
  padding: 8px 14px;
}

.mixed-flow__supplier {
  display: grid;
  grid-template-columns: 150px 130px minmax(0, 1fr) 250px;
  gap: 14px;
  align-items: center;
  padding: 8px 0;
}

.mixed-flow__supplier:not(:last-child) {
  border-bottom: 1px solid #cfd8e6;
}

.mixed-flow__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 68px;
  padding: 8px 10px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.mixed-flow__label span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.mixed-flow__label small {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.mixed-flow__label--a,
.mixed-flow__label--mix,
.mixed-flow__label--devan,
.mixed-flow__label--delivery {
  background: #00133b;
}

.mixed-flow__label--b {
  background: #2f7d61;
}

.mixed-flow__label--c {
  background: #8b7045;
}

.mixed-flow__stone img,
.mixed-flow__factory img,
.mixed-flow__container-img img,
.mixed-flow__devan-img img,
.mixed-flow__delivery-list img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mixed-flow__supplier p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.mixed-flow__arrow {
  position: relative;
  width: 4px;
  height: 32px;
  margin: 10px auto;
  background: #00133b;
}

.mixed-flow__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 12px;
  height: 12px;
  border-right: 4px solid #00133b;
  border-bottom: 4px solid #00133b;
  transform: translateX(-50%) rotate(45deg);
}

.mixed-flow__container {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 210px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
}

.mixed-flow__container-img {
  min-width: 0;
}

.mixed-flow__container p,
.mixed-flow__devan p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.mixed-flow__container p span{
 color: #CA9823;
}

.mixed-flow__devan {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 210px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
}

.mixed-flow__delivery {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
}

.mixed-flow__delivery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mixed-flow__delivery-list li {
  text-align: center;
}

.mixed-flow__delivery-list h3 {
  margin: 0 0 8px;
  padding: 6px 8px;
  border-radius: 3px;
  background: #00133b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.mixed-flow__delivery-list li:nth-child(2) h3 {
  background: #2f7d61;
}

.mixed-flow__delivery-list li:nth-child(3) h3 {
  background: #8b7045;
}

.mixed-flow__bottom {
  margin: 18px 0 0;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.mixed-flow__bottom span {
  color: #CA9823;
}

@media screen and (max-width: 767px) {
  .mixed-flow__supplier,
  .mixed-flow__container,
  .mixed-flow__devan,
  .mixed-flow__delivery {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .mixed-flow__label {
    width: 150px;
    margin: 0 auto;
  }

  .mixed-flow__stone {
    max-width: 120px;
    margin: 0 auto;
  }
  .mixed-flow__container-img,
  .mixed-flow__devan-img {
    max-width: 300px;
    margin: 0 auto;
  }

  .mixed-flow__factory {
    max-width: 300px;
    margin: 0 auto;
  }

  .mixed-flow__delivery-list {
    grid-template-columns: 1fr;
    max-width: 260px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .mixed-flow__suppliers,
  .mixed-flow__container,
  .mixed-flow__devan,
  .mixed-flow__delivery {
    padding: 16px;
  }

  .mixed-flow__supplier {
    padding: 14px 0;
  }
}


/******************************
  石材混載サービスの流れ
******************************/
.stone-flow {
  padding: 60px 0;
  background: #fff;
}

.stone-flow__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.stone-flow__item {
  position: relative;
  padding: 42px 14px 14px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.stone-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #CA9823;
  transform: translateY(-50%);
}

.stone-flow__step {
position: absolute;
    left: 50%;
    top: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    color: #CA9823;
    border-bottom: 2px solid #CA9823;
    font-family: "Times New Roman", "Georgia", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    transform: translateX(-50%);
}

.stone-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #00133b;
}

.stone-flow__icon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.stone-flow__item h3 {
  margin: 0 0 8px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.stone-flow__item p {
  min-height: 70px;
  margin: 0 0 14px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.stone-flow__img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.stone-flow__merit {
  padding: 22px 24px;
  border-radius: 8px;
  background: #eef3f9;
  margin-bottom: 30px;
}

.stone-flow__merit-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #00133b;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .16em;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
}

.stone-flow__merit-ttl::before,
.stone-flow__merit-ttl::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #00133b;
}

.stone-flow__merit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.stone-flow__merit-list li {
  position: relative;
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 0 15px;
}

.stone-flow__merit-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: calc(100% - 16px);
  background: #cfd8e6;
}

.stone-flow__merit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #00133b;
}

.stone-flow__merit-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.stone-flow__merit-list h3 {
  margin: 0 0 6px;
  color: #00133b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.stone-flow__merit-list p {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 1180px) {
  .stone-flow__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 24px;
  }

  .stone-flow__item:not(:last-child)::after {
    right: -18px;
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 13px;
  }

  .stone-flow__icon {
    width: 80px;
    height: 80px;
  }

  .stone-flow__icon img {
    width: 48px;
    height: 48px;
  }

  .stone-flow__item h3 {
    font-size: 18px;
  }

  .stone-flow__merit-list li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    padding: 0 14px;
  }

  .stone-flow__merit-icon {
    width: 64px;
    height: 64px;
  }

  .stone-flow__merit-icon img {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .stone-flow__item:not(:last-child)::after {
    display: none;
  }

  .stone-flow__merit-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .stone-flow__merit-list li:nth-child(2)::after {
    display: none;
  }
}


@media screen and (max-width: 820px) {
  .stone-flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 24px;
  }
}

@media screen and (max-width: 767px) {
  .stone-flow__item p {
    min-height: auto;
  }

  .stone-flow__img img {
  aspect-ratio: 5 / 3;
  width: min(300px, 100%);
  margin: 20px auto;
  }

  .stone-flow__merit-ttl {
    gap: 16px;
    font-size: 22px;
    letter-spacing: .08em;
  }

  .stone-flow__merit-ttl::before,
  .stone-flow__merit-ttl::after {
    width: 36px;
  }

  .stone-flow__merit-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .stone-flow__merit-list li {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 18px 0;
  }

  .stone-flow__merit-list li:not(:last-child)::after,
  .stone-flow__merit-list li:nth-child(2)::after {
    display: block;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
  }

  .stone-flow__merit-list li:last-child::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .stone-flow__list {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
  
@media screen and (max-width: 480px) {
  .stone-flow__item {
    padding: 38px 12px 12px;
  }

  .stone-flow__step {
    min-width: 104px;
    min-height: 30px;
    font-size: 14px;
  }

  .stone-flow__icon {
    width: 72px;
    height: 72px;
  }

  .stone-flow__icon img {
    width: 42px;
    height: 42px;
  }

  .stone-flow__merit {
    padding: 20px 16px;
  }

  .stone-flow__merit-ttl {
    display: block;
  }

  .stone-flow__merit-ttl::before,
  .stone-flow__merit-ttl::after {
    display: none;
  }

  .stone-flow__merit-list li {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .stone-flow__merit-icon {
    margin: 0 auto;
  }
}

/******************************
  お問い合わせCTA
******************************/
.choose-contact {
  padding: 60px 0;
  background: #fff;
}

.choose-contact__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 28px;
  border: 1px solid #d9e1ec;
  border-radius: 8px;
  background: #fff;
  /* box-shadow: 0 8px 20px rgba(0, 19, 59, .05); */
}

.choose-contact__left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.choose-contact__icon {
  flex-shrink: 0;
}

.choose-contact__icon img {
  display: block;
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.choose-contact__text {
  margin: 0;
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.choose-contact__right {
  flex-shrink: 0;
}

@media screen and (max-width: 820px) {
  .choose-contact__wrap {
    flex-direction: column;
    text-align: center;
  }

  .choose-contact__left {
    flex-direction: column;
    gap: 14px;
  }

  .choose-contact__right {
    width: 100%;
  }

  .choose-contact__btn {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .choose-contact__wrap {
    padding: 20px 16px;
  }
}


/******************************
  他社比較・料金イメージ
******************************/
.stone-price-compare {
  padding: 60px 0;
  background: #fff;
}

.stone-price-compare__grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    margin-bottom: 50px;
}

.stone-price-compare__comparison,
.stone-price-compare__price {
  position: relative;
}

.stone-price-compare__comparison::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #d7dce5;
}

.stone-price-compare__bar {
  margin: 0 0 20px;
  padding: 12px 20px;
  border-radius: 6px;
  background: #00133b;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
}

/******************************
  比較表
******************************/
.stone-price-compare__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.stone-price-compare__table th,
.stone-price-compare__table td {
  border: 1px solid #bfc8d8;
  padding: 5px 5px;
  font-size: 15px;
  line-height: 1.5;
}

.stone-price-compare__table thead th:first-child {
  background: #fff;
}

.stone-price-compare__table thead th:nth-child(2) {
  background: #0b3d91;
  color: #fff;
  font-weight: 700;
}

.stone-price-compare__table thead th:nth-child(3) {
  background: #9b9b9b;
  color: #fff;
  font-weight: 700;
  align-content: center;
}

.stone-price-compare__table tbody th {
  width: 46%;
  background: #fff;
  color: #111;
  font-weight: 700;
  text-align: left;
}

.stone-price-compare__table td {
  width: 27%;
  text-align: center;
  color: #0b3d91;
  font-size: 22px;
  font-weight: 700;
  align-content: center;
}

.stone-price-compare__message {
  margin: 26px 0 0;
  color: #d20000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

/******************************
  料金イメージ
******************************/
.stone-price-compare__price-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 50px;
}

.stone-price-compare__price-head h3 {
  margin: 0;
  color: #00133b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.stone-price-compare__price-head p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.stone-price-compare__price-list {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stone-price-compare__price-item {
  flex: 1;
  text-align: center;
}

.stone-price-compare__price-item h4 {
  margin: 0 0 12px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
}

.stone-price-compare__price-img {
  margin-bottom: 14px;
}

.stone-price-compare__price-img img {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  object-fit: contain;
}

.stone-price-compare__price-item p {
  margin: 0;
  color: #d20000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.stone-price-compare__price-item:last-child p {
  color: #111;
  font-size: 18px;
}

.stone-price-compare__note {
  margin: 26px 0 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

/******************************
  レスポンシブ
******************************/
@media screen and (max-width: 1180px) {

  .stone-price-compare__bar {
    font-size: 18px;
  }

  .stone-price-compare__price-head {
    display: block;
  }

  .stone-price-compare__price-head h3 {
    margin-bottom: 8px;
  }

  .stone-price-compare__price-item p {
    font-size: 22px;
  }

  .stone-price-compare__message {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {

  .stone-price-compare__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .stone-price-compare__comparison::after {
    display: none;
  }

}

@media screen and (max-width: 820px) {

  .stone-price-compare__price-list {
    flex-wrap: wrap;
  }

  .stone-price-compare__price-item {
    flex: none;
    width: calc((100% - 36px) / 3);
  }

}

@media screen and (max-width: 600px) {

  .stone-price-compare__bar {
    font-size: 18px;
  }

  .stone-price-compare__table th,
  .stone-price-compare__table td {
    padding: 8px 6px;
    font-size: 14px;
  }

  .stone-price-compare__table td {
    font-size: 20px;
  }

  .stone-price-compare__price-head h3 {
    font-size: 24px;
  }

  .stone-price-compare__price-item {
    width: calc((100% - 18px) / 2);
  }

  .stone-price-compare__price-item h4 {
    font-size: 18px;
  }

  .stone-price-compare__price-item p {
    font-size: 20px;
  }

  .stone-price-compare__message {
    font-size: 16px;
  }

}

@media screen and (max-width: 480px) {

  .stone-price-compare__price-item {
    width: 46%;
  }

  .stone-price-compare__price-img img {
    max-width: 100px;
  }

}


/* ----------------------------------------
transport-flow
------------------------------------------ */
.transport-flow {
  padding: 30px 0;
}

.transport-flow__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.transport-flow__item {
  position: relative;
  min-width: 0;
  text-align: center;
}

.transport-flow__item:not(:last-child)::after {
  position: absolute;
  top: 108px;
  right: -29px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #999;
  border-right: 4px solid #999;
  content: "";
  transform: rotate(45deg);
}

.transport-flow__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 15px;
  background: #00133b;
  border-radius: 50%;
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.transport-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 10px;
}

.transport-flow__icon img {
  display: block;
  max-width: 75px;
  max-height: 100%;
  object-fit: contain;
}

.transport-flow__title {
  margin-bottom: 15px;
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.transport-flow__text {
    color: #00133b;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    min-height: 100px;
}

/* ----------------------------------------
1180px
------------------------------------------ */
@media screen and (max-width: 1180px) {
  .transport-flow__list {
    gap: 30px;
  }

  .transport-flow__item:not(:last-child)::after {
    right: -21px;
    width: 15px;
    height: 15px;
  }

  .transport-flow__icon img {
    max-width: 85px;
  }
}

/* ----------------------------------------
1024px
------------------------------------------ */
@media screen and (max-width: 1024px) {
  .transport-flow__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 55px 60px;
  }

  .transport-flow__item:not(:last-child)::after {
    right: -39px;
  }

  .transport-flow__item:nth-child(3)::after {
    display: none;
  }
}

/* ----------------------------------------
820px
------------------------------------------ */
@media screen and (max-width: 820px) {
  .transport-flow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 45px;
  }

  .transport-flow__item:not(:last-child)::after {
    right: -31px;
  }

  .transport-flow__item:nth-child(3)::after {
    display: block;
  }

  .transport-flow__item:nth-child(2n)::after {
    display: none;
  }
}

/* ----------------------------------------
767px
------------------------------------------ */
@media screen and (max-width: 767px) {
.transport-flow__title {
    margin-bottom: 15px;
    font-size: 16px;
}
    .transport-flow__icon img {
    max-width: 50px;
  }
  .transport-flow {
    padding: 10px 0;
  }

  .transport-flow__list {
    gap: 30px 40px;
  }

  .transport-flow__item:not(:last-child)::after {
    display: none;
  }

  .transport-flow__number {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .transport-flow__icon {
    height: 50px;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------
480px
------------------------------------------ */
/* @media screen and (max-width: 480px) {
  .transport-flow {
    padding: 45px 0;
  }

  .transport-flow__list {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .transport-flow__item {
    max-width: 320px;
    margin: 0 auto;
  }

  .transport-flow__item:not(:last-child)::after,
  .transport-flow__item:nth-child(2n)::after {
    display: block;
    top: auto;
    right: 50%;
    bottom: -40px;
    width: 14px;
    height: 14px;
    transform: translateX(50%) rotate(135deg);
  }

  .transport-flow__number {
    width: 52px;
    height: 52px;
  }
} */


/* ----------------------------------------
customs-strength
------------------------------------------ */
.customs-strength {
  padding: 30px 0;
}

.customs-strength__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.customs-strength__item {
  padding: 32px 15px 20px;
  background: #fff;
  border: 1px solid #d9dde5;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 19, 59, 0.08);
  text-align: center;
}

.customs-strength__icon {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 60px;
    height: 60px;
  margin: 0 auto 18px;
}

.customs-strength__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.customs-strength__label {
  margin-bottom: 4px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.customs-strength__title {
  margin-bottom: 14px;
  color: #00133b;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.customs-strength__number {
  color: #ca9823;
  font-family: "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  margin-right: 5px;
}

.customs-strength__text {
  line-height: 1.8;
}

/* ----------------------------------------
1180px
------------------------------------------ */
@media screen and (max-width: 1180px) {
  .customs-strength__list {
    gap: 20px;
  }

  .customs-strength__item {
    padding: 30px 18px 28px;
  }
}

/* ----------------------------------------
1024px
------------------------------------------ */
@media screen and (max-width: 1024px) {
  .customs-strength__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ----------------------------------------
820px
------------------------------------------ */
@media screen and (max-width: 820px) {
  .customs-strength__item {
    padding: 28px 20px;
  }
}

/* ----------------------------------------
767px
------------------------------------------ */
@media screen and (max-width: 767px) {
  .customs-strength__title {
    font-size: 18px;
}
  .customs-strength {
    padding: 50px 0;
  }

  .customs-strength__list {
    gap: 18px;
  }
  .customs-strength__icon {
    width: 60px;
    height: 60px;
}
}

/* ----------------------------------------
480px
------------------------------------------ */
@media screen and (max-width: 480px) {
  .customs-strength {
    padding: 15px 0;
  }

  .customs-strength__list {
    grid-template-columns: 1fr;
  }

  .customs-strength__item {
    padding: 26px 20px;
  }
}


/* ----------------------------------------
company-check
------------------------------------------ */
.company-check {
  padding: 60px 0;
}

.company-check__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
}

/* .company-check__table-wrap {
  overflow-x: auto;
} */

.company-check__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.company-check__table th,
.company-check__table td {
  border: 1px solid #d8dce3;
    padding: 10px 20px;
  vertical-align: middle;
}

.company-check__table thead th {
  background: #001b4b;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.company-check__table thead th:first-child {
  width: 210px;
}

.company-check__table tbody th {
  width: 180px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}

.company-check__table tbody th span {
  display: inline-block;
  vertical-align: middle;
}

.company-check__table-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 14px;
  vertical-align: middle;
}

.company-check__table-icon img {
  display: block;
  width: 100%;
}

.company-check__checklist {
  position: relative;
    padding: 30px 30px 30px;
  border: 1px solid #001b4b;
  border-radius: 8px;
}

.company-check__checklist-title {
  margin-bottom: 18px;
  color: #001b4b;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.company-check__checklist-list {
  display: grid;
  gap: 12px;
}

.company-check__checklist-list li {
  position: relative;
  padding-left: 26px;
}

.company-check__checklist-list li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #9ba2ad;
  content: "";
}

.company-check__checklist-icon {
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 58px;
}

.company-check__checklist-icon img {
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------------------------------
1180px
------------------------------------------ */
@media screen and (max-width: 1180px) {
  .company-check__wrap {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 24px;
  }
}

/* ----------------------------------------
1024px
------------------------------------------ */
@media screen and (max-width: 1024px) {
  .company-check__wrap {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 40px;
  }

  .company-check__table thead th:first-child {
    width: 120px;
  }
  .company-check__table tbody th {
  width: 120px;
}
  .company-check__table-icon {
    margin-right: 5px;
}
.company-check__table-icon {
    width: 25px;
    height: 25px;
}

  .company-check__table tbody th {
    gap: 12px;
    padding: 10px 10px;
  }
}

/* ----------------------------------------
820px
------------------------------------------ */
@media screen and (max-width: 820px) {
  .company-check__wrap {
    grid-template-columns: 1fr;
  }

  .company-check__checklist {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* ----------------------------------------
767px
------------------------------------------ */
@media screen and (max-width: 767px) {
  .company-check {
    padding: 50px 0;
  }

  .company-check__table {
    width: 100%;
  }
}

/* ----------------------------------------
480px
------------------------------------------ */
@media screen and (max-width: 480px) {
  .company-check {
    padding: 45px 0;
  }

  .company-check__checklist {
    padding: 20px 18px 70px;
  }
}


/******************************

  石材輸送トータルサポート

******************************/

.stone-total-support {
  margin-top: 30px;
}

.stone-total-support__box {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  align-items: center;
  background: #faf8f4;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
}

/* 左側 */

.stone-total-support__main {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
  padding: 25px 30px;
}

.stone-total-support__main-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 78px;
  height: 78px;
}

.stone-total-support__main-icon img {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.stone-total-support__main-text {
  min-width: 0;
}

.stone-total-support__main-text h3 {
  margin: 0 0 8px;
  color: #00133b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.stone-total-support__main-text p {
  margin: 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/* 右側3項目 */

.stone-total-support__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  height: 100%;
}

.stone-total-support__feature {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 5px 10px;
  text-align: center;
}

.stone-total-support__feature + .stone-total-support__feature {
  border-left: 1px solid #d8d0c2;
}

.stone-total-support__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin-bottom: 7px;
}

.stone-total-support__feature-icon img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.stone-total-support__feature h4 {
  margin: 0 0 5px;
  color: #00133b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.stone-total-support__feature p {
  margin: 0;
  color: #00133b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

/* 下部問い合わせ */

.stone-total-support__contact {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.stone-total-support__line {
  flex: 1;
  height: 1px;
  background: #CA9823;
}

.stone-total-support__contact-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.stone-total-support__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.stone-total-support__contact-icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.stone-total-support__contact-inner p {
  margin: 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 1180px) {
  .stone-total-support__box {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  }

  .stone-total-support__main {
    gap: 18px;
    padding: 22px;
  }

  .stone-total-support__main-icon,
  .stone-total-support__main-icon img {
    width: 68px;
    height: 68px;
  }

  .stone-total-support__main-text h3 {
    font-size: 18px;
  }

  .stone-total-support__feature {
    padding: 18px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .stone-total-support__box {
    grid-template-columns: 1fr;
  }

  .stone-total-support__main {
    justify-content: center;
    padding: 25px;
  }

  .stone-total-support__features {
    border-top: 1px solid #d8d0c2;
  }

  .stone-total-support__feature {
    padding: 18px 15px;
  }
}

@media screen and (max-width: 820px) {
  .stone-total-support__contact {
    gap: 15px;
  }

  .stone-total-support__contact-inner {
    flex-shrink: 1;
  }

  .stone-total-support__contact-inner p {
    white-space: normal;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .stone-total-support__main {
    align-items: flex-start;
    gap: 15px;
    padding: 20px 15px;
  }

  .stone-total-support__main-icon,
  .stone-total-support__main-icon img {
    width: 58px;
    height: 58px;
  }

  .stone-total-support__main-text h3 {
    font-size: 17px;
  }

  .stone-total-support__main-text p {
    font-size: 13px;
  }

  .stone-total-support__main-text p br {
    display: none;
  }

  .stone-total-support__feature {
    padding: 18px 8px;
  }

  .stone-total-support__feature h4 {
    font-size: 14px;
  }

  .stone-total-support__feature p {
    font-size: 13px;
  }

  .stone-total-support__feature p br {
    display: none;
  }

  .stone-total-support__contact {
    margin-top: 18px;
  }

  .stone-total-support__line {
    max-width: 50px;
  }

  .stone-total-support__contact-inner p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .stone-total-support__main {
    display: block;
  }

  .stone-total-support__main-icon {
    margin-bottom: 12px;
  }

  .stone-total-support__features {
    grid-template-columns: 1fr;
  }

  .stone-total-support__feature {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
    padding: 14px 15px;
    text-align: left;
  }

  .stone-total-support__feature + .stone-total-support__feature {
    border-left: 0;
    border-top: 1px solid #d8d0c2;
  }

  .stone-total-support__feature-icon {
    grid-row: 1 / 3;
    height: auto;
    margin: 0;
  }

  .stone-total-support__feature-icon img {
    width: 32px;
    height: 32px;
  }

  .stone-total-support__feature h4 {
    margin-bottom: 2px;
  }

  .stone-total-support__contact {
    gap: 10px;
  }

  .stone-total-support__line {
    display: none;
  }

  .stone-total-support__contact-inner {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }

  .stone-total-support__contact-inner p {
    text-align: left;
  }
}


/******************************

  導入相談・無料見積り

******************************/

.purchase-contact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 18px 24px;
  background: #f3f6fa;
  width: min(1000px, 100%);
margin: 50px auto;
}

.purchase-contact__main {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 30px;
  border-right: 1px solid #ccd3dc;
}

.purchase-contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}

.purchase-contact__icon img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.purchase-contact__main p {
  margin: 0;
  color: #00133b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

.purchase-contact__main p span {
  color: #CA9823;
  font-size: 20px;
  font-weight: 700;
}

.purchase-contact__text {
  min-width: 0;
}

.purchase-contact__text p {
  margin: 0;
  color: #00133b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.purchase-contact__btn {
  flex-shrink: 0;
}

@media screen and (max-width: 1180px) {
  .purchase-contact {
    gap: 20px;
    padding: 18px 20px;
  }

  .purchase-contact__main {
    gap: 12px;
    padding-right: 20px;
  }

  .purchase-contact__main p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .purchase-contact {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .purchase-contact__btn {
    grid-column: 1 / 3;
    padding-left: 68px;
  }
}

@media screen and (max-width: 820px) {
  .purchase-contact {
    display: block;
    padding: 20px;
  }

  .purchase-contact__main {
    padding: 0 0 15px;
    border-right: 0;
    border-bottom: 1px solid #ccd3dc;
  }

  .purchase-contact__text {
    padding-top: 15px;
  }

  .purchase-contact__btn {
    margin-top: 18px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .purchase-contact {
    padding: 18px 15px;
  }

  .purchase-contact__icon,
  .purchase-contact__icon img {
    width: 46px;
    height: 46px;
  }

  .purchase-contact__main p {
    font-size: 14px;
    white-space: normal;
  }

  .purchase-contact__main p span {
    font-size: 18px;
  }

  .purchase-contact__text p {
    font-size: 13px;
  }

  .purchase-contact__text p br {
    display: none;
  }

  .purchase-contact__btn .contact-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .purchase-contact__main {
    align-items: flex-start;
  }

  .purchase-contact__icon,
  .purchase-contact__icon img {
    width: 42px;
    height: 42px;
  }
}



/******************************

  配送お問い合わせ

******************************/

.delivery-contact {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  background: #f3f6fa;
  border-radius: 6px;
  width: min(1000px, 100%);
margin: 50px auto;
}

.delivery-contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-contact__icon img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.delivery-contact__text {
  min-width: 0;
}

.delivery-contact__text p {
  margin: 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.delivery-contact__text .delivery-contact__lead {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
}

.delivery-contact__btn {
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .delivery-contact {
    grid-template-columns: 60px minmax(0, 1fr) auto;
    padding: 18px 22px;
  }

  .delivery-contact__icon img {
    width: 48px;
    height: 48px;
  }

  .delivery-contact__text .delivery-contact__lead {
    font-size: 15px;
  }
}

@media screen and (max-width: 820px) {
  .delivery-contact {
    grid-template-columns: 55px minmax(0, 1fr);
  }

  .delivery-contact__btn {
    grid-column: 2;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .delivery-contact {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 15px;
    padding: 18px 15px;
  }

  .delivery-contact__icon {
    align-self: start;
  }

  .delivery-contact__icon img {
    width: 42px;
    height: 42px;
  }

  .delivery-contact__text .delivery-contact__lead {
    font-size: 14px;
  }

  .delivery-contact__text p {
    font-size: 13px;
  }

  .delivery-contact__btn {
    grid-column: 1 / 3;
    width: 100%;
    margin-top: 5px;
  }

  .delivery-contact__btn .contact-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .delivery-contact {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .delivery-contact__icon img {
    width: 36px;
    height: 36px;
  }
}


/******************************

  一貫サポート

******************************/

.flow-support-line {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 25px;
  margin-top: 25px;
}

.flow-support-line__line {
  flex: 1;
  height: 1px;
  background: #CA9823;
}

.flow-support-line__content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 18px;
}

.flow-support-line__icon {
  flex-shrink: 0;
}

.flow-support-line__icon img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.flow-support-line__content p {
  margin: 0;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .flow-support-line {
    gap: 20px;
  }

  .flow-support-line__content {
    gap: 14px;
  }
}

@media screen and (max-width: 820px) {
  .flow-support-line {
    gap: 15px;
  }

  .flow-support-line__content {
    flex-shrink: 1;
  }

  .flow-support-line__content p {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .flow-support-line {
    gap: 12px;
  }

  .flow-support-line__line {
    max-width: 40px;
  }

  .flow-support-line__content {
    align-items: flex-start;
    gap: 10px;
  }

  .flow-support-line__icon img {
    width: 36px;
    height: 36px;
  }

  .flow-support-line__content p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .flow-support-line__line {
    display: none;
  }

  .flow-support-line__content {
    width: 100%;
    justify-content: center;
  }
}


/******************************

  スケジュール注意書き

******************************/

.schedule-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 20px 25px;
  background: #f3f6fa;
  box-sizing: border-box;
    width: min(1000px, 100%);
margin: 50px auto;
}

.schedule-note__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #00133b;
  border-radius: 50%;
  color: #00133b;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.schedule-note p {
  margin: 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .schedule-note {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 15px;
  }

  .schedule-note p {
    font-size: 13px;
  }

  .schedule-note__icon {
    margin-top: 1px;
  }
}

.nm_style{
    position: relative;
    left: 0;
    top: -13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    color: #CA9823;
    border-bottom: 2px solid #CA9823;
    font-family: "Times New Roman", "Georgia", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
}

/******************************

  会社サポートリード

******************************/

.company-support-lead {
  width: 100%;
  text-align: center;
}

.company-support-lead p {
    margin: 20px 0;
    color: #00133b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.company-support-lead__arrow {
  display: block;
  width: 30px;
  height: 30px;
  margin: 18px auto 0;
  border-right: 1px solid #CA9823;
  border-bottom: 1px solid #CA9823;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .company-support-lead p {
    font-size: 13px;
  }

  .company-support-lead p br {
    display: none;
  }

  .company-support-lead__arrow {
    margin-top: 15px;
  }
}


/******************************

  会社メッセージ

******************************/

.company-message-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 18px 30px;
  background: #f3f6fa;
  border-radius: 6px;
  box-sizing: border-box;
}

.company-message-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 60px;
  padding-right: 20px;
  border-right: 1px solid #CA9823;
}

.company-message-box__icon img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.company-message-box__text {
  min-width: 0;
}

.company-message-box__text p {
  margin: 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .company-message-box {
    padding: 18px 20px;
  }
}

@media screen and (max-width: 767px) {
  .company-message-box {
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
  }

  .company-message-box__icon {
    width: 46px;
    height: 46px;
    padding-right: 15px;
  }

  .company-message-box__icon img {
    width: 40px;
    height: 40px;
  }

  .company-message-box__text p {
    font-size: 13px;
    line-height: 1.7;
  }
}


/******************************

  物流お問い合わせ

******************************/

.logistics-contact-box {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 18px 24px;
  background: #f3f6fa;
  border-radius: 6px;
  box-sizing: border-box;
}

.logistics-contact-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logistics-contact-box__icon img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.logistics-contact-box__text {
  min-width: 0;
}

.logistics-contact-box__text p {
  margin: 0;
  color: #00133b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.logistics-contact-box__text .logistics-contact-box__lead {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
}

.logistics-contact-box__btn {
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .logistics-contact-box {
    gap: 15px;
    padding: 18px 20px;
  }

  .logistics-contact-box__text .logistics-contact-box__lead {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  .logistics-contact-box {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .logistics-contact-box__btn {
    grid-column: 2;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .logistics-contact-box {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 15px;
  }

  .logistics-contact-box__icon img {
    width: 40px;
    height: 40px;
  }

  .logistics-contact-box__text p {
    font-size: 13px;
  }

  .logistics-contact-box__text .logistics-contact-box__lead {
    font-size: 14px;
  }

  .logistics-contact-box__btn {
    grid-column: 1 / 3;
    width: 100%;
    margin-top: 5px;
  }

  .logistics-contact-box__btn .contact-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}