:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --noto-serif: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --shippori-antique: "Shippori Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --lusitana: "Lusitana", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --white: #fff;
  --black: #000;
  --red: #ff0b00;
  --gray: #808080;
  --gray2: #c3cfcf;
  --ease: cubic-bezier(0.83, 0, 0.17, 1);
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.sticky-element {
  position: sticky;
  top: 0;
  background: white;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--red);
}

html {
  height: 100%;
  width: 100dvw;
  overflow-x: clip;
  font-family: var(--noto-sans);
  font-size: 100%;
  color: var(--black);
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0;
}

body {
  background-color: #dbe2e2;
  position: relative;
  min-width: 100dvw;
  font-weight: 400;
  overflow-x: clip;
}

.ff-antique {
  font-family: var(--shippori-antique);
}

* {
  -webkit-print-color-adjust: exact;
}

img {
  width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}

a {
  color: var(--black);
}

p,
dd,
li {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p,
  dd,
  li {
    font-size: 15px;
    line-height: 2;
  }
}

table {
  border-collapse: collapse;
}

.loop-animation {
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
}
.loop-animation .marquee-wrapper {
  display: flex;
  width: max-content;
  animation: var(--marquee-animation, marquee-left) var(--marquee-speed, 50s) linear infinite;
}
.loop-animation .marquee-wrapper.paused {
  animation-play-state: paused;
}
.loop-animation .marquee {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .loop-animation .marquee {
    margin-right: 5px;
  }
}
.loop-animation .marquee span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999e9e;
  font-size: 22px;
  font-family: var(--shippori-antique);
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: background-color 0.3s;
  background-color: #dbe2e2;
}
header nav {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  header nav {
    height: auto;
  }
}
header nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  header nav:after {
    display: none;
  }
}
header nav .logo {
  max-width: 460px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  header nav .logo {
    max-width: 85.3333333333%;
  }
}
header nav ul.btn-list {
  width: 240px;
  margin-right: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid var(--red);
  background-color: var(--red);
}
header nav ul.btn-list:has(li:first-child:hover) {
  background-color: var(--white);
}
@media screen and (max-width: 820px) {
  header nav ul.btn-list {
    margin-right: 90px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  header nav ul.btn-list {
    display: none;
  }
}
header nav ul.btn-list li {
  width: calc((100% - 3px) / 2);
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  header nav ul.btn-list li {
    width: 97px;
  }
  header nav ul.btn-list li a {
    font-size: 17px !important;
  }
}
header nav ul.btn-list li:nth-child(1) a {
  color: var(--red);
  font-size: 18px;
  background-color: var(--white);
}
header nav ul.btn-list li:nth-child(1) a:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 7px;
  width: 15px;
  height: 15px;
  mask-image: url(/recruit/common/img/icn_arw.svg);
  mask-size: 15px;
  mask-repeat: no-repeat;
  background-color: var(--red);
}
@media (hover) {
  header nav ul.btn-list li:nth-child(1) a:hover {
    background-color: var(--red);
    color: var(--white);
  }
  header nav ul.btn-list li:nth-child(1) a:hover:after {
    background-color: var(--white);
  }
}
header nav ul.btn-list li:nth-child(2) a {
  color: var(--white);
  font-size: 20px;
  border-left: none;
  letter-spacing: -0.25em;
  background-color: var(--red);
}
header nav ul.btn-list li:nth-child(2) a:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 7px;
  width: 15px;
  height: 15px;
  mask-image: url(/recruit/common/img/icn_arw.svg);
  mask-size: 15px;
  mask-repeat: no-repeat;
  background-color: var(--white);
}
@media (hover) {
  header nav ul.btn-list li:nth-child(2) a:hover {
    background-color: var(--white);
    color: var(--red);
  }
  header nav ul.btn-list li:nth-child(2) a:hover:after {
    background-color: var(--red);
  }
}
header nav ul.btn-list li a {
  padding-right: 28px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--shippori-antique);
  line-height: 1;
  transition: background 0.3s, color 0.3s;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 820px) {
  header nav ul.btn-list li a {
    padding-right: 24px;
  }
}
header nav button.hamburger {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 30;
  display: block;
  background-color: var(--black);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  header nav button.hamburger {
    width: 14.6666666667%;
    height: 14.6666666667vw;
  }
}
header nav button.hamburger:focus {
  outline: none;
}
header nav button.hamburger span {
  width: 44px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 50%;
  background-color: var(--white);
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  header nav button.hamburger span {
    width: 8.8vw;
    height: 0.6666666667vw;
  }
}
header nav button.hamburger span:nth-child(1) {
  top: 26px;
}
@media screen and (max-width: 767px) {
  header nav button.hamburger span:nth-child(1) {
    top: 4.1333333333vw;
  }
}
header nav button.hamburger span:nth-child(2) {
  top: 34px;
}
@media screen and (max-width: 767px) {
  header nav button.hamburger span:nth-child(2) {
    top: 6.2666666667vw;
  }
}
header nav button.hamburger.active {
  background-color: var(--white);
}
header nav button.hamburger.active span {
  background-color: var(--black);
}
header nav button.hamburger.active span:nth-child(1) {
  top: 30px;
  transform: translateY(0px) rotate(15deg);
  transition: background-color 0.3s, transform 0.3s;
}
@media screen and (max-width: 767px) {
  header nav button.hamburger.active span:nth-child(1) {
    top: 5.3333333333vw;
  }
}
header nav button.hamburger.active span:nth-child(2) {
  top: 30px;
  transform: translateY(0px) rotate(-15deg);
  transition: background-color 0.3s, transform 0.3s;
}
@media screen and (max-width: 767px) {
  header nav button.hamburger.active span:nth-child(2) {
    top: 5.3333333333vw;
  }
}
header nav button.hamburger.active p {
  color: var(--black);
}
header nav button.hamburger p {
  color: var(--white);
  font-size: 14px;
  text-align: center;
  padding-top: 23px;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  header nav button.hamburger p {
    font-size: 2.9333333333vw;
    padding-top: 4.6666666667vw;
  }
}
header nav .global-menu {
  position: fixed;
  top: 0;
  right: -105%;
  overflow-y: scroll;
  width: 500px;
  height: 100dvh;
  z-index: 9;
  background: var(--black);
  transition: right 0.8s;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  header nav .global-menu {
    width: 100%;
    padding: 5vw 0;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
header nav .global-menu.active {
  right: 0;
  transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
header nav .global-menu .ttl {
  padding: 0 105px 0 25px;
}
@media screen and (max-width: 767px) {
  header nav .global-menu .ttl {
    padding: 0 21vw 0 5vw;
  }
}
header nav .global-menu .entry-area {
  margin: 30px auto 0;
  padding: 20px;
  background-color: var(--red);
}
@media screen and (max-width: 767px) {
  header nav .global-menu .entry-area {
    margin-top: 5vw;
  }
}
header nav .global-menu .entry-area ul.entry-list {
  display: flex;
  justify-content: space-between;
  border: 3px solid var(--white);
  transition: background-color 0.3s, border 0.3s;
  background-color: var(--white);
}
header nav .global-menu .entry-area ul.entry-list:has(li:first-child:hover) {
  background-color: var(--red);
}
header nav .global-menu .entry-area ul.entry-list li {
  font-family: var(--shippori-antique);
  width: calc((100% - 3px) / 2);
}
header nav .global-menu .entry-area ul.entry-list li a {
  padding: 15px 0 15px 10px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  color: var(--white);
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  header nav .global-menu .entry-area ul.entry-list li a {
    padding: 3vw 0 3vw 5%;
  }
}
@media (hover) {
  header nav .global-menu .entry-area ul.entry-list li a:hover {
    background-color: var(--white);
    color: var(--red);
  }
  header nav .global-menu .entry-area ul.entry-list li a:hover p img {
    filter: invert(22%) sepia(73%) saturate(7447%) hue-rotate(340deg) brightness(88%) contrast(200%);
  }
  header nav .global-menu .entry-area ul.entry-list li a:hover .loop-animation img {
    filter: none;
  }
  header nav .global-menu .entry-area ul.entry-list li a:hover .img img {
    filter: invert(22%) sepia(73%) saturate(7447%) hue-rotate(340deg) brightness(88%) contrast(200%);
  }
}
header nav .global-menu .entry-area ul.entry-list li a hgroup {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  header nav .global-menu .entry-area ul.entry-list li a hgroup {
    padding-right: 2vw;
  }
}
header nav .global-menu .entry-area ul.entry-list li a hgroup p {
  width: 80%;
  line-height: 1;
}
header nav .global-menu .entry-area ul.entry-list li a hgroup h2 {
  margin-top: 10px;
  font-size: 38px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header nav .global-menu .entry-area ul.entry-list li a hgroup h2 {
    margin-top: 2vw;
    font-size: 8vw;
    letter-spacing: -0.08em;
  }
}
header nav .global-menu .entry-area ul.entry-list li a .loop-animation {
  margin-top: 12px;
  height: 20px;
  position: static;
}
@media screen and (max-width: 767px) {
  header nav .global-menu .entry-area ul.entry-list li a .loop-animation {
    margin-top: 2.4vw;
    height: 4vw;
  }
}
header nav .global-menu .entry-area ul.entry-list li a .loop-animation .marquee {
  gap: 5px;
}
@media screen and (max-width: 767px) {
  header nav .global-menu .entry-area ul.entry-list li a .loop-animation .marquee {
    gap: 1vw;
  }
}
header nav .global-menu .entry-area ul.entry-list li a .loop-animation span {
  width: 22px;
  height: 22px;
  line-height: 1;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  header nav .global-menu .entry-area ul.entry-list li a .loop-animation span {
    width: 4.4vw;
    height: 4.4vw;
  }
}
header nav .global-menu .entry-area ul.entry-list li a .loop-animation img {
  width: 100%;
  height: 100%;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(150%) contrast(108%);
}
header nav .global-menu .entry-area ul.entry-list li a .img {
  padding-right: 10px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  header nav .global-menu .entry-area ul.entry-list li a .img {
    margin-top: 2vw;
    padding-right: 2%;
  }
}
header nav .global-menu .entry-area ul.entry-list li:nth-child(2) a {
  background-color: var(--white);
  color: var(--red);
  border-left: none;
}
@media (hover) {
  header nav .global-menu .entry-area ul.entry-list li:nth-child(2) a:hover {
    background-color: var(--red);
    color: var(--white);
  }
  header nav .global-menu .entry-area ul.entry-list li:nth-child(2) a:hover p img {
    filter: invert(99%) sepia(4%) saturate(182%) hue-rotate(49deg) brightness(214%) contrast(100%);
  }
  header nav .global-menu .entry-area ul.entry-list li:nth-child(2) a:hover .loop-animation img {
    filter: invert(99%) sepia(4%) saturate(182%) hue-rotate(49deg) brightness(214%) contrast(100%);
  }
  header nav .global-menu .entry-area ul.entry-list li:nth-child(2) a:hover .img img {
    filter: invert(99%) sepia(4%) saturate(182%) hue-rotate(49deg) brightness(214%) contrast(100%);
  }
}
header nav .global-menu .entry-area ul.entry-list li:nth-child(2) a h2 {
  letter-spacing: -0.18em;
}
header nav .global-menu .entry-area ul.entry-list li:nth-child(2) a p {
  width: 39%;
  line-height: 1;
}
header nav .global-menu .entry-area ul.entry-list li:nth-child(2) a .loop-animation img {
  filter: none;
}
header nav .global-menu ul.menu-list {
  width: 100%;
  margin-top: 35px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list {
    margin-top: 7vw;
    padding: 0 4vw;
    gap: 4vw;
  }
}
header nav .global-menu ul.menu-list li {
  font-family: var(--shippori-antique);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li {
    gap: 2vw;
  }
}
header nav .global-menu ul.menu-list li p {
  line-height: 1;
  font-size: 14px;
  color: var(--white);
  font-weight: bold;
  font-family: var(--lusitana);
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li p {
    font-size: 3.2vw;
  }
}
header nav .global-menu ul.menu-list li p span {
  font-family: var(--shippori-antique);
  font-weight: normal;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li p span {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
}
header nav .global-menu ul.menu-list li a {
  font-size: 22px;
  width: 100%;
  background-color: var(--white);
  color: var(--black);
  font-family: var(--shippori-antique);
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li a {
    font-size: 4.4vw;
    height: 12vw;
    padding: 0 2vw;
  }
}
@media (hover) {
  header nav .global-menu ul.menu-list li a:hover {
    background-color: var(--red);
    color: var(--white);
  }
}
header nav .global-menu ul.menu-list li:last-child a {
  height: auto;
  font-family: var(--noto-sans);
  background: transparent;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li:last-child a {
    font-size: 3.2vw;
  }
}
@media (hover) {
  header nav .global-menu ul.menu-list li:last-child a:hover span:before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
header nav .global-menu ul.menu-list li:last-child a span {
  color: var(--white);
  position: relative;
  padding-right: 25px;
  display: inline;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li:last-child a span {
    padding-right: 4.6vw;
  }
}
header nav .global-menu ul.menu-list li:last-child a span:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--white);
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li:last-child a span:before {
    height: 0.4vw;
    bottom: -1vw;
  }
}
header nav .global-menu ul.menu-list li:last-child a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  mask-image: url(/recruit/common/img/icon_link.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li:last-child a span:after {
    top: 1.4vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
header > .loop-animation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 80px;
}
@media screen and (max-width: 767px) {
  header > .loop-animation {
    display: none;
  }
}

main {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 14.6666666667vw;
  }
}
main section.entry-area {
  width: 100%;
  background-color: var(--red);
  padding-bottom: 15px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  main section.entry-area {
    padding-bottom: 2vw;
    padding-top: 6.6666666667vw;
  }
}
main section.entry-area ul.entry-list {
  margin: 0 auto 60px;
  max-width: 1100px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  border: 6px solid var(--white);
  background-color: var(--white);
}
main section.entry-area ul.entry-list:has(li:first-child:hover) {
  background-color: var(--red);
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list {
    display: block;
    margin: 6.6666666667vw auto;
    border: 4px solid var(--white);
    margin-top: 0;
  }
}
main section.entry-area ul.entry-list li {
  font-family: var(--shippori-antique);
  width: calc((100% - 6px) / 2);
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list li {
    width: 100%;
  }
  main section.entry-area ul.entry-list li:last-child {
    margin-top: 3px;
  }
}
main section.entry-area ul.entry-list li a {
  padding: 35px 0 35px 45px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  color: var(--white);
  border-right: none;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1200px) {
  main section.entry-area ul.entry-list li a {
    padding: 2.3178807947vw 0 2.3178807947vw 2.9801324503vw;
  }
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list li a {
    padding: 3.3333333333vw 0 3.3333333333vw 4.6666666667vw;
  }
}
@media (hover) {
  main section.entry-area ul.entry-list li a:hover {
    background-color: var(--white);
    color: var(--red);
  }
  main section.entry-area ul.entry-list li a:hover p img {
    filter: invert(22%) sepia(73%) saturate(7447%) hue-rotate(340deg) brightness(88%) contrast(200%);
  }
  main section.entry-area ul.entry-list li a:hover .loop-animation img {
    filter: none;
  }
  main section.entry-area ul.entry-list li a:hover .img img {
    filter: invert(22%) sepia(73%) saturate(7447%) hue-rotate(340deg) brightness(88%) contrast(200%);
  }
}
main section.entry-area ul.entry-list li a hgroup {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list li a hgroup {
    padding-right: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
main section.entry-area ul.entry-list li a hgroup p {
  width: 80%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list li a hgroup p {
    width: 45%;
  }
}
main section.entry-area ul.entry-list li a hgroup h2 {
  margin-top: 15px;
  font-size: 90px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  main section.entry-area ul.entry-list li a hgroup h2 {
    font-size: 7.264957265vw;
  }
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list li a hgroup h2 {
    margin-top: 0;
    font-size: 9.2vw;
    padding-right: 2.6666666667%;
  }
}
main section.entry-area ul.entry-list li a .loop-animation {
  margin-top: 40px;
  height: 44px;
}
@media screen and (max-width: 1200px) {
  main section.entry-area ul.entry-list li a .loop-animation {
    margin-top: 2.6490066225vw;
  }
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list li a .loop-animation {
    margin-top: 2.6666666667vw;
    height: 8vw;
  }
  main section.entry-area ul.entry-list li a .loop-animation .marquee {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  main section.entry-area ul.entry-list li a .loop-animation .marquee {
    gap: 1vw;
  }
}
main section.entry-area ul.entry-list li a .loop-animation span {
  width: 41px;
  height: 44px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list li a .loop-animation span {
    width: 5.4666666667vw;
    height: 5.8666666667vw;
  }
}
main section.entry-area ul.entry-list li a .loop-animation img {
  width: 100%;
  height: 100%;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(150%) contrast(108%);
}
main section.entry-area ul.entry-list li a .img {
  margin-top: 20px;
  padding-right: 35px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list li a .img {
    margin-top: 2.6666666667vw;
    padding-right: 4.6666666667%;
  }
}
main section.entry-area ul.entry-list li:nth-child(2) a {
  background-color: var(--white);
  color: var(--red);
}
main section.entry-area ul.entry-list li:nth-child(2) a h2 {
  letter-spacing: -0.18em;
}
main section.entry-area ul.entry-list li:nth-child(2) a p {
  width: 39%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main section.entry-area ul.entry-list li:nth-child(2) a p {
    width: 25%;
  }
}
@media (hover) {
  main section.entry-area ul.entry-list li:nth-child(2) a:hover {
    background-color: var(--red);
    color: var(--white);
    border-left: none;
  }
  main section.entry-area ul.entry-list li:nth-child(2) a:hover p img {
    filter: invert(99%) sepia(4%) saturate(182%) hue-rotate(49deg) brightness(214%) contrast(100%);
  }
  main section.entry-area ul.entry-list li:nth-child(2) a:hover .loop-animation img {
    filter: invert(99%) sepia(4%) saturate(182%) hue-rotate(49deg) brightness(214%) contrast(100%);
  }
  main section.entry-area ul.entry-list li:nth-child(2) a:hover .img img {
    filter: invert(99%) sepia(4%) saturate(182%) hue-rotate(49deg) brightness(214%) contrast(100%);
  }
}
main section.entry-area ul.entry-list li:nth-child(2) a .loop-animation img {
  filter: none;
}
main section.entry-area > .loop-animation span {
  width: 1811px;
  height: 35px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  main section.entry-area > .loop-animation span {
    width: 1200px;
    height: 27px;
  }
}

.footer {
  background-color: var(--white);
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 8vw 0;
  }
}
.footer * {
  line-height: 1;
}
.footer__inner {
  max-width: 1100px;
  width: 95%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 90%;
  }
}
.footer__container {
  position: relative;
}
.footer__pagetop {
  width: 36px;
  position: absolute;
  top: -30px;
  right: -2.5vw;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover) {
  .footer__pagetop:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1180px) {
  .footer__pagetop {
    top: auto;
    bottom: -6.43vw;
    right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    width: 8%;
    top: -8vw;
    right: -1vw;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .footer__top {
    display: block;
  }
}
.footer__bottom {
  margin-top: 15px;
}
.footer__logo {
  width: 475px;
  height: auto;
  aspect-ratio: 475/64;
  mask-image: url(/recruit/common/img/logo_thermotech.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background: var(--black) no-repeat center/contain;
}
@media screen and (max-width: 790px) {
  .footer__logo {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 85%;
  }
}
.footer__title {
  background: #dbe2e2;
  padding: 5px;
  font-size: 25px;
  font-weight: 700;
  font-family: var(--lusitana);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__title {
    padding: 1vw;
    font-size: 5vw;
    margin-left: 0;
    margin-top: 4vw;
    display: inline-block;
  }
}
.footer__btns {
  display: flex;
  justify-content: space-between;
  border: 3px solid var(--red);
}
@media screen and (max-width: 1122px) {
  .footer__btns {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__btns {
    margin-top: 6vw;
    margin-left: 0;
  }
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: left;
    margin-top: 6.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.footer .nav__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer .nav__list {
    flex-direction: column;
    margin-top: 6.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.footer .nav__unit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer .nav__unit {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 1020px) {
  .footer .nav__unit:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .nav__unit:last-child {
    margin: 0;
  }
}
.footer .nav__item {
  height: 100%;
}
.footer .nav__subtitle {
  font-size: 14px;
  color: var(--red);
  font-family: var(--lusitana);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .nav__subtitle {
    font-size: 3.4666666667vw;
  }
}
.footer .nav__title {
  margin-block: 7px;
  font-family: var(--shippori-antique);
}
.footer .nav__link {
  margin-top: 5px;
  background: var(--black);
  color: var(--white);
  padding: 10px;
  font-size: 22px;
  font-family: var(--shippori-antique);
  transition: background-color 0.3s;
}
@media screen and (max-width: 900px) {
  .footer .nav__link {
    font-size: clamp(1.125rem, -0.33rem + 3.03vw, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  .footer .nav__link {
    display: flex;
    align-items: center;
    height: 10.6666666667vw;
    padding: 0 3.3333333333vw;
    font-size: 4.8vw;
  }
}
@media (hover) {
  .footer .nav__link:hover {
    background: var(--red);
  }
}
.footer .nav__text {
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .nav__text {
    font-size: 4vw;
    display: inline;
    width: 10em;
  }
}
.footer .nav__text:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--black);
  bottom: -7px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover) {
  .footer .nav__text:hover:before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.footer .nav__icon {
  mask-repeat: no-repeat;
  background: var(--black) no-repeat center/cover;
  display: inline-block;
}
.footer .nav__icon--link {
  mask-image: url(/recruit/common/img/icon_link.svg);
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  margin-left: 10px;
  translate: 0 2px;
}
.footer .btn__item {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: calc((100% - 3px) / 2);
}
@media screen and (max-width: 767px) {
  .footer .btn__item {
    padding: 2.6666666667vw 2vw;
  }
}
.footer .btn__item--white {
  background: var(--white);
  color: var(--red);
  transition: background-color 0.3s, color 0.3s;
}
@media (hover) {
  .footer .btn__item--white:hover {
    background: var(--red);
    color: var(--white);
  }
  .footer .btn__item--white:hover .btn__icon--red {
    background: var(--white) no-repeat center/contain;
  }
}
.footer .btn__item--red {
  background: var(--red);
  color: var(--white);
  border-left: none;
  transition: background-color 0.3s, color 0.3s;
  letter-spacing: -0.2em;
}
@media (hover) {
  .footer .btn__item--red:hover {
    background: var(--white);
    color: var(--red);
  }
  .footer .btn__item--red:hover .btn__icon--white {
    background: var(--red) no-repeat center/contain;
  }
}
.footer .btn__text {
  font-size: 22px;
  font-family: var(--shippori-antique);
}
.footer .btn__icon {
  mask-image: url(/recruit/common/img/icn_arw.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 18px;
  height: auto;
  aspect-ratio: 18/19;
  display: inline-block;
  translate: 0 2px;
}
.footer .btn__icon--red {
  background: var(--red) no-repeat center/contain;
}
.footer .btn__icon--white {
  background: var(--white) no-repeat center/contain;
}

.btn {
  letter-spacing: -0.1em;
  z-index: 1;
}
.btn.red a {
  background-color: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.btn.red a:before {
  background-color: var(--white);
}
@media (hover) {
  .btn.red a:hover {
    background-color: var(--white);
    color: var(--black);
    border-color: var(--black);
  }
  .btn.red a:hover:before {
    background-color: var(--red);
  }
}
.btn a {
  letter-spacing: -0.1em;
  background-color: var(--white);
  display: flex;
  align-items: center;
  height: 3.6666666667vw;
  color: var(--black);
  font-size: 1.4666666667vw;
  font-family: var(--shippori-antique);
  border-radius: 2px;
  border: 2px solid var(--black);
  padding: 0 6.6666666667vw 0 1.3333333333vw;
  background-color: #fff;
  z-index: 1;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .btn a {
    padding: 0 24.6666666667vw 0 4.6666666667vw;
  }
}
@media (hover) {
  .btn a:hover {
    background-color: var(--red);
    color: var(--white);
    border: 2px solid var(--red);
  }
  .btn a:hover:before {
    background-color: var(--white);
    translate: 5px 0;
  }
  .btn a:hover:after {
    right: 1%;
    bottom: 1%;
  }
}
.btn a:before {
  content: "";
  background-blend-mode: multiply;
  mask: url(/recruit/common/img/icn_3arw.svg) no-repeat center right 1.3245033113vw/4.1059602649vw 1.3907284768vw;
  background-color: var(--red);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s, translate 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn a:before {
    mask: url(/recruit/common/img/icn_3arw.svg) no-repeat center right 5.3333333333vw/15.7333333333vw 5.0666666667vw;
    background-color: var(--red);
  }
}
.btn a:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: -0.5333333333vw;
  bottom: -0.5333333333vw;
  width: 99%;
  height: 95%;
  background-color: var(--black);
  z-index: -1;
  transition: right 0.3s, bottom 0.3s;
}
@media screen and (max-width: 767px) {
  .btn a:after {
    right: -1.4666666667vw;
    bottom: -1.4666666667vw;
  }
}

.PageTitle:has(.kv_img) {
  position: relative;
  z-index: 2;
}
.PageTitle:has(.kv_img) .PageTitle__area {
  overflow: visible;
}
.PageTitle:has(.kv_img) .PageTitle__container {
  position: relative;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .PageTitle:has(.kv_img) .PageTitle__container {
    height: auto;
    padding: 40px 0 20px;
  }
}
.PageTitle:has(.kv_img) .PageTitle__container .FlowText__wrapper {
  top: 0;
  translate: 0 -50%;
}
.PageTitle:has(.kv_img) .PageTitle__container .PageTitle__inner {
  translate: 0 -25px;
}
@media screen and (max-width: 767px) {
  .PageTitle:has(.kv_img) .PageTitle__container .PageTitle__inner {
    translate: none;
  }
}
.PageTitle:has(.kv_img) .PageTitle__container h1 {
  position: relative;
  border: 3px solid var(--white);
  z-index: 2;
}
.PageTitle:has(.kv_img) .PageTitle__container .kv_img {
  position: absolute;
  width: 100%;
  max-width: 1100px;
  translate: 0 -30px;
}
@media screen and (max-width: 767px) {
  .PageTitle:has(.kv_img) .PageTitle__container .kv_img {
    width: 90%;
    translate: 0 -20px;
    aspect-ratio: 16/5;
  }
}
.PageTitle:has(.kv_img) .PageTitle__container .kv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PageTitle__area {
  position: relative;
  overflow: hidden;
  background: var(--gray2);
  height: 100%;
  padding-block: 30px;
  margin-top: 2px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .PageTitle__area {
    padding-block: 15px;
    margin-top: 1px;
  }
}
.PageTitle__container {
  background: url(/recruit/common/img/bg_pagetitle.jpg) center/cover, no-repeat;
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .PageTitle__container {
    height: 130px;
    background: url(/recruit/common/img/bg_pagetitle_sp.jpg) no-repeat top right 40px/150px 100%;
    background-color: #e9eeee;
  }
}
.PageTitle__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.PageTitle__title {
  display: inline-block;
  background: var(--black);
  font-size: 56px;
  color: var(--white);
  padding: 0 10px;
  line-height: 1.2;
  font-family: var(--shippori-antique);
}
@media screen and (max-width: 767px) {
  .PageTitle__title {
    font-size: 30px;
  }
}
.PageTitle .FlowText__wrapper {
  position: absolute;
  top: 18px;
  left: 0;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 767px) {
  .PageTitle .FlowText__wrapper {
    top: 9px;
  }
}
.PageTitle .FlowText__list {
  display: flex;
}
.PageTitle .FlowText__list:nth-child(odd) {
  animation: loop 70s -35s linear infinite;
}
.PageTitle .FlowText__list:nth-child(even) {
  animation: loop2 70s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.PageTitle .FlowText__item {
  clip-path: polygon(5% 0, 100% 0, 95% 99%, 0% 100%);
  padding: 0 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .PageTitle .FlowText__item {
    font-size: 12px;
  }
}
.PageTitle .FlowText__item--white {
  background: var(--white);
}
.PageTitle .FlowText__item--red {
  background: var(--red);
  color: var(--white);
}

.footer__btns {
  width: 300px;
}
.footer__btns:has(.btn__item--red:hover) {
  background-color: var(--red);
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}