@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 393px) {
  html {
    font-size: 4.0712468193vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1299435028vw;
  }
}
@media (min-width: 1416px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: Arial, sans-serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: 8.75rem;
}
@media (max-width: 768px) {
  html,
body {
    scroll-padding-top: 5.5rem;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-download {
  margin-top: 3.25rem;
  display: table;
  width: 100%;
  height: 11.875rem;
}
.l-download .l-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-download {
    height: inherit;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1416px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-realize {
  margin-top: 6.5625rem;
}

.l-task {
  padding: 3.4375rem 0;
}
.c-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f76b1e;
  color: #fff;
  width: 14.6875rem;
  height: 3.75rem;
  gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-cta-btn {
    width: 11.25rem;
    height: 2.5rem;
  }
}

.c-cta-btn img {
  width: 1.75rem;
  height: 1.4375rem;
}
@media (max-width: 767px) {
  .c-cta-btn img {
    width: 1.25rem;
    height: auto;
  }
}

.p-agency {
  background-color: #FFD0D1;
}

.p-agency__inner {
  max-width: 42.5rem;
  margin: auto;
  position: relative;
  padding: 4.375rem 0;
}
@media (max-width: 767px) {
  .p-agency__inner {
    padding: 3.125rem 0;
  }
}

.p-agency__text {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.3333333333;
  display: table;
}
@media (max-width: 767px) {
  .p-agency__text {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .p-agency__heading {
    margin: auto;
  }
}

.p-agency__achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.25rem;
  margin: 3.125rem 0;
}
@media (max-width: 767px) {
  .p-agency__achievements {
    margin: 1.25rem 0;
    gap: 1.875rem;
  }
}

.p-agency__img {
  width: 12.5rem;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .p-agency__img {
    width: 7.5rem;
  }
}

.p-agency__annotation {
  margin-top: 2.8125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-agency__annotation {
    margin-top: 1.25rem;
    text-align: center;
  }
}

.p-agency__lady {
  width: 15rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -11.875rem;
}
@media (max-width: 767px) {
  .p-agency__lady {
    position: static;
    position: initial;
    width: 4.375rem;
  }
}

.p-agency__flex {
  display: contents;
}
@media (max-width: 767px) {
  .p-agency__flex {
    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;
    gap: 0.625rem;
  }
}

.p-but__tit {
  font-size: 3.25rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1.1923076923;
}
@media (max-width: 767px) {
  .p-but__tit {
    font-size: 1.75rem;
    text-align: center;
  }
}

.p-but__head {
  position: relative;
  background-color: #b60005;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
}

.p-but__head::before {
  content: "";
  position: absolute;
  bottom: -1.96875rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 5.375rem 0 5.375rem;
  border-color: #b60005 transparent transparent transparent;
}

.p-but__head img {
  width: 22.875rem;
}
@media (max-width: 767px) {
  .p-but__head img {
    width: 12.5rem;
  }
}

.p-but__head--inner {
  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;
  gap: 1.5625rem;
}
@media (max-width: 767px) {
  .p-but__head--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-but__body {
  padding: 3.125rem 0;
  background-color: #ffd0d1;
}

.p-but__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-but__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-but__card {
  width: 20rem;
  background-color: #fff;
  border: 2px solid #707070;
  padding: 2.8125rem 0.9375rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-but__card {
    padding: 1.5625rem 0.625rem;
    width: 100%;
  }
}

.p-but__card img {
  margin: 0 auto;
  height: 12.1875rem;
}
@media (max-width: 767px) {
  .p-but__card img {
    height: 6.5625rem;
  }
}

.p-but__cTit {
  font-size: 1.125rem;
  text-align: center;
  font-weight: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  height: 9.375rem;
  width: 100%;
}
@media (max-width: 767px) {
  .p-but__cTit {
    height: auto;
    height: initial;
    line-height: 1.2;
  }
}

.p-but__text {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-but__text {
    margin-top: 1.5rem;
  }
}

.p-difference {
  background: #f2f2f2;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
.p-difference__tit {
  font-weight: normal;
  text-align: center;
  font-size: 2.875rem;
}
@media (max-width: 767px) {
  .p-difference__tit {
    font-size: 1.375rem;
  }
}
.p-difference__img {
  margin: 3rem auto;
  width: 80%;
}

.p-difference__body {
  margin: 3.75rem auto 0;
  background-color: #fff;
  max-width: 62.5rem;
  padding: 3.125rem 2.8125rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .p-difference__body {
    padding: 0.9375rem 0.625rem;
    margin-top: 2rem;
  }
}

.p-difference__table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.1875rem;
}

.p-difference__table img {
  width: 14.6875rem;
  margin: auto;
}

@media (max-width: 767px) {
  th {
    font-size: 0.875rem;
  }
}

td {
  width: 30%;
  border-bottom: 4px solid #cccccc;
  padding: 8px;
  padding-top: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  td {
    font-size: 0.75rem;
    padding-top: 1.5rem;
  }
}

td:nth-child(2) {
  color: #b60005;
}

.p-question {
  background-color: #eaffd1;
  padding: 3.4375rem 0;
}

.p-question__title {
  font-weight: normal;
  text-align: center;
  font-size: 2.875rem;
}
@media (max-width: 767px) {
  .p-question__title {
    font-size: 1.375rem;
  }
}

.p-question__content {
  border-bottom: dashed 4px #8CC63F;
  padding-bottom: 2.5rem;
  margin: 2.5rem auto 0;
  width: 62.5rem;
}
@media (max-width: 767px) {
  .p-question__content {
    width: 100%;
    padding-bottom: 1.25rem;
    margin: 1.25rem auto 0;
  }
}

.p-question__content:first-child {
  margin-top: 2rem;
}

.p-question__over,
.p-question__under {
  font-size: 1.3125rem;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .p-question__over,
.p-question__under {
    padding: 0.3125rem 1.25rem;
    font-size: 1rem;
    line-height: 1.4285714286;
  }
}

.p-question__over {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-question__under {
  margin-top: 1.3125rem;
}
@media (max-width: 767px) {
  .p-question__under {
    margin-top: 0.625rem;
  }
}

.p-question__over,
.p-question__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-question__over span,
.p-question__under span {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 1.875rem;
  font-weight: 700;
  padding: 0.8125rem;
  border-radius: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-question__over span,
.p-question__under span {
    margin-top: -2px;
    margin-right: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.15;
    padding: 0.3125rem;
  }
}

.p-question__over span {
  background-color: #fff;
  color: #8CC63F;
}

.p-question__under span {
  background-color: #8CC63F;
  color: #fff;
}

.p-flow {
  background-color: #ffe9ea;
  padding: 3.4375rem 0;
}

.p-flow__tit {
  font-weight: normal;
  text-align: center;
  font-size: 2.875rem;
}
@media (max-width: 767px) {
  .p-flow__tit {
    font-size: 1.375rem;
  }
}

.p-flow__body {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .p-flow__body {
    margin-top: 2rem;
    gap: 0.3125rem;
  }
}

.p-flow__body img {
  width: 18.75rem;
}
@media (max-width: 767px) {
  .p-flow__body img {
    width: 30%;
  }
}

.p-footer {
  background-color: #b60005;
  padding: 3.4375rem 0;
}

.p-footer__contents {
  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;
  gap: 3.25rem;
}
@media (max-width: 767px) {
  .p-footer__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}

.p-footer__contents--left-img {
  width: 25.4375rem;
}
@media (max-width: 767px) {
  .p-footer__contents--left-img {
    width: 12.5rem;
  }
}

.p-footer__content {
  background-color: #fff;
  font-size: 2.875rem;
  padding: 4.375rem 2.5rem;
  height: 100%;
  border-radius: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-footer__content {
    font-size: 1.125rem;
    padding: 1.25rem;
  }
}

.p-footer__content img {
  vertical-align: middle;
  width: 24.5625rem;
  margin-right: 1.25rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-footer__content img {
    width: 7.5rem;
  }
}

.p-footer__content span {
  color: #b60005;
}

.p-footer__heading {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .p-footer__heading {
    font-size: 1.125rem;
  }
}

.p-footer__list {
  margin-top: 2.5rem;
  margin-left: 1.25rem;
}
@media (max-width: 767px) {
  .p-footer__list {
    margin-top: 1.25rem;
  }
}

.p-footer__item {
  line-height: 1.6666666667;
  font-size: 1.5rem;
  list-style: disc;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-footer__item {
    font-size: 1rem;
  }
}

.p-footer__btn {
  width: 62.5rem;
  margin: 1.9375rem auto 0;
}
@media (max-width: 767px) {
  .p-footer__btn {
    width: 100%;
    font-size: 1rem;
    padding: 1.25rem;
    height: auto;
    height: initial;
  }
}

.p-footer__atention {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  margin: 2.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-footer__atention {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-fv {
  color: #fff;
  background-color: #b60005;
  overflow: hidden;
}

.p-fv__inner {
  position: relative;
  max-width: 1366px;
  padding: 3.3125rem 18.75rem 3.125rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-fv__inner {
    padding: 3.75rem 1.25rem 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fv__left {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-fv__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-fv__price {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  padding: 0 0.9375rem;
  display: table;
  background-color: #fff;
  color: #b60005;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fv__price {
    margin: 0;
    padding: 0 0.625rem;
    font-size: 1rem;
  }
}

.p-fv__price span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-fv__price span {
    font-size: 1.25rem;
  }
}

.p-fv__text {
  font-size: 0.875rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-fv__text {
    font-size: 0.75rem;
  }
}

.p-fv__copys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .p-fv__copys {
    gap: 0.625rem;
    margin-top: 1rem;
  }
}

.p-fv__copy {
  color: #fff;
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-fv__copy {
    font-size: 3.75rem;
  }
}

.p-fv__copy:nth-child(2) {
  font-size: 2.5rem;
  font-weight: normal;
}

.p-fv__copy span {
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .p-fv__copy span {
    margin-bottom: 0;
    font-size: 1.875rem;
  }
}

.p-fv__copys-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-fv__copys-s {
    margin: 0.625rem auto 0;
  }
}

.p-fv__copy-s {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-fv__copy-s {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-fv__copy-s:nth-child(2) {
  font-size: 2rem;
  line-height: 0.8;
  background-color: #fff;
  color: #b60005;
  padding: 0.9375rem 0.625rem 0.625rem;
  margin-right: 0.625rem;
}
@media (max-width: 767px) {
  .p-fv__copy-s:nth-child(2) {
    font-size: 1.5rem;
    text-align: center;
  }
}

.p-fv__img {
  position: absolute;
  right: -6.25rem;
  width: 45.625rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-fv__img {
    position: static;
    position: initial;
    width: 100%;
    max-width: 20.625rem;
    border-radius: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-fv__btn {
  margin: 1.875rem 0 0;
  font-size: 1.5rem;
  padding: 1rem 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  height: initial;
  max-width: 37.25rem;
  gap: 0.1875rem;
}
@media (max-width: 767px) {
  .p-fv__btn {
    font-size: 1.25rem;
    margin: 1.25rem 0 0 0;
    padding: 5px 1.5625rem;
  }
}

.p-fv__btn span {
  margin-right: 0;
}

.p-fv__attntion {
  font-size: 0.875rem;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .p-fv__attntion {
    font-size: 0.8125rem;
  }
}

.p-header {
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .p-header {
    height: 4.375rem;
  }
}

.p-header__left {
  background-color: #252525;
  width: 50%;
  height: 100%;
}

.p-header__right {
  background-color: #fff;
  width: 50%;
  height: 100%;
}

.p-header__nomura {
  width: 7.8125rem;
  height: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3.9375rem;
}
@media (max-width: 767px) {
  .p-header__nomura {
    width: 3.75rem;
    margin-right: 1.875rem;
  }
}

.p-header__nomura img {
  aspect-ratio: 125/68;
}

.p-header__cross {
  width: 5.3125rem;
  aspect-ratio: 85/85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .p-header__cross {
    width: 1.875rem;
  }
}

.p-header__heart {
  width: 24.5625rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: 3.5rem;
}
@media (max-width: 767px) {
  .p-header__heart {
    width: 9.375rem;
    margin-left: 1.875rem;
  }
}

.p-header__heart img {
  aspect-ratio: 393/65;
}

.p-image {
  background-color: #b60005;
  text-align: center;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  color: #fff;
}

.p-image__tit {
  font-weight: normal;
  text-align: center;
  font-size: 2.875rem;
}
@media (max-width: 767px) {
  .p-image__tit {
    font-size: 1.375rem;
  }
}

.p-image__contents {
  margin-top: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .p-image__contents {
    gap: 2rem;
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-image__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-image__video {
  margin: 3.44375rem auto 0;
  width: 18.1875rem;
  aspect-ratio: 291/197;
}
@media (max-width: 767px) {
  .p-image__video {
    margin-top: 1.25rem;
  }
}

.p-image__content p {
  text-align: center;
  font-size: 1.3125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-image__content p span {
  font-size: 2rem;
}

.header-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
}

.header_inner {
  position: relative;
  background-color: #fff;
}

.title {
  font-size: 2rem;
  font-weight: 600;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .header_inner {
    background-color: inherit;
  }
  .nav {
    position: fixed;
    right: -100%; /* 右から出てくる */
    top: 0;
    width: 100%; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
    background-color: #fff;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
    font-size: 18px;
  }
  .nav_item a.orange {
    background: -webkit-gradient(linear, left top, right top, from(#FF2D2D), color-stop(80%, orange), to(#C9AB53));
    background: linear-gradient(to right, #FF2D2D, orange 80%, #C9AB53);
    border-radius: 20px;
    text-align: center;
    width: 240px;
    margin: 10px auto 0;
    border: none;
    color: #fff;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 7.5px;
    width: 25px;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 12px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 28px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
  }
} /* sp */
@media only screen and (min-width: 769px) {
  .header_inner {
    width: 100%;
    padding: 15px 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    padding: 12px 30px;
  }
  .nav_list {
    text-align: right;
  }
  .nav_list li {
    display: inline-block;
    text-align: right;
    margin-left: 1.25rem;
    font-size: 1rem;
  }
  .nav_list li a {
    font-weight: 400;
  }
  .nav_list li a.orange {
    font-weight: bold;
    text-align: center;
  }
} /* pc */
.p-reason__head {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  background-color: #b60005;
}

.p-reason__tit {
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reason__tit {
    font-size: 1.375rem;
  }
}

.p-reason__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.375rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-reason__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}

.p-reason__contents:first-child {
  margin-top: 3rem;
}

.p-reason__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
}
.p-reason__imgs img {
  width: 2.8125rem;
  height: 3.125rem;
}

.p-reason__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
}

.p-reason__text img {
  width: 2.5rem;
  height: 100%;
}
@media (max-width: 767px) {
  .p-reason__text img {
    width: 1.375rem;
  }
}

.p-reason__text p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reason__text p {
    font-size: 1.125rem;
  }
}

.p-reason__text span {
  font-size: 0.875rem;
}

.p-reason__body {
  background-color: #ffd0d1;
  padding: 3.4375rem 1.25rem;
}
@media (max-width: 767px) {
  .p-reason__body {
    padding: 3.4375rem 0;
  }
}

.p-reason__card {
  background-color: #fff;
  border: solid 2px #f2f2f2;
  padding: 1.25rem;
  width: 62.5rem;
  margin: auto;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-reason__card {
    margin-bottom: 1.25rem;
    width: 100%;
  }
}

.p-reason__card:last-child {
  margin-bottom: 0;
}

.p-reason__card--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
  font-size: 1.125rem;
  word-break: break-all;
}
@media (max-width: 767px) {
  .p-reason__card--text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-reason__card--text {
  width: 100%;
}

.p-reason__card--text img {
  width: 2.5rem;
  height: 100%;
}

.p-reason__card--dec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5625rem;
  gap: 1.75rem;
}
@media (max-width: 767px) {
  .p-reason__card--dec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reason__card--dec p {
  font-size: 1.125rem;
  width: 50rem;
}
@media (max-width: 767px) {
  .p-reason__card--dec p {
    width: 100%;
  }
}

.p-reason__card--imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25rem;
  gap: 1.5625rem;
}
@media (max-width: 767px) {
  .p-reason__card--imgs {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-reason__card--imgs img {
  width: 3.8125rem;
  height: 4.6875rem;
}

@media (max-width: 767px) {
  .p-reason__card--imgs.imgs-4column {
    width: 60%;
  }
}

.p-support {
  background-color: #F15A24;
  color: #fff;
  padding: 3.4375rem 0;
}

.p-support__tit {
  text-align: center;
  font-size: 2.875rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .p-support__tit {
    font-size: 1.375rem;
  }
}

.p-support__contents {
  margin-top: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .p-support__contents {
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .p-support__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-support__content img {
  width: 13.75rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-support__content img {
    width: 7.5rem;
  }
}

@media (max-width: 767px) {
  .p-support__chat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-support__chat img {
  width: 17.9375rem;
}
@media (max-width: 767px) {
  .p-support__chat img {
    width: 9.375rem;
  }
}

.p-support__content p {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .p-support__content p {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
}

.p-support__content p span {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-support__content p span {
    font-size: 1.375rem;
  }
}

.p-support__btn {
  margin: 2.75rem auto 0;
  background-color: #fff;
  color: #F15A24;
  font-size: 1.125rem;
  width: 24.375rem;
  border-radius: 24px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-support__btn {
    font-size: 1rem;
    width: 100%;
  }
}

.p-support__btn img {
  width: 0.9375rem;
  height: auto;
}

.p-support__note {
  text-align: center;
  margin-top: 1.0625rem;
}
@media (max-width: 767px) {
  .p-support__note {
    font-size: 0.875rem;
  }
}

.p-task {
  background-color: #F2F2F2;
}

.p-task__tit {
  font-size: 2.9375rem;
  text-align: center;
  border-bottom: 8px solid #b60005;
  width: 50rem;
  margin: auto;
}
@media (max-width: 767px) {
  .p-task__tit {
    width: 100%;
    font-size: 1.375rem;
  }
}

.p-task__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62.5rem;
  margin: auto;
  margin-top: 1.875rem;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .p-task__list {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.625rem;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}

.p-task__card {
  width: 11.25rem;
  background-color: #fff;
  text-align: center;
  padding: 1.3125rem 0.625rem;
}
@media (max-width: 767px) {
  .p-task__card {
    width: 45%;
    padding: 0.625rem;
  }
}

.p-task__card img {
  margin: auto;
  width: 6.25rem;
  height: 8.25rem;
}
@media (max-width: 767px) {
  .p-task__card img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 6.25rem;
  }
}

.p-task__card p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-task__card p {
    font-size: 0.8125rem;
  }
}

.p-use {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  background-color: #F15A24;
}

.p-use__head {
  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;
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-use__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-use__head img {
  width: 26.1875rem;
}
@media (max-width: 767px) {
  .p-use__head img {
    width: 12.5rem;
  }
}

.p-use__head p {
  font-size: 2.9375rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
}
@media (max-width: 767px) {
  .p-use__head p {
    font-size: 1.375rem;
    text-align: center;
    line-height: 1.2;
  }
}

.p-use__head p + p {
  margin-top: 1.125rem;
}
@media (max-width: 767px) {
  .p-use__head p + p {
    margin-top: 0;
  }
}

.p-use__head p:nth-child(2) {
  font-size: 3.4375rem;
}
@media (max-width: 767px) {
  .p-use__head p:nth-child(2) {
    font-size: 1.75rem;
  }
}

.p-use__body {
  max-width: 61.6175rem;
  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: end;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-use__body {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}

.p-use__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-use__item {
    gap: 0.625rem;
  }
}

.p-use__item img {
  width: 3rem;
}
@media (max-width: 767px) {
  .p-use__item img {
    width: 1.875rem;
  }
}

.p-use__item p {
  color: white;
  font-size: 1.875rem;
  line-height: 0.6333333333;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .p-use__item p {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.p-use__illust {
  width: 12.875rem;
}
@media (max-width: 767px) {
  .p-use__illust {
    width: 7.5rem;
  }
}

.p-use__illust img {
  width: 100%;
}

.p-use__btn {
  max-width: 62.5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  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;
  border: solid 5px #b60005;
  padding: 1.25rem;
  color: #b60005;
  margin-top: 3.0625rem;
}
@media (max-width: 767px) {
  .p-use__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.25rem;
    padding: 0.625rem;
  }
}

.p-use__btn img {
  width: 17.75rem;
}
@media (max-width: 767px) {
  .p-use__btn img {
    width: 11.25rem;
  }
}

.p-use__btn p {
  font-size: 1.875rem;
  line-height: 1.2894736842;
}
@media (max-width: 767px) {
  .p-use__btn p {
    font-size: 1.125rem;
  }
}

.p-use__btn span {
  font-size: 2.375rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-use__btn span {
    font-size: 1.375rem;
  }
}

.p-voice {
  background-color: #8CC63F;
  padding: 3.4375rem 0;
}

.p-voice__tit {
  font-weight: normal;
  text-align: center;
  font-size: 2.875rem;
  color: #fff;
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .p-voice__tit {
    margin-bottom: 2rem;
    font-size: 1.375rem;
  }
}

.p-voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  max-width: 62.5rem;
  margin: auto;
}
@media (max-width: 767px) {
  .p-voice__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.25rem;
  }
}

.content-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .content-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice__content + div {
  margin-top: 2rem;
}

.p-voice__content img {
  width: 11.5rem;
  height: 100%;
}
@media (max-width: 767px) {
  .p-voice__content img {
    width: 6.25rem;
  }
}

@media (max-width: 767px) {
  .p-voice__spHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 0.625rem;
  }
}

.p-voice__person {
  font-size: 1.3125rem;
}
@media (max-width: 767px) {
  .p-voice__person {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .p-voice__person span {
    font-size: 0.875rem;
  }
}

.p-voice__comment {
  font-size: 1.125rem;
  margin-top: 0.75rem;
  width: 39.125rem;
  padding: 0.9375rem;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-voice__comment {
    width: 100%;
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
