@charset "utf-8";

.top-subTitle {
  font-size: 18px;
  line-height: 1;
  color: #3A7AC2;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .top-subTitle {
    line-height: 2;
  }
}

.top-fv {
  margin-top: 70px;
  margin-bottom: clamp(80px, 12vw, 120px);
}

.top-fv__image {
  display: block;
  margin-bottom: clamp(27px, 3vw, 50px);
}

.top-fv__image img {
  display: block;
  width: calc(100% - 60px);
  height: 560px;
  max-height: 34vw;
  margin: auto;
  object-fit: cover;
  object-position: 50% 20%;
}

.top-fv__message {
  display: inline-block;
  margin: auto;
  font-size: clamp(30px, 3.6vw, 64px);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #D5AF25 0%, #A1D3EB 50%, #103770 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-fv__message br {
  display: none;
}

.top-fv__message--wrapper {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: 0 auto 24px;
  padding-bottom: clamp(16px, 2.4vw, 32px);
  text-align: center;
  border-bottom: 1px solid #999;
}

.top-fv__message--wrapper::before {
  position: absolute;
  content: "";
  left: 62%;
  bottom: -5px;
  width: 9px;
  height: 9px;
  background-color: #3A7AC2;
  border-radius: 50%;
}

.top-fv__logo {
  display: block;
  width: 232px;
  max-width: 12vw;
  margin: 0 auto clamp(60px, 6vw, 120px);
}

@media screen and (max-width: 960px) {
  .top-fv {
    position: relative;
    margin-top: 54px;
  }

  .top-fv__image img {
    width: calc(100% - 30px);
    height: 480px;
    max-height: calc(100dvh - 240px);
    object-position: 50% 40%;
  }

  .top-fv__message {
    line-height: 1.3;
    text-align: left;
  }

  .top-fv__message br {
    display: block;
  }

  .top-fv__message img {
    width: calc(100% - 30px);
    margin: 25px auto 36px;
  }

  .top-fv__message--wrapper {
    width: calc(100% - 160px);
    margin-left: 1rem;
    text-align: left;
  }

  .top-fv__message--wrapper::before {
    left: 64%;
  }

  h1:has(.top-fv__logo) {
    position: absolute;
    right: 1rem;
    bottom: -0.75rem;
    width: 110px;
  }

  .top-fv__logo {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
  }
}

.top-service {
  position: relative;
  margin-top: 50px;
}

.top-service__head {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(33.3333vw - 0.6666rem);
  height: 540px;
  margin: auto;
  padding-top: 75px;
  font-size: clamp(30px, 4vw, 47px);
  font-weight: 300;
  text-align: center;
  background-repeat: no-repeat;
  background-size: calc(33.3333vw - 1rem) auto;
  background-position: bottom 60px center;
}

@media screen and (min-width: 1600px) {
  .top-service__head {
    background-size: 520px auto;
  }
}

@media screen and (max-width: 1199.9px) {
  .top-service__head {
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
    padding-top: 0;
    background-size: auto 300px;
    background-position: bottom center;
  }
}

.top-service__body {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
  max-width: 1600px;
  margin: auto;
}

.top-service__body--item {
  position: relative;
  display: flex;
  align-items: center;
  width: 33.3333%;
  height: 180px;
  margin: -1px 0 0 -1px;
  padding: 0 30px;
  background-color: #FFF;
}

@media screen and (min-width: 1200px) {
  .top-service__body--item.--pc-offset {
    margin-left: calc(33.3333% - 2px);
  }
}

@media screen and (max-width: 960px) {
  .top-service__body--item {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .top-service__body {
    gap: 10px;
  }

  .top-service__body--item {
    width: 100%;
    height: 100px;
    text-align: center;
  }
}

.top-service__body--item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #000;
  pointer-events: none;
}

.top-service__body--item__number {
  position: absolute;
  right: 10px;
  top: 8px;
}

.top-service__body--item__number span {
  display: block;
  font-weight: 700;
}

.top-service__body--item__number span:nth-child(1) {
  font-size: 12px;
  line-height: 2;
}

.top-service__body--item__number span:nth-child(2) {
  font-size: 21px;
  line-height: 1;
  color: #3A7AC2;
  text-align: right;
}

.top-service__body--item__content--sub {
  display: block;
  font-size: 18px;
  line-height: 2;
}

.top-service__body--item__content--main {
  font-size: 27px;
  line-height: 1;
  color: #3A7AC2;
  font-weight: 700;
}

.top-service__body--item__bg {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 1600px) {
  .top-service__body--item {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1400px) {
  .top-service__body--item {
    padding: 0 12px;
  }

  .top-service__body--item__content--sub {
    font-size: 14px;
  }

  .top-service__body--item__content--main {
    font-size: 17px;
  }

  .top-service__body--item__bg {
    right: 12px;
    bottom: 12px;
    transform: scale(0.8);
    transform-origin: right bottom;
  }
}

@media screen and (max-width: 700px) {
  .top-service__body--item__number {
    display: none;
  }

  .top-service__body--item__content {
    width: 100%;
  }

  .top-service__body--item__bg {
    transform: scale(0.6);
  }
}

.top-sales-dx__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1000px;
  margin-top: -90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1200px) {
  .top-sales-dx__wrapper {
    align-items: flex-start;
    height: 1120px;
    margin-top: 50px;
    padding-top: 50px;
    background-position: bottom 4vw center;
  }
}

.top-sales-dx {
  width: calc(100% - 2rem);
  max-width: 1200px;
}

/*
.top-sales-dx__head {
  margin-bottom: clamp(50px, 7.5vw, 80px);
}
*/

.top-sales-dx__head-text {
  margin-bottom: 12px;
  font-size: clamp(16px, 2.4vw, 32px);
  font-weight: 700;
}

.top-sales-dx__head-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: clamp(50px, 7.5vw, 80px);
  padding-top: 12px;
  color: #3A7AC2;
  border-top: 1px solid #252525;
}

.top-sales-dx__head-title h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  font-weight: 700;
}

.top-sales-dx__head-title p {
  margin-left: auto;
  font-size: clamp(16px, 2vw, 27px);
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .top-sales-dx__head-text {
    text-align: center;
  }

  .top-sales-dx__head-title {
    display: grid;
    gap: 60px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .top-sales-dx__head-title p {
    margin-right: auto;
    line-height: 1.25;
  }
}



.top-sales-dx__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.top-sales-dx__main--block {
  padding: 30px 0;
  border: 1px solid #0766F4;
  border-radius: 5px;
  background-color: #FFF;
}

.top-sales-dx__main--block-title {
  margin-bottom: 1rem;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 34px;
  text-align: center;
  color: #3A7AC2;
  font-weight: 700;
}

.top-sales-dx__main--block-list {
  display: flex;
  align-items: center;
  max-width: 300px;
  height: 180px;
  margin: auto;
}

.top-sales-dx__main--block-list ol {
  counter-reset: number;
  list-style: none;
}

.top-sales-dx__main--block-list ul {
  padding-left: 1rem;
}

.top-sales-dx__main--block-list li {
  font-size: 18px;
  line-height: 2;
}

.top-sales-dx__main--block-list ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  color: #3A7AC2;
  margin-right: 0.25rem;
}

.top-sales-dx__main--block-list ul li {
  list-style: disc;
}

.top-sales-dx__main--block-list ul li::marker {
  color: #3A7AC2;
}

@media screen and (max-width: 1200px) {
  .top-sales-dx__main {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .top-sales-dx__main--block-list {
    display: block;
    width: 262px;
    height: auto;
  }

  .top-sales-dx__main--block-list li {
    font-size: 16px;
    line-height: 28px;
  }
}


.top-inside {
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem);
  max-width: 1600px;
  margin: -90px auto 0;
  padding-top: 90px;
}

.top-inside::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background-color: #FFF;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}

.top-inside-title {
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: 0 auto 30px;
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.top-inside-text {
  margin-bottom: 50px;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 2;
  color: #3A7AC2;
  font-weight: 700;
  text-align: center;
}

.top-inside__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  width: calc(100% - 4rem);
  margin: auto;
}

.top-inside__content--block-title {
  padding: 1rem 0;
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  font-weight: 700;
  background-color: #3A7AC2;
  text-align: center;
}

.top-inside__content--block-img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.top-inside__content--block-text {
  min-height: 128px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.top-inside__content--block-list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 430px;
  height: 186px;
  margin: auto;
  padding: 0 1rem;
  background-color: #FFF;
  border: 1px solid #3A7AC2;
  border-radius: 5px;
}

.top-inside__content--block-list ul {
  margin-bottom: 0;
}

.top-inside__content--block-list li {
  font-size: 20px;
  line-height: 2;
  list-style: disc;
}

.top-inside__content--block-list li::marker {
  color: #3A7AC2;
}

.top-inside__aim {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 180px;
  margin-top: -40px;
  margin-bottom: clamp(100px, 10vw, 160px);
  ;
  font-size: clamp(20px, 2.4vw, 34px);
  color: #FFF;
  font-weight: 700;
  background-color: #3A7AC2;
}

@media screen and (max-width: 1600px) {
  .top-inside__content--block-text {
    margin-bottom: 32px;
  }

  .top-inside__content--block-list li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .top-inside {
    margin-top: -80px;
  }

  .top-inside__content {
    width: 100%;
    max-width: 720px;
    grid-template-columns: 1fr;
  }

  .top-inside__content--block-text {
    min-height: auto;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
  }

  .top-inside__content--block-list {
    height: auto;
    padding: 30px 0;
  }

  .top-inside__content--block-list li {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 960px) {
  .top-inside {
    padding-top: 30px;
  }

  .top-inside-title {
    line-height: 1.7;
  }

  .top-inside__aim {
    height: 200px;
    line-height: 1.7;
  }
}

.top-flow {
  margin: clamp(50px, 6vw, 90px) 0 0;
}

.top-flow-title {
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #252525;
}

.top-flow-text {
  margin-bottom: 50px;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 2;
  color: #3A7AC2;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .top-flow-title {
    line-height: 1.7;
  }
}

.top-flow__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: calc(100% - 2rem);
  max-width: 1600px;
  margin: auto;
}

.top-flow__content--item {
  width: calc(16.6666% - 25px);
}

.top-flow__content--item__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2rem);
  max-width: 192px;
  margin: auto;
  aspect-ratio: 1;
  background-color: rgba(58, 122, 194, 0.12);
  border-radius: 50%;
}

.top-flow__content--item:not(:last-child) .top-flow__content--item__head::before {
  position: absolute;
  content: "";
  right: -64px;
  top: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  margin: auto;
  background-color: #3A7AC2;
}

.top-flow__content--item:not(:last-child) .top-flow__content--item__head::after {
  position: absolute;
  content: "";
  right: -64px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #3A7AC2;
  border-right: 2px solid #3A7AC2;
  transform-origin: center;
  transform: rotate(45deg)
}

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

  .top-flow__content--item:not(:last-child) .top-flow__content--item__head::before,
  .top-flow__content--item:not(:last-child) .top-flow__content--item__head::after {
    right: -54px;
  }
}

@media screen and (max-width: 1200px) {
  .top-flow__content--item {
    width: 220px;
  }

  .top-flow__content--item:nth-child(3) {
    margin-right: calc(100% - 720px);
  }

  .top-flow__content--item:nth-child(4) {
    margin-left: auto;
  }

  .top-flow__content--item:first-child .top-flow__content--item__head::before,
  .top-flow__content--item:first-child .top-flow__content--item__head::after {
    display: none;
  }

  .top-flow__content--item:not(:first-child) .top-flow__content--item__head::before {
    position: absolute;
    content: "";
    left: -252px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    margin: auto;
    background-color: #3A7AC2;
  }

  .top-flow__content--item:not(:first-child) .top-flow__content--item__head::after {
    left: -222px;
    right: 0;
  }

  .top-flow__content--item:last-child .top-flow__content--item__head::before {
    position: absolute;
    content: "";
    left: -252px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    margin: auto;
    background-color: #3A7AC2;
  }

  .top-flow__content--item:last-child .top-flow__content--item__head::after {
    position: absolute;
    content: "";
    left: -222px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #3A7AC2;
    border-right: 2px solid #3A7AC2;
    transform-origin: center;
    transform: rotate(45deg)
  }
}

@media screen and (max-width: 800px) {
  .top-flow__content {
    gap: 80px;
    width: calc(100% - 2rem);
    max-width: 240px;
    padding-right: 0;
  }

  .top-flow__content--item {
    width: 100%;
  }

  .top-flow__content--item:nth-child(3) {
    margin-right: 0;
  }

  .top-flow__content--item:nth-child(4) {
    margin-left: 0;
  }

  .top-flow__content--item:first-child .top-flow__content--item__head::before {
    display: none;
  }

  .top-flow__content--item:not(:first-child) .top-flow__content--item__head::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -64px;
    bottom: auto;
    width: 2px;
    height: 45px;
    margin: auto;
    background-color: #3A7AC2;
  }

  .top-flow__content--item:first-child .top-flow__content--item__head::after {
    display: none;
  }

  .top-flow__content--item:not(:first-child) .top-flow__content--item__head::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -30px;
    bottom: auto;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: none;
    border-bottom: 2px solid #3A7AC2;
    border-right: 2px solid #3A7AC2;
    transform-origin: center;
    transform: rotate(45deg)
  }
}

.top-flow__content--item__head img {
  transform-origin: center;
  transform: scale(0.8);
}

.top-flow__content--item__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 68px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  color: #3A7AC2;
  text-align: center;
}

.top-flow__content--item__list {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
  padding-left: 1rem;
}

.top-flow__content--item__list li {
  list-style: disc;
}

.top-flow__content--item__list li strong {
  color: #3A7AC2;
  font-weight: 400;
}

.top-button {
  margin-top: 40px !important;
}


.about-profile {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  max-width: 860px;
  margin: 50px auto 0;
}

.about-profile dt {
  width: 160px;
  padding: 26px 20px;
  line-height: 1;
  background-color: #ebf1f9;
  border-top: 1px solid #bbb;

  &:last-of-type {
    border-bottom: 1px solid #bbb;
  }
}

.about-profile dd {
  position: relative;
  width: calc(100% - 200px);
  padding: 20px 40px;
  font-size: 14px;
  line-height: 2;
  border-top: 1px solid #bbb;

  &:last-of-type {
    border-bottom: 1px solid #bbb;
  }
}

.about-profile dd ul {
  list-style: none;
  padding-left: 0;
}

.about-profile dd ul li {
  position: relative;
  padding-left: 20px;

  &:not(:last-child) {
    margin-bottom: 8px;
  }

  &::before {
    position: absolute;
    content: '◆';
    left: 0;
  }
}

.about-profile__flexbox {
  display: flex;
  gap: 24px;
}

.about-profile__flexbox--image {
  width: auto;
  height: 120px;
}

.about-profile__flexbox--content {
  line-height: 1.8;
}

.about-profile__flexbox--content ul li {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 960.1px) {
  .about-profile dd blockquote {
    position: absolute;
    right: 40px;
    bottom: 20px;
    font-size: 0.6em;
  }
}

@media screen and (max-width: 960px) {
  .about-profile__flexbox {
    display: grid;
    gap: 18px;
  }

  .about-profile dt {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    padding: 15px 8px;

    &:last-of-type {
      border-bottom: none;
    }
  }

  .about-profile dd {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 23px;
  }

  /*
  .about-profile dd .hs-responsive-embed-wrapper {
    display: none !important;
  }
    */
}

.about-profile .hs-responsive-embed {
  max-width: 100% !important;
  min-width: none !important;
}

.about-profile iframe {
  width: 100% !important;
  margin-top: 12px;
  filter: grayscale(1);
}

.about-profile a {
  color: #3a7ac2;
  text-decoration: underline;
}

.about-profile a:hover {
  opacity: 0.7;
}


.top-buttonLink__wrapper {
  display: flex;
  gap: 30px;
  max-width: 534px;
  margin: 0 auto clamp(100px, 10vw, 160px);
}

.top-buttonLink__wrapper.--center {
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .top-buttonLink__wrapper {
    display: grid;
    gap: 30px;
    justify-content: center;
  }

  .top-buttonLink__wrapper .top-buttonLink:last-child {
    margin-top: 0;
  }
}

.top-buttonLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 45px;
  margin: 50px auto 0;
  background-color: #0766f4;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  transition: all .3s;
  cursor: pointer;
}

.top-buttonLink.--bigger {
  height: 150px;
}

.top-buttonLink.mt-0 {
  margin-top: 0;
}

.top-buttonLink.--long {
  width: 330px;
}

@media screen and (min-width: 960.1px) {
  .top-buttonLink.--box {
    width: 252px;
    margin-left: 0;
  }
}

.top-buttonLink span {
  position: relative;
  padding-right: 40px;
}

.top-buttonLink span::before {
  position: absolute;
  content: '→';
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: auto;
  font-size: 24px;
  font-weight: 400;
}

.top-buttonLink:hover {
  background-color: #006cca;
}
