@charset "UTF-8";
.header-inner {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .title-logo {
    order: 1;
    margin-right: auto;
    margin-left: 12px;
    height: 100%;
    padding-block: 0.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .title-logo img {
    height: 100%;
  }
}

h3.solutionlp_h4 {
  box-shadow: none;
  background-color: #132a98;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 85px auto 5px;
}
.h4_bg--gradient {
  background: linear-gradient(90deg, #2488c5 0%, #122a98 100%);
  margin-bottom: 0px;
  font-weight: bold;
  padding: 30px 20px 20px 20px;
}
.accent--orange {
  position: relative;
  color: #fca025;
  font-size: 2rem;
}

.accent--orange::before {
  content: '・・・';
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
}
@media (max-width: 767px) {
  .accent--orange::before {
    display: none;
  }
}
.pc_hide {
  display: none;
}

.top__three {
  background-image: url(../images/top_bd.png);
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  height: 25rem;
  background-size: cover;
}
@media (max-width: 768px) {
  .top__three {
    height: auto;
  }
}
.top__three__lists {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top__three__lists {
    flex-direction: column;
  }
}
.top__three__lists__item {
  background-color: #248b16;
  position: relative;
  width: 12rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  border-radius: 50%;
  margin-right: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 992px) {
  .top__three__lists__item {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .top__three__lists__item {
    color: #248b16;
    border: 3px solid #248b16;
    margin-top: 0px;
    width: 80%;
    border-radius: 10px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    opacity: 0.8;
  }
}
.top__three__lists__item:after {
  display: block;
  content: '';
  right: -44px;
  bottom: -12px;
  background-image: url(../images/green_icon.png);
  position: absolute;
  width: 81px;
  background-repeat: no-repeat;
  height: 83px;
}
@media (max-width: 768px) {
  .top__three__lists__item:after {
    display: none;
  }
}
.top__three__lists__item:nth-child(2) {
  background-color: #1287cc;
}
@media (max-width: 768px) {
  .top__three__lists__item:nth-child(2) {
    color: #1287cc;
    border: 3px solid #1287cc;
    background-color: #fff;
  }
}
.top__three__lists__item:nth-child(2):after {
  display: block;
  content: '';
  right: -40px;
  bottom: -11px;
  background-image: url(../images/blue_icon.png);
  position: absolute;
  width: 77px;
  background-repeat: no-repeat;
  height: 71px;
}
@media (max-width: 768px) {
  .top__three__lists__item:nth-child(2):after {
    display: none;
  }
}
.top__three__lists__item:nth-child(3) {
  background-color: #d1367a;
  margin-right: 0px;
}
@media (max-width: 768px) {
  .top__three__lists__item:nth-child(3) {
    margin-right: auto;
    color: #d1367a;
    border: 3px solid #d1367a;
    background-color: #fff;
  }
}

.top__three__lists__item:nth-child(3):after {
  display: block;
  content: '';
  right: -44px;
  bottom: -11px;
  background-image: url(../images/pink_icon.png);
  position: absolute;
  width: 88px;
  background-repeat: no-repeat;
  height: 68px;
}
@media (max-width: 768px) {
  .top__three__lists__item:nth-child(3):after {
    display: none;
  }
}
.top__three__lists__item p {
  margin-bottom: 0px;
  font-size: 1.3rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .top__three__lists__item p {
    font-size: calc(100vw / 390 * 16);
  }
}

.top__three__osusume {
  text-align: center;
  font-size: 2rem;
  color: #132a98;
  margin-top: 50px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .top__three__osusume {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.top__three__osusume span {
  position: relative;
}
.top__three__osusume span::before {
  content: '／';
  position: absolute;
  font-weight: bold;
  left: -30px;
  rotate: 90deg;
  transform-origin: center;
  top: -10px;
}
@media (max-width: 768px) {
  .top__three__osusume span::before {
    display: none;
  }
}
.top__three__osusume span::after {
  content: '／';
  position: absolute;
  font-weight: bold;
  right: -30px;
  top: -10px;
}
@media (max-width: 768px) {
  .top__three__osusume span::after {
    display: none;
  }
}
.top__three:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 50px solid #fca025;
  z-index: 1;
}
.top__product {
  background-color: #132a98;
  padding: calc(100vw / 1140 * 20);
  padding-right: clamp(0px, calc(100vw / 1140 * 360), 360px);
  position: relative;
  aspect-ratio: 1140 / 277;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top__product {
    padding: calc(100vw / 1140 * 20);
    padding-top: 30px;
  }
}
.top__product--p {
  color: #fff;
  font-size: clamp(16px, calc(100vw / 1140 * 32), 2rem);
  margin-bottom: 0px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top__product--p {
    text-align: center;
  }
}
.top__product--p span {
  font-size: clamp(16px, calc(100vw / 1140 * 35.2), 2.2rem);
}
.top__product--yen {
  display: flex;
}
.top__product--yen p {
  color: #fff;
  font-size: clamp(16px, calc(100vw / 1140 * 64), 4rem);
  position: relative;
  padding-inline: 4rem;
  font-style: italic;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
.top__product--yen p::before {
  content: '／';
  position: absolute;
  font-weight: bold;
  left: 0;
  rotate: 90deg;
  transform-origin: center;
  top: -5%;
}
.top__product--yen p::after {
  content: '／';
  position: absolute;
  font-weight: bold;
  right: 0;
  transform-origin: center;
  top: 5%;
}
.top__product--yen p span {
  font-size: 1rem;
}
.top_product__sample-img {
  position: absolute;
  right: calc(100% / 1140 * 60);
  top: calc(100% / 1140 * -197);
  width: calc(100% / 1140 * 272);
}
@media (max-width: 768px) {
  .top_product__sample-img {
    display: none;
  }
}
.inquiry {
  box-shadow: 5px 5px 20px -6px rgb(0 0 0 / 34%);
  padding: 30px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.btn-area {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .btn-area {
    flex-direction: column;
    align-items: center;
  }
}
.btn--pf:link,
.btn--pf:visited {
  margin: 0;
  margin-right: 0;
  border: 1px solid #0f0f0f;
  color: #0f0f0f;
  background: #fff;
  transition: 0.3s;
  display: block;
}
.btn--pf:hover,
.btn--pf:active {
  color: #fff;
}
@media (max-width: 768px) {
  .btn--pf:hover,
  .btn--pf:active {
    color: #0f0f0f;
  }
}
@media screen and (max-width: 1199px) {
  .btn--pf:link,
  .btn--pf:visited {
    width: 100%;
  }
}
.btn--srvc:link,
.btn--srvc:visited {
  margin: 0;
  display: block;
  width: calc(100% / 1140 * 422);
}
@media screen and (max-width: 1199px) {
  .btn--srvc:link,
  .btn--srvc:visited {
    width: 100%;
  }
}
.inquiry__area--p {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .inquiry__area--p {
    text-align: left;
  }
}
.s_plan {
  padding-top: 40px;
}
.s_plan .plan-box {
  margin: 30px 0 140px 0;
}
@media (max-width: 1200px) {
  .s_plan .plan-box {
    margin: 30px 0 100px 0;
  }
}
@media (max-width: 992px) {
  .s_plan .plan-box {
    margin: 30px 0 50px 0;
  }
}

.s_plan .plan-box .inner {
  align-items: flex-start;
}

.plan-box .inner .image-box {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .plan-box .inner .image-box {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .plan-box .inner .image-box a {
    display: block;
  }
}
.page-srvc-landingpage .plan-box .inner .pink-box h3 .tax,
.page-srvc-landingpage .plan-box .inner .blue-box h3 .tax,
.page-srvc-landingpage .plan-box .inner .green-box h3 .tax {
  font-size: 2rem;
}

.s_plan .plan-box .inner .image-box a.height:first-child img {
  width: 47%;
}
@media (max-width: 768px) {
  .s_plan .plan-box .inner .image-box a.height:first-child img {
    width: 100%;
  }
}
.s_plan .plan-box .inner .image-box img {
  width: 50%;
}

.s_plan .plan-box .inner .blue-image-box img {
  width: 80%;
}
@media (max-width: 992px) {
  .s_plan .plan-box .inner .blue-image-box img {
    width: 100%;
    max-width: 600px;
  }
}

.page-srvc-landingpage .plan-box .inner .green-box > span {
  font-size: 1rem;
  font-weight: 400;
  position: static;
  padding: 0;
}
.s_plan .plan-box .inner .green-box span.test-c-area {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}

.s_plan .plan-box .inner .green-box span.text-c-take {
  color: #1287cc;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .s_plan .plan-box .inner .green-box span.text-c-take {
    font-size: 1rem;
  }
}

.s_plan .plan-box .inner .green-box span.text-c-plus {
  color: #248b16;
  font-weight: bold;
  font-size: 2rem;
  padding-inline: 1rem;
}
.s_plan .plan-box .inner .green-box span.text-c-matsu {
  color: #0f0f0f;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .s_plan .plan-box .inner .green-box span.text-c-matsu {
    font-size: 1rem;
  }
}

.s_plan .plan-box .inner .matsu-img {
  display: flex;
  gap: 20px;
  width: 80%;
}
@media (max-width: 992px) {
  .s_plan .plan-box .inner .matsu-img {
    width: 100%;
    justify-content: center;
  }
}
.s_plan .plan-box .inner .matsu-img img {
  width: 100%;
}
.matsu-img__plus {
  font-weight: 700;
  font-size: 64px;
  color: #248b16;
  align-self: center;
}
.s_company {
  padding-top: 4rem;
}
.s_company .s_company__heading {
  color: #0f0f0f;
  font-size: calc(100vw / 1140 * 32);
  font-weight: 700;
}
@media (max-width: 768px) {
  .s_company .s_company__heading {
    font-size: 1.5rem;
  }
}
.s_company__table {
  display: table;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .s_company__table {
    display: block;
  }
}
.s_company .s_company__table__tr {
  display: table-row;
}
@media (max-width: 768px) {
  .s_company .s_company__table__tr {
    display: block;
  }
}
.s_company .s_company__table__th {
  display: table-cell;
  background-color: #f7f7f7;
  color: #0f0f0f;
  box-shadow: none;
  font-size: 1rem;
  padding: 1rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 25%;
}
@media (max-width: 768px) {
  .s_company .s_company__table__th {
    display: block;
    width: 100%;
    border: none;
  }
}
.s_company .s_company__table__td {
  display: table-cell;
  padding: 1rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 768px) {
  .s_company .s_company__table__td {
    display: block;
    width: 100%;
    border: none;
  }
}
.s_company .s_company__table__td ul {
  margin-bottom: 0;
  list-style: disc;
}

.s_company .s_company__table__td ul li {
  height: auto;
  line-height: 2;
  display: list-item;
  margin-left: 1rem;
}
.footer__inner {
  padding-top: 0;
}
.bottom-area .copyright {
  flex-grow: 1;
  text-align: center;
}
.responsive {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.responsive_sp {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .responsive div a {
    position: static;
    display: block;
    margin-top: 0px;
    bottom: 4vw;
    right: 2vw;
    height: auto;
  }
}
.bottom-area {
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .page-service-child a.btn--pf.btn div::after {
    content: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjQ3LjVweCIgaGVpZ2h0PSIxMC41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigxNSwgMTUsIDE1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTEuMDY4LDguMzcxIEw0Mi42ODAsOC4zNzEgTDMzLjU3MSwxLjg3MyAiLz4KPC9zdmc+);
    display: inline-block;
    margin-top: 0;
    padding-left: 1rem;
  }
}
