@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 .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: 40px 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .bg_grade_tit_wrap {
    padding: 28px 10px 24px;
  }
}
.bg_grade_tit_wrap .fuki {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 7px 22px;
  color: #fff;
  background: #3963bb;
  border-radius: 40px;
  white-space: nowrap;
  line-height: 1.2;
}
.bg_grade_tit_wrap .fuki::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #3963bb;
}
.bg_grade_tit_wrap .sub {
  font-size: 24px;
}

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

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 .txt_consul img {
  width: 580px;
}
@media screen and (max-width: 480px) {
  #service .main-contents .txt_consul img {
    width: 290px;
  }
}

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

.simple-title {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@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: 0 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;
}
.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: 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;
  }
}

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

/* 共通ここまで */
#service .main-contents .main-view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-inline: 6rem;
  width: 100%;
  aspect-ratio: 1400/580;
  gap: 30px;
  background-image: url(../images/mv.jpg);
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #service .main-contents .main-view {
    background-image: url(../images/sp-mv.jpg);
    aspect-ratio: 375/470;
    padding: 25px 0 0 20px;
    justify-content: space-between;
  }
}
#service .main-contents .main-view .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  line-height: 1;
}
#service .main-contents .main-view .title-wrapper .sub-title {
  margin-bottom: 4px;
  padding: 10px;
  background: linear-gradient(80deg, #07b6d1, #3963bb);
  color: white;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #service .main-contents .main-view .title-wrapper .sub-title {
    font-size: 16px;
  }
}
#service .main-contents .main-view .title-wrapper .main-title {
  padding: 15px;
  background-color: white;
  color: #3963bb;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #service .main-contents .main-view .title-wrapper .main-title {
    font-size: 26px;
    padding: 10px;
  }
}
#service .main-contents .main-view .in-copy {
  font-size: 22px;
  font-weight: bold;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #service .main-contents .main-view .in-copy {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 16px 20px;
    width: 100%;
    font-size: min(12px, 3vw);
    font-weight: bold;
  }
}
#service .main-contents #s01 {
  padding-block: 63px 70px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s01 {
    padding-block: 30px 50px;
  }
}
#service .main-contents #s01 .center-heading {
  color: #3963bb;
  font-weight: bold;
}
#service .main-contents #s01 .center-heading .in-small {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s01 .center-heading .in-small {
    font-size: 16px;
  }
}
#service .main-contents #s01 .intro {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-top: -10px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s01 .intro {
    font-size: 24px;
    margin-top: 10px;
  }
  #service .main-contents #s01 .intro * {
    line-height: 1;
  }
}
#service .main-contents #s01 .intro .text-bg-yellow2 {
  font-size: 43px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s01 .intro .text-bg-yellow2 {
    font-size: 26px;
  }
}
#service .main-contents #s01 .intro .in-amp {
  margin-inline: 10px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s01 .intro .in-amp {
    scroll-margin-inline: 5px;
  }
}
#service .main-contents #s01 .intro .in-num {
  font-size: 71px;
  font-family: var(--monteserrat);
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s01 .intro .in-num {
    font-size: 45px;
  }
}
#service .main-contents #s01 .slide-animation {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s01 .slide-animation {
    margin-top: 28px;
  }
}
#service .main-contents #s01 .slide-animation .slide-contents {
  gap: 35px;
}
#service .main-contents #s01 .slide-animation img {
  height: 500px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s01 .slide-animation img {
    height: 260px;
  }
}
#service .main-contents #s02 {
  background-color: #ecf4f8;
  padding-block: 50px 70px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s02 {
    padding-block: 40px 50px;
  }
}
#service .main-contents #s02 .intro-wrapper p {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s02 .intro-wrapper p {
    font-size: 16px;
  }
}
#service .main-contents #s02 .intro-wrapper .h2_catch {
  font-weight: bold;
  background-color: #d7e3f2;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s02 .intro-wrapper .h2_catch {
    font-size: min(16px, 4.2vw);
    padding-inline: 10px;
  }
}
#service .main-contents #s02 .center-heading {
  font-size: 34px;
  font-weight: 900;
  margin-block: 5px 30px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s02 .center-heading {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
#service .main-contents #s02 .worries-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 900px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s02 .worries-list {
    gap: 10px;
  }
}
#service .main-contents #s02 .worries-item {
  background-color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s02 .worries-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 19px 7px 19px;
  }
}
#service .main-contents #s02 .worries-item__text-wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s02 .worries-item__text-wrapper {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
#service .main-contents #s02 .worries-item__text-wrapper::before {
  content: "";
  display: block;
  width: 34px;
  height: 30px;
  background-image: url(../images/ic-check.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s02 .worries-item__text-wrapper::before {
    width: 21px;
    height: 19px;
  }
}
@media screen and (max-width: 480px) {
  #service .main-contents #s02 .worries-item__text {
    line-height: 1.5;
  }
}
#service .main-contents #s03 {
  padding-bottom: 45px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 {
    padding-bottom: 30px;
  }
}
#service .main-contents #s03 .section-inner {
  padding-block: 40px 60px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .section-inner {
    padding-block: 30px 20px;
  }
}
#service .main-contents #s03 .intro-copy {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #3963bb;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .intro-copy {
    font-size: min(18px, 4.7vw);
  }
}
#service .main-contents #s03 .intro {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: -10px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .intro {
    font-size: 16px;
  }
}
#service .main-contents #s03 .image-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-block: 32px 36px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .image-list {
    width: calc(100% + 50px);
    margin-inline: -25px;
    gap: 9px;
    margin-block: 11px 16px;
  }
}
#service .main-contents #s03 .intro-sub {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .intro-sub {
    font-size: 16px;
  }
}
#service .main-contents #s03 .intro-sub-copy {
  text-align: center;
  font-size: 38px;
  color: #3963bb;
  font-weight: bold;
  margin-top: -15px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .intro-sub-copy {
    font-size: 18px;
    margin-top: -13px;
  }
}
#service .main-contents #s03 .teian-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 32px;
  margin-block: 32px 60px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .teian-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 15px;
    margin-bottom: 15px;
  }
}
#service .main-contents #s03 .annotation {
  text-align: center;
  font-size: 10px;
  margin-bottom: 25px;
}
#service .main-contents #s03 .outro {
  border-radius: 10px;
  background-color: #eaeef8;
  margin-block: 70px 0px;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .outro {
    margin-block: 25px 0px;
    padding: 16px;
  }
}
#service .main-contents #s03 .outro p {
  font-size: 30px;
  color: #3963bb;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .outro p {
    font-size: 16px;
    line-height: 1.4;
  }
}
#service .main-contents #s03 .outro-title {
  display: inline-block;
  padding: 5px 20px 5px;
  background: linear-gradient(100deg, transparent 10px, #3963bb 10px, #3963bb calc(100% - 10px), transparent calc(100% - 10px));
  color: white;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .outro-title {
    font-size: 17px;
    padding-bottom: 2px;
  }
}
#service .main-contents #s03 .outro-title .in-strong {
  font-size: 46px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .outro-title .in-strong {
    font-size: 19px;
  }
}
#service .main-contents #s03 .outro-title .txt_y {
  color: #ffe200;
}
#service .main-contents #s03 .outro-copy {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .outro-copy {
    font-size: 16px;
  }
}
#service .main-contents #s03 .outro-copy .in-bg-gradient {
  padding: 0 10px 5px;
  color: white;
  font-size: 34px;
  border-radius: 10px;
  background: linear-gradient(to left, #3963bb, #39a8bb);
  margin-inline: 5px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s03 .outro-copy .in-bg-gradient {
    font-size: 18px;
    border-radius: 2px;
    padding: 3px 7px;
    margin-inline: 2px 0;
  }
}
#service .main-contents #s04 {
  margin-top: 55px;
  padding-bottom: 70px;
  background-color: #ecf4f8;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 {
    margin-top: 42px;
    padding-bottom: 50px;
  }
}
#service .main-contents #s04 .section-inner {
  padding-block: 70px 55px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .section-inner {
    padding-block: 30px 40px;
  }
}
#service .main-contents #s04 .no_img_txt {
  width: 100%;
  counter-reset: my-counter;
}
#service .main-contents #s04 .no_img_txt li {
  background: linear-gradient(90deg, #ccf3f6 0%, #d5e2f2 100%);
  counter-increment: my-counter;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .no_img_txt li {
    overflow: hidden;
  }
}
#service .main-contents #s04 .no_img_txt li .txt_box {
  padding: 0px;
  text-align: left;
}
@media screen and (min-width: 481px) {
  #service .main-contents #s04 .no_img_txt li .txt_box {
    padding: 40px 30px 40px 50%;
  }
}
#service .main-contents #s04 .no_img_txt li .txt_box h3 {
  margin: 0 auto 10px;
}
#service .main-contents #s04 .no_img_txt li .txt_box h3 span {
  background: #fff;
  line-height: 2;
  padding: 2px 10px;
  border-radius: 5px;
}
#service .main-contents #s04 .no_img_txt li .txt_box p {
  line-height: 2;
}
@media screen and (min-width: 481px) {
  #service .main-contents #s04 .no_img_txt li {
    margin: 70px auto 0;
    border-radius: 20px;
  }
  #service .main-contents #s04 .no_img_txt li:first-of-type {
    margin-top: 0;
  }
  #service .main-contents #s04 .no_img_txt li .img {
    width: min(560px, 50%);
    position: absolute;
    top: -30px;
    left: -20px;
  }
  #service .main-contents #s04 .no_img_txt li .img img {
    border-radius: 20px;
  }
  #service .main-contents #s04 .no_img_txt li .img::after {
    display: block;
    content: "";
    margin: auto;
    position: absolute;
    z-index: 4;
  }
}
@media screen and (min-width: 481px) and (min-width: 481px) {
  #service .main-contents #s04 .no_img_txt li:nth-of-type(even) .txt_box {
    padding: 40px 50% 40px 30px;
  }
}
@media screen and (min-width: 481px) {
  #service .main-contents #s04 .no_img_txt li:nth-of-type(even) .img {
    left: inherit;
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .no_img_txt li {
    margin: 20px auto 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #ccf3f6 40%, #d5e2f2 100%);
  }
  #service .main-contents #s04 .no_img_txt li .txt_box {
    padding: 22px;
  }
  #service .main-contents #s04 .no_img_txt li .txt_box h3 {
    font-size: 20px;
  }
  #service .main-contents #s04 .no_img_txt li .txt_box h3 span {
    border-radius: 2px;
    padding: 3px 10px;
  }
}
#service .main-contents #s04 .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) {
  #service .main-contents #s04 .no_img_txt li .img::before {
    font-size: 27px;
    border-radius: 10px 0 10px 0;
    width: 55px;
    height: 55px;
  }
}
#service .main-contents #s04 .no_img_txt li .gradient-bg {
  width: calc(100% - 80px);
  margin-inline: auto;
  background: linear-gradient(100deg, #07b6d1, #3963bb);
  border-radius: 5px;
  padding: 20px 30px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .no_img_txt li .gradient-bg {
    width: calc(100% - 46px);
    padding-inline: 15px;
    padding-block: 10px 25px;
  }
}
#service .main-contents #s04 .no_img_txt li .gradient-bg .heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .no_img_txt li .gradient-bg .heading {
    font-size: 16px;
  }
  #service .main-contents #s04 .no_img_txt li .gradient-bg .heading * {
    line-height: 1;
  }
}
#service .main-contents #s04 .no_img_txt li .gradient-bg .heading .in-num {
  font-size: 45px;
  font-family: var(--monteserrat);
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .no_img_txt li .gradient-bg .heading .in-num {
    font-size: 30px;
  }
}
#service .main-contents #s04 .no_img_txt li .gradient-bg .heading .txt_y {
  font-size: 27px;
  margin-inline: 5px;
  transform: translate(0, 3px);
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .no_img_txt li .gradient-bg .heading .txt_y {
    font-size: 17px;
    margin-inline: 2px;
  }
}
#service .main-contents #s04 .no_img_txt li .gradient-bg p {
  color: white;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .no_img_txt li .gradient-bg p {
    font-size: 12px;
    line-height: 1.6;
  }
}
#service .main-contents #s04 .outro-heading {
  text-align: center;
  margin-bottom: 10px;
}
#service .main-contents #s04 .outro-heading .sub {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .outro-heading .sub {
    font-size: 18px;
  }
}
#service .main-contents #s04 .outro-heading .main {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .outro-heading .main {
    font-size: 24px;
  }
}
#service .main-contents #s04 .outro-copy {
  text-align: center;
  font-size: 46px;
  color: #3963bb;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s04 .outro-copy {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
#service .main-contents #s05 {
  padding-block: 50px 80px;
  background-image: url(../images/reason-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 {
    padding-block: 30px 38px;
  }
}
#service .main-contents #s05 .center-heading {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .center-heading {
    font-size: 22px;
  }
}
#service .main-contents #s05 .section-inner {
  width: 1000px;
}
#service .main-contents #s05 .gradient-bubbule {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 490px;
  height: 50px;
  background: linear-gradient(to bottom, #07b6d1, #3963bb);
  border-radius: 25px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-inline: auto;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .gradient-bubbule {
    width: 290px;
    height: 30px;
    font-size: 15px;
  }
}
#service .main-contents #s05 .gradient-bubbule::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-image: url(../images/ic-bubble-angle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .gradient-bubbule::after {
    width: 12px;
  }
}
#service .main-contents #s05 .company-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .company-list {
    margin-top: 30px;
    padding-inline: 5px;
    gap: 35px;
  }
}
#service .main-contents #s05 .company-list::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url(../images/ic-cross.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .company-list::after {
    width: 19px;
    top: 50px;
  }
}
#service .main-contents #s05 .company-item .desc {
  text-align: center;
  font-size: 22px;
  margin-block: 10px 5px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .company-item .desc {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.3;
    width: calc(100% + 20px);
    margin-inline: -10px;
  }
}
#service .main-contents #s05 .company-item .desc .text-blue {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .company-item .desc .text-blue {
    font-size: 16px;
  }
}
#service .main-contents #s05 .company-item .company-name {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .company-item .company-name {
    font-size: 12px;
  }
}
#service .main-contents #s05 .reason-copy {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #3963bb;
  margin-block: 40px 60px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .reason-copy {
    font-size: 22px;
    margin-block: 24px 30px;
    line-height: 1.6;
  }
}
#service .main-contents #s05 .rev-wrapper {
  width: 100%;
  border-radius: 5px;
  background-color: #3963bb;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .rev-wrapper {
    flex-direction: column;
  }
}
#service .main-contents #s05 .rev-wrapper .image {
  flex-shrink: 0;
  width: 240px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .rev-wrapper .image {
    width: 100%;
  }
}
#service .main-contents #s05 .rev-wrapper .desc-wrapper {
  color: white;
}
#service .main-contents #s05 .rev-wrapper .desc-wrapper p {
  font-size: 15px;
}
#service .main-contents #s05 .rev-wrapper .desc-wrapper .rev-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 36px;
  background: linear-gradient(to bottom, #ccf3f6, #d5e2f2);
  border-radius: 50px;
  color: #3963bb;
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .rev-wrapper .desc-wrapper .rev-link {
    width: 100%;
    gap: 10px;
  }
}
#service .main-contents #s05 .rev-wrapper .desc-wrapper .rev-link img {
  width: 10px;
}
#service .main-contents #s05 .outro {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 55px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s05 .outro {
    margin-top: 21px;
    font-size: 16px;
  }
}
#service .main-contents #s06 {
  padding-block: 60px 70px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 {
    padding-block: 30px 50px;
  }
}
#service .main-contents #s06 .section-inner {
  width: 1100px;
}
#service .main-contents #s06 .center-heading {
  font-size: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .center-heading {
    font-size: 18px;
  }
}
#service .main-contents #s06 .intro {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .intro {
    text-align: left;
  }
}
#service .main-contents #s06 .flow-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 38px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-list {
    margin-top: 20px;
  }
}
#service .main-contents #s06 .flow-item {
  border-radius: 10px;
  background: linear-gradient(80deg, #ccf3f6, #d5e2f2);
  padding: 30px;
  display: flex;
  gap: 40px;
  position: relative;
  counter-increment: counterNum;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item {
    flex-direction: column;
    gap: 14px;
    padding: 15px;
  }
}
#service .main-contents #s06 .flow-item::before {
  content: counter(counterNum, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  aspect-ratio: 1/1;
  background-color: #3963bb;
  border-radius: 0 0 0 10px/0 0 0 10px;
  color: white;
  font-size: 40px;
  font-family: var(--monteserrat);
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item::before {
    width: 55px;
    font-size: 32px;
  }
}
#service .main-contents #s06 .flow-item .image {
  width: 310px;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .image {
    width: 100%;
  }
}
#service .main-contents #s06 .flow-item .desc-wrapper .heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  color: #3963bb;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .desc-wrapper .heading {
    font-size: 24px;
  }
}
#service .main-contents #s06 .flow-item .desc-wrapper .heading img {
  width: 37px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .desc-wrapper .heading img {
    width: 34px;
  }
}
#service .main-contents #s06 .flow-item .desc-wrapper .heading img.ic2 {
  width: 39px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .desc-wrapper .heading img.ic2 {
    width: 33px;
  }
}
#service .main-contents #s06 .flow-item .desc-wrapper .heading img.ic3 {
  width: 42px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .desc-wrapper .heading img.ic3 {
    width: 33px;
  }
}
#service .main-contents #s06 .flow-item .desc-wrapper .heading img.ic4 {
  width: 30px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .desc-wrapper .heading img.ic4 {
    width: 26px;
  }
}
#service .main-contents #s06 .flow-item .desc-wrapper p {
  font-size: 15px;
  line-height: 2;
}
#service .main-contents #s06 .flow-item .desc-wrapper .do-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .desc-wrapper .do-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#service .main-contents #s06 .flow-item .desc-wrapper .do-list--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .desc-wrapper .do-list--2col {
    grid-template-columns: 1fr;
  }
}
#service .main-contents #s06 .flow-item .desc-wrapper .do-list .item {
  display: flex;
  align-items: center;
  padding-inline: 13px;
  background-color: white;
  border-radius: 5px;
  color: #3963bb;
  font-size: 16px;
  height: 50px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .desc-wrapper .do-list .item {
    height: 40px;
    font-size: min(14px, 3.7vw);
    white-space: nowrap;
  }
}
#service .main-contents #s06 .flow-item .desc-wrapper .annotation {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s06 .flow-item .desc-wrapper .annotation {
    margin-top: 20px;
    line-height: 1.5;
  }
}
#service .main-contents #s07 {
  background-color: #ecf4f8;
  padding-block: 60px 70px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 {
    padding-block: 40px 50px;
  }
}
#service .main-contents #s07 .center-heading {
  margin-block: 0 20px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .center-heading {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
#service .main-contents #s07 .section-inner .h2_catch {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .section-inner .h2_catch {
    font-size: 16px;
  }
}
#service .main-contents #s07 .intro {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .intro {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
  }
}
#service .main-contents #s07 .border-heading {
  padding-block: 10px;
  border-top: solid 2px #3963bb;
  border-bottom: solid 2px #3963bb;
  margin-bottom: 30px;
  font-size: 28px;
  color: #3963bb;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .border-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#service .main-contents #s07 .plan-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-wrapper {
    gap: 40px;
  }
}
#service .main-contents #s07 .plan-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#service .main-contents #s07 .plan-list .plan {
  overflow: hidden;
  border-radius: 10px;
  min-height: 405px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan {
    min-height: 0;
  }
}
#service .main-contents #s07 .plan-list .plan--syukyaku1 {
  --plan-color: #5a90e2;
}
#service .main-contents #s07 .plan-list .plan--syukyaku2 {
  --plan-color: #3963bb;
}
#service .main-contents #s07 .plan-list .plan--syukyaku3 {
  --plan-color: #1e3e80;
}
#service .main-contents #s07 .plan-list .plan--other1 {
  --plan-color: #52c7ac;
}
#service .main-contents #s07 .plan-list .plan--other2 {
  --plan-color: #39a6bb;
}
#service .main-contents #s07 .plan-list .plan--other3 {
  --plan-color: #c7a752;
}
#service .main-contents #s07 .plan-list .plan .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 65px;
  background-color: var(--plan-color);
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan .heading {
    font-size: 22px;
    height: 69px;
    gap: 0px;
    gap: 5px;
  }
}
#service .main-contents #s07 .plan-list .plan .heading .sub {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan .heading .sub {
    font-size: 17px;
    line-height: 1;
  }
}
#service .main-contents #s07 .plan-list .plan .inner {
  background-color: white;
  padding: 13px 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan .inner {
    padding-top: 0;
    padding-inline: 25px;
  }
}
#service .main-contents #s07 .plan-list .plan .inner .price-wrapper .price {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan .inner .price-wrapper .price {
    font-size: 27px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
#service .main-contents #s07 .plan-list .plan .inner .price-wrapper .price .in-num {
  font-size: 52px;
  font-family: var(--monteserrat);
  display: inline-block;
  transform: translate(0, 3px);
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan .inner .price-wrapper .price .in-num {
    font-size: 47px;
    line-height: 1.5;
  }
}
#service .main-contents #s07 .plan-list .plan .inner .price-wrapper .detail-list {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 5px 20px;
  margin-bottom: 24px;
}
#service .main-contents #s07 .plan-list .plan .inner .price-wrapper .detail-list .item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan .inner .price-wrapper .detail-list .item {
    font-size: 13px;
  }
}
#service .main-contents #s07 .plan-list .plan .inner .price-wrapper .detail-list .item::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--plan-color);
}
#service .main-contents #s07 .plan-list .plan .inner .overview__item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: solid 1px #d8deec;
  padding-block: 12px;
  padding-inline: 5px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan .inner .overview__item {
    gap: 15px;
  }
}
#service .main-contents #s07 .plan-list .plan .inner .overview__title {
  color: var(--plan-color);
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan .inner .overview__title {
    font-size: 13px;
  }
}
#service .main-contents #s07 .plan-list .plan .inner .overview__data {
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #s07 .plan-list .plan .inner .overview__data {
    font-size: 13px;
  }
}
#service .main-contents #s07 .btn_rose {
  margin-top: 44px;
}
#service .main-contents #faq_box {
  padding: 50px 0 70px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #faq_box {
    padding-block: 30px 50px;
  }
}
#service .main-contents #faq_box .txt40 {
  font-size: 30px;
}
#service .main-contents #faq_box .txt20 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #service .main-contents #faq_box .txt20 {
    font-size: 16px;
  }
}
#service .main-contents #faq_box dl {
  margin: 0 auto 36px;
}
#service .main-contents #faq_box dt {
  position: relative;
  padding-left: 36px;
  margin-bottom: 17px;
}
#service .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;
}
#service .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;
}
#service .main-contents #faq_box dd {
  position: relative;
  margin-bottom: 36px;
}
#service .main-contents #faq_box dd .txt_box {
  padding: 20px 18px;
  background-color: #ecf4f8;
  box-sizing: border-box;
}
#service .main-contents #faq_box dd p {
  line-height: 1.8;
}
#service .main-contents #faq_box dd p:first-of-type {
  margin-bottom: 10px;
}
#service .main-contents #faq_box dd .txt16 {
  font-weight: 500;
}
#service .main-contents #faq_box dd .grad-item {
  height: 100px;
  box-sizing: border-box;
}
#service .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%);
}
#service .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;
}
#service .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;
}
#service .main-contents #faq_box dd .grad-trigger:checked ~ .grad-item {
  height: auto;
}
#service .main-contents #faq_box dd .grad-trigger:checked ~ .grad-item::before {
  display: none;
}
#service .main-contents #faq_box .avt dd .txt_box {
  border-radius: 10px;
  width: calc(100% - 20px);
}
#service .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%;
}
#service .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) {
  #service .main-contents #faq_box .waku_box {
    flex-wrap: wrap;
    height: auto;
    padding: 27px 20px;
  }
}
#service .main-contents #faq_box .waku_box .txt24 {
  margin-inline: auto;
  padding-left: 85px;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  #service .main-contents #faq_box .waku_box .txt24 {
    padding-left: 50px;
    font-size: 16px;
  }
}
#service .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) {
  #service .main-contents #faq_box .waku_box .txt24:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  #service .main-contents #faq_box .waku_box .btn_b {
    width: 100%;
  }
}
#service .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) {
  #service .main-contents #faq_box .waku_box .btn_b a {
    width: 100%;
    height: 60px;
  }
}
#service .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) {
  #service .main-contents #faq_box .waku_box .btn_b a span {
    font-size: 15px;
  }
}
#service .main-contents #faq_box .waku_box .btn_b a span em {
  color: #ffff8e;
}/*# sourceMappingURL=style.css.map */