@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/*!
Theme Name:
Theme URI: http://ace-union.net
Version:
Author: AceUnionDesign co.,ltd
*/
/*!
*** based on ***
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* HTML5 display-role reset for older browsers */
address, article, aside, figure, figcaption, footer,
header, hgroup, hr, legend, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

/* Adjust border color as needed */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* Added global box-sizing reset */
*,
::before,
::after {
  box-sizing: border-box;
}

/* Cancel webkit text-size adjustment */
body {
  -webkit-text-size-adjust: 100%;
}

/* Reset button default styles */
button {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

/* Adjust small tag default size */
small {
  font-size: 75%;
}

/* Hide hidden elements */
[hidden] {
  display: none;
}

/* Remove mark default background */
mark {
  background: none;
}

/* Normalize em tag to non-italic */
em {
  font-style: normal;
}

/* Set input opacity to visible */
input {
  opacity: 1;
}

/* Align images to bottom */
img {
  vertical-align: bottom;
}

/* Normalize address font style */
address {
  font-style: normal;
}

.f-quasimoda {
  font-family: "quasimoda", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.f-quasimoda_bold {
  font-family: "quasimoda", sans-serif;
  font-weight: 700;
  font-style: normal;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #bbb;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
    visibility: hidden;
  }
}

.pc-only {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
    visibility: visible;
  }
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.strong {
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    scroll-padding-top: 144px;
  }
}

body {
  position: relative;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #FFFFFF;
  color: #000;
  font-size: 0.875rem;
  overflow-x: hidden;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.875;
  }
}
body strong {
  font-weight: bold;
}
body a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
body a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}

button,
input,
select,
option,
textarea,
label {
  font-family: "Noto Sans JP", sans-serif;
}

.header {
  text-align: center;
  padding: 40px 0;
  width: 90%;
  max-width: 800px;
  margin-inline: auto;
}
.header__logo {
  text-align: left;
}
.header__logo img {
  width: 100%;
  max-width: 160px;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    max-width: 200px;
    height: auto;
  }
}

.footer {
  text-align: center;
  padding: 40px 0;
}
.footer__logo {
  margin: 0 auto 0;
}
.footer__logo img {
  width: 160px;
}
@media only screen and (min-width: 768px) {
  .footer__logo img {
    width: 200px;
    height: auto;
  }
}
.footer__copyright {
  font-size: 0.75rem;
}

input[type=password],
input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-size: 1rem;
  padding: 12px;
  border: none;
  background-color: #f6f6f6;
}
input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #BFBFBF;
}
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  color: #BFBFBF;
}

textarea {
  width: 100%;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  font-size: 1rem;
  padding: 12px;
  border: none;
  background-color: #f6f6f6;
}

::-moz-placeholder {
  color: #c9c6c6;
}

::placeholder {
  color: #c9c6c6;
}

.contact {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__inner {
  width: 90%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .contact__inner {
    max-width: 800px;
  }
}
.contact__sub {
  text-align: center;
  color: #d30011;
}
@media only screen and (min-width: 768px) {
  .contact__sub {
    font-size: 1.5rem;
  }
}
.contact__title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.75rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .contact__title {
    font-size: 2.5rem;
  }
}
.contact__text {
  margin-bottom: 40px;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .contact__text {
    text-align: center;
  }
}

.inputs {
  margin-bottom: 40px;
}
.inputs .names {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.inputs .names .req {
  background: #d30011;
  color: #fff;
  padding: 5px;
  line-height: 1;
  font-size: 0.75rem;
}

.contact_btn {
  text-align: center;
}
.contact_btn .submit {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  background: #d30011;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 360px;
  font-weight: bold;
  position: relative;
}
.contact_btn .submit:hover {
  opacity: 0.7;
}
.contact_btn .submit:before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background-image: url("images/btn_arrow2.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.contact_btn .submit--back {
  background: #666;
}
.contact_btn .submit--back:before {
  display: none;
}

.conf .inputs {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.conf .conf_btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .conf .conf_btns {
    flex-direction: row;
  }
}
.conf .conf_btns__btns {
  width: 100%;
  max-width: 240px;
}

.errorbox {
  border: 2px solid #d30011;
  padding: 20px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 40px;
}
.errorbox p {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.errorbox ul {
  display: inline-block;
  font-size: 1rem;
  color: #d30011;
}
.errorbox ul li {
  text-align: left;
}

.thanks .contact__text {
  text-align: left;
  margin-bottom: 40px;
}
/*# sourceMappingURL=style.css.map */