@charset "UTF-8";
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*------------------------------------------------------------
  layout-parts
------------------------------------------------------------*/
.body--no-scroll {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  vertical-align: bottom;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}

thead {
  display: block;
}

tbody {
  display: block;
  width: 100%;
}

tr {
  display: block;
}

th,
td {
  width: 100%;
  height: 100%;
}

th {
  display: block;
}

td {
  display: block;
}

/*----------------------------------
  basic
-----------------------------------*/

* {
  letter-spacing: -0.005em;
}

.no-post {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .no-post {
    font-size: 1.25rem;
  }
}

.no-post--main-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 30vh;
}

.no-post--sub-loop {
  text-align: center;
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .no-post--sub-loop {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.container {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.container_b {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .container_b {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .container_b {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.sp-container {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sp-container {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .pc-inner {
    max-width: 58.125rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 57.5rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.u-than-tablet {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-than-tablet {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

@font-face {
  font-family: "Chillax-Variable";
  src: url("../fonts/Chillax-Variable.woff2") format("woff2"), url("../fonts/Chillax-Variable.woff") format("woff"), url("../fonts/Chillax-Variable.ttf") format("truetype");
  font-style: normal;
}
.cl {
  font-family: "Chillax-Variable", sans-serif;
  font-weight: 700;
}

.arrow {
  width: 20px;
  width: 1.25rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/* container
============================================*/
.container {
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (min-width: 430px) {
  .container {
    padding-right: 5.5813953488%;
    padding-left: 5.5813953488%;
  }
}
@media screen and (min-width: 600px) {
  .container {
    padding-right: 11.6279069767%;
    padding-left: 11.6279069767%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding-right: 8.25%;
    padding-left: 8.25%;
  }
}

.apply {
  padding-top: 40px;
  padding-top: 2.5rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 1100px) {
  .apply {
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .apply__body {
    width: 92.2155688623%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .apply__body {
    max-width: 45rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.banner {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  height: 5rem;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 -10px 13px rgba(0, 0, 0, .05));
          filter: drop-shadow(0 -10px 13px rgba(0, 0, 0, .05));
  -webkit-filter: drop-shadow(0 -0.625rem 0.8125rem rgba(0, 0, 0, .05));
          filter: drop-shadow(0 -0.625rem 0.8125rem rgba(0, 0, 0, .05));
  height: 92px;
  height: 5.75rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.banner__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .banner__inner {
    gap: 1.25rem;
  }
}

.banner--hidden {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.banner--visible {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

.btn {
  letter-spacing: -0.005em;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  min-width: 280px;
  min-width: 17.5rem;
  height: 58px;
  height: 3.625rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  border-radius: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.btn--header {
  width: 157px;
  width: 9.8125rem;
  height: 40px;
  height: 2.5rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  border-radius: 1.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .btn--header {
    width: 11.875rem;
    height: 3.125rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.btn:hover {
  opacity: 1;
  -webkit-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
          box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#dd8d00), color-stop(50%, #fbb03b), to(#dd8d00));
  background: linear-gradient(90deg, #dd8d00 0%, #fbb03b 50%, #dd8d00 100%);
  width: 200%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.btn:hover::before {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.btn--line::before {
  background: -webkit-gradient(linear, left top, right top, from(#1d9932), color-stop(50%, #4cc764), to(#1d9932));
  background: linear-gradient(90deg, #1d9932 0%, #4cc764 50%, #1d9932 100%);
}

.btn--banner {
  max-width: 450px;
  max-width: 28.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn--banner {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .btn--banner br {
    display: none;
  }
}

.check {
  background-color: #F9F9F9;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .check {
    margin-bottom: 5rem;
  }
}

.check__inner {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1100px) {
  .check__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.check__body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .check__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .check__body {
    max-width: 63.25rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

.check__job {
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #000;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}

.check__job-title {
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.check__job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.check__job-text {
  color: rgba(0, 0, 0, .55);
}

.company-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .company-overview {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .company-overview {
    gap: 3.3125rem;
    max-width: 35.3125rem;
    width: 100%;
    width: 50%;
  }
}

.company-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .company-overview__row {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .company-overview__row {
    gap: 1rem;
  }
}

.company-overview__head {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .company-overview__head {
    font-size: 1.5rem;
  }
}

.company-overview__body {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(0, 0, 0, .55);
}

.company-overview__text a {
  font-weight: 700;
}

.company-overview__map {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .company-overview__map {
    width: 75%;
  }
}
@media screen and (min-width: 1100px) {
  .company-overview__map {
    width: 100%;
  }
}

.company-overview__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 565/376;
}

.complete {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .complete {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1100px) {
  .complete {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.complete .sec-header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.complete__text {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.045em;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .complete__text {
    margin-bottom: 2.1875rem;
  }
}

.complete__footer {
  text-align: center;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .complete__footer {
    margin-top: 1.875rem;
  }
}

.complete .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .complete .btn {
    min-width: 17.5rem;
    width: auto;
  }
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 63px;
  padding-bottom: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    height: 10.8125rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1100px) {
  .footer__left {
    gap: 2rem;
  }
}

.footer__left-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 1100px) {
  .footer__left-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.footer__logo {
  display: block;
  width: 178px;
  width: 11.125rem;
}

.footer__title {
  font-weight: 700;
}

.footer__link {
  color: rgba(0, 0, 0, .55);
  font-weight: 500;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__line {
  display: block;
  width: 45px;
  width: 2.8125rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.footer__line:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.9166666667;
  color: #AB3D1D;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.form__header {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.form__body {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  gap: 1.375rem;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.form__item-head {
  font-weight: 700;
  letter-spacing: 0.2em;
}

.form__item-head--must::after {
  content: "*";
  color: #AB3D1D;
}

.form__input,
.form__select,
.form__textarea {
  background-color: #fff;
  padding-top: 11.5px;
  padding-top: 0.71875rem;
  padding-bottom: 11.5px;
  padding-bottom: 0.71875rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  border: 1px solid #D4D4D4;
  border-radius: 0.3125rem;
  width: 100%;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #C6C6C6;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #C6C6C6;
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: #C6C6C6;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #C6C6C6;
}

.form__select {
  width: 180px;
  width: 11.25rem;
}

.form__textarea {
  aspect-ratio: 450/150;
}

.form__radio,
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__radio .wpcf7-list-item,
.form__checkbox .wpcf7-list-item {
  margin-left: 0;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.form__radio .wpcf7-list-item label,
.form__checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}

.form__radio input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border: 2px solid #85BEAF;
  border: 0.125rem solid #85BEAF;
  cursor: pointer;
}

.form__checkbox input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-radius: 0.125rem;
  border: 2px solid #C5C5C5;
  border: 0.125rem solid #C5C5C5;
  cursor: pointer;
}

.form__checkbox input:checked {
  background-image: url("../images/common/check@2x.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
}

.form__radio input:checked {
  background: radial-gradient(#85BEAF 0 0.3375rem, transparent 0.375rem 100%);
}

.form__footer {
  text-align: center;
}

.form__submit-wrapper {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 19px;
  margin-top: 1.1875rem;
  max-width: 350px;
  max-width: 21.875rem;
  height: 50px;
  height: 3.125rem;
}

.form__submit-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 45px;
  right: 2.8125rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background-image: url("../images/common/arrow.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.form__submit-wrapper:hover::after {
  right: 42px;
  right: 2.625rem;
}

.form__submit {
  border-radius: 1.875rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
  color: #fff;
  background-color: #E1BB44;
  width: 100%;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.form__submit:hover {
  opacity: 0.7;
}

.form__submit--disabled {
  background-color: gray;
  pointer-events: none;
}

.form__submit-wrapper .wpcf7-spinner {
  display: none;
}

.form__btn-mark {
  line-height: 1;
}

.form__select--empty {
  color: #C6C6C6;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  color: #85BEAF;
}

.wpcf7-acceptance .form__acceptance {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-radius: 0.125rem;
  border: 2px solid #C5C5C5;
  border: 0.125rem solid #C5C5C5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

.wpcf7-acceptance .form__acceptance:checked {
  background-image: url("../images/common/check@2x.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  text-align: left;
}

.wpcf7-response-output {
  display: none !important;
}

.fv {
  width: 100%;
  padding-top: 70px;
  padding-top: 4.375rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .fv {
    padding-top: 5.5rem;
    margin-bottom: 6.25rem;
    height: 100svh;
  }
}

@media screen and (min-width: 1100px) {
  .fv__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1100px) {
  .fv--large .fv__inner {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .fv__img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1100px) {
  .fv--large .fv__img {
    height: 100%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

.header {
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="17" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.05)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 10px 13px rgba(0, 0, 0, .05));
          filter: drop-shadow(0 10px 13px rgba(0, 0, 0, .05));
  -webkit-filter: drop-shadow(0 0.625rem 0.8125rem rgba(0, 0, 0, .05));
          filter: drop-shadow(0 0.625rem 0.8125rem rgba(0, 0, 0, .05));
}
@media screen and (min-width: 1100px) {
  .header {
    height: 5.5rem;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.header__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: none;
}
@media screen and (min-width: 768px) {
  .header__title {
    display: block;
  }
}

.header__btn {
  height: 40px;
  height: 2.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  border-radius: 0.75rem;
  background-color: #4CC764;
  color: #FFFFFF;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  gap: 0.1875rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .header__btn {
    height: 3.125rem;
  }
}

.header__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.header__btn-icon {
  width: 35px;
  width: 2.1875rem;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14.5px;
  gap: 0.90625rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
}

.icon::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, .45);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon--circle::before {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 50%;
}

.icon--rect::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon--triangle::before {
  width: 18px;
  width: 1.125rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.logo {
  display: block;
  width: 146px;
  width: 9.125rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 11.125rem;
  }
}

.logo:hover {
  opacity: 0.7;
}

.loop-slider {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .loop-slider {
    margin-bottom: 3.125rem;
  }
}

.loop-slider__slide {
  width: 2500px !important;
  width: 156.25rem !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .loop-slider__slide {
    width: 218.75rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .loop-slider__slide {
    width: 318rem !important;
  }
}

.loop-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  gap: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .loop-slider .slick-track {
    gap: 3.4375rem;
  }
}
@media screen and (min-width: 1100px) {
  .loop-slider .slick-track {
    gap: 4.375rem;
  }
}

.note {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
  border: 1px solid #000;
  border-radius: 1rem;
}

.note__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .note__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .note__title {
    font-size: 1.5rem;
  }
}

.note__text {
  color: rgba(0, 0, 0, .55);
}

.policy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .policy {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .policy {
    padding-top: 0;
  }
}

.policy__header {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.policy__body {
  color: rgba(0, 0, 0, .55);
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}

.policy__body span {
  font-size: 16px;
  font-size: 1rem;
}

.question {
  background-color: #F5F5F5;
}

.question__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 1100px) {
  .question__inner {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    max-width: 104rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}

@media screen and (min-width: 1100px) {
  .question__head {
    width: 42.8485576923%;
  }
}

@media screen and (min-width: 1100px) {
  .question .sec-header {
    margin-bottom: 0;
  }
}

.question__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.question__item {
  border: 1px solid #000;
  border-radius: 1rem;
  background-color: #fff;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 1100px) {
  .question__item {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
}

.question__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1100px) {
  .question__item-title {
    font-size: 1.25rem;
    margin-bottom: 0.8125rem;
  }
}

.question__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, .55);
}

.sec-header {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .sec-header {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .sec-header {
    margin-bottom: 1.625rem;
  }
}

.sec-header__sub-title {
  font-size: 32px;
  font-size: 2rem;
  color: #F9F9F9;
  line-height: 1.3;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000;
}
@media screen and (min-width: 1100px) {
  .sec-header__sub-title {
    font-size: 4rem;
  }
}

.sec-header__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .sec-header__title {
    font-size: 4rem;
  }
}

.sec-header__title span {
  color: #E1BB44;
  letter-spacing: inherit;
}

.sec-header__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, .55);
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .sec-header__text {
    font-size: 1.25rem;
    margin-top: 1.6875rem;
  }
}

.sec-header__text span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1100px) {
  .sec-header__text span {
    font-size: 0.9375rem;
  }
}

.sec-header__star {
  letter-spacing: 0;
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .sec-header__star {
    font-size: 4.375rem;
    margin-top: 1.1875rem;
  }
}

.sec-header__star span {
  color: #E8A03F;
  letter-spacing: inherit;
}

.voice {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .voice {
    margin-bottom: 5rem;
  }
}

.voice .sec-header {
  margin-bottom: 51px;
  margin-bottom: 3.1875rem;
}

.voice .sec-header__text {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.voice__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .voice__body {
    gap: 2rem;
    max-width: 112rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.voice__body--masonry {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.voice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .voice__items {
    gap: 2rem;
  }
}

.voice__card {
  border: 1px solid rgba(0, 0, 0, .1);
  padding-right: 32px;
  padding-right: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  border-radius: 1rem;
  background-color: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="17" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.03)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 10px 13px rgba(0, 0, 0, .03));
          filter: drop-shadow(0 10px 13px rgba(0, 0, 0, .03));
  -webkit-filter: drop-shadow(0 0.625rem 0.8125rem rgba(0, 0, 0, .03));
          filter: drop-shadow(0 0.625rem 0.8125rem rgba(0, 0, 0, .03));
}

.voice__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.voice__card-header-left {
  width: 48px;
  width: 3rem;
}

.voice__card-title {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

.voice__card-star {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(0, 0, 0, .55);
}

.voice__card-text {
  line-height: 1.45;
  letter-spacing: 0;
}

.work {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px) {
  .work {
    margin-bottom: 6.875rem;
  }
}

.work .sec-header {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.work__body {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .work__body {
    max-width: 61.875rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
  }
}

.work__body .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  gap: 1.25rem;
}

.work__card {
  padding-top: 27px;
  padding-top: 1.6875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  background-color: #F9F9F9;
  border: 2px solid rgba(0, 0, 0, .55);
  border-radius: 1rem;
  width: 290px !important;
  width: 18.125rem !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .work__card {
    width: auto;
  }
}

.work__card-title {
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.work__card-title span {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: inherit;
}

.work__card-img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}

.work__card--a .work__card-img {
  width: 72.4137931034%;
}

.work__card--b .work__card-img {
  width: 68.275862069%;
}

.work__card--c .work__card-img {
  width: 68.275862069%;
}

.work__card--d .work__card-img {
  width: 77.2413793103%;
}

.work__card--e .work__card-img {
  width: 64.1379310345%;
}

.work__card--f .work__card-img {
  width: 61.3793103448%;
}

.work__card-btn {
  width: 192px;
  width: 12rem;
  height: 48px;
  height: 3rem;
  border-radius: 0.75rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid rgba(0, 0, 0, .3);
  margin-right: auto;
  margin-left: auto;
}

.work__card-btn:hover .arrow {
  -webkit-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

.work__slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .work__slider-dots {
    margin-top: 1.875rem;
  }
}

.work__slider-dots li {
  font-size: 0;
}

.work__slider-dots button {
  background-color: #D9D9D9;
  border-radius: 50%;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
}

.work__slider-dots .slick-active button {
  background-color: #000;
}

/* must
--------------------------------------------*/
.contact-form__table-head-span[data-must=true]::after {
  content: "*";
  color: #BE2121;
  margin-left: 0px;
  margin-left: 0rem;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-head-span[data-must=true]::after {
    margin-left: 0rem;
    font-size: 0.875rem;
  }
}

.mw_wp_form_confirm .contact-form__table-head-span[data-must=true]::after {
  content: none;
}

/* mw-form
--------------------------------------------*/
.mw_wp_form .contact-form .error {
  display: none;
  color: #f48787;
}

.error + .contact-form__input,
.error + .contact-form__select {
  background-color: #e8cbcb;
}

.error + .contact-form__table-head-span::after {
  content: "※必須項目です";
}

/* contact-form
--------------------------------------------*/
.contact-form__inner {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* contact-form__table
--------------------------------------------*/
.contact-form__table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table {
    margin-bottom: 3.125rem;
  }
}

.mw_wp_form_confirm .contact-form__table {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form__table {
    margin-bottom: 1.875rem;
  }
}

.contact-form__table-tbody {
  display: block;
  width: 100%;
}

.contact-form__table-row {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row {
    margin-bottom: 1.25rem;
  }
}

.mw_wp_form_confirm .contact-form__table-row {
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  border-bottom: 0.5px solid #d1d1d1;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.contact-form__table-row:last-child {
  margin-bottom: 0;
}

.mw_wp_form_input .contact-form__table-head-span--confirm {
  display: none;
}

.mw_wp_form_confirm .contact-form__table-head-span--input {
  display: none;
}

.contact-form__table-head,
.contact-form__table-body {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form__table-head,
.contact-form__table-body {
    width: auto;
  }
}

.contact-form__table-head {
  display: block;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  font-weight: 400;
  padding-left: 0px;
  padding-left: 0rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-head {
    padding-left: 0rem;
    margin-bottom: 0.0625rem;
  }
}

.mw_wp_form_confirm .contact-form__table-head {
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form__table-head {
    width: 10.8125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.contact-form__table-head-span {
  display: inline-block;
}

.contact-form__table-body {
  display: block;
}
@media screen and (min-width: 768px) {
  .contact-form__table-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact-form__table-body--error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.contact-form__table-body--error .error {
  display: block !important;
}

.contact-form__input {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  background-color: #EDEDED;
  color: #000;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__input {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    padding-top: 0.53125rem;
    padding-bottom: 0.53125rem;
  }
}

.contact-form__input::-webkit-input-placeholder {
  color: #AFAFAF;
}

.contact-form__input::-moz-placeholder {
  color: #AFAFAF;
}

.contact-form__input::-ms-input-placeholder {
  color: #AFAFAF;
}

.contact-form__input::placeholder {
  color: #AFAFAF;
}

.contact-form__select {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  background-color: #EDEDED;
  color: #000;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__select {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    padding-top: 0.53125rem;
    padding-bottom: 0.53125rem;
  }
}

.contact-form__textarea {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 8.5px;
  padding-top: 0.53125rem;
  padding-bottom: 8.5px;
  padding-bottom: 0.53125rem;
  background-color: #EDEDED;
  color: #000;
  width: 100%;
  height: 240px;
  height: 15rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__textarea {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    padding-top: 0.53125rem;
    padding-bottom: 0.53125rem;
  }
}

.contact-form__textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}

.contact-form__textarea::-moz-placeholder {
  color: #AFAFAF;
}

.contact-form__textarea::-ms-input-placeholder {
  color: #AFAFAF;
}

.contact-form__textarea::placeholder {
  color: #AFAFAF;
}

.contact-form__note {
  margin-inline: auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  line-height: 1.6666666667;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-form__note {
    margin-bottom: 1.5rem;
  }
}

.contact-form__note-link {
  color: #2593f3;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .contact-form__note-link:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  .contact-form__note-link:active {
    opacity: 0.65;
  }
}

.page-confirm .contact-form__note {
  display: block;
}

.contact-form__back-btn {
  color: #AFAFAF;
  text-align: center;
  margin-top: 21px;
  margin-top: 1.3125rem;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .contact-form__back-btn:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  .contact-form__back-btn:active {
    opacity: 0.65;
  }
}

/* contact-form__apply-btn
--------------------------------------------*/
.contact-form__apply-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__apply-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  min-height: 50px;
  min-height: 3.125rem;
  background-color: #E37F1A;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .contact-form__apply-btn {
    max-width: 350px;
    min-height: 50px;
    border-radius: 25px;
  }
}

.contact-form__table-row--address .contact-form__table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row--address .contact-form__table-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.625rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    display: block;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__table-row--address .contact-form__input {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__table-row--address .contact-form__input:nth-of-type(2) {
    margin-right: 1.25rem;
  }
}

.contact-form__table-row--address .contact-form__input:last-child {
  margin-bottom: 0;
}

.p-country-name {
  display: none;
}

.contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  row-gap: 8px;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
    row-gap: 0.625rem;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field,
.mwform-checkbox-field {
  display: inline-block;
}

.mwform-radio-field:last-of-type,
.mwform-checkbox-field:last-of-type {
  margin-right: 0;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
  position: relative;
  padding-left: 28px;
  padding-left: 1.75rem;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text,
.mwform-checkbox-field-text {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.mwform-radio-field-text::before,
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 2.5px;
  top: 0.15625rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border: 0.5px solid #AFAFAF;
  border-radius: 50%;
  left: 0;
}
.contact-form__input--radio:checked + .mwform-radio-field-text,
.contact-form__input--checkbox:checked + .mwform-checkbox-field-text {
  pointer-events: none;
}

.contact-form__input--radio:checked + .mwform-radio-field-text::before,
.contact-form__input--checkbox:checked + .mwform-checkbox-field-text::before {
  background: radial-gradient(#E37F1A 0 0.30625rem, transparent 0.34375rem 100%);
}

.contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
  padding-left: 0px;
  padding-left: 0rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
    padding-left: 0rem;
  }
}

.mw_wp_form_confirm .contact-form__table-row--radio .contact-form__table-body,
.mw_wp_form_confirm .contact-form__table-row--checkbox .contact-form__table-body {
  padding-left: 0;
}

input[name=occupation-apply] {
  max-width: 400px;
  max-width: 25rem;
}

.contact-form__select-wrapper--birth-year {
  max-width: 150px;
  max-width: 9.375rem;
}

.contact-form__select-wrapper--residence {
  max-width: 200px;
  max-width: 12.5rem;
}

input[name=postal-code] {
  max-width: 230px;
  max-width: 14.375rem;
}

input[name=region] {
  max-width: 200px;
  max-width: 12.5rem;
}

input[name=locality] {
  max-width: 200px;
  max-width: 12.5rem;
}

input[name=extended-address] {
  max-width: 420px;
  max-width: 26.25rem;
}

.contact-form__select-wrapper--your-occupation {
  max-width: 400px;
  max-width: 25rem;
}

.contact-form__select-wrapper--office-location {
  max-width: 400px;
  max-width: 25rem;
}

.page-top__contents {
  overflow: hidden;
}

.page-about__contents {
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .page-about__contents {
    padding-top: 5.5rem;
  }
}

.page-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-about__body {
    padding-top: 4.625rem;
    padding-bottom: 5.625rem;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .page-about__body {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    max-width: 112rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}

.page-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
}

.page-complete__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (min-width: 1100px) {
  .page-complete__contents {
    padding-top: 5.5rem;
  }
}
/*# sourceMappingURL=styles.css.map */
