@charset "UTF-8";
/* コンテンツ
*****************************************************/
html,
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "verdana", sans-serif;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

.wrapper *,
.wrapper *:before,
.wrapper *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 100%;
}

ul,
ol {
  margin: 0;
  margin-left: 0;
  padding: 0;
}

li {
  margin-bottom: 0;
}

p {
  margin: 0;
}

table {
  border: none;
  margin: 0;
}

th,
td {
  border: none;
}

small {
  font-size: inherit;
}

figure {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper a {
  text-decoration: none;
}

.wrapper a:hover {
  opacity: 0.7;
}

.cfix {
  clear: both;
  overflow: hidden;
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
}

img {
  height: auto;
  max-width: 100%;
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.spDisp_lp {
  display: none;
}

.img-center {
  margin: 0 auto;
  text-align: center;
}

.txt-center {
  text-align: center;
}

.sec-cost-tbl .fee {
  color: #d73563;
}

.yellow {
  color: #ffff00;
  font-weight: 700;
}

.padbot40 {
  padding-bottom: 40px;
}

@media only screen and (min-width: 737px) {
  .sp-only {
    display: none;
  }
}
.cfix {
  clear: both;
  display: block;
  overflow: visible;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  clear: both;
  overflow: hidden;
}

.kerning {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.koseikai {
  background: #ecf3f8;
}

.prp_bust--main {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media (max-width: 735px) {
  .pc_only2 {
    display: none !important;
  }
}

@media (min-width: 736px) {
  .sp_only2 {
    display: none !important;
  }
}

.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px;
  line-height: 1.7;
}

.prp_bust--main .wrapper:first-child {
  padding-bottom: 0;
}

/* Section Banner */
.p_banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 550px;
  position: relative;
  background: url(../images/prpf_aga_bg.webp) no-repeat center center/cover;
  padding-top: 142px;
}

.p_banner__img {
  width: 1083px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  -webkit-transform: translateX(347px);
          transform: translateX(347px);
}

.p_banner__img.anim {
  -webkit-transform: translateX(147px);
          transform: translateX(147px);
  opacity: 1;
}

.p_banner__box {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.p_banner__box.anim {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p_banner__txt {
  color: #1184ca;
  font-size: 32px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 15px;
}

.p_banner__ttl {
  color: #fff;
  font-size: 60px;
  font-family: serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.p_banner__ttl .txt {
  display: block;
  font-size: 40px;
}

.p_banner__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1250px;
  top: -12px;
  width: 1840px;
  height: 136px;
  background: var(--FV, linear-gradient(90deg, #1184ca 0%, #1184ca 85.5%, rgba(17, 132, 202, 0) 100%));
}
@media (max-width: 736px) {
  .p_banner__ttl::after {
    width: 1840px;
    left: -1250px;
  }
}

.p_sec01 .p_sec01__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding: 0 50px;
  gap: 40px;
}
@media (max-width: 736px) {
  .p_sec01 .p_sec01__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 5.3333333333vw;
    padding: 0;
    gap: 0;
  }
}
.p_sec01 .p_sec01__img {
  min-width: 340px;
  max-width: 480px;
}
.p_sec01 .p_sec01__texts {
  max-width: 480px;
}
@media (max-width: 736px) {
  .p_sec01 .p_sec01__texts {
    padding-bottom: 5.3333333333vw;
  }
}
.p_sec01 .p_sec01__wrap1 {
  max-width: 263px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .p_sec01 .p_sec01__wrap1 {
    max-width: 100%;
    text-align: center;
  }
}
.p_sec01 .p_sec01__text1 {
  color: #1184ca;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  padding-bottom: 4px;
}
@media (max-width: 736px) {
  .p_sec01 .p_sec01__text1 {
    font-size: 5.6vw;
  }
}
.p_sec01 .p_sec01__text2 {
  color: #1184ca;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  text-align: center;
}
@media (max-width: 736px) {
  .p_sec01 .p_sec01__text2 {
    font-size: 3.2vw;
  }
}
.p_sec01 .p_sec01__text3 {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 27.2px */
  padding-bottom: 24px;
}
@media (max-width: 736px) {
  .p_sec01 .p_sec01__text3 {
    font-size: 4.2666666667vw;
    padding-bottom: 0;
  }
}
.p_sec01 .p_sec01__text4 {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 27.2px */
  text-align: right;
}
@media (max-width: 736px) {
  .p_sec01 .p_sec01__text4 {
    font-size: 3.7333333333vw;
    padding-top: 5.3333333333vw;
    font-size: 3.2vw;
    margin-left: auto;
  }
}

.p_sec-change {
  background: #ebf2f8;
  max-width: 1000px;
  padding: 30px 50px;
}
@media (max-width: 736px) {
  .p_sec-change {
    padding: 5.3333333333vw 5.3333333333vw;
    min-width: 375px;
    margin: 0 -5.333333%;
  }
}

.p_sec-change__img1 {
  padding-bottom: 20px;
}
@media (max-width: 736px) {
  .p_sec-change__img1 {
    padding-bottom: 2.6666666667vw;
  }
}

.p_sec-change__p {
  padding-top: 20px;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 16.5px */
}
@media (max-width: 736px) {
  .p_sec-change__p {
    padding-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}

.p_sec-solution {
  margin-top: 30px;
}
@media (max-width: 736px) {
  .p_sec-solution {
    margin-top: 5.3333333333vw;
  }
}

.p_sec-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.p_sec-detail__img {
  max-width: 274px;
}

.p_sec-detail__texts {
  max-width: 586px;
  margin-left: 4.4444444444%;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.p_sec-detail__texts-top-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5.3333333333vw;
}

.p_sec-detail__text-top-sp {
  margin-right: 5.3333333333vw;
  color: #1a1a1a;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  width: 36.5333333333vw;
}

.p_sec-detail-text-bottom-sp {
  color: #1a1a1a;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.p_sec-detail__img--sp {
  width: 48vw;
}

.p_sec-hairroot {
  padding: 40px 0 50px;
}
@media (max-width: 736px) {
  .p_sec-hairroot {
    padding: 5.3333333333vw 0 8vw;
  }
}

.p_sec-expectations {
  padding-bottom: 50px;
}
@media (max-width: 736px) {
  .p_sec-expectations {
    padding-bottom: 8vw;
  }
}

.p_sec-expectations__cards {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 736px) {
  .p_sec-expectations__cards {
    grid-template-columns: 1fr 1fr;
    gap: 2.9333333333vw;
  }
}

.p_sec-expectations__p {
  background: #1184ca;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 27.2px */
  padding: 8px 0;
  text-align: center;
}
@media (max-width: 736px) {
  .p_sec-expectations__p {
    font-size: 3.4666666667vw;
    padding: 1.6vw 0;
  }
}

.p_sec01__row2 {
  padding-left: 50px;
  margin-bottom: 50px;
}

.p_sec01__row2::after {
  content: "";
  display: table;
  clear: both;
}

.p_sec01__row2--img {
  width: 274px;
  float: right;
  margin-left: 45px;
}

.p_sec01__row2--ttl {
  color: #1184ca;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 27px;
}

.p_sec01__row2--txt {
  /* font-size: 18px;
  line-height: 1.7; */
}

.p_sec01__row3 {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}

.p_sec01__row3--ttl {
  background: #1184ca;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_sec01__row3--box {
  background: #eaf1f7;
  padding: 24px 50px 30px;
}

.p_sec01__row3--box::after {
  content: "";
  display: table;
  clear: both;
}

.p_sec01__row3--img {
  width: 375px;
  margin-left: 40px;
  float: right;
}

.p_sec01-bnr {
  max-width: 900px;
  margin: 0 auto;
}

.p_sec-features .p_sec-features__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 736px) {
  .p_sec-features .p_sec-features__wrap {
    display: block;
    margin-bottom: 6.1333333333vw;
  }
}
.p_sec-features .p_sec-features__img {
  max-width: 400px;
}
@media (max-width: 736px) {
  .p_sec-features .p_sec-features__img {
    max-width: 74.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.p_sec-features .p_sec-features__texts {
  max-width: 450px;
}
@media (max-width: 736px) {
  .p_sec-features .p_sec-features__texts {
    max-width: 89.8666666667vw;
  }
}
.p_sec-features .p_sec-features__text1 {
  color: #1184ca;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  padding-bottom: 20px;
}
@media (max-width: 736px) {
  .p_sec-features .p_sec-features__text1 {
    font-size: 3.7333333333vw;
    color: #1184ca;
    text-align: center;
    font-size: 5.6vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 31.5px */
  }
}
.p_sec-features .p_sec-features__text3 {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  padding-bottom: 25px;
}
@media (max-width: 736px) {
  .p_sec-features .p_sec-features__text3 {
    font-size: 4.2666666667vw;
    padding-bottom: 4.6666666667vw;
    letter-spacing: -0.02em;
  }
}
.p_sec-features .p_sec-features__text4 {
  position: relative;
  margin-top: 0;
  width: 291px;
  white-space: nowrap;
  margin-left: auto;
  color: #1a1a1a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  position: relative;
}
.p_sec-features .p_sec-features__text4 a {
  color: #1a1a1a;
}
.p_sec-features .p_sec-features__text4::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -28px;
  width: 22px;
  height: 22px;
  background-image: url(../images/btn-arrow.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p_sec01__row3--txt {
  line-height: 1.75;
  margin-bottom: 20px;
}

.p_sec01__row3--btn {
  display: block;
  width: 485px;
}

.p_sec01__box {
  padding: 35px 30px 24px;
  background-color: #fff;
  border: 4px solid #1184ca;
  position: relative;
  margin-bottom: 4px;
}

.p_sec01__box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../../../images/icon/p_sec01_iconRead.webp) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p_sec01__box .ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
}

.p_sec01__box .ttl span {
  color: #1184ca;
}

.p_sec01__box .txt {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
}

p.p_sec01__btn {
  text-align: right;
  margin: 0;
}

.p_sec01__btn a {
  font-size: 16px;
  color: #1a1a1a;
  text-decoration: none;
}

.p_sec01__btn img {
  width: 20px;
  margin-right: 4px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* Section 2 */
.f_sec02 .l_wrapper {
  padding-bottom: 50px;
}

.p_sec02__list {
  /* align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; */
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  display: grid;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_sec02__list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f9fc;
  padding: 20px;
  /* width: 32%; */
  width: 100%;
  font-size: 11px;
  margin: 0;
  position: relative;
}

.p_sec02__list img {
  width: 100%;
}

.p_sec02__list .txt {
  margin: 0;
  margin-top: 10px;
  line-height: 1.2;
  letter-spacing: -0.1px;
}

/* 術前後 */
.surgery-imgbox {
  position: relative;
}

.beforesurgery {
  position: absolute;
  z-index: 9999;
  top: 0;
  background-color: #555555;
  color: #ffffff;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  width: 63px;
}

.aftersurgery {
  position: absolute;
  z-index: 9999;
  top: 50%;
  background-color: #1184ca;
  color: #ffffff;
  padding: 2px 0px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  width: 63px;
}

.beforesurgery02 {
  background-color: #555555;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  width: 50%;
  text-align: center;
}

.aftersurgery02 {
  background-color: #1184ca;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  width: 50%;
  text-align: center;
}

.surgerybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 88;
  width: 100%;
}

.surgerytextbox {
  position: absolute;
  z-index: 88;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
}

@media (max-width: 767px) {
  .bust--sec06 {
    margin-top: 9.6vw;
  }
}

.bust--sec06 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bust--sec06 ul li {
  width: 235px;
  display: inline-block;
  position: relative;
}

.bust--sec06 ul li:last-child:after {
  display: none;
}

.bust--sec06 ul li:after {
  content: url(../images/small_arrow.webp);
  position: absolute;
  top: 28%;
  right: -17px;
}

.bust--sec06 ul .child2 h3:before,
.box-white__ttl.two:before {
  content: "2";
}

.bust--sec06 ul .child3 h3:before,
.box-white__ttl.three:before {
  content: "3";
}

.bust--sec06 ul .child4 h3:before,
.box-white__ttl.four:before {
  content: "4";
}

.bust--sec06 ul .child5 h3:before,
.box-white__ttl.five:before {
  content: "5";
}

.bust--sec06 ul li p {
  line-height: 24px;
}

.bust--sec06 ul li h3,
.box-white__ttl {
  font-size: 21px;
  font-weight: bold;
  color: #1184ca;
  position: relative;
  border-bottom: 2px solid #1184ca;
  padding: 5px 0 4px 37px;
  margin: 20px 0 14px;
}

.bust--sec06 ul li h3:before,
.box-white__ttl:before {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #1184ca;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 17px;
}

.bust--sec07 {
  background-color: #e8e8e8;
  padding: 30px;
  margin: 40px 0 0px;
}

.bust--sec07 h3 {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

.prp-table {
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.prp-table tr:nth-child(3) td:nth-child(1) {
  /*! letter-spacing: 15px; */
}

.prp-table tr {
  /* border-bottom:1px dashed #AAA; */
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  position: relative;
  background-image: -webkit-linear-gradient(left, #aaa, #aaa 2px, transparent 2px, transparent 6px);
  background-image: linear-gradient(to right, #aaa, #aaa 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

/*.prp-table tr:after { background: url('../images/p_sec05__bd.webp') repeat-x left top; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; width: 100%; }*/
.prp-table tr:last-child:after {
  background: none;
}

.prp-table tr:last-child {
  background-image: none;
}

.prp-table tr td.td_top {
  padding-top: 30px;
}

.prp-table tr td.td_bottom {
  padding-bottom: 30px;
}

.prp-table tr td.ptd {
  letter-spacing: 0;
}

.prp-table td {
  padding: 18px;
  vertical-align: top;
}

.prp-table td:nth-child(1) {
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  width: 24%;
}

.prp-table td:last-child {
  padding-left: 0;
  line-height: 1.3;
}

.effects-box h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.list-contra {
  list-style-type: "・";
  padding-left: 10px;
}

.list-contra li {
  margin: 0 0 5px;
}

.sec-cost-tbl {
  width: 100%;
  font-size: 20px;
  text-align: center;
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
}

.sec-cost-tbl tr th,
.sec-cost-tbl tr td {
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  padding: 12px 10px;
  font-weight: bold;
  padding: 14px 10px;
}

.sec-cost-tbl tr th {
  background: #1184ca;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
}

.sec-cost-tbl tr th:nth-child(2) {
  width: 28%;
}

.sec-cost-tbl tr th:nth-child(3) {
  width: 28%;
}

.sec-cost-tbl._1 {
  margin-bottom: 30px;
}

.sec-cost-tbl._1 td:nth-child(2) {
  width: 28%;
}

.sec-cost-boxlow {
  border: 20px solid #c7dbeb;
  padding: 38px 35px 40px 30px;
  font-weight: bold;
}

.sec-cost-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #2e70a7;
  line-height: 1.2;
  margin-bottom: 45px;
  text-align: center;
}

.sec-cost-boxlow img {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}

.sec-cost-boxlow p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 366px);
}

.sec-cost-pd {
  padding: 5px 10px !important;
  line-height: 1.3;
}

.bust--sec09 {
  margin-top: 30px;
  padding-bottom: 70px;
}

.dl-qa {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 50px;
}

.dl-qa dt {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 247, 247)), color-stop(46%, rgb(249, 249, 249)), color-stop(51%, rgb(240, 240, 240)), to(rgb(247, 247, 247)));
  background: -webkit-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
  background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
  border: #d6d6d6 1px solid;
  font-size: 20px;
  line-height: 40px;
  margin-top: 10px;
  padding: 15px 20px;
}

.dl-qa dt div {
  background: url("../images/icon-q.jpg") no-repeat;
  font-weight: 700;
  min-height: 50px;
  padding-left: 70px;
  line-height: 50px;
}

.dl-qa dd {
  background: url("../images/icon-a.jpg") no-repeat #fff;
  font-size: 18px;
  background-position: 20px 15px;
  border: #d6d6d6 1px solid;
  border-top: none;
  padding: 20px 70px 20px 90px;
  line-height: 1.8;
}

.accT {
  position: relative;
  cursor: pointer;
}

.accT:after {
  content: url("../images/icon-open.png");
  position: absolute;
  right: 20px;
  top: 20px;
}

.accT.open:after {
  content: url("../images/icon-close.png");
}

.c_tl-ttl {
  font-size: 0;
  line-height: 1;
  color: var(--dark);
  text-align: center;
  display: block;
  border-top: 3px solid #1184ca;
  border-bottom: 1px solid #1184ca;
  margin-bottom: 40px;
  padding-bottom: 12px;
}
.c_tl-ttl span {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  letter-spacing: 0.17rem;
}

.c_tl-ttl2 {
  font-size: 0;
  line-height: 1;
  color: var(--dark);
  text-align: center;
  display: block;
  border-top: 3px solid #1184ca;
  border-bottom: 1px solid #1184ca;
  margin-bottom: 40px;
  padding-bottom: 12px;
}

.c_tl-ttl .uppertxt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  min-width: 199px;
  line-height: 25px;
  letter-spacing: 0.1rem;
  background-color: #1184ca;
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
}

.c_tl-ttl .light_txt {
  color: #1184ca;
}

.c_tl-ttl__flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c_tl-ttl__span {
  color: #1184ca;
}

.c_hlight_txt {
  font-weight: bold;
  color: var(--primary);
}

.sliderwrap {
  padding: 20px 50px;
  background: #ebf2f8;
}

.slider {
  padding: 20px;
  background: white;
}

.slider .box-slide:first-child {
  padding-left: 0;
  padding-right: 20px;
}

.box-slide {
  position: relative;
}

.box-slide p {
  letter-spacing: -0.05rem;
}

.box-slide:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 14px #1184ca;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 70px;
  right: -1px;
  z-index: 999;
}

.box-white {
  background-color: #fff;
  min-height: 130px;
  padding: 0 0 24px;
}

.slick-slide {
  margin: 0 auto;
  width: 255px;
}

.slick-dots li button {
  color: #c9c9c9;
}

.slick-dots li button:before {
  color: #c9c9c9;
  font-size: 12px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: #006fb9;
}

.slick-dots li.slick-active button:before {
  color: #006fb9;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-prev:before {
  content: url("../images/arrowleft.webp");
}

.slick-next:before {
  content: url("../images/arrowright.webp");
}

.slick-prev,
.slick-next {
  height: 60px;
  width: 60px;
  opacity: 1;
  z-index: 9;
  top: 160px;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}

.pcnone {
  display: none;
}

.spbr {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .bust--sec06 ul {
    max-width: 600px;
    margin: 0 auto;
  }
  .bust--sec06 ul li {
    margin: 10px;
  }
}
@media only screen and (max-width: 736px) {
  .spbr {
    display: block;
  }
  .breadcrumbs {
    padding: 1em 15px;
  }
  .c_tl-ttl .uppertxt {
    font-size: 13px;
    letter-spacing: 0.1rem;
    min-width: 0;
    padding: 0 10px;
    line-height: 1.5;
    margin-bottom: 3px;
  }
  .c_tl-ttl span {
    font-size: 21px;
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
  .c_tl-ttl {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 3px;
  }
  .p_banner {
    background-image: url(../images/prpf_aga_bg_sp.webp);
    height: 88vw;
    padding-top: 38.1333333333vw;
    padding-left: 5.1vw;
  }
  .p_banner__img {
    width: 100vw;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    z-index: 2;
  }
  .p_banner__img.anim {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .p_banner__img img {
    max-width: none;
  }
  .p_banner__box {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .p_banner__txt {
    font-size: 4.8vw;
    line-height: 1.75;
    margin-bottom: 0;
  }
  .p_banner__ttl {
    font-size: 6.4vw;
    margin-bottom: 6.9333333333vw;
  }
  .p_banner__ttl::after {
    background: var(--FV, linear-gradient(90deg, #1184ca 0%, #1184ca 85.5%, rgba(17, 132, 202, 0) 100%));
    width: 52.8vw;
    height: 18.6666666667vw;
    left: -5.1vw;
    right: auto;
    top: -3vw;
  }
  .p_banner__ttl .txt {
    font-size: 5.3vw;
  }
  .wrapper {
    padding: 8vw 5.3333333333vw 8vw;
    background: #fff;
  }
  .f_sec01 .l_wrapper {
    padding-bottom: 0px;
  }
  .p_sec01__row1 {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .p_sec01__row1--box {
    display: contents;
  }
  .p_sec01__row1--img1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 -20px 25px;
    width: auto;
  }
  .p_sec01__row1--ttl {
    font-size: 21px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 10px;
  }
  .p_sec01__row1--ttl span {
    font-size: 12px;
  }
  .p_sec01__row1--txt {
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
  }
  .p_sec01__row1--img2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 -20px;
    padding: 20px 19px;
  }
  .p_sec01__row2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .p_sec01__row2--ttl {
    font-size: 21px;
    text-align: center;
  }
  .p_sec01__row2--txt {
    font-size: 16px;
  }
  .p_sec01__row2--img {
    width: 180px;
    margin-left: 27px;
  }
  .p_sec01__row3 {
    border-radius: 4px;
    margin-bottom: 8vw;
  }
  .p_sec01__row3--ttl {
    height: 65px;
    font-size: 17px;
    line-height: 1.59;
  }
  .p_sec01__row3--box {
    padding: 15px 23px 18px;
  }
  .p_sec01__row3--img {
    width: 150px;
    margin-left: 10px;
  }
  .p_sec01__row3--txt {
    line-height: 1.7;
    margin-bottom: 6px;
  }
  .p_sec01__row3--btn {
    max-width: 291px;
    width: 100%;
    margin: 0 auto;
  }
  .p_sec01__box {
    margin: 0 0 8px;
    padding: 32px 18px 26px;
  }
  .p_sec01__box .ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 26px;
  }
  .p_sec01__box .txt {
    text-align: left;
  }
  .p_sec02 {
    padding-bottom: 22.9333333333vw;
  }
  .p_sec02__list {
    /* gap: 3px;
    margin: 0 0px; */
    gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 1fr;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .p_sec02__list li {
    /* width: 49.5%; */
    padding: 10px;
    font-size: 10px;
    line-height: 1.2;
    width: 337px;
  }
  .p_sec02__list .txt {
    line-height: 1.2;
    margin-top: 10px;
    letter-spacing: -0.1px;
  }
  /* 術前後 */
}
@media only screen and (max-width: 736px) and (min-width: 737px) {
  .f_sec02 {
    display: none;
  }
}
@media only screen and (max-width: 736px) and (max-width: 736px) {
  .f_sec02 .p-case__readmore {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
  }
  .f_sec02 .readmore-content {
    position: relative;
    height: 1651px;
    -webkit-transition: height 0.8s ease;
    transition: height 0.8s ease; /* 高さの遷移を0.8秒に設定 */
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
  }
}
@media only screen and (max-width: 736px) and (max-width: 736px) and (max-width: 736px) {
  .f_sec02 .readmore-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 736px) and (max-width: 736px) {
  .f_sec02 .readmore-content.is_open {
    height: 100%; /* 高さを100%に設定 */
  }
  .f_sec02 .readmore-content.is_open:before {
    display: none;
  }
  .f_sec02 .p-case__readmore .sec-part-btn {
    margin: 2.6666666667vw auto 0;
    width: 80vw;
    padding: 2.6666666667vw 0;
    color: #fff;
    text-align: center;
    background-color: #333;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    border: 1px solid #2f70a8;
    background: #fff;
    color: #2f70a8;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
}
@media only screen and (max-width: 736px) {
  .surgery-imgbox {
    position: relative;
  }
  .beforesurgery {
    font-size: 12px;
  }
  .aftersurgery {
    font-size: 12px;
  }
  .beforesurgery02 {
    background-color: #555555;
    color: #ffffff;
    padding: 3px 15px;
    font-weight: bold;
    font-size: 12px;
    width: 50%;
    text-align: center;
  }
  .aftersurgery02 {
    background-color: #1184ca;
    color: #ffffff;
    padding: 3px 15px;
    font-weight: bold;
    font-size: 12px;
    width: 50%;
    text-align: center;
  }
  .surgerybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 88;
    width: 100%;
  }
  .surgerytextbox {
    position: absolute;
    z-index: 88;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
  }
  .f_sec02 .l_wrapper {
    padding-bottom: 0px;
  }
  .bust--sec07 {
    padding: 20px 10px;
    margin: 30px 0px 0px;
  }
  .bust--sec07 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .prp-table {
    margin-top: 15px;
    font-size: 13px;
  }
  .prp-table tr {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }
  .prp-table td {
    font-size: 13px;
    padding: 12px;
  }
  .prp-table td:nth-child(1) {
    font-size: 13px;
    padding: 13px 0px;
    width: 19%;
  }
  .prp-table td:last-child {
    padding-left: 14px;
    padding-right: 0;
    line-height: 1.5;
  }
  .list-contra {
    padding-left: 10px;
  }
  .list-contra li {
    margin: 0;
  }
  .prp-table tbody {
    display: block;
  }
  .prp-table tr td.td_top {
    padding-top: 15px;
  }
  .prp-table tr td.td_bottom {
    padding-bottom: 15px;
  }
  .sec-cost-tbl {
    font-size: 13px;
  }
  .bust--sec08 .c_tl-ttl {
    margin-bottom: 20px;
  }
  .sec-cost-tbl tr th,
  .sec-cost-tbl tr td {
    line-height: 1.5;
    padding: 10px 0;
  }
  .sec-cost-tbl._1 {
    margin-bottom: 11px;
  }
  .dl-qa {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .dl-qa dt {
    font-size: 18px;
    line-height: 1.5;
    padding: 9px 35px 13px 10px;
    background-color: #fafafa;
  }
  .dl-qa dt div {
    background-image: url("../images/icon-q-sp.jpg");
    min-height: 30px;
    padding-left: 40px;
    padding-top: 4px;
    line-height: 1.2;
  }
  .dl-qa dd {
    background-image: url("../images/icon-a-sp.jpg");
    background-position: 10px 9px;
    font-size: 16px;
    padding: 10px 25px 10px 50px;
    line-height: 1.5;
  }
  .accT:after {
    content: url("../images/icon-open-sp.png");
    right: 10px;
    top: 13px;
    width: auto;
    height: auto;
  }
  .accT.open:after {
    content: url("../images/icon-close-sp.png");
  }
}
@media only screen and (max-width: 736px) {
  .slider {
    padding: 10px 10px 10px;
    background: #ebf2f8;
  }
  .box-slide {
    background: #fff;
  }
  .slider .box-slide:first-child {
    padding-right: 0;
  }
  .box-slide:after {
    content: "";
    display: none;
  }
  .box-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 0;
    padding-bottom: 10px;
  }
  .box-white.last {
    padding-bottom: 0;
  }
  .box-white__ttl {
    border-width: 1px;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    margin-top: 5.3333333333vw;
  }
  .box-white__ttl--first {
    margin-top: 0;
  }
  .box-white .img img {
    width: 120px;
  }
  .box-white p {
    text-align: left;
    width: calc(100% - 130px);
  }
  .box-slide p {
    letter-spacing: 0;
    margin-top: -4px;
  }
}
@media only screen and (max-width: 600px) {
  .bust--sec06 ul {
    padding: 0 15px;
  }
  .bust--sec06 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px auto;
    padding: 53px 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bust--sec06 ul li figure {
    width: 120px;
  }
  .bust--sec06 ul li h3 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .bust--sec06 ul li::after {
    display: none;
  }
  .bust--sec06 ul li p {
    width: 58%;
  }
}
/*--------------- p_sec01__box2 ---------------*/
.p_sec01__box2 {
  border: 4px solid #1184ca;
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .p_sec01__box2 {
    margin-bottom: 5.3333333333vw;
  }
}
.p_sec01__box2 .ttl {
  background: #1184ca;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 10px;
}

@media screen and (max-width: 736px) {
  .p_sec01__box2 .ttl {
    font-size: 21px;
    padding: 0;
  }
}
.p_sec01__box2 .box {
  padding: 30px 46px 25px;
}

@media screen and (max-width: 736px) {
  .p_sec01__box2 .box {
    padding: 20px 19px 26px;
  }
}
.p_sec01__box2 .box .img {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 24px;
  position: relative;
}

@media screen and (max-width: 736px) {
  .p_sec01__box2 .box .img {
    max-width: 582px;
    margin-bottom: 15px;
  }
}
.p_sec01__box2 .box .img_img {
  position: absolute;
  max-width: 154px;
  width: 20%;
  top: -13px;
}

@media screen and (max-width: 736px) {
  .p_sec01__box2 .box .img_img {
    max-width: 90px;
    width: 31%;
    top: -30px;
  }
}
.p_sec01__box2 .box .img_img._1 {
  left: -9.2%;
}

@media screen and (max-width: 736px) {
  .p_sec01__box2 .box .img_img._1 {
    left: -32px;
  }
}
.p_sec01__box2 .box .img_img._2 {
  left: 47.2%;
}

@media screen and (max-width: 736px) {
  .p_sec01__box2 .box .img_img._2 {
    left: auto;
    right: -32px;
  }
}
.p_sec01__box2 .box .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

.p_sec01__box2 .box .txt .color1 {
  color: #1184ca;
}

.p_sec-Recruitment {
  border: 4px solid #1184ca;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 736px) {
  .p_sec-Recruitment {
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.p_sec-Recruitment .p_sec-Recruitment__ttl2 {
  max-width: 490px;
  margin: 0 auto;
  position: relative;
}
.p_sec-Recruitment .p_sec-Recruitment__ttl2::after {
  content: "";
  position: absolute;
  top: -13px;
  left: -110px;
  width: 92px;
  height: 76px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment__ttl2::after {
    left: 6px;
    top: -6px;
    width: 92px;
    height: 76px;
  }
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment__ttl2 {
    line-height: 1.3;
    padding: 5px 0;
  }
}
.p_sec-Recruitment .ttl {
  background: #1184ca;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 10px;
  position: relative;
}
.p_sec-Recruitment .ttl::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background-image: url(../images/arrow-green-bottom.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .ttl {
    font-size: 21px;
    padding: 0 0 6px;
  }
}
.p_sec-Recruitment .box {
  padding: 30px 46px 25px;
  background: #ebf2f8;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .box {
    padding: 20px 19px 26px;
  }
}
.p_sec-Recruitment .box .img {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 24px;
  position: relative;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .box .img {
    max-width: 582px;
    margin-bottom: 15px;
  }
}
.p_sec-Recruitment .box .img_img {
  position: absolute;
  max-width: 154px;
  width: 20%;
  top: -13px;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .box .img_img {
    max-width: 90px;
    width: 31%;
    top: -30px;
  }
}
.p_sec-Recruitment .box .img_img._1 {
  left: -9.2%;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .box .img_img._1 {
    left: -32px;
  }
}
.p_sec-Recruitment .box .img_img._2 {
  left: 47.2%;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .box .img_img._2 {
    left: auto;
    right: -32px;
  }
}
.p_sec-Recruitment .box .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.p_sec-Recruitment .box .txt .color1 {
  color: #1184ca;
}
.p_sec-Recruitment .p_sec-Recruitment-price__title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  background: #d73563;
  padding: 14px 0;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__title {
    color: #fff;
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
  }
}
.p_sec-Recruitment .p_sec-Recruitment-price__texts {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__texts {
    padding: 4.8vw 0;
  }
}
.p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text {
  color: #1a1a1a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text {
    color: #1a1a1a;
    text-align: right;
    font-size: 3.8133333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 17.256px */
    text-align: center;
  }
}
.p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span1 {
  color: #1a1a1a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 18.2px */
  padding-right: 8px;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span1 {
    color: #1a1a1a;
    font-size: 2.6666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 14px */
    padding-right: 0;
  }
}
.p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span2 {
  color: #1a1a1a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 18.2px */
  padding-right: 8px;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span2 {
    color: #1a1a1a;
    font-size: 2.6666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 14.54px */
    padding-right: 0;
  }
}
.p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span3 {
  color: #1a1a1a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  padding-right: 8px;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span3 {
    color: #1a1a1a;
    text-align: right;
    font-size: 3.8133333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 17.256px */
    padding-right: 0;
  }
}
.p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span4 {
  color: #1a1a1a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 18.2px */
  padding-right: 2px;
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span4 {
    color: #1a1a1a;
    font-size: 2.6666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 14px */
    padding-right: 0;
  }
}
.p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span5 {
  color: #1a1a1a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 18.2px */
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span5 {
    color: #1a1a1a;
    font-size: 2.7466666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 14.54px */
  }
}
.p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span6 {
  color: #d73563;
  text-align: right;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span6 {
    color: #d73563;
    text-align: right;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
  }
}
.p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span7 {
  color: #d73563;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}
@media (max-width: 736px) {
  .p_sec-Recruitment .p_sec-Recruitment-price__texts .p_sec-Recruitment-price__text .p_sec-Recruitment-price-text__span7 {
    color: #d73563;
    font-size: 2.9333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 14.3px */
  }
}

.p_sec01__box2 {
  position: relative;
}
.p_sec01__box2:last-child {
  margin-bottom: 0;
}
.p_sec01__box2 .p_sec01__box2-ttl__comparison {
  margin: 0;
  padding: 10px 0 !important;
}
.p_sec01__box2 .sec08-v2-head__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 735px) {
  .p_sec01__box2 .sec08-v2-head__cards {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }
}
.p_sec01__box2 .sec08-v2-head__card {
  position: relative;
}
@media (min-width: 736px) {
  .p_sec01__box2 .sec08-v2-head__card:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -40px;
    width: 60px;
    height: 60px;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media (max-width: 735px) {
  .p_sec01__box2 .sec08-v2-head__card:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .p_sec01__box2 .sec08-v2-head__card:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -9px;
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .p_sec01__box2 .sec08-v2-head__card:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10px;
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .p_sec01__box2 .sec08-v2-head__card:nth-of-type(4)::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -28px;
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
.p_sec01__box2 .sec08-v2-head-card__img img {
  width: 100%;
}
.p_sec01__box2 .sec08-v2-head-card__text {
  padding: 8px 0;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 35.7px */
  font-size: 16px;
}
@media (max-width: 744px) {
  .p_sec01__box2 .sec08-v2-head-card__text {
    font-size: 13px;
    padding: 3px 0;
  }
}
.p_sec01__box2 .sec08-v2-head-card__text1 {
  background: #c3e0f2;
}
.p_sec01__box2 .sec08-v2-head-card__text2 {
  background: #88c1e4;
}
.p_sec01__box2 .sec08-v2-head-card__text3 {
  background: #4ca3d7;
  color: #fff;
}
.p_sec01__box2 .sec08-v2-head-card__text4 {
  background: #1184ca;
  color: #fff;
}
@media (min-width: 736px) {
  .p_sec01__box2 .sec08-v2-head-textswrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 735px) {
  .p_sec01__box2 .sec08-v2-head-textswrap {
    text-align: left;
    font-size: 4vw;
    line-height: 170%;
  }
}
.p_sec01__box2 .sec08-v2-head-text__img {
  max-width: 380px;
  margin-left: 40px;
}
@media (max-width: 735px) {
  .p_sec01__box2 .sec08-v2-head-text__img {
    margin-left: 2.6666666667vw;
    max-width: 42.6666666667vw;
  }
}
.p_sec01__box2 .sec08-v2-head-text__img img {
  width: 100%;
}
.p_sec01__box2 .sec08-v2-head-txt {
  max-width: 516px;
  font-weight: 600;
  line-height: 170%; /* 35.7px */
}
.p_sec01__box2 .sec08-v2-head-texttop--spwrap {
  text-align: left;
  font-size: 15px;
  font-size: 4vw;
  width: 31.7333333333vw;
}
.p_sec01__box2 .sec08-v2-head-txt__wrap--sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_sec01__box2 .sec08__boxitem-hltxt__sp {
  text-align: left;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: -0.9px;
}
@media (max-width: 735px) {
  .p_sec01__box2 .sec08__boxitem-hltxt__sp {
    letter-spacing: -0.1px;
    font-size: 4vw;
  }
}
.p_sec01__box2 .sec08__boxitem-hltxt2__sp {
  margin-top: 5px;
  letter-spacing: -0.7px;
}

.sec08__boxitem-inner {
  background-color: #fff;
  padding: 32px 27px 43px;
}
@media (max-width: 735px) {
  .sec08__boxitem-inner {
    padding: 20px 15px 15px;
  }
}

.sec08__boxitem-hltxt {
  color: #1184ca;
  line-height: 2;
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
}
@media (max-width: 735px) {
  .sec08__boxitem-hltxt {
    padding: 2px 0 2px;
    line-height: 1.5;
  }
}

.p_sec01__box2 .box {
  padding: 32px !important;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box {
    margin: 0;
    padding: 4.2666666667vw !important;
  }
}
.p_sec01__box2 .box .conts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 0 40px 32px;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .conts {
    position: relative;
    width: 100%;
    gap: 4.2666666667vw;
    padding: 6.4vw 0 4.2666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_sec01__box2 .box .conts .img {
  width: 266px;
  margin: inherit;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .conts .img {
    position: absolute;
    top: -2.1333333333vw;
    left: 0;
    width: 38.9333333333vw;
    height: 38.4vw;
  }
}
.p_sec01__box2 .box .conts .texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .conts .texts {
    gap: 17.0666666667vw;
  }
}
.p_sec01__box2 .box .conts .texts .ttl {
  -webkit-font-feature-settings: "palt" on, "pkna" on;
          font-feature-settings: "palt" on, "pkna" on;
  font-size: 32px;
  line-height: 1.3;
  text-align: left;
  color: #1184ca;
  background: none;
  padding: inherit;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .conts .texts .ttl {
    font-size: 6.4vw;
    text-align: right;
  }
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .conts .texts .txt {
    font-size: 4vw;
  }
}
.p_sec01__box2 .box .link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding: 24px;
  background: #0082cf;
  border-radius: 16px;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link {
    gap: 6.4vw;
    padding: 2.1333333333vw 1.0666666667vw 4.2666666667vw;
    border: 1.3333333333vw solid #0082cf;
  }
}
.p_sec01__box2 .box .link .ttls {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .ttls {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1333333333vw;
  }
}
.p_sec01__box2 .box .link .ttls .badge {
  position: absolute;
  left: -88px;
  top: -4px;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #0082cf;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .ttls .badge {
    position: relative;
    left: inherit;
    top: inherit;
    font-size: 4.8vw;
    padding: 0 4.2666666667vw;
    border-radius: 0.5333333333vw;
  }
}
.p_sec01__box2 .box .link .ttls .main {
  color: #fff;
  font-size: 28px;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .ttls .main {
    font-size: 6.4vw;
    line-height: 1.3;
    letter-spacing: 0.448vw;
  }
}
.p_sec01__box2 .box .link .ttls .sub {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .ttls .sub {
    font-size: 4.8vw;
  }
}
.p_sec01__box2 .box .link .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .items {
    gap: 1.0666666667vw;
  }
}
.p_sec01__box2 .box .link .items .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 16px;
  background: #e8f5ff;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .items .item {
    padding: 6.4vw 2.1333333333vw 4.2666666667vw;
    gap: 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.p_sec01__box2 .box .link .items .item .img {
  position: absolute;
  left: 22px;
  top: -96px;
  width: 74px;
  height: 140px;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .items .item .img {
    left: 2.1333333333vw;
    top: -2.1333333333vw;
    width: 9.6vw;
    height: 18.1333333333vw;
  }
}
.p_sec01__box2 .box .link .items .item .ttl {
  color: #1a74a2;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background: none;
  padding: 0;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .items .item .ttl {
    text-align: center;
    font-size: 4.8vw;
    height: 9.6vw;
  }
}
.p_sec01__box2 .box .link .items .item .txt {
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .items .item .txt {
    text-align: left;
    font-size: 4vw;
  }
}
.p_sec01__box2 .box .link .items .item:nth-child(2) {
  background: #fff7d6;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.p_sec01__box2 .box .link .items .item:nth-child(2) .img {
  left: auto;
  right: 22px;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .items .item:nth-child(2) .img {
    right: 2.1333333333vw;
  }
}
.p_sec01__box2 .box .link .items .item:nth-child(2) .ttl {
  color: #e6a917;
}
@media only screen and (max-width: 736px) {
  .p_sec01__box2 .box .link .items .item:nth-child(2) .ttl {
    padding-right: 8.5333333333vw;
  }
}/*# sourceMappingURL=page-prpf_aga.css.map */