@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* ---- reset ------- */
/* 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]) {
  -webkit-text-decoration-skip: ink;
          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: 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;
  }
}
/* ---- base ------- */
html {
  font-size: 10px;
}
@media (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #171101;
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: linear-gradient(to top, #cfd9df, #e2ebf0);
}

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

/* ---- layout l-inner ------- */
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 750px) {
  .l-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/* ---- layout l-header ------- */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

/* ---- component c-logo ------- */
.c-logo {
  display: block;
  width: 100%;
}

/* ---- component c-tel-btn ------- */
@media screen and (max-width: 750px) {
  .c-tel-btn {
    display: block;
    position: relative;
    padding: 0.8rem 0 0.85rem 1rem;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    background-color: #096bc2;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.2rem 0.3rem 0 #013b7a;
            box-shadow: 0.2rem 0.3rem 0 #013b7a;
    text-align: center;
  }
}

.c-tel-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.9rem;
  background-image: url(../images/icon_tel-sp.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.c-tel-btn:hover {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

/* ---- component c-contact-btn ------- */
.c-contact-btn {
  display: block;
  padding: 1rem 1rem 1.1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #000;
  background-color: #ffba01;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.2rem 0.3rem 0 #f29604;
          box-shadow: 0.2rem 0.3rem 0 #f29604;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-contact-btn {
    position: relative;
    padding: 0.8rem 0 0.85rem 2.1rem;
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 750px) {
  .c-contact-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.85rem;
    height: 1.35rem;
    background-image: url(../images/icon_mail.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
}

.c-contact-btn:hover {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

/* ---- component c-cta-btn ------- */
.c-cta-btn {
  display: block;
  padding: 1.3rem;
  font-size: 3.05rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.0501639344em;
  color: #000;
  background-color: #ffba01;
  border-radius: 2.72rem;
  -webkit-box-shadow: 0.2rem 0.5rem 0 #f29604;
          box-shadow: 0.2rem 0.5rem 0 #f29604;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-cta-btn {
    padding: 0.7rem;
    font-size: 1.8rem;
    line-height: 1.24;
    letter-spacing: normal;
    border-radius: 1rem;
    -webkit-box-shadow: 0.2rem 0.3rem 0 #f29604;
            box-shadow: 0.2rem 0.3rem 0 #f29604;
  }
}

.c-cta-btn:hover {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .c-cta-btn:hover {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}

.c-cta-btn.c-cta-btn--blue {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .c-cta-btn.c-cta-btn--blue {
    background-color: #096bc2;
    -webkit-box-shadow: 0.2rem 0.3rem 0 #013b7a;
            box-shadow: 0.2rem 0.3rem 0 #013b7a;
  }
}

/* ---- project p-header ------- */
.p-header {
  width: 100%;
  background-color: #fff;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem 0 2rem;
}
@media screen and (max-width: 750px) {
  .p-header__inner {
    padding: 1.2rem 0 1.4rem;
  }
}

.p-header__logo {
  max-width: 39rem;
  padding-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .p-header__logo {
    max-width: 15.2rem;
    padding-top: 0;
  }
}

.p-header__logo span {
  display: none;
}

.p-header__contact {
  padding-right: 1rem;
}
@media screen and (max-width: 750px) {
  .p-header__contact {
    padding-right: 0;
  }
}

.p-header__contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.3rem;
     -moz-column-gap: 2.3rem;
          column-gap: 2.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .p-header__contact-inner {
    -webkit-column-gap: 0.7rem;
       -moz-column-gap: 0.7rem;
            column-gap: 0.7rem;
  }
}

.p-header__tel-box {
  display: grid;
  grid-template: "icon num" "icon text";
  grid-template-columns: 3.9rem 1fr;
  grid-template-rows: 1fr;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-header__tel-box {
    display: block;
    width: 8.2rem;
  }
}

.p-header__tel-icon {
  grid-area: icon;
  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;
}

.p-header__tel-num {
  grid-area: num;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #013b7a;
}

.p-header__tel-text {
  grid-area: text;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #013b7a;
}

.p-header__contact-box {
  width: 22rem;
}
@media screen and (max-width: 750px) {
  .p-header__contact-box {
    width: 8.2rem;
  }
}

/* ---- project p-kv ------- */
.p-kv {
  width: 100%;
  background-color: #0b66b6;
}

.p-kv__img {
  width: 100vw;
  max-width: 100rem;
  margin: 0 auto;
}

/* ---- project p-prevention ------- */
.p-prevention {
  padding-top: 4.7rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 750px) {
  .p-prevention {
    padding-top: 1.85rem;
    padding-bottom: 2rem;
  }
}

.p-prevention__box {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.9rem 2.2rem 2.4rem;
  outline: 1px solid #fff;
  outline-offset: -0.6rem;
  background-color: #15aca3;
}
@media screen and (max-width: 750px) {
  .p-prevention__box {
    max-width: 50rem;
    padding: 1.2rem 1rem 1.4rem;
    outline-offset: -0.5rem;
  }
}

.p-orevention__head {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: 0.075em;
  color: #f8fc6a;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-orevention__head {
    font-size: 2.5rem;
    line-height: 1.35;
    letter-spacing: 0.048em;
  }
}

.p-prevention__body {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-prevention__body {
    margin-top: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.p-prevention__text {
  width: 38%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.69;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .p-prevention__text {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    line-height: 1.48;
    text-align: center;
  }
}

.p-prevention__icons {
  width: 59.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-prevention__icons {
    width: 100%;
    gap: 0.3rem;
  }
}

/* ---- project p-cta ------- */
.p-cta {
  padding-top: 6.2rem;
  padding-bottom: 6.1rem;
  background: -webkit-gradient(linear, right top, left top, from(#9ad4fd), to(#c2e9fb));
  background: linear-gradient(to left, #9ad4fd, #c2e9fb);
}
@media screen and (max-width: 750px) {
  .p-cta {
    padding-top: 2.7rem;
    padding-bottom: 3rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#9ad4fd), to(#c2e9fb));
    background-image: linear-gradient(to top, #9ad4fd, #c2e9fb);
  }
}

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

.p-cta__head span {
  position: relative;
  font-size: 3.6rem;
  line-height: 0.78;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-cta__head span {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 0.01em;
  }
}

.p-cta__head span::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -6rem;
  width: 4.5rem;
  height: 3.8rem;
  background-image: url(../images/dot-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-cta__head span::before {
    top: initial;
    left: -8rem;
    bottom: 0.5rem;
    width: 3.85rem;
    height: 3.75rem;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

.p-cta__head span::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: -6rem;
  width: 4.5rem;
  height: 3.8rem;
  background-image: url(../images/dot-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-cta__head span::after {
    top: initial;
    right: -4.6rem;
    bottom: 0.5rem;
    width: 3.85rem;
    height: 3.75rem;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

.p-cta__box {
  position: relative;
  width: 100%;
  max-width: 88rem;
  margin-top: 2.1rem;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #00417b;
}
@media screen and (max-width: 750px) {
  .p-cta__box {
    max-width: 50rem;
    margin-top: 0.6rem;
  }
}

.p-cta__top {
  padding: 3rem 3.4rem 2.1rem;
  background-color: #fff;
  background-image: url(../images/cta_img.png);
  background-size: 42.1rem;
  background-position: 4.5rem top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-cta__top {
    background-image: initial;
    padding: 1.2rem 1.2rem 0.9rem;
  }
}

.p-cta__top-inner {
  max-width: 44rem;
  width: 55%;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-cta__top-inner {
    width: 100%;
    margin-right: auto;
  }
}

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

.p-cta__tel-icon {
  width: 4.5rem;
}

.p-cta__tel-num {
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1;
  color: #013b7a;
}

.p-cta__text-blue {
  margin-top: 2rem;
  padding-left: 1.5rem;
  font-size: 2.35rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #013b7a;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-cta__text-blue {
    margin-top: 0.95rem;
    padding-left: 0;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.0245em;
  }
}

.p-cta__text-marker {
  margin-top: 2.1rem;
  text-align: center;
}

.p-cta__text-marker span {
  margin-top: 2.1rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #FFF799), to(#FFF799));
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #FFF799 60%, #FFF799 100%);
}

.p-cta__btn {
  margin-top: 1.5rem;
  max-width: 41.4rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-cta__btn {
    max-width: initial;
    width: calc(100% - 0.775rem);
    margin-left: initial;
    margin-top: 0;
  }
}

.p-cta__bottom {
  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: 2.3rem;
  padding: 0.8rem;
  background-color: #00417b;
}
@media screen and (max-width: 750px) {
  .p-cta__bottom {
    gap: 0.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-cta__card-text {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .p-cta__card-text {
    font-size: 1.3rem;
  }
}

.p-cta__card-img {
  width: 34.3rem;
  padding: 0.5rem 1.2rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-cta__card-img {
    width: 19.7rem;
    padding: 0.3rem 0.8rem;
  }
}

.p-cta__badge {
  position: absolute;
  top: -3rem;
  left: -6rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  text-align: center;
  background-color: #FFF799;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-box-shadow: 0 0 6px 0 rgba(17, 17, 17, 0.23);
          box-shadow: 0 0 6px 0 rgba(17, 17, 17, 0.23);
}
@media screen and (max-width: 750px) {
  .p-cta__badge {
    display: none;
  }
}

.p-cta__badge-num {
  font-size: 2.2rem;
  color: #c70102;
}

.p-cta__badge-red {
  font-size: 1.8rem;
  color: #c70102;
}

@media screen and (max-width: 750px) {
  .p-cta__text-info {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.0252941176em;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .p-cta__text-info span {
    font-size: 2.25rem;
    letter-spacing: 0.0248888889em;
    color: #c70102;
  }
}

@media screen and (max-width: 750px) {
  .p-cta__btn-box {
    width: 100%;
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.55rem;
  }
}

@media screen and (max-width: 750px) {
  .p-cta__label-box {
    margin-top: 0.85rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.45rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .p-cta__label {
    padding: 0.35rem 1.25rem 0.4rem;
    font-size: 1.5rem;
    line-height: 1;
    background-color: #FFF799;
    border-radius: 0.5rem;
  }
}

.p-cta__ticket {
  width: 50%;
  margin-top: 4.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-cta__ticket {
    max-width: 45rem;
    width: 100%;
    margin-top: 2.25rem;
  }
}

.p-cta__ticket-text {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-cta__ticket-text {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.0504em;
  }
}

/* ---- project p-plan ------- */
.p-plan {
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
  background-image: url(../images/plan_bg-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-plan {
    padding-top: 1.5rem;
    padding-bottom: 3.4rem;
    background-image: url(../images/plan_bg-sp.jpg);
  }
}

.p-plan__title {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-plan__title {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-plan__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.1rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .p-plan__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    -webkit-column-gap: 1.7rem;
       -moz-column-gap: 1.7rem;
            column-gap: 1.7rem;
    row-gap: 1.3rem;
    width: 95%;
    max-width: 50rem;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-plan__box {
  border: 2px solid #096bc2;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-plan__box {
    border-radius: 0.8rem;
  }
}

.p-plan__item-head {
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #096bc2;
}
@media screen and (max-width: 750px) {
  .p-plan__item-head {
    padding: 0.3rem 0.65rem;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
}

.p-plan__item-img img {
  aspect-ratio: 228/150;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .p-plan__item-img img {
    aspect-ratio: 309/207;
  }
}

.p-plan__price {
  margin-top: 0.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-plan__price {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.p-plan__price-num {
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #d7123d;
}
@media screen and (max-width: 750px) {
  .p-plan__price-num {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
}

.p-plan__price-yen {
  color: #d7123d;
}
@media screen and (max-width: 750px) {
  .p-plan__price-yen {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

/* ---- project p-price ------- */
.p-price {
  padding-top: 4.4rem;
  background-image: url(../images/price_bg.png);
  background-repeat: repeat;
}
@media screen and (max-width: 750px) {
  .p-price {
    padding-top: 3rem;
  }
}

.p-price__title {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-price__title {
    width: 80%;
    max-width: 48rem;
  }
}

.p-price__contents {
  width: 100%;
  max-width: 99rem;
  margin-top: -3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-price__contents {
    max-width: 50rem;
    margin-top: -2.1rem;
  }
}

@media screen and (max-width: 750px) {
  .p-price__contents img {
    max-width: 103%;
  }
}

/* ---- project p-result ------- */
.p-result__catch {
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-result__wrap {
  margin-top: -3.2rem;
  padding-top: 7.8rem;
  padding-bottom: 6rem;
  background-color: #fffbe7;
}
@media screen and (max-width: 750px) {
  .p-result__wrap {
    margin-top: -4vw;
    padding-top: 7.4666666667vw;
    padding-bottom: 2.5rem;
  }
}

.p-result__title {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-result__title {
    width: 85%;
    max-width: 48rem;
  }
}

.p-result__contents {
  width: 100%;
  max-width: 86rem;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-result__contents {
    max-width: 45rem;
    margin-top: 1.4rem;
  }
}

.p-result__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 750px) {
  .p-result__box {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-result__box:not(:first-child) {
  margin-top: 3.8rem;
}
@media screen and (max-width: 750px) {
  .p-result__box:not(:first-child) {
    margin-top: 1.2rem;
  }
}

.p-result__img {
  width: 46.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-result__img {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-result__body {
  width: 53.5%;
  padding-top: 0.5rem;
  padding-left: 2.2rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 750px) {
  .p-result__body {
    width: 94%;
    background-color: #fff;
    margin-top: -2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.6rem 1.1rem 1.2rem;
    -webkit-box-shadow: 0 0 3.5px 0 rgba(17, 17, 17, 0.3);
            box-shadow: 0 0 3.5px 0 rgba(17, 17, 17, 0.3);
  }
}

.p-result__head {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 0.05em;
  color: #002286;
}
@media screen and (max-width: 750px) {
  .p-result__head {
    font-size: 1.8rem;
    line-height: 1.24;
    letter-spacing: 0.02em;
  }
}

.p-result__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.63;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 750px) {
  .p-result__text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.36;
    letter-spacing: -0.01em;
  }
}

.p-result__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  max-width: 73.5rem;
  width: 90%;
  margin-top: 3.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-result__icons {
    -webkit-column-gap: 0.2rem;
       -moz-column-gap: 0.2rem;
            column-gap: 0.2rem;
    max-width: 50rem;
    width: 100%;
    margin-top: 2.1rem;
  }
}

/* ---- project p-reason ------- */
.p-reason {
  position: relative;
  width: 100%;
  padding-top: 6.2rem;
  padding-bottom: 8.7rem;
}
@media screen and (max-width: 750px) {
  .p-reason {
    padding-top: 3.4rem;
    padding-bottom: 4rem;
  }
}

.p-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.1770833333vw;
  background-image: url(../images/reason_bg-top-pc.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-reason::before {
    height: 20.6666666667vw;
    background-image: url(../images/reason_bg-top-sp.png);
  }
}

.p-reason::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.1770833333vw;
  background-image: url(../images/reason_bg-bottom-pc.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-reason::after {
    height: 20.6666666667vw;
    background-image: url(../images/reason_bg-bottom-sp.png);
  }
}

.p-reason__title {
  width: 86.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-reason__title {
    width: 75%;
    max-width: 48rem;
  }
}

.p-reason__items {
  display: grid;
  grid-template: "item01 item01 item01" "item02 item03 item04" "item05 item06 item07";
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.6rem;
     -moz-column-gap: 2.6rem;
          column-gap: 2.6rem;
  row-gap: 3.4rem;
  max-width: 80rem;
  width: 100%;
  margin-top: 2.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-reason__items {
    grid-template: "item01 item01" "item02 item03" "item04 item05" "item06 item07";
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
    max-width: 45rem;
    row-gap: 2.1rem;
    margin-top: 1.9rem;
    padding-left: 1.2rem;
    padding-right: 1rem;
  }
}

.p-reason__item01 {
  position: relative;
  grid-area: item01;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #096bc2;
}
@media screen and (max-width: 750px) {
  .p-reason__item01 {
    border: solid 1px #096bc2;
  }
}

.p-reason__item01-body {
  width: 56%;
  padding: 3rem 4.2rem 1rem 5.2rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-reason__item01-body {
    width: 62.3%;
    padding: 1.4rem 1rem 1rem 1.4rem;
  }
}

.p-reason__item01-head {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: 0.025em;
  color: #d7123d;
}
@media screen and (max-width: 750px) {
  .p-reason__item01-head {
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 750px) {
  .p-reason__item01-head span {
    font-weight: 900;
  }
}

.p-reason__item01-head picture {
  display: inline-block;
}

.p-reason__item01-head img {
  display: inline-block;
  width: 2.3em;
  margin-right: -0.7rem;
}
@media screen and (max-width: 750px) {
  .p-reason__item01-head img {
    width: 2em;
  }
}

.p-reason__item01-text {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-reason__item01-text {
    margin-top: 0.2rem;
    font-size: 1.3rem;
    line-height: 1.38;
    letter-spacing: 0.049em;
  }
}

.p-reason__item01-img {
  width: 44%;
}
@media screen and (max-width: 750px) {
  .p-reason__item01-img {
    width: 37.7%;
  }
}

.p-reason__item01-img img {
  aspect-ratio: 352/197;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .p-reason__item01-img img {
    aspect-ratio: 121/138;
  }
}

.p-reason__item {
  position: relative;
  border: solid 2px #096bc2;
}
@media screen and (max-width: 750px) {
  .p-reason__item {
    border: solid 1px #096bc2;
  }
}

.p-reason__item img {
  aspect-ratio: 250/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .p-reason__item img {
    aspect-ratio: 145/120;
  }
}

.p-reason__item--02 {
  grid-area: item02;
}

.p-reason__item--03 {
  grid-area: item03;
}

.p-reason__item--04 {
  grid-area: item04;
}

.p-reason__item--05 {
  grid-area: item05;
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .p-reason__item--05 {
    margin-top: 0;
  }
}

.p-reason__item--06 {
  grid-area: item06;
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .p-reason__item--06 {
    margin-top: 0;
  }
}

.p-reason__item--07 {
  grid-area: item07;
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .p-reason__item--07 {
    margin-top: 0;
  }
}

.p-reason__item01::after,
.p-reason__item::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -1.5rem;
  width: 3.7rem;
  height: 5.3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-reason__item01::after,
  .p-reason__item::after {
    top: -1.6rem;
    left: -1.3rem;
    width: 2.45rem;
    height: 3.5rem;
  }
}

.p-reason__item01::after {
  background-image: url(../images/reason_icon01.png);
}

.p-reason__item--02::after {
  background-image: url(../images/reason_icon02.png);
}

.p-reason__item--03::after {
  background-image: url(../images/reason_icon03.png);
}

.p-reason__item--04::after {
  background-image: url(../images/reason_icon04.png);
}

.p-reason__item--05::after {
  background-image: url(../images/reason_icon05.png);
}

.p-reason__item--06::after {
  background-image: url(../images/reason_icon06.png);
}

.p-reason__item--07::after {
  background-image: url(../images/reason_icon07.png);
}

/* ---- project p-flow ------- */
.p-flow {
  padding-top: 6.6rem;
  padding-bottom: 7.5rem;
  background-image: url(../images/flow_bg.png);
  background-repeat: repeat;
}
@media screen and (max-width: 750px) {
  .p-flow {
    padding-top: 3.9rem;
    padding-bottom: 3.6rem;
  }
}

.p-flow__title {
  font-size: 5.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.0250943396em;
  color: #096bc2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-flow__title {
    font-size: 3rem;
    letter-spacing: 0.025em;
  }
}

.p-reason__title span {
  font-size: 4.4rem;
  letter-spacing: 0.025em;
  color: #171101;
}
@media screen and (max-width: 750px) {
  .p-reason__title span {
    font-size: 2.6rem;
    letter-spacing: 0.025em;
  }
}

.p-flow__text {
  margin-top: 2.9rem;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-flow__text {
    margin-top: 1.1rem;
    font-size: 2.1rem;
    line-height: 1.43;
  }
}

.p-flow__items {
  display: grid;
  row-gap: 5.6rem;
  margin-top: 4.2rem;
}
@media screen and (max-width: 750px) {
  .p-flow__items {
    row-gap: 2.5rem;
    max-width: 45rem;
    margin-top: 2.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-flow__item {
  position: relative;
  display: grid;
  grid-template: "head img" "text img";
  grid-template-columns: 1fr 24.48rem;
  grid-template-rows: auto;
  margin-left: 1.2rem;
  padding-left: 10.8rem;
  -webkit-box-shadow: 0 0 9px 0 rgba(17, 17, 17, 0.2);
          box-shadow: 0 0 9px 0 rgba(17, 17, 17, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-flow__item {
    grid-template: "head" "img" "text";
    grid-template-columns: 1fr;
    grid-template-rows: 5.5rem auto;
    margin-left: 0;
    padding: 0 0.8rem 1rem;
  }
}

.p-flow__item-label {
  position: absolute;
  top: -1rem;
  left: -1.2rem;
  width: 12rem;
  height: 12rem;
  background-color: #096bc2;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .p-flow__item-label {
    top: -0.5rem;
    left: 0;
    width: 10rem;
    height: 6rem;
  }
}

.p-flow__item-label img {
  width: 4.8rem;
}
@media screen and (max-width: 750px) {
  .p-flow__item-label img {
    width: auto;
    height: 1.9rem;
  }
}

.p-flow__item-label span {
  margin-top: 1.1rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .p-flow__item-label span {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    letter-spacing: -0.0253333333em;
  }
}

.p-flow__item-head {
  position: relative;
  grid-area: head;
  width: 100%;
  max-width: 53rem;
  padding-top: 3.2rem;
  padding-left: 2.6rem;
  padding-bottom: 1.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #096bc2;
}
@media screen and (max-width: 750px) {
  .p-flow__item-head {
    max-width: 43rem;
    height: 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-left: 10rem;
    padding-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.28;
    letter-spacing: 0.005em;
  }
}

.p-flow__item-head::before {
  content: "";
  position: absolute;
  right: 2.2%;
  bottom: -0.45rem;
  width: 0.1rem;
  height: 3.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #096bc2;
}
@media screen and (max-width: 750px) {
  .p-flow__item-head::before {
    right: 0.65rem;
    bottom: -0.27rem;
    width: 0.1rem;
    height: 2rem;
  }
}

.p-flow__item-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #096bc2;
}

.p-flow__item-text {
  grid-area: text;
  padding: 0.8rem 1.4rem 2rem 2.6rem;
  font-size: 1.8rem;
  line-height: 1.72;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 750px) {
  .p-flow__item-text {
    margin-top: 0.4rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.36;
    letter-spacing: -0.01em;
  }
}

.p-flow__item-img {
  grid-area: img;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-flow__item-img {
    margin-top: 1.2rem;
    background: none;
  }
}

.p-flow__item-img--01 {
  background-image: url(../images/flow_img01-pc.png);
}
@media screen and (max-width: 750px) {
  .p-flow__item-img--01 {
    background: none;
  }
}

.p-flow__item-img--02 {
  background-image: url(../images/flow_img02-pc.png);
}
@media screen and (max-width: 750px) {
  .p-flow__item-img--02 {
    background: none;
  }
}

.p-flow__item-img--03 {
  background-image: url(../images/flow_img03-pc.png);
}
@media screen and (max-width: 750px) {
  .p-flow__item-img--03 {
    background: none;
  }
}

.p-flow__item-img--04 {
  background-image: url(../images/flow_img04-pc.png);
}
@media screen and (max-width: 750px) {
  .p-flow__item-img--04 {
    background: none;
  }
}

.p-flow__item-img--05 {
  background-image: url(../images/flow_img05-pc.png);
}
@media screen and (max-width: 750px) {
  .p-flow__item-img--05 {
    background: none;
  }
}

.p-flow__item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: 24.49%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-flow__item-img::after {
    display: none;
  }
}

/* ---- project p-area ------- */
.p-area {
  padding-top: 5.7rem;
  padding-bottom: 7.2rem;
  background-image: url(../images/area_bg-pc.png);
  background-size: 100vw;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-area {
    padding-top: 3.2rem;
    padding-bottom: 3.6rem;
    background-image: url(../images/area_bg-sp.png);
  }
}

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

.p-area__title-inner {
  display: inline-block;
  padding: 1.5rem 2.5rem 1.9rem 4.7rem;
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #096bc2;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-area__title-inner {
    padding: 0.5rem 1.2rem 0.8rem 1.1rem;
    font-size: 3rem;
    letter-spacing: 0.075em;
  }
}

.p-area__title-black {
  margin-right: 0.5rem;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #171101;
}
@media screen and (max-width: 750px) {
  .p-area__title-black {
    margin-right: 0.2rem;
    font-size: 2.6rem;
    letter-spacing: 0.075em;
  }
}

.p-area__img {
  position: relative;
  max-width: 86rem;
  width: 100%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6rem;
}
@media screen and (max-width: 750px) {
  .p-area__img {
    max-width: 50rem;
    margin-top: 1.1rem;
    padding-right: 0;
  }
}

.p-area__img-text {
  position: absolute;
  top: 0;
  right: 3rem;
}
@media screen and (max-width: 750px) {
  .p-area__img-text {
    position: static;
    text-align: center;
  }
}

.p-area__img-text span {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 750px) {
  .p-area__img-text span {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.01em;
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .p-area__img img {
    margin-top: 0.6rem;
  }
}

.p-area__icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 2.2rem;
     -moz-column-gap: 2.2rem;
          column-gap: 2.2rem;
  max-width: 76.2rem;
  width: 100%;
  margin-top: 3.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-area__icons {
    max-width: 50rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-top: 0.6rem;
  }
}

.p-area__items {
  display: grid;
  row-gap: 0.7rem;
  max-width: 86rem;
  width: 100%;
  margin-top: 4.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-area__items {
    row-gap: 0.5rem;
    max-width: 50rem;
    margin-top: 1.2rem;
  }
}

.p-area__area-head {
  position: relative;
  padding: 1.1rem 2.5rem 1.3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-area__area-head {
    padding: 2rem 0.9rem 2.05rem;
    font-size: 1.3rem;
    letter-spacing: 0.0753846154em;
  }
}

.p-area__area-head--blue {
  background-color: #30a0d2;
}

.p-area__area-head--orange {
  background-color: #f49c00;
}

.p-area__area-head--green {
  background-color: #50b15e;
}

.p-area__area-head::before {
  content: "";
  position: absolute;
  top: 46%;
  right: 5.2rem;
  width: 1.8rem;
  height: 0.4rem;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .p-area__area-head::before {
    top: 48%;
    right: 1.05rem;
    width: 1rem;
    height: 0.15rem;
  }
}

.p-area__area-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 1.8rem;
  height: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 750px) {
  .p-area__area-head::after {
    right: 1rem;
    width: 1rem;
    height: 0.15rem;
  }
}

.p-area__area-head.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-area__area-head.open::after {
  opacity: 0;
}

.p-area__list-box {
  display: none;
  padding: 1.2rem 2.5rem 2rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-area__list-box {
    padding: 0.35rem 0.7rem 1rem;
  }
}

.p-area__list-box--blue {
  border: solid 2px #30a0d2;
}

.p-area__list-box--orange {
  border: solid 2px #f49c00;
}

.p-area__list-box--green {
  border: solid 2px #50b15e;
}

.p-area__list {
  display: grid;
}

.p-area__list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 750px) {
  .p-area__list li {
    padding-left: 1.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.075em;
  }
}

/* .p-area__list li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background-color: #171101;
}
@media screen and (max-width: 750px) {
  .p-area__list li::before {
    top: 0.55rem;
  }
} */

/* ---- project p-voice ------- */
.p-voice {
  padding-top: 8.4rem;
  padding-bottom: 8.4rem;
  background-image: url(../images/voice_bg-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-voice {
    padding-top: 3.2rem;
    padding-bottom: 3.5rem;
    background-image: url(../images/voice_bg-sp.jpg);
  }
}

.p-voice__title {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-voice__title {
    font-size: 2.6rem;
    letter-spacing: 0.025em;
  }
}

.p-voice__text {
  margin-top: 2.5rem;
  font-size: 2.5rem;
  line-height: 1.65;
  letter-spacing: 0.0104em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-voice__text {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.003em;
  }
}

.p-voice__items {
  display: grid;
  row-gap: 5.2rem;
  max-width: 85rem;
  width: 100%;
  margin-top: 4.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-voice__items {
    row-gap: 2.5rem;
    max-width: 45rem;
    margin-top: 2.5rem;
    padding: 0 1rem;
  }
}

.p-voice__item {
  position: relative;
  display: grid;
  grid-template: "head" "text" "meta";
  padding: 2.8rem 3.3rem 2.7rem 24.2rem;
  background-image: url(../images/voice_item-bg.png);
  background-repeat: repeat;
  -webkit-box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.5);
          box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.5);
}
@media screen and (max-width: 750px) {
  .p-voice__item {
    grid-template: "meta head" "meta text";
    grid-template-columns: 11rem auto;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding: 1.5rem 1rem 1rem 2rem;
  }
}

.p-voice__item--blue {
  border: solid 2px #30a0d2;
}
@media screen and (max-width: 750px) {
  .p-voice__item--blue {
    border: solid 1.5px #30a0d2;
  }
}

.p-voice__item--pink {
  border: solid 2px #eb6877;
}
@media screen and (max-width: 750px) {
  .p-voice__item--pink {
    border: solid 1.5px #eb6877;
  }
}

.p-voice__item--green {
  border: solid 2px #15aca3;
}
@media screen and (max-width: 750px) {
  .p-voice__item--green {
    border: solid 1.5px #15aca3;
  }
}

.p-voice__item-img {
  position: absolute;
  top: -2.5rem;
  left: -2.1rem;
  width: 23.1rem;
}
@media screen and (max-width: 750px) {
  .p-voice__item-img {
    top: -1.4rem;
    left: 0.2rem;
    width: 13.1rem;
  }
}

.p-voice__item-head {
  grid-area: head;
  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;
  width: 19rem;
  height: 4.5rem;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .p-voice__item-head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.4rem;
    padding: 0 0.7rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

.p-voice__item-head--blue {
  background-color: #30a0d2;
}

.p-voice__item-head--pink {
  background-color: #eb6877;
}

.p-voice__item-head--green {
  background-color: #15aca3;
}

.p-voice__item-text {
  grid-area: text;
  margin-top: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-voice__item-text {
    margin-top: 0.6rem;
    font-size: 1.35rem;
    line-height: 1.26;
    letter-spacing: 0.0251851852em;
  }
}

.p-voice__item-meta {
  grid-area: meta;
  margin-top: 1.1rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 750px) {
  .p-voice__item-meta {
    margin-top: 13.2rem;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
}

.p-voice__item-meta--blue {
  color: #274a8b;
}

.p-voice__item-meta--pink {
  color: #eb6877;
}

.p-voice__item-meta--green {
  color: #11928a;
}

/* ---- project p-faq ------- */
.p-faq {
  padding-top: 8rem;
  padding-bottom: 6.7rem;
}
@media screen and (max-width: 750px) {
  .p-faq {
    padding-top: 4rem;
    padding-bottom: 2.3rem;
  }
}

.p-faq__title {
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-faq__title {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.025em;
  }
}

.p-faq__text {
  margin-top: 2.5rem;
  font-size: 2.6rem;
  line-height: 1.65;
  letter-spacing: -0.006em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-faq__text {
    margin-top: 1.2rem;
    font-size: 2.1rem;
    line-height: 1.48;
    letter-spacing: -0.01em;
  }
}

.p-faq__items {
  display: grid;
  row-gap: 1rem;
  width: 100%;
  margin-top: 2.9rem;
}
@media screen and (max-width: 750px) {
  .p-faq__items {
    max-width: 50rem;
    row-gap: 1rem;
    margin-top: 1.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-faq__question {
  position: relative;
  padding: 1.3rem 7.5rem 1.6rem 10rem;
  border: solid 1px #8b8b8e;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-faq__question {
    padding: 2.1rem 2.2rem 2.3rem 3.2rem;
  }
}

.p-faq__question::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 3.8rem;
  width: 2.2rem;
  height: 0.4rem;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  background: #080808;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .p-faq__question::before {
    top: 49%;
    right: 0.9rem;
    width: 1.3rem;
    height: 0.2rem;
  }
}

.p-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.6rem;
  width: 2.2rem;
  height: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #080808;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 750px) {
  .p-faq__question::after {
    right: 0.8rem;
    width: 1.3rem;
    height: 0.2rem;
  }
}

.p-faq__question.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-faq__question.open::after {
  opacity: 0;
}

.p-faq__question-text {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.005em;
  color: #080808;
}
@media screen and (max-width: 750px) {
  .p-faq__question-text {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: -0.04em;
  }
}

.p-faq__question-text::before {
  content: "Q";
  position: absolute;
  top: -0.6rem;
  left: -6.8rem;
  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;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  background-color: #ffba01;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-faq__question-text::before {
    top: 0.3rem;
    left: -2.5rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
}

.p-faq__answer {
  display: none;
  padding: 2.2rem 3rem 1.3rem 10rem;
}
@media screen and (max-width: 750px) {
  .p-faq__answer {
    padding: 0.8rem 0.5rem 1.7rem 3.5rem;
  }
}

.p-faq__answer-text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: 0.005em;
  color: #080808;
}
@media screen and (max-width: 750px) {
  .p-faq__answer-text {
    font-size: 1.4rem;
    line-height: 1.64;
    letter-spacing: -0.005em;
  }
}

.p-faq__answer-text::before {
  content: "A";
  position: absolute;
  top: -0.1rem;
  left: -6.8rem;
  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;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  background-color: #d7123d;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-faq__answer-text::before {
    top: 0.1rem;
    left: -2.4rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
}

/* ---- project p-contact ------- */
.p-contact {
  padding-top: 7rem;
  padding-bottom: 10.3rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: linear-gradient(to top, #cfd9df, #e2ebf0);
}
@media screen and (max-width: 750px) {
  .p-contact {
    padding-top: 3.2rem;
    padding-bottom: 0;
  }
}

.p-contact--thanks {
  background-image: none;
}

.p-contact__title {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-contact__title {
    font-size: 2.6rem;
  }
}

.p-contact__text {
  margin-top: 2.4rem;
  font-size: 2.6rem;
  line-height: 1.65;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-contact__text {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}

.p-contact__tel {
  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: 1.5rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-contact__tel {
    margin-top: 1.5rem;
    gap: 0.9rem;
  }
}

.p-contact__tel-icon {
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .p-contact__tel-icon {
    width: 3rem;
  }
}

.p-contact__tel-num {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  color: #013b7a;
}
@media screen and (max-width: 750px) {
  .p-contact__tel-num {
    font-size: 3.6rem;
    letter-spacing: 0.01em;
  }
}

.p-contact__text-blue {
  margin-top: 1.4rem;
  padding-left: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #013b7a;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-contact__text-blue {
    margin-top: 0.5rem;
    padding-left: 0;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}

.p-contact__text-blue span {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .p-contact__text-blue span {
    font-size: 1.3rem;
  }
}

.p-contact__form {
  max-width: 105rem;
  width: 100%;
  margin-top: 3.8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 750px) {
  .p-contact__form {
    max-width: 50rem;
    margin-top: 3rem;
    padding: 0;
  }
}

/* ---- project p-form ------- */
.p-form {
  width: 100%;
  padding: 1.5rem 6rem 5.7rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-form {
    padding: 1.6rem 2.5rem 4.3rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

.p-form input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-form input[type=checkbox] {
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-form input[type=checkbox] {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.p-form input[type=checkbox]::before,
.p-form input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

.p-form input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #535353;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 750px) {
  .p-form input[type=checkbox]::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.p-form input[type=checkbox]::after {
  border-bottom: 3px solid #535353;
  border-left: 3px solid #535353;
  opacity: 0;
  height: 1rem;
  width: 1.6rem;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  top: 19%;
  left: 54%;
}
@media screen and (max-width: 750px) {
  .p-form input[type=checkbox]::after {
    height: 0.8rem;
    width: 1.2rem;
    top: 12%;
  }
}

.p-form input[type=checkbox]:checked::after {
  opacity: 1;
}

.p-form input[type=text],
.p-form textarea,
.p-form select {
  width: 100%;
  border: solid 1px #c70102;
  background-color: #fff8f8;
  font-size: 1.6rem;
  line-height: 1;
  outline: none;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .p-form input[type=text],
  .p-form textarea,
  .p-form select {
    font-size: 1.3rem;
  }
}

.p-form input[type=text],
.p-form select {
  padding: 0.4rem 2rem;
}
@media screen and (max-width: 750px) {
  .p-form input[type=text],
  .p-form select {
    padding: 0.3rem 1rem;
  }
}

.p-form input::-webkit-input-placeholder {
  color: #959595;
}

.p-form input::-moz-placeholder {
  color: #959595;
}

.p-form input:-ms-input-placeholder {
  color: #959595;
}

.p-form input::-ms-input-placeholder {
  color: #959595;
}

.p-form input::placeholder,
.select {
  color: #959595;
}

.p-form textarea {
  padding: 1.3rem 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-form textarea {
    padding: 0.75rem 1rem;
  }
}

.p-form dl {
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-form dl {
    padding: 0;
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.1rem;
  }
}

@media screen and (max-width: 750px) {
  .p-form dl:not(:first-child) {
    margin-top: 0.9rem;
  }
}

.p-form dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 27.9%;
  padding-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-form dt {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.7rem;
       -moz-column-gap: 0.7rem;
            column-gap: 0.7rem;
  }
}

.p-form dd {
  width: 69.3%;
}
@media screen and (max-width: 750px) {
  .p-form dd {
    width: 100%;
  }
}

.p-form__label {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 750px) {
  .p-form__label {
    font-size: 1.35rem;
    line-height: 1.59;
  }
}

.p-form__badge {
  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;
  width: 4.6rem;
  height: 2.4rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .p-form__badge {
    width: 3.1rem;
    height: 1.65rem;
    font-size: 1.25rem;
  }
}

.p-form__badge--red {
  background-color: #a60002;
}

.p-form__badge--grey {
  background-color: #626262;
}

.p-form__note {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #000;
}
@media screen and (max-width: 750px) {
  .p-form__note {
    font-size: 1.1rem;
  }
}

.p-form__tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .p-form__tel-box {
    display: block;
  }
}

input[type=text].p-form__tel,
input[type=text].p-form__mail {
  width: 68.85%;
}
@media screen and (max-width: 750px) {
  input[type=text].p-form__tel,
  input[type=text].p-form__mail {
    width: 100%;
  }
}

.p-form__address-box {
  display: grid;
  grid-template: "label-01 num note" "label-02 address-01 address-01" "label-03 address-02 address-02";
  grid-template-columns: 6.6rem 2fr 1fr;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  row-gap: 0.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .p-form__address-box {
    grid-template-columns: 5.4rem 2fr 1fr;
    -webkit-column-gap: 0.7rem;
       -moz-column-gap: 0.7rem;
            column-gap: 0.7rem;
    row-gap: 0.65rem;
    margin-top: 0.3rem;
  }
}

.p-form__address-num {
  grid-area: num;
}

.p-form__address-label--01 {
  grid-area: label-01;
}

.p-form__address-label--02 {
  grid-area: label-02;
}

.p-form__address-label--03 {
  grid-area: label-03;
}

.p-form__address--01 {
  grid-area: address-01;
}

.p-form__address--02 {
  grid-area: address-02;
}

.p-form__note--01 {
  grid-area: note;
}

.p-form__address-label {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #000;
}
@media screen and (max-width: 750px) {
  .p-form__address-label {
    font-size: 1.35rem;
    letter-spacing: 0;
  }
}

.p-form_check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-form_check-box {
    margin-top: 0.8rem;
  }
}

.p-check-box-label {
  margin-left: 0.7rem;
  margin-right: 1.7rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #000;
}
@media screen and (max-width: 750px) {
  .p-check-box-label {
    font-size: 1.35rem;
  }
}

.p-form__privacy {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-form__privacy {
    margin-top: 3.2rem;
  }
}

.p-form__privacy-head {
  position: relative;
  padding: 0.8rem 1rem 0.9rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  background-color: #535353;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-form__privacy-head {
    padding: 0.4rem 1rem 0.45rem;
    font-size: 1.3rem;
  }
}

.p-form__privacy-head::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 4rem;
  width: 1.6rem;
  height: 0.2rem;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .p-form__privacy-head::before {
    top: 47%;
    right: 1.05rem;
    width: 1rem;
    height: 0.2rem;
  }
}

.p-form__privacy-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.9rem;
  width: 1.6rem;
  height: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 750px) {
  .p-form__privacy-head::after {
    right: 0.95rem;
    width: 1rem;
    height: 0.2rem;
  }
}

.p-form__privacy-head.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-form__privacy-head.open::after {
  opacity: 0;
}

.p-form__privacy-body {
  display: none;
  padding: 1.5rem 3.8rem 1.8rem;
  border: solid 2px #535353;
}
@media screen and (max-width: 750px) {
  .p-form__privacy-body {
    padding: 0.9rem 1rem 1.3rem;
    border: solid 1px #535353;
  }
}

.p-form__privacy-text {
  font-size: 1.6rem;
  line-height: 1.69;
  letter-spacing: 0.075em;
  color: #000;
}
@media screen and (max-width: 750px) {
  .p-form__privacy-text {
    font-size: 1.3rem;
    line-height: 1.38;
    letter-spacing: -0.025em;
  }
}

.p-form__privacy-check {
  margin-top: 2.2rem;
  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;
  height: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-form__privacy-check {
    margin-top: 1.7rem;
    height: 1.6rem;
  }
}

.p-form__privacy-label {
  margin-left: 1.2rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #000;
}
@media screen and (max-width: 750px) {
  .p-form__privacy-label {
    margin-left: 0.5rem;
    font-size: 1.25rem;
  }
}

.p-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 3.7rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.6rem;
  }
}

.p-form__btn input[type=submit],
.p-form__btn input[type=button],
.p-form__btn a {
  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;
  width: 28rem;
  height: 4.8rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #00417b;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: 0 0.4rem 0 #002443;
          box-shadow: 0 0.4rem 0 #002443;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .p-form__btn input[type=submit],
  .p-form__btn input[type=button],
  .p-form__btn a {
    width: 25rem;
    height: 3.8rem;
    font-size: 1.8rem;
  }
}

.p-form__btn input[type=submit]:hover,
.p-form__btn input[type=button]:hover,
.p-form__btn a:hover {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.p-form__btn input[type=submit]#button {
  opacity: 0.2;
  cursor: default;
}

.p-form__tel-num {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #013b7a;
}
@media screen and (max-width: 750px) {
  .p-form__tel-num {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}

/* confirm */
.p-form__confirm-head {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-form__confirm-head {
    font-size: 1.8rem;
  }
}

.p-form__confirm-text {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-form__confirm-text {
    font-size: 1.5rem;
  }
}

.p-form__confirm-text--red {
  color: red;
}

.p-form table.formTable {
  max-width: 60rem;
  width: 100%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

.p-form table.formTable tr {
  border-bottom: 2px solid #b5b5b5;
}
@media screen and (max-width: 750px) {
  .p-form table.formTable tr {
    border-bottom: none;
  }
}

.p-form table.formTable td,
.p-form table.formTable th {
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-form table.formTable td,
  .p-form table.formTable th {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}

table.formTable th {
  width: 30%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  table.formTable th {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.35rem;
    line-height: 1.59;
  }
}

table.formTable td {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  table.formTable td {
    margin-top: 0.5rem;
    font-size: 1.35rem;
    line-height: 1.59;
  }
}

p.error_messe {
  margin: 5px 0;
  font-size: 1.8rem;
  text-align: center;
  color: red;
}
@media screen and (max-width: 750px) {
  p.error_messe {
    font-size: 1.5rem;
  }
}

/* thanks */
.p-form__thanks-head {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-form__thanks-head {
    font-size: 1.8rem;
  }
}

.p-form__thanks-text-wrap {
  max-width: 70rem;
  width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-form__thanks-text-wrap {
    margin-top: 2rem;
  }
}

.p-form__thanks-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .p-form__thanks-text {
    font-size: 1.5rem;
  }
}

.p-form__thanks-text:not(:first-child) {
  margin-top: 2rem;
}

/* ---- project p-footer ------- */
.p-footer {
  margin-top: auto;
  padding: 1.7rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #56595c;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-footer {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 1.35rem;
  }
}

/* ---- utility u-inline-block ------- */
.u-inline-block {
  display: inline-block;
}

/* ---- utility u-desktop ------- */
@media screen and (max-width: 750px) {
  .u-desktop {
    display: none;
  }
}

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


.p-btn {
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}
.p-btn ul {
    display: flex;
}
.p-btn ul li {
    width: 50%;
}
.p-btn ul li a {
margin: 0 10px;
padding: 2rem 1rem 2rem;
}
.p-btn .c-tel-btn {
    display: block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    background-color: #096bc2;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.2rem 0.3rem 0 #013b7a;
    box-shadow: 0.2rem 0.3rem 0 #013b7a;
    text-align: center;
}
@media screen and (max-width: 750px) {
.p-btn ul {
    display: block;
}
.p-btn ul li {
width:100%;
margin-bottom:10px;
}
.p-btn .c-tel-btn {
    font-size: 1.35rem;
}
}