.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-title__en {
  height: 66px;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .section-title__en {
    height: 40px;
  }
}
.section-title__jp {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .section-title__jp {
    font-size: 24px;
  }
}

.main-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.bg-area {
  position: relative;
}
.bg-area::after {
  content: "";
  z-index: -1;
  height: auto;
  width: 100%;
  aspect-ratio: 1178/1215;
  position: absolute;
  bottom: 120%;
  left: 0;
  background: url(../../../images/deliver/first_time_users/cen-bg.png) no-repeat;
  background-size: cover;
}
.flow {
  padding-top: 220px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 100px;
  }
}
.flow::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 67.2%;
  aspect-ratio: 1008/939;
  position: absolute;
  top: -217px;
  right: -15.2%;
  background: url(../../../images/deliver/first_time_users/focus-circle-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .flow::before {
    top: -100px;
    right: -60px;
  }
}
.flow::after {
  content: "";
  z-index: -1;
  height: auto;
  width: 67.2%;
  aspect-ratio: 1178/1215;
  position: absolute;
  top: 25%;
  left: 0;
  background: url(../../../images/deliver/first_time_users/cen-bg.png) no-repeat;
  background-size: cover;
}
.flow__container {
  margin-top: 60px;
  border-radius: 6px;
  background: #f2f6f5;
  padding: 60px 70px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .flow__container {
    margin-top: 50px;
    padding: 80px 15px 30px;
  }
}
.flow__first-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1240px) {
  .flow__first-text {
    font-size: 16px;
  }
}
.flow__big {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #102399;
  height: auto;
  width: 135px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  font-size: 22px;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  .flow__big {
    font-size: 16px;
    width: 100px;
    left: -30px;
    bottom: 70px;
  }
}
.flow__big span {
  line-height: 0.75;
  font-size: 33px;
}
@media screen and (max-width: 1240px) {
  .flow__big span {
    font-size: 20px;
  }
}
.flow__first-title {
  text-align: center;
  background: #fff;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 900;
  position: relative;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.flow__first-title::after {
  content: "";
}
@media screen and (max-width: 1240px) {
  .flow__first-title {
    height: 60px;
    padding: 0 15px;
    font-size: 16px;
  }
}
.flow__first-title .sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .flow__first-title .sp-b {
    display: block !important;
  }
}
.flow__num {
  text-align: left;
  height: auto;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 9999px;
  background: #102399;
  color: #fff;
  display: flex;
  font-size: 23px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .flow__num {
    width: 32px;
    font-size: 16px;
  }
}
.flow__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 75px;
  min-width: 960px;
}
@media screen and (max-width: 768px) {
  .flow__flex {
    min-width: 760px;
    margin-top: 60px;
    gap: 20px;
  }
}
.flow__flex-wrapper {
  overflow-x: auto;
}
.flow__left, .flow__right {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media screen and (max-width: 768px) {
  .flow__left, .flow__right {
    gap: 60px;
  }
}
.flow__item {
  padding: 30px 35px 20px;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__item {
    padding: 25px 20px 20px;
  }
}
.flow__item::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../images/deliver/first_time_users/under-arrow.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 45px;
  aspect-ratio: 45/56;
  top: 0;
  left: 50%;
  translate: -50% calc(-100% - 10px);
}
@media screen and (max-width: 768px) {
  .flow__item::before {
    width: 36px;
  }
}
.flow__item .button__arrow.under {
  rotate: 45deg;
  margin-top: -5px;
}
.flow__item-topNum {
  top: 30px;
  left: 30px;
  height: auto;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 9999px;
  color: #fff;
  background: #102399;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .flow__item-topNum {
    top: 20px;
    left: 20px;
    width: 32px;
    font-size: 18px;
  }
}
.flow__item.mt {
  padding: 45px 35px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .flow__item.mt {
    padding: 30px 15px 15px;
  }
}
.flow__item.mt::before {
  translate: -50% calc(-100% - 35px);
}
.flow__item-tel {
  margin-top: 15px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__item-tel {
    margin-top: 10px;
    font-size: 24px;
  }
}
.flow__item-lis {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow__item-lis {
    margin-bottom: 20px;
  }
}
.flow__item-ite {
  border: solid 3px #e1ebe8;
  border-radius: 3px;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow__item-ite {
    padding: 15px 10px;
  }
}
.flow__item-ite:not(:last-child) {
  position: relative;
  margin-bottom: 30px;
}
.flow__item-ite:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #e1ebe8;
  translate: -50% 100%;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 33px;
  height: auto;
  aspect-ratio: 33/16;
}
.flow__item-ite-title {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 8px 15px;
  color: #2f97a0;
  border: solid 2px #2f97a0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  white-space: nowrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .flow__item-ite-title {
    font-size: 16px;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
}
.flow__item-ite-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow__item-ite-text {
    font-size: 14px;
  }
}
.flow__item-ite-right img.img1 {
  width: 123px;
}
.flow__item-ite-right img.img2 {
  width: 160px;
}
.flow__item-ite-right img.img3 {
  width: 123px;
}
.flow__item-ite-right img.img4 {
  width: 77px;
  margin-right: 20px;
}
.flow__item-normal {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__item-normal {
    font-size: 14px;
  }
}
.flow__item-normal.mt {
  margin-top: 5px;
  line-height: 1.5;
}
.flow__item-normal b {
  font-size: 22px;
  line-height: 1.2727272727;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .flow__item-normal b {
    font-size: 18px;
  }
}
.flow__item-normal i {
  display: inline-block;
  margin-left: 5px;
  font-style: normal;
  font-size: 14px;
}
.flow__item-normal i.block {
  margin-top: 5px;
  margin-left: 0;
  display: block;
}
.flow__item-normal span {
  font-size: 27px;
  line-height: 1.1851851852;
  letter-spacing: 0.025em;
  font-weight: 900;
  color: #2f97a0;
}
@media screen and (max-width: 768px) {
  .flow__item-normal span {
    font-size: 20px;
  }
}
.flow__item-normal span.green {
  color: #64a02f;
}
.flow__item-main-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow__item-main-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.flow__item-gre {
  color: #2f97a0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .flow__item-gre {
    font-size: 20px;
  }
}
.flow__item-title {
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  translate: -50% -50%;
  color: #fff;
  border-radius: 6px;
  border: solid 3px #fff;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #2f97a0;
}
@media screen and (max-width: 768px) {
  .flow__item-title {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.flow__item-title--green {
  background: #64a02f;
}
.flow__item-line {
  border-top: solid 1px #000;
  margin-bottom: 15px;
}
.flow__item-f {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__item-f {
    font-size: 16px;
  }
}
.flow__item .button__item {
  margin-top: 15px;
  margin-bottom: 25px;
}
.flow__item-f2 {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__item-f2 {
    font-size: 16px;
  }
}
.flow__item-f2 span {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow__item-f2 span {
    font-size: 20px;
  }
}
.flow__item-f2 i {
  font-style: normal;
  color: #2f97a0;
}
.flow__item-bring {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  border: solid 3px #e1ebe8;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .flow__item-bring {
    margin-top: 15px;
    padding: 20px 15px;
  }
}
.flow__item-bring-right img {
  width: 58px;
}
.flow__item-bring-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flow__item-bring-title {
    font-size: 16px;
  }
}
.flow__item-bring-title span {
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow__item-bring-title span {
    font-size: 20px;
  }
}
.flow__item-bring-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow__item-bring-text {
    font-size: 14px;
  }
}
.flow__item-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow__item-text {
    font-size: 14px;
  }
}
.flow__item-text span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.flow__item-text span:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flow__item-text span:not(:last-child) {
    margin-bottom: 5px;
  }
}
.flow__item-text a {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--c_black);
  transition: opacity 0.3s;
}
@media (hover) {
  .flow__item-text a:hover {
    opacity: 0.7;
  }
}
.flow__item-import {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__item-import {
    font-size: 18px;
  }
}
.flow__item-import-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow__item-import-list {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.flow__item-import-item {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #2f97a0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__item-import-item {
    font-size: 16px;
  }
}
.flow__item-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.flow__item-icon--track {
  width: 120px;
}
.flow__item-icon--gomi {
  width: 85px;
}
.flow__item-icon--pet {
  width: 107px;
}
.flow__item-icon--tel {
  width: 79px;
}
.flow__item-icon--document {
  width: 68px;
}
.flow__item-sub-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow__item-sub-title {
    font-size: 18px;
  }
}
.flow__item-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.flow__item-annotation {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.differences {
  padding: 150px 0 170px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .differences {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.differences::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 100%;
  aspect-ratio: 1500/2068;
  position: absolute;
  top: -60%;
  left: 0;
  background: url(../../../images/deliver/first_time_users/dif-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .differences::before {
    top: -100px;
    right: -60px;
  }
}
.differences__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  background: #f1f5f4;
  width: 500px;
  height: 140px;
  border-radius: 6px;
  margin: 100px auto 0;
  padding-right: 20px;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .differences__button {
    margin-top: 50px;
    height: 100px;
    gap: 20px;
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    justify-content: center;
  }
}
@media (hover) {
  .differences__button:hover {
    background: var(--c_blue);
  }
  .differences__button:hover .arrow {
    border-color: var(--c_white);
  }
  .differences__button:hover .differences__btn-img {
    background: var(--c_white);
  }
  .differences__button:hover .differences__btn-txt {
    color: var(--c_white);
  }
}
.differences__button img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .differences__button img {
    width: 40px;
  }
}
.differences__button .arrow {
  transition: translate 0.3s;
  position: relative;
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  rotate: -45deg;
  transform-origin: center center;
  border-right: 4px solid;
  border-bottom: 4px solid;
  transition: border-color 0.3s;
  border-color: var(--c_blue);
}
.differences__imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 50px;
}
@media screen and (max-width: 768px) {
  .differences__imgs {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.differences__imgs img {
  width: 100%;
  border-radius: 6px;
}
.differences__imgs p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .differences__imgs p {
    font-size: 14px;
  }
}
.differences__btn-img {
  width: 60px;
  height: 68px;
  aspect-ratio: 60/68;
  display: inline-block;
  -webkit-mask-image: url(../../../images/common/icon_manifest.svg);
          mask-image: url(../../../images/common/icon_manifest.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--c_black);
  transition: background 0.3s;
}
.differences__btn-txt {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .differences__btn-txt {
    font-size: 20px;
  }
}
.differences__sub-title {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .differences__sub-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.differences__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .differences__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.differences__wraps {
  margin-top: 45px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .differences__wraps {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 30px;
  }
}
.differences__wrap {
  display: flex;
  gap: 75px;
}
@media screen and (max-width: 768px) {
  .differences__wrap {
    gap: 30px;
  }
}
.differences__wrap-left {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .differences__wrap-left {
    max-width: 100%;
    gap: 15px;
  }
}
.differences__wrap-title {
  text-align: center;
  white-space: nowrap;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .differences__wrap-title {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.differences__wrap-box {
  margin-top: 5px;
}
.differences__wrap-img {
  margin: 0 auto;
  display: block;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .differences__wrap-img {
    width: 60px;
  }
}
.differences__wrap-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .differences__wrap-text {
    font-size: 14px;
  }
}
.differences__wrap-text span {
  line-height: 1;
  display: inline-block;
  padding: 6px 8px;
  background: #e1ebe8;
  border-radius: 6px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .differences__wrap-text span {
    line-height: 1.6;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px 6px;
    font-size: 14px;
  }
}

.scroll-hint-icon {
  top: 30px;
}
/*# sourceMappingURL=style.css.map */
