@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "A P-OTF A1Gothic Std", sans-serif;
  color: #454545;
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3389121339vw;
  }
}
@media (min-width: 1195px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol,
li {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.btn-1 {
  display: inline-block;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  border-radius: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  padding: 25px 30px;
  padding: 1.5625rem 1.875rem;
  color: #111;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .0588235294);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .0588235294);
  background: #111;
  z-index: 1;
  position: relative;
  background-color: #FFD421;
}
@media screen and (min-width: 768px) {
  .btn-1 {
    display: inline-block;
    width: auto;
    overflow: hidden;
    text-align: center;
    border-radius: 3.125rem;
    font-size: 1.4375rem;
    letter-spacing: 0.125rem;
    padding: 2.0625rem 6rem;
    color: #111;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .0588235294);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .0588235294);
    background: #111;
    z-index: 1;
    position: relative;
    background-color: #FFD421;
  }
}
@media screen and (max-width: 375px) {
  .btn-1 {
    width: 100%;
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.btn-1:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn-1::after {
  content: "";
  border: 0;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  display: inline-block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
@media screen and (min-width: 768px) {
  .btn-1::after {
    border: 0;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
  }
}
@media screen and (max-width: 375px) {
  .btn-1::after {
    width: 0.625rem;
    height: 0.625rem;
    right: 4%;
  }
}

.btn-1.btn-1-under {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn-1.btn-1-under {
    width: auto;
  }
}

.btn-1-under::after {
  content: "";
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 48%;
  right: 6%;
  -webkit-transform: translateY(-50%) rotate(133deg);
          transform: translateY(-50%) rotate(133deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
@media screen and (min-width: 768px) {
  .btn-1-under::after {
    border-top: solid 1px #111;
    border-right: solid 1px #111;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 48%;
    right: 8%;
  }
}
@media screen and (max-width: 375px) {
  .btn-1-under::after {
    right: 6%;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.btn-1.btn-plan {
  padding: 30px 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn-1.btn-plan {
    padding: 1.875rem 4.375rem;
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .btn-1.btn-plan {
    padding: 1rem 0;
  }
}

.btn-1.btn-plan::after {
  content: "";
  border: 0;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  display: inline-block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
@media screen and (min-width: 768px) {
  .btn-1.btn-plan::after {
    border: 0;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
  }
}
@media screen and (max-width: 375px) {
  .btn-1.btn-plan::after {
    width: 0.625rem;
    height: 0.625rem;
    right: 4%;
  }
}

.btn-img {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  border-radius: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  padding: 33px 54px;
  padding: 2.0625rem 3.375rem;
  color: #111;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .0588235294);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .0588235294);
  background: #111;
  z-index: 1;
  white-space: nowrap;
  position: relative;
  background-color: #FFD421;
}
@media screen and (min-width: 768px) {
  .btn-img {
    padding: 2.0625rem 9.5rem;
    font-size: 1.4375rem;
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .btn-img {
    width: 100%;
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.btn-img::after {
  content: "";
  border: 0;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  display: inline-block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  position: absolute;
  top: 48%;
  right: 46px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
@media screen and (min-width: 768px) {
  .btn-img::after {
    border-top: solid 1px #111;
    border-right: solid 1px #111;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 48%;
    right: 7%;
  }
}
@media screen and (max-width: 375px) {
  .btn-img::after {
    width: 0.625rem;
    height: 0.625rem;
    right: 4%;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

.drawer__icon {
  display: block;
  position: fixed;
  top: 25px;
  top: 1.5625rem;
  right: 20px;
  right: 1.25rem;
  width: 25px;
  width: 1.5625rem;
  height: 2px;
  height: 0.125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 1000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (min-width: 768px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.is-open {
  z-index: 900;
}
.drawer__icon.is-open .drawer__icon-bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
  top: 0.4375rem;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.drawer__icon.is-open .drawer__icon-bar2 {
  display: none;
}
.drawer__icon.is-open .drawer__icon-bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  top: 0.4375rem;
  -webkit-transition: 1s;
  transition: 1s;
}

.drawer__icon-bars {
  position: relative;
  width: 25px;
  width: 1.5625rem;
  height: 14px;
  height: 0.875rem;
}

.drawer__icon-bar1,
.drawer__icon-bar2,
.drawer__icon-bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.drawer__icon-bar1 {
  top: 0;
  border-radius: 0.9375rem;
}

.drawer__icon-bar2 {
  top: 6px;
  top: 0.375rem;
  height: 2px;
  height: 0.125rem;
  border-radius: 0.9375rem;
  width: 100%;
}

.drawer__icon-bar3 {
  top: 13px;
  top: 0.8125rem;
  height: 2px;
  height: 0.125rem;
  border-radius: 0.9375rem;
  width: 100%;
}

.drawer__content {
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 77, 176, .2)), to(rgba(69, 207, 255, .2)));
  background: #fff;
  height: 100%;
  width: 300px;
  width: 18.75rem;
  z-index: 800;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  width: 50%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.drawer__content.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
}

.drawer__content-items {
  color: #fff;
  line-height: 1.57;
  position: relative;
  list-style: none;
  padding-top: 250px;
  padding-top: 15.625rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  color: #111;
}
.drawer__content-items a {
  position: relative;
}
.drawer__content-items a .drawer__content-items::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #111;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer__content-item {
  font-size: 16px;
  font-size: 1rem;
  font-family: "A P-OTF A1Gothic Std", sans-serif;
  font-weight: 600;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
.drawer__content-item a {
  display: block;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.header {
  height: 70px;
  height: 4.375rem;
  position: fixed;
  z-index: 100;
  background: #fff;
  color: #111;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.25rem;
  }
}
@media screen and (max-width: 375px) {
  .header {
    height: 4.375rem;
  }
}

.active__header {
  background: #111;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
}

.header__inner {
  height: inherit;
  padding-left: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .0588235294);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .0588235294);
}
@media screen and (min-width: 768px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2rem;
    height: inherit;
    padding: 2.5rem 0 2.5rem 5.625rem;
  }
}

.header__logo {
  width: 50px;
  width: 3.125rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 4.375rem;
  }
}

.header__link {
  height: inherit;
  /* display: block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-list {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
}

.header__nav-item {
  height: inherit;
  font-size: 20px;
  font-size: 1.25rem;
}
.header__nav-item a {
  position: relative;
  padding: 0 26px;
  padding: 0 1.625rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__nav-item:not(:last-child) a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFB831;
  height: 2px;
  height: 0.125rem;
  width: calc(100% - 1.25rem);
  bottom: 20px;
  bottom: 1.25rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header__nav-item:not(:last-child) a:hover::after {
  -webkit-transition: 1s;
  transition: 1s;
}

.header__nav-item.header__nav-item--yellow a {
  background-color: #FFB831;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1245px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .top-mv {
    margin-top: 1.25rem;
  }
}

.overlay {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 50;
  background-color: rgba(0, 0, 0, .7);
}

.modal {
  width: 300px;
  height: 200px;
  padding: 16px;
  background-color: white;
  overflow: scroll; /* スクロール設定 */
}

.modal-content {
  min-height: 600px;
  background-color: lightblue;
}

.test:nth-child(even) p {
  font-size: 80px;
  font-size: 5rem;
  background-color: #111;
  color: #fff;
}

.title {
  position: relative;
  display: inline-block;
  padding: 14px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title::after {
  content: "";
  position: absolute;
  bottom: -107%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/common/border.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 83%;
  height: 100%;
}

.title p {
  font-size: 26px;
  margin: 0;
  padding: 0;
}

.contact {
  padding: 90px 0 90px;
  padding: 5.625rem 0 5.625rem;
  background-color: #F2F2F2;
}

.contact__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 955px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.contact__title {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
}

.contact__detail {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (max-width: 375px) {
  .p-form {
    margin-top: 40px;
  }
}

.p-form__item {
  display: -webkit-box;
  padding: 16px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0;
  }
}

.p-form__item.scroll {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__item.scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 20px;
  }
}

.p-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-right: 22px;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    padding: 0 10px;
    width: 264px;
  }
}
.p-form__title span {
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  font-size: 12px;
  background-color: #D00000;
}

.p-form__title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__title span {
  margin-right: 21px;
  margin-right: 1.3125rem;
}

.p-form__title label {
  font-size: 18px;
}

.p-form__title--type02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-form__title--type02 {
    -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: flex-start;
  }
}

.p-form__title--type03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-form__title--aiStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-form__title--aiStart {
    margin-top: 10px;
  }
}

.p-form__title--aiStart span {
  background-color: #454545;
  color: #fff;
}

.p-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-form__input {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
  }
}

.p-form__input.p-formInput {
  margin-top: 12px;
}

.p-form__input.name p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__input.name span {
  margin-right: 11px;
}

.p-form__input.name.wpcf7-form-control-wrap {
  width: 10%;
}

.p-formInput input::-webkit-input-placeholder, .p-formTextarea textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.p-formInput input::-moz-placeholder, .p-formTextarea textarea::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}

.p-formInput input:-ms-input-placeholder, .p-formTextarea textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.p-formInput input::-ms-input-placeholder, .p-formTextarea textarea::-ms-input-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input::-webkit-input-placeholder, .p-formTextarea textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.p-formInput input::-webkit-input-placeholder,
.p-formTextarea textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.p-formInput input::-moz-placeholder,
.p-formTextarea textarea::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}

.p-formInput input::-ms-input-placeholder,
.p-formTextarea textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  color: #fff;
  font-size: 16px;
}

.p-formInput input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-formInput input {
    width: 100%;
    height: 50px;
    margin-left: 0;
    padding-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .p-formInput input {
    height: 40px;
  }
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 2px solid #707070;
}

.p-formInput--sm input {
  width: 350px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-formInput--sm input {
    width: 100%;
  }
}

.p-formInput__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formInput__post input {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-formInput__post input {
    width: 100%;
  }
}

.p-formInput__address {
  margin-top: 10px;
}

.p-formInput__address input {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-formInput__address input {
    width: 100%;
  }
}

.p-formInput--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formInput--tel > * {
  min-width: 0;
}

.p-formInput--tel input {
  width: 150px;
  max-width: 100%;
}

.p-formSelect select {
  width: 250px;
  max-width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  background: url(../images/common/pulldown.svg) right 10px center/10px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .p-formSelect select {
    width: 100%;
    height: 50px;
  }
}

.p-formSelect select:focus {
  outline: 2px solid #B5B5B5;
}

.p-formSelect--selected select {
  color: #333;
}

.p-formDate__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-formDate__flex {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-formDate__flex + .p-formDate__flex {
  margin-top: 20px;
}

.p-formDate__label {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .p-form__dataBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-form__dataBlockFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__dataBlockFlex + .p-form__dataBlockFlex {
  margin-top: 20px;
}

.p-form__dataBlockLabel {
  width: 80px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-form__dataBlockLabel {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-form__dataBlockDate {
    width: 100%;
  }
}

.p-formCalendar {
  position: relative;
}

.p-formCalendar input {
  width: 250px;
  height: 60px;
  padding-left: 20px;
  padding-right: 5px;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  background: url(../images/common/calendar.svg) right 8px center/15px no-repeat;
}
@media screen and (min-width: 768px) {
  .p-formCalendar input {
    width: 100%;
    height: 50px;
  }
}

.p-formCalendar input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
  z-index: 1;
}

@-moz-document url-prefix() {
  .p-formCalendar input {
    background: none;
  }
  .p-formCalendar::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    top: 50%;
    right: 10px;
    transform: translateY(-55%);
    pointer-events: none;
  }
}
.p-formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .Android .p-formCalendar input {
    padding-left: 15px;
  }
}

.p-formCalendar input:focus {
  outline: 2px solid #B5B5B5;
}

@media screen and (min-width: 768px) {
  .p-form__dataBlockSelect {
    width: 100%;
  }
}

.p-form__dataBlockDate input:not(.p-formDate__default) {
  color: #333;
}

.p-formNumber__txt {
  font-size: 16px;
}

.p-formNumber__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-formNumber__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-formNumber__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formNumber__blockLabel01 {
  margin-right: 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-formNumber__blockLabel01 {
    width: 55px;
  }
}

.p-formNumber__blockLabel01 {
  font-size: 16px;
}

.p-formNumber__blockInput {
  width: 150px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-formNumber__blockInput {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
}

.p-formCheckbox input {
  display: none;
}

.p-formCheckbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-formCheckbox .wpcf7-list-item {
  margin-left: 0;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.p-form__input.p-form__input--checkbox {
  font-size: 14px;
}

.p-formCheckbox input + span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 35px;
  font-size: 16px;
  cursor: pointer;
}

.p-formCheckbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #B5B5B5;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-formCheckbox input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 8px;
  height: 13px;
  margin-top: -8px;
  border-right: 3px solid blue;
  border-bottom: 3px solid blue;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-formCheckbox input:checked + span::after {
  opacity: 1;
}

.p-formRadio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-formRadio--vertical .wpcf7-radio {
  display: block;
}

.p-formRadio .wpcf7-list-item {
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.p-formRadio input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  cursor: pointer;
}

.p-formRadio input[type=radio] {
  display: none;
}

.p-form__input.p-form__input--radio.p-formRadio {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-form__input.p-form__input--radio.p-formRadio {
    margin-top: auto;
  }
}

.p-form__input.p-form__input--checkbox.p-formCheckbox {
  margin-top: auto;
}

.p-formRadio input + span::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-right: 0.5em;
  margin-bottom: auto;
  border: 1px solid #B5B5B5;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.p-formRadio input:checked + span::before {
  background-color: #24B8EB;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.p-formFile .wpcf7-form-control-wrap {
  display: block;
}

.p-formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 20px;
}

.p-formFile input {
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
}

.p-formTextarea textarea {
  width: 100%;
  min-height: 135px;
  padding-top: 10px;
  padding-left: 20px;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-formTextarea textarea {
    width: 100%;
    min-height: 135px;
    margin-left: 0;
    padding-left: 15px;
    margin-top: auto;
  }
}

.p-form__privacy {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    text-align: left;
  }
}

mt .p-form__privacy a {
  line-height: 1;
  text-decoration: underline;
}

.p-form__acceptance {
  text-align: left;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-form__acceptance {
    text-align: left;
    margin-top: auto;
  }
}

.regulations {
  width: 100%;
  height: 200px;
  padding: 16px;
  border: 1px solid #111;
  overflow-y: scroll;
  border-radius: 4px;
}

.p-form__submit {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    margin-top: 30px;
  }
}

.p-formBtn input {
  position: relative;
  width: 300px;
  padding: 20px 0;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 0;
  background-color: #454545;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.p-formBtn input:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
@media screen and (min-width: 768px) {
  .p-formBtn input:disabled:hover {
    cursor: not-allowed;
  }
}
@media screen and (min-width: 768px) {
  .p-formBtn input:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

.wpcf7-submit {
  position: relative;
}

.p-formBtn {
  position: relative;
}

.p-formBtn::after {
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  display: inline-block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 35%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
@media screen and (min-width: 768px) {
  .p-formBtn::after {
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 35%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
  }
}
@media screen and (max-width: 375px) {
  .p-formBtn::after {
    width: 0.625rem;
    height: 0.625rem;
    right: 4%;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px 10px;
  border-color: #2C94DE;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px 10px;
  border-color: red;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  display: none;
  margin-top: 10px;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

/*======================================
            test
=======================================*/
.test {
  color: #639;
}

.circle {
  margin-top: 756px;
  width: 300px;
  height: 100px;
  background-color: red;
  border-radius: 9999px 0 0 9999px;
}

#features {
  scroll-margin-top: -170px; /* スクロール時のマージンを100pxに設定 */
}

#merit {
  scroll-margin-top: 100px;
}

#strength {
  scroll-margin-top: 100px;
}

#voice {
  scroll-margin-top: 180px;
}

.mv {
  position: relative;
  width: 100%;
  height: 1015px;
  min-height: 700px;
  background: linear-gradient(140deg, #ff4db0 0%, #45cfff 100%);
}
@media screen and (max-width: 375px) {
  .mv {
    height: 100vh;
  }
}

.mv::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.mv::after {
  content: "";
  position: absolute;
  left: -19%;
  top: 20%;
  background: url(../images/common/glass2.png);
  width: clamp(400px, 117.904px + 35.891vw, 807.008px);
  width: clamp(25rem, 7.369rem + 35.891vw, 50.438rem);
  height: 518px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.5;
}

.mv::after {
  content: "";
  position: absolute;
  left: -19.5%;
  top: 21%;
  background: url(../images/common/glass2.png);
  height: 556px;
  width: clamp(354px, 12.992px + 43.386vw, 846px);
  width: clamp(22.125rem, 0.812rem + 43.386vw, 52.875rem);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 375px) {
  .mv::after {
    content: "";
    position: absolute;
    left: -45.5%;
    top: 11%;
    background: url(../images/common/glass2.png);
    height: 556px;
    width: clamp(22.125rem, 0.812rem + 43.386vw, 52.875rem);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}

.mv-content {
  position: absolute;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .mv-content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 375px) {
  .mv-content {
    width: 79%;
  }
}

.mv-content span {
  background: -webkit-gradient(linear, left top, right top, from(#FF4DB0), to(#45CFFF));
  background: linear-gradient(90deg, #FF4DB0, #45CFFF);
  color: #fff;
  padding: 14px;
  padding: 0.875rem;
  padding: 32px 20px;
  padding: 2rem 1.25rem;
  letter-spacing: 17px;
  letter-spacing: 1.0625rem;
  font-size: clamp(16px, 11.2px + 1.5vw, 40px);
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
  line-height: 1.3;
  letter-spacing: clamp(3.008px, 1.408px + 0.5vw, 11.008px);
  letter-spacing: clamp(0.188rem, 0.088rem + 0.5vw, 0.688rem);
}
@media screen and (max-width: 375px) {
  .mv-content span {
    padding: 0.625rem;
  }
}

.mv__message {
  line-height: 1.2;
  font-size: 112px;
  font-size: 7rem;
  margin-top: 100px;
  margin-top: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#4158D0), color-stop(30%, #C850C0), to(#FFCC70));
  background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
  background: -webkit-gradient(linear, left top, right top, from(#ff4db0), to(#45cfff));
  background: linear-gradient(90deg, #ff4db0 0%, #45cfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(42px, -21.328px + 8.247vw, 137.008px);
  font-size: clamp(2.625rem, -1.333rem + 8.247vw, 8.563rem);
}
@media screen and (max-width: 375px) {
  .mv__message {
    margin-top: 2.25rem;
  }
}

.mv__button {
  margin-top: 67px;
  margin-top: 4.1875rem;
  position: relative;
}
@media screen and (max-width: 375px) {
  .mv__button {
    margin-top: 3.125rem;
  }
}

.mv__button::after {
  content: "";
  position: absolute;
  right: -13%;
  top: -16%;
  background: url(../images/common/glass2.png);
  height: 518px;
  width: clamp(400px, 117.904px + 35.891vw, 807.008px);
  width: clamp(25rem, 7.369rem + 35.891vw, 50.438rem);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .mv__button::after {
    top: -60%;
  }
}

.sticky-button {
  position: absolute;
}

.request-btn {
  position: absolute;
  right: 0;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
  padding-top: 10px;
  right: 20px;
  bottom: -112px;
  display: inline-block;
  color: #fff;
  background-color: #454545;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexboxを使って中央配置 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
  text-align: center;
  z-index: 10;
  -webkit-transition: bottom 0.3s ease-out, right 0.3s ease-out, opacity 0.3s ease;
  transition: bottom 0.3s ease-out, right 0.3s ease-out, opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .request-btn {
    position: absolute;
    right: 0;
    width: 10rem;
    height: 10rem;
    font-size: 1.6875rem;
    padding-top: 10px;
    right: 20px;
    bottom: -112px;
    display: inline-block;
    color: #fff;
    background-color: #454545;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Flexboxを使って中央配置 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 垂直方向の中央揃え */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* 水平方向の中央揃え */
    text-align: center;
    z-index: 10;
  }
}

.comment {
  text-align: center;
  padding: 90px 0 90px;
  padding: 5.625rem 0 5.625rem;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}

.comment__title p {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 375px) {
  .comment__title p {
    font-size: 1.25rem;
  }
}

.comment__wrapper {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .comment__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4%;
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .comment__list {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: auto;
  }
}

.comment__list + .comment__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .comment__list + .comment__list {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .comment__list + .comment__list {
    margin-top: 1.25rem;
  }
}

.comment__list-text {
  position: relative;
  display: inline-block;
  padding: 14px 53px;
  padding: 0.875rem 3.3125rem;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background: #00B2F0;
  border: solid 3px #00B2F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
}

.comment__list-text p {
  font-size: 22px;
  font-size: 1.375rem;
}

.comment__list-text:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #00B2F0;
  z-index: 2;
}

.comment__list-text:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}

.comment__list-image {
  margin: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 37%;
}
@media screen and (max-width: 375px) {
  .comment__list-image {
    width: 20%;
  }
}

.comment__button {
  margin-top: 121px;
  margin-top: 7.5625rem;
}

.strength {
  padding: 90px 0;
  padding: 5.625rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 77, 176, .2)), to(rgba(69, 207, 255, .2)));
  background: linear-gradient(90deg, rgba(255, 77, 176, .2), rgba(69, 207, 255, .2));
}

.strength__top-message {
  text-align: center;
  font-size: clamp(20px, 16px + 1.25vw, 40px);
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  line-height: 1.4;
}

.strength__top-message span {
  font-size: clamp(32px, 24.208px + 2.073vw, 64px);
  font-size: clamp(2rem, 1.513rem + 2.073vw, 4rem);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(40%, #FFD421));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #FFD421 40%);
}

.strength__title {
  text-align: center;
  margin-top: 116px;
  margin-top: 7.25rem;
  font-size: 24px;
}

.strength__title p {
  font-size: clamp(24px, 24px + 0.5vw, 32px);
  font-size: clamp(1.5rem, 1.5rem + 0.5vw, 2rem);
}

.strength__content {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .strength__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 76px;
  }
}

.strength__menu {
  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;
}
@media screen and (min-width: 768px) {
  .strength__menu {
    width: 33.3%;
  }
}

.strength__menu + .strength__menu {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .strength__menu + .strength__menu {
    margin-top: 0;
  }
}

.strength__number {
  width: 16%;
}
@media screen and (max-width: 375px) {
  .strength__number {
    width: 12%;
  }
}

.strength__content li::before {
  border-bottom: 1px solid black;
  letter-spacing: 8px;
  font-size: 36px;
  font-size: 2.25rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.strength__menu-image {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 60%;
}

.strength__menu-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 20px;
}
@media screen and (max-width: 375px) {
  .strength__menu-text {
    font-size: 1rem;
  }
}

.plan {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 151px;
  padding-bottom: 9.4375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .plan {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media screen and (max-width: 375px) {
  .plan {
    padding: 0;
    overflow-x: hidden;
  }
}

.plan::after {
  content: "";
  position: absolute;
  right: -7%;
  top: 16%;
  background: url(../images/common/glass3.png);
  height: 518px;
  width: clamp(400px, 117.904px + 35.891vw, 807.008px);
  width: clamp(25rem, 7.369rem + 35.891vw, 50.438rem);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}

.plan__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.plan__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1%;
  }
}
.plan__content {
  width: 100%;
}
@media screen and (max-width: 375px) {
  .plan__content {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .plan__content {
    width: 52%;
  }
}

.plan__recommend {
  font-size: 25px;
  font-size: 1.5625rem;
  /* font-size: 1.375rem; */
  letter-spacing: 0.1px;
  letter-spacing: 0.00625rem;
}
@media screen and (max-width: 375px) {
  .plan__recommend {
    font-size: 0.875rem;
  }
}

.plan__menu {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: clamp(44px, 44.976px - 0.259vw, 40px);
  font-size: clamp(2.75rem, 2.811rem - 0.259vw, 2.5rem);
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__menu {
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .plan__menu {
    font-size: 2rem;
  }
}

.plan__menu-detail {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.36;
}
@media screen and (max-width: 375px) {
  .plan__menu-detail {
    font-size: 1rem;
  }
}

.plan__present {
  width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .plan__present {
    margin-top: 1.5rem;
    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: flex-end;
    -webkit-box-pack: end;
    width: 50%;
  }
}

.plan__button {
  margin-top: 64px;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__button {
    text-align: left;
  }
}

.plan__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(13.008px, 5.328px + 1.806vw, 40px);
  font-size: clamp(0.813rem, 0.333rem + 1.806vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .plan__comment {
    font-size: 1.25rem;
  }
}

.plan__comment::before,
.plan__comment::after {
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 40px;
  height: 2.5rem;
  background: #454545;
}

.plan__comment:before {
  margin-right: 30px;
  margin-right: 1.875rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.plan__comment::after {
  margin-right: 30px;
  margin-right: 1.875rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.plan__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan__img {
    margin-top: 1rem;
    width: 95%;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .plan__img::after {
    content: "";
    position: absolute;
    left: 15%;
    bottom: -26%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* background-image: url(../images/common/img1.jpg); */
    background-size: contain;
    background-repeat: no-repeat;
    height: 48%;
    width: 225px;
  }
}
.plan__sns {
  margin-top: 278px;
  margin-top: 17.375rem;
  margin: auto;
  width: 85%;
}

.plan__sns-title {
  text-align: center;
  font-size: clamp(19.008px, 13.392px + 1.75vw, 47.008px);
  font-size: clamp(1.188rem, 0.837rem + 1.75vw, 2.938rem);
  font-weight: 700;
  margin-top: 285px;
  margin-top: 17.8125rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF4DB0), to(#45CFFF));
  background: linear-gradient(90deg, #FF4DB0, #45CFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 375px) {
  .plan__sns-title {
    margin-top: 10rem;
  }
}

.plan__sns-media {
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .plan__sns-media {
    margin-top: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 64%;
  }
}
@media screen and (max-width: 375px) {
  .plan__sns-media {
    display: block;
  }
}

.plan__sns-flow {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15%;
}
@media screen and (min-width: 768px) {
  .plan__sns-flow {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 375px) {
  .plan__sns-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.plan__sns-flow + .plan__sns-flow {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 375px) {
  .plan__sns-flow + .plan__sns-flow {
    margin-top: 1.5rem;
  }
}

.plan__sns-flow-img {
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: 24%;
}
@media screen and (max-width: 375px) {
  .plan__sns-flow-img {
    width: 35%;
  }
}

.plan__sns-content {
  width: 100%;
}

.plan__sns-flow-title {
  font-size: clamp(23.008px, 18.864px + 1.101vw, 40px);
  font-size: clamp(1.438rem, 1.179rem + 1.101vw, 2.5rem);
  font-weight: 400;
}
@media screen and (max-width: 375px) {
  .plan__sns-flow-title {
    font-size: 1.25rem;
  }
}

.plan__sns-flow-text {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: justify;
}
@media screen and (max-width: 375px) {
  .plan__sns-flow-text {
    font-size: 0.875rem;
  }
}

.plan__strength {
  margin-top: 120px;
  margin-top: 7.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan__strength {
    margin-top: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .plan__strength::before {
    content: "";
    position: absolute;
    left: -30%;
    top: -48%;
    background: url(../images/common/glass4.png);
    width: clamp(25rem, 7.369rem + 35.891vw, 50.438rem);
    height: 425px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.3;
  }
}

.plan__strength::after {
  content: "";
  position: absolute;
  right: -47%;
  top: 47%;
  background: url(../images/common/glass3.png);
  height: 518px;
  width: clamp(400px, 117.904px + 35.891vw, 807.008px);
  width: clamp(25rem, 7.369rem + 35.891vw, 50.438rem);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 375px) {
  .plan__strength::after {
    display: none;
  }
}

.plan__strength-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 375px) {
  .plan__strength-title {
    font-size: 2rem;
    text-align: center;
  }
}

.plan__strength-title span {
  width: 20%;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Futura PT", sans-serif;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
  display: inline-block;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #FF4DB0, #45CFFF);
  border-image: -webkit-gradient(linear, left top, right top, from(#FF4DB0), to(#45CFFF));
  border-image: linear-gradient(to right, #FF4DB0, #45CFFF);
  border-image-slice: 1;
}
@media screen and (max-width: 375px) {
  .plan__strength-title span {
    display: inline;
    display: initial;
  }
}

.plan__strength-wrapper {
  display: block;
}
@media screen and (min-width: 768px) {
  .plan__strength-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.plan__strength-content {
  margin-top: 84px;
  margin-top: 5.25rem;
  width: 85%;
}
@media screen and (max-width: 375px) {
  .plan__strength-content {
    margin-top: 3.125rem;
    width: 100%;
  }
}

.plan__strength-method {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}
@media screen and (max-width: 375px) {
  .plan__strength-method {
    font-size: 1.4375rem;
  }
}

.plan__strength-method + .plan__strength-method {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.plan__strength-method p {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 16px;
  font-size: 1rem;
}

.strength__box {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 77, 176, .7)), to(rgba(69, 207, 255, .7)));
  background: linear-gradient(90deg, rgba(255, 77, 176, .7), rgba(69, 207, 255, .7));
  padding: 4px 8px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-left: 4%;
  border-radius: 9999px 0 0 9999px;
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .strength__box {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .strength__box {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.plan__strength-img {
  max-width: 483px;
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-align: center;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px 0 0 9999px;
}

.plan__strength-button {
  margin-top: 140px;
  margin-top: 8.75rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 375px) {
  .plan__strength-button {
    margin-top: 2.5rem;
  }
}

.plan__strength-button::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .plan__strength-button::after {
    display: block;
    content: "";
    position: absolute;
    left: 11%;
    top: -89%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/common/1.png) no-repeat;
    transform: rotate(10deg);
    background-size: 48%, 62%;
    background-position: right 115px top 76%, right 60px top -4%;
    height: 163px;
    width: 273px;
    z-index: 1;
  }
}

@media screen and (min-width: 850px) {
  .plan__strength-button::after {
    display: block;
    content: "";
    position: absolute;
    left: 14%;
    top: -80%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/common/1.png) no-repeat;
    transform: rotate(10deg);
    background-size: 48%, 62%;
    background-position: right 115px top 76%, right 60px top -4%;
    height: 163px;
    width: 273px;
    z-index: 1;
  }
}

@media screen and (min-width: 950px) {
  .plan__strength-button::after {
    display: block;
    content: "";
    position: absolute;
    left: 16%;
    top: -68%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/common/1.png) no-repeat;
    transform: rotate(10deg);
    background-size: 48%, 62%;
    background-position: right 115px top 76%, right 60px top -4%;
    height: 163px;
    width: 273px;
    z-index: 1;
  }
}

@media screen and (min-width: 1050px) {
  .plan__strength-button::after {
    display: block;
    content: "";
    position: absolute;
    left: 16%;
    top: -60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/common/1.png) no-repeat;
    transform: rotate(10deg);
    background-size: 48%, 62%;
    background-position: right 115px top 76%, right 60px top -4%;
    height: 163px;
    width: 273px;
    z-index: 1;
  }
}

@media screen and (min-width: 1150px) {
  .plan__strength-button::after {
    display: block;
    content: "";
    position: absolute;
    left: 18%;
    top: -51%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/common/1.png) no-repeat;
    transform: rotate(10deg);
    background-size: 48%, 62%;
    background-position: right 115px top 76%, right 60px top -4%;
    height: 163px;
    width: 273px;
    z-index: 1;
  }
}

@media screen and (min-width: 1250px) {
  .plan__strength-button::after {
    display: block;
    content: "";
    position: absolute;
    left: 20%;
    top: -45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/common/1.png) no-repeat;
    transform: rotate(10deg);
    background-size: 48%, 62%;
    background-position: right 115px top 76%, right 60px top -4%;
    height: 163px;
    width: 273px;
    z-index: 1;
  }
}

.voice {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 77, 176, .2)), to(rgba(69, 207, 255, .2)));
  background: linear-gradient(90deg, rgba(255, 77, 176, .2), rgba(69, 207, 255, .2));
}
@media screen and (max-width: 375px) {
  .voice {
    padding: 3.75rem 0;
  }
}

.voice__introduction {
  display: -webkit-box;
  gap: 10%;
  display: block;
}
@media screen and (min-width: 768px) {
  .voice__introduction {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 375px) {
  .voice__introduction {
    display: block;
    text-align: center;
  }
}

.voice__introduction-img {
  width: 50%;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .voice__introduction-img {
    width: 40%;
  }
}
@media screen and (max-width: 375px) {
  .voice__introduction-img {
    width: 80%;
    margin: 20px auto 20px auto;
  }
}

.voice__text {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.voice__text span {
  display: block;
  margin-top: 12px;
}

.voice__explanation {
  font-size: clamp(20px, 15.152px + 1.294vw, 40px);
  font-size: clamp(1.25rem, 0.947rem + 1.294vw, 2.5rem);
}

.voice__explanation span {
  margin-top: 14px;
  display: block;
}

.voice__message {
  text-align: center;
  font-weight: normal;
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (max-width: 375px) {
  .voice__message {
    font-size: 2rem;
  }
}

.voice__list {
  margin-top: 246px;
  margin-top: 15.375rem;
}
@media screen and (max-width: 375px) {
  .voice__list {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .voice__list {
    margin-top: 4.8125rem;
  }
}

.voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.voice__list-img {
  position: absolute;
}

.voice__content:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.voice__content + .voice__content {
  margin-top: 280px;
  margin-top: 17.5rem;
}
@media screen and (max-width: 375px) {
  .voice__content + .voice__content {
    margin-top: 9.375rem;
  }
}
@media screen and (min-width: 768px) {
  .voice__content + .voice__content {
    margin-top: 2.6875rem;
  }
}

.voice__list-text span {
  display: block;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.voice__content:nth-child(odd) .voice__list-text {
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .voice__content:nth-child(odd) .voice__list-text {
    padding: 2.625rem 9rem 1.75rem 13.875rem;
  }
}

.voice__content:nth-child(even) .voice__list-text span {
  text-align: left;
}
.voice__content:nth-child(odd) .voice__list-text span {
  text-align: right;
}
.voice__content:nth-child(even) .voice__list-img {
  position: absolute;
  left: 50%;
  top: -84px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
}
@media screen and (min-width: 768px) {
  .voice__content:nth-child(even) .voice__list-img {
    width: 14%;
    position: absolute;
    right: 11%;
    left: auto;
    top: -15%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (max-width: 375px) {
  .voice__content:nth-child(even) .voice__list-img {
    position: absolute;
    left: 50%;
    top: -54px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 36%;
  }
}

.voice__content:nth-child(odd) .voice__list-img {
  position: absolute;
  left: 50%;
  top: -93px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
}
@media screen and (min-width: 768px) {
  .voice__content:nth-child(odd) .voice__list-img {
    width: 14%;
    left: 11%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (max-width: 375px) {
  .voice__content:nth-child(odd) .voice__list-img {
    position: absolute;
    left: 50%;
    top: -54px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 36%;
  }
}

.voice__list-text {
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .voice__list-text {
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 1.6875rem 12.5rem 1.3125rem 4.75rem;
    width: 84%;
    margin: auto;
  }
}

.bottom {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .bottom {
    padding-bottom: 8.125rem;
  }
}

.bottom::before {
  content: "";
  position: absolute;
  right: -15%;
  top: -26%;
  background: url(../images/common/glass4.png);
  width: clamp(400px, 117.904px + 35.891vw, 807.008px);
  width: clamp(25rem, 7.369rem + 35.891vw, 50.438rem);
  height: 518px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}

.bottom::after {
  content: "";
  position: absolute;
  left: -7%;
  top: 58%;
  background: url(../images/common/glass4.png);
  width: clamp(400px, 117.904px + 35.891vw, 807.008px);
  width: clamp(25rem, 7.369rem + 35.891vw, 50.438rem);
  height: 518px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}

.bottom__title {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 375px) {
  .bottom__title {
    font-size: 1.4375rem;
  }
}

.bottom__inner {
  text-align: center;
}

.bottom__suggestion {
  margin-top: 46px;
  margin-top: 2.875rem;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  font-weight: normal;
  font-size: clamp(35.008px, 11.664px + 3.038vw, 70px);
  font-size: clamp(2.188rem, 0.729rem + 3.038vw, 4.375rem);
  line-height: 1.1;
}

.bottom__suggestion span {
  font-size: clamp(20px, 16px + 1.25vw, 40px);
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.test {
  margin-bottom: 100px;
  position: relative;
  height: 2px; /* 線の高さ */
  width: 100%; /* 線の幅 */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, black));
  background: linear-gradient(to right, transparent 50%, black 50%); /* 線の色とジグザグのパターン */
}

.test::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #C2E5FB 50%, transparent 52%), linear-gradient(315deg, #C2E5FB 50%, transparent 52%);
  background-size: 30px 30px;
  height: 14px;
  width: 100%;
  bottom: 0;
}

.zigzag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3E2723;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  width: 360px;
  height: 180px;
  margin: 40px auto;
  background: #fff;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .8));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.8)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .8));
}

.zigzag::before {
  height: 20px;
  content: "";
  position: absolute;
  left: 50%; /* センタリング */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* X軸におけるセンタリングの完全化 */
  top: -20px;
  background: linear-gradient(45deg, #fff 10px, transparent 0) no-repeat, linear-gradient(135deg, transparent 10px, #fff 0) no-repeat;
  background-size: 20px 40px; /* 一つのジグザグパターンにサイズを調整 */
  width: 20px; /* ジグザグの幅を調整 */
}

.small {
  display: block;
  text-align: center;
  padding: 40px 0;
  padding: 2.5rem 0;
}
/*# sourceMappingURL=styles.css.map */
