@charset "UTF-8";
.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 .txt32sp {
    font-size: 32px;
  }
  .main .pd_50 {
    padding: 40px 0;
  }
  .main .sp_nowrap {
    white-space: nowrap;
  }
  .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;
  }
}
.main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.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;
}

#fv {
  background-color: #f6fbff;
  /*
  &._before {
    display: block;
    content: "";
    width: 100%;
    height: 580px;
    top: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background: url(/img/consulting/fv.webp) 50% 50% no-repeat;
    background-size: auto 100%;
  }*/
}
#fv .txt_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#fv .txt_box .txt_h3 {
  margin-top: 44px;
}
#fv .txt_box .txt44 {
  font-size: 44px;
  line-height: 72px;
  padding: 0 30px;
  z-index: 0;
}
#fv .txt_box .txt44:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: skewX(-15deg);
  z-index: -1;
}
#fv .txt_box .txt58 {
  font-size: 58px;
}

@media screen and (min-width: 481px) {
  #indeed2025 #fv .fv_img img {
    margin-top: -8px;
  }
}
#s01 {
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  #s01 {
    padding: 40px 0 50px;
  }
}
#s01 .clm3 {
  margin: 35px auto;
  gap: 33px;
}
#s01 .clm3 .inbox {
  flex: 1;
  background-color: #fff;
  padding: 0 20px 22px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(78, 85, 110, 0.05);
}
@media screen and (min-width: 481px) {
  #s01 .clm3 .inbox .txt22 {
    height: 60px;
  }
}
#s01 .clm3 i {
  border-radius: 0 0 6px 6px;
  line-height: 34px;
  width: 120px;
  color: #fff;
  margin-bottom: 9px;
}
#s01 .clm3 .txt24 {
  min-height: 4em;
  display: grid;
  place-items: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  #s01 .clm3 {
    margin: 18px auto 35px;
    gap: 15px;
    align-items: center;
  }
  #s01 .clm3 .inbox {
    width: max(280px, 70%);
    padding: 0 15px 22px;
  }
  #s01 .clm3 i {
    font-size: 13px;
    line-height: 30px;
  }
  #s01 .clm3 .img img {
    width: max(162px, 60%);
  }
}

#s02 .s02_img01 {
  margin: 48px auto 40px;
}
#s02 .s02_img01 .img_res {
  width: min(90%, 1100px);
}
#s02 .s02_img01 .no1 {
  position: absolute;
  width: min(235px, 20%);
  aspect-ratio: 1/1;
}
#s02 .s02_img01 .no1:not(.r_b) {
  left: -30px;
  bottom: 22px;
}
#s02 .s02_img01 .no1.r_b {
  right: -88px;
  bottom: -68px;
}
@media screen and (max-width: 1400px) {
  #s02 .s02_img01 .no1.r_b {
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  #s02 .s02_img01 {
    margin: 30px auto 26px;
  }
  #s02 .s02_img01 .no1 {
    left: -20px;
    bottom: -10px;
    width: 108px;
  }
  #s02 .s02_img01 + h3 .txt38 {
    padding-top: 10px;
  }
}
#s02 .partner_box {
  margin: 36px auto 45px;
}
@media screen and (max-width: 480px) {
  #s02 .partner_box {
    margin: 36px auto 0;
    align-items: flex-end;
    gap: 35px 20px;
  }
}
@media screen and (min-width: 481px) {
  #s02 .partner_box .p_logo .img_wrap {
    height: 164px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  #s02 .partner_box .p_logo.order1_sp {
    order: -2;
  }
  #s02 .partner_box .p_logo.order2_sp {
    order: -1;
  }
  #s02 .partner_box .p_logo .img_wrap {
    margin-bottom: 13px;
  }
  #s02 .partner_box .p_logo .img_g {
    width: auto;
    height: 110px;
  }
  #s02 .partner_box .p_logo .img_kbox,
#s02 .partner_box .p_logo .img_y {
    width: auto;
    height: 68px;
  }
  #s02 .partner_box .p_logo .img_indeed {
    width: auto;
    height: 87px;
  }
}

em.grade {
  font-size: 34px;
  color: #fff;
  line-height: 44px;
  border-radius: 6px;
  background: linear-gradient(270deg, #3963bb 0%, #39a5bb 70%, #39aabb 100%);
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  em.grade {
    line-height: 28px;
    font-size: 18px;
    border-radius: 2px;
    padding: 0 8px;
  }
}

.slide-animation_wrap {
  padding: 60px 0;
}
.slide-animation_wrap .slide_ttl {
  font-size: 38px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 480px) {
  .slide-animation_wrap .slide_ttl {
    font-size: 20px;
    line-height: 1.3;
  }
}
.slide-animation_wrap .slide_ttl span {
  padding: 0 10px;
}
.slide-animation_wrap .slide_ttl span::before, .slide-animation_wrap .slide_ttl span::after {
  bottom: 0;
  top: inherit;
  left: -40px;
  width: 32px;
  height: 40px;
  position: absolute;
  content: "";
  display: block;
  background-image: url(/recruit/img/rpo/hukidashi.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.slide-animation_wrap .slide_ttl span::after {
  transform: scale(-1, 1);
  left: inherit;
  right: -40px;
}
@media screen and (max-width: 480px) {
  .slide-animation_wrap .slide_ttl span::before {
    left: -30px;
  }
  .slide-animation_wrap .slide_ttl span::after {
    right: -30px;
  }
}
.slide-animation_wrap + .consul_box2025 {
  margin-top: -20px;
}

.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;
  -webkit-animation: loopAnimation 68s linear infinite;
          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;
  }
}

@-webkit-keyframes loopAnimation {
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(-100%);
  }
}

@keyframes loopAnimation {
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(-100%);
  }
}
.bg_grade_tit_wrap {
  background: linear-gradient(90deg, rgb(0, 196, 213) 20%, rgb(57, 99, 187) 90%);
  padding: 50px 0 40px;
  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_w_tit_wrap {
  padding: 50px 0 0;
}
@media screen and (max-width: 480px) {
  .bg_w_tit_wrap {
    padding: 28px 10px 0;
    margin-bottom: 0;
  }
}
.bg_w_tit_wrap .fuki {
  position: absolute;
  min-width: 260px;
  box-sizing: border-box;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: inline-block;
  padding: 13px 22px;
  color: #fff;
  background: #3963bb;
  border-radius: 40px;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .bg_w_tit_wrap .fuki {
    top: -18px;
    padding: 5px 12px;
  }
}
.bg_w_tit_wrap .fuki::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #3963bb;
}

#s03 {
  padding-bottom: 60px;
}
#s03 .txt01 {
  margin: 50px auto 70px;
}
@media screen and (max-width: 480px) {
  #s03 .txt01 {
    margin: 30px auto 22px;
  }
}
#s03 .no_img_txt {
  width: 100%;
  counter-reset: my-counter;
}
#s03 .no_img_txt li {
  background: linear-gradient(90deg, #ccf3f6 0%, #d5e2f2 100%);
  counter-increment: my-counter;
  position: relative;
}
#s03 .no_img_txt li .txt_box {
  padding: 0px;
  text-align: left;
}
#s03 .no_img_txt li .txt_box h3 {
  margin: 0 auto 10px;
}
#s03 .no_img_txt li .txt_box h3 span {
  background: #fff;
  line-height: 2;
  padding: 2px 10px;
  border-radius: 5px;
}
#s03 .no_img_txt li .txt_box p {
  line-height: 2;
}
@media screen and (min-width: 481px) {
  #s03 .no_img_txt li {
    margin: 70px auto 0;
    border-radius: 20px;
    padding: 40px 50px 40px 55%;
  }
  #s03 .no_img_txt li .img {
    width: min(560px, 50%);
    position: absolute;
    top: -30px;
    left: -20px;
  }
  #s03 .no_img_txt li .img img {
    border-radius: 20px;
  }
  #s03 .no_img_txt li .img::after {
    display: block;
    content: "";
    margin: auto;
    position: absolute;
    z-index: 4;
  }
  #s03 .no_img_txt li .img.icon01::after {
    width: 187px;
    height: 166px;
    left: 20px;
    bottom: -44px;
    background: url(/img/consulting/ol01_icon.svg) 50% 50% no-repeat;
  }
  #s03 .no_img_txt li .img.icon02::after {
    width: 204px;
    height: 150px;
    right: 20px;
    bottom: -24px;
    background: url(/img/consulting/ol02_icon.svg) 50% 50% no-repeat;
  }
  #s03 .no_img_txt li .img.icon03::after {
    width: 112px;
    height: 136px;
    left: 20px;
    bottom: -34px;
    background: url(/img/consulting/ol03_icon.svg) 50% 50% no-repeat;
  }
  #s03 .no_img_txt li:nth-of-type(even) {
    padding: 40px 55% 40px 50px;
  }
  #s03 .no_img_txt li:nth-of-type(even) .img {
    left: inherit;
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  #s03 .no_img_txt li {
    margin: 20px auto 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #ccf3f6 40%, #d5e2f2 100%);
  }
  #s03 .no_img_txt li .txt_box {
    padding: 22px;
  }
  #s03 .no_img_txt li .txt_box h3 {
    font-size: 20px;
  }
  #s03 .no_img_txt li .txt_box h3 span {
    border-radius: 2px;
    padding: 3px 10px;
  }
}
#s03 .no_img_txt li .img::before {
  content: counter(my-counter, decimal-leading-zero);
  position: absolute;
  background: #3963bb;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 40px;
  border-radius: 20px 0 20px 0;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 480px) {
  #s03 .no_img_txt li .img::before {
    font-size: 27px;
    border-radius: 10px 0 10px 0;
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 481px) {
  #s03 .media_box {
    padding: 60px 0;
  }
  #s03 .media_box .txt40 {
    font-size: 42px;
  }
  #s03 .media_box .txt40 .flex-center {
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
  }
  #s03 .media_box .txt40 .flex-center em {
    border-radius: 30px;
    line-height: 36px;
    padding: 0 12px;
    font-weight: 600;
    color: #fff;
  }
  #s03 .box_maru {
    position: relative;
    margin: 40px auto 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px;
    height: 480px;
  }
  #s03 .box_maru img {
    margin: -5px auto -16px;
  }
  #s03 .box_maru .txt28 {
    font-size: 28px;
    line-height: 46px;
    padding: 0 15px;
    border-radius: 4px;
  }
  #s03 .box_maru .txt28.bg_aq {
    background-color: #eaeef8;
  }
  #s03 .box_maru .list03 li {
    padding-left: 1em;
    line-height: 36px;
    z-index: 0;
  }
  #s03 .box_maru .list03 li:before {
    display: block;
    content: "";
    top: 16px;
    left: 5px;
    margin: auto;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 100%;
  }
  #s03 .box_maru:before {
    display: block;
    content: "";
    width: 480px;
    height: 480px;
    border-radius: 240px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
  }
  #s03 .box_ar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 288px;
    height: 400px;
    padding-left: 40px;
  }
  #s03 .list_box_wrap {
    gap: 50px;
  }
  #s03 .list_box {
    flex: 1;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
  }
  #s03 .list_box .bg_blue01 {
    background: #d2dcf4;
  }
  #s03 .list_box .inbox {
    padding: 26px 38px 30px 20px;
  }
  #s03 .list_box .txt26 {
    width: 100%;
    line-height: 80px;
  }
  #s03 .list_box .list02 {
    background: #f5f9ff;
    padding: 15px 20px;
    margin: 14px 0 0 14px;
  }
  #s03 .list_box .list02 li {
    margin-bottom: 8px;
  }
  #s03 .list_box .list02 li::first-letter {
    color: #3963bb;
  }
  #s03 .list01 li {
    padding-left: 1em;
  }
  #s03 .list01 li + li {
    margin-top: 6px;
  }
  #s03 .list01 li:before {
    display: block;
    content: "";
    top: 12px;
    left: 5px;
    margin: auto;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
  }
}
@media screen and (max-width: 480px) {
  #s03 {
    /*
    ._txt40 {
      font-size: 26px;
      .flex-center {
        gap: 5px;
        margin-bottom: 12px;
        em {
          border-radius: 30px;
          line-height: 24px;
          padding: 0 6px;
          font-weight: 600;
          font-size: 12px;
        }
      }
    }
    */
  }
  #s03 .media_box {
    padding: 38px 0 2px;
  }
  #s03 .media_box .txt40 {
    margin-bottom: 20px;
    line-height: 1.5;
    /*
    .bg_blue02 {
      padding: 3px 10px 3px 0;
      margin-bottom: 4px;
      margin-right: 5px;
    }
    + .txt18 {
      font-size: 13px;
      line-height: 26px;
      margin-bottom: 36px;
    }
    */
  }
  #s03 .media_box .txt40 em {
    border-radius: 30px;
    line-height: 24px;
    padding: 0 6px;
    font-weight: 600;
    font-size: 12px;
  }
  #s03 .img_txt_wrap {
    margin-bottom: 82px;
  }
  #s03 .img_txt {
    flex-direction: column-reverse;
    gap: 16px;
  }
  #s03 .img_txt .txt28 {
    gap: 5px;
  }
  #s03 .img_txt .txt28 i img {
    width: 41px;
  }
  #s03 .img_txt .txt28 span {
    width: calc(100% - 48px);
  }
  #s03 .img_txt .img {
    text-align: center;
  }
  #s03 .img_txt .img .p01 {
    width: 212px;
  }
  #s03 .img_txt .img .p02 {
    width: 234px;
  }
  #s03 .img_txt .img .p03 {
    width: 180px;
  }
  #s03 .img_txt + .img_txt {
    margin-top: 50px;
  }
  #s03 .list01 li {
    padding-left: 1em;
  }
  #s03 .list01 li + li {
    margin-top: 6px;
  }
  #s03 .list01 li:before {
    display: block;
    content: "";
    top: 9px;
    left: 5px;
    margin: auto;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
  }
  #s03 .list_box_wrap {
    margin: 30px auto 40px;
  }
  #s03 .list_box {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0 0 10px 10px;
    gap: 14px;
  }
  #s03 .list_box + .list_box {
    margin-top: 15px;
  }
  #s03 .list_box .inbox {
    padding: 0 20px 20px;
  }
  #s03 .list_box .bg_blue01 {
    background: #d2dcf4;
  }
  #s03 .list_box .txt26 {
    border-radius: 10px 10px 0 0;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
  }
  #s03 .list_box .list02 {
    border-radius: 5px;
    margin-top: 20px;
    background: #eaeef8;
    padding: 10px 10px 10px 15px;
  }
  #s03 .list_box .list02 li {
    letter-spacing: 0.05em;
    text-indent: -1em;
    padding-left: 1em;
  }
  #s03 .list_box .list02 li::first-letter {
    color: #3963bb;
  }
  #s03 .box_maru_wrap {
    margin: 0 auto 35px;
  }
  #s03 .box_maru {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 345px;
    height: 345px;
    margin: 0 auto;
  }
  #s03 .box_maru img {
    width: 179px;
    margin: -10px auto -16px;
  }
  #s03 .box_maru .txt28 {
    line-height: 32px;
    padding: 0 15px;
    border-radius: 4px;
  }
  #s03 .box_maru .txt28.bg_aq {
    background-color: #fff;
  }
  #s03 .box_maru .list03 li {
    padding-left: 1em;
  }
  #s03 .box_maru .list03 li:before {
    display: block;
    content: "";
    top: 12px;
    left: 3px;
    margin: auto;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
  }
  #s03 .box_maru:before {
    display: block;
    content: "";
    width: 345px;
    height: 345px;
    border-radius: 240px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #fff;
    opacity: 0.4;
    z-index: 0;
  }
  #s03 .box_ar {
    margin: -20px auto -10px;
    width: 247px;
  }
}

.kaiketsu_box {
  margin: 30px auto 0;
  border-radius: 10px;
}
.kaiketsu_box.bg_aqua {
  background-color: #f3f5f7;
}
.kaiketsu_box .bg_bl3 {
  padding: 24px 10px;
  box-sizing: border-box;
}
.kaiketsu_box .inbox {
  padding: 10px;
  display: grid;
  place-content: center;
}
.kaiketsu_box .inbox em {
  font-size: 170%;
  line-height: 1;
  font-family: roboto;
  vertical-align: bottom;
}
@media screen and (min-width: 481px) {
  .kaiketsu_box {
    margin: 40px auto 0;
    width: min(1060px, 96%);
    border-radius: 15px;
    padding-right: 0px;
  }
  .kaiketsu_box .bg_bl3 {
    width: 380px;
  }
  .kaiketsu_box .inbox {
    width: calc((100% - 380px) / 2);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .kaiketsu_box {
    width: 88%;
    padding-bottom: 16px;
  }
  .kaiketsu_box .bg_bl3 {
    padding: 10px 10px;
  }
  .kaiketsu_box .inbox {
    padding: 10px 0 0;
  }
}

.bg_b01 {
  background-color: #7fc0f0;
}

.bg_b02 {
  background-color: #6588e3;
}

#s04 {
  padding: 64px 0 0px;
}
@media screen and (max-width: 480px) {
  #s04 {
    padding: 40px 0 0px;
  }
  #s04 .txt70 {
    font-size: 40px;
  }
}
#s04 h2 .txt30 {
  line-height: 1.5;
  padding: 5px 20px 6px;
  z-index: 0;
}
#s04 h2 .txt30:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3963bb;
  transform: skewX(-10deg);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #s04 h2 .txt30 {
    padding: 5px 12px 6px;
  }
}
#s04 .pro_aq::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #ecf4f8;
  z-index: -1;
}
#s04 .p_box2025 .box1000 {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  #s04 .p_box2025 .box1000 {
    padding-bottom: 40px;
  }
}
#s04 .p_box2025 .img_txt .img img {
  border-radius: 15px;
}
#s04 .p_box2025 .img_txt .txt_box {
  text-align: left;
  padding: 0px;
  text-align: left;
}
#s04 .p_box2025 .img_txt .txt_box i.bg_bl3 {
  border-radius: 5px;
  border: 2px solid #3963bb;
  line-height: 1.5;
  padding: 0 10px;
  margin-bottom: 18px;
}
#s04 .p_box2025 .img_txt .txt_box i.bg_bl3 .txt46 {
  line-height: 40px;
}
#s04 .p_box2025 .img_txt .txt_box h3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
#s04 .p_box2025 .img_txt .txt_box h3 span {
  background: #fff;
  line-height: 1.8;
  padding: 0 10px;
  border-radius: 5px;
}
#s04 .p_box2025 .img_txt .txt_box p {
  max-width: 500px;
}
#s04 .p_box2025 .img_txt .img_doc img {
  margin-bottom: 14px;
}
#s04 .p_box2025 .img_txt.rev .txt_box h3 span {
  background-color: #f3f5f7;
}
@media screen and (min-width: 481px) {
  #s04 .p_box2025 .img_txt .img {
    width: 460px;
  }
  #s04 .p_box2025 .img_txt .txt_box {
    width: calc(100% - 508px);
  }
  #s04 .p_box2025 .img_txt.rev {
    flex-direction: row-reverse;
  }
  #s04 .p_box2025 .img_txt .img_badge {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #s04 .p_box2025 .img_txt {
    margin-bottom: 10px;
  }
  #s04 .p_box2025 .img_txt .txt_box:has(i.bg_bl3) {
    margin-top: -70px;
  }
  #s04 .p_box2025 .img_txt .txt_box i.bg_bl3 {
    margin-bottom: 10px;
  }
  #s04 .p_box2025 .img_txt .txt_box h3 {
    margin: 0 auto 0;
    gap: 5px;
  }
  #s04 .p_box2025 .img_txt .txt_box h3 span {
    line-height: 2;
  }
  #s04 .p_box2025 .img_txt .txt_box h3 + h4 {
    margin-top: 10px;
  }
  #s04 .p_box2025 .img_txt.column_sp {
    margin-top: 20px;
  }
  #s04 .p_box2025 .img_txt.column_sp.rev {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 481px) {
  #s04 .p_box2025 .media_list {
    padding: 0px 50px;
  }
  #s04 .p_box2025 .media_list .clm2 .in_box {
    margin-bottom: 65px;
    width: calc((100% - 50px) / 2);
  }
  #s04 .p_box2025 .media_list .chart01 {
    margin-bottom: 45px;
  }
  #s04 .p_box2025 .media_list .txt26 {
    line-height: 37px;
  }
  #s04 .p_box2025 .media_list .doc_box {
    gap: 15px;
  }
  #s04 .p_box2025 .media_list .doc_box figure {
    width: calc((100% - 45px) / 4);
  }
  #s04 .p_box2025 .media_list .bg_aqua_wrap {
    margin-top: 45px;
    gap: 38px 20px;
  }
  #s04 .p_box2025 .media_list .bg_aqua {
    box-sizing: border-box;
    width: 330px;
    max-width: 32%;
    padding: 0 25px 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  #s04 .p_box2025 .media_list .bg_aqua .ac_btn {
    height: 60px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #s04 .p_box2025 .media_list .bg_aqua .ac_btn .txt22 {
    line-height: 28px;
  }
  #s04 .p_box2025 .media_list .bg_aqua i {
    padding-right: 10px;
  }
  #s04 .p_box2025 .media_list .bg_aqua .cate {
    font-family: "Hiragino Kaku Gothic Pro";
    letter-spacing: 0.02em;
    line-height: 29px;
    display: inline-block;
    padding: 0 12px;
    transform: translateY(-50%);
    border-radius: 20px;
  }
  #s04 .p_box2025 .media_list .bg_aqua .cate.bg_w {
    line-height: 29px;
    box-sizing: border-box;
    background-color: #eaeef8;
  }
}
@media screen and (max-width: 480px) {
  #s04 .p_box2025 .media_list {
    padding: 0 0 30px;
  }
  #s04 .p_box2025 .media_list .in_box {
    text-align: left;
    margin-bottom: 42px;
  }
  #s04 .p_box2025 .media_list .in_box .font-r {
    font-size: 120%;
  }
  #s04 .p_box2025 .media_list .chart01 {
    width: 400px;
    max-width: 90%;
  }
  #s04 .p_box2025 .media_list .pro02 {
    width: 215px;
  }
  #s04 .p_box2025 .media_list .doc_box {
    gap: 7px;
  }
  #s04 .p_box2025 .media_list .doc_box figure {
    width: calc((100% - 7px) / 2);
  }
  #s04 .p_box2025 .bg_aqua_wrap {
    margin-top: 45px;
    gap: 38px 20px;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua {
    margin-bottom: 30px;
    box-sizing: border-box;
    max-width: 400px;
    padding: 0 30px 10px 10px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua .ac_btn {
    min-height: 38px;
    margin: -10px auto 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua .ac_btn:before {
    display: block;
    content: "";
    width: 15px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    position: absolute;
    background: url(/img/marketing/ac_ar.svg) 100% 50% no-repeat;
    background-size: 100% auto;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua .ac_btn.active:before {
    background: url(/img/marketing/ac_ar.svg) 100% 50% no-repeat;
    transform: rotate(180deg);
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua .ac_btn .txt22 {
    font-size: 20px;
    line-height: 26px;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua i {
    padding-right: 8px;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua i .i50 {
    width: 45px;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua i .i02 {
    width: 38px;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua .cate {
    font-family: "Hiragino Kaku Gothic Pro";
    letter-spacing: 0.02em;
    line-height: 29px;
    display: inline-block;
    padding: 0 12px;
    transform: translateY(-50%);
    border-radius: 20px;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua .cate.bg_w {
    line-height: 29px;
    box-sizing: border-box;
    background-color: #eaeef8;
  }
  #s04 .p_box2025 .bg_aqua_wrap .bg_aqua .open {
    padding: 0 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  #service2025 #promise02 .txt_img {
    margin-bottom: 25px;
  }
  #service2025 #promise03 .txt18 {
    margin-bottom: 15px;
  }
  #service2025 #promise03 .txt_img {
    margin-bottom: 20px;
  }
  #service2025 #promise03 .txt_img .img {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 481px) {
  #promise05 .box1000,
#promise04 .box1000,
#promise03 .box1000,
#promise02 .box1000 {
    width: 1056px;
  }
}
#indeed2025 .p_box2025 .txt_box2 {
  border-radius: 10px;
  padding: 20px;
}
#indeed2025 .p_box2025 .txt_box2.waku {
  border: 1px solid #dee7f0;
}
@media screen and (min-width: 481px) {
  #indeed2025 .p_box2025 .txt_box2 {
    padding: 35px 40px 40px;
  }
  #indeed2025 .p_box2025 .txt_box2 .txt_img.justify:has(.img_badge) .txt_box {
    width: calc(100% - 305px);
  }
  #indeed2025 .p_box2025 .txt_box2 .txt_img.justify:has(.pro02_02) .txt_box {
    width: calc(100% - 400px);
  }
  #indeed2025 .p_box2025 .txt_box2 .txt_img.justify:has(.pro04_02) .txt_box {
    width: calc(100% - 300px);
  }
}
#indeed2025 .p_box2025 .txt_box2 .p_logo img {
  margin-bottom: 8px;
}
#indeed2025 .p_box2025 .txt_box2 .p_logo + .p_logo {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  #indeed2025 .p_box2025 .txt_box2 .img_badge {
    align-items: flex-end;
    gap: 36px;
  }
  #indeed2025 .p_box2025 .txt_box2 .img_badge .img_kbox {
    width: 160px;
    padding-bottom: 10px;
  }
  #indeed2025 .p_box2025 .txt_box2 .img_badge .img_indeed {
    width: 87px;
  }
  #indeed2025 .p_box2025 .txt_box2.waku .pro02_02 {
    margin-bottom: 20px;
  }
  #indeed2025 .p_box2025 .txt_box2.waku .txt_box {
    gap: 10px;
  }
}
#indeed2025 .p_box2025 .txt_box2 h4.bg_aqua {
  line-height: 2.5;
}
@media screen and (max-width: 480px) {
  #indeed2025 #promise05 .column_sp.rev_sp {
    flex-direction: column-reverse;
    gap: 12px;
  }
}

#s05 .img_txt {
  position: relative;
}
#s05 .img_txt .txt_box {
  text-align: left;
  padding-bottom: 4px;
  text-align: left;
}
#s05 .img_txt .txt_box h3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
#s05 .img_txt .txt_box h3 > span {
  background-color: #3963bb;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 1.85;
  max-height: 59px;
}
#s05 .img_txt .txt_box .txt22 {
  margin: 15px 0 18px;
}
#s05 .img_txt .txt_box p {
  max-width: 500px;
}
#s05 .img_txt .txt_box .txt_more {
  margin-top: 28px;
}
#s05 .img_txt .txt_box .txt_more a {
  width: 11em;
  border-bottom: 1px solid #3963bb;
  background: url(/img/indeed/i_more.svg) no-repeat;
  background-position: right 10px bottom 50%;
  opacity: 0.8;
  transition: all 0.4s linear;
}
#s05 .img_txt .txt_box .txt_more a:hover {
  background-position: right 0px bottom 50%;
}
@media screen and (min-width: 481px) {
  #s05 {
    padding: 0 0 92px;
  }
  #s05 .img_txt {
    width: 1125px;
    align-items: flex-end;
    position: relative;
    margin: 60px auto 80px;
    padding: 0 40px 0 0;
  }
  #s05 .img_txt + .img_txt {
    margin-top: 20px;
  }
  #s05 .img_txt.als {
    align-items: flex-start;
  }
  #s05 .img_txt.als .txt_box {
    padding-top: 62px;
  }
  #s05 .img_txt:first-child:last-child {
    margin: 60px auto 80px;
  }
  #s05 .img_txt::before {
    display: block;
    content: "";
    width: calc(100% - 25px);
    height: 100%;
    top: 30px;
    left: 25px;
    margin: auto;
    position: absolute;
    background: linear-gradient(90deg, #ccf3f6 50%, #d5e2f2 100%);
    z-index: -1;
    border-radius: 15px;
  }
  #s05 .img_txt .img {
    width: 500px;
  }
  #s05 .img_txt .img img {
    border-radius: 15px;
  }
  #s05 .img_txt .txt_box {
    width: 535px;
  }
  #s05 .img_txt .txt_box p {
    max-width: 500px;
  }
  #s05 .img_txt .cat {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: auto;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    line-height: 50px;
    padding: 0 12px;
    gap: 8px;
  }
  #s05 .img_txt.rev {
    flex-direction: row-reverse;
    padding: 0 0 0 40px;
  }
  #s05 .img_txt.rev::before {
    left: auto;
    right: 25px;
  }
}
@media screen and (max-width: 480px) {
  #s05 {
    padding: 0 0 40px;
  }
  #s05 .case_box {
    margin: 30px auto 25px;
  }
  #s05 .img_txt {
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(90deg, #ccf3f6 50%, #d5e2f2 100%);
  }
  #s05 .img_txt + .img_txt {
    margin-top: 20px;
  }
  #s05 .img_txt .img img {
    border-radius: 10px 10px 0 0;
  }
  #s05 .img_txt .txt_box {
    margin-top: -18px;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  #s05 .img_txt .txt_box h3 {
    position: relative;
    z-index: 3;
    gap: 5px;
    line-height: 41px;
  }
  #s05 .img_txt .txt_box h3 span {
    border-radius: 2px;
  }
  #s05 .img_txt .txt_box .txt_more {
    margin-top: 20px;
  }
  #s05 .img_txt .txt_box .txt_more a {
    background-size: 15px auto;
    background-position: right 5px bottom 50%;
  }
  #s05 .img_txt .cat {
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
    background: #fff;
    height: 28px;
    border-radius: 0 8px 0 8px;
    line-height: 28px;
    padding: 0 9px;
    gap: 8px;
  }
  #s05 .img_txt .cat .i_case01 {
    width: 15px;
  }
  #s05 .img_txt .cat .i_case02 {
    width: 15px;
  }
  #s05 .img_txt .cat .i_case03 {
    width: 15px;
  }
}

.consul_box2025 {
  background: url(/img/consulting/bg_consul.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 39px 10px 46px;
  position: relative;
}
.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;
  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;
}
.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;
  }
}

.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;
}
@media screen and (min-width: 481px) {
  .btn_rose a {
    font-size: 29px;
  }
}
@media screen and (max-width: 480px) {
  .btn_rose a {
    line-height: 56px;
    width: min(345px, 100%);
    height: 60px;
    border: 2px solid #fff;
  }
}
.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) {
  .btn_rose a.mail span {
    background-size: 19px auto;
    padding-left: 24px;
  }
}
@media screen and (min-width: 481px) {
  .btn_rose a.ar {
    width: 500px;
    line-height: 78px;
  }
}
.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) {
  .btn_rose a.ar {
    line-height: 56px;
    height: 60px;
  }
}
.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) {
  .btn_rose a.i_fuki span {
    padding-left: 24px;
    background-size: 18px auto;
  }
}
@media screen and (min-width: 481px) {
  .btn_rose a.w600 {
    font-size: 26px;
    line-height: 88px;
    width: 600px;
    height: 93px;
    background-color: #3963bb;
  }
}
.btn_rose a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 481px) {
  #s06 {
    padding: 44px 0;
  }
  #s06 .txt40 .txt_w {
    line-height: 62px;
    padding: 0 10px;
  }
  #s06 .img_hanso {
    margin-bottom: 20px;
  }
  #s06 .stit_bb {
    margin: 70px auto 40px;
    line-height: 92px;
    border-top: 2px solid #3963bb;
    border-bottom: 2px solid #3963bb;
  }
  #s06 .clm3 {
    gap: 42px 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #s06 .clm3 .swiper-slide {
    width: calc((100% - 70px) / 3);
  }
  #s06 .clm3 .swiper-slide .db {
    display: block;
  }
  #s06 .clm3 .swiper-slide .txt22 {
    margin: 24px auto 14px;
    height: 64px;
    display: grid;
    place-items: center;
  }
  #s06 .clm3 .swiper-slide .txt22.lh3 {
    height: 96px;
  }
  #s06 .clm3 .swiper-slide .img {
    margin-top: 11px;
  }
  #s06 .swiper-button-next,
#s06 .swiper-button-prev {
    display: none;
  }
  #s06 .price_box {
    width: min(1100px, 96%);
    position: relative;
    margin: 60px auto 0;
    padding: 35px;
    background: linear-gradient(90deg, #ccf3f6 0%, #d5e2f2 100%);
  }
  #s06 .price_box .img {
    width: 430px;
  }
  #s06 .price_box .img img {
    border-radius: 10px;
  }
  #s06 .price_box .txt_box {
    padding-top: 15px;
    width: calc(100% - 480px);
    text-align: left;
    padding-bottom: 4px;
    text-align: left;
  }
  #s06 .price_box .txt_box h3 {
    margin: 9px auto 20px;
  }
  #s06 .price_box + .btn_rose {
    margin-top: -52px;
  }
  #s07 {
    padding: 60px 0 110px;
  }
  #s07 .step05 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #s07 .step05:before {
    display: block;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: #3963bb;
  }
  #s07 .step05 .bg_w {
    padding: 40px 50px 35px;
  }
  #s07 .step05 .bg_w i {
    background-color: #3963bb;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: grid;
    place-items: center;
  }
  #s07 .step05 .bg_w .txt_box {
    width: calc(100% - 140px);
  }
  #s07 .step05 .bg_w .txt24.ls01 .font-r {
    margin-right: 10px;
  }
  #s07 .step05 .list01 li {
    padding-left: 1em;
  }
  #s07 .step05 .list01 li + li {
    margin-top: 6px;
  }
  #s07 .step05 .list01 li:before {
    display: block;
    content: "";
    top: 12px;
    left: 5px;
    margin: auto;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
  }
  #faq_box {
    padding: 60px 0 34px;
  }
  #faq_box .box980 {
    max-width: 97%;
    width: 1000px;
  }
  #faq_box dl {
    margin: 0 auto 40px;
  }
  #faq_box dt {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  #faq_box dt i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 30px;
    background-color: #3963bb;
    display: inline-block;
    font-size: 26px;
    text-align: center;
  }
  #faq_box dt i:before {
    display: block;
    content: "";
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #3963bb;
  }
  #faq_box dd {
    position: relative;
    margin-bottom: 42px;
  }
  #faq_box dd .txt_box {
    padding: 27px 30px;
    background-color: #ecf4f8;
    box-sizing: border-box;
  }
  #faq_box dd p {
    line-height: 1.875;
  }
  #faq_box dd .grad-item {
    height: 100px;
    box-sizing: border-box;
  }
  #faq_box dd .grad-item::before {
    z-index: 99;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(rgba(243, 245, 247, 0) 0%, #f3f5f7 96%);
  }
  #faq_box dd .grad-btn.round {
    width: 180px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #eaeef8;
    color: #3963bb;
    font-size: 18px;
  }
  #faq_box dd .grad-btn.round span {
    background: url(/img/listing/btn_ar_blue.svg) 0 55% no-repeat;
    padding-left: 26px;
  }
  #faq_box dd .grad-trigger:checked ~ .grad-item {
    height: auto;
  }
  #faq_box dd .grad-trigger:checked ~ .grad-item::before {
    display: none;
  }
  #faq_box .avt dd .txt_box {
    border-radius: 20px 0 20px 20px;
    width: calc(100% - 80px);
  }
  #faq_box .avt dd::before {
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: url(/img/consulting/a_avator.jpg) 50% 50% no-repeat;
    background-size: 100% auto;
  }
  #faq_box .waku_box {
    border: 3px solid #3963bb;
    padding: 45px 40px 45px 36px;
    margin: 78px auto 70px;
  }
  #faq_box .waku_box .txt24 {
    margin-inline: auto;
    padding-left: 87px;
  }
  #faq_box .waku_box .txt24:before {
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(/img/listing/i_q.svg) 50% 50% no-repeat #eaeef8;
    border-radius: 35px;
  }
  #faq_box .waku_box .btn_b a {
    text-align: center;
    width: 440px;
    line-height: 84px;
    height: 90px;
    background: #3963bb;
    border-radius: 50px;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    overflow: hidden;
  }
  #faq_box .waku_box .btn_b a span {
    background: url(/img/listing/btn_ar2.png) 100% 50% no-repeat;
    background-size: 20px auto;
    padding-right: 30px;
    font-size: 22px;
  }
  #faq_box .waku_box .btn_b a span em {
    color: #ffff8e;
  }
}
@media screen and (max-width: 480px) {
  #s06 {
    padding: 0px 0;
  }
  #s06 > .txt40 {
    line-height: 36px;
  }
  #s06 > .txt40 .txt_w {
    line-height: 38px;
    padding: 0 10px;
    margin-right: 5px;
  }
  #s06 .img_hanso {
    width: 400px;
    padding: 20px 10px 14px 0;
    box-sizing: border-box;
  }
  #s06 .txt32 {
    margin: 20px auto 14px;
    font-size: 19px;
    line-height: 28px;
  }
  #s06 .txt32 .txt40 {
    font-size: 24px;
  }
  #s06 .stit_bb {
    margin: 48px auto 30px;
    line-height: 56px;
    border-top: 2px solid #3963bb;
    border-bottom: 2px solid #3963bb;
  }
  #s06 .clm3 {
    width: 300px !important;
  }
  #s06 .clm3 .swiper-slide {
    width: 300px !important;
  }
  #s06 .clm3 .swiper-slide .db {
    display: block;
  }
  #s06 .clm3 .swiper-slide .txt22 {
    margin: 12px auto 14px;
    line-height: 28px;
    font-size: 20px;
  }
  #s06 .clm3 .swiper-slide .txt18 {
    font-size: 13px;
  }
  #s06 .clm3 .swiper-slide .txt16 {
    font-size: 14px;
    line-height: 28px;
  }
  #s06 .clm3 .swiper-slide .img {
    margin-top: 11px;
  }
  #s06 .swiper .swiper-button-next,
#s06 .swiper .swiper-button-prev {
    color: #fff;
    background-color: #3963bb;
    width: 35px;
    height: 60px;
    top: 40%;
  }
  #s06 .swiper .swiper-button-next:after,
#s06 .swiper .swiper-button-prev:after {
    font-size: 24px;
  }
  #s06 .swiper .swiper-button-prev {
    left: 5px;
  }
  #s06 .swiper .swiper-button-next {
    right: 5px;
  }
  #s06 .price_box {
    position: relative;
    margin: 45px auto 0;
    padding: 20px;
    background: linear-gradient(135deg, #ccf3f6 0%, #d5e2f2 100%);
  }
  #s06 .price_box .img img {
    border-radius: 10px;
  }
  #s06 .price_box .txt_box {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  #s06 .price_box .txt_box h3 {
    margin: 0 auto 15px;
  }
  #s06 .price_box + .btn_rose {
    margin-top: -22px;
  }
  #s07 {
    background-color: #eaeef8;
    padding: 42px 0 50px;
  }
  #s07 .step05 {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
  }
  #s07 .step05:before {
    display: block;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: #3963bb;
  }
  #s07 .step05 .bg_w {
    padding: 20px;
    text-align: center;
  }
  #s07 .step05 .bg_w i {
    margin: 0 auto 8px;
    background-color: #3963bb;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: grid;
    place-items: center;
  }
  #s07 .step05 .bg_w i img {
    width: 27px;
  }
  #s07 .step05 .bg_w i .st02 {
    width: 35px;
  }
  #s07 .step05 .bg_w i .st03 {
    width: 39px;
  }
  #s07 .step05 .bg_w i .st04 {
    width: 35px;
  }
  #s07 .step05 .bg_w i .st05 {
    width: 30px;
  }
  #s07 .step05 .bg_w .txt_box {
    text-align: left;
  }
  #s07 .step05 .bg_w .txt24.ls01 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  #s07 .step05 .bg_w .txt24.ls01 .font-r {
    display: block;
    margin-right: 10px;
  }
  #s07 .step05 .list01 li {
    padding-left: 1em;
  }
  #s07 .step05 .list01 li + li {
    margin-top: 3px;
  }
  #s07 .step05 .list01 li:before {
    display: block;
    content: "";
    top: 12px;
    left: 5px;
    margin: auto;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
  }
  #faq_box {
    padding: 50px 0 20px;
  }
  #faq_box .txt40 {
    font-size: 30px;
  }
  #faq_box dl {
    margin: 0 auto 36px;
  }
  #faq_box dt {
    position: relative;
    padding-left: 36px;
    margin-bottom: 17px;
  }
  #faq_box dt i {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    background-color: #3963bb;
    display: inline-block;
    font-size: 16px;
  }
  #faq_box dt i:before {
    display: block;
    content: "";
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #3963bb;
  }
  #faq_box dt .txt24 {
    font-size: 16px;
  }
  #faq_box dd {
    position: relative;
    margin-bottom: 36px;
  }
  #faq_box dd .txt_box {
    padding: 20px 18px;
    background-color: #ecf4f8;
    box-sizing: border-box;
  }
  #faq_box dd p {
    line-height: 24px;
  }
  #faq_box dd .txt20 {
    font-size: 16px;
  }
  #faq_box dd .txt16 {
    font-size: 14px;
  }
  #faq_box dd .grad-item {
    height: 100px;
    box-sizing: border-box;
  }
  #faq_box dd .grad-item::before {
    z-index: 99;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(rgba(243, 245, 247, 0) 0%, #f3f5f7 96%);
  }
  #faq_box dd .grad-btn.round {
    width: 140px;
    height: 40px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #eaeef8;
    box-sizing: border-box;
    color: #3963bb;
    line-height: 38px;
    bottom: 0px;
  }
  #faq_box dd .grad-btn.round span {
    display: inline-block;
    font-size: 14px;
    background: url(/img/listing/btn_ar_blue.svg) 0 55% no-repeat;
    padding-left: 22px;
  }
  #faq_box dd .grad-trigger:checked ~ .grad-item {
    height: auto;
  }
  #faq_box dd .grad-trigger:checked ~ .grad-item::before {
    display: none;
  }
  #faq_box .avt dd .txt_box {
    border-radius: 10px;
    width: calc(100% - 20px);
  }
  #faq_box .avt dd::before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    top: -10px;
    right: 0;
    margin: auto;
    position: absolute;
    background: url(/img/consulting/a_avator.jpg) 50% 50% no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
  }
  #faq_box .waku_box {
    border: 3px solid #3963bb;
    padding: 23px 10px;
    gap: 20px;
    align-items: center;
  }
  #faq_box .waku_box .txt24 {
    margin-inline: auto;
    padding-left: 46px;
    font-size: 16px;
  }
  #faq_box .waku_box .txt24:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(/img/listing/i_q.svg) 50% 50% no-repeat #eaeef8;
    background-size: 13px auto;
    border-radius: 35px;
  }
  #faq_box .waku_box .btn_b a {
    display: block;
    width: 300px;
    text-align: center;
    line-height: 54px;
    height: 60px;
    background: #3963bb;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    overflow: hidden;
  }
  #faq_box .waku_box .btn_b a span {
    background: url(/img/listing/btn_ar2.png) 100% 52% no-repeat;
    background-size: 15px auto;
    padding-right: 22px;
    font-size: 15px;
  }
  #faq_box .waku_box .btn_b a span em {
    color: #ffff8e;
  }
}
@media screen and (min-width: 481px) {
  #inq_box {
    margin-top: 50px;
  }
}
#indeed2025 #s03 .box_fuerubo {
  margin: 12px auto 60px;
}
@media screen and (min-width: 481px) {
  #indeed2025 #s03 .box_fuerubo {
    margin: 36px auto 120px;
  }
  #indeed2025 #s03 .box_fuerubo .img_l {
    float: left;
    padding: 10px 30px 30px 0;
  }
}
@media screen and (max-width: 480px) {
  #indeed2025 #s03 .box_fuerubo .img_l {
    margin-bottom: 20px;
  }
}
#indeed2025 #s03 .slide_btm_h4 {
  gap: 14px;
}
@media screen and (min-width: 481px) {
  #indeed2025 .case_table {
    width: 100%;
  }
  #indeed2025 .case_table th {
    padding: 20px 20px;
    vertical-align: middle;
    background: #dee5f7;
    color: #3963bb;
  }
  #indeed2025 .case_table td {
    background-color: #fff;
    text-align: center;
    padding: 10px 6px;
    width: 16.66%;
    border: 1px solid #e3e5ec;
    vertical-align: middle;
    height: 64px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  #indeed2025 .table_wrap {
    overflow-x: scroll;
  }
  #indeed2025 .case_table {
    width: 700px;
  }
  #indeed2025 .case_table th {
    text-align: left;
    padding: 12px 20px;
    vertical-align: middle;
    background: #dee5f7;
    color: #3963bb;
  }
  #indeed2025 .case_table td {
    background-color: #fff;
    text-align: center;
    padding: 8px 4px;
    width: 16.66%;
    border: 1px solid #e3e5ec;
    vertical-align: middle;
    height: 64px;
    box-sizing: border-box;
  }
  #indeed2025 .case_table.txt12sp td {
    min-height: 40px;
    height: auto;
    line-height: 1.3;
  }
  #indeed2025 #price_box_ .price_table {
    width: 100%;
    margin: 0 auto 20px;
  }
  #indeed2025 #price_box_ .price_table th {
    padding: 8px 5px 10px;
    vertical-align: middle;
    background: #3963bb;
    color: #fff;
  }
  #indeed2025 #price_box_ .price_table th .txt22 {
    font-size: 18px;
    line-height: 1;
  }
  #indeed2025 #price_box_ .price_table th .txt18 {
    font-size: 12px;
    letter-spacing: 0.3px;
    display: block;
    line-height: 1.5;
  }
  #indeed2025 #price_box_ .price_table td {
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    padding: 0 4px;
    border: 1px solid #e3e5ec;
    vertical-align: middle;
    height: 60px;
    box-sizing: border-box;
  }
  #indeed2025 #price_box_ .price_table td.txt32 {
    font-size: 20px;
  }
  #indeed2025 #price_box_ .price_table td .txt40 {
    font-size: 24px;
  }
  #indeed2025 #price_box_ .price_table td .txt36 {
    font-size: 22px;
  }
  #indeed2025 #price_box_ .price_table .bg_aq {
    background-color: #f3f9ff;
    width: 50%;
    font-size: 14px;
  }
  #indeed2025 #price_box_ .price_table.price02 tr:nth-child(odd) td {
    background-color: #f3f7fb;
  }
  #indeed2025 #price_box_ .price_table.price02 td {
    height: 50px;
  }
  #indeed2025 #price_box_ .price_table.price02 td.tL {
    font-size: 14px;
  }
  #indeed2025 #price_box_ .exp_txt {
    margin-bottom: 50px;
  }
  #indeed2025 #price_box_ .detail_box {
    padding: 18px 15px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(78, 85, 110, 0.05);
  }
  #indeed2025 #price_box_ .detail_box + .detail_box {
    margin-top: 20px;
  }
  #indeed2025 #price_box_ .detail_box .txt28.l2 {
    line-height: 1.1;
    padding: 14px 4px 5px;
    font-size: 24px;
  }
  #indeed2025 #price_box_ .detail_box .txt24 {
    margin-bottom: 10px;
  }
  #indeed2025 #price_box_ .detail_box .txt18 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  #indeed2025 #price_box_ .detail_box .txt52 {
    padding: 12px 0 10px;
    font-size: 42px;
  }
  #indeed2025 #price_box_ .detail_box .txt60 {
    font-size: 50px;
    letter-spacing: 0.05em;
  }
  #indeed2025 #price_box_ .detail_box ol {
    counter-reset: listnum; /* カウンターをリセット */
    list-style: none; /* 標準のスタイルは消す */
  }
  #indeed2025 #price_box_ .detail_box ol li {
    padding-left: 1.8em;
  }
  #indeed2025 #price_box_ .detail_box ol li + li {
    margin-top: 8px;
  }
  #indeed2025 #price_box_ .detail_box ol li p {
    color: #333;
    padding-top: 2px;
    font-size: 12px;
    line-height: 20px;
  }
  #indeed2025 #price_box_ .detail_box ol li::before {
    counter-increment: listnum;
    content: counter(listnum);
    font-family: "Hiragino Kaku Gothic Pro";
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    border-radius: 12px;
    background-color: #3963bb;
    display: inline-block;
    margin-right: 8px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: normal;
  }
  #indeed2025 #price_box_ .detail_box ol + .txt12sp {
    margin-top: 20px;
    line-height: 20px;
  }
}
#indeed2025 .h2_catch {
  border-radius: 30px;
  padding: 4px 15px;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  #indeed2025 .h2_catch {
    font-size: 15px;
    padding: 2px 15px;
  }
  #indeed2025 .h2_catch + .stit40.mb35 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
#indeed2025 .m_box {
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  #indeed2025 .m_box {
    padding: 30px 0;
  }
}

#agent_box .s_box_wrap {
  gap: 40px;
}
#agent_box .s_box {
  flex: 1;
}
#agent_box .s_box .img_logo {
  height: 200px;
  border: 1px solid #cdd2e0;
}
#agent_box .s_box .txt16 {
  margin: 25px auto 23px;
}
#agent_box .s_box .bg_aqua {
  border-radius: 5px;
  line-height: 60px;
}
@media screen and (max-width: 480px) {
  #agent_box .s_box_wrap {
    gap: 30px;
  }
  #agent_box .s_box .img_logo {
    margin-inline: auto;
    width: 240px;
    height: 140px;
  }
  #agent_box .s_box .txt16 {
    margin: 17px auto 10px;
  }
  #agent_box .s_box .bg_aqua {
    line-height: 45px;
  }
}

.compare_chart {
  align-items: flex-end;
}
.compare_chart .dl01 {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.compare_chart .dl01 dt {
  font-weight: 500;
  width: 156px;
  background-color: #3963bb;
  color: #fff;
  display: grid;
  place-items: center start;
  padding-left: 27px;
  box-sizing: border-box;
  height: 126px;
}
.compare_chart .dl01 dt:not(:first-child) {
  border-top: 1px solid #e0e4ed;
}
.compare_chart .dl02 dt {
  height: 88px;
  display: grid;
  place-items: center;
}
.compare_chart .dl02 dd {
  border-top: 1px solid #e0e4ed;
  height: 126px;
  display: grid;
  align-content: center; /* 縦方向の中央揃え */
  justify-items: center;
  gap: 7px;
  padding: 8px;
  box-sizing: border-box;
  letter-spacing: 0;
  font-size: 15px;
}
.compare_chart .dl_tc {
  width: 270px;
  border-radius: 5px;
}
@media screen and (min-width: 481px) {
  .compare_chart .dl_tc:before {
    display: block;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 2px);
    top: -3px;
    left: -3px;
    right: -3px;
    margin: auto;
    position: absolute;
    border: 6px solid #b7cfff;
    border-radius: 10px;
  }
}
.compare_chart .dl_free {
  border-radius: 0 10px 0 0;
}

@media screen and (max-width: 480px) {
  .compare_chart_wrap {
    margin-left: 4%;
    overflow-x: scroll;
  }
  .compare_chart_wrap .compare_chart {
    width: 530px;
  }
  .compare_chart_wrap .compare_chart .dl01 dt {
    width: 80px;
    padding-left: 11px;
    height: 104px;
  }
  .compare_chart_wrap .compare_chart .dl01 dt:not(:first-child) {
    border-top: 1px solid #e0e4ed;
  }
  .compare_chart_wrap .compare_chart .dl01 dt:last-child, .compare_chart_wrap .compare_chart .dl01 dt:nth-child(3) {
    height: 128px;
  }
  .compare_chart_wrap .compare_chart .dl02 dt {
    height: 55px;
    line-height: 1.5;
  }
  .compare_chart_wrap .compare_chart .dl02 dd {
    height: 104px;
    gap: 7px;
    padding: 10px 14px;
    font-size: 10px;
    align-content: flex-start;
  }
  .compare_chart_wrap .compare_chart .dl02 dd img {
    height: 34px;
    width: auto;
  }
  .compare_chart_wrap .compare_chart .dl02 dd:last-child, .compare_chart_wrap .compare_chart .dl02 dd:nth-child(4) {
    height: 128px;
  }
  .compare_chart_wrap .compare_chart .dl_tc {
    border-radius: 10px 0 0 0;
    width: 118px;
  }
}
#price_box .price_table {
  width: 820px;
  margin: 0 auto 56px;
}
#price_box .price_table th {
  padding: 20px 20px;
  vertical-align: middle;
  background: #3963bb;
  color: #fff;
}
#price_box .price_table td {
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  padding: 10px 6px;
  border: 1px solid #e3e5ec;
  vertical-align: middle;
  height: 64px;
  box-sizing: border-box;
}
#price_box .price_table .bg_aq {
  width: 330px;
  background-color: #f3f9ff;
}
#price_box .price_table.price02 tr:nth-child(odd) td {
  background-color: #f3f7fb;
}
#price_box .p_box_wrap {
  margin: 45px auto 23px;
  gap: 50px;
}
#price_box .p_box_wrap .p_box {
  flex: 1;
}
#price_box .p_box_wrap .p_box .txt_wrap {
  padding: 10px 40px 35px;
}
#price_box .p_box_wrap .p_box ol {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
#price_box .p_box_wrap .p_box ol li {
  padding-left: 1.8em;
}
#price_box .p_box_wrap .p_box ol li + li {
  margin-top: 10px;
}
#price_box .p_box_wrap .p_box ol li p {
  color: #333;
  padding-top: 6px;
}
#price_box .p_box_wrap .p_box ol li::before {
  counter-increment: listnum;
  content: counter(listnum);
  font-family: "Roboto", sans-serif;
  width: 1.4em;
  aspect-ratio: 1/1;
  color: #fff;
  border-radius: 50%;
  background-color: #3963bb;
  display: inline-block;
  margin: auto;
  line-height: 1.4em;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 481px) {
  #price_box .p_box_wrap .bg_blue02 {
    line-height: 80px;
  }
  #price_box .p_box_wrap .txt52 {
    font-size: 42px;
  }
  #price_box .p_box_wrap .txt60 {
    font-size: 52px;
  }
}
@media screen and (max-width: 480px) {
  #price_box .p_box_wrap .p_box .bg_blue02 {
    padding: 10px 10px 10px;
    line-height: 1.3;
  }
  #price_box .p_box_wrap .p_box .txt_wrap {
    padding: 0px 22px 20px;
  }
  #price_box .p_box_wrap .p_box .txt52 {
    font-size: 52px;
    letter-spacing: 0.05em;
  }
  #price_box .p_box_wrap .p_box .txt60 {
    font-size: 60px;
    letter-spacing: 0.05em;
  }
  #price_box .p_box_wrap .p_box + .p_box {
    margin-top: 20px;
  }
}
#price_box .p_box_wrap .p_box.unyo .bg_blue02 {
  background-color: #39a6bb;
}
#price_box .p_box_wrap .p_box.unyo ol {
  color: #39a6bb;
}
#price_box .p_box_wrap .p_box.unyo ol li::before {
  background-color: #39a6bb;
}

/*
.a_link2 {
  position: relative;
  &:before {
    content: " ";
    margin-top: -150px;
    height: 150px;
    display: block;
    visibility: hidden;
    z-index: -1;
    position: relative;
  }
}
*/
/*# sourceMappingURL=service2025.css.map */