@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

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

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

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  -webkit-padding-before: 4.5rem;
          padding-block-start: 4.5rem;
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-footer {
  padding-block: 1.25rem;
  border-top: 1px solid #dbdbdb;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-animate span:nth-of-type(1) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.c-animate span:nth-of-type(2) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.c-animate span:nth-of-type(3) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.c-animate span:nth-of-type(4) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.c-animate span {
  opacity: 0;
  -webkit-transform: translate(-150px, 0) scale(0.3);
          transform: translate(-150px, 0) scale(0.3);
  -webkit-animation: leftRight 0.5s forwards;
          animation: leftRight 0.5s forwards;
}
@-webkit-keyframes leftRight {
  40% {
    -webkit-transform: translate(50px, 0) scale(0.8);
            transform: translate(50px, 0) scale(0.8);
    opacity: 1;
    color: #fff;
  }
  60% {
    color: #fff;
  }
  80% {
    -webkit-transform: translate(0) scale(1.5);
            transform: translate(0) scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
}
@keyframes leftRight {
  40% {
    -webkit-transform: translate(50px, 0) scale(0.8);
            transform: translate(50px, 0) scale(0.8);
    opacity: 1;
    color: #fff;
  }
  60% {
    color: #fff;
  }
  80% {
    -webkit-transform: translate(0) scale(1.5);
            transform: translate(0) scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.5rem;
  background: #e7f482;
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 9.375rem 1fr;
  padding-block: 1.0625rem;
}

.p-header__logo {
  font-size: 1.25rem;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-header__list li a {
  font-size: 1.25rem;
}

.p-header__btn {
  padding: 0.5rem 1.625rem;
  background: #fff;
  border: 1px solid #fff;
  color: #001A75;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 17px;
  right: 20px;
  width: 24px;
  height: 16px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #b6e7f3;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-footer__content {
  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;
  gap: 0.625rem;
}

.p-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
}

.p-test {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    padding-block: 4.375rem;
  }
}

.p-test__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-test__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  font-size: max(3.125rem, 40px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-test__title {
    font-size: 3.125rem;
  }
}

.p-test__text {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-test__text {
    font-size: 1.75rem;
  }
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

.p-contact {
  padding-block: 6.25rem;
}

.p-contact__title {
  font-size: 6.25rem;
  font-weight: 700;
  color: #fef235;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 3.125rem;
  }
}

.p-contact__sub-title {
  font-size: 5rem;
  font-weight: 700;
  color: #4c2819;
  text-align: center;
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__sub-title {
    font-size: 1.875rem;
  }
}

.p-contact__form {
  margin-top: 1.875rem;
}

.p-contact__input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
}

.p-contact__row {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.p-contact__row.--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    grid-template-columns: 1fr;
  }
}

.p-contact__head {
  text-align: right;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    text-align: left;
  }
}
.p-contact__head span.--must {
  position: relative;
  display: inline-block;
}
.p-contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 14px);
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  padding: 1px 7px;
  border-radius: 100vmax;
  background: rgb(226, 151, 44);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.p-contact__head span.--textarea-attention {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-contact__head span.--textarea-attention {
    width: 100%;
  }
}
.p-contact__head span.--textarea-attention::before {
  content: "※";
  position: absolute;
  top: 1.5rem;
  left: -6.25rem;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact__head span.--textarea-attention::before {
    left: 0;
  }
}
.p-contact__head span.--textarea-attention::after {
  content: "資産形成に関するお悩みなどございましたらご自由にお書きください。";
  position: absolute;
  top: 1.5rem;
  left: -5.3125rem;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact__head span.--textarea-attention::after {
    left: 0.875rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__data {
    margin-top: 0.625rem;
  }
  .p-contact__data.--textarea__padding-bottom-sp {
    margin-top: 3.75rem;
  }
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data-checkbox .wpcf7-form-control {
  display: grid;
  grid-template-columns: 12.375rem 15.75rem 9.375rem;
  gap: 1.25rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox .wpcf7-form-control {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.125rem;
  }
}
.p-contact__data-checkbox .wpcf7-list-item {
  margin: 0;
}
.p-contact__data-checkbox label span {
  display: inline-block;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox label span {
    padding-left: 1.375rem;
  }
}
.p-contact__data-checkbox label span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
}
.p-contact__data-checkbox label span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 1.5px solid rgb(226, 151, 44);
  border-bottom: 1.5px solid rgb(226, 151, 44);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__data-checkbox label span:hover {
    color: rgb(226, 151, 44);
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
  padding: 12px 24px;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbbbbb;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbbbbb;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #bbbbbb;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  background: #f0f0f0;
  border: none;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbbbbb;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbbbbb;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #bbbbbb;
}

select {
  background: #fff;
  border: 1px solid #dbdbdb;
}
select::-webkit-input-placeholder {
  color: #341b11;
}
select::-moz-placeholder {
  color: #341b11;
}
select:-ms-input-placeholder {
  color: #341b11;
}
select::-ms-input-placeholder {
  color: #341b11;
}
select::placeholder {
  color: #341b11;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

input[type=text],
input[type=email] {
  width: 100%;
}

textarea {
  resize: vertical;
  height: 200px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-contact__select-wrap {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-contact__select-wrap {
    width: 100%;
  }
}
.p-contact__select-wrap svg {
  z-index: 10;
  position: absolute;
  top: calc(50% + 2px);
  translate: 0 -50%;
  right: 10.69px;
  width: 17.313px;
  height: auto;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-contact__select-wrap:hover {
    cursor: pointer;
  }
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}

.p-contact__data-radio .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem 0.625rem;
}
.p-contact__data-radio .wpcf7-form-control span.wpcf7-list-item-label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.p-contact__data-radio .wpcf7-form-control span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
}
.p-contact__data-radio .wpcf7-form-control span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 1.5px solid rgb(226, 151, 44);
  border-bottom: 1.5px solid rgb(226, 151, 44);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__data-radio .wpcf7-form-control span.wpcf7-list-item-label:hover {
    color: rgb(226, 151, 44);
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}

.privacy-policy {
  width: 100%;
  margin: 3.125rem auto;
  height: 12.5rem;
  overflow: scroll;
  overflow-x: hidden;
  padding: 1.5625rem;
  border: 1px solid #dbdbdb;
  background: #fff;
  line-height: 1.5;
}
.privacy-policy__item p {
  margin-bottom: 1.5625rem;
}

.privacy-policy-top {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}

.privacy-policy__item__title {
  font-weight: 700;
}

.privacy-policy__item__ul {
  margin-bottom: 1.5625rem;
}
.privacy-policy__item__ul li {
  padding-left: 0.625rem;
}

.p-contact__acceptance .wpcf7-acceptance {
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.p-contact__button {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__button input[type=button] {
  display: inline-block;
  background: rgb(226, 151, 44);
  color: #fff;
  padding: 1.25rem 2.5rem;
  border-radius: 100vmax;
  font-size: 1.25rem;
}
@media (any-hover: hover) {
  .p-contact__button:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
}

/* 確認画面のスタイル */
.p-contact__confirm-area {
  max-width: 800px;
  margin-inline: auto;
  padding: 40px;
}

.p-contact__confirm-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-contact__confirm-items {
  margin-bottom: 2.5rem;
}

.p-contact__confirm-item {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: 18rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3125rem;
  }
}

.p-contact__confirm-label {
  font-weight: 600;
  margin-bottom: 0.3125rem;
  color: rgb(76, 40, 25);
}

.p-contact__confirm-value {
  color: rgb(76, 40, 25);
}

.p-contact__confirm-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.p-contact__confirm-buttons input[type=submit] {
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 3.75rem;
}
.p-contact__confirm-buttons input[type=button] {
  color: rgb(226, 151, 44);
  width: 100%;
  height: 3.75rem;
}

.p-contact__back-btn,
.p-contact__submit-btn {
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__back-btn:hover,
  .p-contact__submit-btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
}

.p-contact__back-btn {
  display: inline-block;
  text-align: center;
  width: 18.75rem;
  background: #fff;
  color: rgb(226, 151, 44);
  border: 1px solid rgb(226, 151, 44);
  border-radius: 100vmax;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__back-btn {
    font-size: 1rem;
  }
}
.p-contact__back-btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  translate: 0 -50%;
  border-top: 1px solid rgb(226, 151, 44);
  border-right: 1px solid rgb(226, 151, 44);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 1.25rem;
  z-index: 1;
}

.p-contact__submit-btn {
  display: inline-block;
  text-align: center;
  width: 18.75rem;
  background: rgb(226, 151, 44);
  color: #fff;
  border: 1px solid rgb(226, 151, 44);
  border-radius: 100vmax;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-btn {
    font-size: 1rem;
  }
}
.p-contact__submit-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  translate: 0 -50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 1.25rem;
  z-index: 1;
}
.p-contact__submit-btn span {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}