@charset "UTF-8";
/* ==========================================================================//
//
// ネクストジャーニー
//
// ========================================================================== */
/* purpose
---------------------------------------------------------- */
.sec_purpose {
  padding: 50px 0;
}
@media all and (min-width: 751px) {
  .sec_purpose {
    padding: 80px 0 90px;
  }
}
.sec_purpose .content {
  position: relative;
  background-color: #fff;
  padding: 0 20px 40px;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .sec_purpose .content {
    padding: 0 40px 100px;
  }
}
.sec_purpose .content::before {
  position: absolute;
  content: "";
  background-color: #ececec;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .sec_purpose .content::before {
    height: 50px;
  }
}
.sec_purpose .sec_ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  .sec_purpose .sec_ttl {
    margin-bottom: 90px;
  }
}
.sec_purpose .sec_ttl .en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #30a8e8;
  font-size: 48px;
}
@media all and (min-width: 751px) {
  .sec_purpose .sec_ttl .en {
    font-size: 90px;
  }
}
.sec_purpose .sec_ttl .jp {
  font-size: 17px;
  letter-spacing: -0.04em;
}
@media all and (min-width: 751px) {
  .sec_purpose .sec_ttl .jp {
    font-size: 24px;
  }
}
.sec_purpose .copy {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media all and (min-width: 751px) {
  .sec_purpose .copy {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.sec_purpose .copy span {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #30a8e8), color-stop(48%, #0671bd), color-stop(98%, #0054a6));
  background: linear-gradient(90deg, #30a8e8 0, #0671bd 48%, #0054a6 98%);
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 12px;
}
@media all and (min-width: 751px) {
  .sec_purpose .copy span {
    padding: 0 16px;
  }
}
.sec_purpose .text {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_purpose .text {
    font-size: 20px;
  }
}
.sec_purpose .more_btn {
  width: min(413px, 100%);
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .sec_purpose .more_btn {
    margin-top: 60px;
  }
}
.sec_purpose .more_btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 13px;
  padding: 10px 10px 12px;
}
@media all and (min-width: 751px) {
  .sec_purpose .more_btn a {
    font-size: 14px;
    padding: 22px;
  }
}

/* autoscroll
---------------------------------------------------------- */
.autoscroll_area {
  overflow: hidden;
}
.autoscroll_area .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.autoscroll_area .images img {
  --size: 2680px;
  width: var(--size);
  -webkit-animation: infiniteScroll 46s infinite linear;
          animation: infiniteScroll 46s infinite linear;
}
@media all and (min-width: 751px) {
  .autoscroll_area .images img {
    --size: 4257px;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
  }
}
@-webkit-keyframes infiniteScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(var(--size) * -1));
            transform: translateX(calc(var(--size) * -1));
  }
}
@keyframes infiniteScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(var(--size) * -1));
            transform: translateX(calc(var(--size) * -1));
  }
}

/* 背景
---------------------------------------------------------- */
.sec_background {
  padding: 43px 0 80px;
}
@media all and (min-width: 751px) {
  .sec_background {
    padding: 100px 0 130px;
  }
}
.sec_background .sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
  color: #30a8e8;
  font-size: 24px;
}
@media all and (min-width: 751px) {
  .sec_background .sec_ttl {
    gap: 16px;
    font-size: 26px;
  }
}
.sec_background .sec_ttl::before, .sec_background .sec_ttl::after {
  content: "";
  border: 1px solid #30a8e8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_background .sec_ttl::after {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sec_background .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.04em;
  margin-top: 14px;
}
@media all and (min-width: 751px) {
  .sec_background .text {
    width: min(880px, 100%);
    margin-inline: auto;
    margin-top: 40px;
  }
}

/* 大賀商会のこれから
---------------------------------------------------------- */
.sec_future {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 60px;
}
@media all and (min-width: 751px) {
  .sec_future {
    padding-bottom: 120px;
  }
}
.sec_future::before {
  position: absolute;
  content: "";
  background-color: #ececec;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .sec_future::before {
    height: 50px;
  }
}
.sec_future .sec_ttl {
  color: #30a8e8;
  font-size: 32px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_future .sec_ttl {
    font-size: 60px;
    margin-bottom: 50px;
  }
}
.sec_future .main_img {
  margin-inline: -50px;
}
@media all and (max-width: 750px) {
  .sec_future .main_img {
    overflow-x: auto;
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
@media all and (max-width: 750px) {
  .sec_future .main_img img {
    height: 540px;
    width: auto;
  }
}
.sec_future .phase_list {
  counter-reset: number;
  margin-top: 50px;
}
.sec_future .phase_item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media all and (min-width: 751px) {
  .sec_future .phase_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 76px;
  }
}
.sec_future .phase_item:not(:first-child) {
  counter-increment: number;
}
.sec_future .phase_item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 5px;
  width: 2px;
  height: 100%;
  background-color: #30a8e8;
  z-index: -1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 1.8s ease 0.4s;
  transition: -webkit-transform 1.8s ease 0.4s;
  transition: transform 1.8s ease 0.4s;
  transition: transform 1.8s ease 0.4s, -webkit-transform 1.8s ease 0.4s;
}
@media all and (min-width: 751px) {
  .sec_future .phase_item::before {
    width: 3px;
    left: 84px;
    -webkit-transition: -webkit-transform 1.4s ease 0.4s;
    transition: -webkit-transform 1.4s ease 0.4s;
    transition: transform 1.4s ease 0.4s;
    transition: transform 1.4s ease 0.4s, -webkit-transform 1.4s ease 0.4s;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_future .phase_item::before {
    left: 60px;
  }
}
.sec_future .phase_item.fadeUp::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.sec_future .phase_item.fadeUp:first-child::before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.sec_future .phase_head {
  color: #30a8e8;
}
@media all and (max-width: 750px) {
  .sec_future .phase_head {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media all and (min-width: 751px) {
  .sec_future .phase_head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sec_future .phase_head .current {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #30a8e8;
  padding: 3px 16px 5px 16px;
}
@media all and (min-width: 751px) {
  .sec_future .phase_head .current {
    font-size: 30px;
    border-width: 3px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_future .phase_head .current {
    font-size: 20px;
  }
}
.sec_future .phase_head .number {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 27px;
  background-color: #fff;
}
@media all and (min-width: 751px) {
  .sec_future .phase_head .number {
    font-size: 42px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_future .phase_head .number {
    font-size: 32px;
  }
}
.sec_future .phase_head .number::after {
  content: counter(number, decimal-leading-zero);
  font-size: 1.33em;
  margin-left: 0.2em;
}
.sec_future .phase_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 60px;
  padding-bottom: 50px;
}
@media all and (max-width: 750px) {
  .sec_future .phase_content {
    padding-left: 30px;
  }
}
@media all and (min-width: 751px) {
  .sec_future .phase_content {
    min-height: 200px;
  }
}
.sec_future .phase_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #30a8e8), color-stop(48%, #0671bd), color-stop(98%, #0054a6));
  background: linear-gradient(90deg, #30a8e8 0, #0671bd 48%, #0054a6 98%);
  color: #fff;
  font-size: 22px;
  padding: 0 12px;
}
@media all and (min-width: 751px) {
  .sec_future .phase_ttl {
    font-size: 41px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_future .phase_ttl {
    font-size: 30px;
  }
}
.sec_future .phase_lead {
  font-weight: bold;
  color: #30a8e8;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.04em;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .sec_future .phase_lead {
    margin-top: 25px;
  }
}
.sec_future .phase_img {
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .sec_future .phase_img {
    margin: 70px calc(70% - 50vw) 0 -40px;
  }
}
.sec_future .phase_text {
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 2;
  margin-top: 30px;
}
.sec_future .last_img {
  margin-top: 57px;
}
@media all and (min-width: 751px) {
  .sec_future .last_img {
    margin-top: 100px;
  }
}
.sec_future .more_btn {
  width: min(413px, 100%);
  margin-top: 32px;
}
@media all and (min-width: 751px) {
  .sec_future .more_btn {
    margin-top: 56px;
  }
}
.sec_future .more_btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 13px;
  padding: 10px 10px 12px;
}
@media all and (min-width: 751px) {
  .sec_future .more_btn a {
    font-size: 14px;
    padding: 22px;
  }
}