@charset "utf-8";
.color-blue {
  color: #0360AA;
}
.background-blue {
  background-color: #0360AA;
}


.fv__container {
      position: relative;
    border-left: clamp(1.063rem, 0.229rem + 1.74vw, 2.313rem) solid #015FAB;
    padding: 147px 0 57px;
}
.fv__content {
      display: flex;
    align-items: center;
    column-gap: clamp(1.25rem, -11.583rem + 26.74vw, 20.5rem);
    padding-left: clamp(2.313rem, -4.146rem + 13.45vw, 12rem);
    padding-right: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
}
.fv__logo {
      width: clamp(21rem, 12.667rem + 17.36vw, 33.5rem);
    object-fit: contain;
}
.fv__title {
      margin-top: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 600;
    white-space: nowrap;
    color: #0060AB;
}
.fv__img {
      aspect-ratio: 768/432;
    object-fit: cover;
}

.worries {
      background-color: #F6F7F9;
    position: relative;
    padding-top: 32px;
    padding-bottom: clamp(4.063rem, 1.354rem + 5.64vw, 8.125rem);
}
.worries__img {
      position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: clamp(6.375rem, 2.625rem + 7.81vw, 12rem);
    object-fit: contain;
  z-index: 20;
}
.worries__inner {
  padding: 0 20px;
}
.worries__container {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.worries__header {
      display: flex;
    align-items: center;
    column-gap: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
}
.worries-header__icon {
      width: clamp(2.438rem, 1.938rem + 1.04vw, 3.188rem);
    object-fit: contain;
}
.worries__title {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 600;
    color: #030303;
}
.worries__title span {
  font-size: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
}
.worries__items {
      margin-top: 86px;
    display: flex;
    column-gap: clamp(0rem, -0.833rem + 1.74vw, 1.25rem);
    justify-content: center;
}
.worries__item {
      width: clamp(15.625rem, 14.667rem + 2vw, 17.063rem);
    position: relative;
}
.worries__item:nth-child(2) {
  top: -55px;
}
.worries__text {
      position: absolute;
    z-index: 20;
    font-weight: 600;
    text-align: center;
    line-height: 1.7;
    width: 100%;
    top: 28%;
}

.sevice {
  padding-top: 56px;
  padding-bottom: clamp(3.5rem, -0.833rem + 9.03vw, 10rem);
}
.service__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.service-top {
      display: flex;
    justify-content: center;
    column-gap: clamp(1.25rem, -0.25rem + 3.13vw, 3.5rem);
    align-items: flex-end;
}
.service-content__deco {
  width: clamp(9.375rem, 8.375rem + 2.08vw, 10.875rem);
}
.service__conetnt {
      text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service__header {
      padding: 20px;
    background-color: #0060AA;
    border-radius: 12px;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 600;
    color: #fff;
}
.service__header span {
      color: #ffffff;
    font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-weight: 600;
    padding: 0 clamp(0.25rem, 0.083rem + 0.35vw, 0.5rem);
}
.service-header__deco {
      width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 13px solid #0060aa;
    border-bottom: 0;
      margin-left: auto;
    margin-right: auto;
}

.poyoyon2.is-animated {
  animation: poyoyon2 1s ease-in-out forwards;
}
 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

.service__title {
        font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 600;
    line-height: 2.2;
  color: #0360AA;
}
.service__title span {
  color: #0360aa;
  background-image: linear-gradient(0deg, #edf1f8 60%, transparent 40%);
}
.service__text {
      margin-top: clamp(1.25rem, 0.708rem + 1.13vw, 2.063rem);
    line-height: 2;
    font-weight: 600;
}

.feature {
  margin-top: clamp(4rem, 1.667rem + 4.86vw, 7.5rem);
}
.feature__content {
      margin-top: clamp(1.5rem, -0.833rem + 4.86vw, 5rem);
    display: flex;
    column-gap: clamp(1.25rem, -2.75rem + 8.33vw, 7.25rem);
}
.feature__left {
  width: 50%;
}
.feature__img1 {
      width: 88%;
    aspect-ratio: 547/365;
    object-fit: cover;
}
.feature__img2 {
      width: 88%;
    aspect-ratio: 540/458;
    object-fit: cover;
    margin-top: clamp(1.25rem, 0.083rem + 2.43vw, 3rem);
    margin-left: auto;
}
.feature__right {
      width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
}
.feature__item {
      position: relative;
    display: flex;
    column-gap: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    align-items: baseline;
    padding-bottom: clamp(0rem, -1.667rem + 3.47vw, 2.5rem);
}
.feature-item__number {
      width: clamp(1.625rem, 0.792rem + 1.74vw, 2.875rem);
    height: clamp(1.625rem, 0.792rem + 1.74vw, 2.875rem);
    background-color: #298ABE;
    border-radius: 6px;
    color: #Fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.875rem, 0.375rem + 1.04vw, 1.625rem);
    font-weight: 600;
}
.feature-item__title {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 600;
    color: #0360AA;
    line-height: 1;
      position: relative;
    z-index: 20;
}
.feature-item__text {
      margin-top: clamp(0.875rem, 0.125rem + 1.56vw, 2rem);
    line-height: 2.2;
    font-weight: 500;
      position: relative;
    z-index: 20;
}
.feature-item__deco {
    position: absolute;
    bottom: 0;
    right: 0;
  z-index: 10;
}
.feature-item__deco1 {
    width: clamp(3.688rem, 1.854rem + 3.82vw, 6.438rem);
}
.feature-item__deco2 {
  width: clamp(4.75rem, 2.667rem + 4.34vw, 7.875rem);
}
.feature-item__deco3 {
  width: clamp(5.75rem, 3.125rem + 5.47vw, 9.688rem);
}

.merit {
      background-color: #298ABE;
    padding: 40px 0 80px;
}
.merit__inner {
  padding: 0 clamp(1.25rem, -11.042rem + 25.61vw, 19.688rem);
}
.merit__container {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.merit__title {
      padding: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem) clamp(1.375rem, -2.708rem + 8.51vw, 7.5rem);
    background-color: #fff;
    text-align: center;
    width: fit-content;
    border-radius: 70px;
    font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    font-weight: 600;
    color: #0360AA;
}
.merit__title span {
      color: #0360aa;
    font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
}
.merit__content {
      margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
    align-items: flex-end;
}
.merit__box {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.merit-box__title {
      font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
    font-weight: 600;
    color: #fff;
}
.merit-box__line {
  margin-top: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
}
.merit__wrap {
      margin-top: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    width: 100%;
}
.merit-wrap__title {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 600;
    text-align: center;
    background-color: #0360AA;
    color: #fff;
    padding: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
}
.merit__item {
      display: flex;
    border-bottom: 1px solid #D8D8D8;
}
.merit__item:last-child {
  border-bottom: none;
}
.merit-item__left {
      width: 35%;
    padding: clamp(0.938rem, 0.729rem + 0.43vw, 1.25rem) 4px;
    text-align: center;
    background-color: #F7F7F7;
}
.merit__text1 {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 600;
    color: #818181;
}
.merit-item__right {
      width: 65%;
    padding: clamp(0.938rem, 0.729rem + 0.43vw, 1.25rem) 16px;
    text-align: center;
    background-color: #fff;
}
.merit__text2 {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 500;
}
.merit-wrap__logoBox {
      background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: clamp(3.375rem, 2.292rem + 2.26vw, 5rem);
  border-bottom: 1px solid #D8D8D8;
}
.merit-wrap__logo {
  width: clamp(9.375rem, 5.708rem + 7.64vw, 14.875rem);
}

.course {
      padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
    padding-bottom: 80px;
}
.course__inner {
  padding: 0 clamp(1.25rem, -20.2rem + 26.83vw, 12rem);
}
.course__content {
      margin-top: clamp(4.625rem, 4.375rem + 0.52vw, 5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.course-title__sub {
      font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #0360AA;
}
.course-title__sub::before,
.course-title__sub::after {
  background-color: #0360AA; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height:2px; /* 線の高さ */
  width: 13px; /* 線の長さ */
}
.course-title__sub::before {
  margin-right: 7px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.course-title__sub::after {
  margin-left: 7px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.course-title__main {
      margin-top: 14px;
    font-size: clamp(1.75rem, 1.583rem + 0.35vw, 2rem);
    font-weight: 700;
    color: #0360AA;
    padding-bottom: 10px;
    border-bottom: 3px solid #0360AA;
    width: clamp(20rem, 18.333rem + 3.47vw, 22.5rem);
    text-align: center;
}
.course__text {
      margin-top: clamp(1.625rem, 1.458rem + 0.35vw, 1.875rem);
    line-height: 2;
    font-weight: 500;
}
.course__items {
  margin-top: clamp(1.875rem, 0.458rem + 2.95vw, 4rem);
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(1.25rem, 0.208rem + 2.17vw, 2.813rem);
}
.course-item__sub {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    text-align: center;
    font-weight: 700;
    color: #0360AA;
}
.course-item__number {
      margin-top: 7px;
    width: clamp(5.25rem, 4.75rem + 1.04vw, 6rem);
    height: clamp(2.625rem, 2.375rem + 0.52vw, 3rem);
    background-color: #0360AA;
    border-radius: 50% / 100% 100% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #Fff;
    font-size: clamp(1.563rem, 1.396rem + 0.35vw, 1.813rem);
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}
.course__box {
      border: 2px solid #0360AA;
    border-radius: 13px;
    padding: clamp(1.5rem, 1.167rem + 0.69vw, 2rem) clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.course-box__title {
      font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}
.course-box__wrap {
      margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
}
.course-box__item {
      display: flex;
    column-gap: 20px;
}
.course-box__left {
      width: 20%;
  min-width: 77px;
    padding: 6px;
    text-align: center;
    background-color: #0360AA;
    border-radius: 17px;
    color: #fff;
    font-size: 12px;
  height: fit-content;
}
.course-box__right {
  width: 80%;
}
.course-box-right__text {
    font-size: 16px;
    font-weight: 700;
    color: #0360AA;
}
.recommend__title {
      margin-top: 25px;
    font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-weight: 700;
}
.recommend__title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
  height: 27px;
    background: url(https://genkiippai.co.jp/system_panel/uploads/images/hoshi.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.recommend__title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 27px;
    background: url(https://genkiippai.co.jp/system_panel/uploads/images/hoshi.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.recommend__text {
      margin-top: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 600;
    line-height: 2;
    width: 100%;
}
.sample__text {
      margin-top: 22px;
    line-height: 2;
    font-weight: 500;
  word-break: break-all;
}

.shared {
  margin-top: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
      margin-left: clamp(0rem, -5.75rem + 11.98vw, 8.625rem);
    margin-right: clamp(0rem, -5.75rem + 11.98vw, 8.625rem);
    display: flex;
    column-gap: clamp(1.25rem, -0.417rem + 3.47vw, 3.75rem);
    padding: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem) clamp(1.25rem, -3rem + 8.85vw, 7.625rem);
    border: 2px solid #0360AA;
    border-radius: 13px;
}
.shared__left {
  width: 45%;
  min-width: 350px;
      display: flex;
    flex-direction: column;
    align-items: center;
}
.course-box-right__day {
      margin-top: 12px;
    line-height: 2;
    font-weight: 500;
}
.shared__line {
  border-left: 1px solid #D8D8D8;
}
.shared__right {
  width: 55%;
}
.shared-right__text1 {
      color: #0360AA;
    text-align: center;
    font-weight: 700;
}
.shared-right__text2 {
      margin-top: 13px;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 600;
    text-align: center;
    color: #0360AA;
}
.shared__img {
  margin-top: 20px;
      aspect-ratio: 474/257;
    object-fit: cover;
}

.course__bottom {
      margin-top: clamp(2.5rem, 2.167rem + 0.69vw, 3rem);
    display: flex;
    justify-content: center;
}
.btn1--blue {
      background-color: #0360AA;
    border: 1px solid #0360AA;
}
.btn1--blue:hover .btn1__text--blue {
  color: #0360AA;
}

.flow {
      background-color: #EDF6FF;
    padding: 40px 0;
}
.flow__inner {
  padding: 0 clamp(6.25rem, -13rem + 40.1vw, 35.125rem);
}
.flow__container {
      background-color: #fff;
    padding-top: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
    padding-bottom: clamp(2rem, 0.667rem + 2.78vw, 4rem);
    padding-left: clamp(1.25rem, -2.583rem + 7.99vw, 7rem);
    padding-right: clamp(1.25rem, -2.583rem + 7.99vw, 7rem);
}
.flow__text {
      margin-top: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    margin-bottom: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    text-align: center;
    line-height: 2;
    font-weight: 500;
}
.flow__img {
  object-fit: contain;
}

.case {
  padding: 120px 0;
}
.case__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.case__items {
      margin-top: clamp(2.5rem, 1.5rem + 2.08vw, 4rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(4rem, 3.333rem + 1.39vw, 5rem);
}
.case__item {
      display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #C6C6C6;
    column-gap: clamp(1.25rem, 0.667rem + 1.22vw, 2.125rem);
}
.case-item__left {
      width: 27%;
    min-width: 280px;
}
.case-item__img {
      aspect-ratio: 346/260;
    object-fit: cover;
}
.case-item__logo {
      margin-top: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    width: clamp(8.313rem, 6.938rem + 2.86vw, 10.375rem);
    object-fit: contain;
}
.case-item__company {
      margin-top: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 500;
}
.case-item__box {
      margin-top: clamp(0.375rem, 0.125rem + 0.52vw, 0.75rem);
    display: flex;
    align-items: baseline;
    column-gap: 20px;
}
.case-item__department {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 500;
}
.case-item__name {
      color: #0360AA;
    font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 600;
}
.case-item__right {
  width: 73%;
}
.case-item__title {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 500;
    line-height: 2;
    color: #0360AA;
}
.case-item__text {
      margin-top: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 500;
    line-height: 2;
}

.faq {
      padding: clamp(5rem, 3.333rem + 3.47vw, 7.5rem) 0  clamp(5rem, 1.667rem + 6.94vw, 10rem);
    background-color: #F6F7F9;
    position: relative;
    z-index: 40;
}
.faq__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.faq__items {
      margin-top: clamp(2rem, 4.17vw, 5rem);
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}
.fqa__header {
      display: flex;
    column-gap: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    align-items: baseline;
    padding-bottom: clamp(1rem, 2.08vw, 2.5rem);
    border-bottom: 1px solid #B1B1B1;
}
.faq__q {
      width: 34px;
    height: 34px;
    min-width: 34px;
    background-color: #0360AA;
    color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 600;
}
.faq__title {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 600;
  color: #0360AA;
  word-break: normal;
}
.faq__content {
      display: flex;
    column-gap: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    align-items: baseline;
    padding: clamp(1.25rem, 0.083rem + 2.43vw, 3rem) 0;
    background-color: #fff;
    border-bottom: 1px solid #B1B1B1;
  padding-right: 20px;
}
.faq__a {
      width: 34px;
    height: 34px;
    min-width: 34px;
    background-color: #fff;
    color: #0360AA;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 600;
    border: 2px solid #0360AA;
}
.faq__text {
  font-weight: 500;
  width: 96%;
  word-break: normal;
}

@media (max-width: 1279px) {
  .course__text {
    padding: 0 20px;
  }
  .course__items {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 37px;
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .fv__container {
        padding-top: 100px;
    border-left: none;
    border-bottom: clamp(1.063rem, 0.229rem + 1.74vw, 2.313rem) solid #015FAB;
  }
  .fv__content {
        flex-direction: column-reverse;
    row-gap: 32px;
    padding: 0;
  }
  .fv__left {
    padding: 0 20px;
  }
  
  .worries {
        margin-top: 40px;
    padding-bottom: clamp(8.813rem, 6.291rem + 10.34vw, 11.25rem);
  }
  .worries__img {
    height: clamp(6.375rem, 2.625rem + 15.38vw, 10rem);
  }
  .worries__items {
        flex-direction: column;
    width: 100%;
    max-width: 500px;
  }
  .worries__item:nth-child(2) {
        top: 0;
    margin-left: auto;
  }
  
  .service-content__deco {
    display: none;
  }
  
  .feature__content {
        flex-direction: column;
    row-gap: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature__left,
  .feature__right {
    width: 100%;
  }
  
  .merit__content {
        margin-top: 46px;
    grid-template-columns: repeat(1, 1fr);
    max-width: 600px;
    row-gap: 56px;
  }
  
  .shared {
        flex-direction: column;
    row-gap: 40px;
    max-width: 600px;
  }
  .shared__left,
  .shared__right {
        width: 100%;
    min-width: unset;
  }
  .shared__line {
        border-left: 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .shared-right__text2 {
    font-size: 16px;
  }
  
  .flow__inner {
    padding: 0 clamp(1.25rem, -3.922rem + 21.22vw, 6.25rem);
  }
  
  .case__items {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .case__item {
        flex-direction: column;
    row-gap: 40px;
  }
  .case-item__left {
        min-width: unset;
        width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .case-item__right {
        width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .faq__q,
  .faq__a {
        width: 24px;
    height: 24px;
    min-width: 24px;
  }
}

@media (max-width: 389px) {
  .fv__logo {
    width: 100%;
  }
  .fv__title {
    font-size: 14px;
  }
  
  .worries__title {
        font-size: clamp(1rem, 0.42rem + 2.9vw, 1.125rem);
  }
  .worries__title span {
    font-size: clamp(1.375rem, -0.944rem + 11.59vw, 1.875rem);
  }
  
  .service__inner {
    padding: 0 10px;
  }
  .service__header span {
    font-size: clamp(1.25rem, 0.091rem + 5.8vw, 1.5rem);
  }
  .service__title {
    font-size: 14px;
  }
  
  .feature-item__title {
    font-size: clamp(0.875rem, 0.295rem + 2.9vw, 1rem);
  }
  .feature-item__text {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  
  .merit__title {
        padding-left: 10px;
    padding-right: 10px;
  }
  .merit__title span {
    font-size: 18px;
  }
  .merit__wrap {
    border: 1px solid #707070;
  }
  .merit__item {
    flex-direction: column;
  }
  .merit-item__left {
        width: 100%;
    padding: 10px 0;
  }
  .merit-item__right {
    width: 100%;
  }
  .merit__text1,
  .merit__text2 {
    font-size: 14px;
  }
  
  .course-title__main {
        width: 280px;
    font-size: 24px;
  }
  .course-box-right__text {
    font-size: clamp(0.875rem, 0.295rem + 2.9vw, 1rem);
  }
  .recommend__text {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  .course-title__sub {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  .recommend__title {
    font-size: clamp(0.875rem, 0.295rem + 2.9vw, 1rem);
  }
  
  .flow__inner {
    padding: 0 10px;
  }
  .flow__text {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  
  .case-item__left {
    width: 90%;
  }
  .case-item__right {
    width: 100%;
  }
  .case-item__title {
    font-size: clamp(0.875rem, 0.295rem + 2.9vw, 1rem);
  }
  .case-item__text {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  
  .faq__inner {
    padding: 0 10px;
  }
}