@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.service_catch {
  box-sizing: border-box;
  min-height: 440px;
  background-image: url(./../img/service/service_map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .service_catch {
    padding: 200px 0;
  }
}
.service_catch .comment {
  width: 85%;
  max-width: 1200px;
  font-size: 24px;
  color: #0b4d88;
  text-align: center;
  font-weight: 700;
  line-height: 42px;
  margin: 0 auto 25px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 960px) {
  .service_catch .comment {
    font-size: 40px;
    margin-bottom: 42px;
  }
}
.service_catch p {
  text-align: center;
  width: 85%;
  max-width: 650px;
  margin: 0 auto;
}

.feature {
  position: relative;
  margin-top: 50px;
  padding: 50px 0 60px;
}
.feature::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
  background-image: url(./../img/service/feature_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.feature::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  background-color: #ffffff;
  opacity: 0.83;
}
.feature__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #063057;
  mix-blend-mode: multiply;
}
.feature__inner::after {
  content: "Feature";
  display: block;
  writing-mode: vertical-rl;
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
  left: -18px;
  color: #0b4d88;
  z-index: -1;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 64px;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  .feature__inner::after {
    font-size: 140px;
    top: 50%;
    left: -38px;
  }
}
.feature__inner h2 {
  text-align: center;
  color: #ffffff;
}
.feature__inner h2 strong {
  color: #ffffff;
}
.feature__flex {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  .feature__flex {
    display: flex;
    justify-content: space-evenly;
  }
}
.feature__flex.en .circle span:last-child {
  font-size: 18px;
  line-height: 28px;
}
.feature__item {
  max-width: 500px;
  margin: 65px auto 80px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .feature__item {
    max-width: 270px;
    margin: 0;
  }
  .feature__item:not(:last-child)::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(./../img/service/cross.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 120px;
    right: -60px;
    transform: translateY(-50%);
  }
}
.feature__item .circle {
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  border: 5px #de8000 solid;
  position: relative;
  z-index: 0;
  margin: 0 auto 50px;
}
.feature__item .circle::before {
  content: "";
  display: block;
  width: 230px;
  height: 230px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature__item .circle span:first-child {
  color: #de8000;
  text-align: center;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  height: 15%;
  margin-bottom: 15px;
}
.feature__item .circle span:last-child {
  color: #0b4d88;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 40px;
  width: 80%;
  text-align: center;
  height: 45%;
}
.feature__item p {
  color: #ffffff;
}

.export {
  position: relative;
  padding-top: 54px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .export {
    padding-top: 175px;
    display: flex;
    justify-content: right;
    gap: 120px;
  }
}
.export::before {
  content: "";
  display: block;
  width: 75%;
  height: 150px;
  position: absolute;
  background-color: #0b4d88;
  opacity: 0.09;
  z-index: -1;
  top: 150px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .export::before {
    width: 40%;
    height: 200px;
    top: 320px;
  }
}
.export__img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 80%;
  max-width: 500px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .export__img {
    position: static;
    margin: 0;
    max-width: none;
    width: 40%;
  }
}
.export__img::after {
  content: "Export";
  display: block;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 64px;
  color: #F2F5F8;
  line-height: normal;
  top: -50px;
  left: -22px;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .export__img::after {
    font-size: 140px;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.export__img img {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1607843137) 0 17px 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.export__content {
  width: 85%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .export__content {
    margin: 0;
    width: 40%;
  }
}

.wholesale {
  position: relative;
  padding-top: 75px;
  padding-bottom: 50px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .wholesale {
    padding-top: 130px;
    display: flex;
    gap: 120px;
  }
}
.wholesale::before {
  content: "";
  display: block;
  width: 50%;
  height: 60px;
  position: absolute;
  background-color: #0b4d88;
  opacity: 0.06;
  z-index: -1;
  bottom: 100px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .wholesale::before {
    width: 20%;
    height: 150px;
    bottom: 200px;
    right: 7%;
  }
}
.wholesale::after {
  content: "Wholesale";
  display: block;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 64px;
  color: #F2F5F8;
  line-height: normal;
  bottom: 0px;
  left: 10%;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .wholesale::after {
    font-size: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wholesale__img {
  display: block;
  margin-left: 0;
  margin-right: auto;
  width: 80%;
  max-width: 500px;
  box-shadow: rgba(0, 0, 0, 0.1607843137) 0 17px 20px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .wholesale__img {
    margin: 0;
    max-width: none;
    width: 40%;
    order: 1;
  }
}
.wholesale__content {
  width: 85%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .wholesale__content {
    margin: 0;
    width: 40%;
    order: 2;
  }
}

.trading {
  margin-top: 110px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .trading {
    margin-top: 150px;
  }
}
.trading h2 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.trading p {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .trading p {
    text-align: center;
  }
}
.trading p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .trading p br {
    display: block;
  }
}
.trading img.pc_img {
  display: none;
}
@media screen and (min-width: 960px) {
  .trading img.pc_img {
    display: block;
    margin: 60px auto 0;
    width: 85%;
    max-width: 1000px;
  }
}
.trading img.sp_img {
  display: block;
  margin: 35px auto 0;
  width: 95%;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .trading img.sp_img {
    display: none;
  }
}/*# sourceMappingURL=service.css.map */