/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** pages */
.service-box__content ul, .list-check ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ba-row__body, .faqs__item--body, .about-fees__content, .steps-row__item--body, .specialist-day__body, .row-icon__body, .box-icon, .page-content__box--content {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.ba-row__body h3, .steps-row__item--body h4, .specialist-day h2, .row-icon__body h3, .box-icon h3 {
  font-family: "BIZ UDPMincho", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 992px) {
  .ba-row__body h3, .steps-row__item--body h4, .specialist-day h2, .row-icon__body h3, .box-icon h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .ba-row__body h3, .steps-row__item--body h4, .specialist-day h2, .row-icon__body h3, .box-icon h3 {
    font-size: 28px;
  }
}

.btn-radius {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  vertical-align: middle;
  background: var(--primary);
  color: var(--white);
  display: inline-flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border-radius: 16px;
  padding: 5px 15px;
}
@media only screen and (min-width: 1200px) {
  .btn-radius {
    font-size: 22px;
    padding: 5px 26px;
    min-height: 70px;
    padding: 5px 20px;
    border-radius: 20px;
  }
}
.btn-radius img {
  width: 40px;
}
@media only screen and (min-width: 1200px) {
  .btn-radius img {
    width: 46px;
  }
}
.btn-radius--lg {
  min-height: 70px;
  padding: 5px 20px;
}
@media only screen and (min-width: 1200px) {
  .btn-radius--lg {
    min-height: 90px;
    font-size: 28px;
    padding: 5px 35px;
  }
}
.btn-radius--lg img {
  width: 42px;
}
@media only screen and (min-width: 1200px) {
  .btn-radius--lg img {
    width: 49px;
  }
}
.btn-radius:hover {
  opacity: 0.7;
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

.page-content__box--heading-margin {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .page-content__box--heading-margin {
    margin-bottom: 90px;
  }
}
.page-content__box--margin {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .page-content__box--margin {
    margin-bottom: 80px;
  }
}
.page-content__box--content {
  margin-top: 20px;
}

.grid-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media only screen and (min-width: 768px) {
  .grid-box {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-box {
    gap: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .grid-box--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid-box--icons {
  gap: 56px;
}
@media only screen and (min-width: 768px) {
  .grid-box--icons {
    gap: 56px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-box--icons {
    gap: 69px 36px;
  }
}

.box-icon {
  background: url("../images/new/box-bg-1.png") repeat 0 0;
  border-radius: 20px;
  padding: 19px 18px;
}
.box-icon--special {
  background: url("../images/new/box-bg-2.png") repeat 0 0;
}
.box-icon figure {
  text-align: center;
  margin: -41px 0 5px;
}
.box-icon figure img {
  max-width: 86px;
}
.box-icon h3 {
  text-align: center;
  color: var(--text-body);
  margin: 0 0 9px;
}
.box-icon h5 {
  margin: 12px auto 14px;
  background: var(--white);
  border-radius: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 20px;
  max-width: 230px;
  min-height: 44px;
}
@media only screen and (min-width: 1200px) {
  .box-icon h5 {
    font-size: 26px;
    max-width: 260px;
    min-height: 50px;
  }
}

.list-check {
  background: url("../images/new/box-bg-1.png") repeat 0 0;
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (min-width: 1200px) {
  .list-check {
    border-radius: 30px;
    padding: 33px 36px 42px;
  }
}
.list-check h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-body);
  margin: 0 0 20px;
}
@media only screen and (min-width: 1200px) {
  .list-check h3 {
    font-size: 28px;
  }
}
.list-check ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 1200px) {
  .list-check ul {
    font-size: 20px;
  }
}
.list-check ul li {
  background: url("../images/new/check-icon.svg") no-repeat 12px 50%/40px var(--white);
  border-radius: 10px;
  min-height: 60px;
  padding: 6px 18px 6px 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list-check ul li + li {
  margin-top: 10px;
}

.service-box {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .service-box {
    display: flex;
    margin-bottom: 80px;
  }
}
.service-box figure {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .service-box figure {
    order: 2;
    width: 52%;
    margin: 0;
  }
}
.service-box figure img {
  width: 100%;
}
.service-box__content {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .service-box__content {
    width: 48%;
  }
}
.service-box__content h3 {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: var(--text-body);
  background: var(--second);
  margin: 0 0 18px;
  padding: 5px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 12px;
  min-height: 52px;
}
@media only screen and (min-width: 768px) {
  .service-box__content h3 {
    border-radius: 12px 0 0 12px;
  }
}
@media only screen and (min-width: 992px) {
  .service-box__content h3 {
    font-size: 24px;
    border-radius: 17px 0 0 17px;
    min-height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-box__content h3 {
    font-size: 30px;
  }
}
.service-box__content ul {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-align: left;
  padding-inline: 20px;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .service-box__content ul {
    padding-inline: 40px 10px;
    font-size: 20px;
  }
}
.service-box__content ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  min-height: 44px;
}
.service-box__content ul li + li {
  margin-top: 23px;
}
.service-box__content ul li img {
  width: 43px;
  min-width: 43px;
}
.service-box__content .btn-radius {
  margin-top: 33px;
}

.hotline--2 {
  margin-block: 46px 60px;
}
@media only screen and (min-width: 1200px) {
  .hotline--2 {
    margin-block: 46px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .hotline--2 h2 {
    font-size: 36px;
  }
}
.hotline--2 .hotline__button--2 {
  border: 1px solid #ED6E3D;
}

.services-grid .box-icon h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .services-grid .box-icon h3 {
    min-height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .services-grid .box-icon h3 {
    min-height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .services-grid .box-icon h3 {
    min-height: 88px;
  }
}

.row-icon {
  padding: 20px;
  background: url("../images/new/box-bg-1.png") repeat 0 0;
  border-radius: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .row-icon {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .row-icon {
    padding: 28px 50px 28px 45px;
  }
}
.row-icon + .row-icon {
  margin-top: 20px;
}
.row-icon figure {
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .row-icon figure {
    width: 86px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .row-icon__body {
    width: calc(100% - 86px);
    padding-left: 35px;
  }
}
.row-icon__body h3 {
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .row-icon__body h3 {
    margin: 0 0 6px;
  }
}

.specialist-day {
  text-align: center;
}
.specialist-day h2 {
  display: inline-block;
  background: url("../images/new/box-bg-2.png") repeat 0 0;
  text-align: center;
  margin: 0 0 30px;
  width: 100%;
  max-width: 696px;
  padding: 7px 20px;
  border-radius: 20px;
}
.specialist-day__body {
  text-align: center;
  margin-top: 20px;
}
.specialist-day__body .btn-radius {
  margin-top: 28px;
}

.steps-row__item {
  display: flex;
  background: url("../images/new/box-bg-1.png") repeat 0 0;
  position: relative;
  border-radius: 20px;
}
.steps-row__item + .steps-row__item {
  margin-top: 69px;
}
.steps-row__item + .steps-row__item::before {
  content: "";
  border-top: 32px solid #F5EA5D;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  left: 50%;
  top: -49px;
  transform: translateX(-50%);
}
.steps-row__item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/new/box-bg-3.png") repeat 0 0;
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.14em;
  border-radius: 20px 0 0 20px;
  color: var(--white);
  width: 70px;
  padding-left: 6px;
}
@media only screen and (min-width: 768px) {
  .steps-row__item h3 {
      padding-left: 0;
    width: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .steps-row__item h3 {
    width: 140px;
    font-size: 50px;
  }
}
.steps-row__item--body {
  width: calc(100% - 70px);
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .steps-row__item--body {
    width: calc(100% - 90px);
  }
}
@media only screen and (min-width: 992px) {
  .steps-row__item--body {
    width: calc(100% - 140px);
    padding: 24px 35px 35px 24px;
  }
}
.steps-row__item--body h4 {
  margin: 0 0 4px;
}

.about-fees .page-content__box--heading {
  margin-bottom: 67px;
}
.about-fees .box-icon figure {
  margin-bottom: 12px;
}
.about-fees__content {
  line-height: 2;
  margin-top: 24px;
}
.about-fees__content h4 {
  font-family: "BIZ UDPMincho", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0 0 4px;
}
.about-fees__content ul {
  padding-left: 20px;
}

.faqs__item {
  background: url("../images/new/box-bg-1.png") repeat 0 0;
  border-radius: 20px;
}
.faqs__item + .faqs__item {
  margin-top: 15px;
}
.faqs__item h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 20px 50px 20px 45px;
  cursor: pointer;
  position: relative;
  background: url("../images/new/plus-circle.svg") no-repeat calc(100% - 16px) 50%/26px;
}
@media only screen and (min-width: 768px) {
  .faqs__item h3 {
    padding: 20px 90px 20px 77px;
    background-position: calc(100% - 18px) 50%;
    background-size: 46px;
    font-size: 22px;
  }
}
.faqs__item h3::before {
  content: "Q";
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  color: var(--primary);
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
@media only screen and (min-width: 768px) {
  .faqs__item h3::before {
    font-size: 28px;
    left: 32px;
  }
}
.faqs__item--body {
  padding: 0 20px 20px 45px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .faqs__item--body {
    padding: 0 90px 15px 77px;
  }
}
.faqs__item.show h3 {
  background-image: url("../images/new/minus-circle.svg");
}

.ba-row {
  padding: 24px;
  border-radius: 20px;
  background: url("../images/new/box-bg-1.png") repeat 0 0;
}
@media only screen and (min-width: 768px) {
  .ba-row {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .ba-row {
    padding: 36px;
  }
}
.ba-row + .ba-row {
  margin-top: 20px;
}
.ba-row__compare {
  display: flex;
  gap: 46px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ba-row__compare {
    width: 41.6%;
    margin-bottom: 0;
  }
}
.ba-row__compare::before {
  content: "";
  position: absolute;
  border-left: 17px solid var(--primary);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ba-row__compare figure {
  width: calc(50% - 23px);
}
.ba-row__compare figure img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .ba-row__body {
    width: 58.4%;
    padding-left: 40px;
  }
}

/*# sourceMappingURL=sub-page.css.map */
