@charset "UTF-8";
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #333333;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.fade.view {
  opacity: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  overflow: auto;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol,
li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.chartWrapper {
  position: absolute;
  top: 8%;
  left: 19%;
  width: 64%;
}
@media screen and (min-width: 768px) {
  .chartWrapper {
    top: 6%;
    left: 25%;
    width: 58%;
  }
}

.chartWrapper::before {
  display: block;
  content: "";
  padding-top: 100%;
}

#resultChart {
  position: absolute;
  top: 0;
  left: 0;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.c-btn-check {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428;
  letter-spacing: 0.025em;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2637a), to(#f52121));
  background-image: linear-gradient(to top, #f2637a, #f52121);
  border-radius: 6px;
  max-width: 290px;
  max-width: 18.125rem;
  width: 100%;
  padding: 21px 0;
  padding: 1.3125rem 0;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-check {
    font-size: 1.125rem;
    max-width: 24.375rem;
    padding: 2.0625rem 6.375rem;
  }
}

.c-btn-check::after {
  content: "";
  position: absolute;
  background: url(../images/btn-white-down.png) no-repeat center center/contain;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  width: 0.5625rem;
  height: 5px;
  height: 0.3125rem;
}

.c-btn-check__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307;
  letter-spacing: 0.023em;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-btn-check__text {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
  }
}

.c-btn-contact {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428;
  letter-spacing: 0.025em;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f58d21), to(#f07356));
  background-image: linear-gradient(to top, #f58d21, #f07356);
  border-radius: 6px;
  max-width: 290px;
  max-width: 18.125rem;
  width: 100%;
  text-align: center;
  padding: 21px 0;
  padding: 1.3125rem 0;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-contact {
    font-size: 1.125rem;
    max-width: 24.375rem;
    padding: 2.0625rem 6.375rem;
  }
}

.c-btn-contact::after {
  content: "";
  position: absolute;
  background: url(../images/btn-white-next.png) no-repeat center center/contain;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-btn-contact::after {
    right: 3.5%;
  }
}

.c-btn-contact__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307;
  letter-spacing: 0.023em;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-btn-contact__text {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}

.c-btn-contact__text.c-btn-contact__text--margin {
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

.c-btn-form {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428;
  letter-spacing: 0.025em;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f58d21), to(#f07356));
  background-image: linear-gradient(to top, #f58d21, #f07356);
  border-radius: 6px;
  max-width: 290px;
  max-width: 18.125rem;
  width: 100%;
  text-align: center;
  padding: 21px 0;
  padding: 1.3125rem 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-btn-form {
    font-size: 1.125rem;
    max-width: 24.375rem;
    padding: 2rem 6.375rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-btn-form:hover {
    opacity: 0.8;
  }
}

.c-btn-form__img {
  display: inline-block;
  background: url("../images/btn-white-next.png") no-repeat center center/contain;
  width: 5px;
  width: 0.3125rem;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.c-btn-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #1a1a1a;
  max-width: 290px;
  max-width: 18.125rem;
  width: 100%;
  height: inherit;
  cursor: pointer;
  padding: 21px 0;
  padding: 1.3125rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-header {
    font-size: 1rem;
    max-width: 24.375rem;
    padding: 0 4.1875rem;
  }
}

.c-btn-header::after {
  content: "";
  position: absolute;
  background: url(../images/btn-white-next.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
  right: 7%;
}

.c-btn-submit {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428;
  letter-spacing: 0.025em;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f52121), to(#f2637a));
  background-image: linear-gradient(to top, #f52121, #f2637a);
  border-radius: 6px;
  max-width: 290px;
  max-width: 18.125rem;
  width: 100%;
  padding: 22px 0;
  padding: 1.375rem 0;
  cursor: pointer;
  position: relative;
}
.c-btn-submit [type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .c-btn-submit {
    font-size: 1.5rem;
    max-width: 24.375rem;
    padding: 1.875rem 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-btn-submit:hover {
    opacity: 0.8;
  }
}

.c-btn-submit::after {
  content: "";
  position: absolute;
  background: url(../images/btn-white-next.png) no-repeat center center/contain;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-btn-submit::after {
    right: 5%;
    width: 0.5625rem;
    height: 1.0625rem;
  }
}

.c-section-title {
  text-align: center;
}

.c-section-title h2 {
  display: inline-block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.088;
  letter-spacing: 0.025em;
  color: #ba1f2c;
  padding-left: 4px;
  padding-left: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-title h2 {
    font-size: 1.75rem;
  }
}

.c-section-title h2::after {
  content: "";
  position: absolute;
  background: url(../images/about-frame-sp.png) no-repeat center center/contain;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 319px;
  width: 19.9375rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-section-title h2::after {
    background: url(../images/about-frame.png) no-repeat center center/contain;
    width: 27.5625rem;
    height: 5.8125rem;
  }
}

.c-to-top {
  position: fixed;
  width: 50px;
  width: 3.125rem;
  bottom: 33px;
  bottom: 2.0625rem;
  right: 19px;
  right: 1.1875rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .c-to-top {
    width: 4.0625rem;
    bottom: 4.0625rem;
    right: 4.0625rem;
  }
}
.c-to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.l-voice-others {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-voice-others {
    margin-top: 2.6875rem;
  }
}

.p-about {
  color: #fff;
  background: url(../images/about-sp.jpg) no-repeat center center/cover;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    background: url(../images/about.jpg) no-repeat center center/cover;
    padding-top: 9rem;
    padding-bottom: 5.625rem;
  }
}

.l-inner.p-about__inner {
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-inner.p-about__inner {
    max-width: 60.625rem;
    width: 100%;
    padding: 0;
  }
}

.p-about__title {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.3965;
  letter-spacing: 0.025em;
  font-family: "Yu Mincho Demibold", "YuMincho Demibold", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 3rem;
    margin-left: -1.4375rem;
  }
}

.p-about__lead {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2.13;
  letter-spacing: 0.025em;
  max-width: 645px;
  max-width: 40.3125rem;
  width: 100%;
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-about__lead {
    font-size: 1.5rem;
    line-height: 2.2;
    max-width: 56.875rem;
    margin: 3.125rem 0 0 -0.4375rem;
  }
}

.p-about__lead span {
  background-color: #be333e;
  padding: 4px 11px;
  padding: 0.25rem 0.6875rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .p-about__lead span {
    padding: 0.375rem 0rem 0.375rem 0.6875rem;
  }
}

.p-about__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1rem;
    margin-left: -0.1875rem;
    margin-top: 1.6875rem;
  }
}

.p-after {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-after {
    padding-top: 6.875rem;
    padding-bottom: 6.4375rem;
  }
}

.p-after__inner {
  background-color: #ebd3d5;
  padding: 22px;
  padding: 1.375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-after__inner {
    padding: 2.8125rem;
  }
}

.p-after__inner::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 35.5px 0 35.5px;
  border-color: #ebd3d5 transparent transparent transparent;
  bottom: -25px;
  bottom: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-after__inner::after {
    border-width: 50px 71px 0 71px;
    bottom: -2.75rem;
  }
}

.p-after__title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.7142;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-after__title {
    font-size: 1.75rem;
  }
}

.p-after__down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11.5px 0 11.5px;
  border-color: #be333e transparent transparent transparent;
  margin: 9px auto 0;
  margin: 0.5625rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-after__down {
    border-width: 16px 18.5px 0 18.5px;
    margin-top: 0.375rem;
  }
}

.p-after__list li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  background-color: #fff;
  padding: 9px 7px 8px 38px;
  padding: 0.5625rem 0.4375rem 0.5rem 2.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-after__list li {
    font-size: 1.25rem;
    width: 36.0625rem;
    padding-left: 3.0625rem;
    margin: 0 auto;
  }
}

.p-after__list li:not(:first-of-type) {
  letter-spacing: 0.001em;
  padding: 9px 9px 5px 36px;
  padding: 0.5625rem 0.5625rem 0.3125rem 2.25rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-after__list li:not(:first-of-type) {
    letter-spacing: 0.025em;
    padding: 0.5625rem 0.4375rem 0.5rem 3.0625rem;
    margin-top: 0.6875rem;
  }
}

.p-after__list li::after {
  content: "";
  position: absolute;
  background: url(../images/about-red-check.png) no-repeat center center/contain;
  top: 50%;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  width: 1.3125rem;
  height: 14px;
  height: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-after__list li::after {
    left: 0.8125rem;
    width: 1.875rem;
    height: 1.25rem;
  }
}

.p-after__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.025em;
  color: #ba1f2c;
  text-align: center;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-after__text {
    font-size: 1.5rem;
    letter-spacing: 0.011em;
    margin-top: 4.5rem;
    margin-left: 1.25rem;
  }
}

.p-after__text p {
  display: inline;
  border-bottom: 2px solid #ba1f2c;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-after__text p {
    padding-bottom: 0.5rem;
  }
}

.p-answer {
  background-color: #f6f6f6;
  padding-top: 93px;
  padding-top: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .p-answer {
    padding-top: 9.5rem;
  }
}

.p-answer__lead {
  text-align: center;
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-answer__lead {
    padding-left: 0.875rem;
    margin-top: 3.1875rem;
  }
}

.p-answer__lead h3 {
  display: inline;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.025em;
  color: #ba1f2c;
  border-bottom: 2px solid #ba1f2c;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-answer__lead h3 {
    font-size: 1.5rem;
  }
}

.p-answer__lead span {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-answer__lead span {
    font-size: 2.8125rem;
  }
}

.p-answer__cards {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-answer__cards {
    margin-top: 3.875rem;
  }
}

.p-answer__card:not(:first-of-type) {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-answer__card:not(:first-of-type) {
    margin-top: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-card-answer:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-card-answer__contents {
    width: 47.7272%;
  }
}

.p-card-answer__tag {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #be333e;
  padding: 0 9px;
  padding: 0 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-card-answer__tag {
    font-size: 0.875rem;
  }
}

.p-card-answer__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
  color: #ba1f2c;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-card-answer__title {
    font-size: 1.5rem;
    line-height: 1.75;
    margin-top: 0;
    margin-left: -0.125rem;
  }
}

.p-card-answer__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-card-answer__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-answer__text.p-card-answer__text--02 {
    margin-left: -0.1875rem;
    margin-top: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-answer__img {
    width: 42.7272%;
  }
}

.p-card-answer__img img {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-card-answer__img img {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-answer__img.p-card-answer__img--left {
    width: 36.0909%;
    margin-left: 3.875rem;
    margin-top: -0.4375rem;
  }
}

.p-card-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-card-chart {
    display: block;
  }
}

.p-card-chart__number-img {
  width: 35px;
  width: 2.1875rem;
  height: 32px;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-card-chart__number-img {
    width: 4.375rem;
    height: 4rem;
    margin: 0 auto;
  }
}

.p-card-chart__number-img.p-card-chart__number-img--01 {
  width: 28px;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-card-chart__number-img.p-card-chart__number-img--01 {
    width: 3.5rem;
  }
}

.p-card-chart__number-step {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-card-chart__number-step {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-card-chart__img img {
  width: 143px;
  width: 8.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card-chart__img img {
    width: 17.875rem;
    margin: 0.875rem auto 0;
  }
}

.p-card-chart__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.025em;
  width: 168px;
  width: 10.5rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-card-chart__text {
    font-size: 1rem;
    width: 100%;
    margin-top: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-chart__text--02 {
    margin-left: -0.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-chart__text--03 {
    margin-left: -0.375rem;
  }
}

.p-card-voice {
  background-color: #fff;
  padding: 18px 22px 22px;
  padding: 1.125rem 1.375rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-card-voice {
    padding: 2.3125rem 1.9375rem 3.0625rem;
  }
}

.p-card-voice.p-card-voice--01 {
  padding: 18px 22px 32px;
  padding: 1.125rem 1.375rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-card-voice.p-card-voice--01,
.p-card-voice.p-card-voice--04 {
    height: 641px;
    padding: 1.875rem 1.625rem 2rem 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-voice.p-card-voice--02,
.p-card-voice.p-card-voice--05 {
    height: 649px;
    padding: 1.9375rem 1.5rem 3.0625rem 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-voice.p-card-voice--03,
.p-card-voice.p-card-voice--06 {
    height: 715px;
    padding: 1.875rem 1.625rem 3.0625rem 1.9375rem;
  }
}

.p-card-voice__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #ba1f2c;
}
@media screen and (min-width: 768px) {
  .p-card-voice__title {
    font-size: 1.25rem;
  }
}

.p-card-voice__customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-card-voice__customer {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-voice__customer.p-card-voice__customer--05 {
    margin-top: 1.5rem;
  }
}

.p-card-voice__img {
  width: 60px;
  width: 3.75rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card-voice__img {
    width: 3.875rem;
  }
}

.p-card-voice__maker {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-card-voice__maker {
    font-size: 1rem;
    margin-top: -0.125rem;
  }
}

.p-card-voice__tag, .p-card-voice__tag--black {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #be333e;
  padding: 0 40px;
  padding: 0 2.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card-voice__tag, .p-card-voice__tag--black {
    font-size: 0.875rem;
    padding: 0 2.1875rem;
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-voice__tag.p-card-voice__tag--04, .p-card-voice__tag--04.p-card-voice__tag--black {
    margin-top: 1.625rem;
  }
}

.p-card-voice__tag--black {
  background-color: #333333;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-card-voice__tag--black {
    margin-top: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card-voice__tag--black.p-card-voice__tag--black-05 {
    margin-top: 1.75rem;
  }
}

.p-card-voice__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-card-voice__text {
    font-size: min(0.9333vw, 14px);
  }
}

.p-card-voice__text span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-card-voice__text span {
    display: inline;
  }
}

.p-chart {
  background-color: #f6f6f6;
  padding-top: 77px;
  padding-top: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .p-chart {
    padding-top: 11.625rem;
  }
}

.p-chart__cards {
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
  margin: 54px auto 0;
  margin: 3.375rem auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-chart__cards {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    margin-top: 5rem;
  }
}

.p-chart__cards::after {
  content: "";
  position: absolute;
  top: 28%;
  left: 21.3%;
  width: 2px;
  width: 0.125rem;
  height: 321px;
  height: 20.0625rem;
  background-color: #be333e;
}
@media screen and (min-width: 768px) {
  .p-chart__cards::after {
    top: 44%;
    left: 26.3%;
    width: 31.875rem;
    height: 0.25rem;
  }
}

.p-chart__card {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-chart__card {
    width: calc(33.33333% - 37.33333px);
  }
}

.p-chart__card:not(:first-of-type) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-chart__card:not(:first-of-type) {
    margin-top: 0;
  }
}

.p-check-after {
  padding-top: 51px;
  padding-top: 3.1875rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-check-after {
    max-width: 59.375rem;
    width: 100%;
    padding-top: 5.625rem;
    padding-bottom: 7.5rem;
    margin: 0 auto;
  }
}

.p-check-after__title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.7142;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-check-after__title {
    font-size: 1.75rem;
  }
}

.p-check-after__down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 13.75px 0 13.75px;
  border-color: #be333e transparent transparent transparent;
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-check-after__down {
    border-width: 16px 18.5px 0 18.5px;
    margin-top: 0.4375rem;
  }
}

.p-check-after__score {
  font-size: 95px;
  font-size: 5.9375rem;
  font-family: "Bebas Neue", cursive;
  color: #be333e;
  line-height: 1;
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-check-after__score {
    font-size: 8.125rem;
    margin-top: 2.125rem;
    margin-left: -0.4375rem;
  }
}

.p-check-after__score span {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333333;
  padding-left: 8px;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-check-after__score span {
    font-size: 1.875rem;
  }
}

.p-check-after__lead {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #be333e;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-check-after__lead {
    font-size: 1.625rem;
    line-height: 1.7;
    text-align: center;
    padding-left: 0.625rem;
    margin-top: 1.5rem;
    margin-bottom: 3.8125rem;
  }
}

.p-check-after__chart {
  position: relative;
}

.p-check-after__result {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3333;
  letter-spacing: 0.025em;
  color: #be333e;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-check-after__result {
    font-size: 1.375rem;
    margin-top: 3.8125rem;
  }
}

.p-check-after__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-check-after__text {
    font-size: 1.125rem;
    line-height: 2.36;
    margin-top: 1.4375rem;
  }
}

.p-check-after__btn {
  text-align: center;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-check-after__btn {
    margin-top: 3.0625rem;
  }
}

.p-check {
  background-color: #ebd3d5;
  padding-top: 69px;
  padding-top: 4.3125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-check {
    padding-top: 5.8125rem;
    padding-bottom: 6.25rem;
  }
}

.p-check__title {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.2241;
  letter-spacing: 0.05em;
  text-align: center;
  margin-left: -20px;
  margin-left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-check__title {
    font-size: 3rem;
    padding-left: 1.375rem;
  }
}

.p-check__title span {
  font-size: 34px;
  font-size: 2.125rem;
  color: #be333e;
}
@media screen and (min-width: 768px) {
  .p-check__title span {
    font-size: 3.5rem;
  }
}

.p-check__lead {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-check__lead {
    font-size: 1.125rem;
    line-height: 1.89;
    letter-spacing: 0.019em;
    margin-top: 2.4375rem;
  }
}

.p-check__lead span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #be333e;
  border-bottom: 1px solid #be333e;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-check__lead span {
    font-size: 1.5rem;
  }
}

.p-check__inner {
  background-color: #fff;
  padding: 41px 12px 39px;
  padding: 2.5625rem 0.75rem 2.4375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-check__inner {
    max-width: 56.25rem;
    width: 100%;
    padding: 5.0625rem 3.4375rem 3.625rem;
    margin: 3.125rem auto 0;
  }
}

.p-check__question-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #be333e;
  border-top: 1px solid #be333e;
  border-bottom: 1px solid #be333e;
  padding: 16px 8px 6px;
  padding: 1rem 0.5rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-check__question-title {
    font-size: 1.375rem;
    padding: 0.875rem 0.375rem 0.625rem;
  }
}

.p-check__question-title span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.9;
}
@media screen and (min-width: 768px) {
  .p-check__question-title span {
    font-size: 0.875rem;
    line-height: 2.6;
    padding-left: 1.125rem;
  }
}

.p-check__question-title:not(:first-of-type) {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-check__question-title:not(:first-of-type) {
    padding: 0.875rem 0.625rem 0.625rem;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-check__question-title.p-check__question-title--layout01 {
    margin-top: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-check__question-title.p-check__question-title--layout02 {
    margin-top: 3.5rem;
  }
}

.p-check__question-box {
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-check__question-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.6875rem;
  }
}

.p-check__question-box.p-check__question-box--first {
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-check__question-box.p-check__question-box--first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-check__question-text {
    width: 65.5%;
  }
}

.p-check__question-q {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-check__question-q {
    font-size: 1.125rem;
  }
}

.p-check__example {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-check__example {
    line-height: 1.9;
    margin-top: 0.1875rem;
  }
}

.p-check__radio {
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-check__radio {
    margin-top: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-check__radio.p-check__radio--margin {
    margin-top: 2.625rem;
  }
}

.p-check__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-check__btn {
    margin-top: 3.4375rem;
  }
}

.p-contact-form {
  background-color: #601010;
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}

.p-contact-form .c-section-title h2 {
  color: #fff;
}

.p-contact-form__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__items {
    margin-top: 6.1875rem;
  }
}

.p-contact-form__btn {
  margin: 60px 0;
  margin: 3.75rem 0;
}

.p-contact-form__btn a {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact-form__btn a {
    padding: 1.875rem 0 1.9375rem;
  }
}

.p-footer {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #842525;
  margin: 0 auto;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .p-footer {
    font-size: 0.8125rem;
    height: 4.0625rem;
    padding: 0;
  }
}

.p-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1150px;
  padding-right: 25px;
  padding-left: 25px
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
  }
}

.p-footer__copy {
  width: 100%;
  text-align: center;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    width: auto;
  }
}

.p-footer__btn-official {
  position: relative;
  background: #fff;
  font-size: 0.8125rem;
  color: #842525;
  border-radius: 6px;
  margin-bottom: 1.125rem;
  padding: 0.625rem 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__btn-official {
    margin-bottom: 0;
    padding: 0.625rem 2.8125rem;
    order: 2;
  }
}
.p-footer__btn-official::after {
  content: "";
  position: absolute;
  background: url(../images/btn-red-next.png) no-repeat center center/contain;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
}

.p-form-radio span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307;
  letter-spacing: 0.025em;
  position: relative;
}
.p-form-radio span::before {
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border: 1px solid #dbbabd;
  position: absolute;
  left: 50%;
  bottom: -26px;
  bottom: -1.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
}
.p-form-radio span::after {
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background: #be333e;
  position: absolute;
  left: 50%;
  bottom: -20px;
  bottom: -1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form-radio span {
    font-size: 1.125rem;
  }
}
.p-form-radio [type=radio]:checked + span::after {
  display: block;
}

.p-form-radio__span {
  margin-left: 50px;
  margin-left: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-form-radio__span {
    margin-left: 4.5rem;
  }
}

.p-form {
  background-color: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form {
    padding: 3.4375rem 4.375rem;
  }
}

.p-form__item {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  padding: 21px 0;
  padding: 1.3125rem 0;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 1.3125rem 0 1.3125rem 1.4375rem;
  }
}

.p-form__item.p-form__item--padding {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.p-form__label {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    width: 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-form__label--any-02 {
    display: block;
    padding-top: 1.3125rem;
  }
}

.p-form__label::before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: -60px;
  right: -3.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #be333e;
  width: 50px;
  width: 3.125rem;
  padding: 1px 0;
  padding: 0.0625rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__label::before {
    top: 56%;
    left: 185%;
  }
}

.p-form__label--any::before,
.p-form__label--any-02::before {
  content: "任意";
  background-color: #bebebe;
}

@media screen and (min-width: 768px) {
  .p-form__label--any-02::before {
    top: 12%;
  }
}

.p-form__input {
  width: 100%;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__input {
    width: 65.5%;
    margin-left: auto;
    margin-top: 0;
  }
}

.p-form__input input,
.p-form__input select,
.p-form__input textarea {
  background-color: #f7f7f7;
  padding: 8px;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__input input,
.p-form__input select,
.p-form__input textarea {
    padding: 0.8125rem 1.25rem 0.875rem 1rem;
  }
}

.p-form__error {
  color: #be333e;
}

.p-contact-form__items > .p-form__error {
  margin-bottom: 1rem;
}

.p-form__subtxt {
  margin-top: 0.5em;
  font-size: .85em;
}
@media screen and (min-width: 768px) {
  .p-form__subtxt {
    width: 65.5%;
    margin-left: 34.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-form__subtxt .subTxt{
    margin-left: -0.5em;
  }
}



/* 確認画面 */
.p-form__confirm .p-form__label {
  margin: 0;
  padding: 0;
}

.p-form__confirm .p-form__label--any-02::before {
  top: 1rem;
}

.p-form__confirm .p-form__btn-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-form__confirm .p-form__btn-inner {
    flex-wrap: nowrap;
  }
}

.p-form__confirm .p-form__btn-inner > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__confirm .p-form__btn-inner > * {
    width: auto;
  }
}


.p-form__confirm .p-form__input-textarea {
  line-height: 1.8;
}

.p-form__confirm .p-form__btn-back {
  margin-bottom: 1rem;
}

.p-form__confirm .c-btn-form {
  width: 100%;
  padding: 21px 0;
  padding: 1.3125rem 0;
}
@media screen and (min-width: 768px) {
  .p-form__confirm .c-btn-form {
    padding: 2rem 6.375rem
  }

  .p-form__confirm .p-form__btn-back {
    margin-right: 1rem;
  }
}

.p-form__confirm .p-form__btn-back .c-btn-form {
  background: #999;
}
@media screen and (min-width: 768px) {
  .p-form__confirm .p-form__btn-back .c-btn-form {
    padding: 2rem 3rem;
  }
}

/* 送信完了画面 */
.p-form__finish > p {
  margin-bottom: 1rem;
}

.p-form__finish > p a {
  text-decoration: underline;
}


select {
  background-image: url(../images/select-btn.png);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.3125rem;
}

.p-form__input textarea {
  height: 228px;
  height: 14.25rem;
  resize: none;
}

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  color: #c6c6c6;
}

::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  color: #c6c6c6;
}

::-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  color: #c6c6c6;
}

::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  color: #c6c6c6;
}

.p-form__btn {
  text-align: center;
  padding-left: 7px;
  padding-left: 0.4375rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    margin-top: 2.75rem;
  }
}

.p-form__btn-inner {
  position: relative;
}

.p-header {
  width: 100%;
  height: 76px;
  height: 4.75rem;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5.125rem;
  }
}
.p-header.is-show {
  opacity: 1;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  align-items: center;
  height: inherit;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    margin: 0 auto;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-header__logo {
  width: 180px;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    height: inherit;
    width: 13.508rem;
  }
}

.p-header__logo a {
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__logo a {
    height: inherit;
  }
}

.p-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header__btn-pc  {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__btn-pc {
    display: block;
    max-height: 46px;
    font-size: .875rem;
    line-height: 1;
    padding: 1rem 3.5rem;
  }
}

.p-header__btn-sp {
  display: block;
  font-size: 0.625rem;
  padding: .5rem;
}
@media screen and (min-width: 768px) {
  .p-header__btn-sp {
    display: none;
  }
}
.p-header__btn-sp::after {
  display: none;
}
.p-header__btn-sp__img {
  display: block;
  margin: 0 auto 4px;
  max-width: 21px;
}

.p-message {
  background: url(../images/about-back-img-sp.jpg) no-repeat center center/cover;
  padding: 52px 0;
  padding: 3.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-message {
    background: url(../images/about-back-img.jpg) no-repeat center center/cover;
    padding: 7.375rem 0 9.125rem;
  }
}

.p-message__box {
  margin-left: 17%;
}
@media screen and (min-width: 768px) {
  .p-message__box {
    margin-left: 51.5%;
  }
}

.p-message__lead {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 2;
  letter-spacing: 0.025em;
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  -webkit-transform: skewX(-19deg);
          transform: skewX(-19deg);
}
@media screen and (min-width: 768px) {
  .p-message__lead {
    font-size: 2rem;
    line-height: 1.95;
    max-width: 31.25rem;
  }
}

.p-message__lead:nth-child(2) {
  padding-left: 12px;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-message__lead:nth-child(2) {
    padding-left: 1.25rem;
  }
}

.p-message__lead:nth-child(3) {
  padding-left: 26px;
  padding-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-message__lead:nth-child(3) {
    padding-left: 2.875rem;
  }
}

.p-message__lead span {
  color: #ba1f2c;
  background-color: #fff;
  padding: 3px 11px;
  padding: 0.1875rem 0.6875rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .p-message__lead span {
    padding: 0.125rem 0.9375rem 0.5625rem;
  }
}

.p-mv {
  position: relative;
  color: #fff;
  background: url(../images/mv-sp.jpg) no-repeat center center/cover;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    background: url(../images/mv.jpg) no-repeat center center/cover;
    padding-top: 13.125rem;
    padding-bottom: 10.9375rem;
  }
}

.p-mv__message {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Yu Mincho Demibold", "YuMincho Demibold", sans-serif;
  font-weight: 800;
  line-height: 1.9;
  letter-spacing: 0.025em;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__message {
    font-size: 2.375rem;
    padding: 0;
    margin-left: 8.8%;
  }
}

.p-mv__message--left {
  margin-left: -19px;
  margin-left: -1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__message--left {
    margin-left: -1.625rem;
  }
}

.p-mv__message span {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-mv__message span {
    font-size: 3rem;
  }
}

.p-mv__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.1666;
  letter-spacing: 0.0256em;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    display: inline-block;
    font-size: 1rem;
    line-height: 2;
    width: 30.75rem;
    padding: 0;
    margin-left: 8.8%;
    margin-top: 0.875rem;
  }
}

.p-mv__btn-wrapper {
  margin-top: 23px;
  /* margin-top: 6.4375rem; */
}
@media screen and (min-width: 768px) {
  .p-mv__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8.9%;
    margin-top: 2.125rem;
  }
}

.p-mv__contact-btn,
.p-mv__check-btn {
  text-align: center;
}
.p-mv__check-btn {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__check-btn {
    margin-top: 0;
    /* margin-left: 1.5625rem; */
  }
}

.comlogo img {
  width: 220px;
  height: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .comlogo img {
    width: 200px;
    right: 15px;
    top: 15px;
  }
}

.p-voice-others {
  border: 1px solid #bebebe;
  text-align: center;
  padding: 38px 22px;
  padding: 2.375rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-voice-others {
    padding: 3.625rem 1.375rem 3.125rem;
  }
}

.p-voice-others__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #ba1f2c;
}
@media screen and (min-width: 768px) {
  .p-voice-others__title {
    font-size: 1.5rem;
  }
}

.p-voice-others__title:not(:first-of-type) {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-voice-others__title:not(:first-of-type) {
    margin-top: 2.4375rem;
  }
}

.p-voice-others__text, .p-voice-others__text--left {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-voice-others__text, .p-voice-others__text--left {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
}

.p-voice-others__text--left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-voice-others__text--left {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-voice-others__text--left.p-voice-others__text--left-02 {
    padding-left: 0.4375rem;
  }
}

.p-voice-others__contact-btn {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-voice-others__contact-btn {
    margin-top: 2.8125rem;
  }
}

.p-voice {
  background-color: #f6f6f6;
  padding-top: 93px;
  padding-top: 5.8125rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-top: 9.4375rem;
    padding-bottom: 9.375rem;
  }
}

.p-voice__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__text {
    font-size: 1rem;
    text-align: center;
    margin-top: 4.625rem;
    padding-left: 0.375rem;
  }
}

.p-voice__wrapper {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 49px;
    margin-top: 5.75rem;
  }
}

.p-vice__b2b {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-vice__b2b {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-vice__b2b,
.p-vice__b2c {
    width: calc(50% - 24.5px);
  }
}

.p-voice__wrapper-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 0.7619;
  letter-spacing: 0.025em;
  color: #ba1f2c;
  border-bottom: 1px solid #be333e;
  text-align: center;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__wrapper-title {
    font-size: 1.625rem;
    padding-bottom: 1.3125rem;
  }
}

.p-voice__card {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    margin-top: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-voice__card:first-of-type {
    margin-top: 1.875rem;
  }
}

.p-voice__others {
  border: 1px solid #bebebe;
  text-align: center;
  padding: 40px 22px;
  padding: 2.5rem 1.375rem;
}

.p-voice__others-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #ba1f2c;
}

.p-voice__others-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
/*# sourceMappingURL=styles.css.map */
