@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Vollkorn:wght@500&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Vollkorn", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", serif;
  color: #000;
  background-color: #fff;
  letter-spacing: 0.14em;
}

::-moz-selection {
  background-color: #d6d6d6;
}

::selection {
  background-color: #d6d6d6;
}

/*---------------------------------

              section

---------------------------------*/
.section {
  margin-top: 200px;
  text-align: center;
}
@media (min-width: 600px) {
  .section {
    margin-top: 300px;
  }
}
.section__title {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.14em;
}
@media (min-width: 600px) {
  .section__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.section__inner {
  width: 80vw;
  margin: 50px auto 0 auto;
}
@media (min-width: 600px) {
  .section__inner {
    width: 60vw;
    margin-top: 100px;
  }
}
@media (min-width: 1025px) {
  .section__inner {
    width: 50vw;
    max-width: 900px;
  }
}

/*---------------------------------

              header

---------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding: 5% 5%;
  z-index: 400;
}
.header .ham {
  /* ハンバーガーボタン */
  /***** メニューオープン時 *****/
}
.header .ham__btn {
  width: 55px;
  height: 55px;
}
.header .ham__btn-line {
  display: block;
  position: relative;
  /* バーガー線の位置基準として設定 */
  width: 100%;
  /* 線の長さと高さ */
  height: 0.5px;
  background-color: #000;
  /* バーガー線の色 */
  transition: 0.2s;
}
@media (min-width: 600px) {
  .header .ham__btn-line {
    height: 2px;
  }
}
.header .ham__btn-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.5s;
  transform: translateY(-15px);
  /* 上の線の位置 */
}
.header .ham__btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.5s;
  transform: translateY(15px);
  /* 下の線の位置 */
}
.header .ham__btn-line.open {
  background-color: transparent;
  /* 真ん中の線を透明に */
}
.header .ham__btn-line.open::before {
  content: "";
  background-color: #000;
  transition: 0.5s;
  transform: rotate(30deg);
  /* 上の線を傾ける */
}
.header .ham__btn-line.open::after {
  content: "";
  background-color: #000;
  transition: 0.5s;
  transform: rotate(-30deg);
  /* 上の線を傾ける */
}
.header .ham__btn-line.open::before, .header .ham__btn-line.open::after {
  content: "";
  background-color: #000;
  transition: 0.5s;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  z-index: 300;
}
.nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.nav ul li {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 600px) {
  .nav ul li {
    font-size: 48px;
    font-size: 3rem;
  }
}
.nav ul li:nth-child(2) {
  margin: 40px 0;
}
@media (min-width: 600px) {
  .nav ul li:nth-child(2) {
    margin: 80px 0;
  }
}
.nav .toggle {
  position: absolute;
  bottom: 10%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .nav .toggle {
    bottom: 15%;
  }
}
.nav .toggle label {
  width: 50px;
  height: 25px;
  margin-top: 10px;
  background: #fff;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  border: 1px solid #000;
  transition: 0.4s;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .nav .toggle label {
    width: 60px;
    height: 30px;
  }
}
.nav .toggle label:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #000;
  left: -1px;
  top: -1px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  cursor: pointer;
}
@media (min-width: 600px) {
  .nav .toggle label:after {
    width: 30px;
    height: 30px;
  }
}
.nav .toggle input:checked + label {
  background-color: #000;
}
.nav .toggle input:checked + label:after {
  left: 25px;
}
@media (min-width: 600px) {
  .nav .toggle input:checked + label:after {
    left: 30px;
  }
}
.nav .toggle input {
  display: none;
}

/* このクラスを、jQueryで付与・削除する */
.nav.open {
  transform: translateX(0%);
}

/*---------------------------------

              footer

---------------------------------*/
footer {
  width: 80vw;
  margin: 0 auto;
  margin-top: 100px;
  height: 50px;
  border-top: 1px solid #000;
}
@media (min-width: 600px) {
  footer {
    width: 60vw;
    height: 100px;
  }
}
@media (min-width: 1025px) {
  footer {
    width: 50vw;
    margin-top: 200px;
  }
}
footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
@media (min-width: 600px) {
  footer ul {
    height: 100px;
  }
}
footer li {
  display: inline-block;
}
@media (min-width: 600px) {
  footer li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*---------------------------------

            scroll-btn

---------------------------------*/
.scroll {
  display: flex;
  justify-content: center;
}
.scroll__icon {
  display: inline-block;
  position: absolute;
  bottom: 1%;
  z-index: 2;
  padding-top: 60px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  transform: translate(0, -50%);
}
@media (min-width: 1025px) {
  .scroll__icon {
    bottom: 20px;
  }
}
.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*---------------------------------

              hero

---------------------------------*/
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
}
.hero__title {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .hero__title {
    margin-bottom: 50px;
    font-size: 80px;
    font-size: 5rem;
  }
}
.hero__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .hero__subtitle {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.letters {
  display: inline-block;
}

/*---------------------------------

              card

---------------------------------*/
.card {
  margin-top: 200px;
}
@media (min-width: 1025px) {
  .card {
    width: 500px;
    margin: 200px auto 0 auto;
    /* マウスオーバー */
  }
  .card .card__link:hover .border {
    transform: translate3d(0, 0, 0);
  }
}
.card:nth-child(1) {
  margin-top: 0;
}
.card__link {
  display: block;
  position: relative;
  border: 0.5px solid #d6d6d6;
  overflow: hidden;
  /* ボーダー */
  /* 上ボーダー */
  /* 右ボーダー */
  /* 下ボーダー */
  /* 左ボーダー */
}
.card__link .border {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  background-color: #000;
  overflow: hidden;
  transition: 1s;
}
.card__link .border.top {
  width: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.card__link .border.right {
  height: 100%;
  top: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
}
.card__link .border.bottom {
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate3d(100%, 0, 0);
}
.card__link .border.left {
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.card__img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .card__img {
    transition: 1s all;
  }
  .card__img:hover {
    transform: scale(1.05, 1.05);
    transition: 1s all;
  }
}
.card__title {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.14em;
}
@media (min-width: 600px) {
  .card__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  .card__title {
    margin-top: 20px;
  }
}
.card__skill {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media (min-width: 600px) {
  .card__skill {
    font-size: 16px;
    font-size: 1rem;
  }
}
.card__overview {
  margin-top: 5px;
  text-align: justify;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .card__overview {
    font-size: 16px;
    font-size: 1rem;
  }
}

.wpcf7 {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .wpcf7 {
    width: 40vw;
    margin-top: 100px;
  }
}

.form__item {
  margin-top: 80px;
}
@media (min-width: 600px) {
  .form__item {
    margin-top: 100px;
  }
}
.form__title {
  display: block;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
.form__require {
  margin-left: 5px;
  color: #ff0000;
}
.form__announce {
  margin-top: 50px;
}
.form__input, .form__textarea {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  text-align: left;
}
.form__input:focus, .form__textarea:focus {
  outline: none;
  border: 1px solid #000;
}
.form__textarea {
  height: 200px;
}
@media (min-width: 600px) {
  .form__textarea {
    height: 300px;
  }
}

.wpcf7-submit {
  display: block;
  margin: 50px auto 0 auto;
  width: 50%;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #000;
  letter-spacing: 0.14em;
}
@media (min-width: 1025px) {
  .wpcf7-submit {
    transition: all 0.3s;
  }
  .wpcf7-submit:hover {
    color: #fff;
    background-color: #000;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .wpcf7-submit:hover {
    transition: all 0.3s;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

/*---------------------------------

              skills

---------------------------------*/
@media (min-width: 1025px) {
  .skills .section__inner {
    width: 80vw;
  }
}
@media (min-width: 1025px) {
  .skills .skills-flex {
    display: flex;
    justify-content: space-between;
  }
}
.skills .skills-item {
  width: 100%;
  margin-top: 100px;
  padding: 20px 30px;
  background-color: #F9F9F9;
  box-shadow: 0px 3px 6px #00000029;
}
@media (min-width: 600px) {
  .skills .skills-item {
    padding: 50px;
  }
}
@media (min-width: 1025px) {
  .skills .skills-item {
    width: 350px;
    margin-top: 0;
    padding: 40px 30px;
  }
}
.skills .skills-item__icon .img-light {
  width: 80px;
}
.skills .skills-item__icon .img-dark {
  width: 80px;
}
.skills .skills-item__title, .skills .skills-item__subtitle {
  display: block;
}
.skills .skills-item__title {
  margin-top: 5px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .skills .skills-item__title {
    font-size: 16px;
  }
}
.skills .skills-item__subtile {
  font-size: 10px;
}
@media (min-width: 600px) {
  .skills .skills-item__subtile {
    font-size: 12px;
  }
}
.skills .skills-item__txt {
  margin-top: 10px;
  text-align: justify;
  font-size: 12px;
  line-height: 1.6;
}
@media (min-width: 600px) {
  .skills .skills-item__txt {
    font-size: 14px;
  }
}

/*---------------------------------

              about

---------------------------------*/
.about .profile {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .about .profile {
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .about .profile {
    margin-top: 80px;
  }
}
.about .profile__img {
  width: 40%;
  height: auto;
}
@media (min-width: 1025px) {
  .about .profile__img {
    max-width: 180px;
  }
}
@media (min-width: 1025px) {
  .about .profile__img {
    width: 180px;
  }
}
.about .profile__inner {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  margin-top: 10px;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .about .profile__inner {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.about .profile__career {
  margin-top: 15px;
  text-align: justify;
}
@media (min-width: 600px) {
  .about .profile__career {
    margin-top: 20px;
  }
}
.about .profile__favorite {
  margin-top: 10px;
  text-align: justify;
}
@media (min-width: 600px) {
  .about .profile__favorite {
    margin-top: 20px;
  }
}
.about .profile__favorite p {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 600px) {
  .about .profile__favorite p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.about .profile__title {
  margin-bottom: 5px;
}

/*---------------------------------

              hero

---------------------------------*/
.hero-thanks {
  margin-top: 100px;
}
@media (min-width: 600px) {
  .hero-thanks {
    margin-top: 200px;
  }
}
.hero-thanks__inner {
  width: 80vw;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .hero-thanks__inner {
    width: 60vw;
  }
}
@media (min-width: 1025px) {
  .hero-thanks__inner {
    width: 50vw;
  }
}
.hero-thanks__title {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .hero-thanks__title {
    margin-bottom: 50px;
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.hero-thanks__text {
  padding: 20px 10px;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
}
.hero-thanks__text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 20px;
}
.hero-thanks__text p:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .hero-thanks__text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.wpcf7-mail-sent-ok {
  display: none;
}

.error {
  width: 80vw;
  margin: 0 auto;
  text-align: center;
}
.error__title {
  font-size: 60px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .error__title {
    font-size: 80px;
  }
}
@media (min-width: 600px) {
  .error__subtitle {
    font-size: 60px;
  }
}
.error p {
  margin-top: 20px;
  line-height: 1.4;
}
/*# sourceMappingURL=style.css.map */