@charset "UTF-8";
/*----------------------------------
    レスポンシブ用クランプ関数
    1440pxのvwで画面幅を縮め、画面幅768pxまでデザインを維持したい時
    768pxでは極端に小さくなるため、ここでは960pxの値を維持させる
-----------------------------------*/
/*----------------------------------
clamp-vw関数
VWでフォントサイズを制限する関数
$min-font: 最小フォントサイズ（px）
$max-font: 最大フォントサイズ（px）
$min-viewport: VW最小値（初期値: 320px）
$max-viewport: VW最大値（初期値: 1024px）
-----------------------------------*/
html {
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: serif;
  font-weight: 300;
  font-size: min(4.2666666667vw, 2rem);
  letter-spacing: -0.05em;
  line-height: normal;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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;
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.main {
  max-width: 100%;
  width: 768px;
  margin-inline: auto;
  background: url(../images/bg.webp) repeat-y;
  position: relative;
  z-index: 0;
  padding-bottom: clamp(10rem, -0.019rem + 42.748vw, 20.5rem);
}
.main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 8064/8000;
  background: url(../images/bg-footer.webp) no-repeat center bottom/cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

.inner {
  padding-inline: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
}

.u-hidden-pc {
  display: block;
}

.u-hidden-sp {
  display: none;
}

a {
  display: block;
  -webkit-animation: button 3s linear infinite;
          animation: button 3s linear infinite;
}
@-webkit-keyframes button {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes button {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.fv img {
  width: 100%;
}
.fv a {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-margin-before: max(-28.2666666667vw, -13.5625rem);
          margin-block-start: max(-28.2666666667vw, -13.5625rem);
  padding-inline: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes fv-button {
  0% {
    -webkit-transform: scale(1.05) translateX(-50%);
            transform: scale(1.05) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(0.95) translateX(-50%);
            transform: scale(0.95) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1.05) translateX(-50%);
            transform: scale(1.05) translateX(-50%);
  }
}
@keyframes fv-button {
  0% {
    -webkit-transform: scale(1.05) translateX(-50%);
            transform: scale(1.05) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(0.95) translateX(-50%);
            transform: scale(0.95) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1.05) translateX(-50%);
            transform: scale(1.05) translateX(-50%);
  }
}

.onayami {
  -webkit-margin-before: clamp(4.375rem, 0.2rem + 17.812vw, 8.75rem);
          margin-block-start: clamp(4.375rem, 0.2rem + 17.812vw, 8.75rem);
}
.onayami .title {
  width: clamp(21.5625rem, 0.033rem + 91.858vw, 44.125rem);
}
.onayami .img {
  margin-inline: max(-3.2vw, -1.5rem);
}
.onayami .solution {
  margin-block: clamp(1.3125rem, 0rem + 5.598vw, 2.6875rem) clamp(2.5rem, 0.115rem + 10.178vw, 5rem);
}

.scene {
  -webkit-margin-before: clamp(5rem, 0.229rem + 20.356vw, 10rem);
          margin-block-start: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.scene .title {
  max-width: clamp(17.25rem, 0.015rem + 73.537vw, 35.3125rem);
}
.scene .item {
  margin-block: clamp(0.75rem, 0.034rem + 3.053vw, 1.5rem) clamp(2rem, 0.032rem + 8.397vw, 4.0625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(2.375rem, 0.049rem + 9.924vw, 4.8125rem);
}

.about {
  -webkit-margin-before: clamp(5rem, 0.229rem + 20.356vw, 10rem);
          margin-block-start: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.about .title {
  width: clamp(19.375rem, 0.052rem + 82.443vw, 39.625rem);
}
.about .item {
  -webkit-margin-before: clamp(0.625rem, 0.029rem + 2.545vw, 1.25rem);
          margin-block-start: clamp(0.625rem, 0.029rem + 2.545vw, 1.25rem);
}
.about .item:nth-child(3) {
  -webkit-margin-end: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
          margin-inline-end: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
  margin-block: clamp(2.0625rem, 0.035rem + 8.651vw, 4.1875rem) clamp(2.5625rem, -0.002rem + 10.941vw, 5.25rem);
}

.design {
  margin-top: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.design .title {
  width: clamp(18.4375rem, 0.01rem + 78.626vw, 37.75rem);
}
.design .subtitle {
  color: #DE3E48;
  line-height: 1.25;
}
.design .item__wrap {
  margin: clamp(3.125rem, 0.024rem + 13.232vw, 6.375rem) max(-2.6666666667vw, -1.25rem) clamp(6.4375rem, 0.056rem + 27.226vw, 13.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(3rem, 0.018rem + 12.723vw, 6.125rem);
}
.design .item p {
  line-height: 1.1764705882;
  -webkit-padding-start: clamp(0.625rem, 0.029rem + 2.545vw, 1.25rem);
          padding-inline-start: clamp(0.625rem, 0.029rem + 2.545vw, 1.25rem);
  -webkit-margin-after: clamp(0.5rem, 0.023rem + 2.036vw, 1rem);
          margin-block-end: clamp(0.5rem, 0.023rem + 2.036vw, 1rem);
}

.point {
  -webkit-margin-before: clamp(5rem, 0.229rem + 20.356vw, 10rem);
          margin-block-start: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.point .title {
  width: clamp(18.5625rem, 0.015rem + 79.135vw, 38rem);
}
.point .item {
  -webkit-margin-before: clamp(1.4375rem, 0.006rem + 6.107vw, 2.9375rem);
          margin-block-start: clamp(1.4375rem, 0.006rem + 6.107vw, 2.9375rem);
  -webkit-margin-start: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
          margin-inline-start: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
}
.point .item .text {
  -webkit-margin-end: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
          margin-inline-end: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
  -webkit-margin-before: clamp(0.625rem, 0.029rem + 2.545vw, 1.25rem);
          margin-block-start: clamp(0.625rem, 0.029rem + 2.545vw, 1.25rem);
}
.point .item:nth-child(3) {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
          margin-inline-end: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
}
.point .item:nth-child(3) .text {
  -webkit-margin-start: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
          margin-inline-start: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.point .item:nth-child(4) {
  -webkit-margin-after: clamp(2.25rem, 0.043rem + 9.415vw, 4.5625rem);
          margin-block-end: clamp(2.25rem, 0.043rem + 9.415vw, 4.5625rem);
}

.image {
  margin-top: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.image .title {
  width: clamp(18.5rem, 0.012rem + 78.88vw, 37.875rem);
}
.image .inner img {
  -webkit-margin-before: clamp(1.5rem, 0.009rem + 6.361vw, 3.0625rem);
          margin-block-start: clamp(1.5rem, 0.009rem + 6.361vw, 3.0625rem);
}

.size {
  -webkit-margin-before: clamp(5rem, 0.229rem + 20.356vw, 10rem);
          margin-block-start: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.size .title {
  width: clamp(21.375rem, 0.025rem + 91.094vw, 43.75rem);
}
.size p {
  margin-block: max(-0.8vw, -0.375rem) clamp(1.375rem, 0.003rem + 5.852vw, 2.8125rem);
}

.step {
  -webkit-margin-before: clamp(3.5625rem, 0.044rem + 15.013vw, 7.25rem);
          margin-block-start: clamp(3.5625rem, 0.044rem + 15.013vw, 7.25rem);
}
.step .title {
  width: clamp(22.3125rem, 0.008rem + 95.165vw, 45.6875rem);
}
.step .img {
  margin-inline: clamp(0.4375rem, 0.02rem + 1.781vw, 0.875rem);
}
.step .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1.5625rem, 0.012rem + 6.616vw, 3.1875rem);
  -webkit-margin-after: clamp(0.8125rem, 0.037rem + 3.308vw, 1.625rem);
          margin-block-end: clamp(0.8125rem, 0.037rem + 3.308vw, 1.625rem);
}

.flow {
  -webkit-margin-before: clamp(5rem, 0.229rem + 20.356vw, 10rem);
          margin-block-start: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.flow .title {
  width: clamp(18.4375rem, 0.01rem + 78.626vw, 37.75rem);
}
.flow .item:nth-child(2) {
  -webkit-margin-start: clamp(2.75rem, 0.007rem + 11.705vw, 5.625rem);
          margin-inline-start: clamp(2.75rem, 0.007rem + 11.705vw, 5.625rem);
  -webkit-margin-before: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
          margin-block-start: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
}
.flow .item:nth-child(3) {
  -webkit-margin-end: clamp(2.75rem, 0.007rem + 11.705vw, 5.625rem);
          margin-inline-end: clamp(2.75rem, 0.007rem + 11.705vw, 5.625rem);
  margin-block: clamp(3.8125rem, -0.004rem + 16.285vw, 7.8125rem) clamp(1.8125rem, 0.023rem + 7.634vw, 3.6875rem);
}

.price {
  -webkit-margin-before: clamp(5rem, 0.229rem + 20.356vw, 10rem);
          margin-block-start: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.price .title {
  width: clamp(15.9375rem, 0.014rem + 67.939vw, 32.625rem);
}
.price .img {
  -webkit-margin-before: clamp(1.4375rem, 0.006rem + 6.107vw, 2.9375rem);
          margin-block-start: clamp(1.4375rem, 0.006rem + 6.107vw, 2.9375rem);
  margin-inline: max(-1.3333333333vw, -0.625rem);
}
.price .item {
  -webkit-margin-before: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
          margin-block-start: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
}
.price .text {
  font-weight: 500;
  font-size: clamp(2.1875rem, -0.019rem + 9.415vw, 4.5rem);
  text-align: center;
  margin-block: clamp(2.625rem, 0.001rem + 11.196vw, 5.375rem) clamp(2.75rem, 0.007rem + 11.705vw, 5.625rem);
}
.price .img__text {
  margin-inline: clamp(0.9375rem, 0.043rem + 3.817vw, 1.875rem);
  -webkit-margin-before: clamp(0.875rem, 0.04rem + 3.562vw, 1.75rem);
          margin-block-start: clamp(0.875rem, 0.04rem + 3.562vw, 1.75rem);
}
.price .img__text p {
  color: #DE3E48;
  font-weight: 500;
  font-size: clamp(2.1875rem, -0.019rem + 9.415vw, 4.5rem);
  text-align: center;
  margin-block: clamp(1.5rem, -0.051rem + 6.616vw, 3.125rem) clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
}

.staff {
  -webkit-margin-before: clamp(5rem, 0.229rem + 20.356vw, 10rem);
          margin-block-start: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.staff .title {
  width: clamp(16.0625rem, -0.576rem + 70.992vw, 33.5rem);
}
.staff .item__wrap {
  margin-block: clamp(1.5625rem, 0.012rem + 6.616vw, 3.1875rem) clamp(3.3125rem, 0.032rem + 13.995vw, 6.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(3.0625rem, 0.021rem + 12.977vw, 6.25rem);
}
.staff .item {
  margin-inline: clamp(3rem, 0.018rem + 12.723vw, 6.125rem);
}
.staff .item .name {
  -webkit-margin-before: clamp(1.0625rem, 0.049rem + 4.326vw, 2.125rem);
          margin-block-start: clamp(1.0625rem, 0.049rem + 4.326vw, 2.125rem);
}
.staff .item .text {
  text-align: center;
  line-height: 1.4375;
  -webkit-margin-before: clamp(0.25rem, 0.011rem + 1.018vw, 0.5rem);
          margin-block-start: clamp(0.25rem, 0.011rem + 1.018vw, 0.5rem);
}

.order {
  -webkit-margin-before: clamp(3.9375rem, -0.058rem + 17.048vw, 8.125rem);
          margin-block-start: clamp(3.9375rem, -0.058rem + 17.048vw, 8.125rem);
}
.order .title {
  width: clamp(15.9375rem, 0.014rem + 67.939vw, 32.625rem);
}
.order .item {
  margin-block: clamp(0.375rem, 0.017rem + 1.527vw, 0.75rem) clamp(2.5625rem, -0.002rem + 10.941vw, 5.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(2.0625rem, 0.094rem + 8.397vw, 4.125rem);
  position: relative;
}
.order .item a {
  position: absolute;
  width: clamp(7.5rem, -0.253rem + 33.079vw, 15.625rem);
  height: clamp(1.875rem, 0.086rem + 7.634vw, 3.75rem);
  top: clamp(6.25rem, -0.012rem + 26.718vw, 12.8125rem);
  right: clamp(1.6875rem, -0.042rem + 7.379vw, 3.5rem);
}

.company {
  margin-top: clamp(5.5rem, 0.013rem + 23.41vw, 11.25rem);
}
.company .title {
  width: clamp(15.9375rem, 0.014rem + 67.939vw, 32.625rem);
}
.company .table {
  margin-inline: clamp(2.5rem, -0.005rem + 10.687vw, 5.125rem);
  -webkit-margin-before: clamp(2rem, 0.032rem + 8.397vw, 4.0625rem);
          margin-block-start: clamp(2rem, 0.032rem + 8.397vw, 4.0625rem);
}

.faq {
  -webkit-margin-before: clamp(6.75rem, 0.011rem + 28.753vw, 13.8125rem);
          margin-block-start: clamp(6.75rem, 0.011rem + 28.753vw, 13.8125rem);
}
.faq .title {
  width: clamp(15.9375rem, 0.014rem + 67.939vw, 32.625rem);
}
.faq .item__wrap {
  -webkit-margin-after: clamp(3.25rem, 0.03rem + 13.74vw, 6.625rem);
          margin-block-end: clamp(3.25rem, 0.03rem + 13.74vw, 6.625rem);
}
.faq .item {
  -webkit-margin-before: clamp(1.125rem, 0.052rem + 4.58vw, 2.25rem);
          margin-block-start: clamp(1.125rem, 0.052rem + 4.58vw, 2.25rem);
}

.cta .text {
  font-size: clamp(1.1875rem, -0.005rem + 5.089vw, 2.4375rem);
  line-height: 1.8947368421;
  margin-block: clamp(1.125rem, -0.008rem + 4.835vw, 2.3125rem) clamp(1.5625rem, 0.012rem + 6.616vw, 3.1875rem);
  text-align: center;
}
.cta .text:first-of-type {
  font-size: clamp(1.3125rem, 0rem + 5.598vw, 2.6875rem);
  font-weight: 600;
  margin-block: clamp(5rem, 0.229rem + 20.356vw, 10rem) clamp(0.75rem, 0.034rem + 3.053vw, 1.5rem);
  line-height: 1.6;
}

.contact {
  -webkit-margin-before: clamp(5rem, 0.229rem + 20.356vw, 10rem);
          margin-block-start: clamp(5rem, 0.229rem + 20.356vw, 10rem);
}
.contact .title {
  width: clamp(15.9375rem, 0.014rem + 67.939vw, 32.625rem);
  -webkit-padding-after: clamp(0.3125rem, 0.014rem + 1.272vw, 0.625rem);
          padding-block-end: clamp(0.3125rem, 0.014rem + 1.272vw, 0.625rem);
}
.contact .inner {
  padding-inline: clamp(1.875rem, 0.086rem + 7.634vw, 3.75rem);
}
.contact .item {
  margin-top: clamp(0.6875rem, 0.031rem + 2.799vw, 1.375rem);
}
.contact form p {
  font-size: clamp(1.125rem, -0.008rem + 4.835vw, 2.3125rem);
  font-weight: 500;
}
.contact form p span {
  border-radius: clamp(0.1875rem, 0.009rem + 0.763vw, 0.375rem);
  color: #fff;
  font-size: clamp(0.875rem, -0.02rem + 3.817vw, 1.8125rem);
  padding-inline: clamp(0.375rem, 0.017rem + 1.527vw, 0.75rem);
  -webkit-margin-start: clamp(0.375rem, 0.017rem + 1.527vw, 0.75rem);
          margin-inline-start: clamp(0.375rem, 0.017rem + 1.527vw, 0.75rem);
}
.contact form p span.requied {
  background: #DE3E48;
}
.contact form p span.option {
  background: #666666;
}
.contact form .item__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: clamp(0.625rem, 0.029rem + 2.545vw, 1.25rem);
     -moz-column-gap: clamp(0.625rem, 0.029rem + 2.545vw, 1.25rem);
          column-gap: clamp(0.625rem, 0.029rem + 2.545vw, 1.25rem);
}
.contact form .item__radio p {
  width: 100%;
}
.contact form .radio {
  padding: clamp(0.4375rem, 0.02rem + 1.781vw, 0.875rem) clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
  background: #fff;
  border: #702732 clamp(0.0625rem, 0.003rem + 0.254vw, 0.125rem) solid;
}
.contact form .radio span {
  position: relative;
}
.contact form .radio span::before {
  content: "";
  width: clamp(1rem, -0.014rem + 4.326vw, 2.0625rem);
  height: clamp(1rem, -0.014rem + 4.326vw, 2.0625rem);
  position: absolute;
  border: #702732 clamp(0.0625rem, 0.003rem + 0.254vw, 0.125rem) solid;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: max(-4.2666666667vw, -2.0625rem);
  opacity: 0;
}
.contact form .radio span::after {
  content: "";
  width: clamp(0.5rem, -0.037rem + 2.29vw, 1.0625rem);
  height: clamp(0.5rem, -0.037rem + 2.29vw, 1.0625rem);
  position: absolute;
  background: #702732;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: max(-3.2vw, -1.5625rem);
  opacity: 0;
}
.contact form input {
  background: #fff;
  width: 100%;
  border: #702732 clamp(0.0625rem, 0.003rem + 0.254vw, 0.125rem) solid;
  padding: clamp(0.4375rem, 0.02rem + 1.781vw, 0.875rem) clamp(0.6875rem, 0.031rem + 2.799vw, 1.375rem);
}
.contact form input[type=radio] {
  padding: 0;
  width: clamp(1rem, -0.014rem + 4.326vw, 2.0625rem);
  height: clamp(1rem, -0.014rem + 4.326vw, 2.0625rem);
  border-radius: 50%;
  border: #333 clamp(0.0625rem, 0.003rem + 0.254vw, 0.125rem) solid;
  -webkit-margin-before: max(-1.3333333333vw, -0.625rem);
          margin-block-start: max(-1.3333333333vw, -0.625rem);
}
.contact form input[type=radio]:checked + span::before {
  opacity: 1;
}
.contact form input[type=radio]:checked + span::after {
  opacity: 1;
}
.contact form textarea {
  background: #fff;
  border: #702732 clamp(0.0625rem, 0.003rem + 0.254vw, 0.125rem) solid;
  width: 100%;
  height: clamp(7.5rem, 0.045rem + 31.807vw, 15.3125rem);
  padding: clamp(0.4375rem, 0.02rem + 1.781vw, 0.875rem) clamp(0.6875rem, 0.031rem + 2.799vw, 1.375rem);
}
.contact form button {
  -webkit-margin-before: clamp(2.0625rem, -0.025rem + 8.906vw, 4.25rem);
          margin-block-start: clamp(2.0625rem, -0.025rem + 8.906vw, 4.25rem);
}
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
  .u-hidden-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */