@charset "UTF-8";
/* (レイアウト変数)
***************************************************************/
/*(ブレークポイント)
***************************************************************/
/* (メディアクエリ)
***************************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

ol,
ul {
  list-style: none;
}

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

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

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

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

figure {
  margin: 0;
}

/* (全体)
***************************************************************/
body {
  color: #292929;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 28px;
  font-weight: 500 !important;
  background: #fff;
}
@media screen and (max-width:749px) {
  body {
    font-size: 3.7333333333vw;
  }
}

.wrapper {
  max-width: 750px;
  margin-inline: auto;
  overflow: hidden;
}

/* (コンテンツ)
***************************************************************/
.worries {
  padding-bottom: 50px;
}
@media screen and (max-width:749px) {
  .worries {
    padding-bottom: 6.6666666667vw;
  }
}

.worries__text {
  text-align: justify;
  margin-top: 5px;
  padding-inline: 30px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:749px) {
  .worries__text {
    margin-top: 0.6666666667vw;
    padding-inline: 4vw;
  }
}
.worries__text span {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1.2em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.8em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.worries__text + .worries__text {
  margin-top: 20px;
}
@media screen and (max-width:749px) {
  .worries__text + .worries__text {
    margin-top: 2.6666666667vw;
  }
}

.feature {
  padding-bottom: 30px;
  background: url(../img/bg.png) no-repeat center top/cover;
}
@media screen and (max-width:749px) {
  .feature {
    padding-bottom: 4vw;
    background: url(../img/bg.png) no-repeat center top/100vw 178vw;
  }
}

.feature__list {
  margin-top: 30px;
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:749px) {
  .feature__list {
    margin-top: 4vw;
    padding-inline: 4vw;
    gap: 5.3333333333vw;
  }
}

.feature__item:not(:first-child) .feature__wrap {
  gap: 20px;
}
@media screen and (max-width:749px) {
  .feature__item:not(:first-child) .feature__wrap {
    gap: 2.6666666667vw;
  }
}

.feature__itemTitle {
  font-size: 37.64px;
  font-weight: bold;
  font-style: oblique;
}
@media screen and (max-width:749px) {
  .feature__itemTitle {
    font-size: 5.0186666667vw;
  }
}

.feature__wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:749px) {
  .feature__wrap {
    margin-top: 2.6666666667vw;
  }
}

.feature__itemText {
  text-align: justify;
  line-height: 1.6785714286;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.feature__itemImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:749px) {
  .feature__itemImg {
    width: 51.6vw;
  }
}

.reason {
  padding-bottom: 60px;
  background: url(../img/reason_bg.png) no-repeat center top/cover;
}
@media screen and (max-width:749px) {
  .reason {
    padding-bottom: 8vw;
    background: url(../img/reason_bg.png) no-repeat center top/100vw 548vw;
  }
}

.reason_list {
  margin-top: 40px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:749px) {
  .reason_list {
    margin-top: 5.3333333333vw;
    padding-inline: 2.6666666667vw;
    gap: 5.3333333333vw;
  }
}

.reason_item:nth-child(2) .reason_itemTitle {
  width: 510px;
}
@media screen and (max-width:749px) {
  .reason_item:nth-child(2) .reason_itemTitle {
    width: 68vw;
  }
}
.reason_item:nth-child(3) .reason_itemTitle {
  width: 708px;
}
@media screen and (max-width:749px) {
  .reason_item:nth-child(3) .reason_itemTitle {
    width: 94.4vw;
  }
}
.reason_item:nth-child(4) .reason_itemTitle {
  width: 568px;
}
@media screen and (max-width:749px) {
  .reason_item:nth-child(4) .reason_itemTitle {
    width: 75.7333333333vw;
  }
}
.reason_item:nth-child(5) .reason_itemTitle {
  width: 695px;
}
@media screen and (max-width:749px) {
  .reason_item:nth-child(5) .reason_itemTitle {
    width: 92.6666666667vw;
  }
}

.reason_itemTitle {
  width: 578px;
}
@media screen and (max-width:749px) {
  .reason_itemTitle {
    width: 77.0666666667vw;
  }
}

.reason_itemText {
  text-align: justify;
  line-height: 1.6785714286;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.reason_itemImage {
  margin-top: 30px;
}
@media screen and (max-width:749px) {
  .reason_itemImage {
    margin-top: 4vw;
  }
}

.achievements {
  margin-top: -22px;
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
  background: url(../img/achievements_bg.png) repeat center top/auto;
}
@media screen and (max-width:749px) {
  .achievements {
    margin-top: -2.9333333333vw;
    padding-bottom: 5.3333333333vw;
    background: url(../img/achievements_bg.png) repeat center top/24vw 24vw;
  }
}

.achievements__subtitle {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:749px) {
  .achievements__subtitle {
    width: 27.8666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.achievements__content {
  padding-top: 80px;
}
@media screen and (max-width:749px) {
  .achievements__content {
    padding-top: 10.6666666667vw;
  }
}
.achievements__content:first-child {
  padding-top: 20px;
}
@media screen and (max-width:749px) {
  .achievements__content:first-child {
    padding-top: 2.6666666667vw;
  }
}
.achievements__content:first-child .achievements__link {
  display: block;
}
.achievements__content:first-child .achievements__link:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width:749px) {
  .achievements__content:first-child .achievements__link:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
.achievements__content:first-child .achievements__link:nth-of-type(3) {
  text-align: left;
  margin-left: 90px;
  width: 295px;
}
@media screen and (max-width:749px) {
  .achievements__content:first-child .achievements__link:nth-of-type(3) {
    margin-left: 12vw;
    width: 39.3333333333vw;
  }
}
.achievements__content:first-child .achievements__image {
  margin-top: -590px;
}
@media screen and (max-width:749px) {
  .achievements__content:first-child .achievements__image {
    margin: -78.6666666667vw auto 0;
    width: 90vw;
  }
}
@media screen and (max-width:749px) {
  .achievements__content:nth-child(2) .achievements__image {
    width: 95.3333333333vw;
    margin-inline: auto;
  }
}
@media screen and (max-width:749px) {
  .achievements__content:nth-child(3) .achievements__image {
    width: 96.6666666667vw;
    margin-inline: auto;
  }
}

.achievements__link {
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:749px) {
  .achievements__link {
    width: 89.6vw;
    margin-inline: auto;
  }
}
.achievements__link:hover {
  opacity: 0.7;
}

.achievements__image {
  text-align: center;
}

.profile {
  padding-bottom: 60px;
  background: url(../img/profile_bg.png) no-repeat center top/cover;
}
@media screen and (max-width:749px) {
  .profile {
    padding-bottom: 8vw;
    background: url(../img/profile_bg.png) no-repeat center top/100vw 419.0666666667vw;
  }
}

.profile__message {
  margin-top: 40px;
  text-align: center;
  font-size: 39.37px;
  color: #c0272d;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:749px) {
  .profile__message {
    margin-top: 5.3333333333vw;
    font-size: 5.2493333333vw;
  }
}

.profile__list {
  margin-block: 30px 50px;
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:749px) {
  .profile__list {
    margin-block: 4vw 6.6666666667vw;
    padding-inline: 4vw;
    gap: 5.3333333333vw;
  }
}

.profile__itemTitle {
  margin-inline: auto;
  width: 596px;
}
@media screen and (max-width:749px) {
  .profile__itemTitle {
    width: 79.4666666667vw;
  }
}

.profile__itemText {
  text-align: justify;
  margin-top: 20px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:749px) {
  .profile__itemText {
    margin-top: 2.6666666667vw;
  }
}

.profile__content {
  padding-inline: 30px;
}
@media screen and (max-width:749px) {
  .profile__content {
    padding-inline: 4vw;
  }
}

.profile__content + .profile__content {
  margin-top: 20px;
}
@media screen and (max-width:749px) {
  .profile__content + .profile__content {
    margin-top: 2.6666666667vw;
  }
}

.profile__contentTitle {
  width: 502px;
  margin-inline: auto;
}
@media screen and (max-width:749px) {
  .profile__contentTitle {
    width: 66.9333333333vw;
  }
}

.profile_contentText {
  text-align: justify;
  margin-top: 30px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:749px) {
  .profile_contentText {
    margin-top: 4vw;
  }
}

.profile__contentHead {
  font-weight: bold;
}

.profile__contentItem {
  position: relative;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.profile__contentItem::before {
  content: "◾️";
}

.profile__contentText02 {
  margin-top: 20px;
}
@media screen and (max-width:749px) {
  .profile__contentText02 {
    margin-top: 2.6666666667vw;
  }
}

.price {
  padding-bottom: 60px;
  background: url(../img/price_bg.png) no-repeat center top/cover;
}
@media screen and (max-width:749px) {
  .price {
    padding-bottom: 8vw;
    background: url(../img/price_bg.png) no-repeat center top/100vw 145.8666666667vw;
  }
}

.price__content {
  padding-inline: 30px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:749px) {
  .price__content {
    padding-inline: 4vw;
  }
}
.price__content:first-of-type {
  position: relative;
}
.price__content:first-of-type::after {
  content: "";
  width: 307px;
  height: 174px;
  background: url(../img/price_image_01.png) no-repeat center center/contain;
  position: absolute;
  bottom: -135px;
  right: 30px;
}
@media screen and (max-width:749px) {
  .price__content:first-of-type::after {
    width: 40.9333333333vw;
    height: 23.2vw;
    bottom: -18vw;
    right: 4vw;
  }
}
.price__content:nth-of-type(2) {
  position: relative;
}
.price__content:nth-of-type(2)::after {
  content: "";
  width: 307px;
  height: 174px;
  background: url(../img/price_image_02.png) no-repeat center center/contain;
  position: absolute;
  bottom: 47px;
  right: 30px;
}
@media screen and (max-width:749px) {
  .price__content:nth-of-type(2)::after {
    width: 40.9333333333vw;
    height: 23.2vw;
    bottom: 6.2666666667vw;
    right: 4vw;
  }
}

.price__content + .price__content {
  margin-top: 60px;
}
@media screen and (max-width:749px) {
  .price__content + .price__content {
    margin-top: 8vw;
  }
}

.price__contentWrap .price__item {
  position: relative;
}
.price__contentWrap .price__item::before {
  content: "▶";
}

.price__contentWrap + .price__contentWrap {
  margin-top: 40px;
}
@media screen and (max-width:749px) {
  .price__contentWrap + .price__contentWrap {
    margin-top: 5.3333333333vw;
  }
}

.price__attention {
  margin-top: 10px;
  position: relative;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (max-width:749px) {
  .price__attention {
    margin-top: 1.3333333333vw;
  }
}
.price__attention::before {
  content: "※";
}

.flow {
  padding-bottom: 60px;
  background: url(../img/flow_bg@2x.png) no-repeat center top/cover;
}
@media screen and (max-width:749px) {
  .flow {
    padding-bottom: 8vw;
    background: url(../img/flow_bg@2x.png) no-repeat center top/100vw 312.5333333333vw;
  }
}

.flow__list {
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width:749px) {
  .flow__list {
    padding-inline: 4vw;
    gap: 2.6666666667vw;
  }
}

.flow__itemText {
  margin-top: 20px;
  text-align: justify;
  line-height: 1.6785714286;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:749px) {
  .flow__itemText {
    margin-top: 2.6666666667vw;
  }
}

.schedule__subTitle {
  margin-top: 20px;
  text-align: center;
  font-size: 34.63px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:749px) {
  .schedule__subTitle {
    margin-top: 2.6666666667vw;
    font-size: 4.6173333333vw;
  }
}

.schedule__list {
  margin-top: 20px;
  padding-inline: 20px;
}
@media screen and (max-width:749px) {
  .schedule__list {
    margin-top: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
  }
}

.schedule__item {
  position: relative;
  padding-left: 1.3em;
  text-indent: -1.3em;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.schedule__item::before {
  content: "⚫︎";
}
.schedule__item:first-of-type {
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
@media screen and (max-width:749px) {
  .schedule__item:first-of-type {
    margin-bottom: 1.3333333333vw;
  }
}
.schedule__item:not(:first-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width:749px) {
  .schedule__item:not(:first-of-type) {
    gap: 1.3333333333vw;
  }
}

.schedule__itemTitle {
  min-width: 200px;
}
@media screen and (max-width:749px) {
  .schedule__itemTitle {
    min-width: 26.6666666667vw;
  }
}

.schedule__attention {
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:749px) {
  .schedule__attention {
    margin-top: 5.3333333333vw;
  }
}

.contact {
  padding-bottom: 60px;
  background: url(../img/contact_bg@2x.png) no-repeat center top/cover;
}
@media screen and (max-width:749px) {
  .contact {
    padding-bottom: 8vw;
    background: url(../img/contact_bg@2x.png) no-repeat center top/100vw 594.6666666667vw;
  }
}

.contact__message {
  padding-inline: 30px;
  text-align: justify;
  margin-top: 20px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:749px) {
  .contact__message {
    padding-inline: 4vw;
    margin-top: 2.6666666667vw;
  }
}

.contact__contents {
  margin-top: 40px;
}
@media screen and (max-width:749px) {
  .contact__contents {
    margin-top: 5.3333333333vw;
  }
}
.contact__contents + .contact__contents {
  margin-top: 60px;
}
@media screen and (max-width:749px) {
  .contact__contents + .contact__contents {
    margin-top: 8vw;
  }
}

.contact__contentTitle {
  text-align: center;
}
@media screen and (max-width:749px) {
  .contact__contentTitle {
    width: 79.2vw;
    margin-inline: auto;
  }
}

.contact__contentArrow {
  margin-top: 10px;
  text-align: center;
  display: block;
}
@media screen and (max-width:749px) {
  .contact__contentArrow {
    margin: 1.3333333333vw auto 0;
    width: 19.2vw;
  }
}
.contact__contentArrow.__02 {
  margin-top: 30px;
}
@media screen and (max-width:749px) {
  .contact__contentArrow.__02 {
    margin-top: 4vw;
  }
}

.contact__link {
  text-align: center;
}

.contact__button {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width:749px) {
  .contact__button {
    width: 81.8666666667vw;
    margin-inline: auto;
  }
}
.contact__button:hover {
  opacity: 0.7;
}

.contact__form {
  padding-inline: 55px;
}
@media screen and (max-width:749px) {
  .contact__form {
    padding-inline: 7.3333333333vw;
  }
}

.contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:749px) {
  .contact__items {
    gap: 5.3333333333vw;
  }
}

.form-label {
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.form-label.__chatwork {
  font-size: 26px;
  letter-spacing: -0.01em;
}
@media screen and (max-width:749px) {
  .form-label.__chatwork {
    font-size: 3.4666666667vw;
    letter-spacing: -0.03em;
  }
}

.form-label__required {
  color: #fff;
  background: #ff2929;
  padding: 5px;
  border-radius: 5px;
  margin-left: 15px;
}
@media screen and (max-width:749px) {
  .form-label__required {
    padding: 0.6666666667vw;
    border-radius: 0.6666666667vw;
    margin-left: 2vw;
  }
}

.contact-control__input {
  margin-top: 15px;
}
@media screen and (max-width:749px) {
  .contact-control__input {
    margin-top: 2vw;
  }
}
.contact-control__input.__date {
  border-bottom: 1px solid #292929;
}
@media screen and (max-width:749px) {
  .contact-control__input.__date {
    border-bottom: 0.1333333333vw solid #292929;
  }
}

.form-text {
  width: 100%;
  height: 122px;
  padding-left: 25px;
}
@media screen and (max-width:749px) {
  .form-text {
    height: 16.2666666667vw;
    padding-left: 3.3333333333vw;
  }
}
.form-text::-webkit-input-placeholder {
  font-size: 52px;
  color: #cbcbcb;
}
.form-text::-moz-placeholder {
  font-size: 52px;
  color: #cbcbcb;
}
.form-text:-ms-input-placeholder {
  font-size: 52px;
  color: #cbcbcb;
}
.form-text::-ms-input-placeholder {
  font-size: 52px;
  color: #cbcbcb;
}
.form-text::placeholder {
  font-size: 52px;
  color: #cbcbcb;
}
@media screen and (max-width:749px) {
  .form-text::-webkit-input-placeholder {
    font-size: 6.9333333333vw;
  }
  .form-text::-moz-placeholder {
    font-size: 6.9333333333vw;
  }
  .form-text:-ms-input-placeholder {
    font-size: 6.9333333333vw;
  }
  .form-text::-ms-input-placeholder {
    font-size: 6.9333333333vw;
  }
  .form-text::placeholder {
    font-size: 6.9333333333vw;
  }
}

.contact-control__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width:749px) {
  .contact-control__radios {
    gap: 0.6666666667vw;
  }
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
@media screen and (max-width:749px) {
  .form-radio__input {
    width: 0.1333333333vw;
    height: 0.1333333333vw;
  }
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__input:focus + .form-radio__text::before {
  border-color: #292929;
}

.form-radio__text {
  padding-left: 28px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  font-weight: 400;
}
@media screen and (max-width:749px) {
  .form-radio__text {
    padding-left: 3.7333333333vw;
  }
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  border: 1px solid #292929;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: #fff;
}
@media screen and (max-width:749px) {
  .form-radio__text::before {
    width: 3.2vw;
    height: 3.2vw;
    border: 0.1333333333vw solid #292929;
  }
}
.form-radio__text::after {
  width: 10px;
  height: 10px;
  background: #292929;
  left: 7px;
  opacity: 0;
}
@media screen and (max-width:749px) {
  .form-radio__text::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    left: 0.9333333333vw;
  }
}

.form-checkbox__wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width:749px) {
  .form-checkbox__wrap {
    margin-top: 1.3333333333vw;
    gap: 0.6666666667vw;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
@media screen and (max-width:749px) {
  .form-checkbox__input {
    width: 0.1333333333vw;
    height: 0.1333333333vw;
  }
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #292929;
}

.form-checkbox__text {
  position: relative;
  padding-left: 40px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
@media screen and (max-width:749px) {
  .form-checkbox__text {
    padding-left: 5.3333333333vw;
    letter-spacing: -0.03em;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 30px;
  height: 30px;
  border-radius: 1px;
  border: 1px solid #292929;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: #fff;
}
@media screen and (max-width:749px) {
  .form-checkbox__text::before {
    width: 4vw;
    height: 4vw;
    border-radius: 0.1333333333vw;
    border: 0.1333333333vw solid #292929;
  }
}
.form-checkbox__text::after {
  width: 22px;
  height: 12px;
  left: 4px;
  margin-top: -10px;
  border-left: 2px solid #292929;
  border-bottom: 2px solid #292929;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width:749px) {
  .form-checkbox__text::after {
    width: 2.9333333333vw;
    height: 1.6vw;
    left: 0.5333333333vw;
    margin-top: -1.3333333333vw;
    border-left: 0.2666666667vw solid #292929;
    border-bottom: 0.2666666667vw solid #292929;
  }
}

.form-textarea {
  width: 100%;
  padding-left: 25px;
}
@media screen and (max-width:749px) {
  .form-textarea {
    padding-left: 3.3333333333vw;
  }
}

.flatpickr-input {
  width: 100%;
  padding-block: 20px;
  background: transparent;
  border: none;
  padding-left: 20px;
}
@media screen and (max-width:749px) {
  .flatpickr-input {
    padding-block: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}

.contact__submit {
  margin-top: 40px;
}
@media screen and (max-width:749px) {
  .contact__submit {
    margin: 5.3333333333vw auto 0;
    width: 82.6666666667vw;
  }
}

#honeypot-field {
  position: absolute;
  left: -9999px;
}
@media screen and (max-width:749px) {
  #honeypot-field {
    left: -1333.2vw;
  }
}

/* ボタン上下にふわふわ */
/*キラッと光るボタン※aタグに指定*/
/* スクロールアニメーション */
/* ボタン拡大ふわふわ */
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */