.section-submain {
  background: #ccc url(/assets/img/service/main.jpg) no-repeat center;
  background-size: cover;
}
.section-regular, .section-charter {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-regular, .section-charter {
    padding: 20px 0;
  }
}
.section-regular__box, .section-charter__box {
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .section-regular__box, .section-charter__box {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-regular__box, .section-charter__box {
    padding: 0;
  }
}
.section-regular__row, .section-charter__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-regular__txt, .section-charter__txt {
  width: 60%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .section-regular__txt, .section-charter__txt {
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-regular__txt, .section-charter__txt {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
}
.section-regular__txt h3, .section-charter__txt h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-regular__txt h3, .section-charter__txt h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .section-regular__txt h3, .section-charter__txt h3 {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.section-regular__img, .section-charter__img {
  width: 40%;
}
.section-regular__img img, .section-charter__img img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .section-regular__img, .section-charter__img {
    width: 100%;
    margin-top: 20px;
  }
}
.section-regular__figure, .section-charter__figure {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-regular__figure, .section-charter__figure {
    margin-top: 20px;
  }
}
.section-regular__figure img, .section-charter__figure img {
  width: 100%;
}
.section-warehouse {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-warehouse {
    padding: 20px 0;
  }
}
.section-warehouse__box {
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .section-warehouse__box {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-warehouse__box {
    padding: 0;
  }
}
.section-warehouse__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-warehouse__img {
  width: 50%;
  margin-top: 20px;
}
.section-warehouse__img img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .section-warehouse__img {
    width: 100%;
    padding: 0 20px;
  }
}
.section-warehouse__txt {
  width: 50%;
  margin-top: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .section-warehouse__txt {
    width: 100%;
    padding: 20px;
  }
}
.section-warehouse__txt h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-warehouse__txt h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .section-warehouse__txt h3 {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.section-warehouse__txt p {
  margin-bottom: 20px;
}
.section-warehouse__figure {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-warehouse__figure {
    margin-top: 20px;
  }
}
.section-warehouse__figure img {
  width: 100%;
}
.section-management {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-management {
    padding: 20px 0;
  }
}
.section-management__box {
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .section-management__box {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-management__box {
    padding: 0;
  }
}
.section-management__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-management__img {
  width: 45%;
}
.section-management__img img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .section-management__img {
    width: 100%;
    margin-top: 20px;
  }
}
.section-management__txt {
  width: 55%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .section-management__txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-management__txt {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.section-flow {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-flow {
    padding: 20px 0;
  }
}
.section-flow__box {
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .section-flow__box {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-flow__box {
    padding: 0;
  }
}
.section-flow__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 3px solid #eeeeee;
  margin-top: 40px;
  padding: 20px;
}
.section-flow__row:first-child {
  margin-top: 0;
}
.section-flow__row:nth-child(2n+1) {
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .section-flow__row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .section-flow__row {
    margin-top: 20px;
  }
  .section-flow__row:first-child {
    margin-top: 20px;
  }
}
.section-flow__row::after {
  content: "";
  position: absolute;
  bottom: -82px;
  left: 50%;
  transform: translateX(-50%);
  border: 40px solid transparent;
  border-top-color: #9e9e9e;
}
@media screen and (max-width: 480px) {
  .section-flow__row::after {
    bottom: -42px;
    border-width: 20px;
  }
}
.section-flow__row:last-child::after {
  display: none;
}
.section-flow__no {
  flex: 0 0 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section-flow__no {
    flex-basis: 30%;
  }
}
.section-flow__no .no {
  border-radius: 90px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .section-flow__no .no {
    width: 60px;
    height: 60px;
  }
}
.section-flow__no .no01, .section-flow__no .no02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .section-flow__no .no01, .section-flow__no .no02 {
    height: 30px;
    font-size: 0.875rem;
  }
}
.section-flow__no .no01 {
  background-color: #1d4066;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .section-flow__no .no01 {
    padding-top: 5px;
  }
}
.section-flow__no .no02 {
  background-color: #4376b5;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .section-flow__no .no02 {
    padding-bottom: 5px;
  }
}
.section-flow__txt {
  flex: 1 1 auto;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .section-flow__txt {
    flex-basis: 70%;
    padding: 0;
  }
}
.section-flow__txt h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #1155a3;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-flow__txt h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .section-flow__txt h3 {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.section-flow__img {
  flex: 0 0 400px;
}
@media screen and (max-width: 768px) {
  .section-flow__img {
    flex-basis: 100%;
  }
}
.section-flow__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-flow__img {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=index.css.map*/