html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "Higure";
  src: url("../font/HigureGothic-Black.ttf") format("truetype"), local(sans-serif);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Higure";
  src: url("../font/HigureGothic-Bold.ttf") format("truetype"), local(sans-serif);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Higure";
  src: url("../font/HigureGothic-Medium.ttf") format("truetype"), local(sans-serif);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Higure", sans-serif;
  font-size: 62.5%;
}

h1 {
  font-size: 4.8rem;
  line-height: 80px;
  font-weight: 900;
}

h2 {
  font-size: 4rem;
  line-height: 60px;
  font-weight: 900;
}

h3 {
  font-size: 2.4rem;
  line-height: 38px;
  font-weight: 900;
}

p {
  font-size: 1.6rem;
  line-height: 26px;
}

.contact {
  background-color: #ECEFF1 !important;
  border-radius: 6rem;
  padding: 8rem 0;
  margin-top: 9.4rem;
}
.contact .static-page-title {
  margin-bottom: 12rem;
}
.contact .contact-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
.contact .contact-main .contact-info .mail .mail-copy {
  margin-bottom: 1.8rem;
}
.contact .contact-main .contact-info .mail .e-mail {
  font-size: 3.6rem;
  line-height: 1;
}
.contact .contact-main .contact-info .mail .e-mail a {
  color: #263238;
  text-decoration: none;
  border-bottom: 1px solid #263238;
}
.contact .contact-main .contact-info .social {
  margin-top: 6.8rem;
}
.contact .contact-main .contact-info .social .social-copy {
  margin-bottom: 1.8rem;
}
.contact .contact-main .contact-info .social .x {
  font-size: 3.6rem;
  line-height: 1;
}
.contact .contact-main .contact-info .social .x a {
  color: #263238;
  text-decoration: none;
  border-bottom: 1px solid #263238;
}
.contact .contact-main .form .wpcf7 .wpcf7-form input[type=text],
.contact .contact-main .form .wpcf7 .wpcf7-form input[type=email],
.contact .contact-main .form .wpcf7 .wpcf7-form textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #bfcad2;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .contact-main .form .wpcf7 .wpcf7-form .detail-form-contact textarea {
  min-height: 8em;
  resize: vertical;
  padding: 0.9em 1.1em;
  border: 1px solid #bbb;
  border-radius: 0.4em;
  background: #fafafa;
  color: #222;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.contact .contact-main .form .wpcf7 .wpcf7-form .detail-form-contact textarea:focus {
  border: 1.5px solid #222;
  background: #fff;
  outline: none;
}
.contact .contact-main .form .wpcf7 .wpcf7-form .heading-form-contact {
  font-weight: bold;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
.contact .contact-main .form .wpcf7 .wpcf7-form .heading-form-contact .contact-label {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.6rem;
  font-size: 1.2rem;
  color: #000000;
  background-color: #FFD817;
  padding: 0.1rem 0.8rem;
  border-radius: 0.3rem;
}
.contact .contact-main .btn-wrap input[type=submit] {
  margin-top: 4rem;
  width: 26rem;
  background: #FFD817;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  border: 2px solid #FFD817;
  border-radius: 10rem;
  padding: 1.1em 0;
  cursor: pointer;
  letter-spacing: 0.12em;
  -webkit-transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, transform 0.1s;
  transition: background 0.2s, transform 0.1s, -webkit-transform 0.1s;
}
.contact .contact-main .btn-wrap input[type=submit]:hover {
  background: #FFFFFF;
  color: #000000;
}
.contact .contact-main .wpcf7 .wpcf7-response-output {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.contact .contact-main .wpcf7 > .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: block !important;
}
.contact .contact-main .wpcf7-not-valid-tip {
  display: block;
  font-size: 1.4rem;
  color: #e53935;
  padding-bottom: 1.4rem;
}
.contact .contact-main .screen-reader-response {
  display: none;
}

@media (max-width: 960px) {
  .contact {
    padding: 6rem 2rem;
    border-radius: 3rem;
  }
  .contact .static-page-title {
    margin-bottom: 6rem;
  }
  .contact .contact-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  .contact .contact-main .contact-info .mail .e-mail,
  .contact .contact-main .contact-info .mail .x,
  .contact .contact-main .contact-info .social .e-mail,
  .contact .contact-main .contact-info .social .x {
    font-size: 2rem;
  }
  .contact .contact-main .contact-info .social {
    margin-top: 3rem;
  }
  .contact .contact-main .form .wpcf7-form input[type=text],
  .contact .contact-main .form .wpcf7-form input[type=email],
  .contact .contact-main .form .wpcf7-form textarea {
    font-size: 1.4rem;
    padding: 12px 0;
  }
  .contact .contact-main .form .wpcf7-form .detail-form-contact textarea {
    font-size: 1.2rem;
    padding: 0.8em 1em;
  }
  .contact .contact-main .form .wpcf7-form .heading-form-contact {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .contact .contact-main .form .wpcf7-form .heading-form-contact .contact-label {
    font-size: 1.1rem;
    padding: 0.1rem 0.6rem;
  }
  .contact .contact-main .form .wpcf7-form .btn-wrap input[type=submit] {
    font-size: 1.6rem;
    padding: 1rem 0;
    text-align: center;
  }
}