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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1919px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

#case,
#choose,
#profile,
#price,
#faq,
#contact {
  scroll-margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #case,
  #choose,
  #profile,
  #price,
  #faq,
  #contact {
    scroll-margin-top: 60px;
  }
}

body {
  color: #000000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

/*----------------------------------
  c-contact-banner
-----------------------------------*/
.c-contact-banner {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 100;
  width: 8.75rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}
.c-contact-banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .c-contact-banner:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-banner {
    right: 16px;
    bottom: 16px;
    width: 90px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
}

/*----------------------------------
  c-section-divider
-----------------------------------*/
.c-section-divider {
  margin-top: 0.625rem;
  width: 60rem;
  margin-inline: auto;
}
.c-section-divider img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-section-divider {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-inline: auto;
  }
}

/*----------------------------------
  c-section-inner
-----------------------------------*/
.c-section-inner {
  padding-inline: 22.5rem;
  max-width: 1920px;
  padding-block: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-section-inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

/*----------------------------------
  c-section-title
-----------------------------------*/
.c-section-title {
  padding-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
}
.c-section-title span {
  color: #f50804;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    padding-bottom: 5px;
  }
}

body {
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

/*----------------------------------
  p-header
-----------------------------------*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 60px;
  }
}

.p-header__inner {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 22.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 10px;
  }
}

.p-header__logo a {
  display: block;
}
.p-header__logo img {
  width: 28.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 200px;
  }
}

.p-header__contact {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-header__contact {
    display: none;
  }
}

.p-header__label {
  margin-top: 0.25rem;
  grid-column: 1;
  grid-row: 1/3;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #f50804;
  padding: 0.1875rem 0.625rem;
  letter-spacing: 0.05em;
}

.p-header__tel {
  grid-column: 2;
  grid-row: 1;
  font-size: 2rem;
  font-weight: 700;
  color: #f50804;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (any-hover: hover) {
  .p-header__tel:hover {
    opacity: 0.7;
  }
}

.p-header__hours {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.875rem;
  color: #000000;
  text-align: right;
}

.p-header__tel-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__tel-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #f50804;
    border-radius: 999px;
    white-space: nowrap;
  }
  .p-header__tel-sp svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-header__tel-sp-num {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/*----------------------------------
  p-mv
-----------------------------------*/
.p-mv {
  position: relative;
  background: url(../img/pic_fv-image.webp) no-repeat top center/cover;
  overflow: hidden;
  height: 56.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: unset;
    background-position: center center;
    background: url(../img/bg-mv.webp) no-repeat top center/cover;
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 90%, 50% 100%, 0 90%, 0% 70%, 0% 35%, 0 0);
  }
}

.p-mv__inner {
  height: 100%;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 22.5rem;
  padding-block: 4.0625rem 10.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-block: 40px 30px;
    padding-inline: 20px;
  }
}

.p-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    width: 100%;
    gap: 16px;
  }
}

.p-mv__lead {
  width: 100%;
  height: auto;
}

.p-mv__title {
  margin-top: -1.5625rem;
  width: 58rem;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-top: -10px;
    width: 100%;
  }
}

.p-mv__banner {
  margin-top: -4.6875rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__banner {
    margin-top: -20px;
  }
}

.p-mv__person {
  position: absolute;
  right: 0;
  top: 0;
  width: 81.25rem;
  pointer-events: none;
}
.p-mv__person img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv__person {
    position: static;
    width: 85%;
    margin-inline: auto;
  }
  .p-mv__person img {
    margin-top: -50px;
  }
}

.p-mv-bottom__banner {
  text-align: center;
  padding-inline: 22.5rem;
  margin-inline: auto;
}
.p-mv-bottom__banner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__banner {
    padding-inline: 20px;
    width: 100%;
  }
}

/*----------------------------------
  p-cta
-----------------------------------*/
.p-cta {
  position: relative;
  margin-top: 7.5rem;
  background: url(../img/bg_red01.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin-top: 48px;
  }
}

.p-cta__inner {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 22.5rem;
  height: 27.125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    height: auto;
    padding-inline: 20px;
    padding-block: 0 32px;
  }
}

.p-cta__content {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-cta__image {
  position: absolute;
  left: -6.6875rem;
  top: -9rem;
  width: 31.5rem;
  height: 36.125rem;
  overflow: hidden;
}
.p-cta__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-cta__image {
    position: static;
    width: 150px;
    height: 172px;
    margin-top: -24px;
    margin-bottom: -28px;
    margin-right: 50px;
  }
}

.p-cta__body {
  position: absolute;
  left: 26.3125rem;
  top: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-cta__body {
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
}

.p-cta__head {
  display: block;
  width: 45rem;
}
.p-cta__head img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cta__head {
    width: 100%;
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__head .p-cta__head-image {
    display: none;
  }
}

.p-cta__head-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cta__head-text {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 0;
    padding: 9px 16px 10px;
    border-radius: 6px;
    background: #fbf448;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
  }
}

.p-cta__middle {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.p-cta__middle span {
  font-weight: 700;
  color: #fbf448;
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta__middle {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
  }
  .p-cta__middle span {
    font-size: 18px;
  }
}

.p-cta__bottom {
  margin-top: 1.8125rem;
  width: 48.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-cta__bottom img {
  width: 100%;
  height: auto;
  display: block;
}
@media (any-hover: hover) {
  .p-cta__bottom:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__bottom {
    margin-top: 16px;
    width: 100%;
    max-width: 350px;
  }
}

/*----------------------------------
  p-merit
-----------------------------------*/
.p-merit {
  background: #fff;
}

.p-merit__inner {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 22.5rem;
  padding-block: 9.375rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-merit__inner {
    padding-inline: 20px;
    padding-block: 60px 70px;
  }
}

.p-merit__head {
  text-align: center;
}

.p-merit__title {
  font-size: 2.5rem;
  font-weight: 700;
}
.p-merit__title span:nth-of-type(1) {
  font-size: 2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-merit__title span:nth-of-type(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__title {
    font-size: 20px;
  }
}

.p-merit__lead {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03125rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-merit__lead {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

.p-merit__cards {
  margin-top: 3.75rem;
}
.p-merit__cards img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-merit__cards {
    margin-top: 32px;
  }
}

/*----------------------------------
  p-cta02
-----------------------------------*/
.p-cta02 {
  background: url(../img/bg_cta-black.webp) no-repeat center center/cover;
}

.p-cta02__inner {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 22.5rem;
  height: 26.5625rem;
}
@media screen and (max-width: 767px) {
  .p-cta02__inner {
    height: auto;
    padding-inline: 20px;
    padding-top: 40px;
  }
}

.p-cta02__content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-cta02__content {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-cta02__image {
  position: absolute;
  left: 23.25rem;
  top: 0;
  width: 74.25rem;
  height: 100%;
  overflow: hidden;
}
.p-cta02__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 36%;
     object-position: center 36%;
}
@media screen and (max-width: 767px) {
  .p-cta02__image {
    position: static;
    width: 160px;
    height: 107px;
    margin-top: 16px;
    margin-right: 50px;
  }
}

.p-cta02__body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-cta02__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.p-cta02__title {
  position: relative;
  display: inline-block;
  padding-bottom: 1.25rem;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.125rem;
  color: #fbf448;
}
.p-cta02__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38.75rem;
  height: 0.1875rem;
  background: #f50804;
}
@media screen and (max-width: 767px) {
  .p-cta02__title {
    padding-bottom: 12px;
    font-size: 25px;
    letter-spacing: 1px;
  }
  .p-cta02__title::after {
    width: 100%;
    height: 2px;
  }
}

.p-cta02__lead {
  margin-top: 1.75rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width: 767px) {
  .p-cta02__lead {
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 1px;
  }
}

.p-cta02__lead-strong {
  font-size: 2.625rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-cta02__lead-strong {
    font-size: 18px;
  }
}

.p-cta02__lead-sub {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cta02__lead-sub {
    font-size: 13px;
  }
}

.p-cta02__btn {
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21rem;
  height: 5rem;
  border-radius: 0.5rem;
  background: #fbf448;
  color: #000;
  font-size: 2.25rem;
  font-weight: 900;
  border-radius: 100vmax;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .p-cta02__btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-cta02__btn {
    margin-top: 24px;
    width: 180px;
    height: 50px;
    font-size: 14px;
  }
}

.p-case__head {
  text-align: center;
}

.p-case__title {
  padding-bottom: 1.25rem;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
.p-case__title span {
  display: inline;
  font-weight: 700;
}
.p-case__title span:nth-of-type(1) {
  color: #f50804;
  font-size: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-case__title span:nth-of-type(1) {
    font-size: 24px;
  }
}
.p-case__title span:nth-of-type(2) {
  font-size: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-case__title span:nth-of-type(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__title {
    padding-bottom: 5px;
    font-size: 20px;
  }
}

.p-case__lead {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-case__lead {
    margin-top: 12px;
    font-size: 14px;
  }
}

/*----------------------------------
  p-case-card
-----------------------------------*/
.p-case__cards {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-case__cards {
    margin-top: 32px;
  }
}

.p-case-card {
  background: #fbf8ec;
  border: 1px solid #e8e3d8;
  border-radius: 1rem;
  overflow: hidden;
}
.p-case-card + .p-case-card {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-case-card {
    border-radius: 12px;
  }
  .p-case-card + .p-case-card {
    margin-top: 40px;
  }
}

.p-case-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  padding: 0 2.5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 24px 20px 0;
  }
}

.p-case-card__head .p-case-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-card__head .p-case-card__body {
    gap: 16px;
  }
}

.p-case-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-case-card__meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}

.p-case-card__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.25rem;
  height: 7.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1b92e3;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.p-case-card__num::first-line {
  font-size: 0.8125rem;
}
.p-case-card__num span {
  font-size: 1.4375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-case-card__num {
    width: 75px;
    height: 80px;
  }
  .p-case-card__num::first-line {
    font-size: 10px;
  }
  .p-case-card__num span {
    font-size: 16px;
  }
}

.p-case-card__title-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-case-card__title-wrap {
    padding-top: 0;
  }
}

.p-case-card__label {
  display: inline-block;
  padding: 0.25rem 0.875rem;
  border: 1px solid #000000;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-case-card__label {
    padding: 2px 10px;
    font-size: 11px;
  }
}

.p-case-card__title {
  margin-top: 0.75rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1b92e3;
}
.p-case-card__title span {
  display: inline;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-case-card__title {
    margin-top: 8px;
    font-size: 16px;
  }
  .p-case-card__title span {
    font-size: 12px;
  }
}

.p-case-card-desc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000000;
}
.p-case-card-desc__title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.5rem;
  border-color: transparent transparent transparent #000000;
}
@media screen and (max-width: 767px) {
  .p-case-card-desc__title {
    font-size: 13px;
    gap: 4px;
  }
  .p-case-card-desc__title::before {
    border-width: 4px 0 4px 6px;
  }
}

.p-case-card-desc__text {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-case-card-desc__text {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-case-card__image {
  padding-top: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17.5rem;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-case-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-case-card__image {
    padding-top: 10px;
    width: 100%;
    max-width: 240px;
    margin-inline: auto;
  }
}

.p-case-card > .p-case-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-card > .p-case-card__body {
    gap: 12px;
    padding: 16px 20px 24px;
  }
}

.p-case-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-case-card__icon img {
  display: block;
  width: 3.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-case-card__icon img {
    width: 36px;
  }
}

.p-case-card__text {
  background: #fff;
  padding: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.03125rem;
  color: #000000;
}
.p-case-card__text span {
  display: inline;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03125rem;
  color: #f50804;
}
@media screen and (max-width: 767px) {
  .p-case-card__text {
    padding: 5px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
  .p-case-card__text span {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
}

.p-about__head {
  text-align: center;
}

.p-about__title {
  padding-bottom: 1.25rem;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
.p-about__title span {
  font-weight: 700;
}
.p-about__title span:nth-of-type(1) {
  color: #f50804;
  font-size: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__title span:nth-of-type(1) {
    font-size: 24px;
  }
}
.p-about__title span:nth-of-type(2) {
  font-size: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__title span:nth-of-type(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__title {
    padding-bottom: 5px;
    font-size: 20px;
  }
}

.p-about__lead {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03125rem;
  color: #000000;
}
.p-about__lead span {
  font-size: 1.3125rem;
  font-weight: 700;
}
.p-about__lead span:nth-of-type(1) {
  color: #1b92e3;
}
.p-about__lead span:nth-of-type(2) {
  color: #ff7900;
}
.p-about__lead span:nth-of-type(3) {
  color: #ff7900;
}
@media screen and (max-width: 767px) {
  .p-about__lead span {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

.p-about__content {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    margin-top: 10px;
  }
}

.p-about-desc__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__note {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  letter-spacing: 0.03125rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__note {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 10px;
  }
}

.p-penalty__image img {
  display: block;
}

.p-penalty__head {
  text-align: center;
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: 0.03125rem;
}
.p-penalty__head span {
  font-size: 2.625rem;
  color: #f50804;
  font-weight: 700;
  letter-spacing: 0.03125rem;
}
@media screen and (max-width: 767px) {
  .p-penalty__head {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
  .p-penalty__head span {
    font-size: 17px;
    letter-spacing: 0.5px;
  }
}

.p-penalty__head .p-penalty__head--large {
  font-size: 2.375rem;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-penalty__head .p-penalty__head--large {
    font-size: 17px;
  }
}

.p-penalty__middle-image {
  margin-top: 3.125rem;
}
.p-penalty__middle-image img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-penalty__middle-image {
    margin-top: 30px;
  }
}

.p-penalty__list {
  margin-top: 2.5rem;
  padding-inline: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-penalty__list {
    margin-top: 20px;
    padding-inline: 0;
    gap: 10px;
  }
}

.p-penalty-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-penalty-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}

.p-penalty-item__icon {
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-penalty-item__icon {
    margin-top: 6px;
    width: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-penalty-item__icon img {
  display: block;
}

.p-penalty-item__desc {
  font-size: 1.75rem;
  letter-spacing: 0.03125rem;
}
@media screen and (max-width: 767px) {
  .p-penalty-item__desc {
    letter-spacing: 0.5px;
    font-size: 16px;
  }
}
.p-penalty-item__desc span {
  font-size: 2rem;
  font-weight: 700;
  color: #f50804;
}
@media screen and (max-width: 767px) {
  .p-penalty-item__desc span {
    font-size: 18px;
  }
}

.p-penalty__note {
  text-align: center;
  margin-top: 2.8125rem;
  padding-block: 1.25rem;
  background: #f5f1d5;
  font-weight: 700;
}
.p-penalty__note p:nth-of-type(1) {
  font-size: 2rem;
}
.p-penalty__note p:nth-of-type(2) {
  font-size: 2.625rem;
  color: #1b92e3;
}
.p-penalty__note p:nth-of-type(3) {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-penalty__note {
    margin-top: 20px;
    padding-block: 10px;
  }
  .p-penalty__note p:nth-of-type(1) {
    font-size: 20px;
  }
  .p-penalty__note p:nth-of-type(2) {
    font-size: 22px;
  }
  .p-penalty__note p:nth-of-type(3) {
    font-size: 20px;
  }
}

.p-solution__head img {
  display: block;
}

.p-solution__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-solution__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-solution__image {
  width: 37.1666666667%;
}
.p-solution__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-solution__image {
    width: unset;
  }
}

.p-solution__body {
  width: 60%;
  letter-spacing: 0.03125rem;
  line-height: 1.75rem;
}
.p-solution__body p {
  font-size: 1.125rem;
}
.p-solution__body p span {
  font-size: 1.125rem;
  color: #f50804;
}
@media screen and (max-width: 767px) {
  .p-solution__body {
    letter-spacing: 0.5px;
    line-height: 20px;
    width: unset;
  }
  .p-solution__body p {
    font-size: 16px;
  }
  .p-solution__body p span {
    font-size: 18px;
  }
}

.p-solution__banner {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-solution__banner {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.p-solution-banner__img img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-solution-banner__img {
    margin-inline: auto;
    width: min(64.1025641026vw, 350px);
  }
}

.p-choose__head {
  text-align: center;
}

.p-choose__title {
  font-size: 2.125rem;
  font-weight: 700;
}
.p-choose__title span {
  display: inline;
  font-size: 2.875rem;
}
.p-choose__title span:nth-of-type(1) {
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-choose__title span:nth-of-type(1) {
    font-size: 24px;
  }
}
.p-choose__title span:nth-of-type(2) {
  color: #f50804;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-choose__title span:nth-of-type(2) {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-choose__title {
    font-size: 18px;
  }
}

.p-choose__lead {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-choose__lead {
    margin-top: 12px;
    font-size: 14px;
  }
}

.p-choose__cards {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-choose__cards {
    margin-top: 20px;
    gap: 15px;
  }
}

.p-choose-card {
  border-radius: 0.5rem;
  border: 0.25rem solid #f50804;
  padding: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-choose-card {
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    border: 2px solid #f50804;
    padding: 10px;
  }
}

.p-choose__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-choose__image {
    width: 100%;
  }
}
.p-choose__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-choose__meta {
  border-bottom: 0.125rem solid #fbf448;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-choose__meta {
    padding-bottom: 5px;
    border-bottom: 1px solid #fbf448;
  }
}

.p-choose__num {
  width: 6.875rem;
}
.p-choose__num img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-choose__num {
    width: 80px;
  }
}

.p-choose-card__title {
  margin-top: -1.875rem;
  font-size: 2.375rem;
  font-weight: 700;
  color: #f50804;
}
.p-choose-card__title span {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-choose-card__title {
    margin-top: -1.875rem;
    font-size: 20px;
  }
  .p-choose-card__title span {
    font-size: 16px;
  }
}

.p-choose__text {
  letter-spacing: 0.03125rem;
  padding-top: 0.625rem;
  font-size: 1.125rem;
}
.p-choose__text span {
  font-size: 1.5rem;
  color: #f50804;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-choose__text {
    letter-spacing: 0.5px;
    padding-top: 5px;
    font-size: 15px;
  }
  .p-choose__text span {
    font-size: 18px;
  }
}

.p-choose__note {
  text-align: center;
  margin-top: 3.125rem;
  font-size: 2rem;
  letter-spacing: 0.03125rem;
  line-height: 3.5rem;
}
.p-choose__note span {
  display: inline;
  color: #f50804;
  font-size: 2.625rem;
  line-height: 4.5625rem;
  letter-spacing: 0.03125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-choose__note {
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
  .p-choose__note span {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
}

.p-profile {
  background: #f5f1d5;
}

.p-profile__inner {
  padding-inline: 30rem 22.5rem;
  max-width: 1920px;
  padding-block: 1.875rem 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-profile__inner {
    padding-inline: 20px;
    padding-block: 20px 50px;
  }
}

.p-profile__head {
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__head {
    padding-top: 50px;
  }
}

.p-profile__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__title {
    font-size: 24px;
  }
}

.p-profile__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-profile__content {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-profile__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}

.p-profile__name {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-profile__name {
    font-size: 25px;
  }
}

.p-profile__text {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  letter-spacing: 0.03125rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-profile__text {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
  }
}

.p-profile__body {
  max-width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__body {
    max-width: 100%;
  }
}

.p-profile__desc {
  font-size: 1.125rem;
  letter-spacing: 0.03125rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-profile__desc {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
  }
}

.p-profile__history {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-profile__history {
    margin-top: 20px;
  }
}

.p-profile-history__title {
  padding-bottom: 0.3125rem;
  font-size: 1.5rem;
  border-bottom: 0.0625rem solid #ff7900;
}
@media screen and (max-width: 767px) {
  .p-profile-history__title {
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom: 1px solid #ff7900;
  }
}

.p-profile-history__list {
  padding-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-profile-history__list {
    padding-top: 10px;
    gap: 5px;
  }
}

.p-profile-history__item {
  font-size: 1.125rem;
  letter-spacing: 0.03125rem;
}
@media screen and (max-width: 767px) {
  .p-profile-history__item {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

.p-strength__inner {
  padding-inline: 30rem;
  max-width: 1920px;
  padding-block: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-strength__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-strength__head {
  text-align: center;
}

.p-strength__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-strength__title {
    font-size: 24px;
  }
}

.p-strength__lead {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-strength__lead {
    margin-top: 12px;
    font-size: 14px;
  }
}

.p-strength__top-title {
  text-align: center;
  font-weight: 700;
  margin-top: 1.875rem;
  font-size: 2.625rem;
  line-height: 4.375rem;
  letter-spacing: 0.03125rem;
}
.p-strength__top-title span {
  color: #f50804;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-strength__top-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  .p-strength__top-title span {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
.p-strength__top-title {
  position: relative;
}
.p-strength__top-title::before {
  content: "";
  position: absolute;
  background: url(../img/icon_left.svg) no-repeat center center/contain;
  width: 6.25rem;
  height: 6.25rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-strength__top-title::before {
    display: none;
  }
}
.p-strength__top-title::after {
  content: "";
  position: absolute;
  background: url(../img/icon_right.svg) no-repeat center center/contain;
  width: 6.25rem;
  height: 6.25rem;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-strength__top-title::after {
    display: none;
  }
}

.p-strength__content {
  margin-top: 1.875rem;
  letter-spacing: 0.03125rem;
  font-size: 1.125rem;
}
.p-strength__content span {
  display: inline;
  font-size: 1.5rem;
  letter-spacing: 0.03125rem;
  color: #1b92e3;
}
@media screen and (max-width: 767px) {
  .p-strength__content {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .p-strength__content span {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.p-strength__content {
  position: relative;
}
.p-strength__content::before {
  content: "";
  position: absolute;
  background: url(../img/pic_strength_bg1.webp) no-repeat center center/contain;
  width: 81.25rem;
  height: 58.125rem;
  top: -22.125rem;
  left: -22.625rem;
}
@media screen and (max-width: 767px) {
  .p-strength__content::before {
    display: none;
  }
}
.p-strength__content::after {
  content: "";
  position: absolute;
  background: url(../img/pic_strength_bg2.webp) no-repeat center center/contain;
  width: 81.25rem;
  height: 58.125rem;
  top: -22.125rem;
  right: -22.625rem;
}
@media screen and (max-width: 767px) {
  .p-strength__content::after {
    display: none;
  }
}

.p-strength__note {
  margin-top: 3.125rem;
  padding: 1.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  line-height: 1.5;
  background: #f5f1d5;
}
@media screen and (max-width: 767px) {
  .p-strength__note {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
}

.p-access__inner {
  padding-inline: 22.5rem;
  max-width: 1920px;
  padding-block: 5rem 9.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-access__head {
  text-align: center;
}

.p-access__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__title {
    font-size: 24px;
  }
}

.p-access__content {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-access__content {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p-access__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  width: 100%;
}

.p-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.0625rem solid #1b92e3;
}
@media screen and (max-width: 767px) {
  .p-access__row {
    border-bottom: 1px solid #1b92e3;
  }
}

.p-access__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7rem;
  margin: 0;
  padding-block: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-access__label {
    width: 100px;
    padding-block: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-access__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-block: 0.625rem;
  padding-left: 1.25rem;
  border-left: 0.0625rem solid #1b92e3;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-access__value {
    padding-block: 8px;
    padding-left: 12px;
    border-left: 1px solid #1b92e3;
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-access__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.p-access__map iframe {
  display: block;
  width: 100%;
  height: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    height: 250px;
  }
}

.p-price {
  position: relative;
  background: url(../img/bg_price-bg.webp) no-repeat center center/cover;
  width: 100%;
}

.p-price__title {
  font-size: 3.25rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    font-size: 26px;
  }
}

.p-price__content {
  margin-top: 3.75rem;
  position: relative;
}
.p-price__content::before {
  content: "";
  position: absolute;
  background: url(../img/pic_price-deco.webp) no-repeat center center/contain;
  width: 25rem;
  height: 25rem;
  top: -18.75rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-price__content::before {
    width: 160px;
    height: 160px;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .p-price__content {
    margin-top: 30px;
  }
}

.p-price-bord {
  position: relative;
  z-index: 1;
}

.p-offer__inner {
  padding-inline: 22.5rem;
  max-width: 1920px;
  padding-top: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-offer__inner {
    padding-inline: 20px;
    padding-top: 50px;
  }
}

.p-offer__balloon {
  position: relative;
  max-width: 75rem;
  margin-inline: auto;
  background: #fbf448;
  border-radius: 1.875rem;
  padding: 3.125rem 4.375rem;
}
.p-offer__balloon::after {
  content: "";
  position: absolute;
  bottom: -2.375rem;
  left: 36.375rem;
  border-style: solid;
  border-width: 2.5rem 1.75rem 0 1.75rem;
  border-color: #fbf448 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-offer__balloon {
    max-width: 100%;
    border-radius: 20px;
    padding: 30px 24px;
  }
  .p-offer__balloon::after {
    bottom: -24px;
    left: 43%;
    border-width: 24px 18px 0 18px;
  }
}

.p-offer__balloon-text {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 4.375rem;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-offer__balloon-text {
    font-size: 22px;
    line-height: 1.6;
  }
}

.p-offer__balloon-accent {
  color: #f50804;
  font-weight: 700;
}

.p-discount__inner {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-discount__inner {
    padding-inline: 20px;
  }
}

.p-discount__content {
  background: #f5f1d5;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-discount__content {
    padding: 10px;
  }
}

.p-discount__text {
  font-size: 1.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.6;
}
.p-discount__text span {
  color: #f50804;
  font-size: 2.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-discount__text {
    font-size: 16px;
  }
  .p-discount__text span {
    font-size: 19px;
  }
}

.p-discount__lead {
  color: #fff;
  text-align: center;
  padding-block: 1.875rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 3.25rem;
  font-weight: 700;
  background: url(../img/bg_discount-price.webp) no-repeat center center/cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-discount__lead {
    padding-block: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 20px;
  }
}

.p-discount__brod img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-discount__brod {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-discount__brod img {
    width: auto;
    height: 220px;
    max-width: none;
  }
}

.p-discount__note {
  margin-top: 0.9375rem;
  font-size: 1.625rem;
  letter-spacing: 0.03125rem;
  line-height: 1.5;
}
.p-discount__note span {
  color: #f50804;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-discount__note {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  .p-discount__note span {
    font-size: 20px;
  }
}

.p-discount__about {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-discount__about {
    margin-top: 10px;
  }
}

.p-discount-about__title {
  padding: 1.25rem;
  color: #fff;
  font-size: 1.5rem;
  background: url(../img/bg_discount-price.webp) no-repeat center center/cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-discount-about__title {
    padding: 10px;
    font-size: 18px;
  }
}

.p-discount-about__text {
  border: 0.125rem solid #f50804;
  padding: 0.625rem 1.25rem;
  font-size: 1.625rem;
  background: #fff;
  letter-spacing: 0.03125rem;
  line-height: 1.6;
}
.p-discount-about__text span {
  display: inline;
  color: #f50804;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-discount-about__text {
    border: 1px solid #f50804;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

.p-promise__title {
  text-align: center;
  color: #fff;
  padding: 1.125rem;
  font-size: 3.25rem;
  font-weight: 700;
  background: url(../img/bg_promise.webp) no-repeat center center/cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-promise__title {
    padding: 10px;
    font-size: 20px;
  }
}

.p-promise__body {
  position: relative;
  min-height: 26.25rem;
  padding: 1.875rem;
  border: 0.1875rem solid #1b92e3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-promise__body {
    min-height: 0;
    padding: 5px 5px 0 5px;
    border: 1px solid #1b92e3;
  }
}

.p-promise__text {
  padding-top: 0.625rem;
  padding-right: 23.75rem;
  font-size: 1.75rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-promise__text {
    padding-top: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.7;
  }
}

.p-promise__image {
  position: absolute;
  right: -5.9375rem;
  bottom: 0;
  width: 46.875rem;
}
.p-promise__image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-promise__image {
    position: static;
    width: 220px;
    margin-inline: auto;
  }
}

.p-faq__head {
  text-align: center;
}

.p-faq__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 24px;
  }
}

.p-faq__content-title {
  margin-top: 2.5rem;
  padding-bottom: 0.9375rem;
  color: #ff7900;
  font-size: 1.75rem;
  border-bottom: 0.125rem solid #ff7900;
}
@media screen and (max-width: 767px) {
  .p-faq__content-title {
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 22px;
    border-bottom: 1px solid #ff7900;
  }
}

.p-faq__boxes {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__boxes {
    margin-top: 20px;
    gap: 10px;
  }
}

.p-faq-item {
  border: 0.0625rem solid #cccccc;
}
.p-faq-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-item {
    margin-bottom: 6px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}

.p-faq-item__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 2.5rem 1.25rem 3.5rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
  list-style: none;
  cursor: pointer;
}
.p-faq-item__question::-webkit-details-marker {
  display: none;
}
.p-faq-item__question::before {
  position: absolute;
  left: 1rem;
  content: "Q";
  font-size: 1.6875rem;
  font-weight: 700;
  color: #1b92e3;
}
.p-faq-item__question::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 0.1875rem solid #999999;
  border-bottom: 0.1875rem solid #999999;
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faq-item__question {
    gap: 10px;
    padding: 16px 20px 16px 36px;
    font-size: 16px;
  }
  .p-faq-item__question::before {
    left: 12px;
    font-size: 20px;
  }
  .p-faq-item__question::after {
    width: 7px;
    height: 7px;
    border-width: 0 2px 2px 0;
  }
}

.p-faq-item[open] .p-faq-item__question::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.p-faq-item__answer {
  position: relative;
  margin: 0;
  padding: 0 2.5rem 1.75rem 3.5rem;
  font-size: 1.3125rem;
  letter-spacing: 0.03125rem;
  color: #000000;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.p-faq-item__answer::before {
  position: absolute;
  left: 1rem;
  content: "A";
  font-size: 1.6875rem;
  font-weight: 700;
  color: #f50804;
}
@media screen and (max-width: 767px) {
  .p-faq-item__answer {
    padding: 0 20px 16px 36px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .p-faq-item__answer::before {
    left: 12px;
    font-size: 20px;
  }
}

.p-faq-item[open] .p-faq-item__answer {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.p-danger {
  background: url(../img/bg_text-bg.webp) no-repeat center center/cover;
  width: 100%;
}

.p-danger__inner {
  padding-inline: 26.25rem;
  max-width: 1920px;
  padding-block: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-danger__inner {
    padding-inline: 15px;
    padding-block: 50px;
  }
}

.p-danger__title {
  color: #fff;
  text-align: center;
  font-size: 3.25rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-danger__title {
    font-size: 20px;
	margin-bottom: 1rem;
  }
}

.p-danger-large {
  font-size: 3.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-danger-large {
    font-size: 23px;
  }
}

.p-danger-small {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-danger-small {
    font-size: 18px;
  }
}

.p-danger__text {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.03125rem;
  line-height: 1.9;
  font-weight: 500;
  color: #fff;
}
.p-danger__text span {
  color: #fbf448;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-danger__text {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.5;
  }
  .p-danger__text span {
    font-size: 19px;
  }
}

.p-apology__inner {
  padding-inline: 22.5rem;
  max-width: 1920px;
  padding-top: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-apology__inner {
    padding-inline: 20px;
    padding-top: 50px;
  }
}

.p-apology__title {
  text-align: left;
  font-size: 2.625rem;
  font-weight: 700;
}
.p-apology__title span {
  font-size: 3.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-apology__title {
    font-size: 20px;
  }
  .p-apology__title span {
    font-size: 25px;
  }
}

.p-apology__content {
  margin-top: 0.9375rem;
  padding: 1.25rem;
  background: #f5f1d5;
  position: relative;
}
.p-apology__content::before {
  content: "";
  position: absolute;
  background: url(../img/pic_apology.webp) no-repeat center center/contain;
  width: 18.125rem;
  height: 18.125rem;
  top: 0;
  right: 0;
  top: -9.125rem;
  right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-apology__content::before {
    width: 80px;
    height: 80px;
    top: -47px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-apology__content {
    margin-top: 10px;
    padding: 10px;
  }
}

.p-apology__text {
  font-size: 1.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-apology__text span {
  color: #f50804;
  font-size: 2.375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-apology__text {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .p-apology__text span {
    font-size: 18px;
  }
}

.p-apology__name {
  text-align: right;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-apology__name {
    font-size: 14px;
    margin-top: 5px;
  }
}

.p-voice__inner {
  padding-inline: 22.5rem;
  max-width: 1920px;
  padding-bottom: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding-inline: 20px;
    padding-bottom: 10px;
  }
}

.p-voice__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__cards {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.p-voice-card {
  background: #f5f1d5;
  padding: 1.25rem;
}
.p-voice-card__text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03125rem;
  font-weight: 500;
  text-align: center;
}
.p-voice-card__text span {
  font-size: 1.625rem;
  color: #f50804;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-voice-card__text {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .p-voice-card__text span {
    font-size: 19px;
  }
}

.p-footer__inner {
  padding-inline: 22.5rem;
  max-width: 1920px;
  padding-block: 4.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 20px;
    padding-block: 30px;
  }
}

.p-footer__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-footer__nav {
  justify-self: end;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    justify-self: center;
  }
}

.p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__list {
    gap: 15px;
  }
}

.p-footer-nav__item {
  font-size: 1.125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__item {
    font-size: 16px;
  }
}
.p-footer-nav__item {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer-nav__item:hover {
    color: #f50804;
  }
}

.p-footer__copy {
  background: url(../img/bg_red01.webp) no-repeat center center/cover;
  width: 100%;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 12px;
    padding: 5px;
  }
}

.u-hidden-sp {
  display: inline;
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */



/*__________gaben_______________*/

.p-case-card__image {
    padding-top: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 17.5rem;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    overflow: hidden;
}
.p-case-card__title-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: 1.4rem;
}
.p-cta02__image {
    position: absolute;
    left: 22.25rem;
    top: 0;
    width: 74.25rem;
    height: 100%;
    overflow: hidden;
}
.p-strength__top-title::before {
    top: 40px;
    left: -20px;
}
.p-strength__top-title::after {
    top: 40px;
    right: -20px;
}

.page_contact .p-cta {
    margin-top: 5.5rem;
}
.page_contact .p-cta__inner {
    height: 22rem;
}
.page_contact .p-cta__image {
	left: -14rem;
    width: 39rem;
    height: 31rem;
}
.page_contact .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 20px;
	border-radius:15px;
  width: 100%;
  color: #555;
  font-size: 32px;
	font-weight:600;
  background: #1b92e3;
}
.page_contact .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1b92e3;
}
.page_contact .balloon1 p {
	text-align:center;
	color:#fff;
  margin: 0;
  padding: 0;
}
.page_contact .p-penalty__list {
    margin-top: 1rem;
}
.page_contact .choose-card {
    border: 0rem solid #fff;
    padding: 1.25rem 60px;
}
.page_contact .text-center{
	text-align:center;
}
.page_contact .page_tex{
	padding:30px 0;
}
.page_other .wp-block-heading{
	padding:30px 0 0;
    font-size: 1.75rem;
    letter-spacing: 0.03125rem;
}
.page_other .wp-block-paragraph{
	padding:0 0 20px;
	line-height:1.8;
}
.p-profile__content {
    gap: 7.0rem;
}
/*________contact_______________*/
/*ContactForm7カスタマイズ*/

table.CF7_table{
	width:100%;
	margin:0 auto;
	border: 1px solid #fff;
}
table.CF7_table p{
  font-size: 16px;
font-weight:500;
}
table.CF7_table th,
table.CF7_table td{
	padding-top:15px;
	padding-bottom:15px;
}
table.CF7_table th {
    text-align: left;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	line-height: 2;
    padding: 10px;
	width: 100%;
}

.CF7_table select {
	border: 1px solid #d8d8d8;
	line-height: 2;
    padding: 10px;
	width: 100%;
	font-weight:600;
}


.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #1b92e3;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #808080;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#fff;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#fff;
	}
	.CF7_table input, .CF7_table textarea {
    border: 1px solid #d8d8d8;
    line-height: 2;
    padding: 10px;
    width: 100%;
}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#1b92e3;/* オレンジ*/
	border:0;
	color:#fff;	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	font-size:18px;
	letter-spacing:2px;
	margin:0 auto;
	padding:8px 15px 10px;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;/*項目ごとの余白を調整*/
}
.wpcf7-list-item-label {/*項目の色や文字サイズ*/
  color: #100169;
  cursor: pointer;
  font-size: 16px;
font-weight:500;
}

input[type="checkbox"] {/*チェックボックスの枠*/
  content: '';
  border: 1px solid #cbf0fa;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
	margin-bottom:8px;
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.demo02 p{
	margin:0;padding:0;
}
.grecaptcha-badge { visibility: hidden; }
.font12 {
	font-size:10px;
	text-align:center;
	margin:20px 0 0;
	font-weight:400;
	color:#999999;
}

@media screen and (max-width: 767px) {
    .p-cta02__inner {
        padding-bottom: 40px;
    }
	.p-case-card__title-wrap {
    padding-top: 0.4rem;
}
.p-case-card__image {
    padding-top: 0;
}
.p-cta02__image {
    display: none;
}
.page_contact .p-cta__image {
        position: static;
width: 300px;
        height: 172px;
        margin-top: -100px;
        margin-bottom: -28px;
        margin-right: 90px;
    }
.page_contact .p-cta__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.page_contact .p-cta__inner {
    height: 11.5rem;
}
.page_contact .balloon1 {
    font-size: 27px;
}
.page_contact .choose-card {
    padding: 0;
}
.CF7_req,
.CF7_unreq {
    padding: 0px 5px;
}
table.CF7_table th {
    padding-bottom: 0;
}








}















