.c-secttl-bar .bar {
  background: linear-gradient(90deg, #0150AA 50%, #0092DF 50.01%);
}

.p-mv {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-mv .l-content-inner {
    padding: 0;
  }
}
.p-mv__top {
  background-image: url(../images/all-tenken/bg_mv_pc.png);
  background-size: cover;
  height: 35.7rem;
}
@media screen and (max-width: 767px) {
  .p-mv__top {
    height: 18rem;
    background-image: url(../images/all-tenken/bg_mv_sp.png);
  }
}
.p-mv__top .l-content-inner {
  width: 100rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-mv__top .l-content-inner img {
  max-width: 87.1rem;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv__top .l-content-inner img {
    max-width: 30rem;
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
.p-mv__btm {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btm {
    margin-top: -13.5rem;
    padding-bottom: 1.2rem;
  }
}
.p-mv__btm .l-content-inner {
  width: 101.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__btm .l-content-inner {
    text-align: center;
  }
}
.p-mv__btm .l-content-inner > picture img {
  margin-top: -6rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btm .l-content-inner > picture img {
    width: 34.7rem;
    margin-top: 0;
    margin-left: 0;
  }
}
.p-mv__btm .l-content-inner .c-opt {
  padding: 0;
  position: absolute;
  bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btm .l-content-inner .c-opt {
    margin-top: 0.6rem;
    position: static;
  }
}

.p-nayami {
  z-index: 1;
  padding-bottom: 8.7rem;
  position: relative;
  background-color: #ECF6FE;
  background-image: url(../images/all-tenken/bg_nayami_pc.png);
  background-repeat: no-repeat;
  background-size: 83.6rem 67.1rem;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .p-nayami {
    padding-bottom: 4rem;
    background-image: url(../images/all-tenken/bg_nayami_sp.png);
    background-size: 100% auto;
  }
}
.p-nayami::before {
  content: "";
  display: block;
  width: 76rem;
  height: 34.8rem;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-nayami::before {
    width: 25.1rem;
    height: 8.2rem;
  }
}
.p-nayami__inner {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.p-nayami__image00 {
  position: absolute;
  left: 0;
  top: -3.1rem;
  width: 39.2rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-nayami__image00 {
    width: 10rem;
    left: 3rem;
    top: -0.9rem;
  }
}
.p-nayami .l-content-inner {
  max-width: 92rem;
  padding-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-nayami .l-content-inner {
    padding-top: 4.1rem;
  }
}
.p-nayami__title {
  color: #0150AA;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-nayami__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-nayami__title .sp-box {
    width: fit-content;
    margin: 0 auto;
    padding: 0.8rem 1.3rem;
    display: block;
    line-height: 1;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-nayami__title .bar {
    display: none;
  }
}
.p-nayami__content {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.35rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-nayami__content {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.3rem 1.5rem;
  }
}
.p-nayami__content .item {
  z-index: 1;
  padding-bottom: 2.8rem;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.8rem rgba(51, 51, 51, 0.4);
}
@media screen and (max-width: 767px) {
  .p-nayami__content .item {
    padding-bottom: 1rem;
    box-shadow: 0 0.1rem 0.4rem rgba(51, 51, 51, 0.4);
  }
}
.p-nayami__content .item::before {
  z-index: -1;
  content: "";
  width: 86%;
  aspect-ratio: 251/115;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #D9F0FF;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-nayami__content .item::before {
    width: 14rem;
    aspect-ratio: 140/64;
  }
}
.p-nayami__content .item .img {
  width: 82%;
  margin: -3.1rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-nayami__content .item .img {
    margin-top: -1.7rem;
  }
}
.p-nayami__content .item .text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-nayami__content .item .text {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-nayami__content .item .text .blue1 {
  color: #0150AA;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-nayami__content .item .text .blue1 {
    font-size: 1.5rem;
  }
}
.p-nayami__content .item .text .blue2 {
  color: #0150AA;
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-nayami__content .item .text .blue2 {
    font-size: 1.5rem;
  }
}

.p-risk {
  padding: 7rem 0 10rem;
  background-color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-risk {
    padding: 4rem 0 4.4rem;
  }
}
.p-risk__title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-risk__title {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
.p-risk__title .small {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-risk__title .small {
    font-size: 2rem;
  }
}
.p-risk__title .red {
  color: #C92222;
  font-size: 5rem;
  text-decoration-line: underline;
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-risk__title .red {
    font-size: 2.4rem;
    text-decoration-thickness: 0.2rem;
    text-underline-offset: 0.4em;
  }
}
.p-risk__content .box {
  margin-top: 6rem;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-risk__content .box {
    margin: 2.8rem 2rem 0;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.p-risk__content .box .item {
  flex: 1;
}
.p-risk__content .note {
  max-width: 89.2rem;
  margin: 1.2rem auto 0;
  padding: 0.8rem 1.6rem 0.8rem calc(1.6rem + 1em);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-indent: -1em;
  font-feature-settings: "palt";
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-risk__content .note {
    margin-top: 2rem;
    padding: 0.8rem 1.6rem;
    font-size: 1rem;
    text-indent: 0;
  }
}
.p-risk__text1 {
  margin-top: 3.7rem;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-risk__text1 {
    margin-top: 1.3rem;
    font-size: 1.8rem;
  }
}
.p-risk__text2 {
  margin-top: 2rem;
  color: #0150AA;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-risk__text2 {
    margin-top: 0.3rem;
    font-size: 2.4rem;
  }
}

.p-partner {
  z-index: 1;
  padding: 6.6rem 0 8.8rem;
  position: relative;
  background-color: #0092DF;
}
@media screen and (max-width: 767px) {
  .p-partner {
    padding: 5rem 0 4.1rem;
  }
}
.p-partner::before {
  z-index: -1;
  content: "";
  width: 76.1rem;
  height: 34.8rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-partner::before {
    width: 25.1rem;
    height: 8.2rem;
  }
}
.p-partner__text1 {
  width: fit-content;
  padding: 1.6rem 6rem;
  position: absolute;
  top: -4.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  font-weight: 700;
  background-color: #ffffff;
  filter: drop-shadow(0 0.2rem 0.8rem rgba(51, 51, 51, 0.4));
}
@media screen and (max-width: 767px) {
  .p-partner__text1 {
    padding: 1rem 2.3rem;
    top: -2rem;
    font-size: 1.8rem;
    line-height: 1;
  }
}
.p-partner__text1::after {
  content: "";
  width: 4.2rem;
  height: 2.7rem;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-partner__text1::after {
    width: 1.8rem;
    height: 1.1rem;
  }
}
.p-partner__title {
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-partner__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .p-partner__title .sp-small {
    font-size: 1.8rem;
  }
}
.p-partner__title .yellow {
  color: #FFDC0C;
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-partner__title .yellow {
    font-size: 2.8rem;
  }
}
.p-partner__title .box {
  display: inline-block;
  margin-right: 0.8rem;
  padding: 0 2rem;
  font-size: 4.8rem;
  line-height: 1.6;
  background-color: #0150AA;
}
@media screen and (max-width: 767px) {
  .p-partner__title .box {
    margin: 1rem 0 0.5rem;
    padding: 0.2rem 1.4rem;
    font-size: 2.4rem;
  }
}
.p-partner__content {
  margin-top: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-partner__content {
    margin-top: 2rem;
  }
}
.p-partner__box {
  padding: 2rem 0 3.2rem;
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-partner__box {
    padding: 1rem 0 3.2rem;
  }
}
.p-partner__img {
  max-width: 52.4rem;
  margin: 0 auto 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-partner__img {
    max-width: 28.2rem;
    margin-bottom: 0.4rem;
  }
}
.p-partner__text2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-partner__text2 {
    font-size: 1.5rem;
  }
}
.p-partner__point {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-partner__point {
    margin-top: 1.6rem;
    flex-direction: column;
  }
}
.p-partner__point .item {
  width: 26rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: linear-gradient(-16deg, #0150AA 50%, #1369CB 50%);
}
@media screen and (max-width: 767px) {
  .p-partner__point .item {
    width: 21rem;
    height: 4.8rem;
    margin: 0 auto;
    font-size: 2.4rem;
    background: linear-gradient(-12deg, #0150AA 50%, #1369CB 50%);
  }
}
.p-partner__unei {
  padding: 6.4rem 4rem 8rem;
  background: url(../images/all-tenken/bg_unei_pc.png) no-repeat center/cover;
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-partner__unei {
    padding: 4rem 1.6rem;
    background-image: url(../images/all-tenken/bg_unei_sp.png);
  }
}
.p-partner__unei .bnr-text {
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-partner__unei .bnr-text {
    display: block;
    margin-top: 3.2rem;
  }
}
.p-partner__unei-title {
  text-align: center;
}
.p-partner__unei-title .title1 {
  text-align: center;
  text-shadow: 0 0 0.7rem rgba(255, 255, 255, 0.5), 0 0 0.7rem rgba(255, 255, 255, 0.5), 0 0 0.7rem rgba(255, 255, 255, 0.5), 0 0 0.7rem rgba(255, 255, 255, 0.5), 0 0 0.8rem rgba(255, 255, 255, 0.5), 0 0 0.8rem rgba(255, 255, 255, 0.5), 0 0 0.8rem rgba(255, 255, 255, 0.5), 0 0 0.8rem rgba(255, 255, 255, 0.5);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .p-partner__unei-title .title1 {
    font-size: 2rem;
    line-height: 1;
    text-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.5), 0 0 0.3rem rgba(255, 255, 255, 0.5), 0 0 0.3rem rgba(255, 255, 255, 0.5), 0 0 0.3rem rgba(255, 255, 255, 0.5), 0 0 0.4rem rgba(255, 255, 255, 0.5), 0 0 0.4rem rgba(255, 255, 255, 0.5), 0 0 0.4rem rgba(255, 255, 255, 0.5), 0 0 0.4rem rgba(255, 255, 255, 0.5);
  }
}
.p-partner__unei-title .title1 .blue {
  color: #0150AA;
}
.p-partner__unei-title .title1 .small {
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .p-partner__unei-title .title1 .small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-partner__unei-title .title1 .sp-small {
    font-size: 1.8rem;
  }
}
.p-partner__unei-title .title2 {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-partner__unei-title .title2 {
    margin-top: 0.3rem;
    line-height: 1;
  }
}
.p-partner__unei-title .title2 .box {
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.29; /* 5.4342rem */
  background: #0150AA;
  display: inline-block;
  padding: 0.2em;
  margin-right: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-partner__unei-title .title2 .box {
    padding: 0.2em 1rem;
    display: inline-block;
    color: #FFFFCD;
    font-size: 2.4rem;
    margin-right: 0;
  }
}
.p-partner__unei-title .title2 .inner {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 128.292%; /* 5.7731rem */
  text-shadow: 0 0 0.7rem rgba(255, 255, 255, 0.5), 0 0 0.7rem rgba(255, 255, 255, 0.5), 0 0 0.7rem rgba(255, 255, 255, 0.5), 0 0 0.7rem rgba(255, 255, 255, 0.5), 0 0 0.8rem rgba(255, 255, 255, 0.5), 0 0 0.8rem rgba(255, 255, 255, 0.5), 0 0 0.8rem rgba(255, 255, 255, 0.5), 0 0 0.8rem rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-partner__unei-title .title2 .inner {
    margin-top: 0.5rem;
    display: block;
    font-size: 2.3rem;
    text-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.5), 0 0 0.3rem rgba(255, 255, 255, 0.5), 0 0 0.3rem rgba(255, 255, 255, 0.5), 0 0 0.3rem rgba(255, 255, 255, 0.5), 0 0 0.4rem rgba(255, 255, 255, 0.5), 0 0 0.4rem rgba(255, 255, 255, 0.5), 0 0 0.4rem rgba(255, 255, 255, 0.5), 0 0 0.4rem rgba(255, 255, 255, 0.5);
  }
}
.p-partner__unei-title .title2 .inner .small {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-partner__unei-title .title2 .inner .small {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-partner__unei-title .bar {
    background: linear-gradient(90deg, #182756 50%, #2E4280 50%);
  }
}
.p-partner__unei-bnr {
  width: 55rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-partner__unei-bnr {
    width: 100%;
  }
}
.p-partner__unei-text {
  width: calc(100% - 55rem);
  padding-left: 2.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-partner__unei-text {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
.p-partner__unei-text span {
  color: #C92222;
  font-weight: 700;
}

.p-service {
  padding: 10rem 0 8.7rem;
  background: url(../images/all-tenken/bg_service_pc.png) repeat-y center/100% auto;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 3.4rem 0 4.8rem;
  }
}
.p-service__title {
  color: #0150AA;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    font-size: 2.8rem;
  }
}
.p-service__content {
  margin-top: 8.2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    margin-top: 2.4rem;
    gap: 2.4rem;
  }
}
.p-service__block {
  width: 100%;
}
.p-service__block .title {
  display: flex;
  gap: 4.8rem;
  color: #ffffff;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  background-color: #0150AA;
}
@media screen and (max-width: 767px) {
  .p-service__block .title {
    gap: 1.6rem;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.p-service__block .title .num {
  width: 15rem;
  height: 15rem;
  border-top-right-radius: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  letter-spacing: 0;
  background-color: #0092DF;
}
@media screen and (max-width: 767px) {
  .p-service__block .title .num {
    width: 5.2rem;
    min-height: 5.2rem;
    height: auto;
    border-top-right-radius: 0.5rem;
    font-size: 2.8rem;
  }
}
.p-service__block .title .white {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service__block .title .white {
    padding: 1rem 0;
  }
}
.p-service__block .title .small {
  margin-top: 0.2em;
  font-size: 0.8em;
}
.p-service__block .bg1 {
  padding: 3.6rem 7.2rem 4.8rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-service__block .bg1 {
    padding: 1.2rem 2rem 1.6rem;
  }
}
.p-service__block .bg2 {
  padding: 3.6rem 7.2rem 4.4rem;
  background-color: #EAF6FF;
}
@media screen and (max-width: 767px) {
  .p-service__block .bg2 {
    padding: 1.2rem 2rem 1.6rem;
  }
}
.p-service__block01 .bg1 {
  z-index: 1;
  position: relative;
}
.p-service__block01 .bg1::after {
  z-index: -1;
  content: "";
  width: 37.8rem;
  height: 27.5rem;
  position: absolute;
  top: 2.4rem;
  right: 0;
  background: url(../images/all-tenken/img_service01_report.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg1::after {
    width: 12.9rem;
    height: 9.4rem;
    top: -4.4rem;
  }
}
.p-service__block01 .bg1 .text1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg1 .text1 {
    font-size: 1.2rem;
  }
}
.p-service__block01 .bg1 .text2 {
  margin-top: 0.7rem;
  color: #0150AA;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg1 .text2 {
    margin-top: 0.4rem;
    font-size: 1.8rem;
    line-height: 1;
  }
}
.p-service__block01 .bg1 .list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg1 .list {
    margin-top: 0.8rem;
  }
}
.p-service__block01 .bg1 .note {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg1 .note {
    margin-top: 0.3rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg2 {
    padding-inline: 2.5rem;
  }
}
.p-service__block01 .bg2 .img {
  width: 21.1rem;
  margin-left: 4.8rem;
  margin-right: 0.9rem;
  float: right;
  filter: drop-shadow(0.4rem 0.4rem 1.4rem rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg2 .img {
    width: 7.2rem;
    margin-left: 1.6rem;
    margin-right: 0.3rem;
    filter: drop-shadow(0.1rem 0.1rem 0.48rem rgba(0, 0, 0, 0.25));
  }
}
.p-service__block01 .bg2 .point {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg2 .point {
    gap: 0.4rem;
  }
}
.p-service__block01 .bg2 .point::after {
  content: "";
  height: 0.2rem;
  flex: 1;
  background-color: #0092DF;
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg2 .point::after {
    height: 0.1rem;
  }
}
.p-service__block01 .bg2 .point .box {
  width: 13rem;
  height: 4.6rem;
  padding-right: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #0092DF;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg2 .point .box {
    width: 6.1rem;
    height: 2.2rem;
    padding-right: 0.2rem;
    font-size: 1.4rem;
  }
}
.p-service__block01 .bg2 .text {
  margin-top: 1.9rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service__block01 .bg2 .text {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.p-service__block02 .bg1 .text1 {
  color: #0150AA;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg1 .text1 {
    font-size: 1.8rem;
  }
}
.p-service__block02 .bg1 .box {
  margin-top: 4.8rem;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg1 .box {
    margin-top: 0.5rem;
  }
}
.p-service__block02 .bg1 .box .img {
  width: 24.2rem;
}
.p-service__block02 .bg1 .box .cnt {
  flex: 1;
}
.p-service__block02 .bg1 .box .cnt .text2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg1 .box .cnt .text2 {
    font-size: 1.4rem;
    letter-spacing: 0.03rem;
    font-feature-settings: "palt";
  }
}
.p-service__block02 .bg1 .box .cnt .text3 {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg1 .box .cnt .text3 {
    margin-top: 0.7rem;
    font-size: 1.2rem;
  }
}
.p-service__block02 .bg1 .box .cnt .text3 .red {
  color: #C92222;
}
.p-service__block02 .bg2 {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 {
    padding-top: 1.6rem;
    flex-direction: column;
    gap: 1.7rem;
  }
}
.p-service__block02 .bg2 .graph {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .graph {
    width: 100%;
  }
}
.p-service__block02 .bg2 .cnt {
  flex: 1;
}
.p-service__block02 .bg2 .text1 {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .text1 {
    margin: 0 0.4rem;
    gap: 0.4rem;
  }
}
.p-service__block02 .bg2 .text1::after {
  content: "";
  height: 0.2rem;
  flex: 1;
  background-color: #0092DF;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .text1::after {
    height: 0.1rem;
  }
}
.p-service__block02 .bg2 .text1 .txt {
  padding: 0 3.2rem;
  position: relative;
  color: #0092DF;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .text1 .txt {
    padding: 0 1.4rem;
    font-size: 1.6rem;
  }
}
.p-service__block02 .bg2 .text1 .txt::before, .p-service__block02 .bg2 .text1 .txt::after {
  content: "";
  width: 0.2rem;
  height: 2.6rem;
  position: absolute;
  top: 55%;
  background-color: #0092DF;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .text1 .txt::before, .p-service__block02 .bg2 .text1 .txt::after {
    height: 2rem;
    top: 60%;
  }
}
.p-service__block02 .bg2 .text1 .txt::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
  transform-origin: left top;
}
.p-service__block02 .bg2 .text1 .txt::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: right top;
}
.p-service__block02 .bg2 .text2 {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .text2 {
    margin: 1rem 0.4rem 0;
    font-size: 1.2rem;
  }
}
.p-service__block02 .bg2 .text2 .orange {
  color: #FC5228;
}
.p-service__block02 .bg2 .box {
  margin-top: 2rem;
  padding: 2rem 2.4rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .box {
    margin-top: 1.5rem;
    padding: 1.8rem 1.4rem;
  }
}
.p-service__block02 .bg2 .box .text3 {
  padding-left: 2.1rem;
  position: relative;
  color: #0150AA;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .box .text3 {
    padding-left: 1.1rem;
    font-size: 1.8rem;
  }
}
.p-service__block02 .bg2 .box .text3::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #3F59AC 50%, #182756 50%);
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .box .text3::before {
    width: 0.3rem;
  }
}
.p-service__block02 .bg2 .box .text4 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .box .text4 {
    margin-top: 0.9rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-service__block02 .bg2 .box .list .item {
  margin-top: 1rem;
  padding-left: 1.6rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .box .list .item {
    margin-top: 0.9rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.p-service__block02 .bg2 .box .list .item:nth-child(1)::before {
  background-color: #0150AA;
}
.p-service__block02 .bg2 .box .list .item:nth-child(2)::before {
  background-color: #0092DF;
}
.p-service__block02 .bg2 .box .list .item::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #B3B3B3;
}
.p-service__block02 .bg2 .box .list .item .orange {
  color: #FC5228;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .box .list .item .orange {
    font-size: 1.5rem;
  }
}
.p-service__block02 .bg2 .source {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-service__block02 .bg2 .source {
    margin-top: 0.7rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}
.p-service__block03 .bg1 .text1 {
  color: #0150AA;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.713;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg1 .text1 {
    font-size: 1.8rem;
  }
}
.p-service__block03 .bg1 .text2 {
  margin-top: 1.2rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.713;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg1 .text2 {
    margin-top: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
  }
}
.p-service__block03 .bg1 .text2 sup {
  font-size: 0.6em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg1 .text2 sup {
    font-size: inherit;
    vertical-align: inherit;
  }
}
.p-service__block03 .bg1 .note {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg1 .note {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-service__block03 .bg1 .list {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg1 .list {
    margin-top: 1.1rem;
  }
}
.p-service__block03 .bg1 .c-btn {
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg1 .c-btn {
    margin-top: 2.5rem;
  }
}
.p-service__block03 .bg1 .c-btn a {
  border: 0.1rem solid #0150AA;
  color: #0150AA;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg1 .c-btn a {
    border-width: 0.2rem;
  }
}
.p-service__block03 .bg1 .c-btn__inn::after {
  background-image: url(../images/all-tenken/arrow_right-b.svg);
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg1 .c-btn__inn::after {
    width: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg2 {
    padding-inline: 2.5rem;
  }
}
.p-service__block03 .bg2 .text1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.713;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg2 .text1 {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
  }
}
.p-service__block03 .bg2 .box {
  margin-top: 2.4rem;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg2 .box {
    margin-top: 1.2rem;
    display: block;
  }
}
.p-service__block03 .bg2 .box .cnt {
  flex: 1;
}
.p-service__block03 .bg2 .box .cnt .text2 {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #0092DF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg2 .box .cnt .text2 {
    gap: 0.4rem;
    font-size: 1.6rem;
  }
}
.p-service__block03 .bg2 .box .cnt .text2::after {
  content: "";
  height: 0.2rem;
  flex: 1;
  background-color: #0092DF;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg2 .box .cnt .text2::after {
    height: 0.1rem;
  }
}
.p-service__block03 .bg2 .box .cnt .text3 {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg2 .box .cnt .text3 {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
}
.p-service__block03 .bg2 .box .map {
  width: 24.4rem;
}
.p-service__block03 .bg2 .text4 {
  margin-top: 1.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg2 .text4 {
    margin-top: 0.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    text-align: left;
    font-feature-settings: "palt";
  }
}
.p-service__block03 .bg2 .text4 .orange {
  color: #FC5228;
}
.p-service__block03 .bg2 .note {
  margin-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-service__block03 .bg2 .note {
    margin: 0.5rem -1rem 0;
    font-size: 1rem;
    text-align: center;
  }
}
.p-service__block04 .bg1 {
  display: flex;
  align-items: flex-end;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-service__block04 .bg1 {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
}
.p-service__block04 .bg1 .img {
  width: 31.6rem;
}
@media screen and (max-width: 767px) {
  .p-service__block04 .bg1 .img {
    width: 22.7rem;
  }
}
.p-service__block04 .bg1 .cnt {
  flex: 1;
}
.p-service__block04 .bg1 .cnt .text1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service__block04 .bg1 .cnt .text1 {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
  }
}
.p-service__block04 .bg1 .cnt .text2 {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service__block04 .bg1 .cnt .text2 {
    margin-top: 0.7rem;
    font-size: 1.2rem;
  }
}

.p-opt {
  padding-top: 8.3rem;
  background-color: #ECF6FE;
}
.p-opt.-white {
  padding-top: 10rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-opt.-white {
    padding: 2rem 0;
  }
}
.p-opt .c-opt__text {
  margin-bottom: 3.4rem;
  font-size: 3.6rem;
}

.p-merit {
  padding: 9rem 0 8rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding: 4.5rem 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .l-content-inner {
    padding: 0;
  }
}
.p-merit__title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-merit__title .blue {
  color: #0150AA;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-merit__title .blue {
    font-size: 2.6rem;
  }
}
.p-merit__title .blue .num {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .p-merit__title .blue .num {
    font-size: inherit;
  }
}
.p-merit__block {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-merit__block {
    margin-top: 2.5rem;
    gap: 2.4rem;
  }
}
.p-merit__block .item {
  width: 100%;
  padding: 2.4rem 3.7rem 4rem 6.3rem;
  display: flex;
  align-items: flex-end;
  gap: 4rem;
  background-color: #EAF6FF;
}
@media screen and (max-width: 767px) {
  .p-merit__block .item {
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.p-merit__block .item .cnt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-merit__block .item .cnt {
    display: contents;
  }
}
.p-merit__block .item .cnt .title {
  display: flex;
  align-items: flex-end;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-merit__block .item .cnt .title {
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__block .item .cnt .title img {
    width: 11.5rem;
  }
}
.p-merit__block .item .cnt .title .blue {
  margin-bottom: -0.2rem;
  color: #0150AA;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-merit__block .item .cnt .title .blue {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-merit__block .item .cnt .text {
  margin-top: 2.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .p-merit__block .item .cnt .text.pc-big {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__block .item .cnt .text {
    margin-top: 0;
    order: 4;
  }
}
.p-merit__block .item .cnt .text .note {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit__block .item .cnt .text .note {
    margin-top: 0.3rem;
  }
}
.p-merit__block .item .img {
  width: 26.4rem;
}
@media screen and (max-width: 767px) {
  .p-merit__block .item .img {
    width: 100%;
  }
}
.p-merit__after {
  margin-top: 8.8rem;
  border: 0.1rem solid #0150AA;
}
@media screen and (max-width: 767px) {
  .p-merit__after {
    margin: 1.5rem 1.6rem 0;
  }
}
.p-merit__after .title {
  padding: 1.7rem;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
  background-color: #0150AA;
}
@media screen and (max-width: 767px) {
  .p-merit__after .title {
    padding: 0.4rem 1.5rem;
    font-size: 2rem;
    text-align: left;
  }
}
.p-merit__after .box {
  padding: 4rem 6rem;
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-merit__after .box {
    padding: 1.6rem 1.7rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-merit__after .box .cnt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-merit__after .box .cnt {
    padding-right: 0.2rem;
  }
}
.p-merit__after .box .cnt .text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.p-merit__after .box .cnt .note {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-merit__after .box .img {
  width: 30.8rem;
}
.p-merit .c-opt {
  margin-top: 6.3rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-merit .c-opt {
    margin-top: 1.7rem;
  }
}

.p-results {
  background-color: #EFEFEF;
  padding: 5.6rem 0 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-results {
    padding: 4rem 0;
  }
}
.p-results__title .blue {
  color: #0150AA;
}
.p-results__content {
  margin-top: 7rem;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-results__content {
    margin: 3.2rem 1.6rem 0;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-results__content .item {
  width: 31rem;
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(23, 114, 111, 0.4);
}
@media screen and (max-width: 767px) {
  .p-results__content .item {
    width: 100%;
  }
}
.p-results__content .item .img {
  padding-top: 74.1935483871%;
  position: relative;
}
.p-results__content .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-results__content .item .cnt {
  padding: 4rem 1.6rem 3.2rem 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-results__content .item .cnt {
    padding: 4rem 1.6rem 1.6rem;
  }
}
.p-results__content .item .num {
  width: 11.6rem;
  height: 4.6rem;
  background-color: #0092DF;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
  display: flex;
  gap: 0.4rem;
  align-items: center;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 2rem 0 1rem;
  position: absolute;
  left: 0;
  top: -1rem;
}
.p-results__content .item .num span {
  font-size: 2.8rem;
  letter-spacing: 0;
}
.p-results__content .item .text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-results__content .item .text {
    font-size: 1.4rem;
  }
}
.p-results .c-btn {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-results .c-btn {
    margin-top: 3.2rem;
  }
}
.p-results .c-btn a {
  border: 0.2rem solid #182756;
  color: #182756;
}
@media screen and (max-width: 767px) {
  .p-results .c-btn a {
    border-color: #0150AA;
    color: #0150AA;
  }
}
.p-results .c-btn__inn::after {
  background-image: url(../images/all-tenken/arrow_right-n.svg);
}
@media screen and (max-width: 767px) {
  .p-results .c-btn__inn::after {
    width: 0.8rem;
    background-image: url(../images/all-tenken/arrow_right-b.svg);
  }
}

.p-useful {
  padding: 8.8rem 0;
  background-color: #ECF6FE;
}
@media screen and (max-width: 767px) {
  .p-useful {
    padding: 4rem 0;
  }
}
.p-useful__title .blue {
  color: #0150AA;
}
.p-useful__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-useful__content {
    margin-top: 3.2rem;
    gap: 2.9rem;
  }
}
.p-useful__content .item__inn {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(23, 114, 111, 0.4);
}
@media screen and (max-width: 767px) {
  .p-useful__content .item__inn {
    display: block;
  }
}
.p-useful__content .item .img {
  width: 36.6rem;
}
@media screen and (max-width: 767px) {
  .p-useful__content .item .img {
    width: 100%;
  }
}
.p-useful__content .item .cnt {
  width: calc(100% - 36.6rem);
  padding: 2rem 2.4rem 5rem 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-useful__content .item .cnt {
    width: 100%;
    padding: 1.3rem 1.6rem 5.2rem;
  }
}
.p-useful__content .item .title {
  font-feature-settings: "palt" on;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-useful__content .item .title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-useful__content .item .title .small {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-useful__content .item .title .small {
    font-size: 1.8rem;
  }
}
.p-useful__content .item .title .blue {
  color: #0150AA;
}
.p-useful__content .item .text {
  margin-top: 0.8rem;
  font-feature-settings: "palt" on;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-useful__content .item .text {
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-useful__content .item .link {
  width: 26rem;
  height: 5rem;
  display: flex;
  padding: 1.2rem 2.4rem;
  align-items: center;
  gap: 1.2rem;
  background-color: #0092DF;
  color: #ffffff;
  font-feature-settings: "palt" on;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-useful__content .item .link {
    width: 100%;
    height: 3.6rem;
    font-size: 1.6rem;
    gap: 0.8rem;
    padding: 0;
    justify-content: center;
  }
}
.p-useful__content .item .link .icon {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-useful__content .item .link .arrow {
  width: 1rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-useful__content .item .link .arrow {
    position: absolute;
    right: 6rem;
  }
}

/*# sourceMappingURL=all-tenken.css.map */
