@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.main p {
  letter-spacing: 0.05em;
  word-break: break-all;
}
.main .z3 {
  z-index: 3;
}
.main .alc {
  align-items: center;
}
.main .ib {
  display: inline-block;
}
.main .rad10 {
  border-radius: 10px;
}
.main .txt_yf {
  color: #fff78c;
}
.main .txt_yf2 {
  color: #ffe200;
}
.main .txt_bl3 {
  color: #3963bb;
}
.main .bg_aqua {
  background: #eaeef8;
}
.main .bg_aqua2 {
  background: #ecf4f8;
}
.main .bg_bl3 {
  background-color: #3963bb;
}
.main .bg_w {
  background-color: #fff;
}
.main .font-r {
  font-family: "Roboto", sans-serif;
}
.main .font-o {
  font-family: "Oswald", sans-serif;
}
.main .cc {
  display: grid;
  place-items: center;
}
.main .marker_y1 {
  background: linear-gradient(transparent 70%, #fff126 0%);
  padding: 2px;
}
.main .marker_y2 {
  background: linear-gradient(transparent 65%, #ffe200 0%);
}
.main .palt {
  font-feature-settings: "palt";
}
.main .lh18 {
  line-height: 1.8;
}
.main .lh16 {
  line-height: 1.6;
}
.main .lh1 {
  line-height: 1;
}
.main .lh2 {
  line-height: 2;
}
.main .ls01 {
  letter-spacing: 0.1em;
}
.main .ls05 {
  letter-spacing: 0.05em;
}
.main .ls08 {
  letter-spacing: 0.08em;
}
.main .fb900 {
  font-weight: 900;
}
.main .fb600 {
  font-weight: 600;
}
.main .fb500 {
  font-weight: 500;
}
.main .pd_50 {
  padding: 50px 0;
}

@media screen and (min-width: 481px) {
  .main .box1000 {
    max-width: 96%;
  }
  .main .box1100 {
    max-width: 96%;
    width: 1100px;
    margin-inline: auto;
  }
  .main .rad20 {
    border-radius: 20px;
  }
  .main .txt70 {
    font-size: 70px;
  }
  .main .txt54 {
    font-size: 54px;
  }
  .main .txt48 {
    font-size: 48px;
  }
  .main .txt46 {
    font-size: 46px;
  }
  .main .txt42 {
    font-size: 42px;
  }
  .main .txt39 {
    font-size: 39px;
  }
  .main .nowrap_pc {
    white-space: nowrap;
  }
  .main .mt_10 {
    margin-top: -10px;
  }
  .main .flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .main * {
    line-height: 1.68;
  }
  .main .rad20 {
    border-radius: 10px;
  }
  .main .txt54 {
    font-size: 40px;
  }
  .main .txt48 {
    font-size: 28px;
  }
  .main .txt46 {
    font-size: 26px;
  }
  .main .txt16,
  .main .txt14sp {
    font-size: 14px;
  }
  .main .txt9sp {
    font-size: 9px;
  }
  .main .txt10sp {
    font-size: 10px;
  }
  .main .txt11sp {
    font-size: 11px;
  }
  .main .txt12sp {
    font-size: 12px;
  }
  .main .txt13sp {
    font-size: 13px;
  }
  .main .txt15sp {
    font-size: 15px;
  }
  .main .txt16sp {
    font-size: 16px;
  }
  .main .txt17sp {
    font-size: 17px;
  }
  .main .txt18sp {
    font-size: 18px;
    line-height: 1.6;
  }
  .main .txt20sp {
    font-size: 20px;
  }
  .main .txt22sp {
    font-size: 22px;
  }
  .main .txt24sp {
    font-size: 24px;
  }
  .main .txt28sp {
    font-size: 28px;
  }
  .main .txt30sp {
    font-size: 30px;
  }
  .main .txt32sp {
    font-size: 32px;
  }
  .main .pd_50 {
    padding: 40px 0;
  }
  .main .sp_nowrap {
    white-space: nowrap;
  }
  .main .lh1sp {
    line-height: 1;
  }
  .main .flex-center_sp,
  .main .flex-center.sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main .flex-start_sp,
  .main .flex-start.sp {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .main .justify_sp,
  .main .justify.sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main .column_sp {
    display: flex;
    flex-direction: column;
  }
}
/* ここから　共通の読み込み */
#advantage #gnavi ul.pa > li.nav02:after {
  background: #de3b5e;
  transform: scale(1, 1);
}

.h2_wrap {
  background-color: #3963bb;
  color: #fff;
  padding: 22px 10px 21px;
  position: relative;
}
.h2_wrap.fuki {
  padding-top: 33px;
}
.h2_wrap.fuki::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 24px solid #ecf4f8;
}
@media screen and (max-width: 480px) {
  .h2_wrap {
    padding: 10px 10px 13px;
  }
  .h2_wrap.fuki {
    padding: 32px 10px 26px;
  }
  .h2_wrap.fuki::before {
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 20px solid #ecf4f8;
  }
  .h2_wrap.fuki .txt_y {
    margin-top: 5px;
  }
}
.h2_wrap .txt_y {
  color: #ffff72;
}

.consul_box2025 {
  background: url(/img/consulting/bg_consul.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 39px 10px 46px;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.consul_box2025:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: linear-gradient(90deg, #1885c3 40%, #3963bb 100%);
  z-index: -1;
}
.consul_box2025 .bg_bl3 {
  height: 50px;
  padding: 0 23px;
  border-radius: 5px;
  vertical-align: middle;
  border-radius: 5px;
  background: rgba(57, 99, 187, 0.5);
}
.consul_box2025 .bg_bl3 * {
  vertical-align: middle;
  line-height: 50px;
}
.consul_box2025 .img_cons {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 337px;
  height: 438px;
}
.consul_box2025 .kaede {
  right: calc(50% + 290px);
}
.consul_box2025 .tsugaya {
  left: calc(50% + 290px);
}
@media screen and (max-width: 480px) {
  .consul_box2025 {
    padding: 30px 10px;
    background: url(/img/consulting/bg_consul.png) 0 50% no-repeat;
    background-size: cover;
    background-size: auto 100%;
  }
  .consul_box2025 .txt_consul img {
    width: 290px;
  }
  .consul_box2025 .bg_bl3 {
    height: 36px;
    padding: 0 14px;
  }
  .consul_box2025 .bg_bl3 * {
    line-height: 36px;
  }
  .consul_box2025 .img_cons {
    width: 172px;
    height: 223px;
  }
  .consul_box2025 .kaede {
    right: calc(50% + 70px);
  }
  .consul_box2025 .tsugaya {
    left: calc(50% + 50px);
  }
  .consul_box2025 .btn_rose a {
    font-size: 18px;
  }
}
.consul_box2025 .btn_txt {
  margin: 12px auto -20px !important;
  position: relative;
  width: 180px;
  line-height: 42px;
  border-radius: 20.5px;
  background: #fff78c;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 5;
  font-weight: bold !important;
}
@media screen and (max-width: 480px) {
  .consul_box2025 .btn_txt {
    margin-bottom: -10px !important;
    margin-top: -10px !important;
  }
}
.consul_box2025 .btn_txt .font-r {
  padding: 0 3px;
}
.consul_box2025 .btn_txt:before {
  display: block;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff78c;
}
@media screen and (max-width: 480px) {
  .consul_box2025 .btn_txt {
    margin: -10px auto -15px;
    width: 137px;
    line-height: 30px;
  }
  .consul_box2025 .btn_txt .font-r {
    font-size: 24px;
    padding: 0 2px;
    line-height: 30px;
  }
}

.slide-animation {
  overflow: hidden;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  padding-bottom: 40px;
}
.slide-animation .slide-contents {
  width: auto;
  flex-wrap: nowrap;
  display: flex;
  animation: loopAnimation 68s linear infinite;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.slide-animation .slide-contents img {
  width: auto;
  height: 266px;
  max-width: none;
  border-radius: 10px;
}
.slide-animation .badge700 {
  position: absolute;
  bottom: 0;
  left: calc(50% + 270px);
  margin: auto;
  width: 235px;
  height: 235px;
}
.slide-animation + .txt13 {
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  .slide-animation {
    gap: 10px;
    padding-bottom: 10px;
  }
  .slide-animation:has(.badge700) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .slide-animation .slide-contents {
    gap: 10px;
  }
  .slide-animation .slide-contents img {
    height: 130px;
  }
  .slide-animation .badge700 {
    left: auto;
    right: 10px;
    margin: auto;
    width: 110px;
    height: 110px;
  }
}

@keyframes loopAnimation {
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(-100%);
  }
}
.bg_grade_tit_wrap {
  text-align: center;
  background: linear-gradient(90deg, rgb(0, 196, 213) 20%, rgb(57, 99, 187) 90%);
  padding: 40px 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .bg_grade_tit_wrap {
    padding: 28px 10px 24px;
  }
}
.bg_grade_tit_wrap .fuki {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 7px 22px;
  color: #fff;
  background: #3963bb;
  border-radius: 40px;
  white-space: nowrap;
  line-height: 1.2;
}
.bg_grade_tit_wrap .fuki::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #3963bb;
}
.bg_grade_tit_wrap .sub {
  font-size: 24px;
}

/* ここまで */
/* 共通 */
:root {
  --monteserrat: "Montserrat";
}

#advantage .main-content {
  box-sizing: border-box;
  font-family: var(--monteserrat), "Noto Sans JP";
}
@media screen and (max-width: 480px) {
  #advantage .main-content {
    min-width: 0;
    max-width: 100%;
  }
}
#advantage .main-content :where(p) {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
  word-break: unset;
}
@media screen and (max-width: 480px) {
  #advantage .main-content :where(p) {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
#advantage .main-content :where(p):last-of-type {
  margin-bottom: 0;
}
#advantage .main-content .btn_rose {
  text-align: center;
}
#advantage .main-content .btn_rose a {
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #de3b5e;
  line-height: 94px;
  width: 560px;
  height: 100px;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  overflow: hidden;
  font-weight: bold !important;
}
@media screen and (min-width: 481px) {
  #advantage .main-content .btn_rose a {
    font-size: 29px;
  }
}
@media screen and (max-width: 480px) {
  #advantage .main-content .btn_rose a {
    line-height: 56px;
    width: min(345px, 100%);
    height: 60px;
    border: 2px solid #fff;
  }
}
#advantage .main-content .btn_rose a.mail span {
  background: url(/img/listing/i_mail.svg) 0 52% no-repeat;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  #advantage .main-content .btn_rose a.mail span {
    background-size: 19px auto;
    padding-left: 24px;
  }
}
@media screen and (min-width: 481px) {
  #advantage .main-content .btn_rose a.ar {
    width: 500px;
    line-height: 78px;
  }
}
#advantage .main-content .btn_rose a.ar span {
  background: url(/img/indeed/btn_ar.svg) 100% 52% no-repeat;
  background-size: 9px auto;
  padding-right: 16px;
}
@media screen and (max-width: 480px) {
  #advantage .main-content .btn_rose a.ar {
    line-height: 56px;
    height: 60px;
  }
}
#advantage .main-content .btn_rose a.i_fuki span {
  padding-left: 38px;
  background: url(/img/consulting/i_fuki.svg) 0 50% no-repeat;
  background-size: 30px auto;
}
@media screen and (max-width: 480px) {
  #advantage .main-content .btn_rose a.i_fuki span {
    padding-left: 24px;
    background-size: 18px auto;
  }
}
@media screen and (min-width: 481px) {
  #advantage .main-content .btn_rose a.w600 {
    font-size: 26px;
    line-height: 88px;
    width: 600px;
    height: 93px;
    background-color: #3963bb;
  }
}
#advantage .main-content .btn_rose a:hover {
  opacity: 0.8;
}
#advantage .main-content .txt_consul img {
  width: 580px;
}
@media screen and (max-width: 480px) {
  #advantage .main-content .txt_consul img {
    width: 290px;
  }
}

.section-inner {
  width: 1200px;
  padding-inline: 25px;
  margin-inline: auto;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .section-inner {
    padding-inline: 20px;
  }
}

.simple-title {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .simple-title {
    font-size: 16px;
  }
}

.text-bg-yellow {
  background: linear-gradient(to bottom, transparent calc(100% - 12px), #fff700 calc(100% - 12px));
  font-weight: bold;
}

.text-blue {
  color: #3963bb;
}

.text-green {
  color: #39a6bb;
}

.round-img {
  border-radius: 10px;
}

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

/* 共通ここまで */
.breadcrumb {
  position: absolute;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.main-view {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  background-image: url(../images/mv-bg.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 480px) {
  .main-view {
    height: 120px;
    background-image: url(../images/sp-mv-bg.jpg);
  }
}
.main-view__title {
  font-size: 42px;
}
@media screen and (max-width: 480px) {
  .main-view__title {
    font-size: 24px;
  }
}

#s01 {
  padding-block: 60px;
}
@media screen and (max-width: 480px) {
  #s01 {
    padding-block: 30px 50px;
  }
}
@media screen and (max-width: 480px) {
  #s01 .h2_wrap {
    line-height: 1.5;
  }
}
#s01 .section-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  #s01 .section-inner {
    flex-direction: column;
    gap: 24px;
  }
}
#s01 .section-inner .text-wrap {
  flex-grow: 1;
}
#s01 .section-inner .img-wrap {
  width: 500px;
  flex-shrink: 0;
  max-width: 100%;
}

#s02 .fuki::before {
  border-top-color: white;
}
#s02 .feature {
  background-color: #ecf4f8;
  padding-block: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #s02 .feature {
    padding-block: 40px 50px;
  }
}
#s02 .feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 4.6rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #s02 .feature__list {
    flex-direction: column;
    gap: 31px;
  }
}
#s02 .feature-item {
  text-align: center;
  position: relative;
  background-color: white;
  padding: 38px 25px 45px;
  width: 360px;
  height: 240px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #s02 .feature-item {
    padding: 28px 10px 35px;
    height: auto;
  }
}
#s02 .feature-item::after {
  content: "";
  display: block;
  width: 45px;
  height: 18px;
  background-image: url(../images/ic-anchor.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  #s02 .feature-item::after {
    width: 30px;
    height: 12px;
    bottom: 10px;
  }
}
#s02 .feature-item__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  background-color: #3963bb;
  border-radius: 50px;
  width: 150px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  #s02 .feature-item__label {
    width: 128px;
    height: 34px;
    font-size: 16px;
  }
}
#s02 .feature-item__label::after {
  content: "";
  display: block;
  border: transparent solid 10px;
  border-top-color: #3963bb;
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
}
#s02 .feature-item__label img {
  width: 26px;
}
@media screen and (max-width: 480px) {
  #s02 .feature-item__label img {
    width: 22px;
  }
}
#s02 .feature-item__label .in-num {
  font-size: 24px;
  margin-left: 3px;
}
@media screen and (max-width: 480px) {
  #s02 .feature-item__label .in-num {
    font-size: 20px;
  }
}
#s02 .feature-item__title {
  color: #3963bb;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  #s02 .feature-item__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#s02 .feature-item__desc {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #s02 .feature-item__desc {
    font-size: 14px;
  }
}

.feature-section .h2_wrap {
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .feature-section .h2_wrap {
    padding-block: 30px 20px;
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .feature-section .h2_wrap .sub {
    line-height: 1.7;
  }
}
.feature-section .h2_wrap .feature-label {
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 150px;
  height: 40px;
  background-color: #183b83;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .feature-section .h2_wrap .feature-label {
    width: 128px;
    height: 34px;
    font-size: 16px;
  }
}
.feature-section .h2_wrap .feature-label img {
  width: 26px;
}
@media screen and (max-width: 480px) {
  .feature-section .h2_wrap .feature-label img {
    width: 22px;
  }
}
.feature-section .h2_wrap .feature-label .in-num {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .feature-section .h2_wrap .feature-label .in-num {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .feature-section .h2_wrap .txt70 {
    font-size: 48px;
  }
}
.feature-section .section-title {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .feature-section .section-title {
    font-size: 22px;
  }
}
.feature-section .section-title .sub {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .feature-section .section-title .sub {
    display: inline-block;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
  }
}

@media screen and (min-width: 481px) {
  #feature01 {
    margin-top: -200px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  #feature01 {
    margin-top: -80px;
    padding-top: 60px;
  }
}
#feature01 .feature01 {
  padding-block: 40px 70px;
}
#feature01 .feature01 p {
  word-break: break-all;
}
#feature01 .feature01-mv {
  padding-inline: 25px;
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  #feature01 .feature01-mv {
    padding: 0;
    width: 100%;
  }
}
#feature01 .feature01-mv .mv-label {
  position: absolute;
  width: 235px;
  left: -25px;
  bottom: 22px;
}
@media screen and (max-width: 480px) {
  #feature01 .feature01-mv .mv-label {
    width: 108px;
    bottom: -8px;
    left: -25px;
  }
}
#feature01 .partner_box {
  margin: 36px auto 45px;
}
@media screen and (max-width: 480px) {
  #feature01 .partner_box {
    margin: 36px auto 0;
    align-items: flex-end;
    gap: 35px 20px;
    padding-inline: 10px;
  }
}
#feature01 .partner_box .p_logo {
  text-align: center;
}
@media screen and (min-width: 481px) {
  #feature01 .partner_box .p_logo .img_wrap {
    height: 164px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  #feature01 .partner_box .p_logo.order1_sp {
    order: -2;
  }
  #feature01 .partner_box .p_logo.order2_sp {
    order: -1;
  }
  #feature01 .partner_box .p_logo .img_wrap {
    margin-bottom: 13px;
  }
  #feature01 .partner_box .p_logo .img_g {
    width: auto;
    height: 110px;
  }
  #feature01 .partner_box .p_logo .img_kbox,
  #feature01 .partner_box .p_logo .img_y {
    width: auto;
    height: 68px;
  }
  #feature01 .partner_box .p_logo .img_indeed {
    width: auto;
    height: 87px;
  }
}
#feature01 .center-heading {
  margin-block: 70px 24px;
  text-align: center;
  font-size: 36px;
  color: #3963bb;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #feature01 .center-heading {
    font-size: 24px;
    line-height: 1;
    margin-block: 40px 20px;
  }
}
#feature01 .center-heading .in-num {
  font-family: var(--monteserrat);
}
#feature01 .bubble-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-block: 58px 28px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #feature01 .bubble-heading {
    margin-block: 37px 28px;
    font-size: 20px;
    text-align: center;
    align-items: flex-end;
    line-height: 28px;
  }
}
#feature01 .bubble-heading::before, #feature01 .bubble-heading::after {
  content: "";
  display: block;
  width: 31px;
  height: 39px;
  background-image: url(../images/ic-bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#feature01 .bubble-heading::after {
  transform: rotateY(180deg);
}
#feature01 .slide-animation {
  padding-bottom: 20px;
}
#feature01 .slide-animation .label {
  position: absolute;
  width: 235px;
  bottom: 0;
  right: 165px;
}
@media screen and (max-width: 480px) {
  #feature01 .slide-animation .label {
    width: 110px;
    bottom: 0;
    right: 10px;
  }
}
#feature01 .annotation {
  font-size: 12px;
  text-align: center !important;
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  #feature01 .annotation {
    padding-inline: 20px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 481px) {
  #feature02 {
    margin-top: -200px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  #feature02 {
    margin-top: -80px;
    padding-top: 60px;
  }
}
#feature02 .feature02 {
  padding-block: 43px 86px;
}
@media screen and (max-width: 480px) {
  #feature02 .feature02 {
    padding-bottom: 58px;
  }
}
#feature02 .bg-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 720px;
  height: 52px;
  margin-inline: auto;
  font-size: 32px;
  color: #3963bb;
  background: linear-gradient(100deg, transparent 10px, #eaeef8 10px, #eaeef8 calc(100% - 10px), transparent calc(100% - 10px));
}
@media screen and (max-width: 480px) {
  #feature02 .bg-heading {
    width: 275px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
}
#feature02 .intro {
  margin-top: 2rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #feature02 .intro {
    margin-top: 12px;
    font-size: 14px;
  }
}
#feature02 .intro-copy {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #feature02 .intro-copy {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 40px;
  }
}
#feature02 .team-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-block: 36px;
}
@media screen and (max-width: 480px) {
  #feature02 .team-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }
}
#feature02 .team-item {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #feature02 .team-item {
    padding: 15px 17px;
    background: linear-gradient(80deg, #ccf3f6, #d5e2f2);
  }
}
@media screen and (max-width: 480px) {
  #feature02 .team-item__image {
    display: none;
  }
}
#feature02 .team-item__sp-head {
  display: block;
}
@media screen and (max-width: 480px) {
  #feature02 .team-item__sp-head {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 12px;
  }
  #feature02 .team-item__sp-head img {
    width: 120px;
  }
}
#feature02 .team-item__desc-wrapper {
  background: linear-gradient(80deg, #ccf3f6, #d5e2f2);
  padding: 20px 20px 50px;
  flex-grow: 1;
}
@media screen and (max-width: 480px) {
  #feature02 .team-item__desc-wrapper {
    background: none;
    padding: 0;
  }
}
#feature02 .team-item__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #3963bb;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #feature02 .team-item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #feature02 .team-item__desc {
    font-size: 12px;
  }
}
#feature02 .outro {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #feature02 .outro {
    font-size: 16px;
    text-align: left;
  }
}
#feature02 .license {
  width: 1060px;
  max-width: 100%;
  background-color: #eaeffa;
  border-radius: 10px;
  margin-top: 80px;
  position: relative;
  padding-block: 57px 51px;
}
@media screen and (max-width: 480px) {
  #feature02 .license {
    padding-block: 28px 20px;
  }
}
#feature02 .license__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 540px;
  height: 55px;
  background: linear-gradient(100deg, transparent 10px, #3963bb 10px, #3963bb calc(100% - 10px), transparent calc(100% - 10px));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
}
@media screen and (max-width: 480px) {
  #feature02 .license__title {
    width: 300px;
    height: 32px;
    font-size: 20px;
  }
}
#feature02 .license__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 480px) {
  #feature02 .license__inner {
    flex-direction: column;
    gap: 10px;
  }
}
#feature02 .license__desc {
  width: 410px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
}
@media screen and (max-width: 480px) {
  #feature02 .license__desc {
    font-size: 19px;
    line-height: 20px;
  }
}
#feature02 .license__desc .in-strong {
  font-size: 53px;
  font-family: var(--monteserrat);
  transform: translate(0, 3px);
  margin-inline: 5px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #feature02 .license__desc .in-strong {
    font-size: 28px;
    line-height: 20px;
  }
}
#feature02 .license__desc .annotation {
  font-size: 22px;
  display: inline-block;
  transform: translate(0, -10px);
}
@media screen and (max-width: 480px) {
  #feature02 .license__desc .annotation {
    font-size: 11px;
    transform: none;
  }
}
#feature02 .license__illust {
  width: 512px;
}
@media screen and (max-width: 480px) {
  #feature02 .license__illust {
    width: 266px;
  }
}

@media screen and (min-width: 481px) {
  #feature03 {
    margin-top: -200px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  #feature03 {
    margin-top: -80px;
    padding-top: 60px;
  }
}
#feature03 .feature03 {
  padding-block: 41px 93px;
}
@media screen and (max-width: 480px) {
  #feature03 .feature03 {
    padding-block: 30px 58px;
  }
}
#feature03 .intro {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #feature03 .intro {
    font-size: 15px;
  }
}
#feature03 .intro-copy {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #feature03 .intro-copy {
    font-size: 22px;
  }
}
#feature03 .result {
  margin-top: 45px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  #feature03 .result {
    margin-top: 26px;
    flex-direction: column;
    gap: 26px;
  }
}
#feature03 .result__image {
  width: 510px;
}
@media screen and (max-width: 480px) {
  #feature03 .result__image {
    width: 100%;
  }
}
#feature03 .result__desc {
  width: 600px;
}
@media screen and (max-width: 480px) {
  #feature03 .result__desc {
    width: 100%;
  }
}

@media screen and (min-width: 481px) {
  #feature04 {
    margin-top: -200px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  #feature04 {
    margin-top: -80px;
    padding-top: 60px;
  }
}
#feature04 .feature04 {
  padding-block: 50px 87px;
}
@media screen and (max-width: 480px) {
  #feature04 .feature04 {
    padding-block: 30px 58px;
  }
}
#feature04 .update {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  #feature04 .update {
    flex-direction: column-reverse;
    gap: 28px;
  }
}
#feature04 .update__image {
  width: 510px;
}
@media screen and (max-width: 480px) {
  #feature04 .update__image {
    width: 100%;
  }
}
#feature04 .update__desc {
  width: 600px;
}
@media screen and (max-width: 480px) {
  #feature04 .update__desc {
    width: 100%;
  }
}
#feature04 .program-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-block: 53px 23px;
}
@media screen and (max-width: 480px) {
  #feature04 .program-list {
    grid-template-columns: repeat(2, 1fr);
    margin-block: 20px 10px;
    gap: 11px;
  }
}
#feature04 .program-annotation {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  #feature04 .program-annotation {
    font-size: 10px;
  }
}
#feature04 .center-heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-block: 49px 38px;
}
@media screen and (max-width: 480px) {
  #feature04 .center-heading {
    margin-block: 27px 24px;
    font-size: 15px;
  }
}
#feature04 .seminar-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  #feature04 .seminar-list {
    flex-wrap: wrap;
    gap: 13px 12px;
  }
}
#feature04 .seminar-list img {
  height: 160px;
  width: auto;
}
@media screen and (max-width: 480px) {
  #feature04 .seminar-list img {
    height: 102px;
  }
  #feature04 .seminar-list img:nth-of-type(n + 3) {
    height: 83px;
  }
}

@media screen and (min-width: 481px) {
  #feature05 {
    margin-top: -200px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  #feature05 {
    margin-top: -80px;
    padding-top: 60px;
  }
}
#feature05 .feature05 {
  padding-block: 40px 82px;
}
@media screen and (max-width: 480px) {
  #feature05 .feature05 {
    padding-block: 30px 58px;
  }
}
#feature05 .service-intro {
  border-radius: 10px;
  background-color: #eaeef8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  padding-block: 34px;
}
@media screen and (max-width: 480px) {
  #feature05 .service-intro {
    padding: 20px 15px 25px;
  }
}
#feature05 .service-intro__image {
  width: 237px;
}
@media screen and (max-width: 480px) {
  #feature05 .service-intro__image {
    display: none;
  }
}
#feature05 .service-intro__desc {
  width: 740px;
}
#feature05 .service-intro__desc img {
  display: none;
}
@media screen and (max-width: 480px) {
  #feature05 .service-intro__desc {
    width: 100%;
    font-size: 12px;
    clear: both;
  }
  #feature05 .service-intro__desc img {
    display: inline;
    float: right;
    width: 107px;
    margin-right: -20px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
#feature05 .service-intro__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #feature05 .service-intro__title {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
}
#feature05 .service-intro__title .text-blue {
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  #feature05 .service-intro__title .text-blue {
    font-size: 16px;
  }
}
#feature05 .sub-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 52px;
  background: linear-gradient(100deg, transparent 10px, #3963bb 10px, #3963bb calc(100% - 10px), transparent calc(100% - 10px));
  margin-inline: auto;
  margin-block: 40px 20px;
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 480px) {
  #feature05 .sub-heading {
    width: 300px;
    height: 32px;
    font-size: 20px;
    margin-block: 30px 12px;
  }
}
#feature05 .center-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #feature05 .center-heading {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
#feature05 .slide-animation {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #feature05 .slide-animation {
    margin-top: 30px;
  }
}
#feature05 .outro {
  text-align: center;
  font-size: 26px;
  margin-block: 52px 18px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #feature05 .outro {
    font-size: 15px;
    margin-block: 24px 16px;
  }
}
#feature05 .outro-copy {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #feature05 .outro-copy {
    font-size: 20px;
  }
}

#voice .h2_wrap {
  padding-block: 40px 30px;
  position: relative;
  background: linear-gradient(25deg, #07b6d1, #3963bb);
  font-size: 40px;
}
#voice .h2_wrap .bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 50px;
  background-color: #3963bb;
  border-radius: 50px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#voice .h2_wrap .bubble::after {
  content: "";
  display: block;
  border: solid 10px transparent;
  border-top-color: #3963bb;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
#voice .h2_wrap .sub {
  font-size: 24px;
}
#voice .section-inner {
  padding-block: 7rem;
}
@media screen and (max-width: 480px) {
  #voice .section-inner {
    padding-block: 30px 58px;
  }
}
#voice .voice-list {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  width: 1100px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  #voice .voice-list {
    gap: 16px;
  }
}
#voice .voice-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #eaeef8;
  padding: 38px;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  #voice .voice-item {
    padding: 0;
    flex-direction: column;
  }
}
#voice .voice-item:nth-of-type(even) {
  flex-direction: row-reverse;
  padding-right: 20px;
  padding-left: 38px;
  background-color: #eaf4f8;
}
@media screen and (max-width: 480px) {
  #voice .voice-item:nth-of-type(even) {
    flex-direction: column;
    padding: 0;
  }
}
#voice .voice-item:nth-of-type(even) .voice-item__image {
  transform: translate(40px, -65px);
}
@media screen and (max-width: 480px) {
  #voice .voice-item:nth-of-type(even) .voice-item__image {
    transform: none;
  }
}
#voice .voice-item:nth-of-type(even) .voice-item__label {
  background-color: #39a6bb;
}
#voice .voice-item:nth-of-type(even) .voice-item__title-row {
  background-color: #39a6bb;
}
#voice .voice-item:nth-of-type(even) .voice-item__site-link {
  color: #39a6bb;
}
#voice .voice-item:nth-of-type(even) .voice-item__voice-link {
  border-bottom-color: #39a6bb;
}
#voice .voice-item:nth-of-type(even) .voice-item__voice-link .in-text {
  color: #39a6bb;
}
#voice .voice-item:nth-of-type(even) .voice-item__voice-link .in-icon path {
  stroke: #39a6bb;
}
#voice .voice-item__image {
  transform: translate(-40px, -65px);
  overflow: hidden;
  border-radius: 10px;
  width: 500px;
  height: 333px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__image {
    transform: none;
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0/10px 10px 0 0;
  }
}
#voice .voice-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__image img {
    -o-object-position: top center;
       object-position: top center;
  }
}
#voice .voice-item__label {
  position: absolute;
  padding: 2px 20px 5px;
  background-color: #3963bb;
  border-radius: 10px 0 0 0/10px 0 0 0;
  color: white;
  font-size: 24px;
  font-weight: bold;
  bottom: 0;
  right: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__label {
    font-size: 15px;
    border-radius: 0 0 0 5px/0 0 0 5px;
    bottom: auto;
    top: 0;
    padding: 3px 15px;
  }
}
#voice .voice-item__desc-wrapper {
  flex-grow: 1;
  width: 530px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__desc-wrapper {
    width: 100%;
    padding: 0 20px 20px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
    flex-grow: 0;
  }
}
#voice .voice-item__title {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
  margin-bottom: 10px;
}
#voice .voice-item__title-row {
  padding: 5px 12px;
  background-color: #3963bb;
  border-radius: 10px;
  color: white;
  font-size: 32px;
  line-height: 45px;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__title-row {
    font-size: min(20px, 5.3vw);
    border-radius: 2px;
    line-height: 30px;
    padding-block: 0;
  }
}
#voice .voice-item__title-row--small {
  font-size: 25px;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__title-row--small {
    font-size: 20px;
    font-size: min(20px, 5.3vw);
  }
}
#voice .voice-item__title-row .in-num {
  font-family: var(--monteserrat);
  margin-inline: 5px;
}
#voice .voice-item__title-row .in-strong {
  font-size: 40px;
  transform: translate(0, 2px);
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__title-row .in-strong {
    font-size: 24px;
  }
}
#voice .voice-item__desc {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__desc {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
}
#voice .voice-item__site-link {
  color: #3963bb;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__site-link {
    font-size: min(12px, 3.1vw);
  }
}
#voice .voice-item__voice-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  padding-inline: 5px;
  border-bottom: solid 1px #3963bb;
  width: 180px;
  height: 36px;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__voice-link {
    width: 128px;
    height: 27px;
  }
}
#voice .voice-item__voice-link .in-text {
  font-size: 18px;
  font-weight: bold;
  color: #3963bb;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__voice-link .in-text {
    font-size: 13px;
  }
}
#voice .voice-item__voice-link .in-icon {
  width: 21px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #voice .voice-item__voice-link .in-icon {
    width: 15px;
  }
}
#voice .voice-item__voice-link .in-icon path {
  stroke: #3963bb;
}
#voice .center-heading {
  text-align: center;
  font-size: 32px;
  margin-block: 48px 18px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #voice .center-heading {
    margin-block: 40px 15px;
    font-size: 22px;
    line-height: 1.6;
  }
}
#voice .outro {
  text-align: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 480px) {
  #voice .outro {
    text-align: left;
  }
}
#voice .partner-promise {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-inline: 22px 31px;
  background-color: #3963bb;
  border-radius: 10px;
  width: 900px;
  max-width: 100%;
  height: 115px;
  margin-inline: auto;
  margin-top: 38px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #voice .partner-promise {
    flex-direction: row-reverse;
    height: 105px;
    padding-inline: 20px 0;
    box-sizing: border-box;
  }
}
#voice .partner-promise__image {
  width: 112px;
}
@media screen and (max-width: 480px) {
  #voice .partner-promise__image {
    width: 82px;
    flex-shrink: 0;
    margin-right: -5px;
  }
}
#voice .partner-promise__desc-wrapper {
  font-size: 26px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 480px) {
  #voice .partner-promise__desc-wrapper {
    font-size: 15px;
    line-height: 1.3;
  }
  #voice .partner-promise__desc-wrapper * {
    line-height: 1.3;
  }
}

#worries {
  background-color: #ecf4f8;
  margin-bottom: 42px;
}
#worries .section-inner {
  padding-block: 60px 70px;
}
@media screen and (max-width: 480px) {
  #worries .section-inner {
    padding-block: 40px 60px;
  }
}
#worries .sub-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 590px;
  height: 43px;
  background-color: #d7e3f2;
  border-radius: 30px;
  color: #3963bb;
  font-size: 24px;
  font-weight: bold;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #worries .sub-heading {
    font-size: 16px;
    width: 224px;
    height: 51px;
    line-height: 1.3;
  }
}
#worries .center-heading {
  text-align: center;
  font-size: 34px;
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  #worries .center-heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
#worries .worries-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 900px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  #worries .worries-list {
    gap: 10px;
  }
}
#worries .worries-item {
  background-color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #worries .worries-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 19px 20px;
  }
}
#worries .worries-item__text-wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  #worries .worries-item__text-wrapper {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
#worries .worries-item__text-wrapper::before {
  content: "";
  display: block;
  width: 34px;
  height: 30px;
  background-image: url(../images/ic-check.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  #worries .worries-item__text-wrapper::before {
    width: 21px;
    height: 19px;
  }
}
#worries .worries-item__label {
  display: inline-flex;
  align-items: center;
  height: 25px;
  background-color: #3963bb;
  border-radius: 30px;
  color: white;
  font-size: 13px;
  padding-inline: 15px;
}
@media screen and (max-width: 480px) {
  #worries .worries-item__label {
    margin-left: 32px;
    font-size: 10px;
    padding-inline: 5px;
    height: 19px;
  }
}
#worries .worries-item__label--kyuzin {
  background-color: #39a6bb;
}
#worries .consul_box2025 {
  background: linear-gradient(to right, #1885c3, #3963bb);
  position: relative;
  z-index: 1;
}
#worries .consul_box2025::before {
  background: transparent;
  background-image: url(/img/consulting/bg_consul.png);
  background-size: cover;
}/*# sourceMappingURL=style.css.map */