@charset "UTF-8";

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #2F2F2F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  opacity: 0;
  transition: none;
}

body.is-open {
  height: 100vh;
  height: calc(100vh - 3.125rem);
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

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

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

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

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

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  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;
}

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

textarea {
  resize: vertical;
}

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 78.125rem;
}

.l-inner-wide {
  width: 100%;
}

.l-inner-min {
  width: 71.25rem;
}

.l-main {
  padding-top: 5.3125rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}

.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  background-color: #F65B27;
  border: solid 0.1875rem #3F0000;
  border-radius: 1.5625rem;
  box-shadow: 0 0.5rem 0 #3F0000;
  display: block;
  padding: 1.875rem 4.0625rem;
  width: 100%;
}

.c-btn-text {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.0357142857;
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  background-color: #F9F9F9;
  border: solid 0.125rem #D9D9D9;
  border-radius: 0.375rem;
  font-size: 1rem;
  padding: 0.40625rem 0.9375rem;
  text-align: left;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #CACACA;
}

:-ms-input-placeholder {
  color: #CACACA;
}

::-ms-input-placeholder {
  color: #CACACA;
}

::placeholder {
  color: #CACACA;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../../../../../wp-content/uploads/recruit/common/arrow.svg);
  background-position: right 0.9375rem center;
  background-repeat: no-repeat;
  background-size: 0.625rem auto;
  border: solid 0.04375rem #949494;
  max-width: 18.75rem;
  width: 100%;
}

select option {
  color: #333333;
}

.wpcf7-list-item label {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.wpcf7-list-item-label {
  font-family: "Staatliches", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.035em;
  line-height: 1.9;
}

input[type=text],
input[type=tel],
input[type=email] {
  height: 2.9375rem;
}

textarea {
  height: 17.3125rem;
  resize: vertical;
  width: 100%;
}

.c-form-table {
  background-color: #fff;
  border: solid #000000 0.125rem;
  border-radius: 1.25rem;
  margin-bottom: 3.75rem;
  margin-inline: auto;
  padding: 3.4375rem;
  width: 100%;
}

.c-form-table th {
  align-items: center;
  display: flex;
  font-family: "Staatliches", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.9;
  text-align: left;
}

.c-form-table td {
  flex: 1;
  width: 100%;
}

.c-form-table-flex {
  flex-direction: column;
  gap: 0.625rem;
  padding-bottom: 1.25rem;
}

.c-form-table-flex:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.c-form-requied {
  background-color: #F65B27;
  border-radius: 0.3125rem;
  color: #fff;
  margin-right: 0.3125rem;
  padding-inline: 0.625rem;
}

.c-form-any {
  background-color: #6B6B6B;
  border-radius: 0.3125rem;
  color: #fff;
  margin-right: 0.3125rem;
  padding-inline: 0.625rem;
}

.wpcf7-form-control-wrap {
  flex: 1;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  padding-right: 1.25rem;
}

.wpcf7-list-item:last-of-type {
  padding-bottom: 0;
  padding-right: 0;
}

.wpcf7-list-item:last-of-type {
  padding-right: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  width: 12.5rem;
}

.wpcf7-spinner {
  display: none;
}

.c-form-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-width: 24.0625rem;
  padding-block: 2.1875rem;
  position: relative;
  transition: 0.3s all;
  width: 100%;
}

.c-headline1__main {
  font-size: 1.875rem;
  padding-left: 1.875rem;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverBtn {
  transition: 0.3s all;
}

.c-hoverBtn:hover {
  -webkit-transform: translateY(0.5rem);
  box-shadow: none;
  transform: translateY(0.5rem);
}

.c-hoverContact {
  background-color: #14175E;
  border: 1px solid #14175E;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 1em 2em;
  position: relative;
  transition: color 0.4s ease;
}

.c-hoverContact::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 0.4s ease;
  width: 100%;
  z-index: 0;
}

.c-hoverContact span {
  position: relative;
  z-index: 1;
}

.c-hoverContact:hover::before {
  left: 0;
}

.c-hoverContact:hover {
  color: #14175E;
}

.c-hoverContact-white {
  background-color: #fff;
  border: solid 1px;
  color: #14175E;
}

/* 白基調バージョン */
.c-hoverContact-white::before {
  background-color: #14175E;
}

.c-hoverContact-white:hover {
  border: solid 1px #fff;
  color: #fff;
}

.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #2F2F2F;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}

.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #2F2F2F;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}

.c-imgZoom {
  overflow: hidden;
  position: relative;
}

.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../../../../../wp-content/uploads/recruit/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-lower {
  margin-top: 5.625rem;
}

.c-lower-inner {
  position: relative;
}

.c-lower-img {
  left: -25%;
  max-width: 42.375rem;
  position: absolute;
  top: 5%;
  width: 100%;
  z-index: -1;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tel {
  align-items: flex-start;
  gap: 0.3125rem;
  justify-content: center;
}

.c-tel__img {
  margin-top: 0.3125rem;
  width: 2rem;
}

.c-tel__img-contact {
  margin-top: 0.625rem;
}

.c-tel-white {
  color: #fff;
}

.c-tel__num {
  font-family: "Lato", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.c-tel__num-entry {
  font-size: 1.875rem;
}

.c-tel__num-contact {
  font-size: 2.6875rem;
}

.c-tel__text {
  font-size: 0.8125rem;
  letter-spacing: 0.035em;
}

.c-title-lower {
  color: #F65B27;
  display: block;
  font-size: 5.5rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.2727272727;
}

.c-title-lower-sub {
  color: #F65B27;
  display: block;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 0.96875;
}

.c-title-center {
  text-align: center;
}

.c-title__ja {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.035em;
  line-height: 1.3888888889;
  margin-bottom: 1.125rem;
}

.c-title__ja-white {
  color: #fff;
}

.c-title__en {
  align-items: center;
  color: #14175E;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.035em;
  position: relative;
}

.c-title__en-white {
  color: #fff;
}

.c-title__en-start {
  justify-content: flex-start;
}

.c-title__en::before {
  background-color: #14175E;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  width: 1.25rem;
}

.c-title__en-white::before {
  background-color: #fff;
}

.c-title__lower {
  color: #14175E;
  font-size: 2.8125rem;
  letter-spacing: 0.035em;
  line-height: 1.6444444444;
  text-align: center;
}

.c-underBar {
  display: inline-block;
  position: relative;
}

.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}

.p-entry {
  margin-bottom: 11.875rem;
}

.p-entry__inner {
  margin-inline: auto;
  width: 54.0625rem;
}

.p-entry__title {
  margin-bottom: 3.125rem;
}

.p-entry__text {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-bottom: 3.125rem;
}

.p-entryFrom {
  margin-bottom: 9.6875rem;
}

.p-entryFrom__text {
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-entryFrom__text:last-of-type {
  margin-bottom: 3.125rem;
}

.p-footer {
  background-color: #DDDDDD;
}

.p-footer__top {
  padding-block: 7.5rem 4.375rem;
}

.p-footer__inner {
  position: relative;
}

.p-footer__img {
  content: "";
  left: -20%;
  max-width: 36.875rem;
  position: absolute;
  top: -60%;
  width: 100%;
}

.p-footer__flex {
  gap: 10.3125rem;
}

.p-footer__group {
  position: relative;
  z-index: 2;
}

.p-footer__logo {
  display: inline-block;
  margin-bottom: 1.875rem;
  max-width: 14.6875rem;
}

.p-footer__company {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
}

.p-footer__address {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.p-footer__group02 {
  gap: 12.5rem;
  margin-top: 1.25rem;
}

.p-footer__lists {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 4.375rem;
  height: 11rem;
  position: relative;
  z-index: 2;
}

.p-footer__list {
  margin-bottom: 1.6875rem;
}

.p-footer__list:last-of-type {
  margin-bottom: 0;
}

.p-footer__list:first-of-type {
  margin-bottom: 0.9375rem;
}

.p-footer__link {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.45;
  position: relative;
}

.p-footer__link::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.3125rem;
  left: -1.5625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9375rem;
}

.p-footer__list:nth-child(1) .p-footer__link::before {
  background-color: #C990B7;
}

.p-footer__list:nth-child(2) .p-footer__link::before {
  background-color: #F5DF54;
}

.p-footer__list:nth-child(3) .p-footer__link::before {
  background-color: #9DC368;
}

.p-footer__list:nth-child(4) .p-footer__link::before {
  background-color: #DA6A50;
}

.p-footer__link--sub {
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
  margin-top: 0.625rem;
  padding-left: 0.625rem;
}

.p-footer__link--sub-img {
  max-width: 0.5rem;
  width: 100%;
}

.p-footer__items {
  flex-direction: column;
}

.p-footer__item {
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}

.p-footer__item:last-of-type {
  margin-bottom: 0;
}

.p-footer__item--img {
  max-width: 2.1875rem;
  width: 100%;
}

.p-footer__item--flex {
  align-items: center;
  gap: 0.3125rem;
}

.p-footer__item--text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.p-footer__item--text02 {
  color: #E9387A;
}

.p-footer__item--arrow {
  max-width: 0.8125rem;
  width: 100%;
}

.p-footer__btm {
  padding-bottom: 0.9375rem;
  text-align: center;
}

.p-footer__small {
  color: #888888;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

.p-header {
  background-color: #fff;
  height: 5.3125rem;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.p-header.is-open {
  background-color: #2F2F2F;
}

.p-header__container {
  margin-inline: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 90rem;
}

.p-header__flex {
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 0;
}

.p-header__logo {
  max-width: 10.625rem;
}

.p-header__logo--link {
  display: block;
}

.p-header__logo .is-open {
  opacity: 0;
  visibility: hidden;
}

.p-header__menus {
  align-items: center;
  gap: 2.1875rem;
}

.p-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__lists {
  align-items: flex-start;
  flex-direction: row;
  gap: 1.875rem;
}

.p-header__list {
  text-align: center;
}

.p-header__link {
  letter-spacing: 0.035em;
}

.p-header__contents {
  align-items: center;
  gap: 1.875rem;
  justify-content: flex-end;
}

.p-header__recruit {
  align-items: center;
  background-color: #fff;
  border: solid 0.0625rem #000000;
  border-radius: 2.3125rem;
  justify-content: center;
  max-width: 100%;
  padding-block: 0.625rem;
  width: 11.875rem;
}

.p-header__recruitImg {
  max-width: 1.5625rem;
  width: 100%;
}

.p-header__recruitText {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.p-header__entry {
  align-items: center;
  background-color: #D33223;
  border-radius: 2.3125rem;
  justify-content: center;
  max-width: 100%;
  padding-block: 0.625rem;
  width: 11.875rem;
}

.p-header__entryText {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.p-header__hamburger {
  display: none;
}

.p-header__hamburger--line {
  background-color: #2F2F2F;
  bottom: 0;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 1.5625rem;
}

.p-header__hamburger--line:before,
.p-header__hamburger--line:after {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}

.p-header__hamburger--line:before {
  top: -0.4375rem;
}

.p-header__hamburger--line:after {
  top: 0.4375rem;
}

.p-header__hamburger--line.active {
  background-color: transparent;
}

.p-header__hamburger--line.active:before {
  -webkit-transform: rotate(-45deg);
  background-color: #fff;
  top: 0;
  transform: rotate(-45deg);
}

.p-header__hamburger--line.active:after {
  -webkit-transform: rotate(45deg);
  background-color: #fff;
  top: 0;
  transform: rotate(45deg);
}

.p-job {
  margin-bottom: 6.5625rem;
}

.p-job__inner {
  margin-inline: auto;
  width: 55.625rem;
}

.p-job__title {
  margin-bottom: 3.125rem;
}

.p-job__link {
  margin-bottom: 2.1875rem;
}

.p-job__link:last-of-type {
  margin-bottom: 0;
}

.p-sales {
  margin-bottom: 6.5625rem;
}

.p-sales__inner {
  margin-inline: auto;
  width: 72.5rem;
}

.p-sales__title {
  margin-bottom: 3.125rem;
}

.p-sales__box {
  background-color: #fff;
  border: solid 0.125rem #000000;
  border-radius: 1.25rem;
  padding: 4.375rem 6.375rem 3.4375rem 3.4375rem;
}

.p-sales__flex {
  border-bottom: solid 0.0625rem #C4CED6;
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.p-sales__flex::after {
  background-color: #676C70;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 8.125rem;
}

.p-sales__item {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.7;
  max-width: 12.5rem;
  width: 100%;
}

.p-sales__list {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.p-sales__link {
  border: none;
}

.p-tempLinks {
  margin-bottom: 3.4375rem;
  overflow-x: clip;
}

.p-tempLinks__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 85rem;
}

.p-tempLinks__left,
.p-tempLinks__right {
  position: absolute;
  z-index: 5;
}

.p-tempLinks__left {
  left: -11.875rem;
  top: 31.7%;
  width: 43.3%;
}

.p-tempLinks__right {
  right: -15rem;
  top: 30%;
  width: 51.2%;
}

.p-tempLinks__back {
  background-color: #E94435;
  border: solid 0.1875rem #7F0000;
  border-radius: 5.25rem;
  margin-inline: auto;
  padding-block: 3.375rem 4.5625rem;
  padding-inline: 10.625rem;
  position: relative;
}

.p-tempLinks__titles {
  margin-bottom: 2.1875rem;
  position: relative;
}

.p-tempLinks__title {
  color: #fff;
  font-size: 5.5rem;
  font-size: clamp(2.938rem, 0.009rem + 6.1vw, 5.5rem);
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.2954545455;
  position: relative;
  z-index: 2;
}

.p-tempLinks__title--en {
  text-stroke: 0.125rem #F36D60;
  -webkit-text-stroke: 0.125rem #F36D60;
  color: #E94435;
  font-size: 12.375rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 0.7929292929;
  position: absolute;
  right: -12%;
  top: 0;
  z-index: -1;
}

.p-tempLinks__item {
  margin-inline: auto;
  max-width: 41.875rem;
  position: relative;
  width: 100%;
  z-index: 3;
}

.p-tempLinks__job {
  background-color: #fff;
  border-radius: 2.4375rem;
  display: block;
  margin-bottom: 2.1875rem;
  padding-block: 0.9375rem 1.875rem;
  text-align: center;
}

.p-tempLinks__job--sub {
  color: #E94435;
  display: block;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.55;
}

.p-tempLinks__job--main {
  color: #E94435;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.40625;
}

.p-tempLinks__links {
  gap: 0.9375rem;
  justify-content: space-between;
}

.p-tempLinks__box {
  border: solid 0.1875rem #fff;
  border-radius: 2.4375rem;
  padding-block: 1.875rem;
  position: relative;
  width: 100%;
}

.p-tempLinks__box--black {
  background-color: #303030;
}

.p-tempLinks__box--green {
  background-color: #11BE00;
}

.p-tempLinks__box--font {
  -webkit-transform: translateY(-50%) rotate(270deg);
  border-bottom: solid 0.0625rem #fff;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  left: -0.625rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  width: 5.375rem;
}

.p-tempLinks__box--main {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.8125;
  padding-left: 1.5625rem;
  text-align: center;
}

.p-topMv {
  background-image: url(../../../../../wp-content/uploads/recruit/top/mv_back.png);
  background-position: center;
  background-size: cover;
  overflow-x: clip;
  padding-top: 0.5%;
}

.p-topMv__inner {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 90rem;
}

.p-topMv__title {
  color: #fff;
  font-size: clamp(8.125rem, 0.268rem + 16.37vw, 15rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.8708333333;
  text-align: center;
  text-shadow: 0rem 0.5625rem 0.125rem rgba(0, 0, 0, 0.33);
}

.p-topMv__img {
  margin-left: 0.9375rem;
  margin-top: -1.5625rem;
  max-width: 86.5625rem;
  position: relative;
  width: 100%;
}

.p-topMv__texts {
  align-items: center;
  bottom: 3.75rem;
  gap: 0.9375rem;
  position: absolute;
}

.p-topMv__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background-color: #fff;
  color: #E94435;
  display: inline-block;
  font-size: 2.9375rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.0638297872;
  padding: 0.9375rem;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.p-topMv02__back {
  /* background-image: url(/wp-content/themes/nobisiro_siyo/img/top/mv02_back.png); */
  background-image: url(../../../../../wp-content/uploads/recruit/top/mv02_back.png);
  background-position: center;
  background-size: cover;
  overflow-x: clip;
  padding-block: 3.75rem;
}

.p-topMv02__inner {
  position: relative;
  width: 73.125rem;
}

.p-topMv02__text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  margin-bottom: 7.1875rem;
}

.p-topMv02__text:last-of-type {
  margin-bottom: 0;
}

.p-topMv02__img {
  bottom: -3.75rem;
  max-width: 22.5rem;
  position: absolute;
  right: -5.625rem;
  width: 100%;
}

.p-topPoint {
  padding-block: 5.625rem 11.875rem;
}

.p-topPoint__inner {
  position: relative;
}

.p-topPoint__circle {
  left: -20%;
  max-width: 42.5rem;
  position: absolute;
  top: 20%;
  width: 100%;
}

.p-topPoint__img02 {
  bottom: -11.875rem;
  content: "";
  max-width: 20.3125rem;
  position: absolute;
  right: 3.75rem;
  width: 100%;
}

.p-topPoint__titles {
  margin-bottom: 5.625rem;
}

.p-topPoint__sub {
  color: #F65B27;
  display: block;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 0.96875;
}

.p-topPoint__title {
  color: #F65B27;
  display: block;
  font-size: 5.5rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.2;
}

.p-topPoint__movie {
  display: block;
  margin-bottom: 12.5rem;
  margin-inline: auto;
  max-width: 49.375rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-topPoint__img {
  -webkit-transform: translateY(-50%);
  content: "";
  max-width: 8.5625rem;
  pointer-events: none;
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.p-topPoint__movie--iframe {
  width: 49.1875rem;
  height: 27.6875rem;
  border-radius: 1.375rem;
}

.p-topPoint__grid {
  display: grid;
  gap: 2.5rem 1.5625rem;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.p-topPoint__item {
  position: relative;
}

.p-topPoint__group {
  -webkit-transform: translate(-50%, -50%);
  content: "";
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-topPoint__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.2916666667;
  margin-bottom: 0.625rem;
}

.p-topPoint__h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.p-topPoint__h3--col {
  color: #FFE100;
}

.p-topPoint__note {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.625;
}

.p-topPoint__icon {
  bottom: -0.3125rem;
  content: "";
  max-width: 2.875rem;
  position: absolute;
  right: -0.3125rem;
  width: 100%;
}

.p-topPoint__note02 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5833333333;
}

.p-topStretch {
  background-color: #FA4838;
  overflow-x: clip;
  padding-block: 27.5625rem;
  position: relative;
}

.p-topSupport__loop {
  align-items: center;
  display: flex;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
}

.p-topSupport__loop02 {
  bottom: 0;
  top: auto;
}

.p-topSupport__loop--text {
  text-stroke: 0.25rem #FF6355;
  -webkit-text-stroke: 0.25rem #FF6355;
  color: transparent;
  flex: 0 0 auto;
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.2265625;
  padding-inline: 0.9375rem;
  white-space: nowrap;
}

.loop-inner {
  -webkit-animation: loop 20s linear infinite;
  -webkit-transform: translateZ(0);
  animation: loop 20s linear infinite;
  display: inline-block;
  transform: translateZ(0);
  will-change: transform;
}

.loop-inner02 {
  -webkit-animation: loop2 20s linear infinite;
  -webkit-transform: translateZ(0);
  animation: loop2 20s linear infinite;
  display: inline-block;
  transform: translateZ(0);
  will-change: transform;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.p-topStretch__left {
  left: -18%;
  position: absolute;
  top: 26%;
  width: 100%;
}

.p-topStretch__leftBox {
  position: relative;
}

.p-topStretch__leftText {
  -webkit-transform: rotate(-10deg);
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.078125;
  transform: rotate(-10deg);
}

.p-topStretch__leftImg {
  left: -5%;
  max-width: 22.5rem;
  max-width: 29.0625rem;
  position: absolute;
  top: 65%;
  width: 100%;
}

.p-topStretch__right {
  position: absolute;
  right: -19%;
  text-align: right;
  top: 24%;
  width: 100%;
}

.p-topStretch__rightBox {
  position: relative;
}

.p-topStretch__rightText {
  -webkit-transform: rotate(10deg);
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.078125;
  transform: rotate(10deg);
}

.p-topStretch__rightImg {
  max-width: 23.4375rem;
  max-width: 27.5rem;
  position: absolute;
  right: -5%;
  top: 120%;
  width: 100%;
}

.p-topStretch__inner {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 65rem;
}

.p-topStretch__back {
  background-image: url(../../../../../wp-content/uploads/recruit/top/stretch_back.png);
  background-position: center;
  background-size: cover;
  padding-block: 7.25rem;
}

.p-topStretch__title {
  color: #fff;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.4375;
  text-align: center;
}

.p-topStretch__item {
  text-align: center;
}

.p-topStretch__lead {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.0357142857;
}

.p-topStretch__box {
  background-color: #fff;
  color: #F65B27;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1;
  padding: 0.9375rem;
}

.p-topStretch__text {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8571428571;
  margin-top: 2.8125rem;
}

/* message */
.p-topMessage {
  padding: 5rem 0 8.875rem 0;
}

.p-topMessage__inner {
  width: 70.4375rem;
  padding-left: 0;
  padding-right: 0;
}

.p-topMessage__title {
  color: #FA4837;
  font-size: 6.5rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.2;
}

.p-topMessage__step {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  background-image: url(../../../../../wp-content/uploads/recruit/top/message-bg.png);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

.p-topMessage__stepBox {
  display: flex;
  flex-direction: column;
}

.p-topMessage__stepBoxItem.step01 {
  width: 30.94rem;
  height: 7.31rem;
  background-image: url(../../../../../wp-content/uploads/recruit/top/message-step1.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  padding-bottom: 1.3125rem;
}

.p-topMessage__stepBoxItem.step02 {
  width: 30.94rem;
  height: 10.31rem;
  background-image: url(../../../../../wp-content/uploads/recruit/top/message-step2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1.375rem;
  padding-left: 1.5rem;
  padding-bottom: 1.8125rem;
}

.p-topMessage__stepBoxItem.step03 {
  width: 30.94rem;
  height: 7.31rem;
  background-image: url(../../../../../wp-content/uploads/recruit/top/message-step3.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1.8125rem;
  padding-left: 1.5rem;
  padding-bottom: 1.6875rem;
}

.p-topMessage__stepBoxItem.step04 {
  width: 30.94rem;
  height: 6.25rem;
  background-image: url(../../../../../wp-content/uploads/recruit/top/message-step4.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1.8125rem;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
}

.p-topMessage__stepBoxItem {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}

.p-topMessage__stepBoxItem--num {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
  color: #fff;
}

.p-topMessage__stepBoxItem--text {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 2.1;
  color: #fff;
}

.p-topMessage__stepBoxItem.step02 .p-topMessage__stepBoxItem--text {
  line-height: 1.6;
}

.p-topMessage__stepBoxItem.step03 .p-topMessage__stepBoxItem--text {
  font-size: 2.5rem;
}

.p-topMessage__stepBoxItem.step04 .p-topMessage__stepBoxItem--text {
  font-size: 2.5rem;
}

.p-topMessage__stepImg {
  width: 36.56rem;
  height: auto;
  margin-right: 0.8125rem;
}

/* qa */
.p-topQa {
  padding: 7.3125rem 0 10.375rem 0;
  background-color: #FAC002;
  overflow: hidden;
  position: relative;
}

.p-topQa__bg-l {
  position: absolute;
  left: 0;
  top: 3%;
  width: 20.25rem;
  height: auto;
  z-index: 1;
}

.p-topQa__bg-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 24.875rem;
  height: auto;
  z-index: 1;
}

.p-topQa__inner {
  width: 64.375rem;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
}

.p-topQa__title {
  color: #fff;
  font-size: 5.3125rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.p-topQa__title--en {
  position: absolute;
  left: 1.5%;
  top: 2%;
  z-index: 0;
  font-family: "Staatliches", sans-serif;
  width: 86.625rem;
}

.p-topQa__title span {
  color: #EBB601;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  background-color: #fff;
  display: block;
  padding: 0.6875rem 1.25rem 0.625rem 0.6875rem;
  width: fit-content;
}

.p-topQa__items {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  margin-top: 8.125rem;
  z-index: 2;
  position: relative;
}

.p-topQa__item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: relative;
}

.p-topQa__item--question {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
  background-color: #DBA800;
  border-radius: 1.6875rem;
  padding: 1.3125rem 0 1.75rem 2.6875rem;
  display: flex;
  gap: 0.75rem;
  position: relative;
}

.p-topQa__item--question::before {
  content: 'Q.';
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  bottom: 0.1875rem;
  position: relative;
}

.p-topQa__item--question--img1 {
  width: 8.5rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 2.6875rem;
}

.p-topQa__item--question--img2 {
  width: 8.6875rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 3.125rem;
}

.p-topQa__item--question--img3 {
  width: 9rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 1.5625rem;
}

.p-topQa__item--answer {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  background-color: #fff;
  padding: 2.125rem 2.6875rem 1.9375rem 2.6875rem;
  border-radius: 1.6875rem;
}

.p-topQa__item--answer--img2 {
  width: 11.5625rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -9.375rem;
}

.p-topQa__item--answer--img3 {
  width: 9.4375rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -6.875rem;
}

.p-topQa__item--answer--head {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #292929;
  padding-bottom: 1.5625rem;
  border-bottom: 0.125rem solid #292929;
  display: flex;
  gap: 0.75rem;
}

.p-topQa__item--answer--head::before {
  content: 'A.';
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #292929;
  bottom: 0.5rem;
  position: relative;
}

.p-topQa__item--answer--text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  color: #292929;
}

.p-topQa__item--answer--text span {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #F2D074 50%);
}


/* special */
.p-topSpecial {
  background-color: #01C6C1;
  padding-block: 5.3125rem 8.75rem;
  position: relative;
  z-index: 2;
}

.p-topSpecial__inner {
  width: 71.25rem;
}

.p-topSpecial__titles {
  margin-bottom: 3.125rem;
}

.p-topSpecial__sub {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 0.96875;
}

.p-topSpecial__title {
  color: #fff;
  display: block;
  font-size: 5.5rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.2;
}

.p-topSpecial__flex {
  align-items: stretch;
  gap: 2.1875rem;
}

.p-topSpecial__box {
  max-width: 33.4375rem;
  width: 100%;
}

.p-topSpecial__group {
  flex-direction: column;
  gap: 1.25rem;
}

.p-topSpecial__group--img {
  max-width: 33.4375rem;
  width: 100%;
}

.p-topGallery {
  overflow-x: clip;
  padding-block: 6.25rem;
}

.p-topGallery__inner {
  position: relative;
}

.p-topGallery__circle {
  max-width: 35.625rem;
  position: absolute;
  right: -25%;
  top: -200%;
  width: 100%;
}

.p-topGallery__circle02 {
  left: -15%;
  max-width: 42.3125rem;
  position: absolute;
  top: 190%;
  width: 100%;
}

.p-topGallery__titles {
  margin-bottom: 2.8125rem;
}

.p-topGallery__sub {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 0.96875;
}

.p-topGallery__title {
  display: block;
  font-size: 5.5rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.2;
}

.p-topGallery__grid {
  grid-column-gap: 2.02vw;
  grid-row-gap: 2.02vw;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
  height: 34.32vw;
  position: relative;
}

.p-topGallery__grid div {
  position: relative;
}

.p-topGallery__item {
  border-radius: 2.5rem;
  height: auto;
  width: 100%;
}

.p-topGallery__item img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-topGallery__item01 {
  grid-area: 1/1/3/3;
  height: 16.14vw;
  overflow: hidden;
}

.p-topGallery__item02 {
  grid-area: 1/3/3/6;
  height: 15.84vw;
  overflow: hidden;
}

.p-topGallery__item03 {
  grid-area: 1/6/4/10;
  height: 25.22vw;
  height: 20.62vw;
  overflow: hidden;
}

.p-topGallery__item04 {
  grid-area: 1/10/3/13;
  height: 14.44vw;
  overflow: hidden;
}

.p-topGallery__item05 {
  grid-area: 3/1/5/4;
  height: 14.44vw;
  overflow: hidden;
}

.p-topGallery__item06 {
  grid-area: 3/4/5/6;
  height: 16.14vw;
  height: 15.04vw;
  overflow: hidden;
}

.p-topGallery__item07 {
  grid-area: 4/6/5/10;
  height: 11.27vw;
  margin-top: -4.9vw;
  overflow: hidden;
}

.p-topGallery__item08 {
  grid-area: 3/10/5/13;
  height: 16.44vw;
  margin-top: -1.1vw;
  overflow: hidden;
}

.p-topLinks__inner {
  position: relative;
}

.p-topLinks__circle {
  left: -30%;
  max-width: 25.9375rem;
  position: absolute;
  top: 20%;
  width: 100%;
}

#loading {
  align-items: center;
  background: #E94435;
  display: flex;
  inset: 0;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.8s ease-out;
  z-index: 9999;
}

/* 全体を中央基準で配置 */
.loading__titles {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* タイトル共通スタイル */
.loading__title {
  -webkit-transform: translate(-50%, -55%);
  color: #fff;
  font-size: 6.25rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -55%);
  white-space: nowrap;
}

/* 1文字ごとのアニメ用 */
.char {
  display: inline-block;
  line-height: 1;
}

.p-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 1.25rem;
  position: fixed;
  z-index: 1000;
}

.p-modal.is-open {
  display: flex;
}

.p-modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  inset: 0;
  position: fixed;
}

.p-modal__item {
  background: #fff;
  border: 0.4375rem solid #D6D6D6;
  display: none;
  max-width: 44.5625rem;
  padding-block: 3.125rem 4.0625rem;
  padding-inline: 4.0625rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-modal__item.is-active {
  display: block;
}

.p-modal__img {
  bottom: 0;
  max-width: 9.625rem;
  position: absolute;
  right: 0;
  width: 100%;
}

.p-modal__close {
  background-color: #D9D9D9;
  cursor: pointer;
  height: 2.6875rem;
  position: absolute;
  right: -1.25rem;
  top: -1.25rem;
  width: 2.6875rem;
}

.p-modal__close::before,
.p-modal__close::after {
  background-color: #6C6C6C;
  content: "";
  height: 0.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1.25rem;
}

.p-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__close:hover {
  opacity: 0.6;
}

.p-modal__head {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.p-modal__headIcon {
  max-width: 4.5625rem;
  width: 100%;
}

.p-modal__headTitle {
  color: #1E1E1E;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}

.p-modal__line {
  border: none;
  border-top: 0.125rem solid #1F1F1F;
  margin-block: 1rem;
}

.p-modal__text {
  color: #1E1E1E;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  max-width: 30rem;
  width: 100%;
}

.p-modal__text02 {
  max-width: 100%;
}

.p-modal__text--col {
  color: #E20000;
}

.p-modal__btn {
  align-items: center;
  border-radius: 6.25rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  justify-content: center;
  line-height: 2;
  max-width: 25.5rem;
  padding-block: 0.3125rem;
  position: relative;
  width: 100%;
}

.p-modal__btn:hover {
  opacity: 0.85;
}

.p-modal__btn-icon {
  -webkit-transform: translateY(-50%);
  left: 0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4375rem;
}

.p-modal__btns-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 1.25rem;
}

.p-modal__btn--orange {
  background: linear-gradient(90deg, #FFAE00 0%, #FF7011 100%);
}

.p-modal__btn--instagram {
  background: linear-gradient(90deg, #F18549 0%, #D44068 100%);
}

.p-modal__imgs {
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.p-modal__trip {
  margin-inline: auto;
  max-width: 9.375rem;
  overflow: hidden;
  width: 100%;
}

.p-modal__trip img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-modal__trip:first-child {
  max-width: 18rem;
}

.p-modal__text--note {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-top: 1.4375rem;
  max-width: 30rem;
  width: 100%;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }

  .c-hoverUnderline:hover::after {
    opacity: 1;
  }

  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }

  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }

  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    pointer-events: all;
  }

  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-sec {
    padding: 5rem 0 6.25rem;
  }

  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }

  .c-btn {
    border-radius: 1.25rem;
    padding: 1.25rem 1.5625rem;
  }

  .c-btn-text {
    font-size: 1.25rem;
  }

  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .c-column2--gap60 {
    gap: 2.5rem;
  }

  .c-column2--gapSp20 {
    gap: 1.25rem;
  }

  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }

  textarea {
    height: 12.5rem;
  }

  .c-form-table {
    margin-bottom: 2.5rem;
    padding: 1.25rem;
  }

  .c-form-table-flex {
    gap: 0.625rem;
  }

  .wpcf7-list-item {
    display: block;
    padding-bottom: 0.8125rem;
    padding-right: 1.25rem;
  }

  .c-form-btn {
    max-width: 15.625rem;
    padding-block: 1.25rem;
  }

  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }

  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }

  .c-lower {
    margin-top: 2.8125rem;
  }

  .c-lower-img {
    top: 20%;
  }

  .c-tel__img {
    width: 1.875rem;
  }

  .c-tel__num {
    font-size: 2.1875rem;
  }

  .c-tel__num-white {
    color: #fff;
  }

  .c-tel__text {
    color: #fff;
    text-align: center;
  }

  .c-title-lower {
    font-size: 3.75rem;
  }

  .c-title-lower-sub {
    font-size: 1.25rem;
  }

  .c-title__ja {
    line-height: 1.3;
  }

  .c-title__lower {
    font-size: 1.875rem;
  }

  .p-entry {
    margin-bottom: 5.625rem;
  }

  .p-entry__inner {
    width: 100%;
  }

  .p-entryFrom {
    margin-bottom: 6.5625rem;
  }

  .p-footer__top {
    padding-block: 5rem 3.75rem;
  }

  .p-footer__img {
    max-width: 36.875rem;
    top: -40%;
  }

  .p-footer__flex {
    flex-direction: column-reverse;
    gap: 3.75rem;
  }

  .p-footer__logo {
    margin-bottom: 0.9375rem;
  }

  .p-footer__company {
    font-size: 0.875rem;
    margin-bottom: 0rem;
  }

  .p-footer__address {
    font-size: 0.875rem;
  }

  .p-footer__group02 {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 0;
  }

  .p-footer__lists {
    height: auto;
  }

  .p-footer__list {
    margin-bottom: 1.5625rem;
    padding-left: 1.875rem;
  }

  .p-footer__link {
    font-size: 1rem;
  }

  .p-header {
    height: 3.75rem;
    transition: 0.3s all;
  }

  .p-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-header__logo {
    max-width: 7.5rem;
  }

  .p-header__menus {
    gap: 0.9375rem;
  }

  .p-header__nav {
    background-color: #E94435;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 0 0.9375rem;
    position: absolute;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
  }

  .p-header__lists {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 3.75rem 3.4375rem;
  }

  .p-header__link {
    color: #fff;
  }

  .p-header__contents {
    gap: 0.625rem;
  }

  .p-header__recruit {
    border-radius: 1.875rem;
    padding-block: 0.3125rem;
    width: 9.6875rem;
    width: 5rem;
  }

  .p-header__recruitText {
    font-size: 0.875rem;
  }

  .p-header__entry {
    border-radius: 1.875rem;
    padding-block: 0.3125rem;
    width: 9.6875rem;
    width: 5rem;
  }

  .p-header__entryText {
    font-size: 0.875rem;
  }

  .p-header__hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    margin-left: auto;
    outline: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 1.5625rem;
    z-index: 1000;
  }

  .p-job {
    margin-bottom: 3.4375rem;
  }

  .p-job__inner {
    width: 100%;
  }

  .p-sales {
    margin-bottom: 3.4375rem;
  }

  .p-sales__inner {
    width: 100%;
  }

  .p-sales__box {
    padding: 2.1875rem 1.25rem 1.875rem 1.25rem;
  }

  .p-sales__flex {
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 0.625rem;
    padding-bottom: 1.25rem;
  }

  .p-sales__flex::after {
    width: 6.25rem;
  }

  .p-sales__lints {
    padding-left: 1.25rem;
  }

  .p-tempLinks {
    margin-bottom: 5.625rem;
  }

  .p-tempLinks__left {
    left: -2.5rem;
    max-width: 13.125rem;
    top: 84.9%;
    width: 100%;
  }

  .p-tempLinks__right {
    max-width: 15.625rem;
    right: -4.375rem;
    top: 84%;
    width: 100%;
  }

  .p-tempLinks__back {
    border-radius: 2.8125rem;
    padding-block: 2.5rem 5.125rem;
    padding-inline: 1.875rem;
  }

  .p-tempLinks__title {
    font-size: 2rem;
  }

  .p-tempLinks__title--en {
    font-size: 3rem;
    right: -85%;
    top: 4.375rem;
  }

  .p-tempLinks__job {
    border-radius: 1.5rem;
    padding-block: 0.625rem 1.25rem;
  }

  .p-tempLinks__links {
    flex-direction: column;
  }

  .p-tempLinks__box {
    border-radius: 1.5rem;
    padding-block: 1.25rem;
  }

  .p-tempLinks__box--font {
    font-size: 1rem;
  }

  .p-tempLinks__box--main {
    font-size: 1.5rem;
  }

  .p-topMv {
    background-image: url(../../../../../wp-content/uploads/recruit/top/mv_back_sp.png);
    padding-top: 1%;
  }

  .p-topMv__inner {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .p-topMv__title {
    font-size: 6.5625rem;
    line-height: 1.2;
    margin-left: -0.625rem;
    padding-bottom: 5%;
    text-align: left;
    white-space: nowrap;
  }

  .p-topMv__img {
    margin-bottom: -0.0625rem;
    margin-left: -3.125rem;
    margin-top: -3.125rem;
    width: 135.5%;
  }

  .p-topMv__texts {
    -webkit-transform: translateX(175%);
    align-items: flex-start;
    bottom: auto;
    flex-direction: column-reverse;
    top: -4.375rem;
    transform: translateX(175%);
  }

  .p-topMv__text {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    font-size: 1.25rem;
    padding: 0.3125rem;
    writing-mode: inherit;
  }

  .p-topMv02__back {
    padding-block: 1.875rem 11.25rem;
  }

  .p-topMv02__text {
    font-size: 1.5rem;
    margin-bottom: 3.4375rem;
  }

  .p-topMv02__img {
    bottom: -11.25rem;
    max-width: 15.625rem;
    right: 0;
  }

  .p-topPoint {
    padding-block: 2.8125rem 9.375rem;
    scroll-margin-top: 3.125rem;
  }

  .p-topPoint__img02 {
    bottom: -9.375rem;
    max-width: 10.3125rem;
    right: 5%;
  }

  .p-topPoint__titles {
    margin-bottom: 3rem;
  }

  .p-topPoint__movie--iframe {
    width: 275px;
    height: 194px;
    border-radius: 11px;
  }

  .p-topPoint__movie {
    margin-bottom: 3rem;
  }

  .p-topPoint__sub {
    font-size: 1.5rem;
  }

  .p-topPoint__title {
    font-size: 3.75rem;
  }

  .p-topPoint__img {
    max-width: 4rem;
    right: -4%;
  }

  .p-topPoint__grid {
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .p-topStretch {
    padding-block: 18.5rem;
  }

  .p-topSupport__loop--text {
    font-size: 5rem;
  }

  .p-topStretch__back {
    padding-block: 5rem;
  }

  .p-topStretch__title {
    font-size: 2.25rem;
  }

  .p-topStretch__box {
    font-size: 1.25rem;
    line-height: 2;
    padding: 0.625rem;
  }

  .p-topStretch__text {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }

  /* message */
  .p-topMessage {
    padding: 5rem 0;
  }

  .p-topMessage__title {
    font-size: 2.75rem;
  }

  .p-topMessage__inner {
    width: 335px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-topMessage__stepBoxItem--num {
    font-size: 1rem;
  }

  .p-topMessage__stepBoxItem--text {
    font-size: 1.25rem;
  }

  .p-topMessage__step {
    flex-direction: column;
    background-size: 390% auto;
  }

  .p-topMessage__stepBox {
    width: 100%;
    margin-top: 1.5rem;
  }

  .p-topMessage__stepBoxItem.step03 .p-topMessage__stepBoxItem--text {
    font-size: 1.5rem;
  }

  .p-topMessage__stepBoxItem.step04 .p-topMessage__stepBoxItem--text {
    font-size: 1.5rem;
  }

  .p-topMessage__stepBoxItem.step01 {
    width: 100%;
    height: 5rem;
  }

  .p-topMessage__stepBoxItem.step02 {
    width: 100%;
    height: 7.2rem;
    margin-top: 1rem;
    padding-bottom: 1.4rem;
  }

  .p-topMessage__stepBoxItem.step03 {
    width: 100%;
    height: 5rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-topMessage__stepBoxItem.step04 {
    width: 100%;
    height: 4.3rem;
    margin-top: 1rem;
    padding-bottom: 0.3rem;
  }

  .p-topMessage__stepImg {
    width: 100%;
    margin-right: 0.5rem;
  }

  /* qa */
  .p-topQa {
    padding: 5rem 0 7rem 0;
  }

  .p-topQa__title {
    font-size: 2.75rem;
  }

  .p-topQa__title span {
    font-size: 2rem;
    padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
  }

  .p-topQa__title--en {
    font-size: 2.75rem;
    left: 0;
    top: 0;
  }

  .p-topQa__bg-l {
    width: 9.25rem;
    top: 9%;
  }

  .p-topQa__bg-r {
    width: 9.875rem;
    top: 0;
  }

  .p-topQa__items {
    gap: 2.5rem;
    margin-top: 5rem;
  }

  .p-topQa__item--question {
    font-size: 1.3rem;
    padding: 1rem 6rem 1rem 1rem;
    gap: 0.5rem;
  }

  .p-topQa__item--question::before {
    font-size: 1.5rem;
    bottom: 0.1rem;
  }

  .p-topQa__item--question--img1 {
    width: 5.5rem;
    right: 0.5rem;
    bottom: 0;
  }

  .p-topQa__item--question--img2 {
    width: 5.5rem;
    right: 0.5rem;
    bottom: 0;
  }

  .p-topQa__item--question--img3 {
    width: 5.5rem;
    right: 0.5rem;
    bottom: 0;
  }

  .p-topQa__item--question.q3 {
    padding: 1rem 2rem 1rem 1rem;
    margin-top: 3rem;
  }

  .p-topQa__item--answer {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }

  .p-topQa__item--answer--head {
    font-size: 1.3rem;
    padding-bottom: 1rem;
  }

  .p-topQa__item--answer--head::before {
    font-size: 1.5rem;
    bottom: 0.1rem;
  }

  .p-topQa__item--answer--text {
    font-size: 0.9rem;
  }

  .p-topQa__item--answer--img2 {
    width: 265px;
    right: -1rem;
    bottom: -70px;
  }

  .p-topQa__item--answer--img3 {
    width: 203px;
    left: -1rem;
    bottom: -80px;
  }


  /* special */
  .p-topSpecial__sub {
    font-size: 1.5rem;
  }

  .p-topSpecial__title {
    font-size: 3.75rem;
  }

  .p-topSpecial__flex {
    flex-direction: column;
  }

  .p-topSpecial__box {
    margin-inline: auto;
  }

  .p-topSpecial__group {
    margin-inline: auto;
  }

  .p-topGallery__sub {
    font-size: 1.5rem;
  }

  .p-topGallery__title {
    font-size: 3.75rem;
  }

  .p-topGallery__grid {
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    height: auto;
    padding-inline: 1.25rem;
  }

  .p-topGallery__item {
    border-radius: 1.25rem;
  }

  .p-topGallery__item01 {
    grid-area: auto;
    height: 100%;
  }

  .p-topGallery__item02 {
    grid-area: auto;
    height: 100%;
  }

  .p-topGallery__item03 {
    grid-area: auto;
    height: 100%;
  }

  .p-topGallery__item04 {
    grid-area: auto;
    height: 100%;
  }

  .p-topGallery__item05 {
    grid-area: auto;
    height: 100%;
  }

  .p-topGallery__item06 {
    grid-area: auto;
    height: 100%;
  }

  .p-topGallery__item07 {
    grid-area: auto;
    height: 100%;
    margin-top: 0;
  }

  .p-topGallery__item08 {
    grid-area: auto;
    height: 100%;
    margin-top: 0;
  }

  .loading__title {
    font-size: 2.8125rem;
  }

  .p-modal {
    align-items: flex-start;
    overflow-y: auto;
    padding-block: 1.25rem;
  }

  .p-modal .p-modal__item {
    margin: auto;
  }

  .p-modal__item {
    padding-block: 1.875rem 12.5rem;
    padding-inline: 1.25rem;
  }

  .p-modal__item02 {
    padding-block: 1.875rem;
  }

  .p-modal__item03 {
    padding-block: 1.875rem 15rem;
  }

  .p-modal__img {
    max-width: 8.125rem;
  }

  .p-modal__close {
    height: 1.875rem;
    width: 1.875rem;
  }

  .p-modal__head {
    gap: 0.625rem;
  }

  .p-modal__headIcon {
    max-width: 1.875rem;
  }

  .p-modal__headTitle {
    font-size: 1.125rem;
  }

  .p-modal__text {
    font-size: 1rem;
  }

  .p-modal__btn {
    font-size: 1rem;
    line-height: 2;
  }

  .p-modal__btn-icon {
    width: 2.5rem;
  }

  .p-modal__btns-text {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }

  .p-modal__imgs {
    flex-wrap: wrap;
  }

  .p-modal__trip {
    flex: 0 0 calc(50% - 0.25rem);
    max-width: 100%;
  }

  .p-modal__trip:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .p-modal__text--note {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }

  .u-font18 {
    font-size: 1rem;
  }

  .u-font20 {
    font-size: 1rem;
  }

  .u-font22 {
    font-size: 1.125rem;
  }

  .u-font24 {
    font-size: 1.125rem;
  }

  .u-mt100 {
    margin-top: 1.875rem;
  }

  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }

  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }

  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }

  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }

  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }

  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }

  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }

  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }

  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }

  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }

  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }

  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }

  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }

  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }

  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }

  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }

  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }

  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }

  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }

  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .u-textMdLeft {
    text-align: Left !important;
  }

  .u-textMdCenter {
    text-align: Center !important;
  }

  .u-textMdRight {
    text-align: Right !important;
  }

  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.entry-confirm th {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.9;
}
.entry-confirm td {
  font-size: 0.9rem;
  font-weight: 400;
}
.c-btn-link-submit{
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.0357142857;
}
.wpcf7-spinner{
  display: none !important;
}
.p-entry-thanks{
  margin-bottom: 10rem;
}
.p-entry__text-thanks{
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 3.125rem;
}
.c-btn-text-thanks{
width: 30%;
max-width: 20rem;
margin: 0 auto;
text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn-text-thanks{
    width: 70%;
  }
}
