@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.section {
  width: 100%;
}
.section__title {
  font-size: 2.4rem;
  font-weight: 800;
}
.section__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 2vw 0;
}
@media screen and (min-width: 768px) {
  .section__text {
    margin: 0 0 2vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section__text {
    margin: 0 0 20px 0;
  }
}

.keyvisual__swiper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .keyvisual__swiper {
    width: 100vw;
    margin: 0 auto;
  }
}
.keyvisual__swiper .swiper-slide-prev,
.keyvisual__swiper .swiper-slide-next {
  transform: scale(0.95);
  opacity: 0.7;
}
.keyvisual__swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.keyvisual__swiper .swiper-slide-active img {
  border-color: "";
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .keyvisual__swiper .swiper-slide-active img {
    box-shadow: 1.3888888889vw 1.3888888889vw 0 0 "";
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__swiper .swiper-slide-active img {
    box-shadow: 20px 20px 0 0 "";
  }
}
.keyvisual .swiper-slide {
  opacity: 0.5;
  transform: scale(0.85);
  transition: 0.5s;
}
.keyvisual .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.keyvisual__thumbnail {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-block: 5.3333333333vw 9.6vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__thumbnail {
    margin-block: 1.3888888889vw 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__thumbnail {
    margin-block: 20px 36px;
  }
}
.keyvisual__thumbnail .swiper-slide {
  width: 212px;
  height: 78px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.keyvisual__thumbnail .swiper-slide img {
  width: 212px;
  height: 78px;
  object-fit: cover;
  display: block;
}
.keyvisual__thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .keyvisual__thumbnail {
    margin-top: 1.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__thumbnail {
    margin-top: 23px;
  }
}
.keyvisual__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keyvisual__img {
  position: absolute;
  top: 0;
  z-index: -1;
  object-fit: cover;
  width: 100vw;
  height: 62.6666666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__img {
    height: 48.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__img {
    height: 701px;
  }
}
.keyvisual__btns {
  position: fixed;
  top: 25%;
  right: 0;
  transform: translateY(-25%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  padding: 12px 8px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .keyvisual__btns {
    gap: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btns {
    gap: 14px;
  }
}
.keyvisual__btn {
  width: 44px;
  height: 44px;
  transition: 0.3s;
}
.keyvisual__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .keyvisual__btn img {
    width: 2.7083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn img {
    width: 39px;
    height: auto;
  }
}
.keyvisual__btn:hover {
  transform: translateY(-5px);
  opacity: 0.85;
}
.keyvisual__wrapper {
  margin: 0 auto;
  justify-content: center;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__wrapper {
    padding-inline: 0;
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__wrapper {
    max-width: 1200px;
  }
}
.keyvisual__img {
  position: absolute;
  top: 0;
  z-index: -1;
  object-fit: cover;
  width: 100vw;
  height: 62.6666666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__img {
    height: 48.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__img {
    height: 701px;
  }
}
.keyvisual__list {
  display: flex;
  font-weight: 500;
  font-size: 1.3rem;
  margin-block: 5.6vw 4vw;
  color: #3c3c3c;
}
@media screen and (min-width: 768px) {
  .keyvisual__list {
    margin-block: 1.5277777778vw 1.3194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__list {
    margin-block: 22px 19px;
  }
}
.keyvisual__list--swiper {
  margin-block: 0;
}
.keyvisual__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .keyvisual__title {
    font-size: 3.6rem;
  }
}
.keyvisual__title::after {
  position: absolute;
  content: "";
  bottom: -25%;
  left: 45%;
  background: #F8CF20;
  width: 9.6vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__title::after {
    border-radius: 0.6944444444vw;
    left: 50%;
    bottom: -50%;
    width: 3.1944444444vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__title::after {
    border-radius: 10px;
    width: 46px;
    height: 5px;
  }
}
.keyvisual__title--red::after {
  background: #DB1845;
}
.keyvisual__item {
  opacity: 0.3;
  transform: scale(0.8);
  transition: 0.7s;
}
.keyvisual__item img {
  height: auto;
  width: 100%;
}
.keyvisual__item a {
  color: #3c3c3c;
}
.keyvisual__item--black {
  opacity: 1;
  transform: none;
  position: relative;
  transition: none;
}
.keyvisual__item--black a {
  font-size: 1.3rem;
}
.keyvisual__item::before {
  content: "";
  display: inline-block;
  background-image: url("../img/module/keyvisual_item_icon1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6vw;
  height: 2.6666666667vw;
  margin: 0 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__item::before {
    width: 0.4166666667vw;
    height: 0.6944444444vw;
    margin: 0 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__item::before {
    width: 6px;
    height: 10px;
    margin: 0 8px;
  }
}
.keyvisual__item:first-child::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .cta {
    padding: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta {
    padding: 0 20px;
  }
}
.cta__wrapper {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .cta__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .cta__wrapper {
    gap: 0;
    max-width: 1400px;
  }
}
.cta__wrapper--classroom {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .cta__wrapper--classroom {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-inline: 0;
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__wrapper--classroom {
    gap: 0;
    max-width: 1200px;
  }
}
.cta__flex {
  display: flex;
  align-items: center;
  gap: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .cta__flex {
    display: block;
    gap: 0;
  }
}
.cta__content {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 7.2vw;
  padding: 8.5333333333vw 2.9333333333vw 6.1333333333vw 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .cta__content {
    padding: 2.1527777778vw 2.0833333333vw 2.5694444444vw 2.1527777778vw;
    height: 19.4444444444vw;
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .cta__content {
    padding: 31px 30px 37px 31px;
    height: 260px;
  }
}
.cta__content--red {
  background: #DB1845;
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .cta__content--red {
    border-radius: 1.3888888889vw 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__content--red {
    border-radius: 20px 0 0 20px;
  }
}
.cta__content--red .cta__btn a {
  width: 100%;
  height: 100%;
  color: #DB1845;
}
.cta__content--red .cta__btn a:hover {
  color: #ffffff;
}
.cta__content--red .cta__btn:hover {
  border: 2px solid #ffffff;
  background: #DB1845;
  color: #ffffff;
}
.cta__content--orange {
  background: #E34B44;
}
.cta__content--orange .cta__btn a {
  width: 100%;
  height: 100%;
  color: #E34B44;
}
.cta__content--orange .cta__btn a:hover {
  color: #ffffff;
}
.cta__content--orange .cta__btn:hover {
  border: 2px solid #ffffff;
  background: #E34B44;
  color: #ffffff;
}
.cta__content--blue {
  background: #3E6AAD;
  border-radius: 0 0 5.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .cta__content--blue {
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .cta__content--blue {
    border-radius: 0 20px 20px 0;
  }
}
.cta__content--blue .cta__btn a {
  width: 100%;
  height: 100%;
  color: #3E6AAD;
}
.cta__content--blue .cta__btn a:hover {
  color: #ffffff;
}
.cta__content--blue .cta__btn:hover {
  border: 2px solid #ffffff;
  background: #3E6AAD;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cta__img {
    margin-bottom: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__img {
    margin-bottom: 17px;
  }
}
.cta__text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cta__text {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__text {
    margin-bottom: 20px;
  }
}
.cta__text--left {
  text-align: left;
}
.cta__btn {
  background: #ffffff;
  position: relative;
  border-radius: 13.3333333333vw;
  width: 100%;
  height: 15.2vw;
}
@media screen and (min-width: 768px) {
  .cta__btn {
    border-radius: 3.4722222222vw;
    max-width: 28.1944444444vw;
    height: 3.9583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn {
    border-radius: 50px;
    max-width: 406px;
    height: 57px;
  }
}
.cta__btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__btn a {
    font-size: 2.2rem;
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn a {
    border-radius: 50px;
  }
}
.cta__btn a::after {
  right: 4%;
  content: "";
  position: absolute;
  background-image: url("../img/module/cta_btn_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 768px) {
  .cta__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.64375vw;
    height: 1.5652777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23.67px;
    height: 22.54px;
  }
}
.cta__btn--classroom a {
  font-size: 1.8rem;
}
.cta__btn--orange a::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/cta_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 768px) {
  .cta__btn--orange a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.64375vw;
    height: 1.5652777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn--orange a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23.67px;
    height: 22.54px;
  }
}
.cta__btn--blue a::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/cta_btn_icon3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 768px) {
  .cta__btn--blue a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.64375vw;
    height: 1.5652777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn--blue a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23.67px;
    height: 22.54px;
  }
}

.course-menu {
  position: relative;
  margin-top: 9.0666666667vw;
  padding-bottom: 10.6666666667vw;
  background: #FDF1F1;
}
.course-menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.3333333333vw;
  background-image: linear-gradient(90deg, #e34b44, #3e6aad);
}
@media screen and (min-width: 768px) {
  .course-menu {
    margin-top: 4.1666666667vw;
    padding-bottom: 0;
  }
  .course-menu::after {
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .course-menu {
    margin-top: 60px;
  }
  .course-menu::after {
    height: 5px;
  }
}
.course-menu__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .course-menu__wrapper {
    width: 97.2222222222vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .course-menu__wrapper {
    width: 1400px;
    min-height: 375px;
  }
}
.course-menu__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .course-menu__flex {
    padding-top: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .course-menu__flex {
    padding-top: 17px;
  }
}
.course-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.2666666667vw 12.5333333333vw;
  gap: 1.3333333333vw 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .course-menu__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5277777778vw;
    padding-block: 3.2638888889vw 4.3055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .course-menu__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    padding-block: 47px 62px;
  }
}
.course-menu .article {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .course-menu .article {
    margin-top: 0;
  }
}
.course-menu .article::after {
  display: none;
}

.explain {
  position: relative;
  margin-top: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .explain {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain {
    margin-top: 80px;
  }
}
.explain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 72.8vw;
  border-radius: 0 8vw 8vw 0;
}
@media screen and (min-width: 768px) {
  .explain::before {
    width: 35%;
    height: 36.1805555556vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .explain::before {
    height: 521px;
    border-radius: 0 30px 30px 0;
  }
}
.explain::before {
  background: #fdfaec;
  z-index: -1;
}
.explain__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .explain__wrapper {
    gap: 2.7777777778vw;
    padding-inline: 0;
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__wrapper {
    gap: 40px;
    max-width: 1200px;
  }
}
.explain__title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-top: 5.6vw;
  padding-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .explain__title {
    font-size: 3rem;
    padding-top: 1.6666666667vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .explain__title {
    padding-top: 24px;
  }
}
.explain__title::before {
  position: absolute;
  content: "";
  top: 0;
  background: #F8CF20;
  width: 9.6vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .explain__title::before {
    top: 0;
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__title::before {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.explain__title--sub {
  color: #CCCCCC;
  text-align: right;
}
.explain__title--sub::before {
  display: none;
}
.explain__contents {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .explain__contents {
    margin-top: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__contents {
    margin-top: 26px;
  }
}
.explain__text {
  font-weight: 500;
  line-height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .explain__text {
    font-size: 1.6rem;
  }
}
.explain__text--explanation {
  color: #3c3c3c;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.45);
  border: 0.2666666667vw solid #CCCCCC;
  padding: 4.2666666667vw 4.2666666667vw 5.3333333333vw 4.2666666667vw;
  margin-block: 5.3333333333vw 6.9333333333vw;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .explain__text--explanation {
    border: 0.0694444444vw solid #CCCCCC;
    padding: 1.8055555556vw tb-vw(66) 1.875vw 1.8055555556vw;
    margin-block: 2.0833333333vw 3.4027777778vw;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .explain__text--explanation {
    padding: 26px 66px 27px 26px;
    margin-block: 30px 49px;
    border: 1px solid #CCCCCC;
  }
}
.explain__text--explanation span {
  font-weight: 700;
}
.explain__btns {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .explain__btns {
    flex-direction: row;
    justify-content: center;
    gap: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__btns {
    gap: 16px;
  }
}
.explain__btn {
  width: 100%;
  height: 14.12vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .explain__btn {
    height: 4.375vw;
    width: 24.3055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__btn {
    height: 63px;
    width: 370px;
  }
}
.explain__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 8vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
  transition: color 0.3s ease;
  transition: transform 0.2s ease;
}
.explain__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: width 0.3s ease;
}
.explain__btn a:hover {
  color: #ffffff;
  transform: scale(1.05);
}
.explain__btn a:hover::before {
  width: 100%;
}
.explain__btn a span {
  position: absolute;
  left: 12%;
}
.explain__btn a::after {
  right: 7%;
  content: "";
  position: absolute;
  background-image: url("../img/module/info_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.496vw;
  height: 5.232vw;
}
@media screen and (min-width: 768px) {
  .explain__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.43125vw;
    height: 1.3625vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20.61px;
    height: 19.62px;
  }
}
.explain__btn--downrode a {
  background: #E34B44;
}
.explain__btn--downrode a::before {
  background: #2D589A;
}
.explain__btn--downrode a span {
  left: 13%;
  content: "";
  position: absolute;
  background-image: url("../img/module/explain_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.2453333333vw;
  height: 6.0373333333vw;
}
@media screen and (min-width: 768px) {
  .explain__btn--downrode a span {
    content: "";
    position: absolute;
    background-image: url("../img/module/explain_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.3659722222vw;
    height: 1.5722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__btn--downrode a span {
    content: "";
    position: absolute;
    background-image: url("../img/module/explain_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 19.67px;
    height: 22.64px;
  }
}
@media screen and (min-width: 768px) {
  .explain__btn--counseling {
    max-width: 25.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__btn--counseling {
    max-width: 370px;
  }
}
.explain__btn--counseling a {
  background: #DB1845;
}
.explain__btn--counseling a::before {
  background: #2D589A;
}
.explain__btn--counseling a span {
  left: 10%;
  content: "";
  position: absolute;
  background-image: url("../img/module/header_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.7573333333vw;
  height: 6.9146666667vw;
}
@media screen and (min-width: 768px) {
  .explain__btn--counseling a span {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2388888889vw;
    height: 1.8006944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__btn--counseling a span {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 17.84px;
    height: 25.93px;
  }
}
.explain__card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .explain__card {
    width: 41.875vw;
    height: 48.1944444444vw;
    border-radius: 1.3888888889vw;
    box-shadow: 0 0.5555555556vw 1.3888888889vw rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 1440px) {
  .explain__card {
    width: 603px;
    height: 694px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
}
.explain__map {
  position: relative;
}
@media screen and (min-width: 768px) {
  .explain__map {
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__map {
    margin-bottom: 5px;
  }
}
.explain__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 603/238;
  display: block;
}
.explain__detail {
  display: flex;
  justify-content: flex-end;
}
.explain__detail a {
  color: #DB1845;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
  padding: 6px 10px;
  border-radius: 999px;
}
.explain__info {
  display: grid;
  grid-template-columns: 90px 1fr;
  font-size: 1.4rem;
  max-width: 543.84px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .explain__info {
    row-gap: 0.6944444444vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .explain__info {
    row-gap: 10px;
    margin-bottom: 20px;
  }
}
.explain__info dt {
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .explain__info dt {
    padding-bottom: 0.9722222222vw;
    border-bottom: 0.0694444444vw solid #CCCCCC;
  }
}
@media screen and (min-width: 1440px) {
  .explain__info dt {
    padding-bottom: 14px;
    border-bottom: 1px solid #CCCCCC;
  }
}
.explain__info dt:nth-of-type(1) {
  line-height: 3;
}
.explain__info dt:nth-of-type(2) {
  line-height: 3;
}
.explain__info dd {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .explain__info dd {
    padding-bottom: 0.9722222222vw;
    border-bottom: 0.0694444444vw solid #CCCCCC;
  }
}
@media screen and (min-width: 1440px) {
  .explain__info dd {
    padding-bottom: 14px;
    border-bottom: 1px solid #CCCCCC;
  }
}
.explain__info dd span {
  font-size: 2.8rem;
  color: #DB1845;
  font-weight: 500;
}
.explain__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .explain__right {
    width: 40%;
  }
}
.explain__img img {
  width: auto;
  height: 100%;
  display: block;
  aspect-ratio: 172/69;
}
@media screen and (min-width: 768px) {
  .explain__img img {
    height: 100%;
    aspect-ratio: 11/13;
  }
}
@media screen and (min-width: 1440px) {
  .explain__img img {
    height: 100%;
  }
}
.explain__left {
  flex: 1 1 0;
  min-width: 250px;
}

.summary {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .summary {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .summary {
    margin-top: 80px;
  }
}
.summary__wrapper {
  margin: 0 auto;
  padding-inline: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .summary__wrapper {
    max-width: 83.3333333333vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .summary__wrapper {
    max-width: 1200px;
  }
}
.summary__grid {
  display: grid;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .summary__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .summary__grid {
    gap: 30px;
  }
}
.summary__content {
  display: flex;
  flex-direction: column;
  border-radius: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .summary__content {
    display: block;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .summary__content {
    border-radius: 20px;
  }
}
.summary__img {
  transition: transform 0.3s ease;
}
.summary__img:hover {
  transform: scale(1.03);
}
.summary__img img {
  width: 100%;
  height: 100%;
}

.support {
  text-align: center;
}
.support__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .support__wrapper {
    max-width: 69.4444444444vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .support__wrapper {
    max-width: 1000px;
  }
}
.support__title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  margin-top: 5.8666666667vw;
  line-height: 3.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .support__title {
    line-height: 5rem;
    margin-top: 3.4722222222vw;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .support__title {
    margin-top: 50px;
  }
}
.support__title::after {
  position: absolute;
  content: "";
  bottom: -25%;
  left: 45%;
  background: #DB1845;
  width: 9.6vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .support__title::after {
    left: 50%;
    bottom: -20%;
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__title::after {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.support__content {
  margin-block: 12.5333333333vw 7.4666666667vw;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .support__content {
    margin-block: 3.125vw 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__content {
    margin-block: 45px 34px;
  }
}
.support__text {
  line-height: 3.2rem;
}
.support__text--tel {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  color: #DB1845;
}
.support__text--tel::before {
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/module/support_text_img_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.6773333333vw;
  height: 5.5946666667vw;
}
@media screen and (min-width: 768px) {
  .support__text--tel::before {
    left: 38%;
    content: "";
    position: absolute;
    background-image: url("../img/module/support_text_img_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2180555556vw;
    height: 1.4569444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__text--tel::before {
    left: 37%;
    content: "";
    position: absolute;
    background-image: url("../img/module/support_text_img_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 17.54px;
    height: 20.98px;
  }
}
.support__text--tel {
  margin-block: 8vw 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .support__text--tel {
    margin-block: 1.7361111111vw 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__text--tel {
    margin-block: 25px 9px;
  }
}

.introduction {
  position: relative;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .introduction {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction {
    margin-top: 80px;
  }
}
.introduction__weapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .introduction__weapper {
    max-width: 83.3333333333vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__weapper {
    max-width: 1200px;
  }
}
.introduction__card {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 0.2666666667vw solid #707070;
  border-radius: 4vw;
  padding: 3.2vw 4.5333333333vw 9.3333333333vw 4vw;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .introduction__card {
    border: 0.0694444444vw solid #707070;
    border-radius: 1.0416666667vw;
    padding: 0.8333333333vw 1.1805555556vw 2.4305555556vw 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__card {
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 12px 17px 35px 15px;
  }
}
.introduction__card.is-hidden {
  display: none;
}
.introduction__label {
  position: absolute;
  top: -4.9%;
  left: 3%;
  border-radius: 0.8vw 0.8vw 0 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  background: #2D589A;
  color: #ffffff;
  width: 24.5333333333vw;
  height: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .introduction__label {
    top: -5.8%;
    border-radius: 0.2083333333vw 0.2083333333vw 0 0;
    width: 6.3888888889vw;
    height: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__label {
    border-radius: 3px 3px 0 0;
    width: 92px;
    height: 22px;
  }
}
.introduction__label--middle {
  top: -3.5%;
  left: 3%;
}
@media screen and (min-width: 768px) {
  .introduction__label--middle {
    top: -4.5%;
  }
}
.introduction__flex {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .introduction__flex {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
.introduction__flex--title {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .introduction__flex--title {
    gap: 26.3888888889vw;
    margin-block: 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__flex--title {
    gap: 380px;
    margin-block: 60px 0;
  }
}
.introduction__flex--bottom {
  align-items: stretch;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .introduction__flex--bottom {
    margin-block: 0.8333333333vw 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__flex--bottom {
    margin-block: 12px 48px;
  }
}
.introduction__title {
  position: relative;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #3c3c3c;
  min-height: 6.4rem;
  display: flex;
  align-items: center;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .introduction__title {
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__title {
    padding-bottom: 10px;
  }
}
.introduction__title--wide {
  line-height: 3.2rem;
}
.introduction__title::after {
  left: -5%;
  position: absolute;
  content: "";
  bottom: 0%;
  background: #F8CF20;
  width: 61.3333333333vw;
  height: 0.8vw;
}
@media screen and (min-width: 768px) {
  .introduction__title::after {
    left: -4.5%;
    bottom: 0%;
    width: 20.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__title::after {
    width: 290px;
    height: 3px;
  }
}
.introduction__title::before {
  position: absolute;
  left: -5%;
  content: "";
  bottom: 0;
  left: 0;
  background: #CCCCCC;
  width: 87.7333333333vw;
  height: 0.8vw;
}
@media screen and (min-width: 768px) {
  .introduction__title::before {
    left: -4.5%;
    bottom: 0%;
    width: 26.0416666667vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__title::before {
    width: 375px;
    height: 3px;
  }
}
.introduction__title--sub {
  font-size: 1.6rem;
  color: #3c3c3c;
  margin-block: 3.2vw 3.3333333333vw;
  min-height: 5.6rem;
}
@media screen and (min-width: 768px) {
  .introduction__title--sub {
    margin-block: 0.8333333333vw 0.8680555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__title--sub {
    margin-block: 12px 12.5px;
  }
}
.introduction__title--sub::after, .introduction__title--sub::before {
  display: none;
}
.introduction__btns {
  display: flex;
  justify-content: end;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .introduction__btns {
    justify-content: flex-start;
    gap: 0.6944444444vw;
  }
}
.introduction__btns--bottom {
  margin-bottom: -14.6666666667vw;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .introduction__btns--bottom {
    margin-bottom: -3.9583333333vw;
    flex-direction: row;
    justify-content: center;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__btns--bottom {
    margin-bottom: -57px;
    gap: 20px;
  }
}
.introduction__btn {
  width: 70%;
  height: 12vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .introduction__btn {
    height: 3.125vw;
    width: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__btn {
    height: 45px;
    width: 200px;
  }
}
.introduction__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 8vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
  transition: color 0.3s ease;
  transition: transform 0.2s ease;
}
.introduction__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: width 0.3s ease;
}
.introduction__btn a:hover {
  color: #ffffff;
  transform: scale(1.05);
}
.introduction__btn a:hover::before {
  width: 100%;
}
.introduction__btn a::after {
  right: 7%;
  content: "";
  position: absolute;
  background-image: url("../img/module/info_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.496vw;
  height: 5.232vw;
}
@media screen and (min-width: 768px) {
  .introduction__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.43125vw;
    height: 1.3625vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20.61px;
    height: 19.62px;
  }
}
.introduction__btn--downrode a {
  background: #E34B44;
}
.introduction__btn--downrode a::before {
  background: #2D589A;
}
.introduction__btn--downrode a span {
  left: 8%;
  content: "";
  position: absolute;
  background-image: url("../img/module/explain_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.2453333333vw;
  height: 6.0373333333vw;
}
@media screen and (min-width: 768px) {
  .introduction__btn--downrode a span {
    left: 13%;
    content: "";
    position: absolute;
    background-image: url("../img/module/explain_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.3659722222vw;
    height: 1.5722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__btn--downrode a span {
    content: "";
    position: absolute;
    background-image: url("../img/module/explain_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 19.67px;
    height: 22.64px;
  }
}
.introduction__btn--more {
  margin: 13.3333333333vw auto 0 auto;
  height: 16vw;
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .introduction__btn--more {
    height: 4.1666666667vw;
    width: 20.8333333333vw;
    margin: 5.5555555556vw auto 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__btn--more {
    height: 60px;
    width: 300px;
    margin: 80px auto 0 auto;
  }
}
.introduction__btn--more a {
  font-size: 2.4rem;
  background: #E34B44;
}
.introduction__btn--more a::before {
  background: #2D589A;
}
.introduction__btn--close {
  margin: 13.3333333333vw auto 0 auto;
  display: none;
  height: 16vw;
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .introduction__btn--close {
    height: 4.1666666667vw;
    width: 20.8333333333vw;
    margin: 5.5555555556vw auto 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__btn--close {
    height: 60px;
    width: 300px;
    margin: 80px auto 0 auto;
  }
}
.introduction__btn--close a {
  font-size: 2.4rem;
  background: #2D589A;
}
.introduction__btn--close a::before {
  background: #E34B44;
}
.introduction__btn--close a::after {
  right: 7%;
  content: "";
  position: absolute;
  background-image: url("../img/module/info_btn_icon3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.3333333333vw;
  height: 5.6vw;
}
@media screen and (min-width: 768px) {
  .introduction__btn--close a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.3888888889vw;
    height: 1.4583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__btn--close a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
  }
}
.introduction__list {
  padding-block: 1.7333333333vw 2.5333333333vw;
  border-block: 0.2666666667vw solid #CCCCCC;
  min-height: 6rem;
}
@media screen and (min-width: 768px) {
  .introduction__list {
    padding-block: 0.4513888889vw 0.6597222222vw;
    border-block: 0.0694444444vw solid #CCCCCC;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__list {
    padding-block: 6.5px 9.5px;
    border-block: 1px solid #CCCCCC;
  }
}
.introduction__list--detail {
  padding-block: 2.2666666667vw 3.7333333333vw;
  border-block: none;
}
@media screen and (min-width: 768px) {
  .introduction__list--detail {
    padding-block: 0.5902777778vw 0.6597222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__list--detail {
    padding-block: 8.5px 9.5px;
  }
}
.introduction__item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
}
.introduction__item--detail {
  font-size: 1.3rem;
  line-height: 2rem;
}
.introduction__item span {
  color: #F8CF20;
  padding-right: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .introduction__item span {
    padding-right: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__item span {
    padding-right: 4px;
  }
}
.introduction__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20vw;
}
@media screen and (min-width: 768px) {
  .introduction__contents {
    gap: 5.2083333333vw 2.0833333333vw;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .introduction__contents {
    gap: 75px 30px;
  }
}

.voice {
  display: none;
  position: relative;
  margin-top: 8.8vw;
  background: #FDF1F1;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice {
    margin-top: 80px;
  }
}
.voice__wrappar {
  margin: 0 auto;
  padding: 8vw 4vw;
}
@media screen and (min-width: 768px) {
  .voice__wrappar {
    width: 83.3333333333vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .voice__wrappar {
    width: 1200px;
  }
}
.voice__title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .voice__title {
    font-size: 3rem;
    padding-top: 1.6666666667vw;
    margin-bottom: 2.5694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__title {
    padding-top: 24px;
    margin-bottom: 37px;
  }
}
.voice__title::before {
  content: "";
  position: absolute;
  top: -90%;
  left: 0;
  width: 9.6vw;
  height: 1.3333333333vw;
  background: #E34B44;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .voice__title::before {
    top: 0;
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__title::before {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.voice__text {
  font-size: 1.5rem;
  color: #3c3c3c;
  font-weight: 500;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .voice__text {
    font-size: 1.5rem;
  }
}
.voice__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4vw;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0416666667vw 1.3888888889vw;
    padding-bottom: 4.0972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__grid {
    gap: 15px 20px;
    padding-bottom: 59px;
  }
}
.voice__voice {
  background: #ffffff;
  border-radius: 2.6666666667vw;
  box-shadow: 0 0.5333333333vw 1.6vw rgba(0, 0, 0, 0.16);
  font-size: 1.2rem;
  font-weight: 500;
  color: #3c3c3c;
  padding: 5.8666666667vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .voice__voice {
    border-radius: 0.6944444444vw;
    box-shadow: 0 0.1388888889vw 0.4166666667vw rgba(0, 0, 0, 0.16);
    font-size: 1.6rem;
    padding: 1.5277777778vw 1.9444444444vw 4.1666666667vw 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__voice {
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    padding: 22px 28px 60px 32px;
  }
}
.voice__group {
  display: flex;
  align-items: center;
  margin-bottom: 2.4266666667vw;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .voice__group {
    margin-bottom: 0.6319444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__group {
    margin-bottom: 9.1px;
  }
}
.voice__group span {
  margin-right: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__group span {
    margin-right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__group span {
    margin-right: 17px;
  }
}