body {
  line-height: 1.6;
  font-family: "ryo-gothic-plusn", sans-serif;
  letter-spacing: .08em;
  line-height: 1.8;
}

a img {
  transition-duration: 0.5s;
}

a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
a img:hover a:hover {
  text-decoration: none;
}

.anchor {
  display: block;
  height: 8rem;
  margin-top: -8rem;
  content: "";
}

.bg-blue {
  background-color: #3171B7;
}
.bg-dark-gray {
  background-color: #3c3c3c;
}
.bg-dark-blue {
  background-color: #1B4685;
}

.bg-green {
  background-color: #489429;
}

.bg-light-gray {
  background: #F1F3F5;
}

.bg-light-green {
  background-color: #C5DE5A;
}

.bg-orange {
  background-color: #E55635;
}

.bg-light-orange {
  background-color: #EF9071;
}

.bg-navy {
  background-color: #09225A;
}

.bg-yellow {
  background-color: #FFD914;
}

.border-dark-black {
  border: 1px solid #212121;
}

.border-light-blue {
  border: 1px solid #c2dbf8;
}

.border-dark-blue {
  border: 1px solid #1B4685;
}

.border-dark-green {
  border: 1px solid #91A38D;
}

.border-orange {
  border: 1px solid #E54E34;
}

.border-light-orange {
  border: 1px solid #F8D2C8;
}

.rounded-10 {
  border-radius: 10px;
}

.text-blue {
  color: #3171B7;
}

.text-dark-blue {
  color: #1B4685;
}

.text-green {
  color: #167101;
}

.text-dark-green {
  color: #133903;
}

.text-orange {
  color: #E55635;
}

.text-dark-orange {
  color: #E44C34;
}

.container {
  max-width: 1080px;
}

.fs-7 {
  font-size: 0.9rem;
}

.fs-8 {
  font-size: 0.8rem;
}

.fs-9 {
  font-size: 0.7rem;
}

.fs-10 {
  font-size: 0.6rem;
}

.fs-11 {
  font-size: 0.5rem;
}

.footer-link {
  font-size: 0.8rem;
}

.form-control::placeholder {
  color: #CCC;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CCC;
}
@media only screen and (max-width: 767px) {
  .thanks-text {
    font-size: 0.9rem;
  }
}
.page-gyosei {
  overflow-x: hidden;
}
.page-gyosei .fw-800 {
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .text-md-dark-blue {
    color: #1B4685;
  }
}
.page-gyosei .bg-yellow {
  background-color: #FAE26A;
}
.page-gyosei .bg-dark-orange {
  background-color: #E44C34;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bg-dark-orange {
    background-color: #D35940;
  }
}
.page-gyosei .bg-yellow-gradient {
  background: linear-gradient(to bottom, #ffffff 10%, #fdf2bc 40%, #fdf2bc 90%, #fae269 100%);
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bg-gray-gradient-md {
    background: linear-gradient(to bottom, #F0F0F0 40%, #ffffff 60%);
  }
}
.page-gyosei .bg-base-yellow {
  background-color: #FEF7D4;
}
.page-gyosei .bg-base-yellow.bottom-arrow-down::after, .page-gyosei .bg-base-yellow.bottom-arrow-down--gray::after, .page-gyosei .bg-base-yellow.bottom-arrow-down--white::after {
  border-top: 30px solid #FEF7D4;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bg-base-yellow.bottom-arrow-down::after, .page-gyosei .bg-base-yellow.bottom-arrow-down--gray::after, .page-gyosei .bg-base-yellow.bottom-arrow-down--white::after {
    border-top: 70px solid #FEF7D4;
  }
}
.page-gyosei .bg-base-orange {
  background-color: #FFF9F7;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bg-md-light-gray {
    background-color: #F1F3F5;
  }
}
.page-gyosei .text-bright-orange {
  color: #FF5629;
}
.page-gyosei .border-dark-orange {
  border: 1px solid #E44C34;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .border-dark-orange {
    border: 1px solid #D35940;
  }
}
.page-gyosei .border-yellow {
  border: 1px solid #FAE36E;
}
.page-gyosei .bg-footer-cta {
  background-color: #D1D1D1;
}
.page-gyosei .bottom-arrow-down, .page-gyosei .bottom-arrow-down--gray, .page-gyosei .bottom-arrow-down--white {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bottom-arrow-down, .page-gyosei .bottom-arrow-down--gray, .page-gyosei .bottom-arrow-down--white {
    margin-bottom: 70px;
  }
}
.page-gyosei .bottom-arrow-down::after, .page-gyosei .bottom-arrow-down--gray::after, .page-gyosei .bottom-arrow-down--white::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 30px solid #fae269;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bottom-arrow-down::after, .page-gyosei .bottom-arrow-down--gray::after, .page-gyosei .bottom-arrow-down--white::after {
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 70px solid #fae269;
  }
}
.page-gyosei .bottom-arrow-down--white {
  margin-bottom: 0;
}
.page-gyosei .bottom-arrow-down--white::after {
  border-top: 30px solid #fff;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bottom-arrow-down--white::after {
    border-top: 70px solid #fff;
  }
}
.page-gyosei .bottom-arrow-down--gray::after {
  border-top: 30px solid #F1F3F5;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bottom-arrow-down--gray::after {
    border-top: 70px solid #F1F3F5;
  }
}
.page-gyosei .bg-top {
  background: rgba(248, 218, 63, 0.34) url(../img/gyosei/top_back_sp.png);
  background-repeat: no-repeat;
  background-size: 355px 971px;
  background-position: -130px -80px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bg-top {
    background: rgba(248, 218, 63, 0.34) url(../img/gyosei/top_back.png);
    background-repeat: no-repeat;
    background-size: 1135px 827px;
    background-position: -80px -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-gyosei .img-top-label {
    width: 30%;
  }
  .page-gyosei .img-top-title {
    width: calc(70% - 0.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .page-gyosei .img-top-people {
    transform: scale(1.05);
    margin-top: -1.3em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .img-top-people {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 3%;
    width: 47%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .img-top-people {
    max-width: 622px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-gyosei .img-top-people {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-gyosei .img-top-pmark {
    position: relative;
    margin-top: -4em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .img-top-pmark {
    width: 50%;
    max-width: 516px;
  }
}
.page-gyosei .top-sub-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 8px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page-gyosei .top-sub-title {
    flex-direction: column;
    justify-content: center;
  }
}
.page-gyosei .top-sub-title > div:not(:last-child) {
  font-size: 1.2em;
  background-color: #fff;
  padding: 0.2em 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .top-sub-title > div:not(:last-child) {
    font-size: clamp(1rem, 0.225rem + 1.617vi, 1.438rem);
  }
}
@media only screen and (min-width: 1200px) {
  .page-gyosei .top-sub-title > div:not(:last-child) {
    font-size: 1.2em;
  }
}
.page-gyosei .top-sub-title > div:last-child {
  font-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .top-sub-title > div:last-child {
    font-size: clamp(0.8rem, 0.066rem + 2.079vi, 1.625rem);
  }
}
@media only screen and (min-width: 1200px) {
  .page-gyosei .top-sub-title > div:last-child {
    font-size: 1.2em;
  }
}
.page-gyosei .top-list {
  display: inline-flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .top-list {
    width: 80%;
    gap: 10px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .top-list {
    width: 60%;
  }
}
.page-gyosei .top-list li {
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 374px) {
  .page-gyosei .top-list li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .top-list li {
    padding: 0.2em 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .page-gyosei .top-text-wrapper {
    text-align: center;
  }
}
.page-gyosei .top-text {
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (max-width: 374px) {
  .page-gyosei .top-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .page-gyosei .top-text {
    display: inline-block;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .top-text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .top-text {
    font-size: 23px;
  }
}
.page-gyosei .top-text-sm {
  font-size: 9px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .top-text-sm {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .top-text-sm {
    font-size: 16px;
  }
}
.page-gyosei .record-list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-gyosei .record-list {
    flex-wrap: wrap;
    gap: 16px 6px;
  }
  .page-gyosei .record-list > div:first-child {
    width: 100%;
  }
  .page-gyosei .record-list > div:first-child img {
    margin-left: auto;
    margin-right: auto;
  }
  .page-gyosei .record-list > div:nth-child(2),
  .page-gyosei .record-list > div:nth-child(3) {
    width: calc(50% - 6px);
  }
  .page-gyosei .record-list > div:nth-child(2) img {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .record-list {
    gap: 2em;
  }
}
.page-gyosei .img-nayami-image {
  max-width: 800px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .page-gyosei .img-nayami-image {
    max-width: 900px;
  }
}
.page-gyosei .feature-lead-box {
  border-radius: 8px;
  margin-top: -15px;
  margin-bottom: 110px;
  border-width: 2px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .feature-lead-box {
    border-width: 4px;
    margin-top: -34px;
  }
}
@media only screen and (min-width: 576px) {
  .page-gyosei .feature-lead-box p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .feature-lead-box p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .feature-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 53px;
  }
}
.page-gyosei .feature-box {
  background-color: #fff;
  padding: 25px 0.8em 15px;
  position: relative;
  border-radius: 14px;
}
.page-gyosei .feature-box:not(:last-child) {
  margin-bottom: 37px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .feature-box {
    padding: 30px 3em;
    height: fit-content;
  }
  .page-gyosei .feature-box:nth-child(2), .page-gyosei .feature-box:nth-child(4) {
    transform: translateY(80px);
  }
  .page-gyosei .feature-box:nth-child(4) {
    margin-bottom: 80px;
  }
}
.page-gyosei .feature-title {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .feature-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .feature-title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.page-gyosei .feature-text {
  font-size: 0.8rem;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .feature-text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .feature-text {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .feature-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-gyosei .img-feature-image {
    width: 73%;
    transform: translateX(-19%);
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .img-feature01 {
    width: 194px;
  }
  .page-gyosei .img-feature02 {
    width: 216px;
  }
  .page-gyosei .img-feature03 {
    width: 240px;
  }
  .page-gyosei .img-feature04 {
    width: 244px;
  }
}
.page-gyosei .icon-num, .page-gyosei .icon-num--reason {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40%, -50%);
  background-color: #FED642;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .icon-num, .page-gyosei .icon-num--reason {
    width: 68px;
    height: 68px;
  }
}
.page-gyosei .icon-num span, .page-gyosei .icon-num--reason span {
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .icon-num span, .page-gyosei .icon-num--reason span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .icon-num span, .page-gyosei .icon-num--reason span {
    font-size: 2rem;
  }
}
.page-gyosei .adaptability-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .adaptability-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .adaptability-title {
    font-size: 2.7rem;
            letter-spacing: .15em;
        line-height: 1.8;
  }
}
.page-gyosei .adaptability-title span {
  font-size: calc(1.275rem + 0.3vw);
  border-radius: 20px;
  padding: 0.1em 1em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .adaptability-title span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .adaptability-title span {
    border-radius: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .adaptability-title span {
    font-size: 2.9rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .img-adaptability {
    width: 90%;
    max-width: 800px;
  }
}
@media only screen and (min-width: 576px) {
  .page-gyosei .img_108_girls_large {
    max-width: 230px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-gyosei .img_108_girls_large {
    max-width: 270px;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .reason-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 34px;
  }
}
.page-gyosei .reason-box {
  position: relative;
}
.page-gyosei .reason-box:not(:last-child) {
  margin-bottom: 37px;
}
.page-gyosei .reason-image {
  border-radius: 14px;
  text-align: center;
  display: block;
  padding: 15px 0;
  background-color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .reason-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .reason-image {
    height: 200px;
  }
}
.page-gyosei .reason-title {
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .reason-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .reason-title {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .reason-title {
    font-size: 1.25rem;
  }
}
.page-gyosei .reason-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .reason-text {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .reason-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-gyosei .img-reason04 {
    width: 137px;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .img-reason01 {
    width: 148px;
  }
  .page-gyosei .img-reason02 {
    width: 170px;
  }
  .page-gyosei .img-reason03 {
    width: 214px;
  }
  .page-gyosei .img-reason04 {
    width: 215px;
  }
  .page-gyosei .img-reason05 {
    width: 152px;
  }
  .page-gyosei .img-reason06 {
    width: 186px;
  }
}
.page-gyosei .icon-num--reason {
  background-color: #E55135;
  color: #fff;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .icon-num--reason {
    width: 44px;
    height: 44px;
  }
}
.page-gyosei .icon-num--reason span {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .icon-num--reason span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .icon-num--reason span {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .voice-box-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.page-gyosei .voice-box:not(:last-child) {
  margin-bottom: 54px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .voice-box {
    width: calc(33.3% - 40px);
  }
  .page-gyosei .voice-box:first-child, .page-gyosei .voice-box:nth-child(2) {
    width: calc(50% - 40px);
  }
}
.page-gyosei .voice-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .voice-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .voice-lead {
    font-size: 1.5rem;
  }
}
.page-gyosei .voice-title {
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .voice-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .voice-title {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.page-gyosei .voice-title br.d-md-block {
  display: none;
}
.page-gyosei .voice-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .voice-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .voice-text {
    line-height: 1.7;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .voice-text {
    font-size: 1rem;
  }
}
.page-gyosei .img-voice-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-gyosei .img-voice-image {
    margin-bottom: 0.4em;
    width: 60%;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .img-voice-image {
    width: 100%;
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .img-voice-image {
    max-width: 421px;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .img-voice {
    width: 168px;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .support-box-wrapper {
    max-width: 784px;
    margin: 0 auto;
    padding-top: 60px;
  }
}
.page-gyosei .support-box {
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  background-color: #fff;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .support-box {
    padding: 20px 20px 12px;
  }
}
.page-gyosei .support-box:not(:last-child) {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .support-box:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .support-box:last-child {
    padding-bottom: 20px;
  }
}
.page-gyosei .support-head {
  background-color: #FDD641;
  border-radius: 6px;
  padding: 0.2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .support-head {
    padding: 0.3em;
  }
}
.page-gyosei .support-foot {
  background-color: #FDD641;
  border-radius: 2px;
  padding: 0.2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .support-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.7em;
    background-color: #FCF1B2;
  }
}
.page-gyosei .support-foot-title {
  background-color: #E55135;
  color: #fff;
  display: inline-block;
  padding: 0 2em;
  border-radius: 2px;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .support-foot-title {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .support-foot-title {
    font-size: 1rem;
  }
}
.page-gyosei .support-title {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .support-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .support-title {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.page-gyosei .support-text {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .support-text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .support-text {
    font-size: 1.1rem;
  }
}
.page-gyosei .support-foot-list {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .support-foot-list {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .support-foot-list {
    font-size: .9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-lead-box {
    display: flex;
    gap: 37px;
    align-items: center;
  }
}
.page-gyosei .case-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-lead {
    flex: 1;
    padding-right: 12.5%;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-lead {
    line-height: 2;
        font-size: 1.2rem;
        letter-spacing: .07em;
        font-weight: 400 !important;
  }
}
.page-gyosei .case-box-title {
  background-color: #E44D34;
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: bold;
  padding: 0.4em 0.1em;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-title {
    padding: 0.8em 0.1em;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.page-gyosei .case-box-title span {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-box-title span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-box-title span {
    font-size: 2rem;
  }
}
.page-gyosei .case-box-body {
  display: grid;
  grid-template-columns: auto 18%;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-body {
    grid-template-columns: auto 200px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-box-body {
    grid-template-columns: auto 280px;
  }
}
.page-gyosei .case-box-main {
  border-left: 2px solid #EE8768;
  border-right: 2px solid #EE8768;
  border-bottom: 1px dashed #EE8768;
  background-color: #FFF9F7;
  padding: 1em 0.5em 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-main {
    border-bottom: 2px dashed #EE8768;
  }
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-box-main {
    padding: 20px 30px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-box-main {
    padding: 25px 86px 60px;
  }
}
.page-gyosei .case-box-sub {
  border-right: 2px solid #EE8768;
  border-bottom: 1px dashed #EE8768;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-sub {
    border-bottom: 2px dashed #EE8768;
  }
}
.page-gyosei .case-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-title {
    gap: 1em;
  }
}
.page-gyosei .case-title h3 {
  margin-top: 0.3em;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-title h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-title h3 {
    font-size: 1.2rem;
  }
}
.page-gyosei .case-chat-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-gyosei .case-chat-item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-chat-item {
    align-items: center;
  }
}
.page-gyosei .case-chat-item:not(:last-child) {
  margin-bottom: 10px;
}
.page-gyosei .case-staff, .page-gyosei .case-client {
  flex-shrink: 0;
  text-align: center;
}
.page-gyosei .case-staff p, .page-gyosei .case-client p {
  font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-client p {
    margin-top: 0.4em;
  }
}
.page-gyosei .case-staff-title {
  display: flex;
  align-items: center;
  gap: 0.2em;
  line-height: 1.1;
  margin-top: 0.2em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-staff-title {
    margin-top: 0.3em;
  }
}
.page-gyosei .case-staff-title p {
  font-size: 0.5rem;
}
.page-gyosei .case-speech {
  border: 1px solid #E54E34;
  border-radius: 6px;
  background-color: #fff;
  margin-top: 0.5em;
  margin-right: 8%;
  position: relative;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-speech {
    border-width: 2px;
    margin-top: -1em;
    margin-right: 18%;
  }
}
.page-gyosei .case-speech-text {
  margin: 0;
  padding: 0.2em 0.4em;
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-speech-text {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-speech-text {
    padding: 0.6em;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-speech-text {
    font-size: 0.95rem;
  }
}
.page-gyosei .case-chat-item--staff {
  gap: 0.2em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-chat-item--staff {
    gap: 30px;
  }
}
.page-gyosei .case-chat-item--staff .case-speech::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #E54E34;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 5px);
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-chat-item--staff .case-speech::after {
    border-top: 10px solid transparent;
    border-right: 10px solid #E54E34;
    border-bottom: 10px solid transparent;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
.page-gyosei .case-chat-item--client {
  justify-content: flex-end;
  gap: 0.8em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-chat-item--client {
    gap: 30px;
  }
}
.page-gyosei .case-chat-item--client .case-speech {
  border-color: #000;
  margin-right: 0;
  margin-left: 8%;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-chat-item--client .case-speech {
    margin-left: 18%;
  }
}
.page-gyosei .case-chat-item--client .case-speech::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 5px);
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-chat-item--client .case-speech::after {
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    top: 50%;
    transform: translate(100%, -50%);
  }
}
.page-gyosei .case-chat-item--client .case-speech-text {
  font-weight: bold;
}
.page-gyosei .case-box-1 {
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .page-gyosei .case-box-1 .case-box-body:last-child .case-box-main {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-1 {
    margin-bottom: 100px;
  }
}
.page-gyosei .case-box-1 .case-box-body:nth-child(2) .case-box-main,
.page-gyosei .case-box-2 .case-box-body:nth-child(2) .case-box-main {
  padding-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-1 .case-box-body:nth-child(2) .case-box-main,
  .page-gyosei .case-box-2 .case-box-body:nth-child(2) .case-box-main {
    padding-bottom: 0.8em;
  }
}
.page-gyosei .case-box-body:last-child .case-box-main {
  border-bottom-left-radius: 11px;
  border-bottom: 2px solid #EE8768;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-body:last-child .case-box-main {
    border-bottom-left-radius: 20px;
  }
}
.page-gyosei .case-box-body:last-child .case-box-sub {
  border-bottom-right-radius: 11px;
  border-bottom: 2px solid #EE8768;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-body:last-child .case-box-sub {
    border-bottom-right-radius: 20px;
  }
}
.page-gyosei .case-box-2 {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-2 {
    margin-bottom: 60px;
  }
}
.page-gyosei .case-box-sub {
  padding: 1em 0.3em 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-box-sub {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-box-sub {
    padding: 35px 75px;
  }
}
.page-gyosei .case-sub-inner, .page-gyosei .case-sub-inner--short {
  background-color: #DEDEDE;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0.3em 0.2em 0.6em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-sub-inner, .page-gyosei .case-sub-inner--short {
    background-color: #B1B1B1;
    border-radius: 6px;
    padding: 0.3em 0.4em 0.6em;
  }
}
.page-gyosei .case-sub-top {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-sub-top {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-sub-top {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-sub-top {
    font-size: 1.1em;
  }
}
.page-gyosei .case-sub-middle {
  position: relative;
  flex-grow: 1;
}
.page-gyosei .case-sub-middle::before {
  content: "";
  border-right: 2px dashed #fff;
  height: 92%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-sub-middle::before {
    border-width: 3px;
  }
}
.page-gyosei .case-sub-middle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-sub-middle::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
  }
}
.page-gyosei .case-sub-bottom {
  background-color: #000;
  color: #fff;
  border-radius: 2px;
  width: 100%;
  display: grid;
  place-content: center;
  line-height: 1.2;
  padding: 0.6em 0.4em;
  font-size: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-sub-bottom {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-sub-bottom {
    border-radius: 6px;
    padding: 0.8em 0.6em;
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-sub-bottom {
    font-size: 1rem;
  }
}
.page-gyosei .case-sub-inner--short {
  justify-content: flex-start;
  height: auto;
}
.page-gyosei .case-sub-inner--short .case-sub-image {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-sub-inner--short .case-sub-image {
    margin-bottom: 0.6em;
  }
}
.page-gyosei .case-bottom-box {
  padding: 0.8em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-bottom-box {
    padding: 20px 40px;
  }
}
.page-gyosei .case-box-1 .case-bottom-box {
  border: 1px solid #E54E34;
  background-color: #fff;
  border-radius: 6px;
}
.page-gyosei .case-bottom-box-inner {
  border: 1px solid #BABABA;
  background-color: #FDFDFD;
  border-radius: 6px;
  padding: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-bottom-box-inner {
    padding: 1em 1.5em;
  }
}
.page-gyosei .case-bottom-box-inner > p {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-bottom-box-inner > p {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-bottom-box-inner > p {
    font-size: 0.8rem;
  }
}
.page-gyosei .case-points100 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(24%, 0) rotate(-16deg);
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-points100 {
    transform: translate(47.5%, 22%) rotate(0);
  }
  .page-gyosei .case-points100 img {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-points100 img {
    width: 181px;
  }
}
.page-gyosei .case-points100.position-bottom {
  transform: translate(50%, 30%) rotate(-16deg);
}
@media only screen and (max-width: 374px) {
  .page-gyosei .case-points100.position-bottom {
    transform: translate(70%, 30%) rotate(-16deg);
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .case-points100.position-bottom {
    transform: translate(44%, 22%) rotate(0);
  }
}
.page-gyosei .case-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-text {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-text {
    font-size: 1.2rem;
  }
}
.page-gyosei .case-bottom-box-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .case-bottom-box-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .case-bottom-box-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .img-108_logo {
    width: 30px;
  }
  .page-gyosei .img-staff,
  .page-gyosei .img-client {
    width: 76px;
  }
  .page-gyosei .img-client-other {
    width: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-lead-wrapper {
    display: flex;
    padding: 0 35px;
    gap: 35px;
    margin-bottom: 90px !important;
  }
}
.page-gyosei .plan-header, .page-gyosei .plan-header-wide {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
  top: -1em;
  font-size: 0.7rem;
  width: 92%;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .plan-header, .page-gyosei .plan-header-wide {
    width: auto;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-header, .page-gyosei .plan-header-wide {
    font-size: 1.1rem;
  }
}
.page-gyosei .plan-header-wide {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .plan-header-wide {
    width: 60%;
  }
}
.page-gyosei .plan-header-en {
  top: -2.4em;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .plan-header-en {
    top: -1em;
  }
}
.page-gyosei .plan-lead-box {
  margin-top: 0.7em;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .plan-lead-box {
    margin-top: 2.5em;
  }
}
.page-gyosei .plan-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .plan-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .plan-lead {
    flex: 1;
    line-height: 1.6;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-lead {
    line-height: 2;
        font-size: 1.2rem;
        letter-spacing: .1em;
        font-weight: 400 !important;
  }
}
.page-gyosei .plan-border-radius {
  border-radius: 0.375rem 0.375rem 0 0;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .plan-border-radius {
    border-radius: 6px 6px 0 0;
  }
}
.page-gyosei .plan-title-jp {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .plan-title-jp {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .plan-title-jp {
    margin-top: -0.4em;
    margin-right: -0.6em;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-title-jp {
    font-size: 1.2rem;
  }
}
.page-gyosei .plan-title-en {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .plan-title-en {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-title-en {
    font-size: 3.5rem;
  }
}
.page-gyosei .plan-label {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .plan-label {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-label {
    font-size: 1rem;
  }
}
.page-gyosei .plan-text {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .plan-text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-text {
    font-size: 2.5rem;
  }
}
.page-gyosei .plan-text-sm {
  font-size: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-text-sm {
    font-size: 0.8rem;
  }
}
.page-gyosei .plan-text-md {
  font-size: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-text-md {
    font-size: 1rem;
  }
}
.page-gyosei .plan-text-xs {
  font-size: 0.6rem;
}
.page-gyosei .plan-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .page-gyosei .plan-note {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .plan-text-md-sm {
    font-size: 0.8rem !important;
  }
  .page-gyosei .plan-text-md-md {
    font-size: 1.4rem !important;
  }
  .page-gyosei .img-price {
    width: 414px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .page-gyosei .img-picto {
    width: 57px;
  }
}
.page-gyosei .option-text {
  font-size: calc(1.325rem + 0.9vw);
}
.page-gyosei .option-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .page-gyosei .option-note {
    font-size: 0.7rem;
  }
}
.page-gyosei .bg-label-red {
  background-color: #F7A3A1;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .bg-label-red {
    background-color: #D35940;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .img-plus-icon {
    width: 68px;
  }
}
.page-gyosei .guarantee-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-gyosei .guarantee-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .guarantee-text {
    border: 1px solid #09225A;
    border-radius: 4px;
    font-size: .9rem;
    line-height: 2;
  }
}
.page-gyosei .guarantee-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .guarantee-note {
    font-size: 0.78rem;
    line-height: 1.5;
  }
}
.page-gyosei .bg-base-faq {
  background-color: #F7F7F7;
}
@media only screen and (min-width: 768px) {
  .page-gyosei .img-icon-q {
    width: 32px;
  }
}
.page-gyosei .cta-title {
  font-size: calc(1rem + 0.6vw);
}
@media only screen and (min-width: 768px) {
  .page-gyosei .cta-title {
    font-size: 2rem;
  }
}
.page-gyosei .cta-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-gyosei .cta-lead {
    font-size: 1rem;
  }
}
.page-gyosei .cta-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-gyosei .cta-text {
    font-size: 1.1rem;
  }
}
.page-gyosei .cta-note {
  font-size: 0.7rem;
}
.page-gyosei .img-icon-click {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-80%, 7%);
}
@media only screen and (min-width: 768px) {
  .page-gyosei .img-108_girls {
    width: 250px;
    margin-top: -35%;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .cta-box {
    border-width: 6px !important;
    border-radius: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-gyosei .feature-box,
  .page-gyosei .feature-lead-box{
    padding: 1em 2em;
  }
  .page-gyosei .adaptability-title {
    font-size: 1.2rem;
}
  .page-gyosei .text-large {
    font-size: 1.2em;
    font-weight: bold;
  }
  .page-gyosei .block-subtitle {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .page-gyosei .block-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 2px solid #000;
    position: relative;
  }
  .page-gyosei .block-title::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .page-gyosei .block-img {
    width: 100%;
  }
  .page-gyosei .plan-inside-box {
    padding: 0.5em;
  }
  .page-gyosei .plan-point-box {
    width: 48%;
    margin: 1%;
  }
  .page-gyosei .plan-detail-box {
    width: 23%;
    margin: 1%;
    font-size: 0.6rem;
    background: #f1f3f5;
  }
  .page-gyosei .box-large .plan-detail-box {
    width: 31%;
  }
  .page-gyosei .plan-detail-title {
    font-size: 0.4rem;
  }
  .page-gyosei .plan-detail-title-mini {
    font-size: 0.35rem;
    padding: 0.2em 0;
  }
  .page-gyosei .option-box {
    width: 48%;
    margin: 1%;
  }
  .page-gyosei .option-title {
    font-size: 0.7rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2em 1em;
  }
  .page-gyosei .option-price {
    font-size: 0.8rem;
  }
  .page-gyosei .option-description {
    font-size: 0.7rem;
  }
  .page-gyosei .faq-icon {
    width: 100%;
    padding-top: 0.5em;
  }
  .page-gyosei .faq-detail {
    width: 100%;
  }
  .page-gyosei .faq-title {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .page-gyosei .faq-body {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-gyosei .text-large {
    font-size: 1.2em;
    font-weight: bold;
  }
  .page-gyosei .block-subtitle {
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
  }
  .page-gyosei .block-title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 14px;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    position: relative;
    max-width: 783px;
    letter-spacing: 0.05em;
  }
  .page-gyosei .block-title::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .page-gyosei .block-img {
    width: 50%;
  }
  .page-gyosei .plan-inside-box {
    padding: 1.5em;
  }
  .page-gyosei .plan-point-box {
    width: 23%;
    margin: 1%;
  }
  .page-gyosei .plan-detail-box {
    font-size: 0.7rem;
    width: 31%;
    margin: 0.5% 1%;
  }
  .page-gyosei .plan-detail-title {
    font-size: 1rem;
    color: #D35940;
  }
  .page-gyosei .border-dark-green .plan-detail-title {
    color: #489429;
  }
  .page-gyosei .option-box {
    width: 23%;
    margin: 1%;
  }
  .page-gyosei .option-title {
    font-size: 0.9rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-gyosei .option-price {
    font-size: 0.8rem;
  }
  .page-gyosei .option-description {
    font-size: 0.7rem;
  }
  .page-gyosei .faq-icon {
    width: 14%;
  }
  .page-gyosei .faq-detail {
    width: 85%;
  }
  .page-gyosei .faq-title {
    font-size: 1.2rem;
  }
  .page-gyosei .faq-body {
    font-size: 1rem;
  }
  .page-gyosei .col-md-chat-icon {
    width: 12.499999995%;
  }
  .page-gyosei .col-md-chat-description {
    width: 87.5%;
  }
}
@media only screen and (min-width: 992px) {
  .page-gyosei .block-title {
    font-size: 2rem;
    letter-spacing: .1em;
    margin-top: 2em;
  }
}
.page-judicial {
  overflow-x: hidden;
}
.page-judicial .fw-800 {
  font-weight: 800;
}
.page-judicial .bg-dark-orange {
  background-color: #E44C34;
}
@media only screen and (min-width: 768px) {
  .page-judicial .bg-dark-orange {
    background-color: #D35940;
  }
}
.page-judicial .bg-orange-gradient {
  background: linear-gradient(to bottom, #ffffff 15%, #ffe4db 60%);
}
.page-judicial .bg-orange-gradient--voice {
  background: linear-gradient(to bottom, #ffffff 20%, #ffe4db 100%);
}
@media only screen and (min-width: 768px) {
  .page-judicial .bg-orange-gradient--voice {
    background: linear-gradient(to bottom, #ffffff 20%, #ffede7 90%, #ffe4db 100%);
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .bg-gray-gradient-md {
    background: linear-gradient(to bottom, #F0F0F0 40%, #ffffff 60%);
  }
}
.page-judicial .bg-base-orange {
  background-color: #FFF9F7;
  flex-wrap: wrap;
}
.page-judicial .bg-base-orange.bottom-arrow-down::after, .page-judicial .bg-base-orange.bottom-arrow-down--gray::after, .page-judicial .bg-base-orange.bottom-arrow-down--white::after {
  border-top: 30px solid #FFF9F7;
}
@media only screen and (min-width: 768px) {
  .page-judicial .bg-base-orange.bottom-arrow-down::after, .page-judicial .bg-base-orange.bottom-arrow-down--gray::after, .page-judicial .bg-base-orange.bottom-arrow-down--white::after {
    border-top: 70px solid #FFF9F7;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .bg-md-light-gray {
    background-color: #F1F3F5;
  }
}
.page-judicial .text-bright-orange {
  color: #FF5629;
}
.page-judicial .border-dark-orange {
  border: 1px solid #E44C34;
}
@media only screen and (min-width: 768px) {
  .page-judicial .border-dark-orange {
    border: 1px solid #D35940;
  }
}
.page-judicial .bg-footer-cta {
  background-color: #E3896D;
  /*background-color: #3c3c3c;*/
}
.page-judicial .bottom-arrow-down, .page-judicial .bottom-arrow-down--gray, .page-judicial .bottom-arrow-down--white {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .bottom-arrow-down, .page-judicial .bottom-arrow-down--gray, .page-judicial .bottom-arrow-down--white {
    margin-bottom: 70px;
  }
}
.page-judicial .bottom-arrow-down::after, .page-judicial .bottom-arrow-down--gray::after, .page-judicial .bottom-arrow-down--white::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 30px solid #ffe4db;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .page-judicial .bottom-arrow-down::after, .page-judicial .bottom-arrow-down--gray::after, .page-judicial .bottom-arrow-down--white::after {
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 70px solid #ffe4db;
  }
}
.page-judicial .bottom-arrow-down--white {
  margin-bottom: 0;
}
.page-judicial .bottom-arrow-down--white::after {
  border-top: 30px solid #fff;
}
@media only screen and (min-width: 768px) {
  .page-judicial .bottom-arrow-down--white::after {
    border-top: 70px solid #fff;
  }
}
.page-judicial .bottom-arrow-down--gray::after {
  border-top: 30px solid #F1F3F5;
}
@media only screen and (min-width: 768px) {
  .page-judicial .bottom-arrow-down--gray::after {
    border-top: 70px solid #F1F3F5;
  }
}
.page-judicial .top-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5em 0.6em;
  max-width: 340px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .top-list {
    gap: 1em 1em;
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .top-list {
    max-width: 67%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-judicial .top-list {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1400px) {
  .page-judicial .top-list {
    max-width: 90%;
  }
}
.page-judicial .top-list li {
  border: 2px solid #F8B50C;
  background-color: #fff;
  border-radius: 20px;
  font-size: 0.7em;
  padding: 0.3em 1.4em;
}
@media only screen and (min-width: 576px) {
  .page-judicial .top-list li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .top-list li {
    border-radius: 40px;
    padding: 0.3em 0.9em;
  }
}
@media only screen and (min-width: 1400px) {
  .page-judicial .top-list li {
    font-size: 1.17rem;
  }
}
.page-judicial .top-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .top-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .top-text {
    font-size: 1.5rem;
  }
}
.page-judicial .top-text-sm {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .top-text-sm {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .top-text-sm {
    font-size: 1rem;
  }
}
.page-judicial .top-crown {
  margin-top: -20px;
}
@media only screen and (min-width: 576px) {
  .page-judicial .top-crown {
    width: 100%;
    max-width: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .top-crown {
    max-width: 94px;
    margin-top: -47px;
  }
}
@media only screen and (min-width: 576px) {
  .page-judicial .top-record-text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .top-record-text {
    font-size: 2rem;
    padding-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .top-record-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: -1.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .page-judicial .top-record-box {
    margin-top: -2em;
  }
}
@media only screen and (min-width: 1400px) {
  .page-judicial .top-record-box {
    margin-top: -1.5em;
    letter-spacing: .1em;
  }
}
.page-judicial .top-record {
  display: grid;
  grid-template-columns: 1fr auto auto;
}
@media (min-width: 410px) {
  .page-judicial .top-record {
    grid-template-columns: 1fr auto 1fr;
  }
}
.page-judicial .top-record > p {
  font-size: calc(1.275rem + 0.3vw);
  grid-column: 2;
  justify-self: center;
}
@media only screen and (min-width: 576px) {
  .page-judicial .top-record > p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .top-record > p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-judicial .top-record > p {
    font-size: 2.4rem;
  }
}
.page-judicial .top-record > p span {
  font-size: calc(1.375rem + 1.5vw);
}
@media only screen and (min-width: 992px) {
  .page-judicial .top-record > p span {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-judicial .top-record > p span {
    font-size: 3.6rem;
  }
}
.page-judicial .top-record > span {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .top-record > span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-judicial .top-record > span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .top-record {
    display: flex;
    align-items: center;
  }
}
.page-judicial .img-top-person {
  bottom: 0;
  right: 0;
  transform: translate(28%, 0.5%);
  width: 90%;
}
@media only screen and (min-width: 425px) {
  .page-judicial .img-top-person {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .img-top-person {
    transform: translate(30%, 3%);
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .img-top-person {
    width: 424px;
    transform: translate(0, 3%);
  }
}
@media only screen and (min-width: 1400px) {
  .page-judicial .img-top-person {
    transform: translate(30%, 3%);
    width: 530px;
  }
}
@media only screen and (min-width: 425px) {
  .page-judicial .top-bottom-box-sp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .top-bottom-box > div {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .top-bottom-box > div {
    width: auto;
  }
  .page-judicial .top-bottom-box > div:first-child {
    flex: 1;
  }
}
@media only screen and (min-width: 540px) {
  .page-judicial .img-top-title {
    margin-right: auto;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .img-top-title {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .img-top-title {
    width: 411.2px;
    margin-top: -0.7em;
  }
}
@media only screen and (min-width: 1400px) {
  .page-judicial .img-top-title {
    width: 514px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .img-top-myteam108 {
    width: 412px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-judicial .img-top-myteam108 {
    width: 515px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .img-top-label {
    width: 397.6px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-judicial .img-top-label {
    width: 497px;
  }
}
.page-judicial .img-nayami-image {
  max-width: 700px;
}
@media only screen and (min-width: 1200px) {
  .page-judicial .img-nayami-image {
    transform: translateX(-5%);
    max-width: 800px;
  }
}
.page-judicial .feature-lead-box {
  border-radius: 8px;
  margin-top: -15px;
  margin-bottom: 110px;
  border-width: 2px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .feature-lead-box {
    border-width: 4px;
    margin-top: -34px;
  }
}
@media only screen and (min-width: 576px) {
  .page-judicial .feature-lead-box p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .feature-lead-box p {
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .feature-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 53px;
  }
}
.page-judicial .feature-box {
  background-color: #fff;
  padding: 25px 0.8em 15px;
  position: relative;
  border-radius: 14px;
}
.page-judicial .feature-box:not(:last-child) {
  margin-bottom: 37px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .feature-box {
    padding: 2em 3em;
    height: fit-content;
  }
  .page-judicial .feature-box:nth-child(2), .page-judicial .feature-box:nth-child(4) {
    transform: translateY(80px);
  }
  .page-judicial .feature-box:nth-child(4) {
    margin-bottom: 80px;
  }
}
.page-judicial .feature-title {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .feature-title {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .feature-title {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-judicial .feature-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .feature-text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .feature-text {
    text-align: left;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .feature-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-judicial .img-feature-image {
    width: 73%;
    transform: translateX(-19%);
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .img-feature01 {
    width: 194px;
  }
  .page-judicial .img-feature02 {
    width: 216px;
  }
  .page-judicial .img-feature03 {
    width: 240px;
  }
  .page-judicial .img-feature04 {
    width: 244px;
  }
}
.page-judicial .icon-num, .page-judicial .icon-num--reason {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40%, -50%);
  background-color: #FED642;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 768px) {
  .page-judicial .icon-num, .page-judicial .icon-num--reason {
    width: 68px;
    height: 68px;
  }
}
.page-judicial .icon-num span, .page-judicial .icon-num--reason span {
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .icon-num span, .page-judicial .icon-num--reason span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .icon-num span, .page-judicial .icon-num--reason span {
    font-size: 2rem;
  }
}
.page-judicial .adaptability-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .adaptability-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .adaptability-title {
    font-size: 2.7rem;
        letter-spacing: .15em;
        line-height: 1.8;
  }
}
.page-judicial .adaptability-title span {
  font-size: calc(1.275rem + 0.3vw);
  border-radius: 20px;
  padding: 0.1em 1em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 576px) {
  .page-judicial .adaptability-title span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .adaptability-title span {
    border-radius: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .adaptability-title span {
    font-size: 2.9rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .img-adaptability {
    width: 90%;
    max-width: 800px;
  }
}
@media only screen and (min-width: 576px) {
  .page-judicial .img_108_girls_large {
    max-width: 230px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-judicial .img_108_girls_large {
    max-width: 270px;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .reason-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 34px;
  }
}
.page-judicial .reason-box {
  position: relative;
}
.page-judicial .reason-box:not(:last-child) {
  margin-bottom: 37px;
}
.page-judicial .reason-image {
  border-radius: 14px;
  text-align: center;
  display: block;
  padding: 15px 0;
  background-color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .reason-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .reason-image {
    height: 200px;
  }
}
.page-judicial .reason-title {
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (min-width: 576px) {
  .page-judicial .reason-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .reason-title {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .reason-title {
    font-size: 1.25rem;
  }
}
.page-judicial .reason-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .reason-text {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .reason-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .img-reason01 {
    width: 148px;
  }
  .page-judicial .img-reason02 {
    width: 170px;
  }
  .page-judicial .img-reason03 {
    width: 214px;
  }
  .page-judicial .img-reason04 {
    width: 152px;
  }
  .page-judicial .img-reason05 {
    width: 186px;
  }
}
.page-judicial .icon-num--reason {
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .icon-num--reason {
    width: 44px;
    height: 44px;
  }
}
.page-judicial .icon-num--reason span {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .icon-num--reason span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .icon-num--reason span {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .voice-box-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.page-judicial .voice-box:not(:last-child) {
  margin-bottom: 54px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .voice-box {
    width: calc(33.3% - 40px);
  }
  .page-judicial .voice-box:first-child, .page-judicial .voice-box:nth-child(2) {
    width: calc(50% - 40px);
  }
}
.page-judicial .voice-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .voice-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .voice-lead {
    font-size: 1.5rem;
  }
}
.page-judicial .voice-title {
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .voice-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .voice-title {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.page-judicial .voice-title br.d-md-block {
  display: none;
}
.page-judicial .voice-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .voice-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .voice-text {
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .voice-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .img-voice-image {
    width: 100%;
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .img-voice-image {
    max-width: 326px;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .img-voice {
    width: 168px;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .support-box-wrapper {
    max-width: 784px;
    margin: 0 auto;
    padding-top: 60px;
  }
}
.page-judicial .support-box {
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  background-color: #fff;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .support-box {
    padding: 20px 20px 12px;
  }
}
.page-judicial .support-box:not(:last-child) {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .support-box:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .support-box:last-child {
    padding-bottom: 20px;
  }
}
.page-judicial .support-head {
  background-color: #FDD641;
  border-radius: 6px;
  padding: 0.2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-judicial .support-head {
    padding: 0.3em;
  }
}
.page-judicial .support-foot {
  background-color: #FDD641;
  border-radius: 2px;
  padding: 0.2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-judicial .support-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.7em;
    background-color: #FCF1B2;
  }
}
.page-judicial .support-foot-title {
  background-color: #E55135;
  color: #fff;
  display: inline-block;
  padding: 0 2em;
  border-radius: 2px;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .support-foot-title {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .support-foot-title {
    font-size: 1rem;
  }
}
.page-judicial .support-title {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .support-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .support-title {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.page-judicial .support-text {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .support-text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .support-text {
    font-size: 1rem;
  }
}
.page-judicial .support-foot-list {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .support-foot-list {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .support-foot-list {
    font-size: .9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-lead-box {
    display: flex;
    gap: 37px;
    align-items: center;
  }
}
.page-judicial .case-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-lead {
    flex: 1;
    padding-right: 12.5%;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-lead {
    line-height: 2;
    font-size: 1.2rem;
    letter-spacing: .07em;
    font-weight: 400 !important;
  }
}
.page-judicial .case-box-title {
  background-color: #E44D34;
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: bold;
  padding: 0.4em 0.1em;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-title {
    padding: 0.8em 0.1em;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.page-judicial .case-box-title span {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-box-title span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-box-title span {
    font-size: 2rem;
  }
}
.page-judicial .case-box-body {
  display: grid;
  grid-template-columns: auto 18%;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-body {
    grid-template-columns: auto 200px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-box-body {
    grid-template-columns: auto 280px;
  }
}
.page-judicial .case-box-main {
  border-left: 2px solid #EE8768;
  border-right: 2px solid #EE8768;
  border-bottom: 1px dashed #EE8768;
  background-color: #FFF9F7;
  padding: 1em 0.5em 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-main {
    border-bottom: 2px dashed #EE8768;
  }
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-box-main {
    padding: 20px 30px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-box-main {
    padding: 25px 86px 60px;
  }
}
.page-judicial .case-box-sub {
  border-right: 2px solid #EE8768;
  border-bottom: 1px dashed #EE8768;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-sub {
    border-bottom: 2px dashed #EE8768;
  }
}
.page-judicial .case-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-title {
    gap: 1em;
  }
}
.page-judicial .case-title h3 {
  margin-top: 0.3em;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-title h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-title h3 {
    font-size: 1.2rem;
  }
}
.page-judicial .case-chat-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-judicial .case-chat-item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-chat-item {
    align-items: center;
  }
}
.page-judicial .case-chat-item:not(:last-child) {
  margin-bottom: 10px;
}
.page-judicial .case-staff, .page-judicial .case-client {
  flex-shrink: 0;
  text-align: center;
}
.page-judicial .case-staff p, .page-judicial .case-client p {
  font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-client p {
    margin-top: 0.4em;
  }
}
.page-judicial .case-staff-title {
  display: flex;
  align-items: center;
  gap: 0.2em;
  line-height: 1.1;
  margin-top: 0.2em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-staff-title {
    margin-top: 0.3em;
  }
}
.page-judicial .case-staff-title p {
  font-size: 0.5rem;
}
.page-judicial .case-speech {
  border: 1px solid #E54E34;
  border-radius: 6px;
  background-color: #fff;
  margin-top: 0.5em;
  margin-right: 8%;
  position: relative;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-speech {
    border-width: 2px;
    margin-top: -1em;
    margin-right: 18%;
  }
}
.page-judicial .case-speech-text {
  margin: 0;
  padding: 0.2em 1em;
  font-size: 0.6rem;
  letter-spacing: .04em;
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-speech-text {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-speech-text {
    padding: 0.6em;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-speech-text {
    font-size: 0.95rem;
  }
}
.page-judicial .case-chat-item--staff {
  gap: 0.2em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-chat-item--staff {
    gap: 30px;
  }
}
.page-judicial .case-chat-item--staff .case-speech::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #E54E34;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 5px);
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-chat-item--staff .case-speech::after {
    border-top: 10px solid transparent;
    border-right: 10px solid #E54E34;
    border-bottom: 10px solid transparent;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
.page-judicial .case-chat-item--client {
  justify-content: flex-end;
  gap: 0.8em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-chat-item--client {
    gap: 30px;
  }
}
.page-judicial .case-chat-item--client .case-speech {
  border-color: #000;
  margin-right: 0;
  margin-left: 8%;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-chat-item--client .case-speech {
    margin-left: 18%;
  }
}
.page-judicial .case-chat-item--client .case-speech::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 5px);
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-chat-item--client .case-speech::after {
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    top: 50%;
    transform: translate(100%, -50%);
  }
}
.page-judicial .case-chat-item--client .case-speech-text {
  font-weight: bold;
  letter-spacing: .05em;
    padding: .4em 1em;
}
.page-judicial .case-box-1 {
  margin-bottom: 47px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-1 {
    margin-bottom: 100px;
  }
}
.page-judicial .case-box-1 .case-box-body:nth-child(2) .case-box-main,
.page-judicial .case-box-2 .case-box-body:nth-child(2) .case-box-main {
  padding-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-1 .case-box-body:nth-child(2) .case-box-main,
  .page-judicial .case-box-2 .case-box-body:nth-child(2) .case-box-main {
    padding-bottom: 0.8em;
  }
}
.page-judicial .case-box-body:last-child .case-box-main {
  border-bottom-left-radius: 11px;
  border-bottom: 2px solid #EE8768;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-body:last-child .case-box-main {
    border-bottom-left-radius: 20px;
  }
}
.page-judicial .case-box-body:last-child .case-box-sub {
  border-bottom-right-radius: 11px;
  border-bottom: 2px solid #EE8768;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-body:last-child .case-box-sub {
    border-bottom-right-radius: 20px;
  }
}
.page-judicial .case-box-2 {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-2 {
    margin-bottom: 60px;
  }
}
.page-judicial .case-box-2 .case-box-body:last-child .case-box-main {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-2 .case-box-body:last-child .case-box-main {
    padding-bottom: 80px;
  }
}
.page-judicial .case-box-sub {
  padding: 1em 0.3em 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-box-sub {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-box-sub {
    padding: 35px 75px;
  }
}
.page-judicial .case-sub-inner, .page-judicial .case-sub-inner--short {
  background-color: #DEDEDE;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0.3em 0.2em 0.6em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-sub-inner, .page-judicial .case-sub-inner--short {
    background-color: #B1B1B1;
    border-radius: 6px;
    padding: 0.3em 0.4em 0.6em;
  }
}
.page-judicial .case-sub-top {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-sub-top {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-sub-top {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-sub-top {
    font-size: 1.1em;
  }
}
.page-judicial .case-sub-middle {
  position: relative;
  flex-grow: 1;
}
.page-judicial .case-sub-middle::before {
  content: "";
  border-right: 2px dashed #fff;
  height: 92%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-sub-middle::before {
    border-width: 3px;
  }
}
.page-judicial .case-sub-middle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-sub-middle::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
  }
}
.page-judicial .case-sub-bottom {
  background-color: #000;
  color: #fff;
  border-radius: 2px;
  width: 100%;
  display: grid;
  place-content: center;
  line-height: 1.2;
  padding: 0.6em 0.4em;
  font-size: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-sub-bottom {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-sub-bottom {
    border-radius: 6px;
    padding: 0.8em 0.6em;
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-sub-bottom {
    font-size: 1rem;
  }
}
.page-judicial .case-sub-inner--short {
  justify-content: flex-start;
  height: auto;
}
.page-judicial .case-sub-inner--short .case-sub-image {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-sub-inner--short .case-sub-image {
    margin-bottom: 0.6em;
  }
}
.page-judicial .case-bottom-box {
  border: 1px solid #E54E34;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.8em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-bottom-box {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-bottom-box {
    padding: 35px 85px;
  }
}
.page-judicial .case-bottom-box-inner {
  border: 1px solid #BABABA;
  background-color: #FDFDFD;
  border-radius: 6px;
  padding: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-bottom-box-inner {
    padding: 1em 1.5em;
  }
}
.page-judicial .case-bottom-box-inner > p {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-bottom-box-inner > p {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-bottom-box-inner > p {
    font-size: 0.8rem;
  }
}
.page-judicial .case-points100 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(24%, -20%) rotate(-16deg);
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-points100 {
    transform: translate(47.5%, 22%) rotate(0);
  }
  .page-judicial .case-points100 img {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-points100 img {
    width: 181px;
  }
}
.page-judicial .case-points100.position-bottom {
  transform: translate(50%, 30%) rotate(-16deg);
}
@media only screen and (max-width: 374px) {
  .page-judicial .case-points100.position-bottom {
    transform: translate(70%, 30%) rotate(-16deg);
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .case-points100.position-bottom {
    transform: translate(44%, 22%) rotate(0);
  }
}
.page-judicial .case-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-text {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-text {
    font-size: 1.2rem;
  }
}
.page-judicial .case-bottom-box-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-bottom-box-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-bottom-box-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 576px) {
  .page-judicial .case-box-2 .case-bottom-box {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .case-box-2 .case-bottom-box {
    padding: 1.2em;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .img-108_logo {
    width: 30px;
  }
  .page-judicial .img-staff,
  .page-judicial .img-client {
    width: 76px;
  }
  .page-judicial .img-client-other {
    width: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-lead-wrapper {
    display: flex;
    padding: 0 35px;
    gap: 35px;
    margin-bottom: 90px !important;
  }
}
.page-judicial .plan-header, .page-judicial .plan-header-wide {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
  top: -1em;
  font-size: 0.7rem;
  width: 92%;
}
@media only screen and (min-width: 768px) {
  .page-judicial .plan-header, .page-judicial .plan-header-wide {
    width: auto;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-header, .page-judicial .plan-header-wide {
    font-size: 1.1rem;
  }
}
.page-judicial .plan-header-wide {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page-judicial .plan-header-wide {
    width: 60%;
  }
}
.page-judicial .plan-header-en {
  top: -2.4em;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page-judicial .plan-header-en {
    top: -1em;
  }
}
.page-judicial .plan-lead-box {
  margin-top: 0.7em;
}
@media only screen and (min-width: 768px) {
  .page-judicial .plan-lead-box {
    margin-top: 2.5em;
  }
}
.page-judicial .plan-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .plan-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .plan-lead {
    flex: 1;
    line-height: 1.6;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-lead {
   line-height: 2;
        font-size: 1.1rem;
        letter-spacing: .1em;
        font-weight: 400 !important;
  }
}
.page-judicial .plan-border-radius {
  border-radius: 0.375rem 0.375rem 0 0;
}
@media only screen and (min-width: 768px) {
  .page-judicial .plan-border-radius {
    border-radius: 6px 6px 0 0;
  }
}
.page-judicial .plan-title-jp {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .plan-title-jp {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .plan-title-jp {
    margin-top: -0.4em;
    margin-right: -0.6em;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-title-jp {
    font-size: 1.2rem;
  }
}
.page-judicial .plan-title-en {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .plan-title-en {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-title-en {
    font-size: 3.5rem;
  }
}
.page-judicial .plan-label {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .plan-label {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-label {
    font-size: 1rem;
  }
}
.page-judicial .plan-text {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .plan-text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-text {
    font-size: 2.5rem;
  }
}
.page-judicial .plan-text-sm {
  font-size: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-text-sm {
    font-size: 0.8rem;
  }
}
.page-judicial .plan-text-md {
  font-size: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-text-md {
    font-size: 1rem;
  }
}
.page-judicial .plan-text-xs {
  font-size: 0.6rem;
}
.page-judicial .plan-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .page-judicial .plan-note {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .plan-text-md-sm {
    font-size: 0.8rem !important;
  }
  .page-judicial .plan-text-md-md {
    font-size: 1.4rem !important;
  }
  .page-judicial .img-price {
    width: 414px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .page-judicial .img-picto {
    width: 57px;
  }
}
.page-judicial .option-text {
  font-size: calc(1.325rem + 0.9vw);
}
.page-judicial .option-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .page-judicial .option-note {
    font-size: 0.7rem;
  }
}
.page-judicial .bg-label-red {
  background-color: #F7A3A1;
}
@media only screen and (min-width: 768px) {
  .page-judicial .bg-label-red {
    background-color: #D35940;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .img-plus-icon {
    width: 68px;
  }
}
.page-judicial .guarantee-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-judicial .guarantee-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .guarantee-text {
    border: 1px solid #09225A;
    border-radius: 4px;
    font-size: .9rem;
    line-height: 2;
  }
}
.page-judicial .guarantee-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .page-judicial .guarantee-note {
    font-size: 0.78rem;
    line-height: 1.5;
  }
}
.page-judicial .bg-base-faq {
  background-color: #FFF9F7;
}
@media only screen and (min-width: 768px) {
  .page-judicial .bg-base-faq {
    background-color: #F7F7F7;
  }
}
.page-judicial .text-faq {
  color: #FF572C;
}
@media only screen and (min-width: 768px) {
  .page-judicial .img-icon-q {
    width: 32px;
  }
}
.page-judicial .cta-title {
  font-size: calc(1.3rem + 0.6vw);
}
@media only screen and (min-width: 768px) {
  .page-judicial .cta-title {
    font-size: 2rem;
  }
}
.page-judicial .cta-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-judicial .cta-lead {
    font-size: 1.1rem;
  }
}
.page-judicial .cta-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-judicial .cta-text {
    font-size: 1.1rem;
  }
}
.page-judicial .cta-note {
  font-size: 0.7rem;
}
.page-judicial .img-icon-click {
  position: absolute;
  bottom: 30%;
  right: 0;
  transform: translate(-80%, 7%);
}
@media only screen and (min-width: 768px) {
  .page-judicial .img-108_girls {
    width: 250px;
    margin-top: -35%;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .cta-box {
    border-width: 6px !important;
    border-radius: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-judicial .text-large {
    font-size: 1.2em;
    font-weight: bold;
  }
  .page-judicial .block-subtitle {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .page-judicial .block-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 2px solid #000;
    position: relative;
  }
  .page-judicial .block-title::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .page-judicial .block-img {
    width: 100%;
  }
  .page-judicial .plan-inside-box {
    padding: 0.5em;
  }
  .page-judicial .plan-point-box {
    width: 48%;
    margin: 1%;
  }
  .page-judicial .plan-detail-box {
    width: 23%;
    margin: 1%;
    font-size: 0.6rem;
    background: #f1f3f5;
  }
  .page-judicial .box-large .plan-detail-box {
    width: 31%;
  }
  .page-judicial .plan-detail-title {
    font-size: 0.4rem;
  }
  .page-judicial .plan-detail-title-mini {
    font-size: 0.35rem;
    padding: 0.2em 0;
  }
  .page-judicial .option-box {
    width: 48%;
    margin: 1%;
  }
  .page-judicial .option-title {
    font-size: 0.7rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2em 1em;
  }
  .page-judicial .option-price {
    font-size: 0.8rem;
  }
  .page-judicial .option-description {
    font-size: 0.7rem;
  }
  .page-judicial .faq-icon {
    width: 100%;
    padding-top: 0.5em;
  }
  .page-judicial .faq-detail {
    width: 100%;
  }
  .page-judicial .faq-title {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .page-judicial .faq-body {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-judicial .text-large {
    font-size: 1.3em;
    font-weight: bold;
  }
  .page-judicial .block-subtitle {
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
  }
  .page-judicial .block-title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 14px;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    position: relative;
    max-width: 783px;
    letter-spacing: 0.05em;
  }
  .page-judicial .block-title::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .page-judicial .block-img {
    width: 50%;
  }
  .page-judicial .plan-inside-box {
    padding: 1.5em;
  }
  .page-judicial .plan-point-box {
    width: 23%;
    margin: 1%;
  }
  .page-judicial .plan-detail-box {
    font-size: 0.7rem;
    width: 31%;
    margin: 0.5% 1%;
  }
  .page-judicial .plan-detail-title {
    font-size: 1rem;
    color: #D35940;
  }
  .page-judicial .border-dark-green .plan-detail-title {
    color: #489429;
  }
  .page-judicial .option-box {
    width: 23%;
    margin: 1%;
  }
  .page-judicial .option-title {
    font-size: 0.9rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-judicial .option-price {
    font-size: 0.8rem;
  }
  .page-judicial .option-description {
    font-size: 0.7rem;
  }
  .page-judicial .faq-icon {
    width: 14%;
  }
  .page-judicial .faq-detail {
    width: 85%;
  }
  .page-judicial .faq-title {
    font-size: 1.3rem;
  }
  .page-judicial .faq-body {
    font-size: 1rem;
  }
  .page-judicial .col-md-chat-icon {
    width: 12.499999995%;
  }
  .page-judicial .col-md-chat-description {
    width: 87.5%;
  }
}
@media only screen and (min-width: 992px) {
  .page-judicial .block-title {
    font-size: 2rem;
    padding-top: 1em;
    letter-spacing: .1em;
  }
}
.page-law .block-box {
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 767px) {
  .page-law .text-large {
    font-size: 1.2em;
    font-weight: bold;
  }
  .page-law .block-subtitle {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .page-law .block-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .page-law .block-img {
    width: 100%;
  }
  .page-law .block-box {
    bottom: -80px;
    right: 0;
    width: 100%;
    padding: 1em;
    font-size: 0.85rem;
    line-height: 1.7;
  }
  .page-law .about-note1 {
    padding-top: 6em;
    font-size: 0.9rem;
    text-align: center;
  }
  .page-law .about-note2 {
    font-size: 0.9rem;
    text-align: left;
  }
  .page-law .about-example-box {
    background: #EEE;
    padding: 1em;
    margin: 1.5em 0;
  }
  .page-law .about-example-title {
    font-weight: 600;
    font-size: 1rem;
  }
  .page-law .about-example-subtitle {
    font-size: 0.8rem;
  }
  .page-law .nayami-box {
    background: #FFF;
    border: 1px solid #8C8C8C;
    padding: 0.5em;
    margin: 2em 0;
  }
  .page-law .nayami-title {
    background: #a0b1ca;
    font-size: 1rem;
    padding: 0.6em 0.3em;
    line-height: 1.4;
  }
  .page-law .nayami-list li {
    font-size: 0.8rem;
  }
  .page-law .nayami-solution-box {
    padding: 1em;
    font-size: 0.8rem;
  }
  .page-law .reason-title {
    font-size: 1.1rem;
  }
  .page-law .case-title {
    font-size: 1rem;
  }
  .page-law .case-box {
    font-size: 0.8rem;
  }
  .page-law .plan-label {
    font-size: 0.8rem;
  }
  .page-law .plan-inside-box {
    padding: 0.5em;
  }
  .page-law .plan-point-box {
    width: 48%;
    margin: 1%;
  }
  .page-law .plan-detail-box {
    width: 31%;
    margin: 1%;
    font-size: 0.6rem;
    background: #F1F3F5;
  }
  .page-law .plan-detail-title {
    font-size: 0.6rem;
  }
  .page-law .plan-detail-title-mini {
    font-size: 0.5rem;
    padding: 0.2em 0;
  }
  .page-law .option-box {
    width: 48%;
    margin: 1%;
  }
  .page-law .option-title {
    font-size: 0.7rem;
  }
  .page-law .option-price {
    font-size: 0.8rem;
  }
  .page-law .option-description {
    font-size: 0.7rem;
  }
  .page-law .faq-icon {
    width: 100%;
    padding-top: 0.5em;
  }
  .page-law .faq-detail {
    width: 100%;
  }
  .page-law .faq-title {
    font-size: .85rem;
  }
  .page-law .faq-body {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {

  .page-law .text-large {
    font-size: 1em;
    font-weight: bold;
  }
  .page-law .block-subtitle {
    text-align: left;
        letter-spacing: .1em;
        font-size: 50%;

  }
  .page-law .block-title {
    font-size: 1.7rem;
        font-weight: bold;
        margin-top: 16px;
        margin-bottom: 20px;
        letter-spacing: .1em;
      }
  .page-law .block-img {
    width: 50%;
  }
  .page-law .block-box {
    bottom: -1.5em;
    right: 0;
    width: 700px;
    padding: 2em;
    font-size: 1.1em;
    line-height: 2;
  }
  .page-law .about-note1 {
    padding-top: 2.5em;
    text-align: center;
    font-size: 1.6em;
    letter-spacing: .1em;
  }
  .page-law .about-note2 {
    text-align: center;
    font-size: 1.1em;
    line-height: 2;
    letter-spacing: .1em;
  }
  .page-law .about-example-box {
    background: #FFF;
    padding: 1em;
    width: 800px;
    margin: 2em auto;
  }
  .page-law .about-example-title {
    font-weight: 800;
    font-size: 1.6rem;
    text-align: center;
  }
  .page-law .about-example-subtitle {
    text-align: center;
  }
  .page-law .nayami-box {
    background: #FFF;
    border: 1px solid #8C8C8C;
    padding: 1em 2em;
    margin-bottom: 3em;
  }
  .page-law .nayami-title {
    background: #d4d6db;
    padding: 0.3em;
    font-size: 1.4rem;
  }
  .page-law .nayami-list li {
    font-size: 1.1rem;
    margin: 0.5em 0;
  }
  .page-law .nayami-solution-box {
    padding: 1.8em;
    letter-spacing: .065em;
  }
  .page-law .reason-title {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page-law .case-title {
    font-size: 1.5rem;
        letter-spacing: .1em;
        text-align: center;
        margin-top: 2em;
  }
  .page-law .case-title-box {
    font-size: 1.1rem;
        letter-spacing: .1em;
        text-align: center;

  }
  .page-law .case-box {
    font-size: .9rem;
    filter: drop-shadow(0px 3px 3px #b9d8f7);
  }
  .page-law .plan-label {
    font-size: 1rem;
        font-weight: 600;
  }
  .page-law .plan-inside-box {
    padding: 1.5em;
  }
  .page-law .plan-point-box {
    width: 23%;
    margin: 1%;
  }
  .page-law .plan-detail-box {
    font-size: 0.7rem;
    width: 31%;
    margin: 0.5% 1%;
  }
  .page-law .plan-detail-title {
    font-size: 1.3em;

  }
  .page-law .option-box {
    width: 23%;
    margin: 1%;
  }
  .page-law .option-title {
    font-size: 0.9rem;
  }
  .page-law .option-price {
    font-size: 0.8rem;
  }
  .page-law .option-description {
    font-size: 0.7rem;
    letter-spacing: .04em;
  }
  .page-law .faq-icon {
    width: 14%;
  }
  .page-law .faq-detail {
    width: 85%;
  }
  .page-law .faq-title {
    font-size: 1.15rem;
  }
  .page-law .faq-body {
    font-size: .9rem;
  }
  .page-law .col-md-chat-icon {
    width: 12.499999995%;
  }
  .page-law .col-md-chat-description {
    width: 87.5%;
  }
  .page-law .use-box {
    margin-top: 1.5em;
    padding: 2em;
    border: 1px solid #AAA;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-to-title {
    font-size: 0.8rem;
  }
  .privacy-to-detail {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .privacy-to-title {
    font-size: 1.2rem;
  }
}
.page-sharosi {
  overflow-x: hidden;
}
.page-sharosi .fw-800 {
  font-weight: 800;
}
.page-sharosi .text-red {
  color: #b23d4b;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .text-md-dark-blue {
    color: #1b4685;
  }
}
.page-sharosi .bg-dark-orange {
  background-color: #e44c34;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .bg-dark-orange {
    background-color: #d35940;
  }
}
.page-sharosi .bg-red-gradient {
  background: linear-gradient(to bottom, #ffffff 30%, #fec7c4 100%);
}
.page-sharosi .bg-red-gradient-voice {
  background: linear-gradient(to bottom, #ffffff 20%, #fec7c4 100%);
}
.page-sharosi .bg-gray-gradient {
  background: linear-gradient(to bottom, #f0f0f0 40%, #ffffff 60%);
}
.page-sharosi .bg-red-gradient-plan {
  background: linear-gradient(to top, #ffffff 30%, #fec7c4 100%);
}
.page-sharosi .bg-red-gradient-plan.bottom-arrow-down::after, .page-sharosi .bg-red-gradient-plan.bottom-arrow-down--gray::after, .page-sharosi .bg-red-gradient-plan.bottom-arrow-down--white::after {
  border-top: 30px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .bg-red-gradient-plan.bottom-arrow-down::after, .page-sharosi .bg-red-gradient-plan.bottom-arrow-down--gray::after, .page-sharosi .bg-red-gradient-plan.bottom-arrow-down--white::after {
    border-top: 70px solid #ffffff;
  }
}
.page-sharosi .bg-base-orange {
  background-color: #fff9f7;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .bg-md-light-gray {
    background-color: #f1f3f5;
  }
}
.page-sharosi .text-bright-orange {
  color: #ff5629;
}
.page-sharosi .border-dark-orange {
  border: 1px solid #e44c34;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .border-dark-orange {
    border: 1px solid #d35940;
  }
}
.page-sharosi .border-yellow {
  border: 1px solid #fae36e;
}
.page-sharosi .bg-footer-cta {
  background-color: #eb7f63;
}
.page-sharosi .bottom-arrow-down, .page-sharosi .bottom-arrow-down--gray, .page-sharosi .bottom-arrow-down--white {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .bottom-arrow-down, .page-sharosi .bottom-arrow-down--gray, .page-sharosi .bottom-arrow-down--white {
    margin-bottom: 70px;
  }
}
.page-sharosi .bottom-arrow-down::after, .page-sharosi .bottom-arrow-down--gray::after, .page-sharosi .bottom-arrow-down--white::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 30px solid #fec7c4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .page-sharosi .bottom-arrow-down::after, .page-sharosi .bottom-arrow-down--gray::after, .page-sharosi .bottom-arrow-down--white::after {
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 70px solid #fec7c4;
  }
}
.page-sharosi .bg-light-red {
  background-color: #fee1df;
}
.page-sharosi .bg-light-red.bottom-arrow-down::after, .page-sharosi .bg-light-red.bottom-arrow-down--gray::after, .page-sharosi .bg-light-red.bottom-arrow-down--white::after {
  border-top: 30px solid #fee1df;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .bg-light-red.bottom-arrow-down::after, .page-sharosi .bg-light-red.bottom-arrow-down--gray::after, .page-sharosi .bg-light-red.bottom-arrow-down--white::after {
    border-top: 70px solid #fee1df;
  }
}
.page-sharosi .bottom-arrow-down--white {
  margin-bottom: 0;
}
.page-sharosi .bottom-arrow-down--white::after {
  border-top: 30px solid #fff;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .bottom-arrow-down--white::after {
    border-top: 70px solid #fff;
  }
}
.page-sharosi .bottom-arrow-down--gray::after {
  border-top: 30px solid #f1f3f5;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .bottom-arrow-down--gray::after {
    border-top: 70px solid #f1f3f5;
  }
}
.page-sharosi .bg-top {
  background: radial-gradient(ellipse at center, #fbccca 0%, #fcdedc 20%, #fcdedc 50%, #feb8b5 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sharosi .img-top-label {
    width: 30%;
  }
  .page-sharosi .img-top-title {
    width: calc(70% - 0.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .page-sharosi .img-top-people {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0.6em);
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .img-top-people {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 7.5%;
    width: 47%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .img-top-people {
    max-width: 580px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-sharosi .img-top-people {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-sharosi .img-top-pmark {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .img-top-pmark {
    width: 50%;
    max-width: 518px;
  }
}
.page-sharosi .top-sub-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 8px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page-sharosi .top-sub-title {
    flex-direction: column;
    justify-content: center;
  }
}
.page-sharosi .top-sub-title > div:not(:last-child) {
  font-size: 21px;
  background-color: #fff;
  padding: 0.2em 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .top-sub-title > div:not(:last-child) {
    font-size: clamp(1rem, 0.225rem + 1.617vi, 1.438rem);
  }
}
@media only screen and (min-width: 1200px) {
  .page-sharosi .top-sub-title > div:not(:last-child) {
    font-size: 23px;
  }
}
.page-sharosi .top-sub-title > div:last-child {
  font-size: 23px;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .top-sub-title > div:last-child {
    font-size: clamp(1.063rem, 0.066rem + 2.079vi, 1.625rem);
  }
}
@media only screen and (min-width: 1200px) {
  .page-sharosi .top-sub-title > div:last-child {
    font-size: 26px;
  }
}
.page-sharosi .top-list {
  display: inline-flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .top-list {
    width: 80%;
    gap: 10px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .top-list {
    width: 60%;
  }
}
.page-sharosi .top-list li {
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 374px) {
  .page-sharosi .top-list li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .top-list li {
    padding: 0.4em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .page-sharosi .top-text-wrapper {
    text-align: center;
  }
}
.page-sharosi .top-text {
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (max-width: 374px) {
  .page-sharosi .top-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .page-sharosi .top-text {
    display: inline-block;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .top-text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .top-text {
    font-size: 23px;
  }
}
.page-sharosi .top-text-sm {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .top-text-sm {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .top-text-sm {
    font-size: 16px;
  }
}
.page-sharosi .record-list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-sharosi .record-list {
    flex-wrap: wrap;
    gap: 16px 6px;
  }
  .page-sharosi .record-list > div:first-child {
    width: 100%;
  }
  .page-sharosi .record-list > div:first-child img {
    margin-left: auto;
    margin-right: auto;
  }
  .page-sharosi .record-list > div:nth-child(2),
  .page-sharosi .record-list > div:nth-child(3) {
    width: calc(50% - 6px);
  }
  .page-sharosi .record-list > div:nth-child(2) img {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .record-list {
    gap: 2em;
  }
}
.page-sharosi .img-nayami-image {
  max-width: 800px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .page-sharosi .img-nayami-image {
    max-width: 900px;
  }
}
.page-sharosi .feature-lead {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .feature-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .feature-lead {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.page-sharosi .feature-lead-box {
  border-radius: 8px;
  border: 2px solid #e54e34;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-sharosi .feature-lead-box {
    margin-top: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .feature-lead-box {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 576px) {
  .page-sharosi .feature-lead-box p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .feature-lead-box p {
    font-size: 2.2rem;
  }
}
.page-sharosi .feature-box {
  display: flex;
  align-items: center;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .page-sharosi .feature-box {
    flex-direction: column;
    gap: 1em;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-sharosi .feature-box:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-sharosi .feature-box:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .feature-box {
    gap: 2em;
  }
  .page-sharosi .feature-box:not(:last-child) {
    margin-bottom: 120px;
  }
}
.page-sharosi .feature-box-image {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .page-sharosi .feature-box-image {
    width: 44%;
  }
}
.page-sharosi .feature-box-image img {
  max-width: 500px;
}
.page-sharosi .img-feature01 {
  width: 44%;
}
.page-sharosi .img-feature02 {
  width: 50%;
}
.page-sharosi .img-feature03 {
  width: 60%;
}
.page-sharosi .img-feature04 {
  width: 60%;
}
.page-sharosi .feature-box-desc {
  flex: 1;
}
.page-sharosi .feature-title {
  font-size: 1.3rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .feature-title {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .feature-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.page-sharosi .feature-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .feature-text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .feature-text {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .feature-text {
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  .page-sharosi .img-feature-image {
    width: 73%;
    transform: translateX(-19%);
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .img-feature01 {
    width: 256px;
  }
  .page-sharosi .img-feature02 {
    width: 316px;
  }
  .page-sharosi .img-feature03 {
    width: 422px;
  }
  .page-sharosi .img-feature04 {
    width: 465px;
  }
}
.page-sharosi .icon-num, .page-sharosi .icon-num--reason {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40%, -50%);
  background-color: #fed642;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .icon-num, .page-sharosi .icon-num--reason {
    width: 68px;
    height: 68px;
  }
}
.page-sharosi .icon-num span, .page-sharosi .icon-num--reason span {
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .icon-num span, .page-sharosi .icon-num--reason span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .icon-num span, .page-sharosi .icon-num--reason span {
    font-size: 2rem;
  }
}
.page-sharosi .feature-caption-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.page-sharosi .feature-caption {
  background-color: #b23d4b;
  color: #fff;
  border-radius: 20px;
  padding: 0.4em 1.2em 0.3em;
}
.page-sharosi .feature-num {
  color: #b23d4b;
  font-weight: bold;
  font-size: 2.6rem;
}
.page-sharosi .adaptability-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .adaptability-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .adaptability-title {
    font-size: 2.7rem;
        letter-spacing: .15em;
        line-height: 1.8;
  }
}
.page-sharosi .adaptability-title span {
  font-size: calc(1.275rem + 0.3vw);
  border-radius: 20px;
  padding: 0.1em 1em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .adaptability-title span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .adaptability-title span {
    border-radius: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .adaptability-title span {
    font-size: 2.9rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .img-adaptability {
    width: 90%;
    max-width: 800px;
  }
}
@media only screen and (min-width: 576px) {
  .page-sharosi .img_108_girls_large {
    max-width: 230px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-sharosi .img_108_girls_large {
    max-width: 270px;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .reason-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 34px;
  }
}
.page-sharosi .reason-box {
  position: relative;
}
.page-sharosi .reason-box:not(:last-child) {
  margin-bottom: 37px;
}
.page-sharosi .reason-image {
  border-radius: 14px;
  text-align: center;
  display: block;
  padding: 15px 0;
  background-color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .reason-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .reason-image {
    height: 200px;
  }
}
.page-sharosi .reason-title {
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .reason-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .reason-title {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .reason-title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.page-sharosi .reason-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .reason-text {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .reason-text {
    font-size: 1rem;
    letter-spacing: .1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-sharosi .img-reason04 {
    width: 137px;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .img-reason01 {
    width: 148px;
  }
  .page-sharosi .img-reason02 {
    width: 170px;
  }
  .page-sharosi .img-reason03 {
    width: 214px;
  }
  .page-sharosi .img-reason04 {
    width: 215px;
  }
  .page-sharosi .img-reason05 {
    width: 152px;
  }
  .page-sharosi .img-reason06 {
    width: 186px;
  }
}
.page-sharosi .icon-num--reason {
  background-color: #b23d4b;
  color: #fff;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .icon-num--reason {
    width: 44px;
    height: 44px;
  }
}
.page-sharosi .icon-num--reason span {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .icon-num--reason span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .icon-num--reason span {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .voice-box-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.page-sharosi .voice-box:not(:last-child) {
  margin-bottom: 54px;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .voice-box {
    width: calc(33.3% - 40px);
  }
  .page-sharosi .voice-box:first-child, .page-sharosi .voice-box:nth-child(2) {
    width: calc(50% - 40px);
  }
}
.page-sharosi .voice-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .voice-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .voice-lead {
    font-size: 1.5rem;
  }
}
.page-sharosi .voice-title {
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .voice-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .voice-title {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.page-sharosi .voice-title br.d-md-block {
  display: none;
}
.page-sharosi .voice-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .voice-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .voice-text {
    line-height: 1.7;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .voice-text {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: .1em;
  }
}
.page-sharosi .img-voice-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-sharosi .img-voice-image {
    margin-bottom: 1em;
    width: 40%;
    max-width: 258px;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .img-voice-image {
    width: 100%;
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .img-voice-image {
    max-width: 258px;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .img-voice {
    width: 168px;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .support-box-wrapper {
    max-width: 784px;
    margin: 0 auto;
    padding-top: 60px;
  }
}
.page-sharosi .support-box {
  border: 1px solid #dedede;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .support-box {
    padding: 20px 20px 12px;
  }
}
.page-sharosi .support-box:not(:last-child) {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .support-box:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .support-box:last-child {
    padding-bottom: 20px;
  }
}
.page-sharosi .support-head {
  background-color: #fdd641;
  border-radius: 6px;
  padding: 0.2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .support-head {
    padding: 0.3em;
  }
}
.page-sharosi .support-foot {
  background-color: #fdd641;
  border-radius: 2px;
  padding: 0.2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .support-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.7em;
    background-color: #fcf1b2;
  }
}
.page-sharosi .support-foot-title {
  background-color: #e55135;
  color: #fff;
  display: inline-block;
  padding: 0 2em;
  border-radius: 2px;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .support-foot-title {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .support-foot-title {
    font-size: 1rem;
  }
}
.page-sharosi .support-title {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .support-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .support-title {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.page-sharosi .support-text {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .support-text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .support-text {
    font-size: 1.1rem;
  }
}
.page-sharosi .support-foot-list {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .support-foot-list {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .support-foot-list {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-lead-box {
    display: flex;
    gap: 37px;
    align-items: center;
  }
}
.page-sharosi .case-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-lead {
    flex: 1;
    padding-right: 12.5%;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-lead {
            line-height: 2;
        font-size: 1.2rem;
        letter-spacing: .07em;
        font-weight: 400 !important;
  }
}
.page-sharosi .case-box-title {
  background-color: #e44d34;
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: bold;
  padding: 0.4em 0.1em;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-title {
    padding: 0.8em 0.1em;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.page-sharosi .case-box-title span {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-box-title span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-box-title span {
    font-size: 2rem;
  }
}
.page-sharosi .case-box-body {
  display: grid;
  grid-template-columns: auto 18%;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-body {
    grid-template-columns: auto 200px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-box-body {
    grid-template-columns: auto 280px;
  }
}
.page-sharosi .case-box-main {
  border-left: 2px solid #ee8768;
  border-right: 2px solid #ee8768;
  border-bottom: 1px dashed #ee8768;
  background-color: #ffeae2;
  padding: 1em 0.5em 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-main {
    border-bottom: 2px dashed #ee8768;
  }
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-box-main {
    padding: 20px 30px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-box-main {
    padding: 25px 86px 60px;
  }
}
.page-sharosi .case-box-sub {
  border-right: 2px solid #ee8768;
  border-bottom: 1px dashed #ee8768;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-sub {
    border-bottom: 2px dashed #ee8768;
  }
}
.page-sharosi .case-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-title {
    gap: 1em;
  }
}
.page-sharosi .case-title h3 {
  margin-top: 0.3em;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-title h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-title h3 {
    font-size: 1.2rem;
  }
}
.page-sharosi .case-chat-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-sharosi .case-chat-item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-chat-item {
    align-items: center;
  }
}
.page-sharosi .case-chat-item:not(:last-child) {
  margin-bottom: 10px;
}
.page-sharosi .case-staff, .page-sharosi .case-client {
  flex-shrink: 0;
  text-align: center;
}
.page-sharosi .case-staff p, .page-sharosi .case-client p {
  font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-client p {
    margin-top: 0.4em;
  }
}
.page-sharosi .case-staff-title {
  display: flex;
  align-items: center;
  gap: 0.2em;
  line-height: 1.1;
  margin-top: 0.2em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-staff-title {
    margin-top: 0.3em;
  }
}
.page-sharosi .case-staff-title p {
  font-size: 0.5rem;
}
.page-sharosi .case-speech {
  border: 1px solid #e54e34;
  border-radius: 6px;
  background-color: #fff;
  margin-top: 0.5em;
  margin-right: 8%;
  position: relative;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-speech {
    border-width: 2px;
    margin-top: -1em;
    margin-right: 18%;
  }
}
.page-sharosi .case-speech-text {
  margin: 0;
  padding: 0.2em 0.4em;
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-speech-text {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-speech-text {
    padding: 0.6em;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-speech-text {
    font-size: 0.95rem;
  }
}
.page-sharosi .case-chat-item--staff {
  gap: 0.2em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-chat-item--staff {
    gap: 30px;
  }
}
.page-sharosi .case-chat-item--staff .case-speech::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #e54e34;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 5px);
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-chat-item--staff .case-speech::after {
    border-top: 10px solid transparent;
    border-right: 10px solid #e54e34;
    border-bottom: 10px solid transparent;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
.page-sharosi .case-chat-item--client {
  justify-content: flex-end;
  gap: 0.8em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-chat-item--client {
    gap: 30px;
  }
}
.page-sharosi .case-chat-item--client .case-speech {
  border-color: #000;
  margin-right: 0;
  margin-left: 8%;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-chat-item--client .case-speech {
    margin-left: 18%;
  }
}
.page-sharosi .case-chat-item--client .case-speech::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 5px);
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-chat-item--client .case-speech::after {
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    top: 50%;
    transform: translate(100%, -50%);
  }
}
.page-sharosi .case-chat-item--client .case-speech-text {
  font-weight: bold;
}
.page-sharosi .case-box-1 {
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .page-sharosi .case-box-1 .case-box-body:last-child .case-box-main {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-1 {
    margin-bottom: 100px;
  }
}
.page-sharosi .case-box-1 .case-box-body:nth-child(2) .case-box-main,
.page-sharosi .case-box-2 .case-box-body:nth-child(2) .case-box-main {
  padding-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-1 .case-box-body:nth-child(2) .case-box-main,
  .page-sharosi .case-box-2 .case-box-body:nth-child(2) .case-box-main {
    padding-bottom: 0.8em;
  }
}
.page-sharosi .case-box-body:last-child .case-box-main {
  border-bottom-left-radius: 11px;
  border-bottom: 2px solid #ee8768;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-body:last-child .case-box-main {
    border-bottom-left-radius: 20px;
  }
}
.page-sharosi .case-box-body:last-child .case-box-sub {
  border-bottom-right-radius: 11px;
  border-bottom: 2px solid #ee8768;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-body:last-child .case-box-sub {
    border-bottom-right-radius: 20px;
  }
}
.page-sharosi .case-box-2 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-sharosi .case-box-2 .case-box-body:last-child .case-box-main {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-2 {
    margin-bottom: 60px;
  }
}
.page-sharosi .case-box-sub {
  padding: 1em 0.3em 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-box-sub {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-box-sub {
    padding: 35px 75px;
  }
}
.page-sharosi .case-sub-inner, .page-sharosi .case-sub-inner--short {
  background-color: #dedede;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0.3em 0.2em 0.6em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-sub-inner, .page-sharosi .case-sub-inner--short {
    background-color: #b1b1b1;
    border-radius: 6px;
    padding: 0.3em 0.4em 0.6em;
  }
}
.page-sharosi .case-sub-top {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-sub-top {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-sub-top {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-sub-top {
    font-size: 1.1em;
  }
}
.page-sharosi .case-sub-middle {
  position: relative;
  flex-grow: 1;
}
.page-sharosi .case-sub-middle::before {
  content: "";
  border-right: 2px dashed #fff;
  height: 92%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-sub-middle::before {
    border-width: 3px;
  }
}
.page-sharosi .case-sub-middle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-sub-middle::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
  }
}
.page-sharosi .case-sub-bottom {
  background-color: #000;
  color: #fff;
  border-radius: 2px;
  width: 100%;
  display: grid;
  place-content: center;
  line-height: 1.2;
  padding: 0.6em 0.4em;
  font-size: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-sub-bottom {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-sub-bottom {
    border-radius: 6px;
    padding: 0.8em 0.6em;
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-sub-bottom {
    font-size: 1rem;
  }
}
.page-sharosi .case-sub-inner--short {
  justify-content: flex-start;
  height: auto;
}
.page-sharosi .case-sub-inner--short .case-sub-image {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-sub-inner--short .case-sub-image {
    margin-bottom: 0.6em;
  }
}
.page-sharosi .case-bottom-box {
  border: 1px solid #e54e34;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.8em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-bottom-box {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-bottom-box {
    padding: 35px 85px;
  }
}
.page-sharosi .case-box-1 .case-bottom-box {
  border: 1px solid #e54e34;
  background-color: #fff;
  border-radius: 6px;
}
.page-sharosi .case-bottom-box-inner {
  border: 1px solid #bababa;
  background-color: #fdfdfd;
  border-radius: 6px;
  padding: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-bottom-box-inner {
    padding: 1em 1.5em;
  }
}
.page-sharosi .case-bottom-box-inner > p {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-bottom-box-inner > p {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-bottom-box-inner > p {
    font-size: 0.8rem;
  }
}
.page-sharosi .case-points100 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 30%) rotate(-16deg);
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-points100 {
    transform: translate(47.5%, 22%) rotate(0);
  }
  .page-sharosi .case-points100 img {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-points100 img {
    width: 181px;
  }
}
.page-sharosi .case-points100.position-bottom {
  transform: translate(50%, 30%) rotate(-16deg);
}
@media only screen and (max-width: 374px) {
  .page-sharosi .case-points100.position-bottom {
    transform: translate(70%, 30%) rotate(-16deg);
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .case-points100.position-bottom {
    transform: translate(44%, 22%) rotate(0);
  }
}
.page-sharosi .case-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-text {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-text {
    font-size: 1.2rem;
  }
}
.page-sharosi .case-bottom-box-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .case-bottom-box-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .case-bottom-box-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .img-108_logo {
    width: 30px;
  }
  .page-sharosi .img-staff,
  .page-sharosi .img-client {
    width: 76px;
  }
  .page-sharosi .img-client-other {
    width: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-lead-wrapper {
    display: flex;
    padding: 0 35px;
    gap: 35px;
    margin-bottom: 90px !important;
  }
}
.page-sharosi .plan-header, .page-sharosi .plan-header-wide {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
  top: -1em;
  font-size: 0.7rem;
  width: 92%;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .plan-header, .page-sharosi .plan-header-wide {
    width: auto;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-header, .page-sharosi .plan-header-wide {
    font-size: 1rem;
    font-weight: 600;
  }
}
.page-sharosi .plan-header-wide {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .plan-header-wide {
    width: 60%;
  }
}
.page-sharosi .plan-header-en {
  top: -2.4em;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .plan-header-en {
    top: -1em;
  }
}
.page-sharosi .plan-lead-box {
  margin-top: 0.7em;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .plan-lead-box {
    margin-top: 2.5em;
  }
}
.page-sharosi .plan-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .plan-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .plan-lead {
    flex: 1;
    line-height: 1.6;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-lead {
            line-height: 2;
        font-size: 1.2rem;
        letter-spacing: .1em;
        font-weight: 400 !important;
  }
}
.page-sharosi .plan-border-radius {
  border-radius: 0.375rem 0.375rem 0 0;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .plan-border-radius {
    border-radius: 6px 6px 0 0;
  }
}
.page-sharosi .plan-title-jp {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .plan-title-jp {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .plan-title-jp {
    margin-top: -0.4em;
    margin-right: -0.6em;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-title-jp {
    font-size: 1.2rem;
  }
}
.page-sharosi .plan-title-en {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .plan-title-en {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-title-en {
    font-size: 3.5rem;
  }
}
.page-sharosi .plan-label {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .plan-label {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-label {
    font-size: 1rem;
  }
}
.page-sharosi .plan-text {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .plan-text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-text {
    font-size: 2.5rem;
  }
}
.page-sharosi .plan-text-sm {
  font-size: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-text-sm {
    font-size: 0.8rem;
  }
}
.page-sharosi .plan-text-md {
  font-size: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-text-md {
    font-size: 1rem;
  }
}
.page-sharosi .plan-text-xs {
  font-size: 0.6rem;
}
.page-sharosi .plan-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .page-sharosi .plan-note {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .plan-text-md-sm {
    font-size: 0.8rem !important;
  }
  .page-sharosi .plan-text-md-md {
    font-size: 1.4rem !important;
  }
  .page-sharosi .img-price {
    width: 414px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .page-sharosi .img-picto {
    width: 57px;
  }
}
.page-sharosi .option-text {
  font-size: calc(1rem + 0.9vw);
}
.page-sharosi .option-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .page-sharosi .option-note {
    font-size: 0.7rem;
  }
}
.page-sharosi .bg-label-blue {
  background-color: #3171b7;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .img-plus-icon {
    width: 68px;
  }
}
.page-sharosi .guarantee-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-sharosi .guarantee-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .guarantee-text {
    border: 1px solid #09225a;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 2;
  }
}
.page-sharosi .guarantee-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .guarantee-note {
    font-size: 0.78rem;
    line-height: 1.5;
  }
}
.page-sharosi .faq-title {
  color: #b23c39;
}
.page-sharosi .bg-base-faq {
  background-color: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .img-icon-q {
    width: 32px;
  }
}
.page-sharosi .cta-title {
  font-size: calc(1.3rem + 0.6vw);
}
@media only screen and (min-width: 768px) {
  .page-sharosi .cta-title {
    font-size: 2rem;
  }
}
.page-sharosi .cta-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-sharosi .cta-lead {
    font-size: 1rem;
  }
}
.page-sharosi .cta-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-sharosi .cta-text {
    font-size: 1.1rem;
  }
}
.page-sharosi .cta-note {
  font-size: 0.7rem;
}
.page-sharosi .img-icon-click {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-80%, 7%);
}
@media only screen and (min-width: 768px) {
  .page-sharosi .img-108_girls {
    width: 250px;
    margin-top: -35%;
  }
}
.page-sharosi .cta-box {
  border-color: #f3b790;
  border-style: solid;
}
@media only screen and (min-width: 768px) {
  .page-sharosi .cta-box {
    border-width: 6px !important;
    border-radius: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-sharosi .text-large {
    font-size: 1.2em;
    font-weight: bold;
  }
  .page-sharosi .block-subtitle {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .page-sharosi .block-title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 2px solid #000;
    position: relative;
  }
  .page-sharosi .block-title::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .page-sharosi .block-img {
    width: 100%;
  }
  .page-sharosi .plan-inside-box {
    padding: 0.5em;
  }
  .page-sharosi .plan-point-box {
    width: 48%;
    margin: 1%;
  }
  .page-sharosi .plan-detail-box {
    width: 23%;
    margin: 1%;
    font-size: 0.6rem;
    background: #f1f3f5;
  }
  .page-sharosi .box-large .plan-detail-box {
    width: 31%;
  }
  .page-sharosi .plan-detail-title {
    font-size: 0.4rem;
  }
  .page-sharosi .plan-detail-title-mini {
    font-size: 0.35rem;
    padding: 0.2em 0;
  }
  .page-sharosi .option-box {
    width: 48%;
    margin: 1%;
  }
  .page-sharosi .option-title {
    font-size: 0.7rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2em 1em;
  }
  .page-sharosi .option-price {
    font-size: 0.8rem;
  }
  .page-sharosi .option-description {
    font-size: 0.7rem;
  }
  .page-sharosi .faq-icon {
    width: 100%;
    padding-top: 0.5em;
  }
  .page-sharosi .faq-detail {
    width: 100%;
  }
  .page-sharosi .faq-title {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .page-sharosi .faq-body {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-sharosi .text-large {
    font-size: 1.2em;
    font-weight: bold;
  }
  .page-sharosi .block-subtitle {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .page-sharosi .block-title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 14px;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    position: relative;
    max-width: 783px;
    letter-spacing: 0.05em;
  }
  .page-sharosi .block-title::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .page-sharosi .block-img {
    width: 50%;
  }
  .page-sharosi .plan-inside-box {
    padding: 1.5em;
  }
  .page-sharosi .plan-point-box {
    width: 23%;
    margin: 1%;
  }
  .page-sharosi .plan-detail-box {
    font-size: 0.7rem;
    width: 31%;
    margin: 0.5% 1%;
  }
  .page-sharosi .plan-detail-title {
    font-size: 1rem;
    color: #1b4685;
  }
  .page-sharosi .border-dark-green .plan-detail-title {
    color: #489429;
  }
  .page-sharosi .option-box {
    width: 23%;
    margin: 1%;
  }
  .page-sharosi .option-title {
    font-size: 0.9rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-sharosi .option-price {
    font-size: 0.8rem;
  }
  .page-sharosi .option-description {
    font-size: 0.7rem;
  }
  .page-sharosi .faq-icon {
    width: 14%;
  }
  .page-sharosi .faq-detail {
    width: 85%;
  }
  .page-sharosi .faq-title {
    font-size: 1.2rem;
  }
  .page-sharosi .faq-body {
    font-size: .9rem;
  }
  .page-sharosi .col-md-chat-icon {
    width: 12.499999995%;
  }
  .page-sharosi .col-md-chat-description {
    width: 87.5%;
  }
}
@media only screen and (min-width: 992px) {
  .page-sharosi .block-title {
            font-size: 2.2rem;
        letter-spacing: .1em;
  }
}
.page-top .service-header, .page-top .mv-text, .page-top .mv-point, .page-top .mv-title {
  -webkit-text-stroke: 1px #E64E35;
  text-stroke: 1px #E64E35;
}
@media only screen and (min-width: 768px) {
  .page-top .service-header, .page-top .mv-text, .page-top .mv-point, .page-top .mv-title {
    -webkit-text-stroke: 1.4px #E64E35;
    text-stroke: 1.4px #E64E35;
  }
}
@media only screen and (min-width: 1440px) {
  .page-top .service-header, .page-top .mv-text, .page-top .mv-point, .page-top .mv-title {
    -webkit-text-stroke: 1.8px #E64E35;
    text-stroke: 1.6px #E64E35;
  }
}

.sidebar-menu {
  font-weight: 500;
}

.sidebar-title {
  margin-bottom: 1.2em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media only screen and (max-width: 767px) {
  .sidebar-title {
    border-top: 3px solid currentColor;
    padding-top: 22px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar-title {
    font-size: 20px;
  }
}
.sidebar-title::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../img/top/logo_menu.png) no-repeat center center/contain;
}
@media only screen and (min-width: 768px) {
  .sidebar-title::before {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar-title::before {
    width: 26px;
    height: 26px;
  }
}

.sidebar-list {
  font-size: 14px;
  list-style-type: none;
  padding-left: 2.7em;
}
@media only screen and (min-width: 768px) {
  .sidebar-list {
    font-size: 12px;
    padding-left: 2em;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar-list {
    font-size: 14px;
    padding-left: 2.7em;
  }
}

.sidebar-item {
  margin-bottom: 1.7em;
}
.sidebar-item:not(:last-child) {
  margin-bottom: 1.4em;
}

.sidebar-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
  display: block;
}
.sidebar-link:hover {
  color: #E54E32;
}
.sidebar-link.disabled {
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.sidebar-link.disabled::after {
  content: "comming\asoon";
  white-space: pre-wrap;
  display: inline-block;
  line-height: 1.1;
  font-size: 9px;
  color: #E54E32;
}

.page-top .fw-800 {
  font-weight: 800;
}
.page-top .bg-footer-cta {
  background-color: #E3896D;
}
.page-top .top-col-main {
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .page-top .top-row {
    display: grid;
    grid-template-columns: 210px auto;
  }
}
@media only screen and (min-width: 1440px) {
  .page-top .top-row {
    grid-template-columns: 300px auto;
  }
}
.page-top .mv-bg {
  background: url("../img/top/bg_mv_sp.jpg");
  background-repeat: none;
  background-size: cover;
  overflow-x: hidden;
  background-position-x: 50%;
}
@media only screen and (min-width: 992px) {
  .page-top .mv-bg {
    background: url("../img/top/bg_mv.jpg");
    background-repeat: none;
    background-size: cover;
    background-position-y: 10%;
  }
}
.page-top .mv-title {
  font-weight: 800;
  color: #fff;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .page-top .mv-title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-top .mv-title {
    font-size: 37.2px;
  }
}
.page-top .mv-point {
  font-size: 27px;
  color: #FFF03C;
  font-weight: 800;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-top .mv-point {
    font-size: 41px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-top .mv-point {
    font-size: 49.2px;
  }
}
.page-top .mv-point li {
  display: flex;
  align-items: center;
  line-height: 1.4;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .page-top .mv-point li:nth-child(2) {
    padding-left: 1.5em;
  }
  .page-top .mv-point li:nth-child(3) {
    padding-left: 3em;
  }
}
.page-top .mv-point li img {
  width: 26px;
}
@media only screen and (min-width: 768px) {
  .page-top .mv-point li img {
    width: 38px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-top .mv-point li img {
    width: 45.6px;
  }
}
.page-top .mv-point .multiply-text {
  color: #fff;
}
.page-top .mv-text {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .page-top .mv-text {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-top .mv-text {
    font-size: 43.2px;
  }
}
.page-top .mv-list {
  display: flex;
  align-items: center;
  gap: 0.6em 0.4em;
  font-weight: 500;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.page-top .mv-list > div span {
  display: inline-block;
  background-color: #FFF03B;
  border: 1px solid #fff;
  font-size: 13px;
  padding: 0.2em 0.8em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .page-top .mv-list > div span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-top .mv-list > div span {
    font-size: 21.6px;
  }
}
.page-top .mv-list > div img {
  width: 13px;
  margin-right: 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-top .mv-list > div img {
    width: 17px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-top .mv-list > div img {
    width: 20.4;
  }
}
.page-top .mv-pmark {
  display: inline-flex;
  gap: 0.3em;
  font-weight: 500;
  align-items: center;
  background-color: #fff;
  font-size: 13px;
  padding: 0.2em 1em 0.2em 0.4em;
  margin-top: 0.7em;
}
@media only screen and (min-width: 768px) {
  .page-top .mv-pmark {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-top .mv-pmark {
    font-size: 21.6px;
  }
}
.page-top .mv-pmark img {
  width: 22px;
}
@media only screen and (min-width: 768px) {
  .page-top .mv-pmark img {
    width: 32px;
  }
}
.page-top .container-top img {
  transform: translateY(calc(-100% + 1px));
  width: 100%;
}
.page-top .record-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: -1em;
}
@media only screen and (max-width: 991px) {
  .page-top .record-list {
    flex-wrap: wrap;
    gap: 20px 10px;
    padding: 0 1em;
  }
  .page-top .record-list > div:first-child {
    width: 100%;
  }
  .page-top .record-list > div:first-child img {
    width: 260px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-top .record-list > div:nth-child(2), .page-top .record-list > div:nth-child(3) {
    width: calc(50% - 5px);
  }
  .page-top .record-list > div:nth-child(2) img, .page-top .record-list > div:nth-child(3) img {
    width: 238px;
    max-width: 100%;
  }
  .page-top .record-list > div:nth-child(2) img {
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) {
  .page-top .record-list {
    gap: 30px;
  }
}
.page-top .service-header {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-top .service-header {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .service-header {
    padding-left: 1em;
    font-size: 32px;
  }
}
.page-top .service-header span {
  color: #E64E35;
  -webkit-text-stroke: 0 currentColor;
  text-stroke: 0 currentColor;
}
.page-top .service-list {
  list-style-type: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page-top .service-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    margin: 0 auto 73px;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .service-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px 30px;
    margin: 0 auto 128px;
  }
}
.page-top .service-item {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.page-top .service-item:first-child::before, .page-top .service-item:first-child::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
}
.page-top .service-item:first-child::before {
  background-color: #E55135;
  top: 19%;
  left: -2%;
}
.page-top .service-item:first-child::after {
  background-color: #FED642;
  top: 4%;
  left: 30%;
}
.page-top .service-item:nth-child(2)::before {
  content: "";
  width: 114px;
  height: 114px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #FED642;
  top: 14%;
  right: -11%;
  opacity: 0.6;
}
.page-top .service-item:nth-child(3)::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #E55135;
  top: 26%;
  left: -11%;
  opacity: 0.6;
}
.page-top .service-item:nth-child(4)::before, .page-top .service-item:nth-child(4)::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
}
.page-top .service-item:nth-child(4)::before {
  background-color: #E55135;
  top: 38%;
  right: -2.5%;
}
.page-top .service-item:nth-child(4)::after {
  background-color: #FED642;
  top: 7%;
  right: 15%;
}
.page-top .service-item:nth-child(5)::before, .page-top .service-item:nth-child(5)::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
}
.page-top .service-item:nth-child(5)::before {
  background-color: #E55135;
  top: 24%;
  right: 9.5%;
}
.page-top .service-item:nth-child(5)::after {
  background-color: #FED642;
  top: 7%;
  right: 34%;
}
.page-top .service-img {
  display: block;
  width: 100%;
}
.page-top .service-title {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  gap: 0.4em;
  margin: 24px 20px 15px;
}
@media only screen and (min-width: 992px) {
  .page-top .service-title {
    font-size: 21px;
  }
}
.page-top .service-title span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.page-top .service-title span::before, .page-top .service-title span::after {
  content: "";
  display: block;
  position: absolute;
}
.page-top .service-title span::before {
  width: 25px;
  height: 25px;
  border: 1px solid #E55135;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s;
}
.page-top .service-title span::after {
  border: 6px solid transparent;
  border-left: 9px solid #E55135;
  top: 50%;
  left: calc(50% - 3px);
  transform: translateY(-50%);
  transition: border-color 0.3s;
}
.page-top .service-link {
  color: inherit;
  text-decoration: none;
}
.page-top .service-link:hover img {
  opacity: 0.6;
}
.page-top .service-link:hover .service-title span::before {
  background-color: #E55135;
}
.page-top .service-link:hover .service-title span::after {
  border-left-color: #fff;
}
.page-top .service-link.disabled {
  pointer-events: none;
}
.page-top .service-text {
  margin: 0 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .page-top .service-text {
    font-size: 15px;
  }
}
.page-top .cta-title {
  font-size: calc(1.3rem + 0.6vw);
}
@media only screen and (min-width: 992px) {
  .page-top .cta-title {
    font-size: 2.3rem;
  }
}
.page-top .cta-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-top .cta-lead {
    font-size: 1.3rem;
  }
}
.page-top .cta-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-top .cta-text {
    font-size: 1.1rem;
  }
}
.page-top .cta-note {
  font-size: 0.7rem;
}
.page-top .img-icon-click {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-80%, 7%);
}
@media only screen and (min-width: 992px) {
  .page-top .img-108_girls {
    width: 250px;
    margin-top: -35%;
  }
}
@media only screen and (min-width: 992px) {
  .page-top .cta-box {
    margin-top: 100px;
    border-width: 6px !important;
    border-radius: 18px !important;
  }
}
.page-zeirishi {
  overflow-x: hidden;
}
.page-zeirishi .fw-800 {
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .text-md-dark-blue {
    color: #1b4685;
  }
}
.page-zeirishi .bg-green {
  background-color: #4f943f;
}
.page-zeirishi .bg-label-green {
  background-color: #C4DE5A;
}
.page-zeirishi .bg-dark-orange {
  background-color: #e44c34;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .bg-dark-orange {
    background-color: #d35940;
  }
}
.page-zeirishi .bg-green-gradient {
  background: linear-gradient(to bottom, #ffffff 30%, #e0f2bc 100%);
}
.page-zeirishi .bg-green-gradient-voice {
  background: linear-gradient(to bottom, #ffffff 20%, #e0f2bc 100%);
}
.page-zeirishi .bg-gray-gradient {
  background: linear-gradient(to bottom, #f0f0f0 40%, #ffffff 60%);
}
.page-zeirishi .bg-green-gradient-plan {
  background: linear-gradient(to top, #ffffff 30%, #e0f2bc 100%);
}
.page-zeirishi .bg-green-gradient-plan.bottom-arrow-down::after, .page-zeirishi .bg-green-gradient-plan.bottom-arrow-down--gray::after, .page-zeirishi .bg-green-gradient-plan.bottom-arrow-down--white::after {
  border-top: 30px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .bg-green-gradient-plan.bottom-arrow-down::after, .page-zeirishi .bg-green-gradient-plan.bottom-arrow-down--gray::after, .page-zeirishi .bg-green-gradient-plan.bottom-arrow-down--white::after {
    border-top: 70px solid #ffffff;
  }
}
.page-zeirishi .bg-base-orange {
  background-color: #fff9f7;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .bg-md-light-gray {
    background-color: #f1f3f5;
  }
}
.page-zeirishi .text-bright-orange {
  color: #ff5629;
}
.page-zeirishi .border-dark-orange {
  border: 1px solid #e44c34;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .border-dark-orange {
    border: 1px solid #d35940;
  }
}
.page-zeirishi .border-yellow {
  border: 1px solid #fae36e;
}
.page-zeirishi .bg-footer-cta {
  background-color: #489429;
}
.page-zeirishi .bottom-arrow-down, .page-zeirishi .bottom-arrow-down--gray, .page-zeirishi .bottom-arrow-down--white {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .bottom-arrow-down, .page-zeirishi .bottom-arrow-down--gray, .page-zeirishi .bottom-arrow-down--white {
    margin-bottom: 70px;
  }
}
.page-zeirishi .bottom-arrow-down::after, .page-zeirishi .bottom-arrow-down--gray::after, .page-zeirishi .bottom-arrow-down--white::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 30px solid #e0f2bc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .bottom-arrow-down::after, .page-zeirishi .bottom-arrow-down--gray::after, .page-zeirishi .bottom-arrow-down--white::after {
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 70px solid #e0f2bc;
  }
}
.page-zeirishi .bg-light-green {
  background-color: #f2fae5;
}
.page-zeirishi .bg-light-green.bottom-arrow-down::after, .page-zeirishi .bg-light-green.bottom-arrow-down--gray::after, .page-zeirishi .bg-light-green.bottom-arrow-down--white::after {
  border-top: 30px solid #f2fae5;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .bg-light-green.bottom-arrow-down::after, .page-zeirishi .bg-light-green.bottom-arrow-down--gray::after, .page-zeirishi .bg-light-green.bottom-arrow-down--white::after {
    border-top: 70px solid #f2fae5;
  }
}
.page-zeirishi .bottom-arrow-down--white {
  margin-bottom: 0;
}
.page-zeirishi .bottom-arrow-down--white::after {
  border-top: 30px solid #fff;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .bottom-arrow-down--white::after {
    border-top: 70px solid #fff;
  }
}
.page-zeirishi .bottom-arrow-down--gray::after {
  border-top: 30px solid #f1f3f5;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .bottom-arrow-down--gray::after {
    border-top: 70px solid #f1f3f5;
  }
}
.page-zeirishi .bg-top {
  background: url(../img/zeirishi/top_back_sp.png) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .bg-top {
    background: url(../img/zeirishi/top_back.png) no-repeat center center/cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-zeirishi .img-top-label {
    width: 30%;
  }
  .page-zeirishi .img-top-title {
    width: calc(70% - 0.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .img-top-people {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0.6em);
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .img-top-people {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 7.5%;
    width: 47%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .img-top-people {
    max-width: 580px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-zeirishi .img-top-people {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .img-top-pmark {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .img-top-pmark {
    width: 50%;
    max-width: 518px;
  }
}
.page-zeirishi .top-sub-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 8px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .top-sub-title {
    flex-direction: column;
    justify-content: center;
    font-size: .9em;
  }
}
.page-zeirishi .top-sub-title > div:not(:last-child) {
  font-size: 1.2em;
  background-color: #fff;
  padding: 0.2em 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .top-sub-title > div:not(:last-child) {
    font-size: clamp(1rem, 0.225rem + 1.617vi, 1.438rem);
  }
}
@media only screen and (min-width: 1200px) {
  .page-zeirishi .top-sub-title > div:not(:last-child) {
    font-size: 1.2em;
  }
}
.page-zeirishi .top-sub-title > div:last-child {
  font-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .top-sub-title > div:last-child {
    font-size: clamp(1.063rem, 0.066rem + 2.079vi, 1.625rem);
  }
}
@media only screen and (min-width: 1200px) {
  .page-zeirishi .top-sub-title > div:last-child {
    font-size: 1.2em;
  }
}
.page-zeirishi .top-list {
  display: inline-flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .top-list {
    width: 80%;
    gap: 10px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .top-list {
    width: 60%;
  }
}
.page-zeirishi .top-list li {
  background-color: #fff;
  padding: 0.4em .8em;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 374px) {
  .page-zeirishi .top-list li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .top-list li {
    padding: 0.2em 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .top-list li {
    font-size: 1em;
    padding: 0.2em .4em;
  }
  .page-zeirishi .top-text-sm {
    font-size: 9px!important;
  }

  .page-zeirishi .top-text-wrapper {
    text-align: center;
  }
}
.page-zeirishi .top-text {
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (max-width: 374px) {
  .page-zeirishi .top-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .top-text {
    display: inline-block;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .top-text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .top-text {
    font-size: 23px;
  }
}
.page-zeirishi .top-text-sm {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .top-text-sm {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .top-text-sm {
    font-size: 16px;
  }
}
.page-zeirishi .record-list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .record-list {
    flex-wrap: wrap;
    gap: 16px 6px;
  }
  .page-zeirishi .record-list > div:first-child {
    width: 100%;
  }
  .page-zeirishi .record-list > div:first-child img {
    margin-left: auto;
    margin-right: auto;
  }
  .page-zeirishi .record-list > div:nth-child(2),
  .page-zeirishi .record-list > div:nth-child(3) {
    width: calc(50% - 6px);
  }
  .page-zeirishi .record-list > div:nth-child(2) img {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .record-list {
    gap: 2em;
  }
}
.page-zeirishi .img-nayami-image {
  max-width: 800px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .page-zeirishi .img-nayami-image {
    max-width: 900px;
  }
}
.page-zeirishi .feature-lead {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .feature-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .feature-lead {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.page-zeirishi .feature-lead-box {
  border-radius: 8px;
  border: 2px solid #167101;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .feature-lead-box {
    margin-top: -15px;
            font-size: 1em;
        font-weight: 600;
  }

}
@media only screen and (min-width: 768px) {
  .page-zeirishi .feature-lead-box {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .feature-lead-box p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .feature-lead-box p {
    font-size: 2.2rem;
  }
}
.page-zeirishi .feature-box {
  display: flex;
  align-items: center;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .page-zeirishi .feature-box {
    flex-direction: column;
    gap: 1em;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-zeirishi .feature-box:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-zeirishi .feature-box:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .feature-box {
    gap: 2em;
  }
  .page-zeirishi .feature-box:not(:last-child) {
    margin-bottom: 120px;
  }
}
.page-zeirishi .feature-box-image {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .feature-box-image {
    width: 44%;
  }
}
.page-zeirishi .feature-box-image img {
  max-width: 500px;
}
.page-zeirishi .img-feature01 {
  width: 44%;
}
.page-zeirishi .img-feature02 {
  width: 50%;
}
.page-zeirishi .img-feature03 {
  width: 60%;
}
.page-zeirishi .img-feature04 {
  width: 60%;
}
.page-zeirishi .feature-box-desc {
  flex: 1;
}
.page-zeirishi .feature-title {
  font-size: 1.3rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .feature-title {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .feature-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.page-zeirishi .feature-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .feature-text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .feature-text {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .feature-text {
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .img-feature-image {
    width: 73%;
    transform: translateX(-19%);
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .img-feature01 {
    width: 256px;
  }
  .page-zeirishi .img-feature02 {
    width: 316px;
  }
  .page-zeirishi .img-feature03 {
    width: 422px;
  }
  .page-zeirishi .img-feature04 {
    width: 465px;
  }
}
.page-zeirishi .icon-num, .page-zeirishi .icon-num--reason {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40%, -50%);
  background-color: #fed642;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .icon-num, .page-zeirishi .icon-num--reason {
    width: 68px;
    height: 68px;
  }
}
.page-zeirishi .icon-num span, .page-zeirishi .icon-num--reason span {
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .icon-num span, .page-zeirishi .icon-num--reason span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .icon-num span, .page-zeirishi .icon-num--reason span {
    font-size: 2rem;
  }
}
.page-zeirishi .feature-caption-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.page-zeirishi .feature-caption {
  background-color: #4f943f;
  color: #fff;
  border-radius: 20px;
  padding: 0.4em 1.2em 0.3em;
}
.page-zeirishi .feature-num {
  color: #4f943f;
  font-weight: bold;
  font-size: 2.6rem;
}
.page-zeirishi .adaptability-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .adaptability-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .adaptability-title {
    font-size: 2.7rem;
        letter-spacing: .15em;
        line-height: 1.8;
  }
}
.page-zeirishi .adaptability-title span {
  font-size: calc(1.275rem + 0.3vw);
  border-radius: 20px;
  padding: 0.1em 1em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .adaptability-title span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .adaptability-title span {
    border-radius: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .adaptability-title span {
    font-size: 2.9rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .img-adaptability {
    width: 90%;
    max-width: 800px;
  }
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .img_108_girls_large {
    max-width: 230px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-zeirishi .img_108_girls_large {
    max-width: 270px;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .reason-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 34px;
  }
}
.page-zeirishi .reason-box {
  position: relative;
}
.page-zeirishi .reason-box:not(:last-child) {
  margin-bottom: 37px;
}
.page-zeirishi .reason-image {
  border-radius: 14px;
  text-align: center;
  display: block;
  padding: 15px 0;
  background-color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .reason-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .reason-image {
    height: 200px;
  }
}
.page-zeirishi .reason-title {
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .reason-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .reason-title {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .reason-title {
    font-size: 1.25rem;
    letter-spacing: .1em;
  }
}
.page-zeirishi .reason-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .reason-text {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .reason-text {
    font-size: 1rem;
    letter-spacing: .1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-zeirishi .img-reason04 {
    width: 137px;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .img-reason01 {
    width: 148px;
  }
  .page-zeirishi .img-reason02 {
    width: 170px;
  }
  .page-zeirishi .img-reason03 {
    width: 214px;
  }
  .page-zeirishi .img-reason04 {
    width: 215px;
  }
  .page-zeirishi .img-reason05 {
    width: 152px;
  }
  .page-zeirishi .img-reason06 {
    width: 186px;
  }
}
.page-zeirishi .icon-num--reason {
  background-color: #4f943f;
  color: #fff;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .icon-num--reason {
    width: 44px;
    height: 44px;
  }
}
.page-zeirishi .icon-num--reason span {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .icon-num--reason span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .icon-num--reason span {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .voice-box-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.page-zeirishi .voice-box:not(:last-child) {
  margin-bottom: 54px;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .voice-box {
    width: calc(50% - 40px);
  }
}
.page-zeirishi .voice-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .voice-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .voice-lead {
    font-size: 1.5rem;
  }
}
.page-zeirishi .voice-title {
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .voice-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .voice-title {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.page-zeirishi .voice-title br.d-md-block {
  display: none;
}
.page-zeirishi .voice-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .voice-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .voice-text {
    line-height: 1.7;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .voice-text {
    font-size: 1rem;
    letter-spacing: .1em;
  }
}
.page-zeirishi .img-voice-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .img-voice-image {
    margin-bottom: 1em;
    width: 40%;
    max-width: 244px;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .img-voice-image {
    width: 100%;
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .img-voice-image {
    max-width: 244px;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .img-voice {
    width: 168px;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .support-box-wrapper {
    max-width: 784px;
    margin: 0 auto;
    padding-top: 60px;
  }
}
.page-zeirishi .support-box {
  border: 1px solid #dedede;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .support-box {
    padding: 20px 20px 12px;
  }
}
.page-zeirishi .support-box:not(:last-child) {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .support-box:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .support-box:last-child {
    padding-bottom: 20px;
  }
}
.page-zeirishi .support-head {
  background-color: #E8F6CD;
  border-radius: 6px;
  padding: 0.2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .support-head {
    padding: 0.3em;
  }
}
.page-zeirishi .support-foot {
  background-color: #F7F7F7;
  border-radius: 2px;
  padding: 0.2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .support-foot {
    background-color: #E4F4C5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.7em;
  }
}
.page-zeirishi .support-foot-title {
  background-color: #75AC06;
  color: #fff;
  display: inline-block;
  padding: 0 2em;
  border-radius: 2px;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .support-foot-title {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .support-foot-title {
    font-size: 1rem;
  }
}
.page-zeirishi .support-title {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .support-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .support-title {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.page-zeirishi .support-text {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .support-text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .support-text {
    font-size: 1.1rem;
  }
}
.page-zeirishi .support-foot-list {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .support-foot-list {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .support-foot-list {
    font-size: .9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-lead-box {
    display: flex;
    gap: 37px;
    align-items: center;
  }
}
.page-zeirishi .case-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-lead {
    flex: 1;
    padding-right: 12.5%;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-lead {
    line-height: 2;
        font-size: 1.2rem;
        letter-spacing: .07em;
        font-weight: 400 !important;
  }
}
.page-zeirishi .case-box-title {
  background-color: #75AC06;
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: bold;
  padding: 0.4em 0.1em;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-title {
    padding: 0.8em 0.1em;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.page-zeirishi .case-box-title span {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-box-title span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-box-title span {
    font-size: 2rem;
  }
}
.page-zeirishi .case-box-body {
  display: grid;
  grid-template-columns: auto 18%;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-body {
    grid-template-columns: auto 200px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-box-body {
    grid-template-columns: auto 280px;
  }
}
.page-zeirishi .case-box-main {
  border-left: 2px solid #287C14;
  border-right: 2px solid #287C14;
  border-bottom: 1px dashed #287C14;
  background-color: #E0F2BE;
  padding: 1em 0.5em 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-main {
    border-bottom: 2px dashed #287C14;
  }
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-box-main {
    padding: 20px 30px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-box-main {
    padding: 25px 86px 60px;
  }
}
.page-zeirishi .case-box-sub {
  border-right: 2px solid #287C14;
  border-bottom: 1px dashed #287C14;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-sub {
    border-bottom: 2px dashed #287C14;
  }
}
.page-zeirishi .case-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-title {
    gap: 1em;
  }
}
.page-zeirishi .case-title h3 {
  margin-top: 0.3em;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-title h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-title h3 {
    font-size: 1.2rem;
  }
}
.page-zeirishi .case-chat-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-zeirishi .case-chat-item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-chat-item {
    align-items: center;
  }
}
.page-zeirishi .case-chat-item:not(:last-child) {
  margin-bottom: 10px;
}
.page-zeirishi .case-staff, .page-zeirishi .case-client {
  flex-shrink: 0;
  text-align: center;
}
.page-zeirishi .case-staff p, .page-zeirishi .case-client p {
  font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-client p {
    margin-top: 0.4em;
  }
}
.page-zeirishi .case-staff-title {
  display: flex;
  align-items: center;
  gap: 0.2em;
  line-height: 1.1;
  margin-top: 0.2em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-staff-title {
    margin-top: 0.3em;
  }
}
.page-zeirishi .case-staff-title p {
  font-size: 0.5rem;
}
.page-zeirishi .case-speech {
  border: 1px solid #e54e34;
  border-radius: 6px;
  background-color: #fff;
  margin-top: 0.5em;
  margin-right: 8%;
  position: relative;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-speech {
    border-width: 2px;
    margin-top: -1em;
    margin-right: 18%;
  }
}
.page-zeirishi .case-speech-text {
  margin: 0;
  padding: 0.2em 0.4em;
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-speech-text {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-speech-text {
    padding: 0.6em;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-speech-text {
    font-size: 0.95rem;
  }
}
.page-zeirishi .case-chat-item--staff {
  gap: 0.2em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-chat-item--staff {
    gap: 30px;
  }
}
.page-zeirishi .case-chat-item--staff .case-speech::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #e54e34;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 5px);
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-chat-item--staff .case-speech::after {
    border-top: 10px solid transparent;
    border-right: 10px solid #e54e34;
    border-bottom: 10px solid transparent;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
.page-zeirishi .case-chat-item--client {
  justify-content: flex-end;
  gap: 0.8em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-chat-item--client {
    gap: 30px;
  }
}
.page-zeirishi .case-chat-item--client .case-speech {
  border-color: #000;
  margin-right: 0;
  margin-left: 8%;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-chat-item--client .case-speech {
    margin-left: 18%;
  }
}
.page-zeirishi .case-chat-item--client .case-speech::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 5px);
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-chat-item--client .case-speech::after {
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    top: 50%;
    transform: translate(100%, -50%);
  }
}
.page-zeirishi .case-chat-item--client .case-speech-text {
  font-weight: bold;
}
.page-zeirishi .case-box-1 {
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .case-box-1 .case-box-body:last-child .case-box-main {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-1 {
    margin-bottom: 100px;
  }
}
.page-zeirishi .case-box-1 .case-box-body:nth-child(2) .case-box-main,
.page-zeirishi .case-box-2 .case-box-body:nth-child(2) .case-box-main {
  padding-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-1 .case-box-body:nth-child(2) .case-box-main,
  .page-zeirishi .case-box-2 .case-box-body:nth-child(2) .case-box-main {
    padding-bottom: 0.8em;
  }
}
.page-zeirishi .case-box-body:last-child .case-box-main {
  border-bottom-left-radius: 11px;
  border-bottom: 2px solid #287C14;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-body:last-child .case-box-main {
    border-bottom-left-radius: 20px;
  }
}
.page-zeirishi .case-box-body:last-child .case-box-sub {
  border-bottom-right-radius: 11px;
  border-bottom: 2px solid #287C14;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-body:last-child .case-box-sub {
    border-bottom-right-radius: 20px;
  }
}
.page-zeirishi .case-box-2 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .case-box-2 .case-box-body:last-child .case-box-main {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-2 {
    margin-bottom: 60px;
  }
}
.page-zeirishi .case-box-sub {
  padding: 1em 0.3em 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-box-sub {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-box-sub {
    padding: 35px 75px;
  }
}
.page-zeirishi .case-sub-inner, .page-zeirishi .case-sub-inner--short {
  background-color: #dedede;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0.3em 0.2em 0.6em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-sub-inner, .page-zeirishi .case-sub-inner--short {
    background-color: #b1b1b1;
    border-radius: 6px;
    padding: 0.3em 0.4em 0.6em;
  }
}
.page-zeirishi .case-sub-top {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-sub-top {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-sub-top {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-sub-top {
    font-size: 1.1em;
  }
}
.page-zeirishi .case-sub-middle {
  position: relative;
  flex-grow: 1;
}
.page-zeirishi .case-sub-middle::before {
  content: "";
  border-right: 2px dashed #fff;
  height: 92%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-sub-middle::before {
    border-width: 3px;
  }
}
.page-zeirishi .case-sub-middle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-sub-middle::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
  }
}
.page-zeirishi .case-sub-bottom {
  background-color: #000;
  color: #fff;
  border-radius: 2px;
  width: 100%;
  display: grid;
  place-content: center;
  line-height: 1.2;
  padding: 0.6em 0.4em;
  font-size: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-sub-bottom {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-sub-bottom {
    border-radius: 6px;
    padding: 0.8em 0.6em;
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-sub-bottom {
    font-size: 1rem;
  }
}
.page-zeirishi .case-sub-inner--short {
  justify-content: flex-start;
  height: auto;
}
.page-zeirishi .case-sub-inner--short .case-sub-image {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-sub-inner--short .case-sub-image {
    margin-bottom: 0.6em;
  }
}
.page-zeirishi .case-bottom-box {
  border: 1px solid #e54e34;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.8em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-bottom-box {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-bottom-box {
    padding: 35px 85px;
  }
}
.page-zeirishi .case-box-1 .case-bottom-box {
  border: 1px solid #e54e34;
  background-color: #fff;
  border-radius: 6px;
}
.page-zeirishi .case-bottom-box-inner {
  border: 1px solid #bababa;
  background-color: #fdfdfd;
  border-radius: 6px;
  padding: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-bottom-box-inner {
    padding: 1em 1.5em;
  }
}
.page-zeirishi .case-bottom-box-inner > p {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-bottom-box-inner > p {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-bottom-box-inner > p {
    font-size: 0.8rem;
  }
}
.page-zeirishi .case-points100 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 30%) rotate(-16deg);
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-points100 {
    transform: translate(47.5%, 22%) rotate(0);
  }
  .page-zeirishi .case-points100 img {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-points100 img {
    width: 181px;
  }
}
.page-zeirishi .case-points100.position-bottom {
  transform: translate(50%, 30%) rotate(-16deg);
}
@media only screen and (max-width: 374px) {
  .page-zeirishi .case-points100.position-bottom {
    transform: translate(70%, 30%) rotate(-16deg);
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .case-points100.position-bottom {
    transform: translate(44%, 22%) rotate(0);
  }
}
.page-zeirishi .case-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-text {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-text {
    font-size: 1.2rem;
  }
}
.page-zeirishi .case-bottom-box-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .case-bottom-box-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .case-bottom-box-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .img-108_logo {
    width: 30px;
  }
  .page-zeirishi .img-staff,
  .page-zeirishi .img-client {
    width: 76px;
  }
  .page-zeirishi .img-client-other {
    width: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-lead-wrapper {
    display: flex;
    padding: 0 35px;
    gap: 35px;
    margin-bottom: 90px !important;
  }
}
.page-zeirishi .plan-header, .page-zeirishi .plan-header-wide {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
  top: -1em;
  font-size: 0.7rem;
  width: 92%;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .plan-header, .page-zeirishi .plan-header-wide {
    width: auto;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-header, .page-zeirishi .plan-header-wide {
    font-size: 1.1rem;
  }
}
.page-zeirishi .plan-header-wide {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .plan-header-wide {
    width: 60%;
  }
}
.page-zeirishi .plan-header-en {
  top: -2.4em;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .plan-header-en {
    top: -1em;
  }
}
.page-zeirishi .plan-lead-box {
  margin-top: 0.7em;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .plan-lead-box {
    margin-top: 2.5em;
  }
}
.page-zeirishi .plan-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .plan-lead {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .plan-lead {
    flex: 1;
    line-height: 1.6;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-lead {
   line-height: 2;
        font-size: 1.2rem;
        letter-spacing: .1em;
        font-weight: 400 !important;
  }
}
.page-zeirishi .plan-border-radius {
  border-radius: 0.375rem 0.375rem 0 0;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .plan-border-radius {
    border-radius: 6px 6px 0 0;
  }
}
.page-zeirishi .plan-title-jp {
  font-size: 0.7rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .plan-title-jp {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .plan-title-jp {
    margin-top: -0.4em;
    margin-right: -0.6em;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-title-jp {
    font-size: 1.2rem;
  }
}
.page-zeirishi .plan-title-en {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .plan-title-en {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-title-en {
    font-size: 3.5rem;
  }
}
.page-zeirishi .plan-label {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .plan-label {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-label {
    font-size: 1rem;
  }
}
.page-zeirishi .plan-text {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .plan-text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-text {
    font-size: 2.5rem;
  }
}
.page-zeirishi .plan-text-sm {
  font-size: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-text-sm {
    font-size: 0.8rem;
  }
}
.page-zeirishi .plan-text-md {
  font-size: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-text-md {
    font-size: 1rem;
  }
}
.page-zeirishi .plan-text-xs {
  font-size: 0.6rem;
}
.page-zeirishi .plan-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .plan-note {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .plan-text-md-sm {
    font-size: 0.8rem !important;
  }
  .page-zeirishi .plan-text-md-md {
    font-size: 1.4rem !important;
  }
  .page-zeirishi .img-price {
    width: 414px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .page-zeirishi .img-picto {
    width: 57px;
  }
}
.page-zeirishi .option-text {
  font-size: calc(1.325rem + 0.9vw);
}
.page-zeirishi .option-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .option-note {
    font-size: 0.7rem;
  }
}
.page-zeirishi .bg-label-blue {
  background-color: #3171b7;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .img-plus-icon {
    width: 68px;
  }
}
.page-zeirishi .guarantee-text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .guarantee-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .guarantee-text {
    border: 1px solid #09225a;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 2;
  }
}
.page-zeirishi .guarantee-note {
  font-size: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .guarantee-note {
    font-size: 0.78rem;
    line-height: 1.5;
  }
}
.page-zeirishi .faq-title {
  color: #167101;
}
.page-zeirishi .bg-base-faq {
  background-color: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .img-icon-q {
    width: 32px;
  }
}
.page-zeirishi .cta-title {
  font-size: calc(1.3rem + 0.6vw);
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .cta-title {
    font-size: 2rem;
  }
}
.page-zeirishi .cta-lead {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .cta-lead {
    font-size: .9rem;
  }
}
.page-zeirishi .cta-text {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .cta-text {
    font-size: 1.1rem;
  }
}
.page-zeirishi .cta-note {
  font-size: 0.7rem;
}
.page-zeirishi .img-icon-click {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-80%, 7%);
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .img-108_girls {
    width: 250px;
    margin-top: -35%;
  }
}
.page-zeirishi .cta-box {
  border-color: #99D881;
  border-style: solid;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .cta-box {
    border-width: 6px !important;
    border-radius: 18px !important;
  }
}
.page-zeirishi .ntt-title {
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .ntt-title {
    font-size: 1.3rem;
  }
}
.page-zeirishi .ntt-text {
  font-size: 0.7rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .ntt-text {
    font-size: 0.9rem;
  }
}
.page-zeirishi .ntt-list {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
  font-size: 0.6rem;
  padding-left: 1.5em;
}
@media only screen and (min-width: 576px) {
  .page-zeirishi .ntt-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    column-gap: 5em;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-zeirishi .text-large {
    font-size: 1.2em;
    font-weight: bold;
  }
  .page-zeirishi .block-subtitle {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .page-zeirishi .block-title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 2px solid #000;
    position: relative;
  }
  .page-zeirishi .block-title::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .page-zeirishi .block-img {
    width: 100%;
  }
  .page-zeirishi .plan-inside-box {
    padding: 0.5em;
  }
  .page-zeirishi .plan-point-box {
    width: 48%;
    margin: 1%;
  }
  .page-zeirishi .plan-detail-box {
    width: 23%;
    margin: 1%;
    font-size: 0.6rem;
    background: #f1f3f5;
  }
  .page-zeirishi .box-large .plan-detail-box {
    width: 31%;
  }
  .page-zeirishi .plan-detail-title {
    font-size: 0.4rem;
  }
  .page-zeirishi .plan-detail-title-mini {
    font-size: 0.35rem;
    padding: 0.2em 0;
  }
  .page-zeirishi .option-box {
    width: 48%;
    margin: 1%;
  }
  .page-zeirishi .option-title {
    font-size: 0.7rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2em 1em;
  }
  .page-zeirishi .option-price {
    font-size: 0.8rem;
  }
  .page-zeirishi .option-description {
    font-size: 0.7rem;
  }
  .page-zeirishi .faq-icon {
    width: 100%;
    padding-top: 0.5em;
  }
  .page-zeirishi .faq-detail {
    width: 100%;
  }
  .page-zeirishi .faq-title {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .page-zeirishi .faq-body {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-zeirishi .text-large {
    font-size: 1.2em;
    font-weight: bold;
  }
  .page-zeirishi .block-subtitle {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .page-zeirishi .block-title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 14px;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    position: relative;
    max-width: 783px;
    letter-spacing: 0.05em;
  }
  .page-zeirishi .block-title::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .page-zeirishi .block-img {
    width: 50%;
  }
  .page-zeirishi .plan-inside-box {
    padding: 1.5em;
  }
  .page-zeirishi .plan-point-box {
    width: 23%;
    margin: 1%;
  }
  .page-zeirishi .plan-detail-box {
    font-size: 0.7rem;
    width: 31%;
    margin: 0.5% 1%;
  }
  .page-zeirishi .plan-detail-title {
    font-size: 1rem;
    color: #1b4685;
  }
  .page-zeirishi .border-dark-green .plan-detail-title {
    color: #489429;
  }
  .page-zeirishi .option-box {
    width: 23%;
    margin: 1%;
  }
  .page-zeirishi .option-title {
    font-size: 0.9rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page-zeirishi .option-price {
    font-size: 0.8rem;
  }
  .page-zeirishi .option-description {
    font-size: 0.7rem;
  }
  .page-zeirishi .faq-icon {
    width: 14%;
  }
  .page-zeirishi .faq-detail {
    width: 85%;
  }
  .page-zeirishi .faq-title {
    font-size: 1.3rem;
  }
  .page-zeirishi .faq-body {
    font-size: 1rem;
  }
  .page-zeirishi .col-md-chat-icon {
    width: 12.499999995%;
  }
  .page-zeirishi .col-md-chat-description {
    width: 87.5%;
  }
}
@media only screen and (min-width: 992px) {
  .page-zeirishi .block-title {
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
  .page-zeirishi .block-title-md {
    font-size: 2.2rem !important;
    letter-spacing: .1em;
  }
}

@media only screen and (max-width: 768px) {
  .page-zeirishi .support-title {
    font-weight: 600;
  }
  .page-zeirishi .case-lead{
    font-weight: 400!important;
  }
  .page-zeirishi .case-speech-text{
    padding: .4em .6em;
  }
  .block-title-md {
    font-size: 1.2rem !important;
  }
  .page-judicial .top-text {
  font-size: 0.8rem;
  }
  .page-judicial .feature-lead-box {
  padding: 1em 0;
  }
  .page-judicial .feature-text {
    font-size: 0.7rem;
    padding: 0 3em;
  }
  .page-judicial .adaptability-title {
    font-size: 1.15rem;
  }
  .page-judicial .support-title {
    font-weight: 600;
  }
  .page-judicial .case-lead,
  .plan-lead {
    font-weight: 400!important;
    font-size: .85em;
  }

}

.fw-500 {
  font-weight: 500;
}
.fs-4.fw-bold.p-1 {
  margin-right: .2em;
  border-radius: .2em;
}
.mt42 {
  margin-top: 2.2em!important;
}

.topmsgfigureline {
  line-height: 1.4;
  font-weight: 600;
}
.mt-5 {
  margin-top: 5em!important;
}
.px-2 {
  letter-spacing: .02em;
}
.p-2 {
    padding: 1rem !important;
}
.letterspa03 {
  letter-spacing: .03em;
}
@media only screen and (max-width: 768px) {
  .page-sharosi .top-sub-title > div:not(:last-child),
  .page-sharosi .top-sub-title > div:last-child {
    font-size: 1.2em;
  }
  .page-sharosi .cta-text,
  .page-sharosi .cta-lead,
  .page-sharosi .guarantee-text {
    font-size: .8em;
  }
  .page-sharosi .adaptability-title{
    font-size: 1.2em;
  }
  .page-sharosi .case-lead {
    font-weight: 400!important;
  }
  .page-sharosi .support-title,
  .page-sharosi .feature-lead-box {
    font-weight: 600;
  }
  .page-sharosi .case-speech-text,
  .page-sharosi .top-list li{
    padding: .4em .6em;
  }
  .page-zeirishi .option-text,
  .page-zeirishi .cta-title {
  font-size: calc(1rem + 0.9vw);
  }
  .page-zeirishi .cta-lead,
  .page-zeirishi .cta-text{
    font-size: .8em;
  }
  .page-zeirishi .adaptability-title{
    font-size: 1.2em;
  }
    .page-zeirishi .feature-title{
    font-size: 1.2rem;
  }
  .page-gyosei .top-list li {
    background-color: #fff;
    padding: 0.4em .8em;
    font-size: 14px;
    font-weight: bold;
}
  .page-gyosei .case-speech-text{
    padding: .4em .6em;
  }
  .page-gyosei .support-title{
    font-weight: 600;
  }
  .page-judicial .cta-lead,
  .page-gyosei .cta-lead {
    font-size: .8rem;
  }
  .plan-point-box > .d-flex {
    flex-wrap: wrap;
  }
  .page-judicial .cta-title {
    font-size: calc(1rem + 0.6vw);
  }
  .page-judicial .cta-text{
    font-size: 0.8rem;
  }
  .spnone {
    display: none!important;
  }
  .spfs8 {
    font-size: .8em;
  }
  .fs-2 {
    font-size: calc(1rem + .9vw) !important;
  }
  .fs-6 {
    font-size: calc(.6rem + .9vw) !important;
  }
  .fs-9 {
    font-size: calc(.2rem + .9vw) !important;
  }
  .sptitlefs {
    font-size: 1.2rem!important;
  }
  .sptextfs {
    font-size: .7rem;
  }

  .footer-link {
    font-size: .6em;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    justify-content: space-between;
  }
}

@media (min-width: 1025px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: space-evenly;
        position: relative;
        @media (max-width: 1760px) {
          justify-content: space-between;
          /* justify-content: initial; */
          font-size: 90%;
        }
        ul li.ms-4{
          @media (max-width: 1400px) {
            margin-left: 1rem!important;
          }
        }
      &.notice{
        @media (max-width: 1760px) {
          justify-content: initial;
        }
        ul li:not(.dbb,.bb,.ob) a{
          /* font-size: 100%!important; */
          font-size: 14.5px;
        }
      }
    }
}
.logoattach {
  position: absolute;
    line-height: 1.4;
    padding-top: .8em;

}
.attach10 {
  margin-right: 20px;
}

.dbb a {
  background-color: #1B4685;
  border-radius: 4px;
  color: #fff;
}

.bb a {
background-color: #1F60F2;
color: #fff;
  border-radius: 4px;
}
.ob a {
background-color: #E55635;
color: #fff;
  border-radius: 4px;
  min-width: 154px;
}

.nnavimg {
  width: 16px;
  height: fit-content;
  margin-right: 6px;
  @media (min-width: 1501px) {
    height: auto;
  }
}
.ob a {
  display: flex;
  position: relative;
}
.ob a p {
  display: grid;
  margin-bottom: 0;

}
.nnaviex {
    font-size: 6px;
    font-weight: 400;
    letter-spacing: .05em;
     @media (min-width: 1501px) {
       position: absolute;
       top: 28px;
     }

}

.d-md-block-menu-pc{
  display: block;
  @media (max-width: 1024px) {
    display: none;
  }
  ul li:not(.dbb,.bb,.ob) a{
    @media (max-width: 1500px) {
      padding-left: 0px!important;
      font-size: 90%;
      height: 100%;
    }
    @media (max-width: 1070px) {
      font-size: 75%;
    }
  }
  ul li.btn-nav a{
    @media (max-width: 1500px) {
      font-size: 85%;
      height: 100%;
      display: flex;
      align-items: center;
    }
    @media (max-width: 1070px) {
      font-size: 80%;
    }
  }
}
.d-md-block-menu-sp{
  display: none;
  @media (max-width: 1024px) {
    display: block;
  }
}

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


p.exp {

  margin: 0;
  font-weight: 500;
}
p.expsm {

  font-size: 10px;
  font-weight: 400;
}

.bn_back {
  background-image: url(../img/law/bg_back_lc.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 12px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 19px 3px #7f9ad2;
    min-height: 200px;
    margin-bottom: 3rem;
}
.bn_flex {
  display: flex;
}
.bn_flex_right {
  width: 30%;
  position: relative;
}
.bn_flex_right img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.bn_flex_left {
  display: flex;
  padding: 4rem 2rem;
  flex-direction: column;
  width: 70%;

}
.bn_flex_left h4 {
  margin-top: 5rem;
}
h3.balloon {
  position: absolute;
    display: inline-block;
    color: #fff;
     font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: 800;
}
h3.balloon span {
    
    padding: 20px 16px 20px 30px;
    border-radius: 35px;
    background: #fff;
    color: #02277B;
    font-size: 1.4rem;
    letter-spacing: 2px;
    left: 0;
    font-weight: 800;
}

h3.balloon span:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px;
    border-color: #fff #fff transparent transparent;
}
h4.bn_text {
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
}

.bn_flex_left .btn {
  background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 3px #00000030;
    padding: 4px 16px 0;
    margin-top: 1rem;
    width: fit-content;

}
.bn_flex_left .btn img {
  scale: 60%;
}
.bn_flex_left .btn  a {
  text-decoration: none;
  color: #2751B0;
  font-weight: 600;
  transition: all 0.5s ease;
}
.bn_flex_left .btn  a:hover {
  font-size: 105%;
  font-weight: 700;
}
.tell_big_btn {
   background-color: #75A3F3;
    padding: .2em 4em 0;
    border-radius: 12px;
    width: fit-content;
    text-align: center;
    margin: 0 auto 3rem;
}
.tell_big_btn a img{
  width: 50px;
  margin-right: 8px;
}
.tell_big_btn a {
 
  font-size: 42px;
  letter-spacing: 4px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}
.tell_big_btn a p.small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.bn_under_btn h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.bn_under_btn h3 {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;

}



@media only screen and (max-width: 767px) { 
  .bn_back{
        background-size: cover;
  }
  .bn_flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .bn_flex_left, .bn_flex_right {
    width: 100%;
    padding: 2rem 1rem 0;
  }
  h3.balloon {
    font-size: 1rem;
    word-break: break-all;
            display: flex;
        flex-direction: column;
        line-height: 2;
        text-align: center;
  }
  h3.balloon span {
    padding: 10px;

    font-size: 1rem;
  }
  h3.balloon span:after {
    bottom: 20px;
    left: 80%;
  }
  .bn_flex_left h4 {
    margin-top: 7rem;
    font-size: .9rem;
    font-weight: 500;
  }
  .bn_flex_right img {
    display: block;
    width: 70%;
        margin: -15% 15% 0;

    position: relative;
  }
  .bn_flex .btn {
    padding: 4px 4px 4px 8px;
    border-radius: 10px;
  }
  .bn_flex_left .btn img:nth-child(1) {
    display: none;
  }
  .bn_flex .btn a {
  font-size: .85rem;
  }
  .bn_under_btn h2 {
    font-size: 1.4rem;
  }
  .bn_under_btn h3 {
    font-size: .8rem;

  }
  .tell_big_btn {
    padding: .2em 1em;
    margin-bottom: 1rem;
  }
  .tell_big_btn a {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .tell_big_btn a img {
    width: 30px;
  }
  .tell_big_btn a p.small {
    font-size: 9px;
  }
  .sp-bm-1 {
    margin-bottom: 1rem!important;
  }
}


p.warning {
  font-size: 10px;
}