/*! destyle.css v4.0.1 | 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;
  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 {
  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 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: bottom;
}

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

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

.contents {
  background-color: #FFEDF3;
}

.header {
  position: fixed;
  top: 0px;
  z-index: 10000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
}
.header--static {
  position: static;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(2.1333333333vw, 9.3866666667px);
  height: min(14.4vw, 63.36px);
  padding: min(2.1333333333vw, 9.3866666667px);
}
@media (min-width: 769px) {
  .header__container {
    gap: 0px;
    justify-content: space-between;
    height: 5.3125vw;
    padding-left: 1.5625vw;
    padding-right: 0.9375vw;
  }
}
@media (min-width: 1281px) {
  .header__container {
    height: 68px;
    padding-left: 20px;
    padding-right: 12px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .header__container__pcWrapper {
    display: flex;
    align-items: center;
    gap: 0.625vw;
  }
}
@media (min-width: 1281px) {
  .header__container__pcWrapper {
    gap: 8px;
  }
}
.header__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  font-size: min(2.6666666667vw, 11.7333333333px);
  white-space: nowrap;
}
@media (min-width: 769px) {
  .header__text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1281px) {
  .header__text {
    font-size: 12px;
  }
}
.header__logoMark {
  width: min(28vw, 123.2px);
  height: min(6.6666666667vw, 29.3333333333px);
}
@media (min-width: 769px) {
  .header__logoMark {
    width: 13.203125vw;
    height: 3.203125vw;
  }
}
@media (min-width: 1281px) {
  .header__logoMark {
    width: 169px;
    height: 41px;
  }
}
.header__askButton {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: min(3.2vw, 14.08px);
  color: #ffffff;
  background-color: #ea6e9a;
  border-radius: min(1.0666666667vw, 4.6933333333px);
  width: min(25.0666666667vw, 110.2933333333px);
  height: min(9.6vw, 42.24px);
  padding: min(3.2vw, 14.08px) min(2.2666666667vw, 9.9733333333px);
  transition: 0.8s ease;
}
.header__askButton:hover {
  background-color: #cf507d;
}
@media (min-width: 769px) {
  .header__askButton {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 1.875vw;
    border-radius: 0.625vw;
    width: 17.96875vw;
    height: 4.0625vw;
    padding: 0.9375vw 2.9296875vw;
  }
}
@media (min-width: 1281px) {
  .header__askButton {
    font-size: 24px;
    border-radius: 8px;
    width: 230px;
    height: 52px;
    padding: 12px 37.5px;
  }
}
.header__askButton__mailIcon {
  width: min(3.2vw, 14.08px);
  height: min(2.3466666667vw, 10.3253333333px);
}
@media (min-width: 769px) {
  .header__askButton__mailIcon {
    width: 1.796875vw;
    height: 1.30703125vw;
  }
}
@media (min-width: 1281px) {
  .header__askButton__mailIcon {
    width: 23px;
    height: auto;
  }
}

.common {
  background-color: #FFFFFF;
}
.common__container {
  max-width: 440px;
  margin: 0 auto;
  padding: min(8.5333333333vw, 37.5466666667px) min(4.2666666667vw, 18.7733333333px) min(17.0666666667vw, 75.0933333333px) min(4.2666666667vw, 18.7733333333px);
  display: grid;
  gap: min(6.4vw, 28.16px);
}
@media (min-width: 769px) {
  .common__container {
    padding: 3.125vw 1.25vw 6.25vw 1.25vw;
    max-width: none;
    gap: 3.125vw;
  }
}
@media (min-width: 1281px) {
  .common__container {
    padding: min(2.7083333333vw, 52px) min(1.0833333333vw, 20.8px) min(5.4166666667vw, 104px) min(1.0833333333vw, 20.8px);
    max-width: 1920px;
    gap: min(2.7083333333vw, 52px);
  }
}
.common__title {
  display: block;
  width: min(50.9333333333vw, 224.1066666667px);
  height: min(20.2666666667vw, 89.1733333333px);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .common__title {
    width: 23.125vw;
    height: 7.734375vw;
  }
}
@media (min-width: 1281px) {
  .common__title {
    width: min(20.0416666667vw, 384.8px);
    height: min(6.703125vw, 128.7px);
  }
}
.common__stepnavi {
  margin: 0 auto;
}
.common__stepimage {
  display: block;
  width: min(70.4vw, 309.76px);
  height: min(15.4666666667vw, 68.0533333333px);
}
@media (min-width: 769px) {
  .common__stepimage {
    width: 30.625vw;
    height: 5.9375vw;
  }
}
@media (min-width: 1281px) {
  .common__stepimage {
    width: min(26.5416666667vw, 509.6px);
    height: min(5.1458333333vw, 98.8px);
  }
}

.contact__formContainer {
  display: grid;
  width: min(91.4666666667vw, 402.4533333333px);
  border-radius: min(8.5333333333vw, 37.5466666667px) 0 min(8.5333333333vw, 37.5466666667px) 0;
  padding: min(8.5333333333vw, 37.5466666667px) min(4.2666666667vw, 18.7733333333px) min(12.8vw, 56.32px) min(4.2666666667vw, 18.7733333333px);
  gap: min(8.5333333333vw, 37.5466666667px);
  background-color: #FFEDF3;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .contact__formContainer {
    width: 78.125vw;
    padding: 3.75vw;
    border-radius: 3.75vw 0 3.75vw 0;
    gap: 3.125vw;
  }
}
@media (min-width: 1281px) {
  .contact__formContainer {
    width: min(67.7083333333vw, 1300px);
    padding: min(3.25vw, 62.4px);
    border-radius: min(3.25vw, 62.4px) 0 min(3.25vw, 62.4px) 0;
    gap: min(2.7083333333vw, 52px);
  }
}
.contact__formList {
  display: grid;
  width: min(82.9333333333vw, 364.9066666667px);
  gap: min(5.3333333333vw, 23.4666666667px);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .contact__formList {
    width: 70.625vw;
    gap: 1.875vw;
  }
}
@media (min-width: 1281px) {
  .contact__formList {
    width: min(61.2083333333vw, 1175.2px);
    gap: min(1.625vw, 31.2px);
  }
}
.contact__row {
  width: 100%;
  display: grid;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: min(5.3333333333vw, 23.4666666667px);
  gap: min(1.6vw, 7.04px);
}
@media (min-width: 769px) {
  .contact__row {
    display: flex;
    min-height: 5.15625vw;
    padding-bottom: 1.875vw;
    gap: 1.25vw;
  }
}
@media (min-width: 1281px) {
  .contact__row {
    min-height: min(4.46875vw, 85.8px);
    padding-bottom: min(1.625vw, 31.2px);
    gap: min(1.0833333333vw, 20.8px);
  }
}
.contact__row--jobs {
  gap: min(2.6666666667vw, 11.7333333333px);
}
@media (min-width: 769px) {
  .contact__row--jobs {
    gap: 1.25vw;
  }
}
@media (min-width: 1281px) {
  .contact__row--jobs {
    gap: min(1.0833333333vw, 20.8px);
  }
}
.contact__row--message {
  border-bottom: none;
}
@media (min-width: 769px) {
  .contact__row--message {
    height: 7.8125vw;
  }
}
@media (min-width: 1281px) {
  .contact__row--message {
    height: min(6.7708333333vw, 130px);
  }
}
.contact__labelArea {
  display: flex;
  align-items: center;
  gap: min(1.6vw, 7.04px);
}
@media (min-width: 769px) {
  .contact__labelArea {
    justify-content: space-between;
    width: 15.625vw;
    height: 3.28125vw;
    flex-shrink: 0;
    gap: 0;
  }
}
@media (min-width: 1281px) {
  .contact__labelArea {
    width: min(13.5416666667vw, 260px);
    height: min(2.84375vw, 54.6px);
  }
}
.contact__label {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(3.7333333333vw, 16.4266666667px);
  line-height: 140%;
  letter-spacing: 4%;
  color: #333333;
}
@media (min-width: 769px) {
  .contact__label {
    font-size: 1.25vw;
  }
}
@media (min-width: 1281px) {
  .contact__label {
    font-size: min(1.0833333333vw, 20.8px);
  }
}
.contact__required {
  width: min(10.9333333333vw, 48.1066666667px);
  height: min(4.2666666667vw, 18.7733333333px);
  border-radius: min(2.1333333333vw, 9.3866666667px);
  padding: min(0.8vw, 3.52px) min(2.6666666667vw, 11.7333333333px);
  background-color: #EA6E9A;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: min(2.6666666667vw, 11.7333333333px);
  line-height: 100%;
  letter-spacing: 4%;
}
@media (min-width: 769px) {
  .contact__required {
    width: 3.203125vw;
    height: 1.25vw;
    border-radius: 0.625vw;
    padding: 0.234375vw 0.78125vw;
    font-size: 0.78125vw;
  }
}
@media (min-width: 1281px) {
  .contact__required {
    width: min(2.7760416667vw, 53.3px);
    height: min(1.0833333333vw, 20.8px);
    border-radius: min(0.5416666667vw, 10.4px);
    padding: min(0.203125vw, 3.9px) min(0.6770833333vw, 13px);
    font-size: min(0.6770833333vw, 13px);
  }
}
.contact__inputArea {
  width: 100%;
}
.contact__inputArea--birth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .contact__inputArea--jobs {
    display: flex;
    align-items: center;
  }
}
.contact__inputArea input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: min(3.7333333333vw, 16.4266666667px);
  line-height: 100%;
  letter-spacing: 4%;
  color: #979797;
}
@media (min-width: 769px) {
  .contact__inputArea input::placeholder {
    font-size: 1.25vw;
    line-height: 140%;
  }
}
@media (min-width: 1281px) {
  .contact__inputArea input::placeholder {
    font-size: min(1.0833333333vw, 20.8px);
  }
}
.contact__inputArea input:focus {
  outline: none;
  border: 1.5px solid #EA6E9A;
}
.contact__inputArea input.is-error {
  background-color: rgba(194, 34, 36, 0.16);
  border: 1.5px solid #C22224;
}
.contact__errorMsg {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: min(3.2vw, 14.08px);
  line-height: 140%;
  letter-spacing: 4%;
  color: #C22224;
  width: 100%;
}
@media (min-width: 769px) {
  .contact__errorMsg {
    font-size: 1.09375vw;
  }
}
@media (min-width: 1281px) {
  .contact__errorMsg {
    font-size: min(0.9479166667vw, 18.2px);
  }
}
.contact__jobArea {
  width: 100%;
  display: grid;
  gap: min(3.7333333333vw, 16.4266666667px);
}
@media (min-width: 769px) {
  .contact__jobArea {
    display: flex;
    align-items: center;
    gap: 1.875vw;
  }
}
@media (min-width: 1281px) {
  .contact__jobArea {
    gap: min(1.625vw, 31.2px);
  }
}
.contact__input {
  width: min(82.9333333333vw, 364.9066666667px);
  height: min(10.6666666667vw, 46.9333333333px);
  border-radius: min(1.3333333333vw, 5.8666666667px);
  padding: min(2.6666666667vw, 11.7333333333px);
  background-color: #FFFFFF;
}
@media (min-width: 769px) {
  .contact__input {
    width: 53.75vw;
    height: 3.28125vw;
    border-radius: 0.390625vw;
    padding: 0.78125vw;
  }
}
@media (min-width: 1281px) {
  .contact__input {
    width: min(46.5833333333vw, 894.4px);
    height: min(2.84375vw, 54.6px);
    border-radius: min(0.3385416667vw, 6.5px);
    padding: min(0.6770833333vw, 13px);
  }
}
.contact__birthArea {
  width: min(20.8vw, 91.52px);
  height: min(10.6666666667vw, 46.9333333333px);
  display: flex;
  align-items: center;
  gap: min(1.0666666667vw, 4.6933333333px);
}
@media (min-width: 769px) {
  .contact__birthArea {
    width: 13.203125vw;
    height: 3.28125vw;
    gap: 0.3125vw;
  }
}
@media (min-width: 1281px) {
  .contact__birthArea {
    width: min(11.4427083333vw, 219.7px);
    height: min(2.84375vw, 54.6px);
    gap: min(0.2708333333vw, 5.2px);
  }
}
.contact__birthYArea {
  width: min(37.3333333333vw, 164.2666666667px);
  height: min(10.6666666667vw, 46.9333333333px);
  display: flex;
  align-items: center;
  gap: min(1.0666666667vw, 4.6933333333px);
}
@media (min-width: 769px) {
  .contact__birthYArea {
    width: 24.84375vw;
    height: 3.28125vw;
  }
}
@media (min-width: 1281px) {
  .contact__birthYArea {
    width: min(21.53125vw, 413.4px);
    height: min(2.84375vw, 54.6px);
  }
}
.contact__birthY {
  width: min(32.5333333333vw, 143.1466666667px);
  border-radius: min(1.3333333333vw, 5.8666666667px);
  padding: min(2.6666666667vw, 11.7333333333px);
  background-color: #FFFFFF;
}
@media (min-width: 769px) {
  .contact__birthY {
    width: 23.28125vw;
    border-radius: 0.390625vw;
    padding: 0.78125vw;
  }
}
@media (min-width: 1281px) {
  .contact__birthY {
    width: min(20.1770833333vw, 387.4px);
    border-radius: min(0.3385416667vw, 6.5px);
    padding: min(0.6770833333vw, 13px);
  }
}
.contact__birthMD {
  width: min(16vw, 70.4px);
  border-radius: min(1.3333333333vw, 5.8666666667px);
  padding: min(2.6666666667vw, 11.7333333333px);
  background-color: #FFFFFF;
}
@media (min-width: 769px) {
  .contact__birthMD {
    width: 11.640625vw;
    border-radius: 0.390625vw;
    padding: 0.78125vw;
  }
}
@media (min-width: 1281px) {
  .contact__birthMD {
    width: min(10.0885416667vw, 193.7px);
    border-radius: min(0.3385416667vw, 6.5px);
    padding: min(0.6770833333vw, 13px);
  }
}
.contact__birthText {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: min(3.7333333333vw, 16.4266666667px);
  line-height: 140%;
  letter-spacing: 4%;
  color: #333333;
}
@media (min-width: 769px) {
  .contact__birthText {
    font-size: 1.25vw;
  }
}
@media (min-width: 1281px) {
  .contact__birthText {
    font-size: min(1.0833333333vw, 20.8px);
  }
}
.contact__jobLabel {
  display: flex;
  align-items: center;
  gap: min(1.0666666667vw, 4.6933333333px);
}
.contact__jobRadio {
  width: min(6.4vw, 28.16px);
  height: min(6.4vw, 28.16px);
  border-radius: min(3.2vw, 14.08px);
  border: 1.5px solid #979797;
  background-color: #FFFFFF;
  display: grid;
  gap: min(2.6666666667vw, 11.7333333333px);
  position: relative;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  aspect-ratio: 1;
}
@media (min-width: 769px) {
  .contact__jobRadio {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 0.9375vw;
    gap: 0.78125vw;
  }
}
@media (min-width: 1281px) {
  .contact__jobRadio {
    width: min(1.625vw, 31.2px);
    height: min(1.625vw, 31.2px);
    border-radius: min(0.8125vw, 15.6px);
    gap: min(0.6770833333vw, 13px);
  }
}
.contact__jobRadio:checked {
  border: 1.5px solid #CF507D;
}
.contact__jobRadio:checked::after {
  content: "";
  display: block;
  width: min(3.2vw, 14.08px);
  height: min(3.2vw, 14.08px);
  border-radius: 50%;
  background-color: #CF507D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
}
@media (min-width: 769px) {
  .contact__jobRadio:checked::after {
    width: 0.9375vw;
    height: 0.9375vw;
  }
}
@media (min-width: 1281px) {
  .contact__jobRadio:checked::after {
    width: min(0.8125vw, 15.6px);
    height: min(0.8125vw, 15.6px);
  }
}
.contact__jobText {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: min(3.7333333333vw, 16.4266666667px);
  line-height: 140%;
  letter-spacing: 4%;
  color: #333333;
}
@media (min-width: 769px) {
  .contact__jobText {
    font-size: 1.25vw;
  }
}
@media (min-width: 1281px) {
  .contact__jobText {
    font-size: min(1.0833333333vw, 20.8px);
  }
}
.contact__srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact__message {
  width: min(82.9333333333vw, 364.9066666667px);
  height: min(26.6666666667vw, 117.3333333333px);
  border-radius: min(1.3333333333vw, 5.8666666667px);
  padding: min(2.6666666667vw, 11.7333333333px);
  background-color: #FFFFFF;
  resize: none;
}
@media (min-width: 769px) {
  .contact__message {
    width: 53.75vw;
    height: 7.8125vw;
    border-radius: 0.390625vw;
    padding: 0.78125vw;
  }
}
@media (min-width: 1281px) {
  .contact__message {
    width: min(46.5833333333vw, 894.4px);
    height: min(6.7708333333vw, 130px);
    border-radius: min(0.3385416667vw, 6.5px);
    padding: min(0.6770833333vw, 13px);
  }
}
.contact__message::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: min(3.7333333333vw, 16.4266666667px);
  line-height: 140%;
  letter-spacing: 4%;
  color: #979797;
}
@media (min-width: 769px) {
  .contact__message::placeholder {
    font-size: 1.25vw;
  }
}
@media (min-width: 1281px) {
  .contact__message::placeholder {
    font-size: min(1.0833333333vw, 20.8px);
  }
}
.contact__message:focus {
  outline: none;
  border: 1.5px solid #EA6E9A;
}
.contact__buttonContainer {
  width: min(57.5973333333vw, 253.4282666667px);
  height: min(13.8666666667vw, 61.0133333333px);
  border-radius: min(2.1333333333vw, 9.3866666667px);
  background-color: #EA6E9A;
  box-shadow: 0 min(0.2986666667vw, 1.3141333333px) min(2.3973333333vw, 10.5482666667px) 0 rgba(234, 110, 154, 0.6);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .contact__buttonContainer {
    width: 18.3078125vw;
    height: 4.375vw;
    border-radius: 0.625vw;
    box-shadow: 0 0.1109375vw 0.8859375vw 0 rgba(234, 110, 154, 0.6);
  }
}
@media (min-width: 1281px) {
  .contact__buttonContainer {
    width: min(15.8667708333vw, 304.642px);
    height: min(3.7916666667vw, 72.8px);
    border-radius: min(0.5416666667vw, 10.4px);
    box-shadow: 0 min(0.0961458333vw, 1.846px) min(0.7678125vw, 14.742px) 0 rgba(234, 110, 154, 0.6);
  }
}
.contact__buttonContainer:has(.is-disabled) {
  background-color: #C7C7C7;
  box-shadow: none;
}
.contact__button {
  width: 100%;
  display: block;
  padding: min(4.2666666667vw, 18.7733333333px) 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(5.3333333333vw, 23.4666666667px);
  line-height: 100%;
  letter-spacing: 10%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
@media (min-width: 769px) {
  .contact__button {
    font-size: 1.875vw;
    padding: 1.25vw 0;
  }
}
@media (min-width: 1281px) {
  .contact__button {
    font-size: min(1.625vw, 31.2px);
    padding: min(1.0833333333vw, 20.8px) 0;
  }
}
.contact__button__rightArrowMark {
  display: inline;
  width: min(2.3973333333vw, 10.5482666667px);
  height: min(2.696vw, 11.8624px);
  margin-left: min(3.2vw, 14.08px);
  transition: transform 0.5s ease;
}
@media (min-width: 769px) {
  .contact__button__rightArrowMark {
    width: 0.8859375vw;
    height: 0.996875vw;
    margin-left: 0.9375vw;
  }
}
@media (min-width: 1281px) {
  .contact__button__rightArrowMark {
    width: min(0.7678125vw, 14.742px);
    height: min(0.8639583333vw, 16.588px);
    margin-left: min(0.8125vw, 15.6px);
  }
}
.contact__button:hover .contact__button__rightArrowMark {
  transform: translateX(min(2.6666666667vw, 11.7333333333px));
}
@media (min-width: 769px) {
  .contact__button:hover .contact__button__rightArrowMark {
    transform: translateX(0.78125vw);
  }
}
@media (min-width: 1281px) {
  .contact__button:hover .contact__button__rightArrowMark {
    transform: translateX(min(0.6770833333vw, 13px));
  }
}

.footer__container {
  width: 100%;
}
@media (min-width: 769px) {
  .footer__container {
    height: 23.75vw;
  }
}
@media (min-width: 1281px) {
  .footer__container {
    height: min(16.8645833333vw, 323.8px);
  }
}
.footer__containerBorderTop {
  border-top: 2px solid #FFEDF3;
}
.footer__whiteSpace {
  display: grid;
  justify-content: center;
  padding-top: min(6.4vw, 28.16px);
  padding-bottom: min(10.6666666667vw, 46.9333333333px);
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .footer__whiteSpace {
    height: 18.4375vw;
    display: flex;
    align-items: center;
    gap: 4.375vw;
    padding: 0px;
  }
}
@media (min-width: 1281px) {
  .footer__whiteSpace {
    height: min(13.3229166667vw, 255.8px);
    gap: min(2.9166666667vw, 56px);
  }
}
.footer__textBox {
  display: grid;
  gap: min(2.1333333333vw, 9.3866666667px);
  margin-top: min(6.4vw, 28.16px);
  width: min(87.2vw, 383.68px);
}
@media (min-width: 769px) {
  .footer__textBox {
    gap: 0.625vw;
    margin: 0px;
    width: 15.0671875vw;
  }
}
@media (min-width: 1281px) {
  .footer__textBox {
    gap: min(0.5416666667vw, 10.4px);
    width: min(13.0582291667vw, 250.718px);
  }
}
.footer__textWrapper {
  display: flex;
  align-items: center;
  gap: min(2.1333333333vw, 9.3866666667px);
}
@media (min-width: 769px) {
  .footer__textWrapper {
    gap: 0.625vw;
  }
}
@media (min-width: 1281px) {
  .footer__textWrapper {
    gap: min(0.5416666667vw, 10.4px);
  }
}
.footer__logoMark {
  display: block;
  width: min(48vw, 211.2px);
  height: min(11.4666666667vw, 50.4533333333px);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .footer__logoMark {
    width: 20.9375vw;
    height: 5vw;
    margin: 0px;
  }
}
@media (min-width: 1281px) {
  .footer__logoMark {
    width: min(18.1458333333vw, 348.4px);
    height: min(4.3552083333vw, 83.62px);
  }
}
.footer__arrow {
  display: flex;
  align-items: center;
  width: min(1.8293333333vw, 8.0490666667px);
  height: min(3.2vw, 14.08px);
}
@media (min-width: 769px) {
  .footer__arrow {
    width: 0.5359375vw;
    height: 0.9375vw;
  }
}
@media (min-width: 1281px) {
  .footer__arrow {
    width: min(0.4644791667vw, 8.918px);
    height: min(0.8125vw, 15.6px);
  }
}
.footer__itemText {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: min(3.7333333333vw, 16.4266666667px);
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}
@media (min-width: 769px) {
  .footer__itemText {
    font-size: 1.09375vw;
    white-space: nowrap;
  }
}
@media (min-width: 1281px) {
  .footer__itemText {
    font-size: min(0.9479166667vw, 18.2px);
  }
}
.footer__itemText:hover {
  text-decoration: underline;
}
.footer__companyText {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: min(3.7333333333vw, 16.4266666667px);
  letter-spacing: 140%;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #cf507d;
  text-align: center;
  height: min(18.1333333333vw, 79.7866666667px);
  padding: min(6.4vw, 28.16px) 0 min(6.4vw, 28.16px) 0;
}
@media (min-width: 769px) {
  .footer__companyText {
    font-size: 1.09375vw;
    height: 5.3125vw;
    padding: 1.875vw 0 1.875vw 0;
  }
}
@media (min-width: 1281px) {
  .footer__companyText {
    font-size: min(0.7291666667vw, 14px);
    height: min(3.5416666667vw, 68px);
    padding: min(1.25vw, 24px) 0 min(1.25vw, 24px) 0;
  }
}

/*# sourceMappingURL=style.css.map */
