@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.c-ttlArea {
  background: #EAEEF8;
}
.c-ttlArea__head {
  background: #325297;
  padding-block: 20px;
  color: #fff;
  font-size: 24px;
}
.c-ttlArea__head--recruit {
  background: #39849F !important;
}
.c-ttlArea__catch-em {
  color: #F6DC07;
}
.recruit .c-ttlArea__catch-em {
  color: #FFF184;
}

.c-ttlArea__ttl {
  font-size: 32px;
}
@media screen and (max-width: 480px), print {
  .c-ttlArea__ttl {
    font-size: 22px;
    margin-top: 8px;
  }
}

@media screen and (min-width: 481px) {
  .c-ttl-border {
    border-bottom: 2px solid #3963bb;
    border-top: 2px solid #3963bb;
    line-height: 73px;
    font-size: 28px;
    color: #3963BB;
  }
}
@media screen and (max-width: 480px) {
  .c-ttl-border {
    border-bottom: 2px solid #3963bb;
    border-top: 2px solid #3963bb;
    line-height: 1.4;
    padding: 10px 0;
    font-size: 20px;
    color: #3963BB;
  }
}
.p-price {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.p-price svg {
  width: 100%;
}

.zen {
  font-family: "Zen Kaku Gothic New", "Roboto", "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
.zen b {
  font-family: "Roboto";
}

.noto {
  font-family: "Noto Sans JP", "Roboto", "Montserrat", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}

.noto-roboto {
  font-family: "Roboto", "Noto Sans JP", "Montserrat", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}

@media screen and (min-width: 768px), print {
  .baitai > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .baitai > div span {
    text-align: left;
    font-weight: 400;
  }
  .pc-w-60 {
    width: 60% !important;
  }
  .pc-w-70 {
    width: 70% !important;
  }
}
.anchor {
  display: block;
  margin-top: -170px;
  padding-top: 170px;
}
@media screen and (max-width: 767px), print {
  .anchor {
    margin-top: -61px;
    padding-top: 61px;
  }
}

#solution, #recruit {
  display: block;
  margin-top: -210px;
  padding-top: 210px;
}
@media screen and (max-width: 767px), print {
  #solution, #recruit {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.s-mv {
  background: url(/img/price/mv-bg.png) no-repeat center center/cover;
  height: 220px;
  padding-block: 13px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s-mv {
    height: 120px;
    padding-block: 8px;
    background: url(/img/price/mv-bg-sp.png) no-repeat center center/cover;
  }
}
.s-mv .breadcrumb {
  padding: 0 60px;
}
@media screen and (max-width: 480px) {
  .s-mv .breadcrumb {
    padding: 0 8px;
  }
}
.s-mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
}
@media screen and (max-width: 480px) {
  .s-mv__ttl {
    font-size: 24px;
  }
}

.s-intro {
  padding: 50px 0 96px;
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  .s-intro {
    padding: 30px 0 72px;
    padding-inline: 20px;
    box-sizing: border-box;
  }
}
.s-intro__text {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .s-intro__text {
    font-size: 14px !important;
    text-align: left;
    display: grid;
    gap: 10px;
  }
}
.s-intro__menu {
  margin-top: 43px;
}
@media screen and (max-width: 480px) {
  .s-intro__menu {
    margin-top: 30px;
  }
}
.s-intro__menu-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .s-intro__menu-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.s-intro__menu-block {
  border-radius: 5px;
  overflow: hidden;
}
.s-intro__menu-title {
  display: grid;
  grid-template-columns: 17px max-content;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: 22px;
  color: white;
  background: #3963BB;
  padding-block: 14px;
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  .s-intro__menu-title {
    font-size: 18px;
    padding-block: 10px;
  }
}
.s-intro__menu-title--cyaan {
  background: #39A6BB;
}
@media (hover: hover) {
  .s-intro__menu-title {
    transition: 0.3s;
  }
  .s-intro__menu-title:hover {
    opacity: 0.7;
  }
}
.s-intro__menu-list {
  display: grid;
  gap: 10px;
  padding: 22px 29px 28px;
  background: url(/img/price/intro-img01.png) no-repeat calc(100% - 20px) calc(100% - 20px)/116px 111px #F3F5F7;
}
@media screen and (max-width: 480px) {
  .s-intro__menu-list {
    padding: 20px;
    background: url(/img/price/intro-img01.png) no-repeat calc(100% - 9px) calc(100% - 9px)/87px 83px #F3F5F7;
  }
  .s-intro__menu-list * {
    font-size: 14px !important;
  }
}
.s-intro__menu-list--cyaan {
  background: url(/img/price/intro-img02.png) no-repeat calc(100% - 20px) calc(100% - 20px)/116px 111px #F3F7F7;
}
@media screen and (max-width: 480px), print {
  .s-intro__menu-list--cyaan {
    background: url(/img/price/intro-img02.png) no-repeat calc(100% - 9px) calc(100% - 9px)/87px 84px #F3F7F7;
  }
}
.s-intro__menu-link {
  display: grid;
  align-items: center;
  grid-template-columns: 15px max-content;
  gap: 8px;
  font-weight: bold;
  font-size: 18px;
}
@media (hover: hover) {
  .s-intro__menu-link {
    transition: 0.3s;
    color: #31333C !important;
  }
  .s-intro__menu-link:hover {
    opacity: 0.7;
  }
}
.s-intro__menu-note {
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
}
.s-intro__mission {
  margin-top: 47px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 480px), print {
  .s-intro__mission {
    margin-top: 26px;
    font-size: 14px;
    letter-spacing: 0 !important;
  }
}
.s-intro__mission-text {
  font-size: 22px;
  font-weight: bold;
  margin-top: 11px;
}
@media screen and (max-width: 480px), print {
  .s-intro__mission-text {
    font-size: 18px;
    line-height: 1.8;
  }
}
.s-intro__mission-em {
  font-size: 26px;
  color: #3963BB;
}
@media screen and (max-width: 480px), print {
  .s-intro__mission-em {
    font-size: 22px;
  }
}
.s-intro__mission-em--cyaan {
  color: #39A6BB;
}
.s-intro__mission-border {
  position: relative;
}
@media screen and (max-width: 480px), print {
  .s-intro__mission-border.highlight {
    background: linear-gradient(to bottom, transparent calc(100% - 12px), #fff700 calc(100% - 12px));
  }
}
@media screen and (min-width: 481px), print {
  .s-intro__mission-border::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 100%;
    background: #FFF184;
    z-index: -1;
  }
}

.s-solution {
  position: relative;
  padding-top: 75px;
  padding-bottom: 50px;
  text-align: center;
  background: #EAEEF8;
}
@media screen and (max-width: 480px), print {
  .s-solution {
    padding: 0;
  }
}
.s-solution--recruit {
  background: #EAF3F8;
}
.s-solution__ttl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 490px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #FFFFFF;
}
@media screen and (max-width: 480px), print {
  .s-solution__ttl {
    width: 300px;
    height: 42px;
    font-size: 20px;
  }
}
.s-solution__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-15deg);
  background: #3963BB;
  height: 70px;
  width: 490px;
  z-index: -1;
}
@media screen and (max-width: 480px), print {
  .s-solution__ttl::before {
    width: 300px;
    height: 42px;
  }
}
.s-solution__ttl::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #3963BB;
  height: 116px;
  width: 111px;
  background: url(/img/price/solution-img01.png) no-repeat center center/contain;
}
@media screen and (max-width: 480px), print {
  .s-solution__ttl::after {
    height: 63px;
    width: 70px;
    right: -5px;
  }
}
.s-solution__ttl--recruit::before {
  background: #39A6BB;
}
.s-solution__ttl--recruit::after {
  height: 116px;
  width: 102px;
  right: -8px;
  background: url(/img/price/indeed-img01.png) no-repeat center center/contain;
}
@media screen and (max-width: 480px), print {
  .s-solution__ttl--recruit::after {
    height: 63px;
    width: 70px;
    right: -5px;
  }
}
.s-solution__ttl-em {
  color: #FFF184;
  font-size: 36px;
}
@media screen and (max-width: 480px), print {
  .s-solution__ttl-em {
    font-size: 22px;
  }
}
.s-solution__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 54px;
}
@media screen and (max-width: 480px), print {
  .s-solution__list {
    gap: 6px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 36px 20px 25px;
    height: auto;
  }
}
.s-solution__link {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 54px;
  grid-template-columns: 15px max-content;
  gap: 8px;
  font-weight: bold;
  background: #ffffff;
  padding-inline: 13px;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Montserrat", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 480px), print {
  .s-solution__link {
    height: 48px;
    font-size: 14px;
    text-align: left;
    padding-inline: 5px;
    justify-content: start;
    line-height: 1.3 !important;
  }
}
@media (hover: hover) {
  .s-solution__link {
    transition: 0.3s;
    color: #31333C !important;
  }
  .s-solution__link:hover {
    opacity: 0.7;
  }
}

.s-listing {
  background: #EAF3F8;
}
.s-listing__catch {
  line-height: 1.3;
}
.s-listing__head--recruit {
  background: #39849F !important;
}
.s-listing__content {
  max-width: 990px;
  width: 100%;
  margin-inline: auto;
  padding-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 480px), print {
  .s-listing__content {
    padding-inline: 20px;
    box-sizing: border-box;
    padding-top: 30px;
    gap: 7px;
  }
}
.s-listing__menu {
  background: white;
  grid-column: 1/3;
}
.s-listing__wrap {
  background: white;
  border-radius: 10px;
  padding: 64px 40px 36px;
  position: relative;
}
@media screen and (max-width: 480px), print {
  .s-listing__wrap {
    padding: 31px 41px 15px;
  }
}
.s-listing__menu-ttl {
  position: relative;
  background: #C4D4FD;
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding-inline: 28px;
  border-radius: 9999px;
  font-size: 26px;
  color: #2450AE;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 0;
}
@media screen and (max-width: 480px), print {
  .s-listing__menu-ttl {
    font-size: 14px;
    height: 26px;
    padding-inline: 13px;
  }
}
.s-listing__menu-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%) translateY(100%) scaleY(-1);
  background: #C4D4FD;
  height: 8.6602540378px;
  width: 20px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 480px), print {
  .s-listing__menu-ttl::after {
    height: 6.4951905284px;
    width: 15px;
  }
}
.s-listing__menu-ttl--recruit {
  background: #C2E1E7 !important;
  color: #39849F !important;
}
.s-listing__recruit {
  max-width: 688px;
  margin-inline: auto;
  display: block;
}
.s-listing__feature {
  padding-block: 35px;
  padding-left: 28px;
  display: grid;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}
@media screen and (min-width: 767px), print {
  .s-listing__feature--left {
    grid-template-columns: 163px 1fr;
  }
  .s-listing__feature--right {
    grid-template-columns: 91px 1fr;
  }
}
@media screen and (max-width: 480px), print {
  .s-listing__feature {
    gap: 17px;
    padding-block: 13px;
    padding-inline: 20px;
  }
}
.s-listing__feature-ttl {
  text-align: left;
  font-size: 24px;
  font-family: "Montserrat", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 480px), print {
  .s-listing__feature-ttl {
    font-size: 14px;
    text-align: center;
  }
}
.s-listing__feature-ttl b {
  font-size: 26px;
}
@media screen and (max-width: 480px), print {
  .s-listing__feature-ttl b {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px), print {
  .s-listing__feature-img {
    order: 2;
    width: 115px;
    margin-inline: auto;
  }
  .s-listing__feature-img--fb {
    width: 88px;
    margin-inline: auto;
  }
}
.s-listing__feature-em {
  color: #3963BB;
}

.s-hp__inner {
  padding: 40px 0 70px;
}
@media screen and (max-width: 480px), print {
  .s-hp__inner {
    padding: 30px 20px 50px;
  }
}
.s-hp__plan-wrap {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-wrap {
    gap: 15px;
    margin-top: 30px;
  }
}
.s-hp__plan {
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 300px auto;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan {
    grid-template-columns: 1fr;
  }
}
.s-hp__plan-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.s-hp__plan-head--light {
  background: #4D91CD;
}
.s-hp__plan-head--standard {
  background: #3963BB;
}
.s-hp__plan-head--premium {
  background: #1E3E80;
}
.s-hp__plan-head--lighttmp {
  background: #52C7AC;
}
.s-hp__plan-head--lp {
  background: #39A6BB;
}
.s-hp__plan-head--ec {
  background: #C7A752;
}
.s-hp__plan-body {
  padding: 30px 40px 30px 30px;
  background: #F3F5F7;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-body {
    padding: 20px;
  }
}
.s-hp__plan-name {
  font-size: 23px;
  color: #fff;
  padding-inline: 25px;
  padding-block: 8px;
  border-radius: 9999px;
  display: inline-block;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-name {
    font-size: 14px;
    padding-inline: 15px;
    padding-block: 2px;
  }
  .s-hp__plan-name small {
    font-size: 14px !important;
  }
}
.s-hp__plan-name--light {
  background: #1752A5;
}
.s-hp__plan-name--standard {
  background: #0D2689;
}
.s-hp__plan-name--premium {
  background: #040E40;
}
.s-hp__plan-name--lighttmp {
  background: #1A9B75;
  line-height: 1.1 !important;
}
.s-hp__plan-name--lp {
  background: #0C6C89;
  line-height: 1.1 !important;
}
.s-hp__plan-name--ec {
  background: #9B6D1B;
}
.s-hp__plan-name small {
  font-size: 18px;
}
.s-hp__plan-price {
  font-size: 40px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-price {
    letter-spacing: 0.1em;
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
}
.s-hp__plan-price b {
  font-size: 70px;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-price b {
    font-size: 40px;
  }
}
.s-hp__plan-body {
  text-align: left;
}
.s-hp__plan-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 34px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-info {
    font-size: 14px;
    gap: 10px 20px;
    display: grid;
  }
}
.s-hp__plan-info-item {
  display: flex;
  gap: 24px;
}
.s-hp__plan-info-title--light {
  color: #4D91CD;
}
.s-hp__plan-info-title--standard {
  color: #3963BB;
}
.s-hp__plan-info-title--premium {
  color: #1E3E80;
}
.s-hp__plan-info-title--lighttmp {
  color: #3DAA91;
}
.s-hp__plan-info-title--lp {
  color: #4D91CD;
}
.s-hp__plan-info-title--ec {
  color: #C7A752;
}
.s-hp__plan-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 3px 27px;
  margin-top: 20px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B7C0D8;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 20px;
    font-size: 14px;
  }
}
.s-hp__plan-list-fp--light {
  color: #4D91CD;
}
.s-hp__plan-list-fp--standard {
  color: #3963BB;
}
.s-hp__plan-list-fp--premium {
  color: #1E3E80;
}
.s-hp__plan-list-fp--lighttmp {
  color: #3DAA91;
}
.s-hp__plan-list-fp--lp {
  color: #4D91CD;
}
.s-hp__plan-list-fp--ec {
  color: #C7A752;
}
.s-hp__plan-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 90%;
  font-weight: 500;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-features {
    width: 100%;
    gap: 5px;
  }
}
.s-hp__plan-features-item {
  height: 25px;
  padding-inline: 7px;
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-radius: 3px;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-features-item {
    font-size: 13px;
    padding-inline: 5px;
  }
}
.s-hp__plan-features-item--disable {
  background: #E1E6EA;
  color: #A5B3BF;
}
.s-hp__plan-caution {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 480px), print {
  .s-hp__plan-caution {
    font-size: 10px;
    padding-left: 0;
    text-indent: 0;
  }
}

.s-support {
  background: #EAEEF8;
}
.s-support__content {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 480px), print {
  .s-support__content {
    padding: 20px 20px 50px;
  }
}
.s-support__block {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  background: #fff;
  padding: 35px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 430px max-content;
  gap: 53px;
  border-radius: 10px;
}
@media screen and (max-width: 480px), print {
  .s-support__block {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}
.s-support__img {
  border-radius: 10px;
}
.s-support__info {
  text-align: left;
}
.s-support__info-catch {
  font-size: 22px;
  font-weight: bold;
  color: #3963BB;
}
@media screen and (max-width: 480px), print {
  .s-support__info-catch {
    font-size: 14px;
    text-align: center;
  }
}
.s-support__info-ttl {
  font-size: 36px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 480px), print {
  .s-support__info-ttl {
    font-size: 22px;
    margin-inline: auto;
    text-align: center;
    margin-top: 0;
  }
}
.s-support__info-text {
  font-weight: 500;
  margin-top: 20px;
  line-height: 2 !important;
}
@media screen and (max-width: 480px), print {
  .s-support__info-text {
    margin-top: 10px;
  }
}
.s-support__btn {
  margin-top: 20px;
}
.s-support__btn-link {
  height: 57px;
  max-width: 338px;
  width: 100%;
  border-radius: 9999px;
  background: #39A6BB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  gap: 10px;
  border: 2px solid #fff;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 480px), print {
  .s-support__btn-link {
    height: 45px;
  }
}
@media (hover: hover) {
  .s-support__btn-link {
    transition: 0.3s;
  }
  .s-support__btn-link:hover {
    opacity: 0.7;
  }
}
.s-support__btn-link img {
  width: 17px;
}
.s-support .btn_rose--blue a {
  max-width: 810px !important;
  width: 100% !important;
  font-size: 22px !important;
}

.s-seo {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px), print {
  .s-seo {
    padding-bottom: 73px;
  }
}
.s-seo__content {
  margin-top: 50px;
  max-width: 1030px;
  margin-inline: auto;
}
@media screen and (max-width: 480px), print {
  .s-seo__content {
    padding-inline: 15px;
  }
}
.s-seo__img {
  width: 475px;
  margin-inline: auto;
}
@media screen and (max-width: 480px), print {
  .s-seo__img {
    width: calc(100% - 15px);
    margin-inline: auto;
  }
}
.s-seo__table {
  margin-top: 36px;
  max-width: 940px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 480px), print {
  .s-seo__table {
    margin-top: 30px;
  }
}
.s-seo__table td {
  border: 1px solid #E3E5EC;
  text-align: left;
}
.s-seo__table--example {
  margin-top: 50px;
}
@media screen and (max-width: 480px), print {
  .s-seo__table--example {
    margin-top: 30px;
  }
}
.s-seo__table-head {
  background: #3963BB;
  font-size: 28px;
  padding-block: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-head {
    font-size: 18px;
  }
}
.s-seo__table-label {
  width: 230px;
  background: #F3F9FF;
  vertical-align: middle;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-label {
    font-weight: bold;
    width: 90px;
  }
}
.s-seo__table-label div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  font-size: 20px;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-label div {
    font-size: 14px;
    text-align: center;
    min-height: auto;
  }
}
.s-seo__table-content {
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-content {
    padding: 15px 13px;
  }
}
.s-seo__table-content--price > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-content--price > div {
    display: block;
  }
}
@media screen and (max-width: 480px), print {
  .s-seo__table-content--contract {
    padding-inline: 0;
  }
}
.s-seo__table-content--contract > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-content--contract > div {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px), print {
  .s-seo__table-content--kiyaku .s-seo__table-text {
    font-size: 13px;
    line-height: 1.5 !important;
  }
  .s-seo__table-content--kiyaku .s-seo__table-text .highlight {
    font-weight: bold;
  }
}
.s-seo__table-content--example {
  width: 33.3333333333%;
  padding: 30px 0;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-content--example {
    padding: 13px 0;
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .s-seo__table-content--example b {
    font-size: 18px;
  }
}
.s-seo__table-content--example > div {
  text-align: center;
}
.s-seo__table-emphasis {
  font-size: 22px;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-emphasis {
    font-size: 14px;
    text-align: center;
  }
}
.s-seo__table-emphasis b {
  font-size: 28px;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-emphasis b {
    font-size: 20px;
  }
}
.s-seo__table-note {
  font-size: 16px;
  text-align: center;
  margin-top: 3px;
}
@media screen and (max-width: 480px), print {
  .s-seo__table-note {
    font-size: 10px;
  }
}
.s-seo__note01 {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}
.s-seo__note02 {
  margin-top: 34px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 480px), print {
  .s-seo__note02 {
    font-size: 14px;
    margin-top: 25px;
  }
  .s-seo__note02 .highlight {
    margin-top: 10px;
    display: inline;
    font-size: 15px;
    line-height: 1.7;
  }
}
.s-seo__note02 b {
  font-size: 22px;
}
@media screen and (max-width: 480px), print {
  .s-seo__note02 b {
    line-height: 1.3;
  }
}
.s-seo__note02 small {
  font-size: 14px;
}
.s-seo__note03 {
  display: flex;
  justify-content: center;
  text-align: left;
  font-weight: 500;
  margin-top: 30px;
}
.s-seo__note03 p {
  font-size: 12px;
  line-height: 2 !important;
}
@media screen and (max-width: 480px), print {
  .s-seo__note03 p {
    font-size: 10px !important;
    line-height: 1.7 !important;
  }
}
.s-seo .btn_rose--wrap a {
  max-width: 560px !important;
  width: 100%;
}
@media screen and (max-width: 480px), print {
  .s-seo .btn_rose--wrap a {
    height: 70px !important;
    line-height: 1.4 !important;
  }
}

.s-program {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px), print {
  .s-program {
    padding-bottom: 50px;
  }
}
.s-program__content {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 480px), print {
  .s-program__content {
    padding-inline: 20px;
    box-sizing: border-box;
    margin-top: 20px;
  }
}
.s-program__price {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  background: #EAF3F8;
  border-radius: 10px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 15px;
}
@media screen and (max-width: 480px), print {
  .s-program__price {
    padding-top: 0;
    height: 110px;
  }
}
.s-program__price-ttl {
  font-size: 28px;
  color: #39A6BB;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px), print {
  .s-program__price-ttl {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.s-program__price-number {
  font-size: 70px;
  font-family: roboto;
  line-height: 1;
}
@media screen and (max-width: 480px), print {
  .s-program__price-number {
    font-size: 50px;
  }
}
.s-program__price-unit {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 480px), print {
  .s-program__price-unit {
    font-size: 25px;
    margin-top: 5px;
  }
}
.s-program__price-tax {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 480px), print {
  .s-program__price-tax {
    font-size: 20px;
  }
}
.s-program__price-note {
  font-weight: normal;
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: 16px;
}
.s-program__price-note * {
  font-size: 14px;
}
@media screen and (max-width: 480px), print {
  .s-program__price-note * {
    font-size: 12px;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
  }
}
.s-program__service {
  margin-top: 40px;
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 480px), print {
  .s-program__service {
    margin-top: 32px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.s-program__service-ttl {
  background: #39A6BB;
  font-size: 28px;
  padding-block: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px), print {
  .s-program__service-ttl {
    font-size: 18px;
    padding-block: 9px;
  }
}
.s-program__service-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 480px), print {
  .s-program__service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-program__service-list * {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
.s-program__service-item {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D3DFE5;
  font-family: noto;
  font-size: 15px;
}
@media screen and (max-width: 480px), print {
  .s-program__service-item {
    min-height: 60px;
    font-size: 14px;
  }
}
.s-program .btn_rose {
  margin-top: 35px;
}
.recruit .s-program .btn_rose a {
  background: #39A6BB;
}

.s-ferurbo__wrap {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #EAF3F8;
}
@media screen and (max-width: 480px), print {
  .s-ferurbo__wrap {
    padding-top: 22px;
    padding-bottom: 50px;
    padding-inline: 20px;
  }
}
.s-ferurbo__content {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px), print {
  .s-ferurbo__content {
    width: calc(100% - 40px);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-inline: 18px;
  }
}
.s-ferurbo__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 480px), print {
  .s-ferurbo__price {
    gap: 5px;
  }
}
.s-ferurbo__price-label {
  font-size: 40px;
  line-height: 1.4 !important;
  color: #3963BB;
  padding-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 480px), print {
  .s-ferurbo__price-label {
    font-size: 20px;
  }
}
.s-ferurbo__price-number {
  font-size: 160px;
  font-family: roboto;
  line-height: 0.8;
}
@media screen and (max-width: 480px), print {
  .s-ferurbo__price-number {
    font-size: 85px;
    transform: translateY(4px);
    display: inline-block;
  }
}
.s-ferurbo__price-unit {
  font-size: 90px;
  font-weight: bold;
}
@media screen and (max-width: 480px), print {
  .s-ferurbo__price-unit {
    font-size: 45px;
  }
}
.s-ferurbo__catch-text {
  font-size: 22px;
}
@media screen and (max-width: 480px), print {
  .s-ferurbo__catch-text {
    font-size: 16px;
  }
}
.s-ferurbo__catch-text .highlight {
  font-weight: bold;
}
.s-ferurbo__catch-text .highlight::before {
  z-index: 1;
}
.s-ferurbo__catch-text .highlight span {
  position: relative;
  z-index: 2;
}
.s-ferurbo__description {
  margin-top: 23px;
}
@media screen and (max-width: 480px), print {
  .s-ferurbo__description {
    margin-top: 19px;
    text-align: left;
  }
}
.s-ferurbo .btn_rose--wrap {
  margin-top: 30px;
}
.s-ferurbo .btn_rose--wrap a {
  max-width: 488px !important;
  width: 100%;
  background: #39A6BB;
}
@media screen and (max-width: 480px), print {
  .s-ferurbo .btn_rose--wrap a span {
    display: flex;
  }
}

.s-agency__img {
  max-width: 800px;
  margin-inline: auto;
  display: block;
}
.s-agency__wrap {
  padding-top: 50px;
  padding-bottom: 78px;
}
@media screen and (max-width: 480px), print {
  .s-agency__wrap {
    padding-inline: 20px;
    padding-top: 20px;
  }
}
.s-agency__note {
  display: flex;
  justify-content: center;
  text-align: left;
  font-size: 14px;
  margin-top: 30px;
  font-weight: normal;
}
.s-agency .btn_rose--wrap {
  margin-top: 30px;
}
.s-agency .btn_rose--wrap a {
  max-width: 490px !important;
  width: 100%;
  background: #39A6BB;
}

.mt60 {
  margin-top: 60px;
}

.mt30 {
  margin-top: 30px;
}

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

@media screen and (min-width: 481px) {
  #inq_box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 481px), print {
  #main_contents {
    padding-top: 40px;
  }
  #main_contents .txt_consul {
    width: 580px;
    margin-inline: auto;
  }
}
.btn_rose a {
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #de3b5e;
  line-height: 94px;
  width: 560px;
  height: 100px;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 481px) {
  .btn_rose a {
    font-size: 29px;
  }
}
@media screen and (max-width: 480px) {
  .btn_rose a {
    line-height: 56px;
    width: min(345px, 100%);
    height: 60px;
    border: 2px solid #fff;
  }
}
.btn_rose a.mail span {
  background: url(/img/listing/i_mail.svg) 0 52% no-repeat;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .btn_rose a.mail span {
    background-size: 19px auto;
    padding-left: 24px;
  }
}
@media screen and (min-width: 481px) {
  .btn_rose a.ar {
    width: 500px;
    line-height: 78px;
  }
}
.btn_rose a.ar span {
  background: url(/img/recruit/btn_ar.svg) 100% 52% no-repeat;
  background-size: 9px auto;
  padding-right: 16px;
}
@media screen and (max-width: 480px) {
  .btn_rose a.ar {
    line-height: 56px;
    height: 60px;
  }
}
.btn_rose a.i_fuki span {
  padding-left: 38px;
  background: url(/img/consulting/i_fuki.svg) 0 50% no-repeat;
  background-size: 30px auto;
}
@media screen and (max-width: 480px) {
  .btn_rose a.i_fuki span {
    padding-left: 24px;
    background-size: 18px auto;
  }
}
@media screen and (min-width: 481px) {
  .btn_rose a.w600 {
    font-size: 26px;
    line-height: 88px;
    width: 600px;
    height: 93px;
    background-color: #3963bb;
  }
}
.btn_rose a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 481px) {
  #price_box {
    background-color: #eaeef8;
    padding: 60px 0;
    font-size: 22px;
  }
  #price_box .stit_bb {
    border-bottom: 2px solid #3963bb;
    border-top: 2px solid #3963bb;
    line-height: 73px;
  }
  #price_box .txt22 {
    margin: 33px auto;
  }
  #price_box .price_table {
    width: 820px;
    margin: 0 auto 56px;
  }
  #price_box .price_table th {
    padding: 20px 20px;
    vertical-align: middle;
    background: #3963bb;
    color: #fff;
  }
  #price_box .price_table td {
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    padding: 10px 6px;
    border: 1px solid #e3e5ec;
    vertical-align: middle;
    height: 64px;
    box-sizing: border-box;
  }
  #price_box .price_table .bg_aq {
    width: 330px;
    background-color: #f3f9ff;
  }
  #price_box .price_table .bg_aq.recruit {
    background-color: #F5F8F9;
  }
  #price_box .price_table.price02 tr:nth-child(odd) td {
    background-color: #f3f7fb;
  }
  #price_box .exp_txt.recruit {
    display: grid;
    justify-content: center;
  }
  #price_box .detail_box {
    padding: 40px 50px 50px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(78, 85, 110, 0.05);
  }
  #price_box .detail_box + .detail_box {
    margin-top: 20px;
  }
  #price_box .detail_box + .detail_box.mt0 {
    margin-top: 0px;
  }
  #price_box .detail_box ol {
    counter-reset: listnum; /* カウンターをリセット */
    list-style: none; /* 標準のスタイルは消す */
  }
  #price_box .detail_box ol li {
    padding-left: 1.8em;
  }
  #price_box .detail_box ol li + li {
    margin-top: 20px;
  }
  #price_box .detail_box ol li p {
    color: #333;
    padding-top: 6px;
  }
  #price_box .detail_box ol li::before {
    counter-increment: listnum;
    content: counter(listnum);
    font-family: "Roboto", sans-serif;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 12px;
    background-color: #3963bb;
    display: inline-block;
    margin-right: 8px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: normal;
  }
  #price_box .detail_box ol li::before {
    counter-increment: listnum;
    content: counter(listnum);
    font-family: "Roboto", sans-serif;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 12px;
    background-color: #3963bb;
    display: inline-block;
    margin-right: 8px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: normal;
  }
  #price_box.recruit .detail_box ol li::before {
    background-color: #39A6BB !important;
  }
  #price_box .p_box_wrap {
    gap: 50px;
  }
  #price_box .p_box_wrap .p_box {
    flex: 1;
    background-color: #fff;
  }
  #price_box .p_box_wrap .bg_blue02 {
    line-height: 80px;
  }
  #price_box .p_box_wrap .txt52 {
    font-size: 52px;
    letter-spacing: 0.1em;
  }
  #price_box .p_box_wrap .txt60 {
    font-size: 60px;
  }
  #price_box .p_box_wrap ol {
    margin-top: 25px;
  }
  #price_box .p_box_wrap ol li {
    line-height: 1.5;
  }
  #price_box .p_box_wrap ol li + li {
    margin-top: 10px;
  }
  #price_box .price_box__ttl--recruit {
    border-color: #39A6BB !important;
    color: #39A6BB !important;
  }
  #price_box .price_box__tableTtl--recruit {
    background-color: #39A6BB !important;
  }
  #price_box.recruit .btn_rose a {
    background: #39A6BB;
    max-width: 780px !important;
    width: 100% !important;
  }
  .main {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .main section p {
    letter-spacing: 0.05em;
  }
  .main section .lh2 {
    line-height: 2;
  }
  .main section h2.txt40.ls01 {
    font-weight: 900;
  }
  .main .box1000 {
    max-width: 96%;
  }
  .box1100 {
    max-width: 96%;
    width: 1150px;
    margin-inline: auto;
  }
  .z3 {
    z-index: 3;
  }
  .alc {
    align-items: center;
  }
  .ib {
    display: inline-block;
  }
  .nowrap_pc {
    white-space: nowrap;
  }
  .txt_yf {
    color: #fff78c;
  }
  .font-k {
    font-family: "Hiragino Kaku Gothic Pro";
  }
  .marker_y2 {
    background: linear-gradient(transparent 70%, #fff126 0%);
    padding: 2px;
  }
  .txt48 {
    font-size: 48px;
  }
  .palt {
    font-feature-settings: "palt";
  }
  .lh2 {
    line-height: 2;
  }
  .ls01 {
    letter-spacing: 0.1em;
  }
  .ls05 {
    letter-spacing: 0.05em;
  }
  .ls08 {
    letter-spacing: 0.08em;
  }
  .fb900 {
    font-weight: 900;
  }
  .fb600 {
    font-weight: 600;
  }
  .fb400 {
    font-weight: 400;
  }
  .marker_y2 {
    background: linear-gradient(transparent 65%, #fff126 0%);
  }
  .flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bg_w {
    background-color: #fff;
  }
  .font-r {
    font-family: "Roboto", sans-serif;
  }
  .font-o {
    font-family: "Oswald", sans-serif;
  }
  .stit_blue2024 {
    padding: 40px 0 50px;
  }
  .stit_blue2024 .txt25 {
    margin-bottom: 13px;
  }
  .stit_blue2024 .txt43 {
    font-size: 43px;
    line-height: 1.44;
  }
  .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;
  }
  .btn_rose a.mail span {
    font-size: 29px;
    background: url(/img/listing/i_mail.svg) 0 52% no-repeat;
    padding-left: 40px;
  }
  .btn_rose a.ar {
    width: 580px;
  }
  .btn_rose a.ar span {
    background: url(/img/price/ic-arrow-right.png) 100% 50% no-repeat;
    background-size: 9px auto;
    padding-right: 25px;
    font-size: 26px;
  }
  .btn_rose {
    display: flex;
    justify-content: center;
  }
  .btn_rose a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px !important;
  }
  .btn_rose a span {
    font-size: 22px !important;
  }
  .btn_rose--wrap {
    line-height: 1.5;
    display: grid;
    gap: 25px;
  }
  .btn_rose--blue a {
    background: #3963BB;
  }
  .btn_rose--blue a {
    width: 674px !important;
  }
}
@media screen and (max-width: 480px) {
  #price_box {
    background-color: #eaeef8;
    padding: 32px 0 50px;
  }
  #price_box .stit40 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #price_box .stit_bb {
    border-bottom: 2px solid #3963bb;
    border-top: 2px solid #3963bb;
    line-height: 1.4;
    padding: 10px 0;
    font-size: 20px;
  }
  #price_box .txt22 {
    margin: 15px auto 25px;
    line-height: 28px;
  }
  #price_box .price_table {
    width: 100%;
    margin: 0 auto 20px;
  }
  #price_box .price_table th {
    padding: 8px 5px 10px;
    vertical-align: middle;
    background: #3963bb;
    color: #fff;
  }
  #price_box .price_table th .txt22 {
    font-size: 18px;
    line-height: 1;
  }
  #price_box .price_table th .txt18 {
    font-size: 12px;
    letter-spacing: 0.3px;
    display: block;
    line-height: 1.5;
  }
  #price_box .price_table td {
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    padding: 0 4px;
    border: 1px solid #e3e5ec;
    vertical-align: middle;
    height: 60px;
    box-sizing: border-box;
  }
  #price_box .price_table td.txt32 {
    font-size: 20px;
  }
  #price_box .price_table td .txt40 {
    font-size: 24px;
  }
  #price_box .price_table td .txt36 {
    font-size: 22px;
  }
  #price_box .price_table .bg_aq {
    background-color: #f3f9ff;
    width: 50%;
    font-size: 14px;
  }
  #price_box .price_table.price02 tr:nth-child(odd) td {
    background-color: #f3f7fb;
  }
  #price_box .price_table.price02 td {
    height: 50px;
  }
  #price_box .price_table.price02 td.tL {
    font-size: 14px;
  }
  #price_box .exp_txt {
    margin-bottom: 50px;
  }
  #price_box .detail_box {
    padding: 18px 15px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(78, 85, 110, 0.05);
  }
  #price_box .detail_box + .detail_box {
    margin-top: 20px;
  }
  #price_box .detail_box .txt28.l2 {
    line-height: 1.1;
    padding: 14px 4px 5px;
    font-size: 24px;
  }
  #price_box .detail_box .txt24 {
    margin-bottom: 10px;
  }
  #price_box .detail_box .txt18 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  #price_box .detail_box .txt52 {
    padding: 12px 0 10px;
    font-size: 42px;
  }
  #price_box .detail_box .txt60 {
    font-size: 50px;
    letter-spacing: 0.05em;
  }
  #price_box .detail_box ol {
    counter-reset: listnum; /* カウンターをリセット */
    list-style: none; /* 標準のスタイルは消す */
  }
  #price_box .detail_box ol li {
    padding-left: 1.8em;
  }
  #price_box .detail_box ol li + li {
    margin-top: 8px;
  }
  #price_box .detail_box ol li p {
    color: #333;
    padding-top: 2px;
    font-size: 12px;
    line-height: 20px;
  }
  #price_box .detail_box ol li::before {
    counter-increment: listnum;
    content: counter(listnum);
    font-family: "Hiragino Kaku Gothic Pro";
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    border-radius: 12px;
    background-color: #3963bb;
    display: inline-block;
    margin-right: 8px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: normal;
  }
  #price_box .detail_box ol + .txt12sp {
    margin-top: 20px;
    line-height: 20px;
  }
  #price_box .price_box__ttl--recruit {
    border-color: #39A6BB !important;
    color: #39A6BB !important;
  }
  #price_box .price_box__tableTtl--recruit {
    background-color: #39A6BB !important;
  }
  #price_box.recruit .btn_rose a {
    background: #39A6BB;
    max-width: 780px !important;
    width: 100% !important;
  }
  #price_box.recruit .detail_box ol li::before {
    background-color: #39A6BB !important;
  }
  .btn_rose a {
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background: #de3b5e;
    line-height: 66px;
    width: min(345px, 100%);
    height: 70px;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    overflow: hidden;
  }
  .btn_rose a.mail span {
    font-size: 18px;
    background: url(/img/listing/i_mail.svg) 0 52% no-repeat;
    background-size: 19px auto;
    padding-left: 24px;
  }
  .btn_rose a.ar {
    line-height: 56px;
    height: 60px;
  }
  .btn_rose a.ar span {
    background: url(/img/price/ic-arrow-right.png) 100% 50% no-repeat;
    background-size: 6px auto;
    padding-right: 18px;
    font-size: 16px;
  }
  .btn_rose {
    display: flex;
    justify-content: center;
  }
  .btn_rose a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px !important;
    line-height: 1.5 !important;
    height: 60px !important;
  }
  .btn_rose a span {
    font-size: 16px !important;
  }
  .btn_rose--wrap {
    line-height: 1.5;
    display: grid;
    gap: 25px;
  }
  .btn_rose--blue a {
    background: #3963BB;
    height: 70px !important;
  }
}
.txt_emerald {
  color: #39A6BB;
}

.highlight {
  position: relative;
}
@media screen and (max-width: 480px), print {
  .highlight {
    background: linear-gradient(to bottom, transparent calc(100% - 8px), #fff700 calc(100% - 8px));
    font-weight: bold;
  }
}
@media screen and (min-width: 481px), print {
  .highlight::before {
    content: "";
    background: #FFF184;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}/*# sourceMappingURL=price2025.css.map */