@charset "UTF-8";
/**
 * LP（ランディングページ）専用スタイルシート
 *
 * このファイルは横展開用の独立したCSSとしてコンパイルされます
 * 既存テーマのstyle.cssとは別に読み込まれます
 */
[data-target] {
  cursor: pointer;
}

/************************************************************************
* form
************************************************************************/
form {
  margin: 0;
  padding: 0;
}
form button[type=submit],
form input[type=submit],
form input[type=button] {
  appearance: none;
  cursor: pointer;
}
form button[type=submit]:hover, form button[type=submit]:focus-visible,
form input[type=submit]:hover,
form input[type=submit]:focus-visible,
form input[type=button]:hover,
form input[type=button]:focus-visible {
  outline: none;
}
form button[type=submit]:disabled,
form input[type=submit]:disabled,
form input[type=button]:disabled {
  background-color: #b2b2b2;
  border-color: transparent;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

label {
  cursor: pointer;
}

input,
textarea {
  padding: 0.8rem;
  width: 100%;
  border: 1px solid #C9D2D8;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  appearance: none;
}

input:focus {
  outline: none;
  border-color: #C9D2D8;
  box-shadow: none;
}

input[type=radio] {
  line-height: 1.5;
  padding: 0;
  margin: 0;
  opacity: 0;
  width: auto;
  position: absolute;
}
input[type=radio] + span {
  margin: 0;
  padding: 0 0 0 2em;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
  cursor: pointer;
  position: relative;
}
input[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 0.55lh;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 1.375em;
  height: 1.375em;
  display: block;
}
input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 0.55lh;
  left: 0.3125em;
  transform: translateY(-50%);
  display: block;
  background: #2875CC;
  border-radius: 50%;
  width: 0.75em;
  height: 0.75em;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
input[type=radio]:checked + span::after {
  opacity: 1;
}
input[type=radio]:focus-visible + span::before {
  outline: 2px solid #2875CC;
  outline-offset: 2px;
}
@media screen and (min-width: 769px) {
  input[type=radio] + span {
    letter-spacing: 0;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-spinner {
  display: none;
}

.l-main {
  color: #303030;
}
@media screen and (min-width: 769px) {
  .l-main {
    padding-top: 2.5rem;
  }
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  .l-container {
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-mv {
  width: 100%;
  background: url(img/mv_img_sp.jpg) no-repeat center/cover;
  aspect-ratio: 368/565;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv {
    background: url(img/mv_img.jpg) no-repeat center/cover;
    max-width: 1280px;
    margin-inline: auto;
    aspect-ratio: 1280/540;
    overflow: clip;
  }
}

.p-mv__body {
  width: 94.0217391304vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 6.7934782609vw rgba(7, 176, 223, 0.05);
  position: absolute;
  text-align: center;
  bottom: 14.1304347826vw;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 12.5vw;
}
@media screen and (min-width: 769px) {
  .p-mv__body {
    width: 47.65625%;
    top: 1.6rem;
    bottom: auto;
    padding-top: 6.9rem;
  }
}

.p-mv__labels {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.3586956522vw;
}
@media screen and (min-width: 769px) {
  .p-mv__labels {
    gap: 1rem;
  }
}

.p-mv__label {
  display: inline-block;
  background: linear-gradient(89deg, #07B0DF 44.86%, #0ABDEF 99.02%);
  border-radius: 0.5434782609vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: fit-content;
  padding: 1.0869565217vw 1.902173913vw;
  font-size: 3.8043478261vw;
}
@media screen and (min-width: 769px) {
  .p-mv__label {
    padding: 0.8rem 1.2rem;
    border-radius: 0.4rem;
    font-size: 2rem;
  }
}

.p-mv__title {
  color: #463838;
  font-size: 8.4239130435vw;
  font-weight: 900;
  line-height: 1.1935483871;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 4.347826087vw;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-mv__title {
    margin-top: 2rem;
    font-size: 4.7rem;
    line-height: 1.1489361702;
  }
}

.p-mv__title-sm {
  font-size: 7.0652173913vw;
}
@media screen and (min-width: 769px) {
  .p-mv__title-sm {
    font-size: 4.4rem;
  }
}

.p-mv__title-em {
  display: inline-block;
  margin-top: 2.4456521739vw;
  width: 46.1956521739vw;
  aspect-ratio: 170/44;
}
.p-mv__title-em img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-mv__title-em {
    margin-top: 1.2rem;
    width: 27.8rem;
    aspect-ratio: 278/72;
  }
}

.p-mv__title-lg {
  vertical-align: text-bottom;
  font-size: 10.3260869565vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-mv__title-lg {
    font-size: 6.4rem;
  }
}

.p-mv__btn {
  position: absolute;
  bottom: -3.2608695652vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-mv__btn {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 1rem;
  }
}

.p-mv__link {
  background: url(img/mv_btn_sp.png) no-repeat center/cover, #F28131;
  border-radius: 50vmax;
  border: 0.8152173913vw solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.7173913043vw;
  aspect-ratio: 320/100;
  width: 86.9565217391vw;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-mv__link {
    gap: 1rem;
    padding: 2.5rem 4rem;
    aspect-ratio: 488/100;
    width: 48.8rem;
    margin-inline: auto;
    border: 0.4rem solid #fff;
    background: url(img/mv_btn.png) no-repeat center/cover, #F28131;
  }
}

.p-mv__link:hover,
.p-mv__link:focus-visible {
  opacity: 1;
  background: url(img/mv_btn_sp.png) no-repeat center/cover, #2875CC;
}
@media screen and (min-width: 769px) {
  .p-mv__link:hover,
  .p-mv__link:focus-visible {
    background: url(img/mv_btn.png) no-repeat center/cover, #2875CC;
  }
}

.p-mv__link-catch {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 4.0760869565vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-mv__link-catch::before, .p-mv__link-catch::after {
  content: "";
  display: block;
  width: 2.7173913043vw;
  aspect-ratio: 10/14;
  background: url(img/icon_deco.svg) no-repeat center/contain;
}
.p-mv__link-catch::before {
  margin-right: 0.8152173913vw;
}
.p-mv__link-catch::after {
  transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .p-mv__link-catch {
    font-size: 1.8rem;
  }
  .p-mv__link-catch::before, .p-mv__link-catch::after {
    width: 1.3rem;
    aspect-ratio: 13/18;
  }
}

.p-mv__link-text {
  display: block;
  font-size: 5.4347826087vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #FEFF40;
}
@media screen and (min-width: 769px) {
  .p-mv__link-text {
    font-size: 2.4rem;
  }
}

.p-lead {
  padding: 10rem 0;
}
@media screen and (min-width: 769px) {
  .p-lead {
    padding: 14rem 0 12rem;
  }
}

.p-lead__title {
  text-align: center;
  background: none;
  color: #2875CC;
  padding: 0;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: #303030;
}
@media screen and (min-width: 769px) {
  .p-lead__title {
    font-size: 4rem;
  }
}

.p-lead__title-main {
  position: relative;
  display: block;
  color: #2875CC;
  font-size: 2.6rem;
  text-decoration: underline;
  text-underline-offset: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-lead__title-main {
    display: inline-block;
    text-underline-offset: 1.8rem;
    font-size: 5rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.p-lead__title-sub {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #303030;
}
@media screen and (min-width: 769px) {
  .p-lead__title-sub {
    font-size: 4rem;
    margin-top: 3.8rem;
    line-height: 1;
    display: inline-block;
  }
}

.p-lead__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 769px) {
  .p-lead__content {
    flex-direction: row;
    align-items: center;
    gap: 12rem;
    margin-top: 6rem;
  }
}

.p-lead__img {
  width: 100%;
  aspect-ratio: 328/283;
  border-radius: 3.2rem;
  overflow: hidden;
  margin: 0;
  margin-top: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-lead__img {
    width: 44rem;
    flex-shrink: 0;
    margin-top: 0;
    aspect-ratio: 440/380;
  }
}

.p-lead__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-lead__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0;
}
.p-lead__text em {
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-lead__text {
    font-size: 1.6rem;
  }
}

.p-lead__text + .p-lead__text {
  margin-top: 1lh;
}

.p-lead__author {
  margin: 0;
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-lead__author {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}

.p-info {
  padding: 8rem 0 4rem;
  background: url(img/wave_deco.svg) repeat-x top center/auto, url(img/wave_deco.svg) repeat-x bottom center/auto, linear-gradient(to bottom, transparent 5rem, #F0FBFD 5rem, #F0FBFD calc(100% - 5rem), transparent calc(100% - 5rem));
}
@media screen and (min-width: 769px) {
  .p-info {
    padding: 10rem 0 15.2rem;
  }
}

.p-info__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-info__inner {
    max-width: 132.4rem;
    margin-inline: auto;
    padding-bottom: 9.5rem;
    background: url(img/info_bg.png) no-repeat bottom center/contain;
  }
}

.p-info__title {
  position: relative;
  background: none;
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.p-info__title em {
  font-size: 3rem;
  color: #2875CC;
  font-style: normal;
  display: inline-block;
  text-decoration: underline;
  line-height: 1;
  text-underline-offset: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-info__title {
    font-size: 4rem;
  }
  .p-info__title em {
    font-size: 5rem;
    text-underline-offset: 1.8rem;
    margin-bottom: 3.8rem;
  }
}

.p-info__content {
  text-align: center;
  margin-top: 3rem;
}

.p-info__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4;
  margin: 0;
}
.p-info__text em {
  font-style: normal;
  font-weight: bold;
  background: #FEFF40;
  color: #2875CC;
}
@media screen and (min-width: 769px) {
  .p-info__text {
    font-size: 2rem;
    line-height: 2.6;
  }
}

.p-info__img {
  aspect-ratio: 348/325;
  margin: 0;
  margin-top: 3rem;
}
.p-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-info__img {
    display: none;
  }
}

.p-select {
  position: relative;
  padding: 10rem 0 8rem;
}
.p-select::before, .p-select::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 30rem;
}
.p-select::before {
  top: -2.2rem;
  right: 0;
  aspect-ratio: 266/167;
  background: url(img/bg_deco01.svg) no-repeat center/contain;
}
.p-select::after {
  bottom: 0;
  left: 0;
  aspect-ratio: 511/445;
  background: url(img/bg_deco02.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-select {
    padding: 11.2rem 0 14rem;
  }
  .p-select::before, .p-select::after {
    width: 55.5rem;
  }
}

.p-select__head {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-select__head::before, .p-select__head::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 2.9rem;
  aspect-ratio: 25/24;
  background: url(img/icon_star.svg) no-repeat center/contain;
  top: -1.4rem;
}
.p-select__head::before {
  left: -3.9rem;
}
.p-select__head::after {
  right: -3.9rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 367px) {
  .p-select__head::before, .p-select__head::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-select__head::before, .p-select__head::after {
    width: 5rem;
    top: -0.7rem;
  }
  .p-select__head::before {
    left: -7.2rem;
  }
  .p-select__head::after {
    right: -7.2rem;
  }
}

.p-select__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  background: none;
  padding: 0;
  margin: 0;
}
.p-select__title em {
  color: #2875CC;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 1rem;
  margin-bottom: 2rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-select__title {
    font-size: 4rem;
    margin-bottom: 8rem;
  }
  .p-select__title em {
    display: inline-block;
    font-size: 5rem;
    text-underline-offset: 1.7rem;
    margin-bottom: 3.7rem;
    margin-right: 1.5rem;
  }
}

.p-select__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9.5rem;
  width: 85.3658536585%;
  margin: 8rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-select__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
    margin-top: 12.4rem;
    width: 100%;
  }
}

.p-select__card {
  position: relative;
  background-color: #FAFAFA;
  border-radius: 2rem;
  padding: 6.3rem 1rem 1.8rem;
  box-shadow: 0px 0.6rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.p-select__card::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-select__card {
    padding: 6.8rem 1.5rem 1.6rem;
  }
}
.p-select__card::after {
  content: "";
  display: block;
  width: 5.5rem;
  aspect-ratio: 55/20;
  margin-top: 1rem;
  margin-inline: auto;
  background: url(img/select_arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-select__card::after {
    width: 6rem;
  }
}

.p-select__card-icon {
  width: 11rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-select__card-icon {
    width: 12rem;
  }
}

.p-select__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-select__card-desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.p-select__card-desc em {
  background: #FEFF40;
  font-style: normal;
  display: inline-block;
  color: #2875CC;
  padding: 0 0.4rem;
}
@media screen and (min-width: 769px) {
  .p-select__card-desc {
    font-size: 1.8rem;
  }
}

.p-select__card-btn {
  text-align: center;
  margin: 0;
  margin-top: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-select__card-btn {
    margin-top: 1.4rem;
  }
}

.p-select__card-link {
  display: inline-block;
  background: linear-gradient(90deg, rgb(7, 176, 223) 0%, rgb(32, 202, 249) 100%);
  border: 0.2rem solid #fff;
  border-radius: 50vmax;
  padding: 1.2rem 2rem;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.p-select__card-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F28131;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50vmax;
  z-index: 0;
}

@media (any-hover: hover) {
  .p-select__card-link:hover {
    opacity: 1;
  }
  .p-select__card-link:hover::before {
    opacity: 1;
  }
}
.p-select__card-link:focus-visible {
  opacity: 1;
}

.p-select__card-link:focus-visible::before {
  opacity: 1;
}

.p-select__card-link-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.02em;
  display: block;
  min-height: 2lh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-select__card-link-text {
    font-size: 2rem;
  }
}

.p-cta {
  position: relative;
  background: #2875CC;
  padding: 4.4rem 0 0;
}
.p-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: repeating-linear-gradient(-60deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03) 6px, transparent 6px, transparent 12px);
}
@media screen and (min-width: 769px) {
  .p-cta {
    padding-top: 4.7rem 0 0;
  }
}

.p-cta__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 11.6rem;
  padding-inline: 10px;
}
.p-cta__inner::before, .p-cta__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-cta__inner::before {
  width: 11.7rem;
  aspect-ratio: 117/110;
  background-image: url(img/cta_img01.png);
  left: 50%;
  transform: translateX(-100%);
}
@media screen and (min-width: 769px) {
  .p-cta__inner::before {
    aspect-ratio: 173/195;
    width: 17.3rem;
    left: 0;
    transform: none;
  }
}
.p-cta__inner::after {
  width: 12.6rem;
  aspect-ratio: 126/110;
  background-image: url(img/cta_img02.png);
  right: 50%;
  transform: translateX(100%);
}
@media screen and (min-width: 769px) {
  .p-cta__inner::after {
    aspect-ratio: 167/188;
    width: 16.7rem;
    right: 0;
    transform: none;
  }
}
@media screen and (min-width: 769px) {
  .p-cta__inner {
    padding-inline: 20px;
    padding-bottom: 4rem;
  }
}

.p-cta__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-cta__content {
    gap: 2.3rem;
  }
}

.p-cta__title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: none;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}
.p-cta__title em {
  font-style: normal;
}
.p-cta__title span {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .p-cta__title {
    font-size: 2.8rem;
    line-height: 1;
    gap: 1.4rem;
  }
  .p-cta__title span {
    font-size: 2.8rem;
  }
}
.p-cta__title::before, .p-cta__title::after {
  content: "";
  display: inline-block;
  width: 3rem;
  aspect-ratio: 30/40;
  background: url(img/cta_arrow.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-cta__title::before, .p-cta__title::after {
    aspect-ratio: 22/30;
    width: 2.2rem;
  }
}
.p-cta__title::after {
  transform: scaleX(-1);
}

.p-cta__btn-wrapper {
  flex-shrink: 0;
}

.p-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F28131;
  border: 0.2rem solid #fff;
  border-radius: 50vmax;
  padding: 2.4rem 5rem;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 32rem;
}
@media screen and (min-width: 769px) {
  .p-cta__btn {
    padding: 2rem 7rem;
    min-width: 44rem;
  }
}
@media (any-hover: hover) {
  .p-cta__btn:hover {
    opacity: 1;
    background-color: #00BFFF;
  }
}
.p-cta__btn:focus-visible {
  opacity: 1;
  background-color: #00BFFF;
}

.p-cta__btn-main {
  font-size: 2.2rem;
  font-weight: 900;
  color: #FEFF40;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-cta__btn-main {
    font-size: 2.8rem;
  }
}

.p-cta__btn-sub {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  color: #fff;
  margin-top: 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-cta__btn-sub {
    font-size: 2rem;
  }
}

.p-about {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  padding: 8rem 0 4.8rem;
  background-color: #F0FBFD;
}
.p-about::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4.8rem;
  transform: translateX(-50%);
  background: #F0FBFD;
  border-radius: 50%;
  width: 108.6956521739%;
  height: 9.6rem;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-about {
    padding: 12rem 0 0;
  }
  .p-about::after {
    width: 121.75%;
    height: 46.8rem;
    bottom: -18rem;
  }
}

.p-about__inner {
  position: relative;
  z-index: 1;
}

.p-about__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
}
@media screen and (min-width: 769px) {
  .p-about__header {
    gap: 2rem;
  }
}

.p-about__label {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #07B0DF;
  border-radius: 7.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  width: fit-content;
}
.p-about__label em {
  font-style: normal;
  color: #FEFF40;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-about__label {
    font-size: 3rem;
    padding: 1.6rem 3.2rem 1.8rem 4rem;
  }
}

.p-about__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0rem;
  background: none;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  color: #303030;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-about__title {
    gap: 0rem;
    font-size: 4rem;
    line-height: 1;
    align-items: baseline;
    letter-spacing: 0.05em;
  }
}

.p-about__title-em {
  font-size: 3rem;
  font-weight: 700;
  color: #2875CC;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 1rem;
  margin-inline: 0.4rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-about__title-em {
    font-size: 5rem;
    text-underline-offset: 2rem;
  }
}

.p-about__desc {
  margin: 0;
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-about__desc {
    margin-top: 7rem;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.2;
  }
}

.p-about__cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 4rem;
  row-gap: 4rem;
}
@media screen and (min-width: 769px) {
  .p-about__cards {
    margin-top: 2.8rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    row-gap: 0;
  }
}

.p-about__card {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about__card {
    display: grid;
    grid-template-rows: auto auto 1fr;
  }
}

.p-about__card-img {
  position: relative;
  margin: 0;
  margin-inline: auto;
}
.p-about__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about__card--blue .p-about__card-img {
  width: 18.1rem;
  height: 16.4rem;
}
@media screen and (min-width: 769px) {
  .p-about__card--blue .p-about__card-img {
    width: 25.2rem;
    height: 22.7rem;
  }
}

.p-about__card--green .p-about__card-img {
  width: 20.9rem;
  height: 15.5rem;
}
@media screen and (min-width: 769px) {
  .p-about__card--green .p-about__card-img {
    width: 30.6rem;
    height: 22.7rem;
  }
}

.p-about__card--blue .p-about__card-body {
  border-color: #2875CC;
}

.p-about__card--green .p-about__card-body {
  border-color: #78AE00;
}

.p-about__card-head {
  padding: 2.3rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-about__card-head {
    padding: 3rem 1.6rem;
    gap: 1.2rem;
  }
}

.p-about__card--blue .p-about__card-head {
  background-color: #2875CC;
}

.p-about__card--green .p-about__card-head {
  background-color: #78AE00;
}

.p-about__card-catch {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
}
.p-about__card-catch::before, .p-about__card-catch::after {
  content: "";
  width: 1.1rem;
  aspect-ratio: 11/15;
  background: url(img/icon_deco.svg) no-repeat center/contain;
  display: block;
}
.p-about__card-catch::after {
  transform: scaleX(-1);
}
@media screen and (min-width: 769px) {
  .p-about__card-catch {
    font-size: 2rem;
    gap: 1rem;
  }
  .p-about__card-catch::before, .p-about__card-catch::after {
    width: 1.6rem;
  }
}

.p-about__card-title {
  display: flex;
  align-items: center;
  align-items: flex-end;
  gap: 0.2rem;
}
@media screen and (min-width: 769px) {
  .p-about__card-title {
    gap: 0.5rem;
  }
}

.p-about__card-title-sm {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .p-about__card-title-sm {
    font-size: 3rem;
  }
}

.p-about__card-title-lg {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FEFF40;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-about__card-title-lg {
    text-underline-offset: 1rem;
    font-size: 4rem;
  }
}

.p-about__card-body {
  padding: 2rem 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-width: 0.2rem;
  border-style: solid;
  border-radius: 0 0 2rem 2rem;
  border-top: none;
  background: #fff;
  overflow: clip;
}
.p-about__card-body:has(.p-about__card-feature > :first-child .js_char-dot) {
  padding-top: 3.2rem;
}

.p-about__card-feature {
  text-align: center;
  margin: 0;
}

.p-about__card--blue .p-about__card-feature::before {
  color: #2875CC;
}

.p-about__card--green .p-about__card-feature::before {
  color: #78AE00;
}

.p-about__card-feature-em {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2222222222;
  letter-spacing: 0;
  display: inline-block;
}
.p-about__card-feature-em .char {
  position: relative;
  display: inline-block;
}
.p-about__card-feature-em .char::before {
  content: "";
  position: absolute;
  top: -0.6666666667em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2777777778em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}

.p-about__card--blue .p-about__card-feature-em {
  color: #2875CC;
}

.p-about__card--green .p-about__card-feature-em {
  color: #78AE00;
}

.p-about__card--blue .js_char-dot .char::before {
  background-color: #2875CC;
}

.p-about__card--green .js_char-dot .char::before {
  background-color: #78AE00;
}

.p-about__card-feature-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #303030;
  line-height: 1.2222222222;
  letter-spacing: 0;
}

.p-about__card-feature-em:not(:first-of-type):has(.char) {
  margin-top: 2rem;
  margin-inline: 2px;
}

.p-about__card-list {
  background-color: #F0F0F0;
  border-radius: 0.6rem;
  padding: 1.5rem 0.8rem;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.p-about__card-list li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #303030;
  letter-spacing: 0;
  position: relative;
  padding-left: 1em;
}
.p-about__card-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #303030;
  background: none;
  width: auto;
  height: auto;
}
.p-about__card-list li.p-about__card-wide {
  width: 100%;
}
.p-about__card-list em {
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .p-about__card-list {
    padding: 2rem 2.7rem;
    border-radius: 1rem;
  }
  .p-about__card-list li {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-about__card-list li.p-about__card-fit {
    width: 60%;
    flex-grow: 1;
  }
}

.p-about__card--blue .p-about__card-list em {
  color: #2875CC;
}

.p-about__card--green .p-about__card-list em {
  color: #78AE00;
}

.p-about__card-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.p-about__card-text em {
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-about__card-text {
    font-size: 1.8rem;
    margin-inline: 1rem;
  }
}

.p-about__card--blue .p-about__card-text em {
  color: #2875CC;
}

.p-about__card--green .p-about__card-text em {
  color: #78AE00;
}

.p-visit {
  position: relative;
  padding: 15rem 0 8rem;
  overflow: hidden;
}
.p-visit::before, .p-visit::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 30rem;
}
.p-visit::before {
  top: 1rem;
  right: 0;
  aspect-ratio: 266/167;
  background: url(img/bg_deco01.svg) no-repeat center/contain;
}
.p-visit::after {
  bottom: 0;
  left: 0;
  aspect-ratio: 511/445;
  background: url(img/bg_deco02.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-visit {
    padding: 30.8rem 0 12rem;
  }
  .p-visit::before, .p-visit::after {
    width: 55.5rem;
  }
  .p-visit::before {
    top: 7rem;
  }
}

.p-visit__inner {
  position: relative;
}

.p-visit__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-visit__content {
    display: grid;
    grid-template-columns: 1fr 44%;
    gap: 10rem;
  }
}

.p-visit__img {
  margin: 0;
  margin-top: 1.8rem;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 328/235;
}
.p-visit__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-visit__img {
    margin-top: 0;
    aspect-ratio: 460/330;
  }
}

.p-visit__text-wrapper {
  display: contents;
}
@media screen and (min-width: 769px) {
  .p-visit__text-wrapper {
    display: block;
  }
}

.p-visit__title {
  color: #2875CC;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
  display: inline-block;
  order: -1;
  margin-top: 3rem;
}
.p-visit__title::after {
  content: "";
  width: 30.7rem;
  aspect-ratio: 307/28;
  background: url(img/visit_title_sp.svg) no-repeat left bottom/contain;
  display: block;
  margin-inline: auto;
  margin-top: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-visit__title {
    text-align: left;
    margin-top: 0;
  }
  .p-visit__title::after {
    width: 36.3rem;
    aspect-ratio: 363/27;
    background: url(img/visit_title.svg) no-repeat left bottom/contain;
    margin-top: 1.9rem;
    margin-inline: 0;
  }
}

.p-visit__subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3rem !important;
}
@media screen and (min-width: 769px) {
  .p-visit__subtitle {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
    margin-top: 2.2rem;
  }
}

.p-visit__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0;
  margin-top: 1.5rem;
}
.p-visit__text + .p-visit__text {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .p-visit__text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}

.p-voice {
  position: relative;
  padding: 8rem 0 12rem;
  background: url(img/wave_deco.svg) repeat-x bottom center/auto, linear-gradient(to bottom, #F0FBFD 0%, #F0FBFD calc(100% - 5rem), transparent calc(100% - 5rem));
}
@media screen and (min-width: 769px) {
  .p-voice {
    padding: 12rem 0 14rem;
  }
}

.p-voice__inner {
  position: relative;
}

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

.p-voice__title-wrapper {
  position: relative;
  display: inline-block;
}
.p-voice__title-wrapper::before, .p-voice__title-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  width: 2.9rem;
  height: 2.8rem;
  background: url(img/icon_star.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-voice__title-wrapper::before, .p-voice__title-wrapper::after {
    width: 5rem;
    height: 4.8rem;
  }
}
.p-voice__title-wrapper::before {
  left: -5rem;
}
@media screen and (min-width: 769px) {
  .p-voice__title-wrapper::before {
    left: -8.8rem;
  }
}
.p-voice__title-wrapper::after {
  right: -5rem;
  transform: scaleX(-1);
}
@media screen and (min-width: 769px) {
  .p-voice__title-wrapper::after {
    right: -8.8rem;
  }
}

.p-voice__title-main {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin: 0;
  background: none;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-voice__title-main {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-voice__title-sub {
  font-size: 3rem;
  font-weight: 700;
  color: #2875CC;
  line-height: 1;
  display: block;
  margin: 0;
  margin-top: 1rem !important;
  text-decoration: underline;
  text-underline-offset: 1rem;
}
@media screen and (min-width: 769px) {
  .p-voice__title-sub {
    font-size: 5rem;
    margin-top: 2rem !important;
    text-underline-offset: 2rem;
    letter-spacing: 0.05em;
  }
}

.p-voice__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  counter-reset: voice-counter;
  margin-top: 7rem;
}
@media screen and (min-width: 769px) {
  .p-voice__cards {
    margin-top: 8rem;
    gap: 6rem;
  }
}

.p-voice__card {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  padding: 1.3rem 2.4rem 4rem;
  box-shadow: 0px 0.6rem 2rem 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}
.p-voice__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/voice_bg.svg);
  background-repeat: repeat;
  background-size: 2rem;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-voice__card {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.6rem;
    padding: 5rem 5rem 5.5rem 4.4rem;
  }
  .p-voice__card::before {
    background-size: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-voice__card-left {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 2rem;
    padding-top: 7.2rem;
  }
}

.p-voice__card-badge {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 8rem;
  height: 8.8rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  color: #fff;
  counter-increment: voice-counter;
  z-index: 1;
}
.p-voice__card-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/voice_label.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-voice__card-badge::before {
    transform: rotate(0deg);
  }
}
.p-voice__card-badge::after {
  content: counter(voice-counter, decimal-leading-zero);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-voice__card-badge::after {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .p-voice__card-badge {
    top: 0;
    left: 5.4rem;
    width: 10rem;
    height: 11rem;
    gap: 0.4rem;
    padding-bottom: 1.5rem;
  }
}

.p-voice__card-badge-label {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: lowercase;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-voice__card-badge-label {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.p-voice__card-icon {
  position: relative;
  z-index: 1;
  width: 9.4rem;
  aspect-ratio: 1/1;
  margin: 0;
  margin-inline: auto;
}
.p-voice__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-voice__card-icon {
    width: 12rem;
  }
}

.p-voice__card-contents {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-voice__card-contents {
    gap: 2.5rem;
  }
}

.p-voice__card-content {
  position: relative;
  z-index: 1;
}

.p-voice__card-question {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2875CC;
  line-height: 1.4;
  background: none;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-voice__card-question {
    font-size: 2.8rem;
  }
}

.p-voice__card-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-voice__card-text {
    font-size: 1.6rem;
    margin-top: 2.5rem;
    letter-spacing: 0;
  }
}

.p-form {
  position: relative;
  padding: 10.6rem 0 14rem;
}
.p-form::before, .p-form::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 30rem;
}
.p-form::before {
  top: -2.2rem;
  right: 0;
  aspect-ratio: 266/167;
  background: url(img/bg_deco01.svg) no-repeat center/contain;
}
.p-form::after {
  bottom: 0;
  left: 0;
  aspect-ratio: 511/445;
  background: url(img/bg_deco02.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-form {
    padding: 16rem 0 14rem;
  }
  .p-form::before, .p-form::after {
    width: 55.5rem;
  }
}

.p-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
@media screen and (min-width: 769px) {
  .p-form__inner {
    max-width: 92rem;
    gap: 8rem;
  }
}

.p-form__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-form__header {
    gap: 2rem;
  }
}

.p-form__title {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  background: none;
  padding: 0;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-form__title {
    line-height: 1.26;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}
.p-form__title span {
  color: #2875CC;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-form__title span {
    font-size: 5rem;
  }
}

.p-form__fields {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 769px) {
  .p-form__fields {
    gap: 4rem;
  }
}

.p-form__field {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .p-form__field {
    display: grid;
    grid-template-columns: 20rem 1fr;
    column-gap: 5rem;
    align-items: flex-start;
  }
}

.p-form__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-form__label {
    font-size: 1.6rem;
    font-weight: 400;
    padding-top: 1.4rem;
  }
}

.p-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.6rem;
  background: #FF383C;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.2rem;
  flex-shrink: 0;
}

.p-form__input-wrapper {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-form__input-wrapper {
    width: 58rem;
  }
}

.p-form__input {
  width: 100%;
  height: 5rem;
  padding: 0 1.2rem;
  background: #F9F9F9;
  border: 1px solid #C9D2D8;
  border-radius: 0.2rem;
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1.8;
}
.p-form__input:focus {
  outline: none;
  border-color: #2875CC;
}
@media screen and (min-width: 769px) {
  .p-form__input {
    max-width: 58rem;
  }
}

.p-form__example {
  font-size: 1.4rem;
  color: #8C8C8C;
  line-height: 1.8;
  margin: 0;
}

.p-form__radio-group .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-form__radio-group .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    align-items: start;
  }
}

.p-form__radio-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.p-form__radio-item input[type=radio] {
  flex-shrink: 0;
}
.p-form__radio-item input[type=radio] + span {
  padding-left: 3.2rem;
}
.p-form__radio-item input[type=radio] + span::before {
  border-color: #C9D2D8;
  width: 2.2rem;
  height: 2.2rem;
}
.p-form__radio-item input[type=radio] + span::after {
  background: #2875CC;
  width: 1rem;
  height: 1rem;
  left: 0.6rem;
}
.p-form__radio-item span {
  font-size: 1.6rem;
  color: #303030;
  line-height: 1.8;
}

.p-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 28rem;
  height: 7rem;
  margin: 8rem auto 0;
  background: url(img/icon_submit_arrow.svg) no-repeat right 2.5rem center/1.4rem 1.8rem, #F28131;
  border: none;
  border-radius: 8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-form__submit {
    width: 30rem;
  }
}
@media (any-hover: hover) {
  .p-form__submit:hover {
    background: url(img/icon_submit_arrow.svg) no-repeat right 2.5rem center/1.4rem 1.8rem, #2875CC;
    opacity: 1;
  }
}
.p-form__submit:focus-visible {
  background: url(img/icon_submit_arrow.svg) no-repeat right 2.5rem center/1.4rem 1.8rem, #2875CC;
  opacity: 1;
  outline: none;
}
.p-form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.p-form__notice {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 5rem;
  letter-spacing: 0;
  color: #303030;
}
@media screen and (min-width: 769px) {
  .p-form__notice {
    text-align: center;
    font-size: 1.5rem;
  }
}
.p-form__notice p {
  margin: 0;
}
.p-form__notice a {
  color: #303030;
  text-decoration: underline;
}
.p-form__notice a:hover {
  opacity: 0.7;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/************************************************************************
* visible device
************************************************************************/
.u-mobile {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-mobile {
    display: none;
  }
}

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

.u-hidden {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .u-hidden--tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden--sp {
    display: none !important;
  }
}
