@charset "UTF-8";
.two-column-sticky {
  padding-top: 40px;
  /* 1238px未満で右はみ出しを防止（2カラム→1カラム） */
}
.two-column-sticky .two-column-sticky__container {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 478px minmax(0, 1fr);
  grid-column-gap: 40px;
  margin-top: 40px;
}
.two-column-sticky .two-column-sticky__heading {
  grid-column: 1/2;
  position: sticky;
  top: 80px;
  align-self: start;
  z-index: 1;
  padding-top: 40px;
  margin-bottom: 160px;
}
.two-column-sticky .two-column-sticky__title {
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  margin: 0 0 24px;
  color: #333;
  letter-spacing: 0;
}
.two-column-sticky .two-column-sticky__subtitle {
  color: #A6A9AB;
  font-size: 11px;
  font-weight: 400;
  line-height: 120%;
}
.two-column-sticky .two-column-sticky__item {
  grid-column: 2/3;
  padding: 80px 0 40px;
  border-top: 1px solid var(--A6A9AB, #A6A9AB);
  margin-top: 40px;
}
.two-column-sticky .two-column-sticky__item:first-child {
  margin-top: 40px;
}
.two-column-sticky .two-column-sticky__item:last-child {
  padding-bottom: 80px;
}
.two-column-sticky .two-column-sticky__item-header {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: start;
  column-gap: 32px;
  margin-bottom: 40px;
  align-items: center;
  position: relative;
}
.two-column-sticky .two-column-sticky__badge {
  width: 60px;
  height: 60px;
  transform: rotate(-24deg);
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-column-sticky .two-column-sticky__badge span {
  transform: rotate(24deg);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #A6A9AB;
  letter-spacing: 0;
  display: inline-block;
}
.two-column-sticky .two-column-sticky__heading-text {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: normal;
}
.two-column-sticky .two-column-sticky__image {
  width: 100%;
  max-width: 592px;
  height: 415px;
  margin: 0 0 48px auto;
  padding-right: 16px;
  box-sizing: content-box;
}
.two-column-sticky .two-column-sticky__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.two-column-sticky .two-column-sticky__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin-top: 0;
  max-width: 592px;
  margin-left: 112px;
  max-width: 592px;
  width: 100%;
  letter-spacing: normal;
}
.two-column-sticky .two-column-sticky__text p {
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .two-column-sticky .two-column-sticky__image {
    width: 100%;
    max-width: 592px;
    height: auto;
    aspect-ratio: 592/415;
  }
  .two-column-sticky .two-column-sticky__text {
    width: calc(100% - 16px);
    max-width: 592px;
  }
}
@media (max-width: 1238px) {
  .two-column-sticky .two-column-sticky__container {
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 0;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .two-column-sticky .two-column-sticky__heading {
    grid-column: 1/-1;
    position: static; /* モバイルではsticky解除で重なり回避 */
  }
  .two-column-sticky .two-column-sticky__item {
    grid-column: 1/-1;
    padding: 40px 0;
  }
  .two-column-sticky .two-column-sticky__image {
    margin: 0 auto 32px;
    padding-right: 0;
  }
  .two-column-sticky .two-column-sticky__text {
    margin-left: 0;
    padding-right: 0;
    max-width: none;
    width: 100%;
  }
}
.two-column-sticky .two-column-sticky__cta-item {
  margin-top: 48px;
  padding-right: 16px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.two-column-sticky .btn.btn--filled {
  max-width: 228px;
  width: 100%;
}
.two-column-sticky .tcs-button {
  width: 100%;
  max-width: 410px;
  height: 54px;
  padding: 11px 20px;
  border-radius: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}
.two-column-sticky .tcs-button:hover, .two-column-sticky .tcs-button.js-hover-active {
  background: rgb(51, 51, 51);
}
.two-column-sticky .tcs-button__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.two-column-sticky .tcs-button__arrow {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: transform 0.5s ease;
}
.two-column-sticky .tcs-button__arrow img {
  width: 11px;
  height: 7px;
  transition: transform 0.5s ease;
}
.two-column-sticky .tcs-button:hover .tcs-button__arrow,
.two-column-sticky .tcs-button.js-hover-active .tcs-button__arrow {
  animation: rotateBackground 0.5s ease forwards;
}
.two-column-sticky .tcs-button:hover .tcs-button__arrow img,
.two-column-sticky .tcs-button.js-hover-active .tcs-button__arrow img {
  animation: keepArrowHorizontal 0.5s ease forwards, arrowFlyHorizontal 0.6s ease-in-out;
  animation-delay: 0s, 0.2s;
}
.two-column-sticky .tcs-button--tilted .tcs-button__arrow img {
  transform: rotate(-45deg);
}
.two-column-sticky .tcs-button--tilted:hover .tcs-button__arrow, .two-column-sticky .tcs-button--tilted.js-hover-active .tcs-button__arrow {
  animation: rotateBackgroundTilted 0.5s ease forwards;
}
.two-column-sticky .tcs-button--tilted:hover .tcs-button__arrow img, .two-column-sticky .tcs-button--tilted.js-hover-active .tcs-button__arrow img {
  animation: keepArrowTilted 0.5s ease forwards, arrowFlyTilted 0.6s ease-in-out;
  animation-delay: 0s, 0.2s;
}
@media (max-width: 960px) {
  .two-column-sticky .two-column-sticky__container {
    margin-top: 16px;
  }
  .two-column-sticky .two-column-sticky__heading {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .two-column-sticky .two-column-sticky__title {
    font-size: 28px;
    margin: 0 0 16px;
  }
  .two-column-sticky .two-column-sticky__subtitle {
    letter-spacing: 0;
  }
  .two-column-sticky .two-column-sticky__item {
    margin-top: 0;
  }
  .two-column-sticky .two-column-sticky__item-header {
    grid-template-columns: 42px 1fr;
    column-gap: 16px;
    margin-bottom: 32px;
    align-items: start;
  }
  .two-column-sticky .two-column-sticky__badge {
    width: 28px;
    height: 28px;
    margin: 0 auto;
  }
  .two-column-sticky .two-column-sticky__badge span {
    font-size: 14px;
  }
  .two-column-sticky .two-column-sticky__heading-text {
    font-size: 20px;
    padding-right: 16px;
    text-align: justify;
  }
  .two-column-sticky .two-column-sticky__text {
    font-size: 15px;
    padding: 0 16px;
    text-align: justify;
  }
  .two-column-sticky .two-column-sticky__text p {
    line-height: 1.8;
  }
  .two-column-sticky .two-column-sticky__cta-item {
    margin-top: 32px;
    padding-right: 0;
  }
  .two-column-sticky .btn.btn--filled {
    max-width: 180px;
  }
  .two-column-sticky .two-column-sticky__image img {
    padding: 0 16px;
  }
}

@keyframes rotateBackground {
  to {
    transform: rotate(-24deg);
  }
}
@keyframes rotateBackgroundTilted {
  to {
    transform: rotate(-24deg);
  }
}
@keyframes keepArrowHorizontal {
  to {
    transform: rotate(24deg);
  }
}
@keyframes keepArrowTilted {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(-21deg);
  }
}
@keyframes arrowFlyHorizontal {
  0% {
    transform: rotate(24deg) translateX(0);
    opacity: 1;
  }
  30% {
    transform: rotate(24deg) translateX(15px);
    opacity: 0;
  }
  35% {
    transform: rotate(24deg) translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: rotate(24deg) translateX(0);
    opacity: 1;
  }
}
@keyframes arrowFlyTilted {
  0% {
    transform: rotate(-21deg) translateX(0);
    opacity: 1;
  }
  30% {
    transform: rotate(-21deg) translateX(15px);
    opacity: 0;
  }
  35% {
    transform: rotate(-21deg) translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: rotate(-21deg) translateX(0);
    opacity: 1;
  }
}