: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: #ffffff;
 --black: #000000;
 --red: #ff0b00;
 --gray: #808080;
 --gray2: #c3cfcf;
 --ease: cubic-bezier(0.83, 0, 0.17, 1);
}

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

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 {
 margin: 0;
 font-weight: inherit;
 font-size: inherit;
}

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

dt {
 font-weight: 700;
}

dd {
 margin-left: 0;
}

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

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

address {
 font-style: inherit;
}

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

abbr[title] {
 -webkit-text-decoration: underline dotted;
         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 {
 position: relative;
 line-height: 0;
 vertical-align: baseline;
 font-size: 75%;
}

sub {
 bottom: 0;
}

sup {
 top: -0.5em;
}

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

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

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

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

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

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

: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 {
 min-width: 0;
 margin: 0;
 padding: 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 {
 font: inherit;

 -webkit-appearance: button;
}

[type=number] {
 -moz-appearance: textfield;
 -webkit-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 {
 font-weight: 700;
 text-align: left;
}

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

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

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

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

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

.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 {
  line-height: 2;
  font-size: 15px;
 }
}

table {
 border-collapse: collapse;
}

.loop-animation {
 display: flex;
 width: 100%;
 overflow: hidden;
 align-items: center;
 white-space: nowrap;
 pointer-events: none;
}
.loop-animation .marquee-wrapper {
 display: flex;
 width: -moz-max-content;
 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;
 justify-content: center;
 align-items: center;
 color: #999e9e;
 font-family: var(--shippori-antique);
 font-size: 22px;
}

@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;
 top: 0;
 left: 0;
 z-index: 20;
 width: 100%;
 background-color: #dbe2e2;
 transition: background-color 0.3s;
}
header nav {
 display: flex;
 position: relative;
 z-index: 5;
 width: 100%;
 height: 80px;
 justify-content: flex-end;
 align-items: center;
}
@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 {
 display: flex;
 width: 240px;
 justify-content: space-between;
 align-items: center;
 margin-right: 95px;
 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 {
  width: auto;
  margin-right: 90px;
 }
}
@media screen and (max-width: 767px) {
 header nav ul.btn-list {
  display: none;
 }
}
header nav ul.btn-list li {
 display: flex;
 width: calc((100% - 3px) / 2);
 height: 36px;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
}
@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);
 background-color: var(--white);
 font-size: 18px;
}
header nav ul.btn-list li:nth-child(1) a:after {
 content: "";
 position: absolute;
 top: 11px;
 right: 7px;
 width: 15px;
 height: 15px;
 -webkit-mask-image: url(/recruit/common/img/icn_arw.svg);
         mask-image: url(/recruit/common/img/icn_arw.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-size: 15px;
         mask-size: 15px;
 background-color: var(--red);
}
@media (hover) {
 header nav ul.btn-list li:nth-child(1) a:hover {
  color: var(--white);
  background-color: var(--red);
 }
 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 {
 border-left: none;
 color: var(--white);
 background-color: var(--red);
 font-size: 20px;
 letter-spacing: -0.25em;
}
header nav ul.btn-list li:nth-child(2) a:after {
 content: "";
 position: absolute;
 top: 11px;
 right: 7px;
 width: 15px;
 height: 15px;
 -webkit-mask-image: url(/recruit/common/img/icn_arw.svg);
         mask-image: url(/recruit/common/img/icn_arw.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-size: 15px;
         mask-size: 15px;
 background-color: var(--white);
}
@media (hover) {
 header nav ul.btn-list li:nth-child(2) a:hover {
  color: var(--red);
  background-color: var(--white);
 }
 header nav ul.btn-list li:nth-child(2) a:hover:after {
  background-color: var(--red);
 }
}
header nav ul.btn-list li a {
 display: flex;
 position: relative;
 width: 100%;
 height: 100%;
 line-height: 1;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding-right: 28px;
 font-family: var(--shippori-antique);
 letter-spacing: -0.05em;
 transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 820px) {
 header nav ul.btn-list li a {
  padding-right: 24px;
 }
}
header nav button.hamburger {
 display: block;
 position: fixed;
 top: 0;
 right: 0;
 z-index: 30;
 width: 80px;
 height: 80px;
 border: none;
 background-color: transparent;
 background-color: var(--black);
 transition: background-color 0.3s;
 cursor: pointer;
}
@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 {
 display: inline-block;
 position: absolute;
 left: 50%;
 width: 44px;
 height: 3px;
 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 {
 padding-top: 23px;
 color: var(--white);
 font-size: 14px;
 text-align: center;
 transition: color 0.3s;
}
@media screen and (max-width: 767px) {
 header nav button.hamburger p {
  padding-top: 4.6666666667vw;
  font-size: 2.9333333333vw;
 }
}
header nav .global-menu {
 position: fixed;
 top: 0;
 right: -105%;
 z-index: 9;
 width: 500px;
 height: 100dvh;
 overflow-y: scroll;
 padding: 25px 0;
 background: var(--black);
 transition: right 0.8s;
}
@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);
 background-color: var(--white);
 transition: background-color 0.3s, border 0.3s;
}
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 {
 width: calc((100% - 3px) / 2);
 font-family: var(--shippori-antique);
}
header nav .global-menu .entry-area ul.entry-list li a {
 display: block;
 width: 100%;
 height: 100%;
 padding: 15px 0 15px 10px;
 color: var(--white);
 background-color: var(--red);
 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 {
  color: var(--red);
  background-color: var(--white);
 }
 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 {
 line-height: 1;
 margin-top: 10px;
 font-size: 38px;
}
@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 {
 position: static;
 height: 20px;
 margin-top: 12px;
}
@media screen and (max-width: 767px) {
 header nav .global-menu .entry-area ul.entry-list li a .loop-animation {
  height: 4vw;
  margin-top: 2.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 {
 line-height: 1;
 margin-top: 10px;
 padding-right: 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 {
 border-left: none;
 color: var(--red);
 background-color: var(--white);
}
@media (hover) {
 header nav .global-menu .entry-area ul.entry-list li:nth-child(2) a:hover {
  color: var(--white);
  background-color: var(--red);
 }
 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 {
 display: flex;
 width: 100%;
 flex-direction: column;
 gap: 20px;
 margin-top: 35px;
 padding: 0 20px;
}
@media screen and (max-width: 767px) {
 header nav .global-menu ul.menu-list {
  gap: 4vw;
  margin-top: 7vw;
  padding: 0 4vw;
 }
}
header nav .global-menu ul.menu-list li {
 display: flex;
 flex-direction: column;
 gap: 10px;
 font-family: var(--shippori-antique);
}
@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;
 color: var(--white);
 font-family: var(--lusitana);
 font-weight: bold;
 font-size: 14px;
}
@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 {
 display: block;
 line-height: 1;
 margin-top: 8px;
 font-family: var(--shippori-antique);
 font-weight: normal;
 font-size: 16px;
}
@media screen and (max-width: 767px) {
 header nav .global-menu ul.menu-list li p span {
  margin-top: 1.6vw;
  font-size: 3.2vw;
 }
}
header nav .global-menu ul.menu-list li a {
 display: flex;
 width: 100%;
 height: 40px;
 align-items: center;
 padding: 0 10px;
 color: var(--black);
 background-color: var(--white);
 font-family: var(--shippori-antique);
 font-size: 22px;
 transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
 header nav .global-menu ul.menu-list li a {
  height: 12vw;
  padding: 0 2vw;
  font-size: 4.4vw;
 }
}
@media (hover) {
 header nav .global-menu ul.menu-list li a:hover {
  color: var(--white);
  background-color: var(--red);
 }
}
header nav .global-menu ul.menu-list li:last-child a {
 position: relative;
 height: auto;
 background: transparent;
 font-family: var(--noto-sans);
 font-size: 14px;
}
@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 {
 display: inline;
 position: relative;
 padding-right: 25px;
 color: var(--white);
}
@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 {
 content: "";
 position: absolute;
 bottom: -5px;
 left: 0;
 width: 100%;
 height: 2px;
 background: var(--white);
 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 {
  bottom: -1vw;
  height: 0.4vw;
 }
}
header nav .global-menu ul.menu-list li:last-child a span:after {
 content: "";
 position: absolute;
 top: 2px;
 right: 0;
 width: 16px;
 height: 16px;
 -webkit-mask-image: url(/recruit/common/img/icon_link.svg);
         mask-image: url(/recruit/common/img/icon_link.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         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%;
 padding-top: 60px;
 padding-bottom: 15px;
 background-color: var(--red);
}
@media screen and (max-width: 767px) {
 main section.entry-area {
  padding-top: 6.6666666667vw;
  padding-bottom: 2vw;
 }
}
main section.entry-area ul.entry-list {
 display: flex;
 width: 90%;
 max-width: 1100px;
 justify-content: space-between;
 margin: 0 auto 60px;
 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;
  margin-top: 0;
  border: 4px solid var(--white);
 }
}
main section.entry-area ul.entry-list li {
 width: calc((100% - 6px) / 2);
 font-family: var(--shippori-antique);
}
@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 {
 display: block;
 width: 100%;
 height: 100%;
 padding: 35px 0 35px 45px;
 border-right: none;
 color: var(--white);
 background-color: var(--red);
 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 {
  color: var(--red);
  background-color: var(--white);
 }
 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 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 0;
 }
}
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 {
 line-height: 1;
 margin-top: 15px;
 font-size: 90px;
}
@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;
  padding-right: 2.6666666667%;
  font-size: 9.2vw;
 }
}
main section.entry-area ul.entry-list li a .loop-animation {
 height: 44px;
 margin-top: 40px;
}
@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 {
  height: 8vw;
  margin-top: 2.6666666667vw;
 }
 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 {
 line-height: 1;
 margin-top: 20px;
 padding-right: 35px;
}
@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 {
 color: var(--red);
 background-color: var(--white);
}
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 {
  border-left: none;
  color: var(--white);
  background-color: var(--red);
 }
 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 {
 padding: 30px 0;
 background-color: var(--white);
}
@media screen and (max-width: 767px) {
 .footer {
  padding: 8vw 0;
 }
}
.footer * {
 line-height: 1;
}
.footer__inner {
 width: 95%;
 max-width: 1100px;

 margin-inline: auto;
}
@media screen and (max-width: 767px) {
 .footer__inner {
  width: 90%;
 }
}
.footer__container {
 position: relative;
}
.footer__pagetop {
 position: absolute;
 top: -30px;
 right: -2.5vw;
 width: 36px;
 transition: opacity 0.3s;
 cursor: pointer;
}
@media (hover) {
 .footer__pagetop:hover {
  opacity: 0.6;
 }
}
@media screen and (max-width: 1180px) {
 .footer__pagetop {
  top: auto;
  right: 1vw;
  bottom: -6.43vw;
 }
}
@media screen and (max-width: 767px) {
 .footer__pagetop {
  top: -8vw;
  right: -1vw;
  width: 8%;
 }
}
.footer__top {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 0 25px;
}
@media screen and (max-width: 767px) {
 .footer__top {
  display: block;
 }
}
.footer__bottom {
 margin-top: 15px;
}
.footer__logo {
 width: 475px;
 height: auto;
 -webkit-mask-image: url(/recruit/common/img/logo_thermotech.svg);
         mask-image: url(/recruit/common/img/logo_thermotech.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-size: contain;
         mask-size: contain;
 background: var(--black) no-repeat center/contain;

 aspect-ratio: 475/64;
}
@media screen and (max-width: 790px) {
 .footer__logo {
  width: 450px;
 }
}
@media screen and (max-width: 767px) {
 .footer__logo {
  width: 85%;
 }
}
.footer__title {
 padding: 5px;
 background: #dbe2e2;
 font-family: var(--lusitana);
 font-weight: 700;
 font-weight: 700;
 font-size: 25px;
}
@media screen and (max-width: 767px) {
 .footer__title {
  display: inline-block;
  margin-top: 4vw;
  margin-left: 0;
  padding: 1vw;
  font-size: 5vw;
 }
}
.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 {
 width: 100%;
 margin-top: 30px;
 font-size: 12px;
 text-align: center;
}
@media screen and (max-width: 767px) {
 .footer__copyright {
  margin-top: 6.6666666667vw;
  font-size: 2.9333333333vw;
  text-align: left;
 }
}
.footer .nav__list {
 display: flex;
 flex-wrap: wrap;
 gap: 30px;
}
@media screen and (max-width: 767px) {
 .footer .nav__list {
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-top: 6.6666666667vw;
 }
}
.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 {
 color: var(--red);
 font-family: var(--lusitana);
 font-weight: 700;
 font-size: 14px;
}
@media screen and (max-width: 767px) {
 .footer .nav__subtitle {
  font-size: 3.4666666667vw;
 }
}
.footer .nav__title {
 font-family: var(--shippori-antique);

 margin-block: 7px;
}
.footer .nav__link {
 margin-top: 5px;
 padding: 10px;
 color: var(--white);
 background: var(--black);
 font-family: var(--shippori-antique);
 font-size: 22px;
 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;
  height: 10.6666666667vw;
  align-items: center;
  padding: 0 3.3333333333vw;
  font-size: 4.8vw;
 }
}
@media (hover) {
 .footer .nav__link:hover {
  background: var(--red);
 }
}
.footer .nav__text {
 position: relative;
 font-size: 16px;
}
@media screen and (max-width: 767px) {
 .footer .nav__text {
  display: inline;
  width: 10em;
  font-size: 4vw;
 }
}
.footer .nav__text:before {
 content: "";
 position: absolute;
 bottom: -7px;
 left: 0;
 width: 100%;
 height: 2px;
 background: var(--black);
 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 {
 display: inline-block;
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 background: var(--black) no-repeat center/cover;
}
.footer .nav__icon--link {
 width: 16px;
 height: auto;
 -webkit-mask-image: url(/recruit/common/img/icon_link.svg);
         mask-image: url(/recruit/common/img/icon_link.svg);
 margin-left: 10px;
 translate: 0 2px;

 aspect-ratio: 1/1;
}
.footer .btn__item {
 display: flex;
 width: calc((100% - 3px) / 2);
 justify-content: space-between;
 align-items: center;
 gap: 10px;
 padding: 10px;
}
@media screen and (max-width: 767px) {
 .footer .btn__item {
  padding: 2.6666666667vw 2vw;
 }
}
.footer .btn__item--white {
 color: var(--red);
 background: var(--white);
 transition: background-color 0.3s, color 0.3s;
}
@media (hover) {
 .footer .btn__item--white:hover {
  color: var(--white);
  background: var(--red);
 }
 .footer .btn__item--white:hover .btn__icon--red {
  background: var(--white) no-repeat center/contain;
 }
}
.footer .btn__item--red {
 border-left: none;
 color: var(--white);
 background: var(--red);
 letter-spacing: -0.2em;
 transition: background-color 0.3s, color 0.3s;
}
@media (hover) {
 .footer .btn__item--red:hover {
  color: var(--red);
  background: var(--white);
 }
 .footer .btn__item--red:hover .btn__icon--white {
  background: var(--red) no-repeat center/contain;
 }
}
.footer .btn__text {
 font-family: var(--shippori-antique);
 font-size: 22px;
}
.footer .btn__icon {
 display: inline-block;
 width: 18px;
 height: auto;
 -webkit-mask-image: url(/recruit/common/img/icn_arw.svg);
         mask-image: url(/recruit/common/img/icn_arw.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-size: contain;
         mask-size: contain;
 translate: 0 2px;

 aspect-ratio: 18/19;
}
.footer .btn__icon--red {
 background: var(--red) no-repeat center/contain;
}
.footer .btn__icon--white {
 background: var(--white) no-repeat center/contain;
}

.btn {
 position: relative;
 z-index: 1;
 letter-spacing: -0.1em;
}
.btn.red a {
 border-color: var(--red);
 color: var(--white);
 background-color: var(--red);
}
.btn.red a:before {
 background-color: var(--white);
}
@media (hover) {
 .btn.red a:hover {
  border-color: var(--black);
  color: var(--black);
  background-color: var(--white);
 }
 .btn.red a:hover:before {
  background-color: var(--red);
 }
}
.btn a {
 display: flex;
 z-index: 1;
 height: 3.6666666667vw;
 line-height: 1;
 align-items: center;
 padding: 0 6.6666666667vw 0 1.3333333333vw;
 border: 2px solid var(--black);
 border-radius: 2px;
 color: var(--black);
 background-color: var(--white);
 background-color: #ffffff;
 font-family: var(--shippori-antique);
 font-size: 1.4666666667vw;
 letter-spacing: -0.1em;
 letter-spacing: -0.1em;
 transition: background-color 0.3s, color 0.3s, border 0.3s;
}
@media screen and (max-width: 767px) {
 .btn a {
  padding: 0 24.6666666667vw 0 4.6666666667vw;
 }
}
@media (hover) {
 .btn a:hover {
  border: 2px solid var(--red);
  color: var(--white);
  background-color: var(--red);
 }
 .btn a:hover:before {
  right: 15px;
  background-color: var(--white);
 }
 .btn a:hover:after {
  right: 1%;
  bottom: 1%;
 }
}
.btn a:before {
 content: "";
 position: absolute;
 top: 50%;
 right: 20px;
 z-index: 1;
 width: 62px;
 -webkit-mask: url(/recruit/common/img/icn_3arw.svg) no-repeat center right/cover;
         mask: url(/recruit/common/img/icn_3arw.svg) no-repeat center right/cover;
 background-color: var(--red);
 background-blend-mode: multiply;
 translate: 0 -50%;
 transition: background-color 0.3s, right 0.3s, translate 0.3s;

 aspect-ratio: 62/20;
}
@media screen and (max-width: 767px) {
 .btn a:before {
  width: 50px;
  background-color: var(--red);
 }
}
.btn a:after {
 content: "";
 position: absolute;
 right: -0.5333333333vw;
 bottom: -0.5333333333vw;
 z-index: -1;
 width: 99%;
 height: 95%;
 background-color: var(--black);
 transition: right 0.3s, bottom 0.3s;
 pointer-events: none;
}
@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;
 z-index: 2;
 border: 3px solid var(--white);
}
.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;
 width: 100%;
 height: 100%;
 overflow: hidden;
 margin-top: 2px;
 background: var(--gray2);

 padding-block: 30px;
}
@media screen and (max-width: 767px) {
 .PageTitle__area {
  margin-top: 1px;

  padding-block: 15px;
 }
}
.PageTitle__container {
 display: flex;
 width: 100%;
 height: 190px;
 align-items: center;
 background: url(/recruit/common/img/bg_pagetitle.jpg) center/cover, no-repeat;
}
@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 {
 width: 90%;
 max-width: 1100px;
 margin: 0 auto;
}
.PageTitle__title {
 display: inline-block;
 line-height: 1.2;
 padding: 0 10px;
 color: var(--white);
 background: var(--black);
 font-family: var(--shippori-antique);
 font-size: 56px;
}
@media screen and (max-width: 767px) {
 .PageTitle__title {
  font-size: 30px;
 }
}
.PageTitle .FlowText__wrapper {
 display: flex;
 position: absolute;
 top: 18px;
 left: 0;
 overflow: hidden;
}
@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 {
 color: var(--white);
 background: var(--red);
}

.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;
 }
}
/*# sourceMappingURL=common.css.map */