html {
  font-size: 0.661376vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1513px) {
  html {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 1.1111111vw !important;
  }
}
@media screen and (max-width: 430px) {
  html {
    font-size: 2.325581vw !important;
  }
}

body {
  color: var(--primary-color);
  font-family: var(--jp-primary-font);
  font-weight: 500;
  line-height: 1;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

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

li {
  list-style: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

:root {
  --jp-primary-font: "Noto Sans JP", sans-serif;
  --jp-secondary-font: ;
  --jp-tertiary-font: ;
  --jp-quaternary-font: ;
  --en-primary-font: "din-2014", sans-serif;
  --en-secondary-font: "";
  --en-tertiary-font: "";
  --en-quaternary-font: "";
  --primary-color: #333333;
  --secondary-color: #DE8315;
  --tertiary-color: #F2A03D;
  --quaternary-color: ;
  --quinary-color: ;
  --senary-color: ;
  --septenary-color: ;
  --octonary-color: ;
  --nonary-color: ;
  --denary-color: ;
  --undenary-color: ;
  --duodecuple-color: ;
  --tridecuple-color: ;
  --quatuordecuple-color: ;
  --quindecuple-color: ;
  --sedecuple-color: ;
  --bg-color: ;
  --border-color: ;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 84px;
  padding: 18px 12.8rem 18px 13.2rem;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .header {
    height: 50px;
    padding: 8px 2rem 8px;
    z-index: 12;
  }
}

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

.header__logo {
  width: 245px;
}
@media screen and (max-width: 900px) {
  .header__logo {
    width: 180px;
  }
}

.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}

.header-box-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.header-box-list {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
  width: 134px;
}

.header-box-list-link {
  padding-block: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: 0.09em;
}

.header-box-list-1 {
  border: 1px solid var(--secondary-color);
  color: #fff;
  background-color: var(--secondary-color);
}

.header-box-list-2 {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background-color: #fff;
}

.header-box-btn {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 11px;
  width: 40px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .header-box-btn {
    width: 30px;
    gap: 9px;
  }
}

.header-box-btn__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
}

@media (hover: hover) {
  .header-box-list-1:hover {
    color: var(--secondary-color);
    background-color: #fff;
  }
  .header-box-list-2:hover {
    color: #fff;
    background-color: var(--secondary-color);
  }
}
.sp-nav-wrap {
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 0;
  width: min(100%, 380px);
  height: 100svh;
  -webkit-transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 430px) {
  .sp-nav-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sp-nav-wrap .header-box-lists {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 430px) {
  .sp-nav-wrap .header-box-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sp-nav-wrap .header-box-list {
  width: 48%;
}
@media screen and (max-width: 430px) {
  .sp-nav-wrap .header-box-list {
    width: 100%;
  }
}

.sp-nav {
  z-index: 100;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px 40px 45px;
  background-color: #fff;
  -webkit-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.0588235294);
          box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.0588235294);
}
@media screen and (max-width: 430px) {
  .sp-nav {
    padding: 35px 40px 45px 3rem;
  }
}

.sp-nav__logo {
  width: 192px;
  margin-bottom: 40px;
}
@media screen and (max-width: 430px) {
  .sp-nav__logo {
    width: 13rem;
  }
}

.sp-nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.sp-nav-list a {
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.header-box-btn--close {
  position: absolute;
  right: 24px;
  top: 38px;
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .header-box-btn--close {
    top: 33px;
  }
}
.header-box-btn--close svg {
  width: 32px;
}
@media screen and (max-width: 430px) {
  .header-box-btn--close svg {
    width: 22px;
  }
}

.is-active .sp-nav-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-active .sp-menu__bg {
  opacity: 1;
  visibility: visible;
}

.sp-menu__bg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  -webkit-transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.footer {
  background-color: #fff;
  padding: 70px 12.6rem 152px 13rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 60px 2rem 120px;
  }
}

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    max-width: 430px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-box-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .footer-box-info {
    width: 100%;
  }
}

.footer-box-info__logo {
  width: max(32.7rem, 280px);
}
@media screen and (max-width: 900px) {
  .footer-box-info__logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .footer-box-info__logo {
    width: 260px;
  }
}

.footer-box-info__txt {
  font-weight: 500;
  font-size: max(1.4rem, 11px);
  line-height: 1.58;
  letter-spacing: 0.05em;
  margin-left: 3px;
}
@media screen and (max-width: 900px) {
  .footer-box-info__txt {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer-box-info__txt--mod {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-btn {
  width: max(40rem, 220px);
  border: 2px solid var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .footer-btn {
    width: min(100%, 400px);
  }
}
.footer-btn a {
  width: 100%;
  height: 100%;
  padding-block: 2rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.49;
  letter-spacing: 0.05em;
  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: 1.5rem;
}
.footer-btn svg {
  width: 17px;
}
.footer-btn svg path {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

@media (hover: hover) {
  .footer-btn:hover {
    background-color: #fff;
    color: var(--tertiary-color);
  }
  .footer-btn:hover path {
    fill: var(--tertiary-color);
  }
}
.footer-box-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 2.4rem;
}
@media screen and (max-width: 900px) {
  .footer-box-lists {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    row-gap: 11px;
  }
}

.footer-box-lists--mod {
  margin-top: 11px;
  margin-bottom: 14px;
}
@media screen and (max-width: 900px) {
  .footer-box-lists--mod {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
  }
}

.footer-box-list {
  font-weight: 500;
  font-size: max(1.4rem, 11px);
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .footer-box-list {
    white-space: wrap;
  }
}

.footer-copy {
  font-weight: 500;
  font-size: max(1.2rem, 10px);
  line-height: 208%;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .footer-copy {
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .home .c-cv {
    opacity: 0;
  }
}

.c-cv {
  position: fixed;
  z-index: 12;
  right: 9px;
  bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 12px 8px 12px 18px;
  background-color: var(--secondary-color);
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .c-cv {
    padding: 10px 8px 10px;
    gap: 10px;
    z-index: 10;
  }
}

.c-cv__icon {
  width: 42px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-top: 6px;
}
@media screen and (max-width: 900px) {
  .c-cv__icon {
    width: 24px;
  }
}
.c-cv__icon svg {
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 900px) {
  .c-cv__icon svg {
    width: 18px;
    height: 18px;
  }
}

.c-cv-box {
  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;
}

.c-cv-box__ttl {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.62;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 900px) {
  .c-cv-box__ttl {
    font-size: 17px;
    line-height: 1.2;
  }
}

.c-cv-box__txt {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 900px) {
  .c-cv-box__txt {
    font-size: 14px;
  }
}

.c-btn {
  width: 506px;
  border: 2px solid var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 900px) {
  .c-btn {
    width: min(100%, 400px);
  }
}
.c-btn a {
  width: 100%;
  height: 100%;
  padding-block: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.39;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-btn a {
    padding-block: 15px;
  }
}
.c-btn svg {
  width: 10.12px;
  position: absolute;
  top: 50%;
  right: 33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn svg line {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

@media (hover: hover) {
  .c-btn:hover {
    background-color: #fff;
    color: var(--tertiary-color);
  }
  .c-btn:hover line {
    stroke: var(--tertiary-color);
  }
}
.l-heading {
  position: relative;
  margin-top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .l-heading {
    margin-top: 50px;
  }
}
@media screen and (max-width: 430px) {
  .l-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-heading-box {
  padding: 6.8vw 12rem 20px 7.3rem;
  background-color: var(--tertiary-color);
  color: var(--tertiary-color);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .l-heading-box {
    padding: 8rem 4rem 20px 2rem;
    gap: 25px;
  }
}
@media screen and (max-width: 430px) {
  .l-heading-box {
    padding: 25px 2rem 13px;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 0;
    top: -40px;
  }
}
.l-heading-box h1 {
  font-weight: 700;
  font-size: 1.58vw;
  letter-spacing: 0.05em;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 20px 8px 13px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 900px) {
  .l-heading-box h1 {
    padding: 6px 2rem 6px 1.3rem;
    font-size: max(1.6rem, 13px);
    white-space: nowrap;
    margin-top: 5px;
  }
}

.l-heading-box__en {
  font-family: var(--en-primary-font);
  font-weight: 600;
  font-size: 4.9vw;
  letter-spacing: 0.05em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 20px 4px 10px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 900px) {
  .l-heading-box__en {
    padding: 3px 2rem 3px 1rem;
    font-size: max(5rem, 40px);
  }
}
@media screen and (max-width: 430px) {
  .l-heading-box__en {
    font-size: max(4.7rem, 36px);
  }
}

.l-heading__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: auto;
}

.l-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 5px;
}

.l-breadcrumb__txt {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .l-breadcrumb__txt {
    font-size: 10px;
  }
}

.top-loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
}

.top-fv {
  width: 100%;
  height: calc(100svh - 84px);
  position: relative;
  margin-top: 84px;
}
@media screen and (max-width: 900px) {
  .top-fv {
    height: inherit;
    margin-top: 50px;
  }
}

.top-fv__bg {
  width: 100%;
  height: 100%;
}

.top-fv-box {
  position: absolute;
  left: 2.9vw;
  bottom: 2.97vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 900px) {
  .top-fv-box {
    left: 20px;
    bottom: 70px;
  }
}

.top-fv-box-txt-wrap {
  position: relative;
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 8px;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.top-fv-box-txt {
  font-weight: 700;
  font-size: 4.344vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-image: -webkit-gradient(linear, left top, right top, from(#de8315), to(#ffd39e));
  background-image: linear-gradient(90deg, #de8315, #ffd39e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 900px) {
  .top-fv-box-txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  .top-fv-box-txt {
    font-size: 2.8rem;
  }
}

.top-fv-box-txt__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

.top-fv-box__ttl {
  background-color: var(--secondary-color);
  padding: 6px 46px;
  font-weight: 700;
  font-size: max(1.32vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .top-fv-box__ttl {
    font-size: 18px;
    padding: 4px 30px;
  }
}
@media screen and (max-width: 430px) {
  .top-fv-box__ttl {
    padding: 3px 2.8rem;
    font-size: 1.8rem;
  }
}

.top-intro {
  padding-top: 20px;
  padding-bottom: 166px;
  background: -webkit-gradient(linear, left top, right bottom, from(#de8315), to(#ffd39e));
  background: linear-gradient(to right bottom, #de8315, #ffd39e);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-intro {
    padding-bottom: 60px;
  }
}

.top-intro__en {
  font-family: var(--en-primary-font);
  font-weight: 600;
  font-size: 19rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.2);
  margin-left: -15rem;
}
@media screen and (max-width: 900px) {
  .top-intro__en {
    font-size: 90px;
  }
}
@media screen and (max-width: 430px) {
  .top-intro__en {
    font-size: 6rem;
  }
}

.top-intro__ttl {
  font-weight: 700;
  font-size: max(6.46rem, 50px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top-intro__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  .top-intro__ttl {
    font-size: max(3rem, 24px);
  }
}

.top-intro__txt {
  font-weight: 700;
  font-size: max(2.4rem, 18px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 120px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top-intro__txt {
    font-size: 16px;
    padding-inline: 2rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 430px) {
  .top-intro__txt {
    font-size: max(1.6rem, 15px);
  }
}

.top-intro-img-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-intro-img {
  -webkit-animation: infinity-scroll-left 60s infinite linear both;
          animation: infinity-scroll-left 60s infinite linear both;
  margin-right: max(3.96vw, 60px);
}
@media screen and (max-width: 900px) {
  .top-intro-img {
    margin-right: 20px;
  }
}
.top-intro-img img {
  width: max(119vw, 180px);
  max-width: inherit;
}
@media screen and (max-width: 900px) {
  .top-intro-img img {
    width: 600px;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
  }
}
.top-concept {
  padding: 110px 12.6rem 130px;
}
@media screen and (max-width: 900px) {
  .top-concept {
    padding: 100px 2rem 110px;
  }
}
.top-concept .c-btn {
  margin-left: auto;
  margin-right: auto;
}

.top-concept-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-concept-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-concept-box-content {
  margin-top: 3rem;
  width: 45.7%;
}
@media screen and (max-width: 900px) {
  .top-concept-box-content {
    width: 100%;
    margin-top: 30px;
  }
}
.top-concept-box-content h2 {
  font-weight: 700;
  font-size: max(3.6rem, 24px);
  line-height: 1.39;
  letter-spacing: 0.05em;
  padding-bottom: 2rem;
  margin-bottom: 4.2rem;
  position: relative;
  color: var(--secondary-color);
}
@media screen and (max-width: 900px) {
  .top-concept-box-content h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 430px) {
  .top-concept-box-content h2 {
    font-size: 2.8rem;
  }
}
.top-concept-box-content h2 span {
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  background-color: var(--secondary-color);
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .top-concept-box-content h2 span {
    width: 60px;
  }
}
.top-concept-box-content p {
  font-weight: 700;
  font-size: max(1.6rem, 12px);
  line-height: 2.34;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .top-concept-box-content p {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .top-concept-box-content p {
    font-size: max(1.6rem, 15px);
  }
}

.top-concept-box__img {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .top-concept-box__img {
    width: 100%;
  }
}

.top-concept-box-1 .top-concept-box__img {
  margin-right: -12.6rem;
}
@media screen and (max-width: 900px) {
  .top-concept-box-1 .top-concept-box__img {
    margin-left: 0;
  }
}

.top-concept-box-2 {
  margin-top: 60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .top-concept-box-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-concept-box-2 .top-concept-box__img {
  margin-left: -12.6rem;
}
@media screen and (max-width: 900px) {
  .top-concept-box-2 .top-concept-box__img {
    margin-left: 0;
  }
}

.top-interview {
  background-color: var(--tertiary-color);
  padding-top: 110px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-interview {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.top__en-ttl {
  font-family: var(--en-primary-font);
  font-weight: 600;
  font-size: 74px;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  margin-inline: auto;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top__en-ttl {
    font-size: 50px;
  }
}

.top__ttl {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 26px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top__ttl {
    font-size: 15px;
    margin-top: 20px;
  }
}

.top-interview-slider {
  width: min(156%, 2368px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 120px 0 0;
  padding-bottom: 5rem;
}
@media screen and (max-width: 900px) {
  .top-interview-slider {
    margin-top: 80px;
  }
}
@media screen and (max-width: 430px) {
  .top-interview-slider {
    width: 200%;
    padding-bottom: 3rem;
  }
}
.top-interview-slider .swiper-button-prev,
.top-interview-slider .swiper-button-next {
  width: 4.6rem;
  aspect-ratio: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .top-interview-slider .swiper-button-prev,
  .top-interview-slider .swiper-button-next {
    width: 3.8rem;
  }
}
@media screen and (max-width: 430px) {
  .top-interview-slider .swiper-button-prev,
  .top-interview-slider .swiper-button-next {
    width: 3rem;
  }
}
.top-interview-slider .swiper-button-prev::after,
.top-interview-slider .swiper-button-next::after {
  display: none;
}
.top-interview-slider .swiper-button-prev {
  left: 77rem;
}
@media screen and (max-width: 900px) {
  .top-interview-slider .swiper-button-prev {
    left: 46rem;
  }
}
@media screen and (max-width: 430px) {
  .top-interview-slider .swiper-button-prev {
    left: 28rem;
  }
}
.top-interview-slider .swiper-button-next {
  right: 77rem;
}
@media screen and (max-width: 900px) {
  .top-interview-slider .swiper-button-next {
    right: 46rem;
  }
}
@media screen and (max-width: 430px) {
  .top-interview-slider .swiper-button-next {
    right: 28rem;
  }
}
.top-interview-slider .swiper-slide {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top-interview-slider .swiper-slide-active {
  opacity: 1;
}

.top-interview-slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7rem;
  padding: 1.8rem 2.6rem;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--tertiary-color);
  position: absolute;
  left: -12px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 900px) {
  .top-interview-slider-content {
    padding: 10px 2rem;
    gap: 1.2rem;
  }
}
.top-interview-slider-content span {
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .top-interview-slider-content span {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .top-interview-slider-content span {
    font-size: 2.4rem;
  }
}
.top-interview-slider-content h3 {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 900px) {
  .top-interview-slider-content h3 {
    font-size: 16px;
  }
}

.top-feature {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 160px;
}
@media screen and (max-width: 900px) {
  .top-feature {
    padding: 110px 2rem 130px;
  }
}
.top-feature .top__en-ttl {
  color: var(--tertiary-color);
}
.top-feature .top__ttl {
  color: var(--tertiary-color);
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .top-feature .top__ttl {
    margin-bottom: 40px;
  }
}
.top-feature .c-btn--feature-1 {
  width: max(40rem, 330px);
}
@media screen and (max-width: 900px) {
  .top-feature .c-btn--feature-1 {
    width: 100%;
  }
}
.top-feature .c-btn--feature-1 a {
  font-size: max(1.6rem, 12px);
}
.top-feature .c-btn--feature-2 {
  margin: 70px auto 0;
}
@media screen and (max-width: 900px) {
  .top-feature .c-btn--feature-2 {
    margin-top: 60px;
  }
}

.top-feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 7rem;
  position: relative;
  z-index: 11;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .top-feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    z-index: 1;
  }
}

.top-feature-box-imgs {
  width: 50%;
  height: 100vh;
  position: relative;
}

.top-feature-box-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .top-feature-box-img {
    aspect-ratio: 330/420;
    margin-bottom: 40px;
  }
}

.top-feature-box-img--mod {
  position: absolute;
}

.top-feature-box {
  width: min(45%, 1000px);
  margin-top: 40px;
  padding-right: 4.7rem;
}
@media screen and (max-width: 900px) {
  .top-feature-box {
    width: inherit;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}

.top-feature-box-content h3 {
  font-weight: 700;
  font-size: min(1.85vw, 42px);
  line-height: 1.79;
  letter-spacing: 0.05em;
  color: var(--tertiary-color);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.top-feature-box-content h3 span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 70px;
  background-color: var(--tertiary-color);
}

.top-feature-box-content__txt {
  font-weight: 500;
  font-size: min(1vw, 24px);
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 11px;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content__txt {
    font-size: 15px;
  }
}
.top-feature-box-content__txt span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 90%;
  width: 2px;
  background-color: var(--tertiary-color);
}

.top-feature-box-content__txt:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content__txt:not(:last-child) {
    margin-bottom: 30px;
  }
}

.top-feature-box-content-01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content-01 {
    margin-bottom: 80px;
  }
}

.top-feature-box-content--mod {
  margin-bottom: 28rem;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content--mod {
    margin-bottom: 80px;
  }
}

.top-feature-box-content-disease {
  width: 100%;
  padding: 11px 1.7rem 22px;
  background-color: rgba(242, 160, 61, 0.2);
}
.top-feature-box-content-disease h4 {
  font-weight: 700;
  font-size: min(1vw, 24px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content-disease h4 {
    font-size: 15px;
  }
}
.top-feature-box-content-disease p {
  font-weight: 500;
  font-size: min(0.79vw, 18px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content-disease p {
    font-size: 12px;
  }
}

.top-feature-box-content-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.7rem;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content-lists li {
    gap: 2rem;
  }
}
.top-feature-box-content-lists li svg {
  width: 6.3rem;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content-lists li svg {
    width: 40px;
  }
}
.top-feature-box-content-lists li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content-lists li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.top-feature-box-content-list__inner {
  width: calc(100% - 9rem);
}
@media screen and (max-width: 900px) {
  .top-feature-box-content-list__inner {
    width: calc(100% - 40px - 2.7rem);
  }
}
@media screen and (max-width: 430px) {
  .top-feature-box-content-list__inner {
    width: calc(100% - 40px - 2rem);
  }
}
.top-feature-box-content-list__inner h4 {
  font-weight: 700;
  font-size: min(1.2vw, 27px);
  line-height: 1.18;
  letter-spacing: 0.05em;
  color: var(--tertiary-color);
  padding-left: 1rem;
  border-left: 2px solid var(--tertiary-color);
  margin-bottom: 13px;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content-list__inner h4 {
    font-size: 16px;
  }
}
.top-feature-box-content-list__inner p {
  font-weight: 500;
  font-size: min(0.92vw, 21px);
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .top-feature-box-content-list__inner p {
    font-size: 14px;
  }
}

.top-message {
  background-color: var(--tertiary-color);
  padding: 100px 12.6rem 130px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-message {
    padding: 100px 2rem 110px;
  }
}
.top-message .container {
  position: relative;
  z-index: 0;
}

.top-message__en {
  font-family: var(--en-primary-font);
  font-weight: 600;
  font-size: 19rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: -1;
  left: -12rem;
  top: -11rem;
}
@media screen and (max-width: 900px) {
  .top-message__en {
    font-size: 90px;
  }
}
@media screen and (max-width: 430px) {
  .top-message__en {
    font-size: 6rem;
  }
}

.top-message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .top-message-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-message-box-content {
  width: 67%;
  margin-top: 3.6rem;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top-message-box-content {
    width: 100%;
    margin-top: 40px;
  }
}
.top-message-box-content h3 {
  font-weight: 700;
  font-size: max(2.4rem, 18px);
  line-height: 1.79;
  letter-spacing: 0.05em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 900px) {
  .top-message-box-content h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.top-message-box-content__txt {
  font-weight: 700;
  font-size: max(1.6rem, 13px);
  line-height: 2.34;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .top-message-box-content__txt {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

.top-message-box-content__txt--mod {
  margin-bottom: 0;
}

.top-message-box__img {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .top-message-box__img {
    width: 100%;
  }
}

.top-career {
  padding: 140px 12.6rem 147px;
}
@media screen and (max-width: 900px) {
  .top-career {
    padding: 50px 2rem 120px;
  }
}

.top-career__img {
  width: calc(100% + 12.6rem);
  margin-right: -12.6rem;
}
@media screen and (max-width: 900px) {
  .top-career__img {
    width: calc(100% + 2rem);
    margin-right: -2rem;
  }
}

.top-career-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top-career-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}

.top-career-box-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .top-career-box-content {
    width: 100%;
  }
}
.top-career-box-content .top__en-ttl {
  text-align: left;
  color: var(--tertiary-color);
  font-size: 7.4rem;
}
@media screen and (max-width: 900px) {
  .top-career-box-content .top__en-ttl {
    width: 100%;
    font-size: 50px;
  }
}
.top-career-box-content .top__ttl {
  text-align: left;
  color: var(--tertiary-color);
  font-size: 2.4rem;
  font-size: 18px;
}

.top-career-box-wrap {
  width: 60%;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .top-career-box-wrap {
    width: 100%;
    margin-top: 0;
  }
}
.top-career-box-wrap p {
  font-weight: 500;
  font-size: max(1.6rem, 11px);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
@media screen and (max-width: 900px) {
  .top-career-box-wrap p {
    font-size: 15px;
  }
}
@media screen and (max-width: 430px) {
  .top-career-box-wrap p {
    font-size: max(1.5rem, 13px);
  }
}
.top-career-box-wrap .c-btn {
  width: max(40rem, 320px);
}
@media screen and (max-width: 900px) {
  .top-career-box-wrap .c-btn {
    width: min(400px, 100%);
  }
}
.top-career-box-wrap .c-btn a {
  font-size: max(1.6rem, 13px);
}

.top-example {
  padding-bottom: 130px;
}
@media screen and (max-width: 900px) {
  .top-example {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 430px) {
  .top-example {
    padding-inline: 3.5rem;
  }
}
.top-example .top__en-ttl {
  color: var(--tertiary-color);
}
.top-example .top__ttl {
  color: var(--tertiary-color);
}

.top-example-slider {
  width: min(207%, 3144px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 80px 0 0;
}
@media screen and (max-width: 430px) {
  .top-example-slider {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top-example-slider .swiper-button-prev-2,
.top-example-slider .swiper-button-next-2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 4.6rem;
  aspect-ratio: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .top-example-slider .swiper-button-prev-2,
  .top-example-slider .swiper-button-next-2 {
    width: 3.8rem;
  }
}
@media screen and (max-width: 430px) {
  .top-example-slider .swiper-button-prev-2,
  .top-example-slider .swiper-button-next-2 {
    width: 3rem;
  }
}
.top-example-slider .swiper-button-prev-2::after,
.top-example-slider .swiper-button-next-2::after {
  display: none;
}
.top-example-slider .swiper-button-prev-2 {
  left: 103rem;
}
@media screen and (max-width: 900px) {
  .top-example-slider .swiper-button-prev-2 {
    left: 61rem;
  }
}
@media screen and (max-width: 430px) {
  .top-example-slider .swiper-button-prev-2 {
    left: -1.5rem;
  }
}
.top-example-slider .swiper-button-next-2 {
  right: 103rem;
}
@media screen and (max-width: 900px) {
  .top-example-slider .swiper-button-next-2 {
    right: 61rem;
  }
}
@media screen and (max-width: 430px) {
  .top-example-slider .swiper-button-next-2 {
    right: -1.5rem;
  }
}

.top-example-slider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6.2rem 2.7rem 5rem 5.3rem;
  background-color: rgba(242, 160, 61, 0.2);
  -webkit-box-shadow: 2px 4px 4px -1px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 2px 4px 4px -1px rgba(0, 0, 0, 0.0588235294);
}
@media screen and (max-width: 900px) {
  .top-example-slider-box {
    padding: 3.5rem 2rem 3rem;
    -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;
    gap: 30px;
  }
}

.top-example-slider-box-img-wrap {
  width: 29%;
  display: grid;
  gap: 8px;
  place-content: center;
}
@media screen and (max-width: 900px) {
  .top-example-slider-box-img-wrap {
    width: 50%;
  }
}
.top-example-slider-box-img-wrap span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.68;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-example-slider-box-content {
  width: 68%;
}
@media screen and (max-width: 900px) {
  .top-example-slider-box-content {
    width: 100%;
  }
}

.top-example-slider-box-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .top-example-slider-box-content p {
    font-size: 13px;
  }
}
.top-example-slider-box-content p:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .top-example-slider-box-content p:not(:last-child) {
    margin-bottom: 25px;
  }
}

.top-staff {
  padding: 0 12.6rem 180px;
}
@media screen and (max-width: 900px) {
  .top-staff {
    padding: 0 2rem 120px;
  }
}
.top-staff .top__en-ttl {
  color: var(--tertiary-color);
}
.top-staff .top__ttl {
  color: var(--tertiary-color);
  margin-bottom: 80px;
}

.top-staff-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-staff-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-staff-box-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .top-staff-box-2 {
    margin-top: 70px;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-staff-box-content {
  width: 44%;
  margin-top: 5.7rem;
}
@media screen and (max-width: 900px) {
  .top-staff-box-content {
    width: 100%;
    margin-top: 40px;
  }
}
.top-staff-box-content h3 {
  color: var(--secondary-color);
  position: relative;
  font-weight: 700;
  font-size: max(2.4rem, 18px);
  line-height: 1.39;
  letter-spacing: 0.05em;
  padding-bottom: 1.5rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 900px) {
  .top-staff-box-content h3 {
    font-size: 22px;
  }
}
.top-staff-box-content h3 span {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-color);
  display: block;
  width: 100px;
  height: 2px;
}
@media screen and (max-width: 900px) {
  .top-staff-box-content h3 span {
    width: 60px;
  }
}
.top-staff-box-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.top-staff-box-content p:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .top-staff-box-content p:not(:last-child) {
    margin-bottom: 25px;
  }
}

.top-staff-box__img {
  width: 48%;
}
@media screen and (max-width: 900px) {
  .top-staff-box__img {
    width: 100%;
  }
}

.top-recruit {
  padding-inline: 12rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#de8315), to(#ffd39e));
  background: linear-gradient(to right bottom, #de8315, #ffd39e);
}
@media screen and (max-width: 900px) {
  .top-recruit {
    padding-inline: 5rem;
  }
}
@media screen and (max-width: 430px) {
  .top-recruit {
    padding-inline: 2rem;
  }
}
.top-recruit .top__en-ttl {
  color: var(--tertiary-color);
}
.top-recruit .top__ttl {
  color: var(--tertiary-color);
}
.top-recruit .c-btn {
  width: 506px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .top-recruit .c-btn {
    width: min(400px, 100%);
  }
}
@media screen and (max-width: 430px) {
  .top-recruit .c-btn a {
    font-size: 2rem;
  }
}

.top-recruit-box {
  position: relative;
  top: -80px;
  padding: 80px 4.6rem 73px;
  background-color: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .top-recruit-box {
    top: -40px;
    padding: 40px 2rem 50px;
  }
}
@media screen and (max-width: 430px) {
  .top-recruit-box {
    top: -30px;
    padding-top: 30px;
  }
}

.top-recruit-lists {
  margin-top: 65px;
  margin-bottom: 60px;
}
@media screen and (max-width: 430px) {
  .top-recruit-lists {
    margin-top: 40px;
  }
}
.top-recruit-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (max-width: 430px) {
  .top-recruit-lists li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-recruit-lists h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 253px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-recruit-lists h3 {
    width: 140px;
  }
}
@media screen and (max-width: 430px) {
  .top-recruit-lists h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.top-recruit-lists p {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  width: calc(100% - 253px);
}
@media screen and (max-width: 900px) {
  .top-recruit-lists p {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 430px) {
  .top-recruit-lists p {
    width: 100%;
  }
}

.career-concept {
  padding: 90px 2rem 140px;
}
@media screen and (max-width: 900px) {
  .career-concept {
    padding-bottom: 110px;
  }
}
.career-concept h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.39;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--secondary-color);
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .career-concept h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 430px) {
  .career-concept h2 {
    font-size: max(2.8rem, 24px);
  }
}
.career-concept p {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.34;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .career-concept p {
    font-size: 15px;
  }
}
.career-concept p:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .career-concept__inner {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

.career-flow {
  padding: 0 5rem 170px;
}
@media screen and (max-width: 900px) {
  .career-flow {
    padding: 0 2rem 130px;
  }
}
.career-flow .top__en-ttl {
  color: var(--tertiary-color);
}
.career-flow .top__ttl {
  color: var(--tertiary-color);
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .career-flow .top__ttl {
    margin-bottom: 90px;
  }
}

.career-flow__inner {
  max-width: 1150px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .career-flow__inner {
    max-width: 430px;
  }
}

.career-flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .career-flow-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.career-flow-box-ttl-wrap {
  width: 34.4%;
  position: sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 90px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .career-flow-box-ttl-wrap {
    position: static;
    width: 100%;
  }
}
.career-flow-box-ttl-wrap h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.339;
  letter-spacing: 0.05em;
  color: var(--secondary-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .career-flow-box-ttl-wrap h3 {
    font-size: 28px;
  }
}
.career-flow-box-ttl-wrap h3 span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .career-flow-box-ttl-wrap h3 span {
    font-size: 14px;
  }
}
.career-flow-box-ttl-wrap p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: 0.05em;
}

.career-flow-box-content {
  width: 65.6%;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .career-flow-box-content {
    width: 100%;
    margin-top: 60px;
  }
}
.career-flow-box-content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: 0.05em;
  padding: 6px 1.5rem;
  background-color: var(--tertiary-color);
  color: #fff;
  margin-bottom: 40px;
}

.career-flow-box-content-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.career-flow-box-content-lists li h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: 0.05em;
  padding-left: 10px;
  margin-bottom: 15px;
  border-left: 4px solid var(--tertiary-color);
  color: var(--tertiary-color);
}
.career-flow-box-content-lists li p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.94;
  letter-spacing: 0.05em;
}

.career-flow-box-content-list-txt--mod {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .career-flow-box-content-list-txt--mod {
    margin-bottom: 25px;
  }
}

.career-flow-box--mod {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 900px) {
  .career-flow-box--mod {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.career-flow-box-content-txt {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.94;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.career-back {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .career-back {
    padding-bottom: 10px;
  }
}
.career-back .top__en-ttl {
  color: var(--tertiary-color);
}
.career-back .top__ttl {
  color: var(--tertiary-color);
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .career-back .top-concept-box-content p {
    line-height: 1.85;
  }
}

.career-message {
  background: -webkit-gradient(linear, left top, right top, from(#de8315), to(#ffd39e));
  background: linear-gradient(to right, #de8315, #ffd39e);
  padding: 120px 5rem 100px;
}
@media screen and (max-width: 900px) {
  .career-message {
    padding: 100px 2rem 90px;
  }
}
.career-message h2 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .career-message {
    gap: 20px;
  }
}
.career-message p {
  font-weight: 700;
  font-size: max(2.4rem, 20px);
  line-height: 1.79;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .career-message p {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .career-message p {
    font-size: max(1.6rem, 14px);
  }
}
.career-message p:not(:last-child) {
  margin-bottom: 40px;
}

.career-message__ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 2rem;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .career-message__ttl {
    padding: 8px 2rem;
  }
}
@media screen and (max-width: 430px) {
  .career-message__ttl {
    padding: 7px 1rem;
  }
}
.career-message__ttl span {
  background-image: -webkit-gradient(linear, left top, right top, from(#de8315), to(#ffd39e));
  background-image: linear-gradient(90deg, #de8315, #ffd39e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: max(3.2rem, 28px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .career-message__ttl span {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 430px) {
  .career-message__ttl span {
    font-size: max(2rem, 17px);
  }
}

@media screen and (max-width: 900px) {
  .career-message__inner {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 900px) {
  .career-message__ttl--mod {
    width: 90%;
  }
}

.contact {
  padding: 90px 5rem 130px;
}
@media screen and (max-width: 900px) {
  .contact {
    padding: 80px 2rem 110px;
  }
}

.contact__txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .contact__txt {
    font-size: 14px;
  }
}

.wpcf7-previous {
  display: block !important;
}

#wpcf7-f26-o1 {
  display: none;
}

.contact-box {
  max-width: 910px;
  margin: 60px auto 0;
}
@media screen and (max-width: 900px) {
  .contact-box {
    max-width: 430px;
  }
}
.contact-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #AAAAAA;
}
.contact-box dt {
  width: 255px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 3.4rem;
  padding-left: 2rem;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (max-width: 900px) {
  .contact-box dt {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.contact-box dt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .contact-box dt p {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 1.5rem;
  }
}
.contact-box dt p span {
  background-color: #f2683d;
  color: #fff;
  padding: 5px 13px 6px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.contact-box dt label {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.contact-box dd {
  padding-top: 32px;
  padding-bottom: 32px;
  width: calc(100% - 255px);
  font-weight: 700;
  font-size: 16px;
  line-height: 2.3;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (max-width: 900px) {
  .contact-box dd {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .contact-box dd {
    width: 100%;
  }
}
.contact-box input {
  width: 100%;
  padding: 4px 10px;
  letter-spacing: 0.05em;
  height: 33px;
  color: var(--primary-color);
}
.contact-box input[type=text],
.contact-box input[type=email],
.contact-box input[type=tel] {
  background: #eeeeee;
}
.contact-box .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  bottom: -35px;
  white-space: nowrap;
  color: #f2683d;
}
.contact-box .wpcf7-list-item {
  margin: 0;
  display: block;
}

#your-lisence {
  width: 322px;
  height: 33px;
  padding: 4px 10px;
  margin-top: 6px;
}

.contact-check--dt {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-top: 7px;
}

.contact-check--dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media screen and (max-width: 430px) {
  .contact-check--dd label {
    gap: 1rem;
  }
}
.contact-check--dd .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-check--dd input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  padding: 0;
  background-color: #d9d9d9;
  cursor: pointer;
  position: relative;
}
.contact-check--dd input:checked {
  background-color: var(--tertiary-color);
}
.contact-check--dd input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-check--dd .wpcf7-not-valid-tip {
  bottom: -18px;
}
.contact-check--dd .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 430px) {
  .contact-check--dd .wpcf7-list-item-label {
    font-size: max(1.5rem, 13px);
  }
}

.contact-policy {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 430px) {
  .contact-policy {
    gap: 1rem;
  }
}
.contact-policy .wpcf7-list-item-label {
  display: none;
}
.contact-policy .wpcf7-list-item {
  margin: 0;
}
.contact-policy input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.contact-policy input:checked {
  background-color: var(--primary-color);
}
.contact-policy input:checked::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 0.5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-policy .wpcf7-not-valid-tip {
  bottom: -15px;
}

.contact-policy__txt p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.contact-policy__txt a {
  display: inline;
}

.contact__confirm-txt {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.contact__confirm-txt p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 430px) {
  .contact__confirm-txt p {
    font-size: max(1.4rem, 12px);
  }
}

.contact-submit-wrap {
  position: relative;
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .contact-submit-wrap {
    width: min(400px, 100%) !important;
  }
}
.contact-submit-wrap svg {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-submit {
  width: 400px !important;
  padding: 30px 0 !important;
  background-color: var(--tertiary-color);
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  transition: 0.4s;
  border: 2px solid var(--tertiary-color) !important;
}
@media screen and (max-width: 900px) {
  .contact-submit {
    width: 100%;
  }
}
.contact-submit input {
  height: 66px;
}

.wpcf7-submit {
  color: transparent !important;
}

.contact-submit__txt {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  color: #fff;
}

.wpcf7-spinner {
  display: none;
}

@media (hover: hover) {
  .contact-submit:hover {
    background-color: #fff;
  }
  .contact-submit-wrap:hover .contact-submit__txt {
    color: var(--tertiary-color) !important;
  }
  .contact-submit-wrap:hover svg line {
    stroke: var(--tertiary-color);
  }
}
.contact-tel--dd input {
  width: 234px;
}

.contact-age--dd input {
  width: 66px;
}

.contact-age__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-left: 8px;
}

.wpcf7-response-output {
  text-align: center;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: transparent !important;
}

.inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.outer {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (max-width: 900px) {
  .outer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container {
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
}

.fitCover {
  overflow: hidden;
}
.fitCover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fitCover picture {
  width: 100%;
}

.over-hidden {
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (max-width: 430px) {
  .is-pc-2 {
    display: none !important;
  }
}

@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (min-width: 431px) {
  .is-sp-2 {
    display: none !important;
  }
}

.ttl {
  text-align: center;
}
.ttl span {
  font-size: 70px;
  margin-bottom: 10px;
  font-family: var(--en-primary-font);
  display: block;
}
@media screen and (max-width: 900px) {
  .ttl span {
    font-size: 58px;
  }
}
.ttl h2 {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .ttl h2 {
    font-size: 22px;
  }
}

.txt {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .txt {
    font-size: 15px;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
}

@media (hover: hover) {
  .hover-opacity {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .hover-opacity:hover {
    opacity: 0.8;
  }
}
@media (hover: hover) {
  .hover-color {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .hover-color:hover {
    color: var(--tertiary-color);
  }
}
.fadeIn {
  opacity: 0;
}