@charset "utf-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.support__top {
  padding-top: clamp(5rem, 3.667rem + 2.78vw, 7rem);
}
.support-top__inner {
  padding: 0 clamp(2.5rem, -7.833rem + 21.53vw, 18rem);
}
.support-top__container {
      display: flex;
    align-items: center;
    column-gap: clamp(1.25rem, -4.833rem + 12.67vw, 10.375rem);
}
.support-top__left {
  width: 45%;
}
.support-top-left__title {
      margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
}
.support-top-left__text {
    margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
}
.support-top__right {
      width: 55%;
    position: relative;
    transform: translateY(-20%);
}
.support-top-right__img {
  width: 70%;
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    object-fit: cover;
    aspect-ratio: 672/583;
}
.support-top-right__img2 {
      width: 48%;
    position: absolute;
    top: 64%;
    right: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    object-fit: cover;
    aspect-ratio: 672/583;
}

.value {
      overflow: hidden;
    padding-top: clamp(12.5rem, 4.167rem + 17.36vw, 25rem);
    padding-bottom: clamp(11.875rem, 3.125rem + 18.23vw, 25rem);
}
.value__inner {
  padding: 0 clamp(2.5rem, -7.833rem + 21.53vw, 18rem);
}
.value__content {
      display: flex;
    column-gap: clamp(2.5rem, -11.583rem + 29.34vw, 23.625rem);
  justify-content: space-between;
}
.value__left {
      font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    min-width: 254px;
    margin-top: 80px;
}
.value__right {
      position: relative;
    z-index: 20;
}
.value__deco {
      position: absolute;
    max-width: unset;
    width: 250%;
    top: 50%;
    transform: translate(50%,-50%);
    right: 36%;
    width: clamp(50rem, 29.167rem + 43.4vw, 81.25rem);
}
.value-right__title {
      position: relative;
    font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    color: #fff;
}
.value-right__title--sp {
      position: relative;
    font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    color: #fff;
  display: none;
}
.value-right__text {
      position: relative;
    margin-top: 40px;
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    color: #Fff;
}
.t-service__scroll {
    white-space: nowrap;
    position: relative;
    z-index: 10;
  margin-bottom: 40px;
}
.t-service-scroll__box {
  display: flex;
    column-gap: 0.5em;
    width: 100%;
    animation: marquee-animation 10s linear infinite;
}
.t-service-scroll__text {
      font-family: "Zen Old Mincho", serif;
    font-size: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem);
    font-weight: 700;
    background: linear-gradient(90deg, rgba(45,97,195,0.4) 0%, rgba(207,37,37,0.3) 50%, rgba(84,94,172,0.4)  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    width: fit-content;
}
@keyframes marquee-animation {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.value__deco2 {
      left: 36%;
    right: unset;
    transform: translate(-50%,-50%);
}
.value__content2 {
  column-gap: clamp(2.5rem, -4.375rem + 14.32vw, 12.813rem);
}

.support__inner {
  padding: 0 clamp(2.5rem, -7.833rem + 21.53vw, 18rem);
}
.support-title__box {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.support__subtitle {
      font-family: "Zen Old Mincho", serif;
    font-weight: 500;
}
.support__title {
      font-size: clamp(1.75rem, 1.25rem + 1.04vw, 2.5rem);
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
}
.support__items {
      margin-top: clamp(2.5rem, -3.542rem + 12.59vw, 11.563rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.support__item {
    display: flex;
        column-gap: clamp(2.5rem, 0.333rem + 4.51vw, 5.75rem);
    align-items: center;
}
.support__item:nth-child(2n) {
      flex-direction: row-reverse;
    padding-left: unset;
}
.support-item__title {
      position: absolute;
    text-align: center;
    font-size: clamp(6.25rem, 2.917rem + 6.94vw, 11.25rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(45,97,195,0.1) 0%, rgba(207,37,37,0.1) 50%, rgba(84,94,172,0.1)  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    width: fit-content;
    top: -14%;
    left: -10%;
  white-space: nowrap;
}
.support-item__title--right {
      left: unset;
    right: 30%;
}
.support-item__left {
  width: 48%;
  position: relative;
}
.support-item-left__title {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.5;
}
.support-item-left__text {
      margin-top: clamp(1.875rem, -0.208rem + 4.34vw, 5rem);
    line-height: 1.7;
    font-weight: 400;
}
.support-item__btn {
      margin-top: 40px;
    margin-left: auto;
}
.support-item__right {
  width: 52%;
}
.support-item__img {
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    object-fit: cover;
    aspect-ratio: 616/534;
}

.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.value-bottom__content {
      margin: 0px clamp(1.25rem, -12.375rem + 28.39vw, 21.688rem) 60px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.16);
    width: 100%;
    padding: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    height: max-content;
  min-width: 280px;
}
.value-bottom__box {
      background-color: #F6F5FA;
    width: 100%;
    box-shadow: inset 7px 7px 30px rgba(0,0,0,0.16);
    padding: clamp(1.25rem, -1.25rem + 5.21vw, 5rem) clamp(1.25rem, -0.247rem + 3.12vw, 3.5rem);
    display: flex;
    column-gap: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
    align-items: center;
}
.value-bottom-box__left {
  width: 30%;
}
.value-bottom-box__img {
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    object-fit: cover;
    aspect-ratio: 360/312;
}
.value-bottom-box__right {
  width: 70%;
}
.value-bottom-box__title1 {
      font-size: clamp(1.375rem, 0.661rem + 1.12vw, 2rem);
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.5;
}
.value-bottom-box__title1--sp {
    font-size: clamp(1.375rem, 0.661rem + 1.12vw, 2rem);
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.5;
  display: none;
}
.value-bottom-box__title2 {
      margin-top: clamp(1rem, 2.08vw, 2.5rem);
    font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
}
.value-bottom-box__text1 {
      margin-top: 16px;
    font-weight: 400;
}
.value-bottom-box__text2 {
      margin-top: 16px;
    font-weight: 400;
}

.center__bg {
  background: linear-gradient(0deg, #EFEFEF, #F6F4FF 40%, #fff);
}

.about__center {
  padding-top: clamp(0rem, -4.167rem + 8.68vw, 6.25rem);
}

.info {
  padding-top: clamp(3.75rem, -1.25rem + 10.42vw, 11.25rem);
}
.info__inner {
  padding: 0 clamp(2.5rem, -15.214rem + 27.68vw, 18rem);
}
.info__title {
      text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(1.75rem, 1.25rem + 1.04vw, 2.5rem);
    font-weight: 700;
}
.info__content {
      margin-top: clamp(3.75rem, -0.417rem + 8.68vw, 10rem);
    display: flex;
  position: relative;
}
.info__left {
  width: 26%;
      height: fit-content;
    position: sticky;
    top: clamp(6.25rem, 3.75rem + 5.21vw, 10rem);
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.info-left__link {
      font-size: 16px;
    transition: all 0.5s;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
}
.info__right {
  width: 74%;
      display: flex;
    flex-direction: column;
    row-gap: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.greeting {
      display: flex;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.greeting__left {
  width: 42%;
}
.greeting__img {
      height: auto;
    aspect-ratio: 410/463;
    object-fit: cover;
}
.greeting__right {
      width: 58%;
    margin-top: clamp(0rem, -1.667rem + 3.47vw, 2.5rem);
}
.greeting__title {
    font-size: clamp(1.375rem, 0.946rem + 0.67vw, 1.75rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    line-height: 1.5;
}
.greeting__title--sp {
      font-size: clamp(1.5rem, 1.333rem + 0.35vw, 1.75rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    line-height: 1.5;
  display: none;
}
.greeting__text {
      margin-top: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    line-height: 1.7;
    font-weight: 400;
}
.greeting__bottom {
      margin-top: clamp(1.5rem, 3.13vw, 3.75rem);
    display: flex;
    column-gap: clamp(0.5rem, -0.167rem + 1.39vw, 1.5rem);
    align-items: center;
    width: fit-content;
    margin-left: auto;
}
.greeting-bottom__left {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
}
.greeting-bottom__right {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
}

.history__item {
      display: flex;
    align-items: flex-start;
    padding-left: 2%;
  position: relative;
}
.history__item:not(:last-child) {
    padding-bottom: clamp(2rem, 0.667rem + 2.78vw, 4rem);
  border-left: 1px solid #C60808;
}
.history-item__left {
      width: 25%;
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
  transform: translateY(-72%);
}
.history-item__right {
      width: 75%;
    font-weight: 400;
    line-height: 1.7;
  position: relative;
}
.history__item::before {
        content: "";
    position: absolute;
    top: 0;
    left: -1%;
    width: clamp(0.75rem, 0.458rem + 0.61vw, 1.188rem);
    height: clamp(0.75rem, 0.458rem + 0.61vw, 1.188rem);
    border-radius: 50%;
    background-color: #C60808;
}
.history__item::after {
        content: "";
    position: absolute;
    top: clamp(0.375rem, 0.25rem + 0.26vw, 0.563rem);
    left: 0;
    width: 24%;
    height: 1px;
    background-color: #C60808;
}

.company {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
}
.company__item {
      display: flex;
    align-items: flex-start;
}
.company-item__left {
      width: 25%;
    font-weight: 400;
}
.company-item__right {
      width: 75%;
    font-weight: 400;
}
.company-item__right a {
      color: #143064;
    transition: all 0.5s;
}
.company-item__right a:hover {
  opacity: 0.5;
}

.is-active {
  /*font-size: clamp(1.125rem, 0.542rem + 1.22vw, 2rem);*/
  transform: scale(1.1);
}

@media (max-width: 1023px) {
  .value-bottom__box {
        flex-direction: column;
    row-gap: 25px;
  }
  .value-bottom-box__left {
    width: 50%;
  }
  .value-bottom-box__right {
    width: 78%;
  }
  
  .greeting__title {
     display: none;
  }
  .greeting__title--sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .support__top {
    padding-top: 32px;
  }
  .support-top__inner {
    padding: 0 clamp(2.5rem, -0.086rem + 10.61vw, 5rem);
  }
  .support-top__container {
        flex-direction: column-reverse;
    row-gap: 84px;
  }
  .support-top__left {
    width: 100%;
  }
  .support-top__right {
    width: 100%;
    transform: unset;
  }
  
  .value {
    padding-top: 80px;
  }
  .value__left {
    margin-top: unset;
  }
  .value-right__title {
    display: none;
  }
  .value-right__title--sp {
    display: block;
    line-height: 1.5;
    text-align: center;
  }
  .value__content {
        flex-direction: column;
    row-gap: 147px;
  }
  .value__deco {
        right: 50%;
  }
  .value__content2 {
    flex-direction: column-reverse;
  }
  .value__deco2 {
    right: unset;
    left: 50%;
  }
  
  .support__item {
        flex-direction: column-reverse;
    row-gap: 80px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .support__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .support-item__title--right {
    right: unset;
    left: -10%;
  }
  .support-item__left,
  .support-item__right {
    width: 100%;
  }

  .value-bottom__box {
    flex-direction: column;
    row-gap: 16px;
  }
  .value-bottom-box__left {
    width: 90%;
  }
  .value-bottom-box__img {
        max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .value-bottom-box__right {
    width: 100%;
  }
  .value-bottom-box__title1 {
     display: none;
  }
  .value-bottom-box__title1--sp {
    display: block;
  }
  .value-bottom-box__title1--sp {
    font-size: clamp(1.25rem, 0.991rem + 1.06vw, 1.5rem);
  }
  
  .info__inner {
    padding: 0 20px;
  }
  .info__left {
    display: none;
  }
  .info__right {
    width: 100%;
  }
  .greeting {
        flex-direction: column;
    row-gap: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .greeting__left {
    width: 100%;
  }
  .greeting__right {
    width: 100%;
  }
  .history__item {
    position: relative;
        flex-direction: column;
    row-gap: 16px;
    padding-left: 16px;
  }
  .history__item:nth-child(1) {
    padding-top: 0;
  }
  .history__item::before {
        content: "";
    position: absolute;
    top: 0;
    left: unset;
    right: clamp(21.438rem, -2.938rem + 100vw, 45rem);
    width: clamp(0.75rem, 0.458rem + 0.61vw, 1.188rem);
    height: clamp(0.75rem, 0.458rem + 0.61vw, 1.188rem);
    border-radius: 50%;
    background-color: #C60808;
  }
  .history-item__left {
    transform: unset;
    width: 100%;
    line-height: 1;
  }
  .history-item__right {
    width: 100%;
  }
  .history__item::after {
    display: none;
  }
  
  .company-item__left {
    width: 30%;
  }
  .company-item__right {
    width: 70%;
  }
}

@media (max-width: 389px) {
  .support-top__inner {
    padding: 0 20px;
  }
  .support-top-left__title {
    font-size: 20px;
  }
  .support-top-left__text {
    font-size: 14px;
  }
  .support__title {
    font-size: 24px;
  }
  
  .value__inner {
    padding: 0 20px;
  }
  .value__content {
    row-gap: 120px;
  }
  
  .support__inner {
    padding: 0 20px;
  }
  .support-item__title,
  .support-item__title--right {
    font-size: 80px;
    left: -5%;
  }
  .support-item-left__title {
    font-size: 22px;
  }
  
  .value-bottom__box {
        padding-left: 32px;
    padding-right: 32px;
  }
  .value-bottom-box__title1--sp {
    font-size: 18px;
  }
  .value-bottom-box__title2 {
    font-size: 16px;
  }
  
  .info__inner {
    padding: 0 clamp(1rem, -0.159rem + 5.8vw, 1.25rem);
  }
  .history__item::before {
    right: clamp(17.563rem, -0.119rem + 88.41vw, 21.375rem);
  }
  .company-item__left,
  .company-item__right {
    font-size: 12px;
  }
  .company-item__left {
    width: 25%;
  }
  .company-item__right {
    width: 75%;
  }
}
