@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.main {
  overflow: hidden;
}

.secTopMv {
  background: linear-gradient(180deg, #56B8E8 0%, rgba(86, 184, 232, 0) 100%);
}

.secTopMv__inner {
  padding-bottom: 4.375vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__inner {
    padding-bottom: 0;
  }
}

.secTopMv__slide .swiper {
  height: 50vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper {
    height: 53rem;
  }
}
.secTopMv__slide .swiper-container {
  padding-bottom: 5.5555555556vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper-container {
    padding-left: 12rem;
    padding-bottom: 6rem;
  }
}
.secTopMv__slide .swiper-slide {
  width: 60.0694444444vw;
  margin: 0 -8.3333333333vw;
  transition: all 1s;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper-slide {
    width: 32.6rem;
    margin: 0;
  }
}
.secTopMv__slide .swiper-slide img {
  border-radius: 2.9861111111vw;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper-slide img {
    border-radius: 2rem;
  }
}
.secTopMv__slide .swiper-slide video {
  border-radius: 2.9861111111vw;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper-slide video {
    border-radius: 2rem;
  }
}
.secTopMv__slide .swiper-slide-prev {
  transform: rotate(-20deg);
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper-slide-prev {
    margin-top: 6rem;
  }
}
.secTopMv__slide .swiper-slide-active {
  margin-top: 5.5555555556vw;
  transform: rotate(-10deg);
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper-slide-active {
    margin-top: 8rem;
    transform: rotate(-10deg) translateX(-6rem);
  }
}
.secTopMv__slide .swiper-slide-next {
  margin-top: 8.3333333333vw;
  transform: rotate(-5deg);
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper-slide-next {
    margin-top: 10rem;
    transform: rotate(-5deg) translateX(-10rem);
  }
}
.secTopMv__slide .secTopMv__slideColumn {
  position: absolute;
  z-index: 10;
  left: 5.7638888889vw;
  bottom: 3.4722222222vw;
  gap: 0 1.3888888889vw;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .secTopMv__slideColumn {
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 0;
    gap: 0 2.4rem;
  }
}
.secTopMv__slide .swiper-pagination {
  position: static;
  display: flex;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper-pagination {
    gap: 2.4rem;
    justify-content: center;
  }
}
.secTopMv__slide .swiper-pagination-bullet {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #89AEE1;
  border: 0.1rem solid #89AEE1;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
  }
}
.secTopMv__slide .swiper-pagination-bullet-active {
  background-color: transparent;
}
.secTopMv__slide .swiper__button {
  cursor: pointer;
  color: #89AEE1;
  font-size: 0.8333333333vw;
}
.secTopMv__slide .swiper__button.is-pause {
  width: 1.25vw;
  height: 1.3888888889vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper__button.is-pause {
    width: 1.5rem;
    height: 1.7rem;
  }
}
.secTopMv__slide .swiper__button.is-pause::before, .secTopMv__slide .swiper__button.is-pause::after {
  content: "";
  display: block;
  width: 0.4166666667vw;
  height: 1.3888888889vw;
  background-color: #89AEE1;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper__button.is-pause::before, .secTopMv__slide .swiper__button.is-pause::after {
    width: 0.5rem;
    height: 1.7rem;
  }
}
.secTopMv__slide .swiper__button.is-play {
  display: none;
  width: 1.25vw;
  height: 1.3888888889vw;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper__button.is-play {
    width: 1.5rem;
    height: 1.7rem;
  }
}
.secTopMv__slide .swiper__button.is-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5555555556vw solid transparent;
  border-bottom: 0.5555555556vw solid transparent;
  border-left: 1.25vw solid #89AEE1;
  border-right: 0;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide .swiper__button.is-play::before {
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 1.8rem solid #89AEE1;
  }
}
.secTopMv__slide .swiper__control.is-paused .is-pause {
  display: none;
}
.secTopMv__slide .swiper__control.is-paused .is-play {
  display: flex;
}

.secTopMv__content {
  padding-left: 5.5555555556vw;
  padding-right: 5.5555555556vw;
  z-index: 10;
  position: relative;
  pointer-events: none;
}
.secTopMv__content * {
  pointer-events: all;
}
@media screen and (max-width: 750px) {
  .secTopMv__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.secTopMv__package {
  margin-top: -21.1111111111vw;
  width: 38.125vw;
  margin-left: auto;
  margin-right: -1.25vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__package {
    width: 29.6rem;
    margin: -26rem auto 0;
    transform: translateX(0.4rem);
  }
}

.secTopMv__column {
  margin-top: -10.2083333333vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__column {
    margin-top: 10.5rem;
  }
}

.columnTopMv {
  gap: 0 6.875vw;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .columnTopMv {
    gap: 6rem 0;
    flex-direction: column;
    align-items: center;
  }
}

.columnTopMv__title {
  color: #004979;
  font-family: "M PLUS 1";
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 75.6px */
  letter-spacing: 0.216rem;
}
@media screen and (max-width: 750px) {
  .columnTopMv__title {
    font-size: 3.6rem;
    letter-spacing: 0.18rem;
    margin-right: -1rem;
  }
}

.columnTopMv__lead {
  margin-top: 6.25vw;
  color: #0B0308;
  font-family: "Noto Sans";
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9; /* 38px */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .columnTopMv__lead {
    margin-top: 4rem;
    text-align: justify;
    font-size: 1.8rem;
    line-height: 1.7; /* 30.6px */
    letter-spacing: 0.09rem;
  }
}

.listTopMv {
  gap: 0 1.4583333333vw;
}
@media screen and (max-width: 750px) {
  .listTopMv {
    gap: 0 1.1rem;
  }
}

.listTopMv__item {
  width: 14.3055555556vw;
  height: 14.3055555556vw;
  border-radius: 14.3055555556vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.8888888889vw;
  position: relative;
  box-shadow: 0 0 1rem rgba(91, 152, 210, 0.6);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .listTopMv__item {
    width: 10.8rem;
    height: 10.8rem;
    border-radius: 10.8rem;
    padding-top: 2.9rem;
  }
}
.listTopMv__item::after {
  content: "";
  display: block;
  width: calc(100% - 1.1111111111vw);
  height: calc(100% - 1.1111111111vw);
  border: 0.1388888889vw solid #014F9C;
  position: absolute;
  top: 0.5555555556vw;
  left: 0.5555555556vw;
  border-radius: 14.3055555556vw;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .listTopMv__item::after {
    border-width: 0.2rem;
    border-radius: 10.8rem;
    width: 10rem;
    height: 10rem;
    top: 0.4rem;
    left: 0.4rem;
  }
}
.listTopMv__item:nth-child(1) .listTopMv__img {
  margin-top: 1.3194444444vw;
}
@media screen and (max-width: 750px) {
  .listTopMv__item:nth-child(1) .listTopMv__img {
    margin-top: 0.6rem;
  }
}
.listTopMv__item:nth-child(2) .listTopMv__img {
  margin-top: 1.4583333333vw;
  width: 3.5416666667vw;
}
@media screen and (max-width: 750px) {
  .listTopMv__item:nth-child(2) .listTopMv__img {
    margin-top: 0.2rem;
    width: 2.7rem;
  }
}
.listTopMv__item:nth-child(3) .listTopMv__img {
  margin-top: 0.9722222222vw;
  width: 4.6527777778vw;
}
@media screen and (max-width: 750px) {
  .listTopMv__item:nth-child(3) .listTopMv__img {
    margin-top: 0.7rem;
    width: 3.5rem;
  }
}

.listTopMv__text {
  color: #4076A6;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.7361111111vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 37.5px */
}
@media screen and (max-width: 750px) {
  .listTopMv__text {
    font-size: 1.2rem;
  }
}

.listTopMv__img {
  width: 4.375vw;
}
@media screen and (max-width: 750px) {
  .listTopMv__img {
    width: 3.7rem;
  }
}

.secTopLineUp {
  padding-top: 10.3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secTopLineUp {
    padding-top: 8.7rem;
  }
}

.secTopLineUp__bg {
  background-image: url(../images/top/lineup_upper_bg_01.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 70.9rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .secTopLineUp__bg {
    background-image: url(../images/top/sp-lineup_upper_bg_01.png);
    top: -9rem;
  }
}

.secTopLineUp__title {
  width: 47.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secTopLineUp__title {
    width: 19.7rem;
  }
}

.secTopLineUp__box {
  margin: 9.7rem auto 0;
  max-width: 128.2rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .secTopLineUp__box {
    margin: 8rem 1rem 0;
  }
}

.secTopLineUp__content {
  margin-top: -10.3rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secTopLineUp__content {
    margin-top: -9rem;
  }
}
.secTopLineUp__content::before {
  content: "";
  background-image: url(../images/top/blk_lineup_lower_oval_01.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 7.6388888889vw;
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .secTopLineUp__content::before {
    background-image: url(../images/top/sp-blk_lineup_lower_oval_01.png);
    height: 7rem;
  }
}
.secTopLineUp__content::after {
  content: "";
  background-image: url(../images/top/blk_lineup_lower_oval_02.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 7.6388888889vw;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .secTopLineUp__content::after {
    background-image: url(../images/top/sp-blk_lineup_lower_oval_02.png);
    height: 7rem;
  }
}

.blkTopLineUpLower {
  background-color: #B9D8F6;
  position: relative;
}

.blkTopLineUpLower__bgs {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blkTopLineUpLower__bg {
  position: absolute;
}

.blkTopLineUpLower__bg--01 {
  width: 125.6rem;
  right: -63.3rem;
  top: -28rem;
}
@media screen and (max-width: 750px) {
  .blkTopLineUpLower__bg--01 {
    width: 48.8rem;
    right: -22.1rem;
    top: -8rem;
  }
}

.blkTopLineUpLower__bg--02 {
  width: 125.6rem;
  left: -56.3rem;
  bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .blkTopLineUpLower__bg--02 {
    width: 48.8rem;
    left: -22.1rem;
    bottom: 111.5rem;
  }
}

.blkTopLineUpLower__inner {
  padding-top: 20.6rem;
  padding-bottom: 21.1rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .blkTopLineUpLower__inner {
    padding-top: 27rem;
    padding-bottom: 13.7rem;
  }
}

.blkTopLineUpLower__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem 0;
}
@media screen and (max-width: 750px) {
  .blkTopLineUpLower__title {
    gap: 4rem 0;
  }
}

.blkTopLineUpLower__title--large {
  color: #004979;
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 5.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 61.2px */
  letter-spacing: 0.51rem;
}
@media screen and (max-width: 750px) {
  .blkTopLineUpLower__title--large {
    font-size: 3.2rem;
    letter-spacing: 0.32rem;
  }
}

.blkTopLineUpLower__title--small {
  color: #071C26;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 36px */
  letter-spacing: 1.8rem;
}
@media screen and (max-width: 750px) {
  .blkTopLineUpLower__title--small {
    font-size: 2rem;
    letter-spacing: 1rem;
  }
}

.blkTopLineUpLower__content {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .blkTopLineUpLower__content {
    margin-top: 5rem;
  }
}

.blkTopLineUpLower__blk + .blkTopLineUpLower__blk {
  margin-top: 12rem;
}

.columnTopLineUpLowerHead {
  align-items: center;
  gap: 0 6rem;
}
@media screen and (max-width: 750px) {
  .columnTopLineUpLowerHead {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.6rem 0;
  }
}
.columnTopLineUpLowerHead:hover .columnTopLineUpLowerHead__arrow {
  right: -0.6rem;
}

.columnTopLineUpLowerHead__item:nth-child(1) {
  width: 62rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .columnTopLineUpLowerHead__item:nth-child(1) {
    width: 100%;
  }
}
.columnTopLineUpLowerHead__item:nth-child(2) {
  padding-right: 10.6rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .columnTopLineUpLowerHead__item:nth-child(2) {
    padding-right: 0;
  }
}

.columnTopLineUpLowerTitle {
  background-image: url(../images/top/column_lineup_lower_bg_01.png);
  background-size: contain;
  background-position: left 0 bottom 4.5rem;
  background-repeat: no-repeat;
  gap: 0 3.5rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnTopLineUpLowerTitle {
    gap: 0 3.6rem;
    background-position: left 0 bottom 1.8rem;
  }
}

.columnTopLineUpLowerTitle__img {
  width: 20.4rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .columnTopLineUpLowerTitle__img {
    width: 9rem;
    margin-left: 0.8rem;
  }
}

.columnTopLineUpLowerTitle__title {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.91);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 60px */
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 750px) {
  .columnTopLineUpLowerTitle__title {
    margin-top: -0.6rem;
    font-size: 2.4rem;
    letter-spacing: -0.024rem;
  }
}

.listTopLineUpLower {
  gap: 0.5rem;
  flex-wrap: wrap;
}

.listTopLineUpLower__item {
  color: #1E72BC;
  font-family: "Noto Sans";
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 39px */
  padding: 1rem 2.5rem;
  border: 0.1rem solid #1E72BC;
  border-radius: 10rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .listTopLineUpLower__item {
    font-size: 2rem;
  }
}

.columnTopLineUpLowerHead__lead {
  margin-top: 0.7rem;
  color: #1E72BC;
  font-family: "Noto Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 36px */
}
@media screen and (max-width: 750px) {
  .columnTopLineUpLowerHead__lead {
    font-size: 2rem;
    padding-right: 6rem;
  }
}

.columnTopLineUpLowerHead__arrow {
  width: 4.9rem;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .columnTopLineUpLowerHead__arrow {
    width: 2.8rem;
    transform: inherit;
    top: auto;
    bottom: 1.6rem;
  }
}

.blkTopLineUpLower__cards {
  margin-top: 5.5rem;
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  .blkTopLineUpLower__cards {
    gap: 3rem;
  }
}

.cardsTopLineUpLower {
  flex-wrap: wrap;
}

.cardsTopLineUpLower__item {
  width: 62rem;
}

.cardTopLineUpLower {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 2.4rem 2.4rem rgba(0, 0, 0, 0.05);
  transition: all 1.2s;
}
.is-active .cardTopLineUpLower {
  box-shadow: 0 0 1.2rem 1.2rem rgba(0, 0, 0, 0.05);
}

.cardTopLineUpLower__title {
  padding: 2.4rem 2rem 2.1rem;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .cardTopLineUpLower__title {
    padding: 1.5rem 1rem 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.cardTopLineUpLower__title--large {
  color: #004EA2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 30.8px */
  letter-spacing: -0.022rem;
}
@media screen and (max-width: 750px) {
  .cardTopLineUpLower__title--large {
    font-size: 1.5rem;
    letter-spacing: -0.015rem;
  }
}

.cardTopLineUpLower__title--small {
  color: #004EA2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.019rem;
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .cardTopLineUpLower__title--small {
    font-size: 1.2rem;
    letter-spacing: -0.012rem;
  }
}

@media screen and (max-width: 750px) {
  .cardTopLineUpLower__content {
    margin-top: 1.6rem;
  }
}

.cardTopLineUpLower__column {
  padding: 0 4rem 3rem 3rem;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .cardTopLineUpLower__column {
    flex-direction: column;
    padding: 0 1.5rem 1.6rem;
    gap: 1rem 0;
  }
}

.cardTopLineUpLower__text {
  color: #0B0308;
  font-family: "Noto Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  max-width: 35.1rem;
}
@media screen and (max-width: 750px) {
  .cardTopLineUpLower__text {
    text-align: justify;
  }
}

.cardTopLineUpLower--color01 .cardTopLineUpLower__title--large {
  color: #E03613;
}
.cardTopLineUpLower--color01 .cardTopLineUpLower__title--small {
  color: #E03613;
}

.cardTopLineUpLower--color02 .cardTopLineUpLower__title--large {
  color: #11542F;
}
.cardTopLineUpLower--color02 .cardTopLineUpLower__title--small {
  color: #11542F;
}

.columnTopLineUpLowerTitle--bg01 {
  background-image: url(../images/top/column_lineup_lower_bg_02.png);
}

.cardTopLineUpLower--color03 .cardTopLineUpLower__title--large {
  color: #4076A6;
}
.cardTopLineUpLower--color03 .cardTopLineUpLower__title--small {
  color: #4076A6;
}

.blkTopLineUpLower__button {
  position: absolute;
  z-index: 10;
  transform: translateX(-50%);
  left: 50%;
  bottom: -11rem;
}

.secTopLineUpFlow {
  margin-top: 11rem;
}
@media screen and (max-width: 750px) {
  .secTopLineUpFlow {
    margin-top: 7rem;
  }
}

.secTopLineUpFlow__inner {
  padding-top: 14rem;
  padding-bottom: 22rem;
}
@media screen and (max-width: 750px) {
  .secTopLineUpFlow__inner {
    padding-top: 14.2rem;
    padding-bottom: 14rem;
  }
}

.secTopLineUpFlow__icon {
  width: 6rem;
  margin: 0 auto;
}

.secTopLineUpFlow__title {
  margin-top: 6rem;
  color: #004979;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 57.6px */
  letter-spacing: -0.048rem;
}
@media screen and (max-width: 750px) {
  .secTopLineUpFlow__title {
    margin-top: 9rem;
    font-size: 3.2rem;
    line-height: 1.3; /* 41.6px */
    letter-spacing: -0.032rem;
  }
}

.secTopLineUpFlow__title--marker {
  background: linear-gradient(transparent 50%, #FFE000 50%, #FFE000 90%, transparent 90%);
}

.secTopLineUpFlow__list {
  width: fit-content;
  margin: 6.9rem auto 0;
}

.listTopLineUpFlow {
  gap: 6.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .listTopLineUpFlow {
    gap: 2rem;
    justify-content: center;
  }
}

.listTopLineUpFlow__item {
  width: 19.4rem;
}
@media screen and (max-width: 750px) {
  .listTopLineUpFlow__item {
    width: 10rem;
  }
}

.secTopLineUpFlow__lead {
  margin-top: 7.4rem;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5; /* 27px */
}
@media screen and (max-width: 750px) {
  .secTopLineUpFlow__lead {
    text-align: justify;
    font-size: 1.6rem;
  }
}

.secTopLineUpFlow__button {
  margin: 5.2rem auto 0;
}
@media screen and (max-width: 750px) {
  .secTopLineUpFlow__button {
    margin: 4rem auto 0;
  }
}

.secTopPoultice {
  background-image: url(../images/top/poultice_bg_01.png);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .secTopPoultice {
    background-image: url(../images/top/sp-poultice_bg_01.png);
  }
}

.secTopPoultice__inner {
  padding-top: 10.6rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 750px) {
  .secTopPoultice__inner {
    padding-top: 13rem;
    padding-bottom: 5rem;
  }
}

.columnTopPoulticeHead {
  gap: 0 5.2rem;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .columnTopPoulticeHead {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem 0;
  }
}

.columnTopPoulticeHead__title {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}

.columnTopPoulticeHead__title--small {
  color: #0B0308;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
}

.columnTopPoulticeHead__title--large {
  color: #004979;
  font-family: "M PLUS 1";
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 64.8px */
  letter-spacing: -0.054rem;
}
@media screen and (max-width: 750px) {
  .columnTopPoulticeHead__title--large {
    text-align: justify;
    font-size: 3.2rem;
    letter-spacing: -0.032rem;
  }
}

.secTopPoultice__list {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .secTopPoultice__list {
    margin-top: 6rem;
    margin-bottom: 0;
  }
}

.listTopPoultice {
  align-items: center;
  gap: 0 7rem;
}
@media screen and (max-width: 750px) {
  .listTopPoultice {
    flex-direction: column;
    gap: 6rem 0;
  }
}

.listTopPoultice__item:nth-child(1) {
  width: 33.8rem;
}
.listTopPoultice__item:nth-child(2) {
  width: 22.2rem;
}

.secTopPoultice__column {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .secTopPoultice__column {
    margin-top: 6rem;
  }
}

.columnTopPoulticeContent {
  gap: 0 12rem;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .columnTopPoulticeContent {
    flex-direction: column;
    align-items: flex-start;
  }
}

.columnTopPoulticeContent__item:nth-child(2) {
  margin-bottom: -0.6rem;
}

.columnTopPoulticeContent__img {
  width: 52.9rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .columnTopPoulticeContent__img {
    width: 100%;
  }
}

.columnTopPoulticeContent__lead {
  color: #0B0308;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 36px */
}
@media screen and (max-width: 750px) {
  .columnTopPoulticeContent__lead {
    line-height: 1.7;
    text-align: justify;
  }
}

.columnTopPoulticeContent__button {
  margin-top: 4.5rem;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .columnTopPoulticeContent__button {
    margin-top: 6rem;
  }
}

.secTopBanner__inner {
  padding-top: 4rem;
  padding-bottom: 28.5rem;
}
@media screen and (max-width: 750px) {
  .secTopBanner__inner {
    padding-top: 3rem;
    padding-bottom: 19.5rem;
  }
}
/*# sourceMappingURL=top.css.map */
