@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;
  line-height: 1.8;
}
.h2_wrap .txt32 {
  line-height: 1.3;
}
.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 .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 .txt_consul img {
  width: 580px;
}
@media screen and (max-width: 480px) {
  .consul_box2025 .txt_consul img {
    width: 290px;
  }
}
.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;
}
.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 -10px !important;
    width: 137px;
    line-height: 30px;
  }
  .consul_box2025 .btn_txt .font-r {
    font-size: 24px;
    padding: 0 2px;
    line-height: 30px;
  }
}

.btn_rose {
  text-align: center !important;
}
.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) {
  .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;
}

.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;
}
.slide-animation .label {
  position: absolute;
  width: 235px;
  bottom: 0;
  right: 165px;
}
@media screen and (max-width: 480px) {
  .slide-animation .label {
    width: 110px;
    bottom: 0;
    right: 10px;
  }
}
@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: 50px 0 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .bg_grade_tit_wrap {
    padding: 28px 5px 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";
  --noto: "Noto Sans JP";
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

#service {
  box-sizing: border-box;
}
#service .main-contents {
  margin-bottom: 40px !important;
  font-family: var(--monteserrat), "Noto Sans JP";
}
@media screen and (max-width: 480px) {
  #service .main-contents {
    margin-bottom: 0 !important;
  }
}
#service .main-contents :where(p) {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #service .main-contents :where(p) {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 2;
  }
}
#service .main-contents :where(p):last-of-type {
  margin-bottom: 0;
}
#service .main-contents .font-r {
  font-family: var(--monteserrat);
  font-weight: bold;
}
#service .main-contents .txt-center {
  text-align: center;
}
#service .main-contents .txt-noto {
  font-family: var(--noto);
}
#service .main-contents 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) {
  #service .main-contents em.grade {
    line-height: 28px;
    font-size: 18px;
    border-radius: 2px;
    padding: 0 8px;
  }
}
#service .main-contents .compare_chart {
  align-items: flex-end;
}
#service .main-contents .compare_chart .dl01 {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#service .main-contents .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;
}
#service .main-contents .compare_chart .dl01 dt:not(:first-child) {
  border-top: 1px solid #e0e4ed;
}
#service .main-contents .compare_chart .dl02 dt {
  height: 88px;
  display: grid;
  place-items: center;
}
#service .main-contents .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;
}
#service .main-contents .compare_chart .dl_tc {
  width: 270px;
  border-radius: 5px;
}
@media screen and (min-width: 481px) {
  #service .main-contents .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;
  }
}
#service .main-contents .compare_chart .dl_free {
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 480px) {
  #service .main-contents .compare_chart_wrap {
    margin-left: 4%;
    overflow-x: scroll;
  }
  #service .main-contents .compare_chart_wrap .compare_chart {
    width: 530px;
  }
  #service .main-contents .compare_chart_wrap .compare_chart .dl01 dt {
    width: 80px;
    padding-left: 11px;
    height: 104px;
  }
  #service .main-contents .compare_chart_wrap .compare_chart .dl01 dt:not(:first-child) {
    border-top: 1px solid #e0e4ed;
  }
  #service .main-contents .compare_chart_wrap .compare_chart .dl01 dt:last-child, #service .main-contents .compare_chart_wrap .compare_chart .dl01 dt:nth-child(3) {
    height: 128px;
  }
  #service .main-contents .compare_chart_wrap .compare_chart .dl02 dt {
    height: 55px;
    line-height: 1.5;
  }
  #service .main-contents .compare_chart_wrap .compare_chart .dl02 dd {
    height: 104px;
    gap: 7px;
    padding: 10px 14px;
    font-size: 10px;
    align-content: flex-start;
  }
  #service .main-contents .compare_chart_wrap .compare_chart .dl02 dd img {
    height: 34px;
    width: auto;
  }
  #service .main-contents .compare_chart_wrap .compare_chart .dl02 dd:last-child, #service .main-contents .compare_chart_wrap .compare_chart .dl02 dd:nth-child(4) {
    height: 128px;
  }
  #service .main-contents .compare_chart_wrap .compare_chart .dl_tc {
    border-radius: 10px 0 0 0;
    width: 118px;
  }
}
#service .main-contents .p_box_wrap {
  margin: 45px auto 23px;
  gap: 50px;
}
@media screen and (max-width: 480px) {
  #service .main-contents .p_box_wrap {
    margin: 26px auto 20px;
  }
}
#service .main-contents .p_box_wrap .p_box {
  flex: 1;
}
#service .main-contents .p_box_wrap .p_box .txt_wrap {
  padding: 20px 40px 35px;
}
@media screen and (max-width: 480px) {
  #service .main-contents .p_box_wrap .p_box .txt_wrap .txt16 {
    font-size: min(16px, 4.2vw);
  }
}
@media screen and (max-width: 480px) {
  #service .main-contents .p_box_wrap .p_box .txt_wrap .txt12sp {
    font-size: 10px;
  }
}
#service .main-contents .p_box_wrap .p_box .txt_wrap .txt-center {
  margin-block: 10px 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #service .main-contents .p_box_wrap .p_box:nth-of-type(2) .txt_wrap {
    padding-inline: 16px;
  }
}
#service .main-contents .p_box_wrap .p_box ol {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
#service .main-contents .p_box_wrap .p_box ol li {
  padding-left: 1.8em;
}
#service .main-contents .p_box_wrap .p_box ol li + li {
  margin-top: 10px;
}
#service .main-contents .p_box_wrap .p_box ol li p {
  color: #333;
  padding-top: 6px;
}
#service .main-contents .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) {
  #service .main-contents .p_box_wrap .bg_blue02 {
    line-height: 80px;
  }
  #service .main-contents .p_box_wrap .txt52 {
    font-size: 42px;
  }
  #service .main-contents .p_box_wrap .txt60 {
    font-size: 52px;
  }
}
@media screen and (max-width: 480px) {
  #service .main-contents .p_box_wrap .p_box .bg_blue02 {
    padding: 10px 10px 10px;
    line-height: 1.3;
  }
  #service .main-contents .p_box_wrap .p_box .txt_wrap {
    padding: 20px 22px 20px;
  }
  #service .main-contents .p_box_wrap .p_box .txt52 {
    font-size: 52px;
    letter-spacing: 0.05em;
  }
  #service .main-contents .p_box_wrap .p_box .txt16 {
    font-size: 16px;
  }
  #service .main-contents .p_box_wrap .p_box .txt60 {
    font-size: 60px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #service .main-contents .p_box_wrap .p_box .txt60 {
    font-size: 49px;
    line-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  #service .main-contents .p_box_wrap .p_box + .p_box {
    margin-top: 20px;
  }
  #service .main-contents .p_box_wrap .p_box .txt12sp {
    font-size: 12px;
    text-align: center;
  }
}
#service .main-contents .p_box_wrap .p_box.unyo .bg_blue02 {
  background-color: #39a6bb;
}
#service .main-contents .p_box_wrap .p_box.unyo ol {
  color: #39a6bb;
}
#service .main-contents .p_box_wrap .p_box.unyo ol li::before {
  background-color: #39a6bb;
}

.section-inner {
  width: 1200px;
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.simple-title {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@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-bg-yellow2 {
  background: linear-gradient(to bottom, transparent calc(100% - 12px), #ffe200 calc(100% - 12px));
  font-weight: bold;
}

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

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

.text-red {
  color: #de3b5e;
}

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

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

.center-heading {
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .center-heading {
    font-size: 22px;
  }
}

.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) {
  .bubble-heading {
    margin-block: 37px 28px;
    font-size: 20px;
    text-align: center;
    align-items: flex-end;
    line-height: 28px;
  }
}
.bubble-heading::before, .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;
}
.bubble-heading::after {
  transform: rotateY(180deg);
}

.kaiketsu_box {
  margin: 30px auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .kaiketsu_box {
    margin-top: 20px;
  }
}
.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;
  background-color: #f3f5f7;
}
.kaiketsu_box .inbox em {
  font-size: 170%;
  line-height: 1;
  font-family: var(--monteserrat);
  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;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .kaiketsu_box .inbox {
    padding-block: 20px;
  }
  .kaiketsu_box .inbox:last-of-type {
    padding-top: 0;
  }
}

.h2_catch {
  border-radius: 30px;
  padding: 4px 15px;
  margin-bottom: 6px;
  font-weight: bold;
  background-color: #d7e3f2;
}
@media screen and (max-width: 480px) {
  .h2_catch {
    font-size: 15px;
    padding: 2px 15px;
  }
  .h2_catch + .stit40.mb35 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}

/* 共通ここまで */
#main-view {
  position: relative;
}
#main-view .main-view__inner {
  width: 100%;
  aspect-ratio: 1400/680;
  min-height: 680px;
  background-image: url(../images/mv.jpg);
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding-inline: 76px;
  box-sizing: border-box;
  padding-bottom: 164px;
}
@media screen and (max-width: 480px) {
  #main-view .main-view__inner {
    padding: 20px;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: url(../images/sp-mv.jpg);
    aspect-ratio: auto;
    min-height: 0;
  }
}
#main-view .main-view__inner .desc-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main-view .main-view__inner .desc-wrapper .heading {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  #main-view .main-view__inner .desc-wrapper .heading {
    font-size: 32px;
  }
}
#main-view .main-view__inner .desc-wrapper .heading .text-red {
  font-size: 60px;
}
@media screen and (max-width: 480px) {
  #main-view .main-view__inner .desc-wrapper .heading .text-red {
    font-size: 33px;
  }
}
#main-view .main-view__inner .desc-wrapper .heading-copy {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-top: -10px;
}
@media screen and (max-width: 480px) {
  #main-view .main-view__inner .desc-wrapper .heading-copy {
    font-size: min(4.2vw, 17px);
  }
}
#main-view .main-view__inner .desc-wrapper p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #main-view .main-view__inner .desc-wrapper p {
    font-size: 12px;
  }
}
#main-view .main-view__inner .desc-wrapper .price-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  #main-view .main-view__inner .desc-wrapper .price-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  #main-view .main-view__inner .desc-wrapper .price-wrapper img {
    width: 250px;
  }
}
#main-view .main-view__inner .desc-wrapper .price-wrapper .unit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 52px;
  background-color: #3963bb;
  border-radius: 10px;
  color: white;
  font-size: 37px;
  line-height: 1;
  font-weight: bold;
}
#main-view .main-view__inner .desc-wrapper .price-wrapper .price {
  font-size: 49px;
  font-weight: bold;
  color: #3963bb;
}
#main-view .main-view__inner .desc-wrapper .price-wrapper .price .in-num {
  font-size: 88px;
  font-family: var(--monteserrat);
  font-weight: bold;
}
#main-view .main-view__inner .label-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 28px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #main-view .main-view__inner .label-wrapper {
    justify-content: flex-start;
    gap: 6px;
    margin-block: 14px 15px;
    padding-bottom: 0;
  }
}
#main-view .main-view__inner .label-wrapper img {
  width: 165px;
}
@media screen and (max-width: 480px) {
  #main-view .main-view__inner .label-wrapper img {
    width: 80px;
  }
}
#main-view .main-view__inner .logo-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
#main-view .main-view__inner .logo-list .logo-google {
  width: 73px;
}
#main-view .main-view__inner .logo-list .logo-yahoo {
  width: 128px;
}
#main-view .mv-footer {
  background-color: rgba(56, 138, 192, 0.77);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-block: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #main-view .mv-footer {
    position: relative;
    padding: 0;
    bottom: auto;
    left: auto;
  }
}
#main-view .mv-footer .inner {
  width: 1300px;
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  #main-view .mv-footer .inner {
    padding-inline: 0;
  }
}
#main-view .advantage-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 16px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  #main-view .advantage-list {
    gap: min(9px, 2vw);
    padding: 13px 10px;
    width: 100%;
    box-sizing: border-box;
  }
}
#main-view .advantage-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #39a6bb;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#main-view .advantage-list .item {
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
#main-view .advantage-list .item .heading {
  color: #ffeba5;
  font-size: clamp(40px, 3.2vw, 46px);
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 46px;
}
@media screen and (max-width: 480px) {
  #main-view .advantage-list .item .heading {
    font-size: min(22px, 5.8vw);
    margin-bottom: 0;
    line-height: 30px;
  }
}
#main-view .advantage-list .item .heading * {
  line-height: 30px;
}
@media screen and (max-width: 480px) {
  #main-view .advantage-list .item .heading * {
    line-height: 16px;
  }
}
#main-view .advantage-list .item .heading .in-num {
  font-size: 65px;
  font-family: var(--monteserrat);
  display: inline-block;
  transform: translate(0, 5px);
}
@media screen and (max-width: 480px) {
  #main-view .advantage-list .item .heading .in-num {
    font-size: 30px;
    transform: translate(0, 2px);
  }
}
#main-view .advantage-list .item .heading .in-small {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  #main-view .advantage-list .item .heading .in-small {
    font-size: min(12px, 3.2vw);
  }
}
#main-view .advantage-list .item .heading .in-vertival {
  writing-mode: vertical-rl;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  #main-view .advantage-list .item .heading .in-vertival {
    font-size: min(12px, 3.2vw);
  }
}
#main-view .advantage-list .item .heading--flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  #main-view .advantage-list .item .heading--flex {
    gap: 2px;
  }
}
#main-view .advantage-list .item .data {
  color: white;
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #main-view .advantage-list .item .data {
    font-size: min(10px, 2.5vw);
  }
}
#main-view .logo-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-shrink: 0;
}
#main-view .logo-list .logo-google {
  width: clamp(126px, 9.9vw, 139px);
}
#main-view .logo-list .logo-yahoo {
  width: clamp(220px, 17vw, 243px);
}

.sns-logo-list {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 480px) {
  .sns-logo-list {
    flex-wrap: wrap;
    gap: 0 13px;
    height: 96px;
    padding-block: 15px;
    box-sizing: border-box;
  }
  .sns-logo-list::after {
    content: "";
    display: block;
    width: 100%;
    order: 5;
  }
}
.sns-logo-list img {
  height: 34px;
}
@media screen and (max-width: 480px) {
  .sns-logo-list img {
    height: 20px;
    order: 6;
  }
  .sns-logo-list img.logo-adcense {
    order: 2;
  }
  .sns-logo-list img.logo-yahoo-ad {
    order: 3;
  }
  .sns-logo-list img.logo-microsoft {
    order: 4;
  }
}

.main-contents #s01 {
  padding: 60px 0;
  background-color: #ecf4f8;
}
@media screen and (max-width: 480px) {
  .main-contents #s01 {
    padding: 40px 0 50px;
  }
}
.main-contents #s01 p {
  text-align: center;
  font-weight: bold;
}
.main-contents #s01 .clm3 {
  margin: 35px auto;
  gap: 33px;
}
.main-contents #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);
}
.main-contents #s01 .clm3 .inbox .txt22 {
  margin-block: 10px 20px;
}
.main-contents #s01 .clm3 .inbox img {
  width: 237px;
}
.main-contents #s01 .clm3 i {
  border-radius: 0 0 6px 6px;
  line-height: 34px;
  width: 120px;
  color: #fff;
  margin-bottom: 9px;
}
.main-contents #s01 .clm3 .txt24 {
  min-height: 4em;
  display: grid;
  place-items: center;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .main-contents #s01 .clm3 {
    margin: 18px auto 35px;
    gap: 15px;
    align-items: center;
  }
  .main-contents #s01 .clm3 .inbox {
    width: max(290px, 70%);
    padding: 0 12px 22px;
  }
  .main-contents #s01 .clm3 .inbox p {
    line-height: 1.8;
  }
  .main-contents #s01 .clm3 i {
    font-size: 13px;
    line-height: 30px;
  }
  .main-contents #s01 .clm3 .img img {
    width: max(162px, 60%);
  }
}
.main-contents #s02 {
  padding-bottom: 97px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 {
    padding-bottom: 24px;
  }
}
.main-contents #s02 .section-inner {
  padding-block: 57px 52px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .section-inner {
    padding-block: 27px;
  }
}
.main-contents #s02 .image-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .image-list {
    display: block;
  }
  .main-contents #s02 .image-list img {
    width: 200px;
    display: block;
  }
  .main-contents #s02 .image-list img:first {
    margin-right: auto;
  }
  .main-contents #s02 .image-list img:nth-of-type(2) {
    margin-left: auto;
    margin-top: -4rem;
  }
}
.main-contents #s02 .image-list .round-img {
  border-radius: 15px;
}
.main-contents #s02 .image-list .label {
  width: 235px;
  height: auto;
  position: absolute;
  right: -89px;
  bottom: -63px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .image-list .label {
    width: 108px;
    right: auto;
    left: 10px;
    bottom: 0;
  }
}
.main-contents #s02 .sub-copy {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-top: 43px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .sub-copy {
    font-size: 16px;
  }
}
.main-contents #s02 .intro-copy {
  text-align: center;
  font-size: 38px;
  color: #3963bb;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .intro-copy {
    font-size: 22px;
  }
}
.main-contents #s02 .partner-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  padding-inline: 70px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list .item.google, .main-contents #s02 .partner-list .item.yahoo {
    grid-column: span 2;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list .item.yahoo {
    margin-bottom: 20px;
  }
}
.main-contents #s02 .partner-list .item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list .item .image-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.main-contents #s02 .partner-list .item .image-wrapper .logo-google {
  width: 170px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list .item .image-wrapper .logo-google {
    width: 115px;
  }
}
.main-contents #s02 .partner-list .item .image-wrapper .logo-yahoo {
  width: 170px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list .item .image-wrapper .logo-yahoo {
    width: 130px;
  }
}
.main-contents #s02 .partner-list .item .image-wrapper .logo-meta {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list .item .image-wrapper .logo-meta {
    width: 158px;
  }
}
.main-contents #s02 .partner-list .item .image-wrapper .logo-tiktok {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list .item .image-wrapper .logo-tiktok {
    width: 158px;
  }
}
.main-contents #s02 .partner-list .item .desc-wrapper {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list .item .desc-wrapper {
    font-size: 10px;
  }
}
.main-contents #s02 .partner-list .item .desc-wrapper .in-strong {
  font-size: 18px;
  color: #3963bb;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .partner-list .item .desc-wrapper .in-strong {
    font-size: 12px;
  }
}
.main-contents #s02 .outro-copy {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .outro-copy {
    font-size: 16px;
    margin-top: 20px;
  }
}
.main-contents #s02 .outro-copy .in-bg-gradient {
  padding: 5px 10px;
  color: white;
  font-size: 34px;
  border-radius: 10px;
  background: linear-gradient(to left, #3963bb, #39a8bb);
  margin-inline: 5px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .outro-copy .in-bg-gradient {
    font-size: 18px;
    display: inline-block;
    border-radius: 3px;
    margin-inline: 3px 0;
    padding-inline: 7px;
  }
}
.main-contents #s02 .annotation {
  font-size: 13px;
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 480px) {
  .main-contents #s02 .annotation {
    font-size: 10px;
    margin-top: 17px;
    padding-inline: 20px;
  }
}
.main-contents #s03 {
  padding: 64px 0 0px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 {
    padding: 40px 0 0px;
  }
  .main-contents #s03 .txt70 {
    font-size: 40px;
  }
}
.main-contents #s03 > h2 .txt30 {
  line-height: 1.5;
  padding: 5px 20px 6px;
  z-index: 0;
}
.main-contents #s03 > 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) {
  .main-contents #s03 > h2 .txt46 {
    line-height: 1.2;
  }
  .main-contents #s03 > h2 .txt30 {
    padding: 2px 12px 3px;
  }
  .main-contents #s03 > h2 .txt30 * {
    line-height: 1;
  }
}
.main-contents #s03 .intro-copy {
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 .intro-copy {
    font-size: 26px;
    margin-top: 20px;
    line-height: 1;
  }
}
.main-contents #s03 .intro-copy .in-strong {
  font-size: 70px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 .intro-copy .in-strong {
    font-size: 36px;
    line-height: 1;
  }
}
.main-contents #s03 .intro {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 .intro {
    text-align: left;
    padding-inline: 20px;
    font-size: 13px;
  }
}
.main-contents #s03 #promise01 {
  margin-top: 86px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 {
    margin-top: 27px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .txt-center {
    text-align: left;
    margin-bottom: 15px;
  }
}
.main-contents #s03 #promise01 .promise-logo-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 130px;
  margin-block: 15px 28px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .promise-logo-list {
    gap: 33px;
  }
}
.main-contents #s03 #promise01 .promise-logo-list .item .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 195px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .promise-logo-list .item .logo-wrapper {
    height: 97px;
  }
}
.main-contents #s03 #promise01 .promise-logo-list .item .logo-wrapper .logo-google {
  width: 202px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .promise-logo-list .item .logo-wrapper .logo-google {
    width: 102px;
  }
}
.main-contents #s03 #promise01 .promise-logo-list .item .logo-wrapper .logo-yahoo {
  width: 270px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .promise-logo-list .item .logo-wrapper .logo-yahoo {
    width: 143px;
  }
}
.main-contents #s03 #promise01 .promise-logo-list .item .desc-wrapper {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .promise-logo-list .item .desc-wrapper {
    font-size: 10px;
    font-weight: bold;
  }
}
.main-contents #s03 #promise01 .promise-logo-list .item .desc-wrapper .in-strong {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .promise-logo-list .item .desc-wrapper .in-strong {
    font-size: 12px;
  }
}
.main-contents #s03 #promise01 .link {
  color: #3963bb;
  text-decoration: underline;
}
.main-contents #s03 #promise01 .industry-wrapper {
  background: linear-gradient(to bottom, #ccf3f6, #d5e2f2);
  border-radius: 10px;
  position: relative;
  padding: 20px 35px 50px;
  margin-top: 45px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-wrapper {
    margin-top: 40px;
    padding: 20px 15px 25px;
  }
}
.main-contents #s03 #promise01 .industry-wrapper .bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 40px;
  border-radius: 50px;
  background-color: #3963bb;
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-wrapper .bubble {
    font-size: 13px;
    width: 165px;
    height: 25px;
  }
}
.main-contents #s03 #promise01 .industry-wrapper .bubble::after {
  content: "";
  display: block;
  border: solid 10px transparent;
  border-top-color: #3963bb;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-wrapper .bubble::after {
    border-width: 5px;
  }
}
.main-contents #s03 #promise01 .industry-wrapper .heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.main-contents #s03 #promise01 .industry-wrapper .heading-wrapper .illust1 {
  width: 98px;
  margin-top: -25px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-wrapper .heading-wrapper .illust1 {
    width: 60px;
    margin-top: -5px;
  }
}
.main-contents #s03 #promise01 .industry-wrapper .heading-wrapper .illust2 {
  width: 96px;
  margin-top: -25px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-wrapper .heading-wrapper .illust2 {
    width: 59px;
    margin-top: -5px;
  }
}
.main-contents #s03 #promise01 .industry-wrapper .heading-wrapper .heading {
  font-size: 32px;
  color: #3963bb;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-wrapper .heading-wrapper .heading {
    font-size: 20px;
    line-height: 1.3;
    white-space: nowrap;
  }
}
.main-contents #s03 #promise01 .industry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 7px;
    justify-content: center;
  }
}
.main-contents #s03 #promise01 .industry-list .item {
  display: flex;
  align-items: center;
  gap: 19px;
  background-color: white;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .main-contents #s03 #promise01 .industry-list .item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-list .item {
    width: calc(50% - 4px);
    height: 50px;
    padding: 5px;
    box-sizing: border-box;
    gap: 10px;
    border-radius: 4px;
  }
}
.main-contents #s03 #promise01 .industry-list .item .image {
  width: 80px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-list .item .image {
    width: 40px;
  }
}
.main-contents #s03 #promise01 .industry-list .item .image img {
  border-radius: 6px;
}
.main-contents #s03 #promise01 .industry-list .item .text {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-list .item .text {
    font-size: 15px;
  }
}
.main-contents #s03 #promise01 .industry-list .item .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3963bb;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 10px 0 10px 0/10px 0 10px 0;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-list .item .arrow {
    width: 18px;
    border-radius: 4px 0 4px 0/4px 0 4px 0;
  }
}
.main-contents #s03 #promise01 .industry-list .item .arrow img {
  width: 14px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .industry-list .item .arrow img {
    width: 8px;
  }
}
.main-contents #s03 #promise01 .button-wrapper {
  margin-top: 55px;
  width: 520px;
  max-width: 100%;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .button-wrapper {
    margin-top: 26px;
  }
}
.main-contents #s03 #promise01 .button-wrapper .button-bubble {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff78c;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #3963bb;
  width: 362px;
  height: 40px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .button-wrapper .button-bubble {
    font-size: 10px;
    width: 240px;
    height: 20px;
    top: 0;
  }
}
.main-contents #s03 #promise01 .button-wrapper .button-bubble::after {
  content: "";
  border: solid transparent 10px;
  border-top-color: #fff78c;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .button-wrapper .button-bubble::after {
    border-width: 5px;
  }
}
.main-contents #s03 #promise01 .button-wrapper .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 75px;
  border: solid 2px white;
  border-radius: 40px;
  background: linear-gradient(80deg, #3963bb, #39aabb);
  color: white;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise01 .button-wrapper .button {
    font-size: 12px;
    height: 47px;
  }
}
@media (hover: hover) {
  .main-contents #s03 #promise01 .button-wrapper .button:hover {
    opacity: 0.7;
  }
}
.main-contents #s03 #promise01 .button-wrapper .button img {
  width: 8px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise02 {
    padding-bottom: 30px;
  }
}
.main-contents #s03 #promise02 .pro02_02 {
  float: left;
  width: 390px;
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise02 .pro02_02 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.main-contents #s03 #promise02 .txt_box p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise02 .txt_box p {
    font-size: 13px;
  }
}
.main-contents #s03 #promise02 .outro-copy {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise02 .outro-copy {
    margin-top: 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise03 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise04 {
    padding-bottom: 30px;
  }
}
.main-contents #s03 #promise04 .txt_box p {
  margin-bottom: 0;
}
.main-contents #s03 .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;
}
.main-contents #s03 .p_box2025 .box1000 {
  width: 1084px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 .p_box2025 .box1000 {
    padding-bottom: 0px;
  }
}
.main-contents #s03 .p_box2025 .img_txt .img img {
  border-radius: 15px;
}
.main-contents #s03 .p_box2025 .img_txt .txt_box {
  text-align: left;
  padding: 0px;
  text-align: left;
}
.main-contents #s03 .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;
}
.main-contents #s03 .p_box2025 .img_txt .txt_box i.bg_bl3 .txt46 {
  line-height: 40px;
}
.main-contents #s03 .p_box2025 .img_txt .txt_box h3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.main-contents #s03 .p_box2025 .img_txt .txt_box h3 span {
  background: #fff;
  line-height: 1.8;
  padding: 0 10px;
  border-radius: 5px;
}
.main-contents #s03 .p_box2025 .img_txt .txt_box p {
  max-width: 500px;
}
.main-contents #s03 .p_box2025 .img_txt .img_doc img {
  margin-bottom: 14px;
}
.main-contents #s03 .p_box2025 .img_txt.rev .txt_box h3 span {
  background-color: #f3f5f7;
}
@media screen and (min-width: 481px) {
  .main-contents #s03 .p_box2025 .img_txt .img {
    width: 460px;
  }
  .main-contents #s03 .p_box2025 .img_txt .txt_box {
    width: calc(100% - 508px);
  }
  .main-contents #s03 .p_box2025 .img_txt.rev {
    flex-direction: row-reverse;
  }
  .main-contents #s03 .p_box2025 .img_txt .img_badge {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s03 .p_box2025 .img_txt {
    margin-bottom: 10px;
  }
  .main-contents #s03 .p_box2025 .img_txt .txt_box:has(i.bg_bl3) {
    margin-top: -70px;
  }
  .main-contents #s03 .p_box2025 .img_txt .txt_box i.bg_bl3 {
    margin-bottom: 10px;
    display: inline-block;
  }
  .main-contents #s03 .p_box2025 .img_txt .txt_box i.bg_bl3 * {
    line-height: 33px;
  }
  .main-contents #s03 .p_box2025 .img_txt .txt_box h3 {
    margin: 0 auto 0;
    gap: 5px;
  }
  .main-contents #s03 .p_box2025 .img_txt .txt_box h3 span {
    line-height: 2;
  }
  .main-contents #s03 .p_box2025 .img_txt .txt_box h3 + h4 {
    margin-top: 10px;
  }
  .main-contents #s03 .p_box2025 .img_txt.column_sp {
    margin-top: 20px;
  }
  .main-contents #s03 .p_box2025 .img_txt.column_sp.rev {
    flex-direction: column-reverse;
  }
  .main-contents #s03 .p_box2025 .img_txt.column_sp.rev .txt_box {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 481px) {
  .main-contents #s03 .p_box2025 .media_list {
    padding: 0px 50px;
  }
  .main-contents #s03 .p_box2025 .media_list .clm2 .in_box {
    margin-bottom: 65px;
    width: calc((100% - 50px) / 2);
  }
  .main-contents #s03 .p_box2025 .media_list .chart01 {
    margin-bottom: 45px;
  }
  .main-contents #s03 .p_box2025 .media_list .txt26 {
    line-height: 37px;
  }
  .main-contents #s03 .p_box2025 .media_list .doc_box {
    gap: 15px;
  }
  .main-contents #s03 .p_box2025 .media_list .doc_box figure {
    width: calc((100% - 45px) / 4);
  }
  .main-contents #s03 .p_box2025 .media_list .bg_aqua_wrap {
    margin-top: 45px;
    gap: 38px 20px;
  }
  .main-contents #s03 .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;
  }
  .main-contents #s03 .p_box2025 .media_list .bg_aqua .ac_btn {
    height: 60px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-contents #s03 .p_box2025 .media_list .bg_aqua .ac_btn .txt22 {
    line-height: 28px;
  }
  .main-contents #s03 .p_box2025 .media_list .bg_aqua i {
    padding-right: 10px;
  }
  .main-contents #s03 .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;
  }
  .main-contents #s03 .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) {
  .main-contents #s03 .p_box2025 .media_list {
    padding: 0 0 0px;
  }
  .main-contents #s03 .p_box2025 .media_list .in_box {
    text-align: left;
    margin-bottom: 42px;
  }
  .main-contents #s03 .p_box2025 .media_list .in_box .font-r {
    font-size: 120%;
  }
  .main-contents #s03 .p_box2025 .media_list .chart01 {
    width: 400px;
    max-width: 90%;
  }
  .main-contents #s03 .p_box2025 .media_list .pro02 {
    width: 215px;
  }
  .main-contents #s03 .p_box2025 .media_list .doc_box {
    gap: 7px;
  }
  .main-contents #s03 .p_box2025 .media_list .doc_box figure {
    width: calc((100% - 7px) / 2);
  }
  .main-contents #s03 .p_box2025 .bg_aqua_wrap {
    margin-top: 45px;
    gap: 38px 20px;
  }
  .main-contents #s03 .p_box2025 .bg_aqua_wrap .bg_aqua {
    margin: 30px 0;
    box-sizing: border-box;
    padding: 0 30px 10px 10px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
  }
  .main-contents #s03 .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;
  }
  .main-contents #s03 .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;
  }
  .main-contents #s03 .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);
  }
  .main-contents #s03 .p_box2025 .bg_aqua_wrap .bg_aqua .ac_btn .txt22 {
    font-size: 20px;
    line-height: 26px;
  }
  .main-contents #s03 .p_box2025 .bg_aqua_wrap .bg_aqua i {
    padding-right: 8px;
  }
  .main-contents #s03 .p_box2025 .bg_aqua_wrap .bg_aqua i .i50 {
    width: 45px;
  }
  .main-contents #s03 .p_box2025 .bg_aqua_wrap .bg_aqua i .i02 {
    width: 38px;
  }
  .main-contents #s03 .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;
  }
  .main-contents #s03 .p_box2025 .bg_aqua_wrap .bg_aqua .cate.bg_w {
    line-height: 29px;
    box-sizing: border-box;
    background-color: #eaeef8;
  }
  .main-contents #s03 .p_box2025 .bg_aqua_wrap .bg_aqua .open {
    padding: 0 10px 10px;
  }
}
.main-contents #s03 .p_box2025 .txt_box2 {
  border-radius: 10px;
  padding: 20px;
}
.main-contents #s03 .p_box2025 .txt_box2.waku {
  border: 1px solid #dee7f0;
}
@media screen and (min-width: 481px) {
  .main-contents #s03 .p_box2025 .txt_box2 {
    padding: 35px 40px 40px;
  }
  .main-contents #s03 .p_box2025 .txt_box2 .txt_img.justify:has(.img_badge) .txt_box {
    width: calc(100% - 305px);
  }
  .main-contents #s03 .p_box2025 .txt_box2 .txt_img.justify:has(.pro02_02) .txt_box {
    width: calc(100% - 400px);
  }
  .main-contents #s03 .p_box2025 .txt_box2 .txt_img.justify:has(.pro04_02) .txt_box {
    width: calc(100% - 300px);
  }
}
.main-contents #s03 .p_box2025 .txt_box2 .p_logo img {
  margin-bottom: 8px;
}
.main-contents #s03 .p_box2025 .txt_box2 .p_logo + .p_logo {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 .p_box2025 .txt_box2 .img_badge {
    align-items: flex-end;
    gap: 36px;
  }
  .main-contents #s03 .p_box2025 .txt_box2 .img_badge .img_kbox {
    width: 160px;
    padding-bottom: 10px;
  }
  .main-contents #s03 .p_box2025 .txt_box2 .img_badge .img_indeed {
    width: 87px;
  }
  .main-contents #s03 .p_box2025 .txt_box2.waku .pro02_02 {
    margin-bottom: 20px;
  }
  .main-contents #s03 .p_box2025 .txt_box2.waku .txt_box {
    gap: 10px;
  }
}
.main-contents #s03 .p_box2025 .txt_box2 h4.bg_aqua {
  line-height: 2.5;
}
@media screen and (max-width: 480px) {
  .main-contents #s03 #promise05 .column_sp.rev_sp {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.main-contents #s04 {
  padding-block: 50px 80px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 {
    padding-block: 45px 55px;
  }
}
.main-contents #s04 .heading-wrapper .bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 50px;
  background-color: #3963bb;
  border-radius: 50px;
  position: relative;
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-inline: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .heading-wrapper .bubble {
    width: 180px;
    height: 33px;
    font-size: 15px;
  }
}
.main-contents #s04 .heading-wrapper .bubble::after {
  content: "";
  border: solid 10px transparent;
  border-top-color: #3963bb;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}
.main-contents #s04 .heading-wrapper .center-heading {
  color: #3963bb;
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .heading-wrapper .center-heading {
    font-size: min(20px, 5.2vw);
  }
}
.main-contents #s04 .safety-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 930px;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .safety-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
}
.main-contents #s04 .safety-list .item {
  background-color: #eaeef8;
  border-radius: 20px;
  font-size: 20px;
  padding: 36px 20px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .safety-list .item {
    font-size: 13px;
    padding: 16px 0;
    width: calc(50% - 8px);
    box-sizing: border-box;
  }
  .main-contents #s04 .safety-list .item:last-of-type {
    width: 180px;
  }
}
.main-contents #s04 .safety-list .illust1 {
  width: 96px;
  position: absolute;
  bottom: 0;
  left: -54px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .safety-list .illust1 {
    width: 65px;
    left: auto;
    right: calc(50% + 80px);
  }
}
.main-contents #s04 .safety-list .illust2 {
  width: 82px;
  position: absolute;
  bottom: 0;
  right: -51px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .safety-list .illust2 {
    width: 56px;
    right: auto;
    left: calc(50% + 80px);
  }
}
.main-contents #s04 .intro-sub {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-block: 50px 20px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .intro-sub {
    font-size: min(16px, 4.2vw);
    margin-bottom: 0;
  }
}
.main-contents #s04 .intro-copy {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .intro-copy {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.main-contents #s04 .outro-copy {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #3963bb;
  margin-block: 30px 0;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .outro-copy {
    font-size: 21px;
  }
}
.main-contents #s04 .outro-copy .in-ai {
  font-size: 48px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .outro-copy .in-ai {
    font-size: 28px;
  }
}
.main-contents #s04 .outro-copy .in-large {
  font-size: 42px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .outro-copy .in-large {
    font-size: 24px;
  }
}
.main-contents #s04 .outro-copy .in-strong {
  font-size: 58px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .outro-copy .in-strong {
    font-size: 32px;
  }
}
.main-contents #s04 .outro {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  .main-contents #s04 .outro {
    font-size: 16px;
  }
}
.main-contents #s05 {
  background-color: #ecf4f8;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 481px) {
  .main-contents #s05 .fuki {
    width: 260px;
  }
}
.main-contents #s05 .section-inner {
  padding-block: 70px;
}
@media screen and (max-width: 480px) {
  .main-contents #s05 .section-inner {
    padding-block: 20px 50px;
  }
}
.main-contents #s05 .font-r {
  font-family: "Roboto", sans-serif;
}
.main-contents #s05 .txt48.font-r {
  transform: translate(0, 3px);
  display: inline-block;
}
.main-contents #s05 .marker_y2 {
  font-weight: 900;
}
.main-contents #s05 .grad-wrap2 {
  margin-top: 25px;
}
.main-contents #s06 .img_txt {
  position: relative;
}
.main-contents #s06 .img_txt .txt_box {
  text-align: left;
  padding-bottom: 4px;
  text-align: left;
}
.main-contents #s06 .img_txt .txt_box h3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.main-contents #s06 .img_txt .txt_box h3 > span {
  background-color: #3963bb;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 1.85;
  max-height: 59px;
}
.main-contents #s06 .img_txt .txt_box .txt22 {
  margin: 15px 0 18px;
}
.main-contents #s06 .img_txt .txt_box p {
  max-width: 500px;
}
.main-contents #s06 .img_txt .txt_box .txt_more {
  margin-top: 28px;
}
.main-contents #s06 .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;
}
.main-contents #s06 .img_txt .txt_box .txt_more a:hover {
  background-position: right 0px bottom 50%;
}
@media screen and (min-width: 481px) {
  .main-contents #s06 {
    padding: 0 0 92px;
  }
  .main-contents #s06 .img_txt {
    width: 1125px;
    align-items: flex-end;
    position: relative;
    margin: 60px auto 80px;
    padding: 0 40px 0 0;
  }
  .main-contents #s06 .img_txt + .img_txt {
    margin-top: 20px;
  }
  .main-contents #s06 .img_txt.als {
    align-items: flex-start;
  }
  .main-contents #s06 .img_txt.als .txt_box {
    padding-top: 62px;
  }
  .main-contents #s06 .img_txt:first-child:last-child {
    margin: 60px auto 80px;
  }
  .main-contents #s06 .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;
  }
  .main-contents #s06 .img_txt .img {
    width: 500px;
  }
  .main-contents #s06 .img_txt .img img {
    border-radius: 15px;
  }
  .main-contents #s06 .img_txt .txt_box {
    width: 555px;
  }
  .main-contents #s06 .img_txt .txt_box p {
    max-width: 500px;
  }
  .main-contents #s06 .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;
  }
  .main-contents #s06 .img_txt .cat .i_case01 {
    width: 26px;
  }
  .main-contents #s06 .img_txt .cat .i_case02 {
    width: 28px;
  }
  .main-contents #s06 .img_txt .cat .i_case03 {
    width: 26px;
  }
  .main-contents #s06 .img_txt.rev {
    flex-direction: row-reverse;
    padding: 0 0 0 40px;
  }
  .main-contents #s06 .img_txt.rev::before {
    left: auto;
    right: 25px;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s06 {
    padding: 0 0 40px;
  }
  .main-contents #s06 .case_box {
    margin: 30px auto 25px;
  }
  .main-contents #s06 .img_txt {
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(90deg, #ccf3f6 50%, #d5e2f2 100%);
  }
  .main-contents #s06 .img_txt + .img_txt {
    margin-top: 20px;
  }
  .main-contents #s06 .img_txt .img img {
    border-radius: 10px 10px 0 0;
  }
  .main-contents #s06 .img_txt .txt_box {
    margin-top: -25px;
    padding-inline: 15px;
    padding-bottom: 25px;
  }
  .main-contents #s06 .img_txt .txt_box .txt16sp {
    letter-spacing: 0;
    margin: 15px 0 15px;
  }
  .main-contents #s06 .img_txt .txt_box h3 {
    position: relative;
    z-index: 3;
    gap: 5px;
    line-height: 41px;
  }
  .main-contents #s06 .img_txt .txt_box h3 span {
    border-radius: 2px;
    white-space: nowrap;
  }
  .main-contents #s06 .img_txt .txt_box .txt_more {
    margin-top: 20px;
  }
  .main-contents #s06 .img_txt .txt_box .txt_more a {
    background-size: 15px auto;
    background-position: right 5px bottom 50%;
  }
  .main-contents #s06 .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;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .main-contents #s06 .img_txt .cat {
    gap: 4px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .main-contents #s06 .img_txt .cat img {
    transform: translate(0, -1px);
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s06 .img_txt .cat .i_case01 {
    width: 26px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .main-contents #s06 .img_txt .cat .i_case01 {
    width: 16px;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s06 .img_txt .cat .i_case02 {
    width: 28px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .main-contents #s06 .img_txt .cat .i_case02 {
    width: 16px;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #s06 .img_txt .cat .i_case03 {
    width: 26px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .main-contents #s06 .img_txt .cat .i_case03 {
    width: 16px;
  }
}
.main-contents #s06 .outro {
  margin-top: 70px;
}
.main-contents #s06 .table_wrap:nth-of-type(n + 2) {
  margin-top: 44px;
}
@media screen and (max-width: 480px) {
  .main-contents #s06 .table_wrap {
    overflow-x: scroll;
  }
}
.main-contents #compare_box .h2_catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .main-contents #compare_box .h2_catch {
    font-size: 16px;
  }
}
.main-contents #price_box .h2_catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .main-contents #price_box .h2_catch {
    font-size: 16px;
  }
}
.main-contents #price_box .attention {
  margin-bottom: 40px;
}
.main-contents #price_box .btn_red a {
  background-color: #de3b5e;
}
.main-contents #price_box .txt14 {
  font-size: 14px;
}
.main-contents #member .txt40 .txt_w {
  line-height: 62px;
  padding: 0 10px;
}
.main-contents #member .img_hanso {
  margin-bottom: 20px;
}
.main-contents #member .fuki {
  width: 280px;
}
.main-contents #member .stit_bb {
  margin: 70px auto 40px;
  line-height: 92px;
  border-top: 2px solid #3963bb;
  border-bottom: 2px solid #3963bb;
}
.main-contents #member .swiper {
  padding-block: 45px;
}
@media screen and (min-width: 481px) {
  .main-contents #member .clm3 {
    gap: 42px 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-contents #member .clm3::after {
    content: "";
    width: calc((100% - 70px) / 3);
  }
  .main-contents #member .clm3 .swiper-slide {
    width: calc((100% - 70px) / 3);
  }
  .main-contents #member .clm3 .swiper-slide .db {
    display: block;
  }
  .main-contents #member .clm3 .swiper-slide .txt22 {
    margin: 24px auto 14px;
    height: 64px;
    display: grid;
    place-items: center;
  }
  .main-contents #member .clm3 .swiper-slide .txt22.lh3 {
    height: 96px;
  }
  .main-contents #member .clm3 .swiper-slide h4.txt22 {
    margin-block: 30px;
  }
  .main-contents #member .clm3 .swiper-slide .img {
    margin-top: 11px;
  }
}
.main-contents #member .swiper-button-next,
.main-contents #member .swiper-button-prev {
  display: none;
}
.main-contents #member .price_box {
  width: min(1100px, 96%);
  position: relative;
  margin: 60px auto 0;
  padding: 35px;
  background: linear-gradient(90deg, #ccf3f6 0%, #d5e2f2 100%);
}
.main-contents #member .price_box .img {
  width: 430px;
}
.main-contents #member .price_box .img img {
  border-radius: 10px;
}
.main-contents #member .price_box .txt_box {
  padding-top: 15px;
  width: calc(100% - 480px);
  text-align: left;
  padding-bottom: 4px;
  text-align: left;
}
.main-contents #member .price_box .txt_box h3 {
  margin: 9px auto 20px;
}
.main-contents #member .price_box + .btn_rose {
  margin-top: -52px;
}
@media screen and (max-width: 480px) {
  .main-contents #member {
    padding: 30px 0 40px;
  }
  .main-contents #member:has(.bg_grade_tit_wrap) {
    padding: 0px 0;
  }
  .main-contents #member > .txt40 {
    line-height: 36px;
  }
  .main-contents #member > .txt40 .txt_w {
    line-height: 38px;
    padding: 0 10px;
    margin-right: 5px;
  }
  .main-contents #member .img_hanso {
    width: 400px;
    padding: 20px 10px 14px 0;
    box-sizing: border-box;
  }
  .main-contents #member .txt32 {
    margin: 20px auto 14px;
    font-size: 19px;
    line-height: 28px;
  }
  .main-contents #member .txt32 .txt40 {
    font-size: 24px;
  }
  .main-contents #member .stit_bb {
    margin: 48px auto 30px;
    line-height: 56px;
    border-top: 2px solid #3963bb;
    border-bottom: 2px solid #3963bb;
  }
  .main-contents #member .clm3 {
    width: 300px !important;
  }
  .main-contents #member .clm3 .swiper-slide {
    width: 300px !important;
  }
  .main-contents #member .clm3 .swiper-slide .db {
    display: block;
  }
  .main-contents #member .clm3 .swiper-slide .txt22 {
    margin: 12px auto 14px;
    line-height: 28px;
    font-size: 20px;
  }
  .main-contents #member .clm3 .swiper-slide .txt18 {
    font-size: 13px;
  }
  .main-contents #member .clm3 .swiper-slide .txt16 {
    font-size: 14px;
    line-height: 28px;
  }
  .main-contents #member .clm3 .swiper-slide .img {
    margin-top: 11px;
  }
  .main-contents #member .swiper .swiper-button-next,
  .main-contents #member .swiper .swiper-button-prev {
    color: #fff;
    background-color: #3963bb;
    width: 35px;
    height: 60px;
    top: 40%;
    display: flex;
  }
  .main-contents #member .swiper .swiper-button-next:after,
  .main-contents #member .swiper .swiper-button-prev:after {
    font-size: 24px;
  }
  .main-contents #member .swiper .swiper-button-prev {
    left: 5px;
  }
  .main-contents #member .swiper .swiper-button-next {
    right: 5px;
  }
  .main-contents #member .price_box {
    position: relative;
    margin: 45px auto 0;
    padding: 20px;
    background: linear-gradient(135deg, #ccf3f6 0%, #d5e2f2 100%);
  }
  .main-contents #member .price_box .img img {
    border-radius: 10px;
  }
  .main-contents #member .price_box .txt_box {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .main-contents #member .price_box .txt_box h3 {
    margin: 0 auto 15px;
  }
  .main-contents #member .price_box + .btn_rose {
    margin-top: -22px;
  }
}
.main-contents #faq_box {
  padding: 50px 0 70px;
}
@media screen and (max-width: 480px) {
  .main-contents #faq_box {
    padding-block: 30px 50px;
  }
}
.main-contents #faq_box .txt40 {
  font-size: 30px;
}
.main-contents #faq_box .txt20 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main-contents #faq_box .txt20 {
    font-size: 16px;
  }
}
.main-contents #faq_box dl {
  margin: 0 auto 36px;
}
.main-contents #faq_box dt {
  position: relative;
  padding-left: 36px;
  margin-bottom: 17px;
}
.main-contents #faq_box dt i {
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  border-radius: 30px;
  background-color: #3963bb;
  display: inline-block;
  font-size: 16px;
}
.main-contents #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;
}
.main-contents #faq_box dd {
  position: relative;
  margin-bottom: 36px;
}
.main-contents #faq_box dd .txt_box {
  padding: 20px 18px;
  background-color: #ecf4f8;
  box-sizing: border-box;
}
.main-contents #faq_box dd p {
  line-height: 1.8;
}
.main-contents #faq_box dd p:first-of-type {
  margin-bottom: 10px;
}
.main-contents #faq_box dd .txt16 {
  font-weight: 500;
}
.main-contents #faq_box dd .grad-item {
  height: 100px;
  box-sizing: border-box;
}
.main-contents #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%);
}
.main-contents #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;
}
.main-contents #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;
}
.main-contents #faq_box dd .grad-trigger:checked ~ .grad-item {
  height: auto;
}
.main-contents #faq_box dd .grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.main-contents #faq_box .avt dd .txt_box {
  border-radius: 10px;
  width: calc(100% - 20px);
}
.main-contents #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%;
}
.main-contents #faq_box .waku_box {
  border: 3px solid #3963bb;
  padding: 23px 36px;
  gap: 20px;
  align-items: center;
  height: 170px;
}
@media screen and (max-width: 480px) {
  .main-contents #faq_box .waku_box {
    flex-wrap: wrap;
    height: auto;
    padding: 27px 20px;
  }
}
.main-contents #faq_box .waku_box .txt24 {
  margin-inline: auto;
  padding-left: 85px;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .main-contents #faq_box .waku_box .txt24 {
    padding-left: 50px;
    font-size: min(16px, 4.2vw);
  }
}
.main-contents #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;
  background-size: 13px auto;
  border-radius: 35px;
}
@media screen and (max-width: 480px) {
  .main-contents #faq_box .waku_box .txt24:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-contents #faq_box .waku_box .btn_b {
    width: 100%;
  }
}
.main-contents #faq_box .waku_box .btn_b a {
  width: 400px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  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;
}
@media screen and (max-width: 480px) {
  .main-contents #faq_box .waku_box .btn_b a {
    width: 100%;
    height: 60px;
  }
}
.main-contents #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: 22px;
}
@media screen and (max-width: 480px) {
  .main-contents #faq_box .waku_box .btn_b a span {
    font-size: 15px;
  }
}
.main-contents #faq_box .waku_box .btn_b a span em {
  color: #ffff8e;
}

/* listing2024からの流用 */
#s05 .case_box + .case_box {
  margin-top: 35px;
}

#s05 .case_box .i_wrap {
  display: inline-block;
}

#s05 .case_box .i_wrap i.txt26 {
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  background: #f3f5f7;
  border: 3px solid #3963bb;
  border-radius: 30px;
  font-weight: 600;
}

#s05 .case_box .i_wrap i.txt26 .i_case {
  letter-spacing: 0.1em;
  padding-right: 3px;
}

#s05 .case_box .i_wrap i.txt26 .i_case + .font-r {
  padding-right: 8px;
}

#s05 .case_box .i_case {
  background: url(/img/listing/i_case.svg) 0 50% no-repeat;
  padding-left: 33px;
}

#s05 .case_box .bg_blue02 {
  margin-top: -24px;
  padding: 34px 0 18px;
  border-radius: 15px 15px 0 0/15px 15px 0 0;
}

#s05 .case_box .bg_blue02 .txt29 {
  line-height: 48px !important;
}
@media screen and (max-width: 480px) {
  #s05 .case_box .bg_blue02 .txt29 {
    line-height: 30px !important;
  }
  #s05 .case_box .bg_blue02 .txt29 * {
    line-height: 30px !important;
  }
}

#s05 .case_box .bg_blue02 .txt58 {
  font-size: 58px;
  letter-spacing: 0;
}

#s05 .case_box .bg_blue02 .txt_y {
  color: #fff126;
}

#s05 .case_box .bg_w {
  padding: 29px 45px 40px;
  border-radius: 0 0 15px 15px/0 0 15px 15px;
}

#s05 .case_box .bg_w .flex-start.img_txt {
  margin-bottom: 30px;
  gap: 53px;
}

#s05 .case_box .bg_w .flex-start.img_txt .txt_box {
  width: calc(100% - 393px);
}

#s05 .case_box .bg_w .txt26 {
  line-height: 1.54;
}

#s05 .case_box .bg_w .txt16.ls08 {
  line-height: 2.25;
}

#s05 .case_box .grad-trigger2 {
  display: none;
}

.case_table {
  width: 100%;
}

.case_table th {
  padding: 20px 20px;
  vertical-align: middle;
  background: #dee5f7;
  color: #3963bb;
}

.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) {
  #s05 .case_box .txt11sp {
    font-size: 11px !important;
  }
  #s05 .case_box + .case_box {
    margin-top: 35px;
  }
  #s05 .case_box .i_wrap {
    display: inline-block;
  }
  #s05 .case_box .i_wrap i.txt26 {
    font-size: 16px;
    padding: 0 20px;
    height: 35px;
    line-height: 33px;
    background: #f3f5f7;
    border: 2px solid #3963bb;
    border-radius: 40px;
    font-weight: 600;
    align-items: center;
  }
  #s05 .case_box .i_wrap i.txt26 .txt33 {
    font-size: 18px;
    padding: 0 2px;
  }
  #s05 .case_box .i_wrap i.txt26 .txt_l1 {
    padding-left: 5px;
  }
  #s05 .case_box .i_wrap i.txt26.sp_l2 {
    height: 60px;
    box-sizing: border-box;
    line-height: 1.2;
  }
  #s05 .case_box .i_wrap i.txt26.sp_l2 .txt_l2 {
    padding-left: 5px;
    line-height: 1.2;
    text-align: left;
    display: inline-block;
  }
  #s05 .case_box .i_case {
    background: url(/img/listing/i_case.svg) 0 50% no-repeat;
    background-size: 19px auto;
    padding-left: 27px;
  }
  #s05 .case_box .bg_blue02 {
    margin-top: -20px;
    padding: 28px 0 12px;
    border-radius: 5px 5px 0 0/5px 5px 0 0;
  }
  #s05 .case_box .bg_blue02 .txt29 {
    font-size: 18px;
  }
  #s05 .case_box .bg_blue02 .txt48,
  #s05 .case_box .bg_blue02 .txt58 {
    font-size: 28px;
  }
  #s05 .case_box .bg_blue02 .txt40 {
    font-size: 22px;
  }
  #s05 .case_box .bg_blue02 .txt_y {
    color: #fff126;
    line-height: 1.2;
  }
  #s05 .case_box .bg_w {
    padding: 26px 15px 30px;
    border-radius: 0 0 5px 5px/0 0 5px 5px;
  }
  #s05 .case_box .bg_w .img {
    margin-bottom: 16px;
  }
  #s05 .case_box .bg_w .txt26 {
    font-size: 16px;
    line-height: 1.54;
  }
  #s05 .case_box .bg_w .txt11sp {
    margin-bottom: 10px;
  }
  #s05 .case_box .bg_w .txt16.ls08 {
    line-height: 24px;
  }
  .case_table {
    width: 700px;
  }
  .case_table th {
    text-align: left;
    padding: 12px 20px;
    vertical-align: middle;
    background: #dee5f7;
    color: #3963bb;
  }
  .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;
  }
  .case_table.txt12sp td {
    min-height: 40px;
    height: auto;
    line-height: 1.3;
  }
  .grad-wrap2 {
    position: relative;
  }
  .grad-wrap2 .grad-btn2 {
    text-align: center;
    z-index: 999;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    width: 140px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 24px;
    background: #eaeef8;
    color: #3963bb;
    display: grid;
    place-items: center;
  }
  .grad-wrap2 .grad-btn2 span {
    background: url(/img/listing/btn_ar_blue.svg) 0 55% no-repeat;
    padding-left: 22px;
  }
  .grad-wrap2 .grad-item2 {
    position: relative;
    overflow: hidden;
    height: 80px; /*隠した状態の高さ*/
  }
  .grad-wrap2 .grad-item2::before {
    content: "";
    z-index: 99;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px; /*グラデーションで隠す高さ*/
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .grad-wrap2 .grad-trigger2 {
    display: none;
  }
  .grad-wrap2 .grad-trigger2:checked + .grad-btn2 {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-wrap2 .grad-trigger2:checked ~ .grad-item2 {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-wrap2 .grad-trigger2:checked ~ .grad-item2::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
}/*# sourceMappingURL=style.css.map */