@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  margin-block-start: 0;
  margin-block-end: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * 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;
}

/* 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;
}

@font-face {
  font-family: "nothing";
  src: url("../font/nothing.woff") format("woff");
}
html {
  font-size: 62.5%;
}

body {
  background-color: #f0e7e0;
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  font-feature-settings: "palt";
}

a {
  color: #124988;
  text-decoration: underline;
}
@media (width > 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img,
input[type=image] {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
  -webkit-backface-visibility: hidden;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
select,
textarea {
  padding: 2px 8px;
  border-radius: 3px;
  background: #FFF;
  border: #CCC 1px solid;
  color: #111;
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (width > 768px) {
  .sp-only {
    display: none;
  }
}
@media (width <= 768px) {
  .pc-only {
    display: none;
  }
}
.headline {
  margin: 2em 0 1em;
  font-size: clamp(24px, 6vw, 40px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.headline--wh {
  color: #FFF;
}

.cv-area {
  text-align: center;
}
.cv-area p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #FFF;
  font-size: clamp(1.8rem, 5vw, 3.6rem);
  line-height: 1.5;
}
.cv-area__button {
  margin: 1em auto;
  width: min(1000px, 80%);
  display: flex;
  justify-content: space-between;
}
@media (width <= 768px) {
  .cv-area__button {
    margin-inline: auto;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.cv-area__button li {
  width: 48%;
}
@media (width <= 768px) {
  .cv-area__button li {
    width: 100%;
  }
}
.cv-area__button__tel, .cv-area__button__line {
  border: #FFF 2px solid;
  border-radius: 10px;
  background: #bb0f1b;
  display: flex;
  height: 90px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #FFF;
  white-space: nowrap;
  gap: 10px;
}
@media (width <= 768px) {
  .cv-area__button__tel, .cv-area__button__line {
    gap: 5px;
  }
}
.cv-area__button__tel svg, .cv-area__button__line svg {
  height: 55px;
}
@media (width <= 768px) {
  .cv-area__button__tel svg, .cv-area__button__line svg {
    height: 45px;
  }
}
.cv-area__button__tel {
  font-size: clamp(28px, 7vw, 40px);
}
@media (width <= 768px) {
  .cv-area__button__tel img {
    scale: 0.8;
  }
}
.cv-area__button__tel dt span {
  font-size: clamp(22px, 7vw, 32px);
}
.cv-area__button__tel dd {
  font-size: clamp(18px, 6vw, 26px);
}
.cv-area__button__line {
  background: #06c755;
  line-height: 1.2;
}
.cv-area__button__line dt span {
  font-size: clamp(18px, 6vw, 26px);
  letter-spacing: 0.5em;
}
.cv-area__button__line dd {
  font-size: min(2vw, 30px);
  color: #ff0;
}
@media (width <= 768px) {
  .cv-area__button__line img {
    scale: 0.8;
  }
  .cv-area__button__line dd {
    font-size: max(5vw, 16px);
  }
}

.cv-wrap {
  margin-top: -50px;
  padding-top: 110px;
  background: url(../img/cv_bg.png) no-repeat center top;
  min-height: 446px;
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (width <= 768px) {
  .cv-wrap {
    padding-top: 18%;
    background: url(../img/cv_bg@2x.png) no-repeat center top/100% auto;
    min-height: auto;
    width: 100%;
    aspect-ratio: 750/728;
  }
}

input:is(:hover, :focus),
textarea:is(:hover, :focus),
select:is(:hover, :focus) {
  border-color: #bb0f1b;
}

section {
  padding-bottom: 5%;
}
@media (width <= 768px) {
  section {
    padding: 0 5% 10%;
  }
}

.search {
  width: min(88%, 1100px);
  margin-inline: auto;
  background-color: #fff;
  padding: 4.5em 2.8em;
  container-type: inline-size;
}
@media (width <= 768px) {
  .search {
    width: 100%;
    padding: 2em 1.8em 2.5em;
  }
}
.search__content {
  display: flex;
  gap: 0 10px;
}
.search__content:not(:first-child) {
  margin-top: 30px;
}
@media (width <= 768px) {
  .search__content:not(:first-child) {
    margin-top: 20px;
  }
}
@container (max-width: 810px) {
  .search__content {
    flex-direction: column;
    gap: 8px;
  }
}
.search__term {
  width: 300px;
  margin-top: 0.4em;
}
@media (width <= 768px) {
  .search__term {
    width: 100%;
  }
}
.search__term > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@container (max-width: 810px) {
  .search__term > label {
    justify-content: flex-start;
    gap: 0 10px;
  }
}
@media (width <= 768px) {
  .search__term > label {
    font-size: 16px;
  }
}
.search__term span {
  display: inline-block;
  background-color: #bb0f1b;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.01em 0.5em;
}
@media (width <= 768px) {
  .search__term span {
    font-size: 12px;
  }
}
.search__description {
  font-weight: normal;
}
@media (width <= 768px) {
  .search__description {
    font-size: 16px;
  }
}
.search__description:has(input, textarea) {
  flex: 1;
}
.search__description:has(select) {
  position: relative;
  width: min(100%, 400px);
}
.search__description:has(select)::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  rotate: 135deg;
  box-sizing: border-box;
  top: 32%;
  transform: translateY(-50%);
  right: 40px;
}
.search__description > input[type=text], .search__description > input[type=tel], .search__description > input[type=email], .search__description textarea {
  width: 100%;
  height: 50px;
  transition: border-color 0.3s ease-in-out;
}
.search__description > select {
  position: relative;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: border-color 0.3s ease-in-out;
}
.search__description > textarea {
  height: 280px;
  transition: border-color 0.3s ease-in-out;
}
.search__description > input[type=text], .search__description > input[type=tel], .search__description > input[type=email],
.search__description textarea, .search__description select {
  box-sizing: border-box;
  vertical-align: baseline;
  padding: 0.4em 0.8em;
}

.consent {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (width <= 768px) {
  .consent {
    margin-top: 1.2em;
    font-size: 16px;
  }
}
.consent__check-button {
  vertical-align: baseline;
  margin: 0;
  width: 20px;
  height: 20px;
}
@media (width <= 768px) {
  .consent__check-button {
    width: 18px;
    height: 18px;
  }
}
.consent__check-button:is(:hover, :focus) {
  cursor: pointer;
}

.submit-button {
  display: block;
  width: 400px;
  margin: 1.8em auto 0;
  text-align: center;
  background-color: #bb0f1b;
  font-size: 1.2em;
  color: #fff;
  padding: 0.5em;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (width <= 768px) {
  .submit-button {
    font-size: 1em;
    width: 100%;
    max-width: 400px;
    margin-top: 1.5em;
  }
}
.submit-button[disabled] {
  background-color: #ccc;
  transition: background-color 0.3s ease-in-out;
}
.submit-button:is(:hover, :focus) {
  opacity: 0.7;
}

.privary {
  height: 200px;
  border: 1px solid #ccc;
  margin: 20px 0 0;
  padding: 20px;
  overflow: auto;
  font-size: 14px;
}
.privary__title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.privary__content {
  margin: 10px 0 0;
}

.thanks {
  height: 100svh;
  padding: 0;
}
@media (width <= 768px) {
  .thanks {
    width: 100%;
    height: 100svh;
  }
}
.thanks__wrap {
  width: 100%;
  margin-top: 10%;
}
@media (width <= 768px) {
  .thanks__wrap {
    width: 90%;
    margin-inline: auto;
    margin-top: 40%;
  }
}
.thanks__headline {
  margin: 0;
  line-height: 1.4;
}
.thanks__text {
  font-size: 20px;
  text-align: center;
  margin-top: 1.5em;
}
@media (width <= 768px) {
  .thanks__text {
    font-size: 16px;
    margin-top: 1em;
  }
}
.thanks__back-button {
  display: flex;
  height: 70px;
  line-height: 1;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border: #FFF 2px solid;
  border-radius: 10px;
  background: #bb0f1b;
  width: clamp(300px, 50%, 480px);
  font-size: 26px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
  margin-top: 2em;
  margin-inline: auto;
  transition: opacity 0.3s ease-in;
}
@media (width <= 768px) {
  .thanks__back-button {
    font-size: 18px;
    height: 60px;
  }
}
.thanks__back-button:is(:hover, :focus) {
  opacity: 0.8;
}/*# sourceMappingURL=form.css.map */