@charset "UTF-8";
/*このように @media screen and (width: 767px) { } を書かなくても、
PC用のcssを書きながらスマホ用の表示を書き足すことができます！ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

ol,
ul {
  list-style: none;
}

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

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

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

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

body {
  font-size: 16px;
  line-height: 1.7;
  background: #FAFAFA;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  background-color: #FFF;
}

.l-header__inner {
  padding-block: 19px 22px;
  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 (min-width: 1280px) {
  .l-header__inner {
    -webkit-padding-before: 19px;
            padding-block-start: 19px;
    -webkit-padding-after: 18px;
            padding-block-end: 18px;
  }
}

.l-inner {
  padding-inline: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .l-inner {
    max-width: 1260px;
    padding-inline: 60px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .l-inner {
    max-width: 1440px;
    padding-inline: 150px;
    margin-inline: auto;
  }
}

.l-footer {
  background: #111;
}

.c-section-title {
  text-align: center;
}

.c-section-title__en {
  display: block;
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 38px */
  letter-spacing: 3.8px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1280px) {
  .c-section-title__en {
    font-size: 50px;
    letter-spacing: 5px;
  }
}

.c-section-title__ja {
  display: block;
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1280px) {
  .c-section-title__ja {
    font-size: 16px;
  }
}

.c-button {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 60px;
  border: 2px solid #FFF;
  background-color: #111;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 150px;
}
.c-button:hover {
  border: 2px solid #111;
  background-color: #FFF;
  color: #111;
}

.c-button.--contact {
  border: 2px solid #111;
  background-color: #FFF;
  color: #111;
}
.c-button.--contact:hover {
  border: 2px solid #FFF;
  background-color: #111;
  color: #FFF;
}
@media screen and (min-width: 1280px) {
  .c-button.--contact:hover {
    border: 2px solid #111;
    background-color: #FABE00;
    color: #111;
  }
}

.c-button.--story {
  border: 2px solid #111;
  background-color: #FFF;
  color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-button.--story:hover {
  border: 2px solid #FFF;
  background-color: #111;
  color: #FFF;
}

.c-button.--submit {
  padding: 8px 40px;
  border: 2px solid #111;
  background-color: #FFF;
  color: #111;
}
.c-button.--submit:hover {
  border: 2px solid #111;
  background-color: #FABE00;
  color: #111;
}

.c-button.--error {
  padding: 8px 40px;
  border: 2px solid #111;
  background-color: #FFF;
  color: #111;
}
.c-button.--error:hover {
  border: 2px solid #818181;
  background: #ededed;
  color: #858585;
}

.c-button.--close {
  padding: 8px 48.5px;
  border: 2px solid #111;
  background-color: #FFF;
  color: #111;
}
.c-button.--close:hover {
  border: 2px solid #111;
  background-color: #FABE00;
  color: #111;
}

.c-drawer {
  z-index: 100;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 21px;
  -webkit-transition: 1000ms;
  transition: 1000ms;
  margin-top: 4px;
}

.c-drawer__line {
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-drawer__line:nth-of-type(1) {
  top: 0px;
}
.c-drawer__line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-drawer__line:nth-of-type(3) {
  bottom: 0px;
}

.c-drawer.--is-open {
  margin-top: 4px;
}

.c-drawer__line.--is-open:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-drawer__line.--is-open:nth-of-type(2) {
  display: none;
}
.c-drawer__line.--is-open:nth-of-type(3) {
  bottom: 8px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-header-logo {
  width: 100px;
}
@media screen and (min-width: 1280px) {
  .c-header-logo {
    width: 135px;
  }
}

.c-header-logo__image {
  width: 100%;
  aspect-ratio: 100/26;
  height: auto;
}

.c-news__item + .c-news__item {
  border-top: 1px solid #e3e3e3;
}

.c-news__item-link {
  padding-block: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-news__item-link:hover {
  background-color: rgba(250, 190, 0, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .c-news__item-link {
    padding-block: 12px;
    display: grid;
    grid-template-columns: minmax(220px, auto) 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .c-news__item-link {
    padding-block: 12px;
    display: grid;
    grid-template-columns: minmax(220px, auto) 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}

.c-news__item-time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .c-news__item-time {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .c-news__item-time {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
}

.c-news__item-time-text {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

.c-news__item-time-tag {
  padding: 2px 10px;
  border-radius: 2px;
  background: #F5810E;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 18.7px */
}

.c-news__item-time-tag.--yellow {
  padding: 2px 15px;
  background: #FABE00;
}

.c-news__item-time-tag.--green {
  background: #389B47;
}

.c-news__item-text {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; /* ← 表示する行数 */
}

.c-how-number1 {
  position: absolute;
  top: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 17px 22px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #111;
  background: #F5810E;
}

.c-how-number1.--yellow {
  background: #FABE00;
}

.c-how-number2 {
  position: absolute;
  top: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 17px 18px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #111;
  background: #F5810E;
}

.c-how-number2.--yellow {
  background: #FABE00;
}

.c-how-number3 {
  position: absolute;
  top: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 17px 18px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #111;
  background: #F5810E;
}

.c-how-number3.--yellow {
  background: #FABE00;
}

.c-how-number__text-en {
  display: block;
  color: #111;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 1.3px;
  -webkit-margin-after: 3px;
          margin-block-end: 3px;
}

.c-how-number__text-num {
  display: block;
  color: #FFF;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 34px */
  letter-spacing: 3.4px;
}

.p-header-nav {
  -webkit-padding-before: 86px;
          padding-block-start: 86px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  padding-inline: 40px;
  position: fixed;
  top: 0px;
  right: -100%;
  background-color: #FABE00;
  width: 85.3333333333%;
  height: 100dvh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-header-nav {
    position: static;
    background-color: transparent;
    padding: 0px;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-header-nav {
    position: static;
    background-color: transparent;
    padding: 0px;
    width: auto;
    height: auto;
  }
}

.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  row-gap: 14px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-header-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-header-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.p-header-nav__link {
  display: inline-block;
  padding-block: 14px;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1280px) {
  .p-header-nav__link:hover {
    color: #F5810E;
  }
}

.p-header-nav.--is-open {
  right: 0px;
}

.p-fv {
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
  -webkit-padding-after: 107px;
          padding-block-end: 107px;
}
@media screen and (max-width: 374px) {
  .p-fv {
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
    -webkit-padding-after: 54px;
            padding-block-end: 54px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-fv {
    -webkit-margin-before: 90px;
            margin-block-start: 90px;
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
}
@media (min-width: 1280px) and (max-width: 1360px) {
  .p-fv {
    -webkit-margin-before: 90px;
            margin-block-start: 90px;
    -webkit-padding-after: 22px;
            padding-block-end: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv {
    -webkit-margin-before: 90px;
            margin-block-start: 90px;
    -webkit-padding-after: 88px;
            padding-block-end: 88px;
  }
}

.p-fv__inner {
  max-width: calc(100% - 30px);
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8b819), to(#efd320));
  background: linear-gradient(180deg, #f8b819 0%, #efd320 100%);
  border-radius: 20px;
  padding-inline: 0px;
  padding-block: 50px 255px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-fv__inner {
    max-width: calc(100% - 60px);
    border-radius: 30px;
    padding-block: 110px 109px;
    padding-inline: 20px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv__inner {
    max-width: calc(100% - 60px);
    border-radius: 30px;
    padding-block: 110px 109px;
    padding-inline: 170px 171px;
  }
}

.p-fv__content {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-fv__content {
    -moz-text-align-last: left;
         text-align-last: left;
    max-width: 1040px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv__content {
    -moz-text-align-last: left;
         text-align-last: left;
    max-width: 1040px;
    margin-inline: auto;
  }
}

.p-fv-title {
  -webkit-margin-after: 26px;
          margin-block-end: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-fv-title {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv-title {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-fv-title__text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 10px;
  border-radius: 5px;
  background: #FFF;
  color: #111;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
  letter-spacing: 2.2px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-fv-title__text {
    padding: 12px 15px;
    font-size: 38px;
    letter-spacing: 3.8px;
    margin-inline: 0px auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv-title__text {
    padding: 12px 15px;
    font-size: 38px;
    letter-spacing: 3.8px;
    margin-inline: 0px auto;
  }
}

.p-fv-title__text + .p-fv-title__text {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-fv-title__text + .p-fv-title__text {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv-title__text + .p-fv-title__text {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}

.p-fv-text {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.48px;
  -webkit-margin-after: 22px;
          margin-block-end: 22px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-fv-text {
    font-size: 18px;
    letter-spacing: 0.54px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv-text {
    font-size: 18px;
    letter-spacing: 0.54px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.p-fv-image {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 325px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-fv-image {
    width: 48.0769230769%;
    top: 100px;
    left: auto;
    right: 0px;
    text-align: center;
  }
}
@media (min-width: 1280px) and (max-width: 1360px) {
  .p-fv-image {
    width: 57.6923076923%;
    top: 0px;
    left: auto;
    right: 0px;
    text-align: center;
  }
}
@media (min-width: 1361px) {
  .p-fv-image {
    width: 57.6923076923%;
    top: -22px;
    left: auto;
    right: 0px;
    text-align: center;
  }
}

.p-fv-image__img {
  width: 100%;
  max-width: 345px;
  aspect-ratio: 345/333;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-fv-image__img {
    max-width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv-image__img {
    max-width: 600px;
  }
}

.p-case {
  padding-block: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-case {
    padding-block: 30px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-case {
    padding-block: 70px 50px;
  }
}

.p-case__inner {
  padding-inline: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-case__inner {
    padding-inline: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .p-case__inner {
    padding-inline: 260px;
  }
}

.p-case-title {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-case-title {
    font-size: 20px;
    letter-spacing: 2px;
    -webkit-margin-after: 54px;
            margin-block-end: 54px;
  }
}
@media screen and (min-width: 1280px) {
  .p-case-title {
    font-size: 20px;
    letter-spacing: 2px;
    -webkit-margin-after: 54px;
            margin-block-end: 54px;
  }
}

.p-case-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 15px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-case-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 26px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-case-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 26px 40px;
  }
}

.p-case-list__img {
  width: 100%;
  aspect-ratio: 140/42;
  height: auto;
}

.p-news {
  padding-block: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-news {
    padding-block: 50px 45px;
  }
}
@media screen and (min-width: 1280px) {
  .p-news {
    padding-block: 50px 45px;
  }
}

.p-news__inner {
  max-width: calc(100% - 30px);
  margin-inline: auto;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 9px 30px 0 #f4f4f4;
          box-shadow: 0 9px 30px 0 #f4f4f4;
  padding: 40px 12px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-news__inner {
    max-width: calc(100% - 60px);
    border-radius: 30px;
    padding: 40px 105px 36px;
  }
}
@media screen and (min-width: 1280px) {
  .p-news__inner {
    max-width: calc(100% - 300px);
    border-radius: 30px;
    padding: 40px 105px 36px;
  }
}

.p-news__body {
  max-width: 1440px;
  margin-inline: auto;
}

.p-news-title {
  -webkit-margin-after: 28px;
          margin-block-end: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-news-title {
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-news-title {
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.p-news-content {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.p-news__link {
  text-align: right;
}

.p-news__link-text {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  -webkit-padding-after: 4px;
          padding-block-end: 4px;
  -webkit-border-after: 2px solid #111;
          border-block-end: 2px solid #111;
  vertical-align: text-top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-news__link-text:hover {
  color: #FABE00;
  -webkit-border-after: 2px solid #FABE00;
          border-block-end: 2px solid #FABE00;
}

.p-concept {
  padding-block: 60px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-concept {
    padding-block: 60px 100px;
    -webkit-margin-before: -6px;
            margin-block-start: -6px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept {
    padding-block: 60px 100px;
    -webkit-margin-before: -6px;
            margin-block-start: -6px;
  }
}

.p-concept__back {
  position: absolute;
  top: 257px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1100px;
  height: 1100px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-concept__back {
    top: 295px;
    width: 800px;
    height: 800px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept__back {
    top: 295px;
    width: 800px;
    height: 800px;
  }
}
.p-concept__back::after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1100/1100;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8b819), to(#f0d320));
  background: linear-gradient(180deg, #f8b819 0%, #f0d320 100%);
}

.p-concept__inner {
  padding-inline: 28px;
  text-align: center;
  -webkit-padding-after: 105px;
          padding-block-end: 105px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-concept__inner {
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept__inner {
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
}

.p-concept-logo {
  margin-inline: auto;
  width: 180px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-concept-logo {
    width: 230px;
    -webkit-margin-after: 50px;
            margin-block-end: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept-logo {
    width: 230px;
    -webkit-margin-after: 50px;
            margin-block-end: 50px;
  }
}

.p-concept__image {
  max-width: 320px;
  margin-inline: auto;
  text-align: center;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-concept__image {
    max-width: none;
    width: 330px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept__image {
    max-width: none;
    width: 330px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.p-concept__image-img {
  width: 100%;
  aspect-ratio: 320/360;
  height: auto;
}

.p-concept__text1 {
  text-align: center;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 230%; /* 36.8px */
  -webkit-margin-after: 42px;
          margin-block-end: 42px;
}
@media screen and (max-width: 374px) {
  .p-concept__text1 {
    font-size: 13px;
    line-height: 313%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-concept__text1 {
    -webkit-margin-after: 42px;
            margin-block-end: 42px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept__text1 {
    -webkit-margin-after: 42px;
            margin-block-end: 42px;
  }
}

.concept__text2 {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 1.28px;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .concept__text2 {
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .concept__text2 {
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
}

.p-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, visibility 0s 0.5s;
  transition: opacity 0.5s ease, visibility 0s 0.5s; /* 非表示に遅延 */
}

.p-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-modal__back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  opacity: 0.2;
  background: #000;
}

.p-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* 横・縦とも中央に移動 */
  width: 100%;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  border-radius: 20px;
  background: #FFF;
  padding: 65px 15px 64px 15px;
  overflow-y: auto;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-modal__inner {
    max-width: calc(100% - 100px);
    max-height: 544px;
    padding: 129px 70px 75px 70px;
  }
}
@media screen and (min-width: 1280px) {
  .p-modal__inner {
    max-width: calc(100% - 300px);
    max-height: 544px;
    padding: 129px 70px 75px 70px;
  }
}

.p-modal__button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #f7c346;
}

.p-modal__button-line {
  position: absolute;
  display: block;
  width: 11px;
  height: 4px;
  border-radius: 10px;
  background-color: #FFF;
}
.p-modal__button-line:nth-of-type(1) {
  width: 20px;
  top: 16px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-modal__button-line:nth-of-type(2) {
  width: 20px;
  top: 16px;
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-modal__text {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
@media screen and (min-width: 1280px) {
  .p-modal__text {
    font-size: 16px;
  }
}

.p-modal__text + .p-modal__text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (min-width: 1280px) {
  .p-modal__text + .p-modal__text {
    -webkit-margin-before: 18px;
            margin-block-start: 18px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

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

.p-movie__body {
  width: 100%;
  height: auto;
  background-image: url(../img/back.jpg);
  background-repeat: repeat;
  background-position: 0px 0px;
  background-size: 529px;
}

.p-movie__inner {
  text-align: center;
  padding-block: 60px 52px;
}
@media screen and (min-width: 1280px) {
  .p-movie__inner {
    padding-block: 100px 94px;
    padding-inline: 400px;
  }
}

.p-movie__title {
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (min-width: 1280px) {
  .p-movie__title {
    -webkit-margin-after: 56px;
            margin-block-end: 56px;
  }
}

.p-movie__youtube {
  width: 100%;
  margin-inline: auto;
}

.p-movie__youtube-video {
  width: 100%;
  height: auto;
  aspect-ratio: 345/194;
}

.p-how {
  padding-block: 60px;
  background-color: #FFF;
}
@media screen and (min-width: 1280px) {
  .p-how {
    padding-block: 100px;
  }
}

.p-how__title {
  -webkit-margin-after: 104px;
          margin-block-end: 104px;
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
}
@media (min-width: 950px) and (max-width: 1279.99px) {
  .p-how__title {
    -webkit-margin-after: 89px;
            margin-block-end: 89px;
  }
}
@media screen and (min-width: 1280px) {
  .p-how__title {
    -webkit-margin-after: 89px;
            margin-block-end: 89px;
  }
}

.p-how__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 112px;
}
@media (min-width: 950px) and (max-width: 1279.99px) {
  .p-how__body {
    row-gap: 76px;
  }
}
@media screen and (min-width: 1280px) {
  .p-how__body {
    row-gap: 76px;
  }
}

.p-how__content {
  width: 100%;
  position: relative;
  padding: 54px 40px 48px 40px;
  border-radius: 30px;
  background: #fffbf0;
}
@media (min-width: 950px) and (max-width: 1279.99px) {
  .p-how__content {
    padding: 44px 96px 56px 96px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-how__content {
    padding: 44px 96px 56px 96px;
    border-radius: 40px;
  }
}

.p-how__title-icon {
  position: absolute;
  top: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85px;
}
@media (min-width: 950px) and (max-width: 1279.99px) {
  .p-how__title-icon {
    top: -29px;
    left: auto;
    right: calc(50% - 317px);
  }
}
@media screen and (min-width: 1280px) {
  .p-how__title-icon {
    top: -29px;
    left: auto;
    right: calc(50% - 317px);
  }
}

@media (min-width: 950px) and (max-width: 1279.99px) {
  .p-how__title-icon.--boy {
    left: calc(50% - 198px);
    right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-how__title-icon.--boy {
    left: calc(50% - 198px);
    right: auto;
  }
}

.p-how__title-ico-img {
  width: 100%;
  aspect-ratio: 85/110;
  height: auto;
}

.p-how__content-title {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 1.8px;
  -webkit-margin-after: 66px;
          margin-block-end: 66px;
}
@media (min-width: 950px) and (max-width: 1279.99px) {
  .p-how__content-title {
    -webkit-margin-start: -95px;
            margin-inline-start: -95px;
    font-size: 22px;
    letter-spacing: 2.2px;
    -webkit-margin-after: 84px;
            margin-block-end: 84px;
  }
}
@media screen and (min-width: 1280px) {
  .p-how__content-title {
    -webkit-margin-start: -95px;
            margin-inline-start: -95px;
    font-size: 22px;
    letter-spacing: 2.2px;
    -webkit-margin-after: 84px;
            margin-block-end: 84px;
  }
}

@media (min-width: 950px) and (max-width: 1279.99px) {
  .p-how__content-title.--boy {
    -webkit-margin-end: -192px;
            margin-inline-end: -192px;
  }
}
@media screen and (min-width: 1280px) {
  .p-how__content-title.--boy {
    -webkit-margin-end: -192px;
            margin-inline-end: -192px;
  }
}

.p-how__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: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 950px) and (max-width: 1279.99px) {
  .p-how__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .p-how__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 0px;
  }
}

.p-how__item {
  position: relative;
  border-radius: 30px;
  border: 3px solid #111;
  background: #FFF;
  padding-block: 47px 21px;
}
@media (min-width: 950px) and (max-width: 1279.99px) {
  .p-how__item {
    padding-block: 49px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-how__item {
    padding-block: 49px 24px;
  }
}

.p-how__item-image {
  width: calc(100% - 98px);
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  margin-inline: auto;
}

.p-how__item-image-img {
  width: 100%;
  aspect-ratio: 160/160;
  height: auto;
}

.p-how__item-text {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.48px;
}

.p-merit {
  padding-block: 60px;
}
@media screen and (min-width: 1280px) {
  .p-merit {
    padding-block: 100px 98px;
  }
}

.p-merit__inner {
  -webkit-padding-before: 1px;
          padding-block-start: 1px;
}

.p-merit__title {
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__title {
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__title {
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__title-ja {
    text-indent: -4px;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__title-ja {
    text-indent: -4px;
  }
}

.p-merit__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: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__list {
    row-gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__list {
    row-gap: 40px;
  }
}

.p-merit__item {
  text-align: center;
  border-radius: 20px;
  background: #FFF;
  padding: 10px 20px 24px 20px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__item {
    padding: 20px 60px;
    display: grid;
    grid-template-columns: 55% 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-areas: "item1 item2";
  }
  .p-merit__item:nth-of-type(2n) {
    grid-template-columns: 1fr 55%;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__item {
    padding: 20px 110px;
    display: grid;
    grid-template-columns: 520px 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-areas: "item1 item2";
  }
  .p-merit__item:nth-of-type(2n) {
    grid-template-columns: 1fr 520px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__item:nth-of-type(2n) .p-merit__image {
    grid-area: item1;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__item:nth-of-type(2n) .p-merit__image {
    grid-area: item1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__item:nth-of-type(2n) .p-merit__content {
    grid-area: item2;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__item:nth-of-type(2n) .p-merit__content {
    grid-area: item2;
  }
}

.p-merit__image {
  margin-inline: auto;
  width: 200px;
  -webkit-margin-after: 18px;
          margin-block-end: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__image {
    grid-area: item2;
    width: 100%;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__image {
    grid-area: item2;
    width: 100%;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
  }
}

.p-merit__image-img {
  width: 100%;
  aspect-ratio: 200/200;
  height: auto;
}

@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__content {
    grid-area: item1;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__content {
    grid-area: item1;
  }
}

.p-merit__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -moz-text-align-last: left;
       text-align-last: left;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__content-title {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__content-title {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-merit__content-title-num {
  display: inline-block;
  color: #FABE00;
  font-family: Montserrat;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 70px */
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__content-title-num {
    font-size: 110px;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__content-title-num {
    font-size: 110px;
  }
}

.p-merit__content-title-text {
  display: inline-block;
  color: #111;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__content-title-text {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__content-title-text {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.p-merit__text {
  text-align: left;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-merit__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .p-merit__text {
    font-size: 15px;
  }
}

.p-cta {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8bd1e), to(#f0d320));
  background: linear-gradient(180deg, #f8bd1e 0%, #f0d320 100%);
}

.p-cta__inner {
  text-align: center;
  padding: 50px 32px 50px 31px;
}
@media screen and (min-width: 1280px) {
  .p-cta__inner {
    padding: 60px 489px 60px 488px;
  }
}

.p-cta__text {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 374px) {
  .p-cta__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__text {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

.p-service {
  padding-block: 60px;
  background-color: #FFF;
}
@media screen and (min-width: 1280px) {
  .p-service {
    padding-block: 100px;
  }
}

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

.p-service__text {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  -webkit-margin-after: 42px;
          margin-block-end: 42px;
}
@media screen and (min-width: 1280px) {
  .p-service__text {
    font-size: 24px;
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
}

.p-service__table-content {
  overflow-x: auto;
  -webkit-padding-after: 29px;
          padding-block-end: 29px;
  -webkit-margin-after: 11px;
          margin-block-end: 11px;
}
@media screen and (min-width: 1280px) {
  .p-service__table-content {
    -webkit-padding-after: 0px;
            padding-block-end: 0px;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
  }
}

.p-service__table-content {
  overflow-x: auto; /* 横スクロールを出す */
}

/* スクロールバー全体 */
.p-service__table-content::-webkit-scrollbar {
  height: 6px; /* 横スクロールバーの太さ */
}

/* スクロールバーの軌道（背景部分） */
.p-service__table-content::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 7px;
}

/* スクロールバーのつまみ（動く部分） */
.p-service__table-content::-webkit-scrollbar-thumb {
  background: #FABE00;
  border-radius: 20px;
}

.p-service__table {
  margin-inline: auto;
  width: 620px;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 1280px) {
  .p-service__table {
    width: 1000px;
  }
}

.p-service__table-body .p-service__table-row + .p-service__table-row {
  -webkit-border-before: 1.5px solid #111;
          border-block-start: 1.5px solid #111;
}

/* テーブルの2列目すべてに背景色 */
.p-service__table td:nth-child(1),
.p-service__table th:nth-child(1) {
  width: 130px;
}
@media screen and (min-width: 1280px) {
  .p-service__table td:nth-child(1),
  .p-service__table th:nth-child(1) {
    width: 250px;
  }
}

/* テーブルの2列目すべてに背景色 */
.p-service__table td:nth-child(2),
.p-service__table th:nth-child(2) {
  width: 90px;
  background-color: #fff9e5; /* 好きな色 */
}
@media screen and (min-width: 1280px) {
  .p-service__table td:nth-child(2),
  .p-service__table th:nth-child(2) {
    width: 250px;
  }
}

.p-service__table-heading {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1280px) {
  .p-service__table-heading {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.p-service__table-body .p-service__table-heading {
  letter-spacing: 0.48px;
  letter-spacing: 0.6px;
}

.p-service__table-heading-img {
  width: 70px;
  aspect-ratio: 70/18;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .p-service__table-heading-img {
    width: 123px;
  }
}

.p-service__table-data {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.42px;
}
@media screen and (min-width: 1280px) {
  .p-service__table-data {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.p-service__table-body .p-service__table-data:nth-of-type(1) {
  font-size: 16px;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 1280px) {
  .p-service__table-body .p-service__table-data:nth-of-type(1) {
    font-size: 25px;
    letter-spacing: 0.75px;
  }
}

.p-service__table-heading,
.p-service__table-data {
  height: 59px;
  vertical-align: middle;
}
@media screen and (min-width: 1280px) {
  .p-service__table-heading,
  .p-service__table-data {
    height: 100px;
  }
}

.p-service__table-text {
  color: #686868;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
@media screen and (min-width: 1280px) {
  .p-service__table-text {
    display: none;
  }
}

.p-qa {
  padding-block: 60px;
  background: #fafafa;
}
@media screen and (min-width: 1280px) {
  .p-qa {
    padding-block: 98px 100px;
  }
}

.p-qa__inner {
  -webkit-padding-before: 2px;
          padding-block-start: 2px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-qa__inner {
    padding-inline: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .p-qa__inner {
    padding-inline: 320px;
  }
}

.p-qa__title {
  -webkit-margin-after: 52px;
          margin-block-end: 52px;
}
@media screen and (min-width: 1280px) {
  .p-qa__title {
    -webkit-margin-after: 74px;
            margin-block-end: 74px;
  }
}

.p-qa__accordion {
  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: 42px;
}

.p-qa__accordion-item {
  position: relative;
  padding: 29px 13.87px 17px 12px;
  border-radius: 10px;
  border: 3px solid #111;
  background: #FFF;
}
@media screen and (min-width: 1280px) {
  .p-qa__accordion-item {
    padding: 29px 18.87px 17px 17px;
  }
}

.p-qa__accordion-item[open] .p-qa__accordion-question-text::after {
  background-image: url(../img/polygon-open.png);
}

.p-qa__accordion-question {
  list-style: none;
}
.p-qa__accordion-question:hover {
  cursor: pointer;
}

.p-qa__accordion-question-icon {
  position: absolute;
  top: -25px;
  left: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background-color: #F5810E;
  border-radius: 50%;
  border: 3px solid #111;
  color: #111;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
}
@media screen and (min-width: 1280px) {
  .p-qa__accordion-question-icon {
    top: -25px;
    left: 18px;
  }
}

.p-qa__accordion-question-text {
  position: relative;
  -webkit-padding-end: 23.13px;
          padding-inline-end: 23.13px;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
  letter-spacing: 1.12px;
}
@media screen and (min-width: 1280px) {
  .p-qa__accordion-question-text {
    -webkit-padding-end: 58.13px;
            padding-inline-end: 58.13px;
    font-size: 16px;
    line-height: 27px; /* 168.75% */
    letter-spacing: 1.28px;
  }
}
.p-qa__accordion-question-text::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  content: "";
  display: block;
  width: 9.215px;
  height: auto;
  aspect-ratio: 9.215/6.715;
  background-image: url(../img/polygon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-qa__accordion-answer {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  display: grid;
  grid-template-columns: 44px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
@media screen and (min-width: 1280px) {
  .p-qa__accordion-answer {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
}

.p-qa__accordion-answer-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background-color: #FABE00;
  border-radius: 50%;
  border: 3px solid #111;
  color: #111;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
}

.p-qa__accordion-answer-text {
  -webkit-padding-before: 11px;
          padding-block-start: 11px;
  color: #111;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
  letter-spacing: 1.12px;
}
@media screen and (min-width: 1280px) {
  .p-qa__accordion-answer-text {
    -webkit-padding-before: 7px;
            padding-block-start: 7px;
    font-size: 16px;
    line-height: 27px; /* 168.75% */
    letter-spacing: 1.28px;
  }
}

.accordion {
  display: none;
}
@media (min-width: 1440px) {
  .accordion {
    display: block;
  }
}

.p-gallery {
  padding-block: 60px;
  background: #fafafa;
}
@media screen and (min-width: 1280px) {
  .p-gallery {
    padding-block: 100px;
  }
}

.p-gallery__inner {
  -webkit-padding-before: 2px;
          padding-block-start: 2px;
  padding-inline: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-gallery__inner {
    padding-inline: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .p-gallery__inner {
    padding-inline: 330px;
  }
}

.p-gallery__title {
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (min-width: 1280px) {
  .p-gallery__title {
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
}

.p-gallery__swiper-content {
  -webkit-padding-after: 26px;
          padding-block-end: 26px;
  padding-inline: 5px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-gallery__swiper-content {
    padding-inline: 70px;
  }
}

.p-gallery__swiper-slide-item {
  border-radius: 20px;
  border: 3px solid #111;
  background: #FFF;
  -webkit-box-shadow: 0 9px 30px 0 #f4f4f4;
          box-shadow: 0 9px 30px 0 #f4f4f4;
  padding: 12px 12px 9px 12px;
}
@media screen and (min-width: 1280px) {
  .p-gallery__swiper-slide-item {
    border-radius: 30px;
    padding: 17px 17px 15px 17px;
  }
}

.p-gallery__swiper-slide-item-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-margin-after: 11px;
          margin-block-end: 11px;
}
@media screen and (min-width: 1280px) {
  .p-gallery__swiper-slide-item-image {
    border-radius: 20px;
    -webkit-margin-after: 18px;
            margin-block-end: 18px;
  }
}

.p-gallery__swiper-slide-item-image-img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/208;
}

.p-gallery__swiper-slide-item-text {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (min-width: 1280px) {
  .p-gallery__swiper-slide-item-text {
    font-size: 16px;
  }
}

.p-gallery__swiper-pagination {
  position: absolute;
  bottom: 0px !important;
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.p-gallery__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0px !important;
  background: #bcbcbc;
  opacity: 1;
}
.p-gallery__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FABE00;
}

.p-gallery__swiper-button-prev,
.p-gallery__swiper-button-next {
  position: absolute;
  top: calc(50% - 16px);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p-gallery__swiper-button-prev,
  .p-gallery__swiper-button-next {
    top: calc(50% - 36px);
    width: 50px;
    height: 50px;
  }
}
.p-gallery__swiper-button-prev::after,
.p-gallery__swiper-button-next::after {
  display: none;
}

.p-gallery__swiper-button-prev {
  left: 0px !important;
  background-image: url(../img/prev-icon.png);
}

.p-gallery__swiper-button-next {
  right: 0px !important;
  background-image: url(../img/next-icon.png);
}

.p-contact {
  padding-block: 60px;
  background-image: url(../img/back.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 529px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact {
    padding-block: 100px 98px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact {
    padding-block: 100px 98px;
  }
}

.p-contact__inner {
  max-width: calc(100% - 30px);
  margin-inline: auto;
  padding: 60px 20px;
  background-color: #FFF;
  border-radius: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__inner {
    max-width: calc(100% - 30px);
    padding: 60px 60px 60px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__inner {
    max-width: calc(100% - 300px);
    padding: 60px 0px 60px 0px;
  }
}

.p-contact__title {
  -webkit-padding-start: 3px;
          padding-inline-start: 3px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (min-width: 1280px) {
  .p-contact__title {
    -webkit-margin-after: 50px;
            margin-block-end: 50px;
  }
}

.p-contact__form {
  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: 31px;
}
@media screen and (min-width: 1280px) {
  .p-contact__form {
    max-width: 612px;
    margin-inline: auto;
    row-gap: 29px;
  }
}

.p-contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 14px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__form-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__form-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__form-item.--radio {
    -webkit-margin-before: 1px;
            margin-block-start: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__form-item.--radio {
    -webkit-margin-before: 1px;
            margin-block-start: 1px;
  }
}

.p-contact__form-item.--checkbox {
  -webkit-margin-before: -4px;
          margin-block-start: -4px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__form-item.--checkbox {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__form-item.--checkbox {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    display: block;
  }
}

.p-contact__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__form-label {
    display: grid;
    grid-template-columns: 128px 42px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__form-label {
    display: grid;
    grid-template-columns: 128px 42px;
  }
}

.p-contact__form-text {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__form-text {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__form-text {
    text-align: right;
  }
}

.p-contact__form-tag {
  display: inline-block;
  padding: 6px 8px 5px 8px;
  border-radius: 2px;
  background: #F5810E;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 11px */
  letter-spacing: 1.98px;
}

.p-contact__form-tag.--option {
  padding: 5px 8px 6px 8px;
  background-color: #389B47;
}

.p-contact__form-input {
  width: 100%;
  padding: 12px 13px 11px 13px;
  border-radius: 5px;
  border: 3px solid #111;
  background: #FFF;
}
.p-contact__form-input:focus {
  border: 3px solid #FABE00;
  outline: none;
}
.p-contact__form-input::-webkit-input-placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.p-contact__form-input::-moz-placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.p-contact__form-input:-ms-input-placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.p-contact__form-input::-ms-input-placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.p-contact__form-input::placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

.p-contact__form-item-radio-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__form-item-radio-text {
    display: grid;
    grid-template-columns: 128px 44px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__form-item-radio-text {
    display: grid;
    grid-template-columns: 128px 44px;
  }
}

.p-contact__form-radio-data-box {
  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: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__form-radio-data-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__form-radio-data-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 0px;
  }
}

.p-contact__form-radio-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-contact__form-radio-input:checked + .p-contact__form-radio-text::after {
  opacity: 1;
}
.p-contact__form-radio-input:focus + .p-contact__form-radio-text::before {
  border-color: #FABE00;
  outline: none;
}

.p-contact__form-radio-text {
  position: relative;
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-contact__form-radio-text::before, .p-contact__form-radio-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.p-contact__form-radio-text::before {
  left: 0px;
  width: 24px;
  height: 24px;
  border: 3px solid #111;
}
.p-contact__form-radio-text::after {
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #F5810E;
  opacity: 0;
}

.p-contact__form-select-data-box {
  width: 100%;
}

.p-contact__form-select-data {
  width: 100%;
  padding: 12px 40px 11px 13px;
  border-radius: 5px;
  border: 3px solid #111;
  background: #FFF;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  background-image: url(../../img/select-polygon.png);
  background-repeat: no-repeat;
  background-position: center right 18.15px;
  background-size: 9.451px 6.969px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact__form-select-data:focus {
  border: 3px solid #FABE00;
  outline: none;
}

.p-contact__form-textarea {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  border: 3px solid #111;
  background: #FFF;
  padding: 13px 13px 13px 13px;
}
.p-contact__form-textarea:focus {
  border: 3px solid #FABE00;
  outline: none;
}
.p-contact__form-textarea::-webkit-input-placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.p-contact__form-textarea::-moz-placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.p-contact__form-textarea:-ms-input-placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.p-contact__form-textarea::-ms-input-placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.p-contact__form-textarea::placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

.p-contact__form-checkbox-label {
  margin-inline: auto;
}

.p-contact__form-checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-contact__form-checkbox-input:checked + .p-contact__form-checkbox-text::after {
  opacity: 1;
}
.p-contact__form-checkbox-input:focus + .p-contact__form-checkbox-text::before {
  border-color: #FABE00;
}

.p-contact__form-checkbox-text {
  position: relative;
  -webkit-padding-start: 31px;
          padding-inline-start: 31px;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.p-contact__form-checkbox-text::before, .p-contact__form-checkbox-text::after {
  content: "";
  position: absolute;
}
.p-contact__form-checkbox-text::before {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #111;
}
.p-contact__form-checkbox-text::after {
  top: calc(50% - 1.47px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 23px;
  height: 17.53px;
  opacity: 0;
  background-image: url(https://ts356728.xsrv.jp/work-box/nomal/OHA!/img/check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-contact__form-checkbox-text-link {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-decoration: underline;
}
.p-contact__form-checkbox-text-link:hover {
  color: #F5810E;
}

.p-contact__form-button {
  -webkit-margin-before: -1px;
          margin-block-start: -1px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__form-button {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__form-button {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}

.contact__form-error {
  color: red;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
}
@media screen and (max-width: 374px) {
  .contact__form-error {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .contact__form-error {
    -webkit-padding-start: 212px;
            padding-inline-start: 212px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__form-error {
    -webkit-padding-start: 212px;
            padding-inline-start: 212px;
  }
}

.contact__form-error.--checkbox {
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .contact__form-error.--checkbox {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__form-error.--checkbox {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
}

.p-footer__inner {
  padding-block: 9px 9px;
}
@media screen and (min-width: 1280px) {
  .p-footer__inner {
    padding-block: 9px 12px;
  }
}

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

.p-footer__text-copy {
  color: #f5f5f5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.96px;
}

.p-footer__button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 50px;
  aspect-ratio: 50/61;
  height: auto;
  background-image: url(../img/top-button.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 374px) {
  .p-footer__button {
    bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer__button {
    width: 76px;
    bottom: 30px;
    right: 16px;
  }
}

.p-footer__button.show {
  opacity: 1;
  pointer-events: auto;
}

.p-thanks {
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
  height: calc(100vh - 115px);
  background-color: #FFF;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1280px) {
  .p-thanks {
    -webkit-margin-before: 92px;
            margin-block-start: 92px;
    width: 100%;
    height: calc(100vh - 140px);
  }
}

.p-thanks__inner {
  -webkit-margin-before: -30px;
          margin-block-start: -30px;
  width: 100%;
  max-width: calc(100% - 60px);
  height: calc(100% - 30px);
  border-radius: 30px;
  padding-block: 110px 109px;
  padding-inline: 170px 171px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8b819), to(#efd320));
  background: linear-gradient(180deg, #f8b819 0%, #efd320 100%);
  display: grid;
  place-items: center;
}

.p-thanks__text {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1280px) {
  .p-thanks__text {
    font-size: 60px;
  }
}

.u-parts {
  margin-block: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .u-pc.--tb {
    display: inline;
  }
}

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

.u-sp.--tb {
  display: block;
}
@media screen and (min-width: 1280px) {
  .u-sp.--tb {
    display: block;
  }
}

.u-margin {
  -webkit-margin-before: -1px;
          margin-block-start: -1px;
}