.service-nav .content {
  margin-top: 8.4rem;
}
@media only screen and (max-width: 640px) {
  .service-nav .content {
    margin-top: 7.8125vw;
  }
}

.service-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26.3rem;
}
@media only screen and (max-width: 640px) {
  .service-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5625vw 3.125vw;
    height: auto;
  }
}

.service-nav__item {
  width: 22rem;
  height: 100%;
  position: relative;
  margin-right: 1rem;
}
@media only screen and (max-width: 640px) {
  .service-nav__item {
    width: 30%;
    height: 37.5vw;
    margin-right: 0;
  }
}
.service-nav__item::after {
  content: "";
  position: absolute;
  background: rgba(92, 181, 49, 0.1);
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.service-nav__item a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.service-nav__img {
  height: 15.3rem;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .service-nav__img {
    height: 23.75vw;
    margin-top: 1.5625vw;
  }
}
@media only screen and (max-width: 640px) {
  .service-nav__img img {
    height: 100%;
  }
}

.service-nav__title {
  text-align: center;
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px) {
  .service-nav__title {
    font-size: 2.8125vw;
    margin-top: 0;
  }
}

.service-nav__arrow {
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  bottom: 0;
  width: 2.8rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 640px) {
  .service-nav__arrow {
    width: 4.375vw;
  }
}

.c-service__title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 7.2px;
}

.c-service__text {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 640px) {
  .c-service__text {
    text-align: left !important;
  }
}

.trouble__subtitle {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.6px;
}

.trouble__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem 2rem;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .trouble__list {
    grid-template-columns: 1fr;
  }
}

.trouble__item {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: rgba(92, 181, 49, 0.1019607843);
  width: 56rem;
  padding: 3.1rem 0 3.6rem 1.7rem;
}
@media only screen and (max-width: 640px) {
  .trouble__item {
    width: 100%;
    padding: 3.125vw;
    align-items: flex-start;
    border-radius: 12px;
  }
}

.trouble__item-img {
  margin-right: 1.7rem;
}
@media only screen and (max-width: 640px) {
  .trouble__item-img {
    margin-right: 2.65625vw;
  }
  .trouble__item-img img {
    width: 5.625vw;
    vertical-align: top;
  }
}

.trouble__item-text {
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
}

.trouble__arrow {
  text-align: center;
  margin-top: 3.4rem;
}
@media only screen and (max-width: 640px) {
  .trouble__arrow {
    margin-top: 4.6875vw;
  }
}
@media only screen and (max-width: 640px) {
  .trouble__arrow svg {
    width: 7.03125vw;
  }
}

.trouble__support {
  border-radius: 20px;
  border: 6px solid rgba(92, 181, 49, 0.6);
  padding: 5.3rem 6.3rem 5.3rem 9.8rem;
  margin-top: 3.4rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support {
    margin-top: 4.6875vw;
    padding: 4.6875vw 3.125vw;
    border: 0.9375vw solid rgba(92, 181, 49, 0.6);
  }
}

.trouble__support-title {
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 1390px) {
  .trouble__support-title {
    font-size: 2.5899280576vw;
  }
}
@media only screen and (max-width: 1200px) {
  .trouble__support-title {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 640px) {
  .trouble__support-title {
    font-size: 5.15625vw;
    text-align: left !important;
  }
}

.trouble__support-body {
  display: flex;
  margin-top: 4.7rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support-body {
    flex-direction: column-reverse;
    gap: 3.125vw;
    margin-top: 7.03125vw;
  }
}

.trouble__support-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support-list {
    padding-left: 5.9375vw;
    gap: 4.6875vw;
  }
}

.trouble__support__item {
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
  position: relative;
}
@media only screen and (max-width: 1390px) {
  .trouble__support__item {
    font-size: 1.726618705vw;
  }
}
@media only screen and (max-width: 1200px) {
  .trouble__support__item {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .trouble__support__item {
    font-size: 4.0625vw;
  }
}
.trouble__support__item::before {
  content: "";
  position: absolute;
  background: url(../img/service/icon-pen.webp) no-repeat center center;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0.7rem;
  left: -4rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support__item::before {
    width: 3.75vw;
    height: 3.75vw;
    top: 1.5625vw;
    left: -5.46875vw;
  }
}

.trouble__support-img {
  width: 51rem;
}
@media only screen and (max-width: 1390px) {
  .trouble__support-img {
    width: 44.0795159896%;
  }
}
@media only screen and (max-width: 640px) {
  .trouble__support-img {
    width: 100%;
  }
}
.trouble__support-img img {
  border-radius: 12px;
  background: #d9d9d9;
}

.service-flow {
  margin-top: 7.3rem;
}

.service-flow__title {
  font-weight: 700;
}

.service-flow__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.5rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .service-flow__list {
    flex-direction: column;
    gap: 3.125vw;
    margin-bottom: 10.15625vw;
  }
}
.service-flow__list::after {
  content: "";
  position: absolute;
  background: #5CB531;
  width: 88rem;
  height: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .service-flow__list::after {
    width: 0.3rem;
    height: 93.75vw;
    top: 50%;
    left: 8.5%;
    transform: translateY(-50%);
  }
}

.service-flow__item {
  width: 26rem;
}
@media only screen and (max-width: 640px) {
  .service-flow__item {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.service-flow__num {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .service-flow__num {
    width: 15.625vw;
    margin-right: 4.6875vw;
  }
}

@media only screen and (max-width: 640px) {
  .service-flow__body {
    flex: 1;
  }
}

.service-flow__body-title {
  margin: 2rem 0 1.2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .service-flow__body-title {
    text-align: left !important;
    margin: 3.125vw 0 1.25vw;
  }
}

.service-flow__body-text {
  line-height: 1.6;
}

.c-nav .content {
  margin: 12rem 0;
}
@media only screen and (max-width: 640px) {
  .c-nav .content {
    margin: 12.5vw 0;
  }
}

.section-nav {
  padding-top: 3rem;
  border-top: 2px solid #5CB531;
}

.section-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .section-nav__list {
    gap: 3.125vw;
  }
}

.section-nav__item {
  width: 27.9rem;
  border: 1px solid #5CB531;
  border-radius: 100vw;
  padding: 1.1rem 0 1rem 4.4rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .section-nav__item {
    padding: 1.5625vw 3.125vw 1.5625vw 8.59375vw;
    width: fit-content;
  }
}
.section-nav__item:first-child {
  width: 37.7rem;
}
@media only screen and (max-width: 640px) {
  .section-nav__item:first-child {
    width: fit-content;
  }
}
.section-nav__item:nth-child(2) {
  width: 15.5rem;
}
@media only screen and (max-width: 640px) {
  .section-nav__item:nth-child(2) {
    width: fit-content;
  }
}
.section-nav__item:nth-child(5) {
  width: 15.5rem;
}
@media only screen and (max-width: 640px) {
  .section-nav__item:nth-child(5) {
    width: fit-content;
  }
}
.section-nav__item::before {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_c_green.webp) no-repeat center center;
  background-size: contain;
  width: 2rem;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 1.5rem;
}
.section-nav__item a {
  font-weight: 700;
  line-height: normal;
}

.btn-pagetop {
  position: absolute;
  bottom: -5rem;
  right: 5rem;
}
@media only screen and (max-width: 640px) {
  .btn-pagetop {
    bottom: -10.9375vw;
    right: 3.125vw;
  }
}
.btn-pagetop a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .btn-pagetop a img {
    width: 12.5vw;
  }
}

.trouble__list-compensation {
  position: relative;
}
.trouble__list-compensation::before {
  content: "";
  position: absolute;
  background: url(../img/service/img-service-deco.webp) no-repeat center center;
  background-size: contain;
  width: 13.6rem;
  height: 14.9rem;
  top: -11.2rem;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .trouble__list-compensation::before {
    width: 21.25vw;
    height: 23.28125vw;
    top: auto;
    bottom: -12.5vw;
  }
}

.trouble__list-management {
  position: relative;
}
.trouble__list-management::before {
  content: "";
  position: absolute;
  background: url(../img/service/img-service-deco02.webp) no-repeat center center;
  background-size: contain;
  width: 13.6rem;
  height: 16.1rem;
  top: -11.2rem;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .trouble__list-management::before {
    width: 21.25vw;
    height: 23.28125vw;
    top: auto;
    bottom: -12.5vw;
  }
}
.trouble__list-management .trouble__item:nth-child(3), .trouble__list-management .trouble__item:nth-child(4) {
  padding-top: 2.3rem;
  padding-bottom: 2.2rem;
}
@media only screen and (max-width: 640px) {
  .trouble__list-management .trouble__item:nth-child(3), .trouble__list-management .trouble__item:nth-child(4) {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
}

.trouble__support-title-management {
  margin-left: -4rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support-title-management {
    margin-left: 0;
  }
}

.trouble__support-body-management {
  margin-top: -10rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support-body-management {
    margin-top: 7.03125vw;
  }
}

.trouble__support-list-management {
  margin-top: 14.4rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support-list-management {
    margin-top: 0;
  }
}

.trouble__support-img-management {
  margin-left: 1rem;
}

@media only screen and (max-width: 1390px) {
  .paragraph {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .paragraph {
    display: inherit !important;
  }
}
@media only screen and (max-width: 640px) {
  .paragraph {
    display: none !important;
  }
}

.trouble__list-regulations {
  position: relative;
}
.trouble__list-regulations::before {
  content: "";
  position: absolute;
  background: url(../img/service/img-nav03.webp) no-repeat center center;
  background-size: contain;
  width: 13.7rem;
  height: 16.9rem;
  top: -14rem;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .trouble__list-regulations::before {
    width: 21.40625vw;
    height: 26.40625vw;
    top: auto;
    bottom: -12.5vw;
  }
}

.trouble__support-title-regulations {
  margin-left: -4rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support-title-regulations {
    margin-left: 0;
  }
}

.trouble__support-body-regulations {
  margin-top: -5rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support-body-regulations {
    margin-top: 7.03125vw;
  }
}

.trouble__support-list-regulations {
  margin-top: 8.5rem;
}
@media only screen and (max-width: 640px) {
  .trouble__support-list-regulations {
    margin-top: 0;
  }
}

.c-media__service {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .c-media__service {
    flex-direction: column;
  }
}
.c-media__service.-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .c-media__service.-reverse {
    flex-direction: column;
  }
}

.c-media__service + .c-media__service {
  margin-top: 7rem;
}
@media only screen and (max-width: 640px) {
  .c-media__service + .c-media__service {
    margin-top: 10.9375vw;
  }
}

.c-media__service-body {
  width: 76rem;
}
@media only screen and (max-width: 640px) {
  .c-media__service-body {
    width: 100%;
  }
}
.c-media__service-body h3 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .c-media__service-body h3 {
    margin-bottom: 3.90625vw;
  }
}
.c-media__service-body p {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 640px) {
  .c-media__service-body p {
    font-size: 3.75vw;
  }
}

.c-media__service-img {
  width: 28.5rem;
}
@media only screen and (max-width: 640px) {
  .c-media__service-img {
    width: 70%;
    margin: 3.125vw auto 0;
  }
}
.c-media__service-img img {
  width: 100%;
}

.trouble__list-insurance {
  position: relative;
}
.trouble__list-insurance::before {
  content: "";
  position: absolute;
  background: url(../img/service/img-nav04.webp) no-repeat center center;
  background-size: contain;
  width: 13.6rem;
  height: 18.6rem;
  top: -15.2rem;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .trouble__list-insurance::before {
    width: 21.25vw;
    height: 29.0625vw;
    top: auto;
    bottom: -12.5vw;
  }
}

.insurance__text {
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 4rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .insurance__text {
    text-align: left !important;
  }
}
.insurance__text span {
  box-shadow: inset 0 -10px 0 rgba(219, 255, 135, 0.6);
}

.service-flow__list-insurance {
  width: 86rem;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .service-flow__list-insurance {
    width: 100%;
  }
}
.service-flow__list-insurance::after {
  position: absolute;
  width: 65rem;
}
@media only screen and (max-width: 640px) {
  .service-flow__list-insurance::after {
    width: 0.3rem;
    height: 46.875vw;
    top: 50%;
    left: 8.5%;
    transform: translateY(-50%);
  }
}

.insurance-merit {
  margin-top: 8rem;
}
@media only screen and (max-width: 640px) {
  .insurance-merit {
    margin-top: 12.5vw;
  }
}

.insurance-merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
}
@media only screen and (max-width: 640px) {
  .insurance-merit__list {
    grid-template-columns: 1fr;
    gap: 6.25vw;
  }
}

@media only screen and (max-width: 640px) {
  .insurance-merit__item {
    display: flex;
  }
}

.merit__item-number {
  width: 9.2rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .merit__item-number {
    width: 15.625vw;
    margin-right: 4.6875vw;
  }
}

@media only screen and (max-width: 640px) {
  .merit__item-body {
    flex: 1;
  }
}

.merit__item-title {
  margin: 0.4em 0 1em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 640px) {
  .merit__item-title {
    text-align: left !important;
    margin: 0 0 1.25vw;
  }
}

.merit__item-text {
  line-height: 1.6;
  letter-spacing: 0.8px;
}

.fee {
  position: relative;
}
.fee .content {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 640px) {
  .fee .content {
    margin-bottom: 23.4375vw;
  }
}
.fee__title {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 3rem;
}
.fee__title span {
  font-size: 2rem;
  letter-spacing: 1px;
}

.fee__title-top {
  position: relative;
}
.fee__title-top::after {
  content: "";
  position: absolute;
  background: url(../img/service/img-nav05.webp) no-repeat center center;
  background-size: contain;
  width: 13.6rem;
  height: 15.7rem;
  right: 0;
  bottom: -4.8rem;
}
@media only screen and (max-width: 640px) {
  .fee__title-top::after {
    width: 21.25vw;
    height: 24.53125vw;
    bottom: -9.375vw;
  }
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  line-height: 4;
}
@media only screen and (max-width: 640px) {
  .fee-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.fee-table td,
.fee-table th {
  border: 1px solid rgba(92, 181, 49, 0.1019607843);
}
.fee-table tr:first-child th {
  border-top: 1px solid #5CB531;
}
.fee-table tr:last-child th,
.fee-table tr:last-child td {
  border-bottom: 1px solid #5CB531;
}
.fee-table th:first-child {
  border-left: 1px solid #5CB531;
  border-right: 1px solid #5CB531;
}
.fee-table th:last-child {
  border-right: 1px solid #5CB531;
}
@media only screen and (max-width: 640px) {
  .fee-table td {
    min-width: 18rem;
    width: 18rem;
  }
}
.fee-table td:last-child {
  border-right: 1px solid #5CB531;
}
.fee-table thead {
  background: rgba(92, 181, 49, 0.1019607843);
}
.fee-table .row-label {
  background: rgba(92, 181, 49, 0.1019607843);
}
.fee-table .head-category,
.fee-table .row-label {
  width: 10rem;
  min-width: 10rem;
}
.fee-table .head-content {
  font-weight: 500;
}
.fee-table .empty-cell {
  border-bottom: 1px solid #5CB531;
}

.fee__container + .fee__container {
  margin-top: 8.7rem;
}
@media only screen and (max-width: 640px) {
  .fee__container + .fee__container {
    margin-top: 12.5vw;
  }
}

.excluded-procedures {
  width: 100%;
}
.excluded-procedures tr {
  border: 1px solid rgba(92, 181, 49, 0.1019607843);
}
.excluded-procedures tr:first-child {
  border-top: 1px solid #5CB531;
}
.excluded-procedures tr:last-child {
  border-bottom: 1px solid #5CB531;
}
.excluded-procedures th {
  background: rgba(92, 181, 49, 0.1019607843);
  line-height: 1.25;
  padding: 1.5em 0 1.5em 2em;
  width: 28.5rem;
}
@media only screen and (max-width: 640px) {
  .excluded-procedures th {
    display: block;
    width: 100%;
  }
}
.excluded-procedures th:first-child {
  border-left: 1px solid #5CB531;
  border-right: 1px solid #5CB531;
}
.excluded-procedures td {
  border-right: 1px solid #5CB531;
  line-height: 1.5;
  padding: 1.5em 0 1.5em 2em;
}
@media only screen and (max-width: 640px) {
  .excluded-procedures td {
    display: block;
    border-left: 1px solid #5CB531;
  }
}/*# sourceMappingURL=service.css.map */