@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP Light"), local("Noto Sans JP"), url("/assets/font/NotoSansJP-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP Regular"), local("Noto Sans JP"), url("/assets/font/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP Medium"), local("Noto Sans JP"), url("/assets/font/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP Bold"), local("Noto Sans JP"), url("/assets/font/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP Black"), local("Noto Sans JP"), url("/recruit/fresh/assets/font/NotoSansJP-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light Italic"), local("Roboto"), url("/assets/font/Roboto-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Regular"), local("Roboto"), url("/assets/font/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto"), url("/assets/font/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Khand";
  src: local("Khand Regular"), local("Khand"), url("/recruit/fresh/assets/font/Khand-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Khand";
  src: local("Khand Medium"), local("Khand"), url("/recruit/fresh/assets/font/Khand-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Khand";
  src: local("Khand SemiBold"), local("Khand"), url("/recruit/fresh/assets/font/Khand-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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: bold;
}

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] {
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em {
  font-style: normal;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
  border: none;
}

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

:-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;
}

[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;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  color: #2e2e2e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
body.open {
  height: 100vh;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.culture-nav {
  padding: 50px 0;
  background-color: #f9f9f9;
}
@media (min-width: 769px) {
  .culture-nav {
    padding: 100px 0;
  }
}
.culture-nav__title {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .culture-nav__title {
    margin-bottom: 50px;
  }
}
.culture-nav__title img {
  width: min(53.3vw, 200px);
}
@media (min-width: 769px) {
  .culture-nav__title img {
    width: min(21.9619vw, 300px);
  }
}
.culture-nav__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 20px;
}
@media (min-width: 769px) {
  .culture-nav__list {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: min(2.9283vw, 40px);
  }
}
.culture-nav__item {
  position: relative;
  width: 48%;
}
@media (min-width: 769px) {
  .culture-nav__item {
    width: min(26.2811vw, 359px);
  }
}
.culture-nav__item:last-child .culture-nav__item-title {
  height: min(9.0667vw, 34px);
}
@media (min-width: 769px) {
  .culture-nav__item:last-child .culture-nav__item-title {
    height: min(1.3177vw, 18px);
  }
}
.culture-nav__item a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}
.culture-nav__item a::before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  scale: 1;
  content: "";
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .culture-nav__item a::before {
    bottom: 15px;
    right: 15px;
    width: clamp(30px, -50.39px + 7.843vw, 50px);
    height: clamp(30px, -50.39px + 7.843vw, 50px);
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_off.svg");
  }
}
.culture-nav__item a::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 159, 232, 0) 0%, rgba(0, 70, 155, 0.6) 97.35%);
}
@media (min-width: 769px) {
  .culture-nav__item a::after {
    height: 26%;
  }
}
.culture-nav__item a:focus, .culture-nav__item a:hover {
  text-decoration: none;
}
.culture-nav__item a:focus .culture-nav__item-fig, .culture-nav__item a:hover .culture-nav__item-fig {
  scale: 1.1;
}
.culture-nav__item a:focus::before, .culture-nav__item a:hover::before {
  scale: 1.2;
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_on.svg");
}
@media (min-width: 769px) {
  .culture-nav__item a:focus::before, .culture-nav__item a:hover::before {
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_on.svg");
  }
}
.culture-nav__item-fig {
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.culture-nav__item-title {
  position: absolute;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  height: min(4.2667vw, 16px);
  left: 10px;
  bottom: 18px;
}
@media (min-width: 769px) {
  .culture-nav__item-title {
    height: min(1.3177vw, 18px);
    left: auto;
    right: 82px;
    bottom: 27px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .culture-nav__item-title {
    left: auto;
    right: 60px;
    bottom: 24px;
  }
}
.culture-nav__item-title img {
  width: auto;
  height: 100%;
}

.c-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease;
}
.c-btn:focus, .c-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.c-btn span {
  position: relative;
  line-height: 1;
  z-index: 1;
}
.c-btn--entry {
  width: 48.5333333333vw;
  height: 44px;
  max-width: 360px;
  margin-inline: auto;
  margin-bottom: 10px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  font-family: "Khand", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2.2px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}
@media (min-width: 769px) {
  .c-btn--entry {
    width: min(12.4vw, 170px);
    height: auto;
    aspect-ratio: 3.13/1;
    border: none;
    margin-inline: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-btn--entry {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.maintitle__sub {
  width: min(42.6vw, 160px);
}
@media (min-width: 769px) {
  .maintitle__sub {
    width: min(17.5695vw, 240px);
  }
}
.maintitle__head {
  width: min(89.3333vw, 335px);
}
@media (min-width: 769px) {
  .maintitle__head {
    width: min(58.4187vw, 798px);
  }
}
.maintitle__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .maintitle__lead {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.c-rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
.c-rt:not(:last-child) {
  margin-bottom: 1em;
}

.c-note {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
}

.c-list li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  padding-left: 1em;
  text-indent: -1em;
}

.c-lead {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .c-lead {
    margin-bottom: 100px;
  }
}

.c-inner {
  padding-inline: 5.3333vw;
}
@media (min-width: 769px) {
  .c-inner {
    max-width: 1156px;
    width: 100%;
    padding-inline: 0;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-inner {
    padding-inline: min(7.6867vw, 105px);
  }
}

.visible_xs {
  display: block;
}

.visible_lg {
  display: none;
}

@media (min-width: 769px) {
  .visible_xs {
    display: none;
  }
  .visible_lg {
    display: block;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .header {
    position: fixed;
    left: 0;
    height: 80px;
    transition: transform 0.3s ease;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header {
    height: 70px;
  }
}
.header.hide-header {
  transform: translateY(-100%);
}
.header.show-header {
  transform: translateY(0);
}
.header__flex {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin-inline: auto;
  padding-inline: 15px;
}
@media (min-width: 769px) {
  .header__flex {
    max-width: 1366px;
    height: 100%;
    padding-inline: min(2.7vw, 37px) min(2.19vw, 30px);
  }
}
.header__id {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (min-width: 769px) {
  .header__id {
    gap: min(2.19vw, 30px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header__id {
    gap: 1rem;
  }
}
.header__id img {
  width: 148px;
  aspect-ratio: 7.5/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .header__id img {
    width: min(16vw, 218px);
  }
}
.header__id p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
}
@media (min-width: 769px) {
  .header__id p {
    font-size: clamp(1.4rem, 0.596rem + 0.784vw, 1.6rem);
    line-height: 1.125;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header__id p {
    font-size: clamp(1.2rem, 0.597rem + 0.784vw, 1.4rem);
  }
}
.header__menu-btn {
  position: absolute;
  top: 16px;
  right: 4vw;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  border-radius: 50%;
}
@media (min-width: 769px) {
  .header__menu-btn {
    display: none;
  }
}
.header__menu-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 36px;
  height: 36px;
  translate: -50% -50%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}
.header__menu-btn span {
  display: block;
  width: 15px;
  height: 2px;
  margin: 2px 0;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header__menu-btn.active::before {
  opacity: 1;
}
.header__menu-btn.active span {
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
}
.header__menu-btn.active span:nth-child(1) {
  width: 20px;
  rotate: 38deg;
  translate: 0 6px;
}
.header__menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.header__menu-btn.active span:nth-child(3) {
  width: 20px;
  rotate: -38deg;
  translate: 0 -6px;
}
.header__menu-list {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 1200;
  width: 100vw;
  max-height: calc(100vh - 70px);
  overflow-y: scroll;
  padding: 25px 5.3333vw;
  background-color: #fff;
  border-top: 1px solid rgba(46, 46, 46, 0.25);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 769px) {
  .header__menu-list {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    visibility: visible;
    width: auto;
    height: 100%;
    max-height: none;
    overflow-y: visible;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    opacity: 1;
    transition: none;
    box-shadow: none;
  }
}
.header__menu-list.active {
  visibility: visible;
  opacity: 1;
}
.header__menu-list .gnav {
  height: 100%;
  overflow-y: scroll;
}
@media (min-width: 769px) {
  .header__menu-list .gnav {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 22px;
    overflow-y: visible;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header__menu-list .gnav {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .header__menu-list .gnav__list {
    display: flex;
    align-items: center;
    height: 100%;
    gap: min(1.8302vw, 25px);
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header__menu-list .gnav__list {
    gap: 1rem;
  }
}
.header__menu-list .gnav__item {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item.active .gnav__item-link, .header__menu-list .gnav__item.current .gnav__item-link {
    background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item.active .gnav__item-link::after, .header__menu-list .gnav__item.current .gnav__item-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    content: "";
    background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
    border-radius: 6px 6px 0 0;
  }
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item.active .gnav__item-dropdown {
    display: block;
  }
}
.header__menu-list .gnav__item-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  background-image: linear-gradient(180deg, #009fe8 0%, #00469b 100%), url("/recruit/fresh/assets/images/common/linkArrow_pc_01_off.svg");
  background-clip: text, padding-box;
  -webkit-background-clip: text, padding-box;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, right 0px top 50%;
  background-size: auto, 22px;
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: #2e2e2e;
    font-size: clamp(1.4rem, 0.596rem + 0.784vw, 1.6rem);
    font-weight: 500;
    line-height: 1.125;
    letter-spacing: 0.48px;
    text-decoration: none;
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
    background-repeat: repeat;
    background-position: 0% 0%;
    background-size: auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header__menu-list .gnav__item-link {
    font-size: clamp(1.1rem, 0.195rem + 1.176vw, 1.4rem);
  }
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-link:hover {
    background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-link:hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    content: "";
    background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
    border-radius: 6px 6px 0 0;
  }
}
.header__menu-list .gnav__item-link span {
  border-bottom: solid 1px #00469b;
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-link span {
    border: none;
  }
}
.header__menu-list .gnav__item-button {
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-button {
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
    margin-bottom: 0;
  }
}
.header__menu-list .gnav__item-dropdown {
  display: block;
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 10;
    display: none;
    width: auto;
  }
}
.header__menu-list .gnav__item-dropdown ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-dropdown ul {
    display: block;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
  }
}
.header__menu-list .gnav__item-dropdown ul li {
  flex: 0 0 50%;
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-dropdown ul li {
    padding: 0 15px;
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_off.svg");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 22px;
    transition: all 0.3s ease;
  }
  .header__menu-list .gnav__item-dropdown ul li:not(:last-child) {
    border-bottom: solid 1px #eee;
  }
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-dropdown ul li:hover {
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_02_right.svg");
    background-size: 26px;
    background-position: right 13px top 50%;
  }
}
.header__menu-list .gnav__item-dropdown ul li a {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  padding-left: 1em;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-dropdown ul li a {
    color: #2e2e2e;
    font-size: clamp(1.4rem, 0.596rem + 0.784vw, 1.6rem);
    font-weight: 500;
    white-space: nowrap;
    padding: 13px 60px 13px 0;
    text-decoration: none;
  }
  .header__menu-list .gnav__item-dropdown ul li a:hover {
    font-weight: 700;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header__menu-list .gnav__item-dropdown ul li a {
    font-size: clamp(1.1rem, 0.195rem + 1.176vw, 1.4rem);
  }
}
.header__menu-list .gnav__item-dropdown ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
}
@media (min-width: 769px) {
  .header__menu-list .gnav__item-dropdown ul li a::before {
    display: none;
  }
}
.header__menu-list .gnav__item-dropdown ul li a[target=_blank] {
  padding-left: 0;
}
.header__menu-list .gnav__item-dropdown ul li a[target=_blank]::before {
  display: none;
}
.header__menu-list .gnav__item-dropdown ul li a[target=_blank] span {
  padding-right: 17px;
  background-image: url("/recruit/fresh/assets/images/common/icon_blank_01.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 13px;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

#container {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  #container {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #container {
    padding-top: 120px;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.entry-nav {
  padding: 65px 0 50px;
  background: url("/recruit/fresh/assets/images/common/fig_entryblock_01.png"), linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  background-repeat: no-repeat;
  background-position: right 2.66665vw top 37px, 0 0;
  background-size: min(43vw, 160px), cover;
}
@media (min-width: 769px) {
  .entry-nav {
    padding: 120px 0 100px;
    background-position: calc(50% + 400px) 30px, 0 0;
    background-size: min(19.6vw, 269px), cover;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .entry-nav {
    padding: 90px 0 75px;
    background-position: calc(50% + 30vw) 30px, 0 0;
  }
}
.entry-nav picture img {
  width: min(64vw, 240px);
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .entry-nav picture img {
    width: min(53vw, 725px);
    margin-bottom: 70px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .entry-nav picture img {
    margin-bottom: 50px;
  }
}
.entry-nav__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .entry-nav__list {
    flex-direction: row;
    gap: 36px;
  }
}
.entry-nav__item {
  flex: 1;
}
.entry-nav__item a {
  display: block;
  background-color: #fff;
  padding: 20px 15px;
  line-height: 1.5;
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_blank_off.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 40px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .entry-nav__item a {
    padding: 30px 40px;
    line-height: 2;
    background-position: right 20px top 50%;
    background-size: 46px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .entry-nav__item a {
    padding: 20px;
    background-size: 40px;
  }
}
.entry-nav__item a:hover, .entry-nav__item a:focus {
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_blank_on.svg");
  background-size: 48px;
  background-position: right 6px top 50%;
  text-decoration: none;
}
@media (min-width: 769px) {
  .entry-nav__item a:hover, .entry-nav__item a:focus {
    background-size: 54px;
    background-position: right 16px top 50%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .entry-nav__item a:hover, .entry-nav__item a:focus {
    background-size: 48px;
    background-position: right 6px top 50%;
  }
}
.entry-nav__item a span {
  display: block;
}
.entry-nav__item a span:nth-child(1) {
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) {
  .entry-nav__item a span:nth-child(1) {
    font-size: clamp(2.4rem, -0.012rem + 2.353vw, 3rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .entry-nav__item a span:nth-child(1) {
    font-size: clamp(1.8rem, -0.612rem + 2.353vw, 2.4rem);
  }
}
.entry-nav__item a span:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) {
  .entry-nav__item a span:nth-child(2) {
    font-size: clamp(1.4rem, 0.596rem + 0.784vw, 1.6rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .entry-nav__item a span:nth-child(2) {
    font-size: clamp(1.2rem, 0.597rem + 0.784vw, 1.4rem);
  }
}

.footer {
  padding: 75px 0 20px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .footer {
    padding: 100px 0 25px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer {
    padding: 90px 0 25px;
  }
}
.footer__inner {
  margin-inline: auto;
  padding-inline: 5.3333vw;
}
@media (min-width: 769px) {
  .footer__inner {
    max-width: 1366px;
    padding-inline: min(5.1245vw, 70px) min(6.2225vw, 85px);
  }
}
.footer__flex {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .footer__flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 110px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer__flex {
    margin-bottom: 70px;
  }
}
.footer__id {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .footer__id {
    align-items: flex-start;
    gap: clamp(17px, -11.14px + 2.745vw, 24px);
  }
}
.footer__id img {
  width: 260px;
  aspect-ratio: 7.5/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .footer__id img {
    width: min(23vw, 314px);
  }
}
.footer__id p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0.8px;
}
@media (min-width: 769px) {
  .footer__id p {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer__id p {
    font-size: 1.6rem;
  }
}
.footer__menu {
  margin-bottom: 28px;
  padding-bottom: 50px;
  border-bottom: solid 1px #9a9a9a;
}
@media (min-width: 769px) {
  .footer__menu {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.footer .fnav {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 4%;
  grid-row-gap: 30px;
}
@media (min-width: 769px) {
  .footer .fnav {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: auto;
    grid-column-gap: min(4.3924vw, 60px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer .fnav {
    grid-column-gap: 1rem;
  }
}
.footer .fnav__list--1 {
  grid-area: 1/1/2/2;
}
.footer .fnav__list--2 {
  grid-area: 1/2/4/3;
}
@media (min-width: 769px) {
  .footer .fnav__list--2 {
    grid-area: 1/2/2/3;
  }
}
.footer .fnav__list--3 {
  grid-area: 2/1/3/2;
}
@media (min-width: 769px) {
  .footer .fnav__list--3 {
    grid-area: 1/3/2/4;
  }
}
.footer .fnav__list--4 {
  grid-area: 3/1/4/2;
}
@media (min-width: 769px) {
  .footer .fnav__list--4 {
    grid-area: 1/4/2/5;
  }
}
.footer .fnav__list--4 a span {
  padding-right: 15px;
  background-image: url("/recruit/fresh/assets/images/common/icon_blank_01.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 11px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer .fnav__list--4 a span {
    background-size: 10px;
  }
}
.footer .fnav__list:first-child .fnav__item {
  margin-bottom: 0;
}
.footer .fnav__list:first-child .fnav__item a {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .footer .fnav__list:first-child .fnav__item a {
    font-size: clamp(1.4rem, 0.596rem + 0.784vw, 1.6rem);
    text-decoration: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer .fnav__list:first-child .fnav__item a {
    font-size: clamp(1.2rem, 0.597rem + 0.784vw, 1.4rem);
  }
}
@media (min-width: 769px) {
  .footer .fnav__list:first-child .fnav__item a:hover {
    text-decoration: underline;
  }
}
.footer .fnav__item {
  line-height: 2;
}
.footer .fnav__item:first-child {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .footer .fnav__item:first-child {
    font-size: clamp(1.4rem, 0.596rem + 0.784vw, 1.6rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer .fnav__item:first-child {
    font-size: clamp(1.2rem, 0.597rem + 0.784vw, 1.4rem);
  }
}
.footer .fnav__item a {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .footer .fnav__item a {
    font-size: clamp(1.2rem, 0.396rem + 0.784vw, 1.4rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer .fnav__item a {
    font-size: clamp(1.1rem, 0.798rem + 0.392vw, 1.2rem);
  }
}
@media (min-width: 769px) {
  .footer .fnav__item a:hover {
    text-decoration: none;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (min-width: 769px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__bottom .bnav__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer__bottom .bnav__item a {
  padding-right: 15px;
  color: #878787;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
  background-image: url("/recruit/fresh/assets/images/common/icon_blank_02.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 11px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer__bottom .bnav__item a {
    font-size: clamp(1.1rem, 0.798rem + 0.392vw, 1.2rem);
    background-size: 10px;
  }
}
.footer__bottom .copyright {
  color: #878787;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer__bottom .copyright {
    font-size: clamp(1.1rem, 0.798rem + 0.392vw, 1.2rem);
  }
}

.home #container {
  /* ボックス（padding） */
  padding-top: 35px;
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .home #container {
    padding-top: 180px;
  }
}
.home .maintitle {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .home .maintitle {
    margin-bottom: 45px;
  }
}
.home .maintitle__head {
  width: min(89.3333vw, 335px);
  margin-left: 0;
}
@media (min-width: 769px) {
  .home .maintitle__head {
    width: min(72.6208vw, 992px);
    margin-left: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .maintitle__head {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .home .maintitle__head {
    margin-left: -40px;
  }
}
.home .maintitle__scroll {
  position: absolute;
  right: 5.3333vw;
  top: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
}
@media (min-width: 769px) {
  .home .maintitle__scroll {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .home .maintitle__scroll {
    right: 0;
  }
}
.home .maintitle__scroll-text {
  color: #00469b;
  font-family: "Khand", sans-serif;
  font-size: 1.2rem;
  writing-mode: vertical-rl;
  font-weight: 600;
  letter-spacing: 1.32px;
}
@media (min-width: 769px) {
  .home .maintitle__scroll-text {
    font-size: 2rem;
    letter-spacing: 2.2px;
  }
}
.home .maintitle__scroll-indicator {
  position: relative;
  width: 2px;
  flex: 1;
}
@media (min-width: 769px) {
  .home .maintitle__scroll-indicator {
    width: 3px;
  }
}
.home .maintitle__scroll-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: 1px;
  background-color: #00469b;
}
@media (min-width: 769px) {
  .home .maintitle__scroll-line {
    margin-left: 3px;
  }
}
.home .maintitle__scroll-dot {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 30%;
  translate: calc(-50% + 1px) 0;
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  border-radius: 50%;
  animation: move-dot 1.6s ease-in-out infinite;
}
@media (min-width: 769px) {
  .home .maintitle__scroll-dot {
    width: 15px;
    height: 15px;
    translate: calc(-50% + 3px) 0;
  }
}
@keyframes move-dot {
  0% {
    bottom: 30%;
  }
  60% {
    bottom: -4px;
  }
  65% {
    bottom: -4px;
  }
  100% {
    bottom: 30%;
  }
}
@media (min-width: 769px) {
  @keyframes move-dot {
    0% {
      bottom: 30%;
    }
    60% {
      bottom: -7px;
    }
    65% {
      bottom: -7px;
    }
    100% {
      bottom: 30%;
    }
  }
}
.home .main-topcontents .mainvisual {
  position: relative;
  z-index: 3;
  border-bottom-right-radius: 13.3333vw;
  overflow: hidden;
}
@media screen and (min-aspect-ratio: 21/9) {
  .home .main-topcontents .mainvisual {
    border-bottom-right-radius: 6.5vw;
  }
}
.home .main-topcontents .mainvisual::before {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: shine 3s ease-in-out infinite;
}
@keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  76% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media (min-width: 769px) {
  @keyframes shine {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    75% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    76% {
      -webkit-transform: scale(8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(120) rotate(45deg);
      opacity: 0;
    }
  }
}
.home .main-topcontents .mainvisual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainvisual img {
    height: 570px;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-aspect-ratio: 21/9) {
  .home .main-topcontents .mainvisual img {
    height: 60vh;
  }
}
.home .main-topcontents .mainlead {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(153deg, #009fe8 0%, #00469b 100%);
  padding-top: calc(13.333vw + 50px);
  padding-bottom: 110px;
  margin-top: -13.333vw;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 100px) 100%, 0 100%);
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead {
    padding-top: calc(13.333vw + 100px);
    padding-bottom: 670px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 217px), calc(100% - 358px) 100%, 0 100%);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .main-topcontents .mainlead {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 174px), calc(100% - 286px) 100%, 0 100%);
    padding-bottom: 50vw;
  }
}
@media screen and (min-aspect-ratio: 21/9) {
  .home .main-topcontents .mainlead {
    padding-top: calc(6.5vw + 100px);
    margin-top: -6.5vw;
  }
}
.home .main-topcontents .mainlead::after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  content: "";
  width: 100px;
  height: 60px;
  background-image: url("/recruit/fresh/assets/images/home/turn_01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead::after {
    width: 358px;
    height: 217px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .main-topcontents .mainlead::after {
    width: 286px;
    height: 174px;
  }
}
.home .main-topcontents .mainlead__title {
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
  padding-inline: 25px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead__title {
    width: 644px;
    padding-inline: 0;
    margin-bottom: 70px;
  }
}
.home .main-topcontents .mainlead__rt {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead__rt {
    width: 644px;
    padding-inline: 12px;
    margin-bottom: 0;
  }
}
.home .main-topcontents .mainlead__rt p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead__rt p {
    font-size: 1.8rem;
    line-height: 2.6667;
  }
}
.home .main-topcontents .mainlead__rt p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead__rt p:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead__rt p:last-child {
    margin-left: -1rem;
  }
}
.home .main-topcontents .mainlead .loop__slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__slider {
    width: auto;
    margin: 0;
  }
}
.home .main-topcontents .mainlead .loop__track {
  display: flex;
  animation: loop-scroll linear infinite;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__track {
    display: block;
    animation: none;
  }
}
.home .main-topcontents .mainlead .loop__item {
  width: auto;
  height: 208px;
  flex-shrink: 0;
  margin-right: 10px;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__item {
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
  }
}
.home .main-topcontents .mainlead .loop__item.fade-up {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__item.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__item.fade-up.is-active {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__item:nth-child(1) {
    width: min(17.716vw, 242px);
    aspect-ratio: 1.115/1;
    top: calc(13.333vw + 200px);
    left: 50%;
    translate: 160% 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .main-topcontents .mainlead .loop__item:nth-child(1) {
    translate: 176% 0;
  }
}
@media screen and (min-aspect-ratio: 21/9) {
  .home .main-topcontents .mainlead .loop__item:nth-child(1) {
    top: calc(6.5vw + 200px);
  }
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__item:nth-child(2) {
    width: min(20.6442vw, 282px);
    aspect-ratio: 0.832/1;
    top: calc(13.333vw + 289px);
    right: 50%;
    translate: -156% 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .main-topcontents .mainlead .loop__item:nth-child(2) {
    translate: -170% 0;
  }
}
@media screen and (min-aspect-ratio: 21/9) {
  .home .main-topcontents .mainlead .loop__item:nth-child(2) {
    top: calc(6.5vw + 289px);
  }
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__item:nth-child(3) {
    width: min(29.795vw, 407px);
    aspect-ratio: 0.831/1;
    left: 50%;
    bottom: 343px;
    translate: 82% 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .main-topcontents .mainlead .loop__item:nth-child(3) {
    bottom: 30vw;
  }
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__item:nth-child(4) {
    width: min(46.7789vw, 639px);
    aspect-ratio: 1.582/1;
    bottom: 184px;
    right: 50%;
    translate: 21.4% 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .main-topcontents .mainlead .loop__item:nth-child(4) {
    bottom: 13.47vw;
  }
}
.home .main-topcontents .mainlead .loop__item img {
  width: auto;
  height: 208px;
  display: block;
}
@media (min-width: 769px) {
  .home .main-topcontents .mainlead .loop__item img {
    width: auto;
    height: 100%;
    display: inline;
  }
}
@keyframes loop-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--loop-distance, 500px)));
  }
}
.home .main-topcontents .quickguide {
  position: relative;
  z-index: 1;
  background-image: url("/recruit/fresh/assets/images/home/bg_home_quickguide.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 220px;
  padding-top: 120px;
  padding-bottom: 70px;
  margin-top: -60px;
}
@media (min-width: 769px) {
  .home .main-topcontents .quickguide {
    background-size: 360px;
    padding-top: 337px;
    padding-bottom: 120px;
    margin-top: -217px;
  }
}
.home .main-topcontents .quickguide__title {
  width: min(66.1333vw, 248px);
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .home .main-topcontents .quickguide__title {
    width: min(46.9985vw, 642px);
    margin-bottom: 45px;
  }
}
.home .main-topcontents .quickguide__lead {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .home .main-topcontents .quickguide__lead {
    margin-bottom: 50px;
  }
}
.home .main-topcontents .quickguide__lead p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .home .main-topcontents .quickguide__lead p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .main-topcontents .quickguide__lead p {
    font-size: clamp(1.6rem, 0.997rem + 0.784vw, 1.8rem);
  }
}
.home .main-topcontents .quickguide__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a b" "c c";
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 769px) {
  .home .main-topcontents .quickguide__list {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: min(3.6603vw, 40px);
         column-gap: min(3.6603vw, 40px);
  }
}
.home .main-topcontents .quickguide__item {
  position: relative;
  display: block;
  background-color: #fff;
  border: solid 2px #00469b;
  border-right-width: 3px;
  border-bottom-width: 3px;
  aspect-ratio: 0.883/1;
}
@media (min-width: 769px) {
  .home .main-topcontents .quickguide__item {
    flex: 1;
    border: solid 2px #00469b;
    border-right-width: 4px;
    border-bottom-width: 4px;
    aspect-ratio: 0.78/1;
  }
}
.home .main-topcontents .quickguide__item:nth-child(1) {
  grid-area: a;
}
.home .main-topcontents .quickguide__item:nth-child(2) {
  grid-area: b;
}
.home .main-topcontents .quickguide__item:nth-child(3) {
  aspect-ratio: 1.872/1;
  grid-area: c;
}
@media (min-width: 769px) {
  .home .main-topcontents .quickguide__item:nth-child(3) {
    aspect-ratio: 0.78/1;
  }
}
.home .main-topcontents .quickguide__item-fig {
  display: block;
  image-rendering: pixelated;
}
.home .main-topcontents .quickguide__item::after {
  position: absolute;
  right: 12px;
  bottom: 15px;
  content: "";
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  scale: 1;
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 769px) {
  .home .main-topcontents .quickguide__item::after {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_off.svg");
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .main-topcontents .quickguide__item::after {
    width: 32px;
    height: 32px;
    right: 10px;
    bottom: clamp(10px, -20.16px + 3.922vw, 20px);
  }
}
.home .main-topcontents .quickguide__item:hover::after {
  scale: 1.2;
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_on.svg");
}
@media (min-width: 769px) {
  .home .main-topcontents .quickguide__item:hover::after {
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_on.svg");
  }
}
.home .interview {
  padding: 60px 0 100px;
  background: linear-gradient(153deg, #009fe8 0%, #00469b 100%);
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .home .interview {
    padding: 130px 0;
  }
}
.home .interview__inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 769px) {
  .home .interview__inner {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 769px) {
  .home .interview__title {
    width: 16.3494809689%;
  }
}
.home .interview__title img {
  width: min(66.6667vw, 250px);
}
@media (min-width: 769px) {
  .home .interview__title img {
    width: min(5.3440702782vw, 73px);
  }
}
@media (min-width: 769px) {
  .home .interview__contents {
    flex: 1;
  }
}
.home .interview__balloon {
  position: relative;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 20px;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .home .interview__balloon {
    padding: 24px 30px 20px 30px;
    margin-bottom: 80px;
  }
}
.home .interview__balloon::after {
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 70px;
  content: "";
  width: 26px;
  height: 3px;
  background-color: #0084d0;
}
@media (min-width: 769px) {
  .home .interview__balloon::after {
    left: 100px;
    background-color: #0190db;
  }
}
.home .interview__balloon::before {
  position: absolute;
  z-index: 2;
  bottom: -3px;
  left: 70px;
  content: "";
  width: 26px;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
@media (min-width: 769px) {
  .home .interview__balloon::before {
    left: 100px;
  }
}
.home .interview__balloon p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .home .interview__balloon p {
    font-size: 2rem;
    line-height: 2;
  }
}
.home .interview__list {
  position: relative;
}
@media (min-width: 769px) {
  .home .interview .swiper-wrapper {
    display: block;
  }
}
.home .interview .swiper-pagination-progressbar {
  height: 3px;
  background: #77b4d1;
  top: auto;
  bottom: -35px;
  margin-top: 20px;
}
.home .interview .swiper-pagination-progressbar-fill {
  background: #fff;
}
.home .interview__item {
  width: 84vw;
  margin-right: 5.3333vw;
}
@media (min-width: 769px) {
  .home .interview__item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .home .interview__item:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #fff;
  }
}
.home .interview__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (min-width: 769px) {
  .home .interview__item a {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .home .interview__item a {
    gap: 30px;
  }
}
.home .interview__item a::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_on.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  scale: 1;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .home .interview__item a::after {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_on.svg");
  }
}
.home .interview__item a:hover .interview__item-fig img {
  scale: 1.1;
}
.home .interview__item a:hover::after {
  scale: 1.2;
}
.home .interview__item-fig {
  overflow: hidden;
}
@media (min-width: 769px) {
  .home .interview__item-fig {
    width: 41.6752843847%;
  }
}
.home .interview__item-fig img {
  scale: 1;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .home .interview__item-text {
    flex: 1;
  }
}
.home .interview__item-title {
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .home .interview__item-title {
    margin-bottom: 25px;
  }
}
.home .interview__item-title h3 {
  position: relative;
  z-index: 2;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 2;
  background: linear-gradient(123deg, #009fe8 0%, #00469b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0rem 0rem 0.4rem 1rem;
}
@media (min-width: 769px) {
  .home .interview__item-title h3 {
    font-size: clamp(1.7rem, -3.124rem + 4.706vw, 2.9rem);
    line-height: 1.875;
  }
}
@media (min-width: 1280px) {
  .home .interview__item-title h3 {
    font-size: 2.9rem;
  }
}
.home .interview__item-title p {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 2;
}
@media (min-width: 769px) {
  .home .interview__item-title p {
    font-size: clamp(1.7rem, -3.124rem + 4.706vw, 2.9rem);
    line-height: 1.875;
  }
}
@media (min-width: 1280px) {
  .home .interview__item-title p {
    font-size: 2.9rem;
  }
}
.home .interview__item-title span {
  background-color: #fff;
  padding: 0rem 0rem 0.4rem 1rem;
}
.home .interview__item-status {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 769px) {
  .home .interview__item-status {
    font-size: clamp(2rem, -1.618rem + 3.529vw, 2.9rem);
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .home .interview__item-status {
    font-size: 2.9rem;
  }
}
.home .interview__item-year {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3;
}
@media (min-width: 769px) {
  .home .interview__item-year {
    font-size: clamp(1.6rem, 0.796rem + 0.784vw, 1.8rem);
    line-height: 2;
  }
}
@media (min-width: 1280px) {
  .home .interview__item-year {
    font-size: 1.8rem;
  }
}
.home .culture {
  padding: 50px 0 60px;
}
@media (min-width: 769px) {
  .home .culture {
    padding: 120px 0 150px;
  }
}
.home .culture__title {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .home .culture__title {
    margin-bottom: 50px;
  }
}
.home .culture__title img {
  width: min(83.2vw, 312px);
}
@media (min-width: 769px) {
  .home .culture__title img {
    width: min(59.2972vw, 810px);
  }
}
.home .culture__lead {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .home .culture__lead {
    margin-bottom: 50px;
  }
}
.home .culture__lead p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .home .culture__lead p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .culture__lead p {
    font-size: clamp(1.6rem, 0.997rem + 0.784vw, 1.8rem);
  }
}
.home .culture__list {
  display: flex;
  flex-direction: column;
  gap: 5.3333vw;
}
@media (min-width: 769px) {
  .home .culture__list {
    flex-direction: row;
    justify-content: center;
    gap: min(2.9283vw, 40px);
  }
}
.home .culture__item {
  position: relative;
  flex: 1;
}
@media (min-width: 769px) {
  .home .culture__item {
    flex: none;
    width: min(26.3543vw, 360px);
  }
}
.home .culture__item a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}
.home .culture__item a::before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  scale: 1;
  content: "";
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .home .culture__item a::before {
    bottom: 15px;
    right: 15px;
    width: clamp(30px, -50.39px + 7.843vw, 50px);
    height: clamp(30px, -50.39px + 7.843vw, 50px);
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_off.svg");
  }
}
.home .culture__item a::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 159, 232, 0) 0%, rgba(0, 70, 155, 0.6) 97.35%);
}
@media (min-width: 769px) {
  .home .culture__item a::after {
    height: 26%;
  }
}
.home .culture__item a:focus, .home .culture__item a:hover {
  text-decoration: none;
}
.home .culture__item a:focus .culture__item-fig, .home .culture__item a:hover .culture__item-fig {
  scale: 1.1;
}
.home .culture__item a:focus::before, .home .culture__item a:hover::before {
  scale: 1.2;
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_on.svg");
}
@media (min-width: 769px) {
  .home .culture__item a:focus::before, .home .culture__item a:hover::before {
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_on.svg");
  }
}
.home .culture__item-fig {
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.home .culture__item-title {
  position: absolute;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  height: min(4.2667vw, 16px);
  right: 50px;
  bottom: 18px;
}
@media (min-width: 769px) {
  .home .culture__item-title {
    height: min(1.3177vw, 18px);
    right: 82px;
    bottom: 27px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .culture__item-title {
    right: 60px;
    bottom: 24px;
  }
}
.home .culture__item-title img {
  width: auto;
  height: 100%;
}
.home .recruit {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #f9f9f9;
  padding: 60px 0;
  clip-path: polygon(0 0, calc(100% - 103px) 0, 100% 61px, 100% 100%, 0 100%);
}
@media (min-width: 769px) {
  .home .recruit {
    padding: 160px 0 100px;
    clip-path: polygon(0 0, calc(100% - 201px) 0, 100% 120px, 100% 100%, 0 100%);
  }
}
.home .recruit::after {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  content: "";
  width: 103px;
  height: 61px;
  background-image: url("/recruit/fresh/assets/images/home/turn_02.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 769px) {
  .home .recruit::after {
    width: 201px;
    height: 120px;
  }
}
.home .recruit__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 769px) {
  .home .recruit__inner {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 769px) {
  .home .recruit__title {
    width: 15.5709342561%;
    margin-top: -70px;
    margin-bottom: 0;
  }
}
.home .recruit__title img {
  width: min(49.6vw, 186px);
}
@media (min-width: 769px) {
  .home .recruit__title img {
    width: min(5.4172767204vw, 74px);
  }
}
@media (min-width: 769px) {
  .home .recruit__flow {
    flex: 1;
  }
}
.home .recruit__flow-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .home .recruit__flow-title {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.home .recruit__flow-fig {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .home .recruit__flow-fig {
    margin-bottom: 70px;
  }
}
.home .recruit__flow-list {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .home .recruit__flow-list {
    margin-bottom: 90px;
  }
}
.home .recruit__flow-item img {
  width: min(51.4666666667vw, 193px);
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .home .recruit__flow-item img {
    width: min(21.3762811127vw, 293px);
    margin-bottom: 20px;
  }
}
.home .recruit__flow-item p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  padding-left: min(9.3333333333vw, 35px);
}
@media (min-width: 769px) {
  .home .recruit__flow-item p {
    font-size: 1.8rem;
    line-height: 2;
    padding-left: min(4.0995607613vw, 56px);
  }
}
.home .recruit__flow-item:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .home .recruit__flow-item:not(:last-child) {
    margin-bottom: 55px;
  }
}
.home .recruit__flow-item:last-child img {
  margin-bottom: 0;
}
.home .recruit__list {
  display: flex;
  flex-direction: column;
  gap: 5.3333vw;
}
@media (min-width: 769px) {
  .home .recruit__list {
    flex-direction: row;
    justify-content: space-between;
    gap: min(2.9282576867vw, 40px);
  }
}
.home .recruit__item {
  position: relative;
  flex: 1;
}
.home .recruit__item:nth-child(1) .recruit__item-title {
  width: min(18.6666666667vw, 70px);
}
@media (min-width: 769px) {
  .home .recruit__item:nth-child(1) .recruit__item-title {
    width: min(7.9795021962vw, 109px);
  }
}
.home .recruit__item:nth-child(2) .recruit__item-title {
  width: min(40.5333333333vw, 152px);
}
@media (min-width: 769px) {
  .home .recruit__item:nth-child(2) .recruit__item-title {
    width: min(17.3499267936vw, 237px);
  }
}
.home .recruit__item a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}
.home .recruit__item a::before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  scale: 1;
  content: "";
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_blank_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .home .recruit__item a::before {
    bottom: 15px;
    right: 15px;
    width: clamp(30px, -50.39px + 7.843vw, 50px);
    height: clamp(30px, -50.39px + 7.843vw, 50px);
  }
}
.home .recruit__item a::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 159, 232, 0) 0%, rgba(0, 70, 155, 0.6) 97.35%);
}
@media (min-width: 769px) {
  .home .recruit__item a::after {
    height: 28%;
  }
}
.home .recruit__item a:focus, .home .recruit__item a:hover {
  text-decoration: none;
}
.home .recruit__item a:focus .recruit__item-fig, .home .recruit__item a:hover .recruit__item-fig {
  scale: 1.1;
}
.home .recruit__item a:focus::before, .home .recruit__item a:hover::before {
  scale: 1.2;
}
.home .recruit__item-fig {
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.home .recruit__item-title {
  position: absolute;
  z-index: 3;
  right: 50px;
  bottom: 18px;
}
@media (min-width: 769px) {
  .home .recruit__item-title {
    right: 82px;
    bottom: 27px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home .recruit__item-title {
    right: 60px;
    bottom: 24px;
  }
}

.about-us #container {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .about-us #container {
    padding-top: 170px;
  }
}
.about-us .maintitle {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .about-us .maintitle {
    margin-bottom: 60px;
  }
}
.about-us .maintitle__head {
  width: min(89.3333vw, 335px);
  margin-left: 0;
}
@media (min-width: 769px) {
  .about-us .maintitle__head {
    width: min(46.9985vw, 642px);
    margin-left: 0;
  }
}
.about-us .intro__mainvisual img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .about-us .intro__mainvisual img {
    height: 562px;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-aspect-ratio: 21/9) {
  .about-us .intro__mainvisual img {
    height: 60vh;
  }
}
.about-us .intro__body {
  position: relative;
  padding: 100px 0 70px;
  background: linear-gradient(153deg, #009fe8 0%, #00469b 100%);
}
@media (min-width: 769px) {
  .about-us .intro__body {
    padding: 160px 0 110px;
  }
}
.about-us .intro__heading {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
  padding: 18px 28px 18px 5.3333vw;
  background-color: #fff;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
@media (min-width: 769px) {
  .about-us .intro__heading {
    padding: 30px min(9.5168vw, 130px) 30px calc((100vw - 1156px) / 2);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .intro__heading {
    padding-left: min(7.6867vw, 105px);
  }
}
.about-us .intro__title {
  width: min(81.6vw, 306px);
}
@media (min-width: 769px) {
  .about-us .intro__title {
    width: min(50.5124vw, 690px);
  }
}
.about-us .intro__text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .about-us .intro__text {
    gap: 0;
    margin-bottom: 100px;
  }
}
.about-us .intro__text p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .about-us .intro__text p {
    font-size: 1.8rem;
    line-height: 2.66;
  }
}
.about-us .intro__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: 13px;
       column-gap: 13px;
  row-gap: 22px;
}
@media (min-width: 769px) {
  .about-us .intro__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
}
.about-us .intro__item {
  position: relative;
}
.about-us .intro__item-title {
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(18.666vw, 70px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 769px) {
  .about-us .intro__item-title {
    top: -30px;
    width: min(8.05vw, 110px);
  }
}
.about-us .intro__item-title p {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.16;
  text-align: center;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) {
  .about-us .intro__item-title p {
    font-size: clamp(1.2rem, 0.4271356784rem + 1.0050251256vw, 1.8rem);
    line-height: 1.222;
  }
}
.about-us .history {
  padding-bottom: 70px;
}
@media (min-width: 769px) {
  .about-us .history {
    padding-bottom: 110px;
    overflow-x: hidden;
  }
}
.about-us .history__maintitle {
  width: 96vw;
  margin-inline: auto;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .about-us .history__maintitle {
    width: 100vw;
    max-width: 1288px;
    margin-bottom: -40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .history__maintitle {
    margin-bottom: 0;
  }
}
.about-us .history__heading {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .about-us .history__heading {
    flex-direction: row;
    align-items: flex-end;
    gap: 135px;
    margin-bottom: 70px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .history__heading {
    gap: 100px;
    align-items: center;
  }
}
.about-us .history__title {
  width: min(79.46vw, 298px);
}
@media (min-width: 769px) {
  .about-us .history__title {
    width: min(26.72vw, 365px);
  }
}
.about-us .history__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  flex: 1;
}
@media (min-width: 769px) {
  .about-us .history__text {
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .history__text {
    padding-bottom: 0;
  }
}
.about-us .history__body {
  position: relative;
  --roll-w: 45px;
  --roll-head: 17px;
  width: auto;
  margin-right: calc(50% - 50vw);
  padding: 70px 0 70px min(5.3333vw, 20px);
  background-color: #fafafa;
  background-image: url("/recruit/fresh/assets/images/about-us/roll_sp03_bottom.png"), url("/recruit/fresh/assets/images/about-us/roll_sp02_middle.png");
  background-repeat: no-repeat, repeat-y;
  background-position: right bottom, right center;
  background-size: var(--roll-w) auto, var(--roll-w) 1px;
}
@media (min-width: 769px) {
  .about-us .history__body {
    --roll-w: 178px;
    --roll-head: 49px;
    background-image: url("/recruit/fresh/assets/images/about-us/roll_pc03_bottom.png"), url("/recruit/fresh/assets/images/about-us/roll_pc02_middle.png");
    padding: clamp(6.6rem, 0.9323283082rem + 7.3701842546vw, 11rem) 0 clamp(4.5rem, 0.635678392rem + 5.0251256281vw, 7.5rem) clamp(4.2rem, 0.5932998325rem + 4.6901172529vw, 7rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .history__body {
    --roll-w: 107px;
    --roll-head: 29px;
  }
}
.about-us .history__body::before {
  position: absolute;
  content: "";
  bottom: 100%;
  right: 0;
  width: var(--roll-w);
  height: var(--roll-head);
  background-image: url("/recruit/fresh/assets/images/about-us/roll_sp01_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (min-width: 769px) {
  .about-us .history__body::before {
    background-image: url("/recruit/fresh/assets/images/about-us/roll_pc01_top.png");
  }
}
.about-us .history__body-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 15px 8px 10px;
  border-radius: 0 0 15px 0;
  background: linear-gradient(153deg, #009fe8 0%, #00469b 100%);
}
@media (min-width: 769px) {
  .about-us .history__body-title {
    border-radius: 0 0 24px 0;
    padding: 16px 24px 16px 22px;
  }
}
.about-us .history__body-title img {
  width: 120px;
}
@media (min-width: 769px) {
  .about-us .history__body-title img {
    width: 160px;
  }
}
.about-us .history__body-arrow {
  position: absolute;
  right: 5.3333vw;
  bottom: 5.3333vw;
  z-index: 3;
  width: 34px;
  height: 34px;
  animation: arrow-slide 1.6s ease-in-out infinite;
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) {
  .about-us .history__body-arrow {
    width: 52px;
    height: 52px;
    top: 50%;
    right: 38px;
    bottom: auto;
    animation: arrow-slide 1.4s ease-in-out infinite;
  }
}
.about-us .history__body-arrow.is-end {
  opacity: 0;
  pointer-events: none;
}
@keyframes arrow-slide {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(12px);
  }
  60% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  @keyframes arrow-slide {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(18px);
    }
    60% {
      transform: translateX(18px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
.about-us .history__list {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .about-us .history__list {
    cursor: grab;
  }
}
.about-us .history__item-year {
  position: relative;
  margin-bottom: 20px;
}
.about-us .history__item-year img {
  aspect-ratio: 3.457/1;
  width: min(21.3333vw, 80px);
}
@media (min-width: 769px) {
  .about-us .history__item-year img {
    width: min(7.9063vw, 108px);
  }
}
.about-us .history__item-year::after {
  position: absolute;
  top: 50%;
  left: calc(min(21.3333vw, 80px) + 10px);
  translate: 0 -50%;
  content: "";
  width: 70%;
  height: 2px;
  background: linear-gradient(0deg, #009fe8 0%, #00469b 100%);
  border-radius: 9999px;
}
@media (min-width: 769px) {
  .about-us .history__item-year::after {
    width: 85%;
    left: calc(min(7.9063vw, 108px) + 10px);
  }
}
.about-us .history__item-year--long img {
  aspect-ratio: 5.571/1;
  width: min(33.6vw, 126px);
}
@media (min-width: 769px) {
  .about-us .history__item-year--long img {
    width: min(13.1772vw, 180px);
  }
}
.about-us .history__item-year--long::after {
  left: calc(min(33.6vw, 126px) + 10px);
  width: 54%;
}
@media (min-width: 769px) {
  .about-us .history__item-year--long::after {
    width: 69%;
    left: calc(min(14.4949vw, 198px) + 10px);
  }
}
.about-us .history__item-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-us .history__item-fig {
  aspect-ratio: 1.458/1;
  margin-bottom: 20px;
}
.about-us .history__item-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
.about-us .core {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-us .core::after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  content: "";
  width: 109.5px;
  height: auto;
  aspect-ratio: 1.814/1;
  background-image: url("/recruit/fresh/assets/images/about-us/turn_01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 769px) {
  .about-us .core::after {
    width: 199.5px;
  }
}
.about-us .core__bg {
  clip-path: polygon(0 61px, 97.5px 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(153deg, #00469b 1.93%, #009fe8 100.08%);
  padding: 100px 0 65px;
}
@media (min-width: 769px) {
  .about-us .core__bg {
    clip-path: polygon(0 110px, 177.5px 0, 100% 0, 100% 100%, 0 100%);
    padding: 130px 0 100px;
  }
}
.about-us .core__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) {
  .about-us .core__inner {
    flex-direction: row;
    align-items: center;
    gap: clamp(3rem, -0.864321608rem + 5.0251256281vw, 6rem);
  }
}
@media (min-width: 769px) {
  .about-us .core__heading {
    width: 43.25%;
  }
}
.about-us .core__title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.28px;
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  .about-us .core__title {
    font-size: clamp(2.8rem, 1.5118927973rem + 1.675041876vw, 3.8rem);
    line-height: 1.68;
    margin-bottom: clamp(3rem, 0.4237855946rem + 3.3500837521vw, 5rem);
  }
}
.about-us .core__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .about-us .core__text {
    font-size: clamp(1.4rem, 0.8847571189rem + 0.6700167504vw, 1.8rem);
    line-height: 2.11;
  }
}
@media (min-width: 769px) {
  .about-us .core__body {
    flex: 1;
  }
}
.about-us .core__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .about-us .core__list {
    gap: 14px;
  }
}
.about-us .core__item {
  border-radius: 14px;
  border: solid 2px #fff;
  overflow: hidden;
}
@media (min-width: 769px) {
  .about-us .core__item {
    border-width: 3px;
  }
}
.about-us .core__term {
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
@media (min-width: 769px) {
  .about-us .core__term {
    padding: 15px clamp(1.5rem, -1.2050251256rem + 3.5175879397vw, 3.6rem);
  }
}
.about-us .core__term p:nth-child(1) {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 769px) {
  .about-us .core__term p:nth-child(1) {
    font-size: clamp(1.6rem, 1.0847571189rem + 0.6700167504vw, 2rem);
  }
}
.about-us .core__term p:nth-child(2) {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.333;
  text-align: right;
}
@media (min-width: 769px) {
  .about-us .core__term p:nth-child(2) {
    font-size: clamp(1.2rem, 0.9423785595rem + 0.3350083752vw, 1.4rem);
    line-height: 1;
  }
}
.about-us .core__desc {
  background-color: #fff;
  padding: 13px 20px;
}
@media (min-width: 769px) {
  .about-us .core__desc {
    padding: 13px clamp(1.3rem, -1.6626465662rem + 3.8525963149vw, 3.6rem);
  }
}
.about-us .core__desc p {
  font-size: clamp(1.4rem, 1.1423785595rem + 0.3350083752vw, 1.6rem);
  font-weight: 500;
  line-height: 1.75;
}
.about-us .core__arrow {
  display: block;
  width: 38px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .about-us .core__arrow {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.about-us .core__catch {
  width: min(67.2vw, 252px);
  margin-inline: auto;
}
@media (min-width: 769px) {
  .about-us .core__catch {
    width: min(39.53vw, 540px);
  }
}
@media (min-width: 769px) {
  .about-us .business {
    overflow-x: hidden;
  }
}
.about-us .business__mainvisual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 769px) {
  .about-us .business__mainvisual img {
    height: 562px;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-aspect-ratio: 21/9) {
  .about-us .business__mainvisual img {
    height: 60vh;
  }
}
.about-us .business__maintitle {
  width: 96vw;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .about-us .business__maintitle {
    width: 100vw;
    max-width: 1288px;
    margin-bottom: 90px;
  }
}
.about-us .business__heading {
  display: flex;
  gap: 35px;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .about-us .business__heading {
    flex-direction: row;
    align-items: center;
    gap: 120px;
    margin-bottom: 110px;
  }
}
.about-us .business__title {
  width: min(51.7333vw, 194px);
}
@media (min-width: 769px) {
  .about-us .business__title {
    width: min(27.08vw, 370px);
  }
}
.about-us .business__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  flex: 1;
}
@media (min-width: 769px) {
  .about-us .business__text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.about-us .business__body {
  position: relative;
  background-color: #f9f9f9;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 45px 0 60px;
  clip-path: polygon(0 0, calc(100% - 102px) 0, 100% 61px, 100% 100%, 0 100%);
}
@media (min-width: 769px) {
  .about-us .business__body {
    padding: 135px 0 100px;
    clip-path: polygon(0 0, calc(100% - 201px) 0, 100% 120px, 100% 100%, 0 100%);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .business__body {
    padding: 120px 0 100px;
    clip-path: polygon(0 0, calc(100% - 140px) 0, 100% 84px, 100% 100%, 0 100%);
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .about-us .business__body {
    padding-right: 75px;
  }
}
.about-us .business__body::after {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  content: "";
  width: 102px;
  height: 61px;
  background-image: url("/recruit/fresh/assets/images/about-us/turn_02.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 769px) {
  .about-us .business__body::after {
    width: 201px;
    height: 120px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .business__body::after {
    width: 140px;
    height: 84px;
  }
}
.about-us .business__body-inner {
  position: relative;
}
.about-us .business__body-inner .swiper-business-nav {
  padding-top: 20px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-nav {
    padding: 0;
    position: absolute;
    top: 50%;
    right: -50px;
    translate: 15px -50%;
    grid-auto-flow: row;
    row-gap: 15px;
    justify-items: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .business__body-inner .swiper-business-nav {
    right: 8px;
    translate: 0 -50%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .about-us .business__body-inner .swiper-business-nav {
    right: -50px;
  }
}
.about-us .business__body-inner .swiper-business-prev, .about-us .business__body-inner .swiper-business-next {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin-inline: 5px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-prev, .about-us .business__body-inner .swiper-business-next {
    width: 50px;
    height: 50px;
    margin-inline: 0;
    margin: 15px 0;
  }
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-prev:hover, .about-us .business__body-inner .swiper-business-next:hover {
    scale: 1.2;
  }
}
.about-us .business__body-inner .swiper-business-prev.swiper-button-disabled, .about-us .business__body-inner .swiper-business-next.swiper-button-disabled {
  opacity: 0.5;
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-prev.swiper-button-disabled:hover, .about-us .business__body-inner .swiper-business-next.swiper-button-disabled:hover {
    scale: 1;
  }
}
.about-us .business__body-inner .swiper-business-prev {
  background-image: url("/recruit/fresh/assets/images/about-us/arrow_left_off.svg");
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-prev {
    background-image: url("/recruit/fresh/assets/images/about-us/arrow_up_off.svg");
  }
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-prev:hover {
    background-image: url("/recruit/fresh/assets/images/about-us/arrow_up_on.svg");
  }
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-prev.swiper-button-disabled:hover {
    background-image: url("/recruit/fresh/assets/images/about-us/arrow_up_off.svg");
  }
}
.about-us .business__body-inner .swiper-business-next {
  background-image: url("/recruit/fresh/assets/images/about-us/arrow_right_off.svg");
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-next {
    background-image: url("/recruit/fresh/assets/images/about-us/arrow_down_off.svg");
  }
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-next:hover {
    background-image: url("/recruit/fresh/assets/images/about-us/arrow_down_on.svg");
  }
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-next.swiper-button-disabled:hover {
    background-image: url("/recruit/fresh/assets/images/about-us/arrow_down_off.svg");
  }
}
.about-us .business__body-inner .swiper-business-current, .about-us .business__body-inner .swiper-business-total {
  width: 20px;
  height: 12px;
}
.about-us .business__body-inner .swiper-business-separator {
  width: 2px;
  height: 18px;
  background-color: #000;
}
@media (min-width: 769px) {
  .about-us .business__body-inner .swiper-business-separator {
    width: 24px;
    height: 2px;
  }
}
.about-us .business__list {
  overflow: hidden;
}
.about-us .business__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 769px) {
  .about-us .business__item {
    height: auto !important;
    grid-template-columns: 1fr 51%;
    grid-template-rows: auto auto;
    -moz-column-gap: clamp(3rem, -0.864321608rem + 5.0251256281vw, 6rem);
         column-gap: clamp(3rem, -0.864321608rem + 5.0251256281vw, 6rem);
    row-gap: 20px;
  }
}
@media (min-width: 769px) {
  .about-us .business__item-heading {
    grid-column: 1;
    grid-row: 1;
  }
}
.about-us .business__item-title {
  aspect-ratio: 8.532/1;
  width: auto;
  height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .about-us .business__item-title {
    height: clamp(3.4rem, 2.8847571189rem + 0.6700167504vw, 3.8rem);
    margin-bottom: 30px;
  }
}
.about-us .business__item-lead {
  color: #3e4854;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .about-us .business__item-lead {
    font-size: clamp(2.4rem, 1.8847571189rem + 0.6700167504vw, 2.8rem);
  }
}
.about-us .business__item-fig {
  overflow: hidden;
}
@media (min-width: 769px) {
  .about-us .business__item-fig {
    grid-column: 2;
    grid-row: 1/3;
    padding-top: 50px;
  }
}
.about-us .business__item-fig img {
  display: block;
}
@media (min-width: 769px) {
  .about-us .business__item-text {
    grid-column: 1;
    grid-row: 2;
  }
}
.about-us .business__item-text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .about-us .business__item-text p {
    font-size: clamp(1.5rem, 1.1135678392rem + 0.5025125628vw, 1.8rem);
    line-height: 2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .business__item-text p {
    line-height: 1.875;
  }
}
.about-us .data {
  padding: 0 0 70px;
}
@media (min-width: 769px) {
  .about-us .data {
    padding: 0 0 120px;
  }
}
.about-us .data__mainvisual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 769px) {
  .about-us .data__mainvisual img {
    height: 562px;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-aspect-ratio: 21/9) {
  .about-us .data__mainvisual img {
    height: 60vh;
  }
}
.about-us .data__maintitle {
  width: 96vw;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .about-us .data__maintitle {
    width: 100vw;
    max-width: 1288px;
    margin-bottom: 30px;
  }
}
.about-us .data__heading {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .about-us .data__heading {
    flex-direction: row;
    align-items: flex-end;
    gap: 120px;
    margin-bottom: 70px;
  }
}
.about-us .data__title {
  width: min(51.7333vw, 194px);
}
@media (min-width: 769px) {
  .about-us .data__title {
    width: min(27.8184vw, 380px);
  }
}
.about-us .data__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  flex: 1;
}
@media (min-width: 769px) {
  .about-us .data__text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.about-us .data__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 769px) {
  .about-us .data__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.5rem, -0.432160804rem + 2.5125628141vw, 3rem);
  }
}
.about-us .data__item {
  position: relative;
}
@media (min-width: 769px) {
  .about-us .data__item:first-child {
    grid-column: 1/-1;
  }
}
.about-us .data__item-title {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 30px 30px 25px;
  padding: 12px 27px 14px;
}
@media (min-width: 769px) {
  .about-us .data__item-title {
    border-radius: 0 30px 30px 30px;
    padding: clamp(1rem, 0.7423785595rem + 0.3350083752vw, 1.2rem) clamp(2rem, -0.0609715243rem + 2.6800670017vw, 3.6rem) clamp(1.2rem, 0.9423785595rem + 0.3350083752vw, 1.4rem);
  }
}
.about-us .data__item-title::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 769px) {
  .about-us .data__item-title::before {
    padding: 4px;
  }
}
.about-us .data__item-title h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) {
  .about-us .data__item-title h3 {
    font-size: 2.4rem;
    font-size: clamp(1.5rem, 0.3407035176rem + 1.5075376884vw, 2.4rem);
  }
}
.about-us .data__item-title p {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 245% -50%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 769px) {
  .about-us .data__item-title p {
    translate: 225% -50%;
    font-size: clamp(1.4rem, 0.8847571189rem + 0.6700167504vw, 1.8rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about-us .data__item-title p {
    translate: 200% -50%;
  }
}

.interview #container {
  padding-bottom: 0;
}
.interview .mainvisual {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .interview .mainvisual {
    margin-bottom: 80px;
  }
}
.interview .mainvisual__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "a" "b" "c";
  row-gap: 25px;
  padding-bottom: 35px;
}
@media (min-width: 769px) {
  .interview .mainvisual__inner {
    grid-template-columns: auto 1fr;
    grid-template-areas: "a c" "b b";
    row-gap: 60px;
    padding-bottom: 100px;
  }
}
.interview .mainvisual__title {
  grid-area: a;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 769px) {
  .interview .mainvisual__title {
    gap: 45px;
  }
}
.interview .mainvisual__img {
  grid-area: b;
}
.interview .mainvisual__name {
  grid-area: c;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .interview .mainvisual__name {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 1rem;
    color: #2e2e2e;
    font-size: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .interview .mainvisual__name {
    font-size: clamp(1.4rem, -0.409rem + 2.353vw, 2rem);
  }
}
.interview .mainvisual__name span {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
@media (min-width: 769px) {
  .interview .mainvisual__name span {
    font-size: 3.2rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .interview .mainvisual__name span {
    font-size: clamp(2.4rem, -0.013rem + 3.137vw, 3.2rem);
  }
}
.interview .mainvisual__name span + span {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .interview .mainvisual__name span + span {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .interview .mainvisual__name span + span {
    font-size: clamp(1.4rem, -0.409rem + 2.353vw, 2rem);
  }
}
.interview .mainvisual::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 40%;
  content: "";
  background: linear-gradient(153deg, #009fe8 0%, #00469b 100%);
}
.interview .interview-article {
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  .interview .interview-article {
    padding-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .interview .interview-article {
    padding-inline: min(7.6867vw, 105px);
  }
}
.interview .interview-article__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .interview .interview-article__inner {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .interview .interview-article__index {
    position: sticky;
    top: 80px;
    width: 20%;
  }
}
.interview .interview-article__index-title {
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 25px 2px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 31px;
  background: linear-gradient(153deg, #009fe8 0%, #00469b 100%);
  border-radius: 0 84px 84px 84px;
}
@media (min-width: 769px) {
  .interview .interview-article__index-title {
    margin-bottom: 35px;
    padding: 0 45px 2px;
    font-size: 2rem;
    line-height: 47px;
  }
}
.interview .interview-article__index-list li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.interview .interview-article__index-list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.interview .interview-article__index-list li a {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.875;
  text-decoration: underline;
}
.interview .interview-article__index-list li a::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  border-radius: 50%;
}
.interview .interview-article__index-list li a:hover, .interview .interview-article__index-list li a:focus {
  text-decoration: none;
}
@media (min-width: 769px) {
  .interview .interview-article__content {
    width: 72%;
  }
}
.interview .interview-article__content section:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .interview .interview-article__content section:not(:last-child) {
    margin-bottom: 90px;
  }
}
.interview .interview-article__content-title {
  margin-bottom: 28px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.66667;
  letter-spacing: -0.24px;
  background: linear-gradient(123deg, #009fe8 0%, #00469b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) {
  .interview .interview-article__content-title {
    margin-bottom: 40px;
    font-size: 3.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .interview .interview-article__content-title {
    font-size: clamp(2.4rem, -1.822rem + 5.49vw, 3.8rem);
  }
}
.interview .interview-article__content-rt + picture, .interview .interview-article__content-rt + img {
  display: block;
  margin-top: 28px;
}
@media (min-width: 769px) {
  .interview .interview-article__content-rt + picture, .interview .interview-article__content-rt + img {
    margin-top: 50px;
  }
}
.interview .interview-article__content-rt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .interview .interview-article__content-rt p {
    line-height: 2.25;
  }
}
.interview .interview-article__content-rt p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .interview .interview-article__content-rt p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.interview .interview-all {
  padding: 50px 0;
  background-color: #f9f9f9;
}
@media (min-width: 769px) {
  .interview .interview-all {
    padding: 80px 0 100px;
  }
}
.interview .interview-all__title {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .interview .interview-all__title {
    margin-bottom: 50px;
  }
}
.interview .interview-all__title img {
  width: min(41.8667vw, 157px);
}
@media (min-width: 769px) {
  .interview .interview-all__title img {
    width: min(17.2767vw, 236px);
  }
}
.interview .interview-all__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5.3333vw;
}
@media (min-width: 769px) {
  .interview .interview-all__list {
    gap: min(3.6603vw, 50px);
  }
}
.interview .interview-all__item {
  position: relative;
  width: 43.2vw;
}
@media (min-width: 769px) {
  .interview .interview-all__item {
    width: auto;
    flex: 1;
  }
}
.interview .interview-all__item a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}
.interview .interview-all__item a::before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  scale: 1;
  content: "";
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .interview .interview-all__item a::before {
    bottom: 15px;
    right: 15px;
    width: clamp(30px, -50.39px + 7.843vw, 50px);
    height: clamp(30px, -50.39px + 7.843vw, 50px);
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_off.svg");
  }
}
.interview .interview-all__item a::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 35%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 159, 232, 0) 0%, rgba(0, 70, 155, 0.6) 97.35%);
}
@media (min-width: 769px) {
  .interview .interview-all__item a::after {
    height: 26%;
  }
}
.interview .interview-all__item a img {
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.interview .interview-all__item a p {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .interview .interview-all__item a p {
    right: 15px;
    bottom: 15px;
    left: 20px;
    font-size: clamp(1.4rem, -1.012rem + 2.353vw, 2rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .interview .interview-all__item a p {
    font-size: clamp(1.2rem, 0.597rem + 0.784vw, 1.4rem);
  }
}
.interview .interview-all__item a p span {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .interview .interview-all__item a p span {
    font-size: clamp(1.4rem, 0.596rem + 0.784vw, 1.6rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .interview .interview-all__item a p span {
    font-size: clamp(1.2rem, 0.597rem + 0.784vw, 1.4rem);
  }
}
.interview .interview-all__item a:hover, .interview .interview-all__item a:focus {
  text-decoration: none;
}
.interview .interview-all__item a:hover img, .interview .interview-all__item a:focus img {
  scale: 1.1;
}
.interview .interview-all__item a:hover::before, .interview .interview-all__item a:focus::before {
  scale: 1.2;
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_on.svg");
}
@media (min-width: 769px) {
  .interview .interview-all__item a:hover::before, .interview .interview-all__item a:focus::before {
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_on.svg");
  }
}

.welfare #container {
  padding-bottom: 0;
}
.welfare .maintitle {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .welfare .maintitle {
    margin-bottom: 50px;
  }
}
.welfare .maintitle__sub {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .welfare .maintitle__sub {
    margin-bottom: 40px;
  }
}
.welfare .maintitle__head {
  width: min(35.2vw, 132px);
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .welfare .maintitle__head {
    width: min(22.9136vw, 313px);
    margin-bottom: 50px;
  }
}
.welfare .mainvisual {
  overflow: hidden;
  border-bottom-right-radius: 13.3333vw;
}
@media screen and (min-aspect-ratio: 21/9) {
  .welfare .mainvisual {
    border-bottom-right-radius: 6.5vw;
  }
}
.welfare .mainvisual img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .welfare .mainvisual img {
    height: 450px;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
@media screen and (min-aspect-ratio: 21/9) {
  .welfare .mainvisual img {
    height: 60vh;
  }
}
.welfare .benefits {
  padding: 40px 0 80px;
}
@media (min-width: 769px) {
  .welfare .benefits {
    padding: 100px 0 180px;
  }
}
.welfare .benefits__body.system {
  margin-bottom: 70px;
}
@media (min-width: 769px) {
  .welfare .benefits__body.system {
    margin-bottom: 150px;
  }
}
.welfare .benefits__body.system .benefits__title img {
  width: min(40vw, 150px);
}
@media (min-width: 769px) {
  .welfare .benefits__body.system .benefits__title img {
    width: min(24.3777vw, 333px);
  }
}
@media (min-width: 769px) {
  .welfare .benefits__body.system .benefits__list {
    grid-template-rows: repeat(3, 1fr);
  }
}
.welfare .benefits__body.proprietary .benefits__title img {
  width: min(61.3333vw, 230px);
}
@media (min-width: 769px) {
  .welfare .benefits__body.proprietary .benefits__title img {
    width: min(36.0908vw, 493px);
  }
}
@media (min-width: 769px) {
  .welfare .benefits__body.proprietary .benefits__list {
    grid-template-rows: repeat(2, 1fr);
  }
}
.welfare .benefits__title {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .welfare .benefits__title {
    margin-bottom: 40px;
  }
}
.welfare .benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media (min-width: 769px) {
  .welfare .benefits__list {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2rem, -0.5762144054rem + 3.3500837521vw, 4rem);
  }
}
.welfare .benefits__item {
  background-color: #f9f9f9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px 15px 25px;
}
@media (min-width: 769px) {
  .welfare .benefits__item {
    padding: 25px 28px 35px;
  }
}
.welfare .benefits__item-fig {
  width: min(16vw, 60px);
}
@media (min-width: 769px) {
  .welfare .benefits__item-fig {
    width: min(8.0527vw, 110px);
  }
}
.welfare .benefits__item-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  min-height: 3em;
  background: linear-gradient(180deg, #009fe8 0%, #00469b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) {
  .welfare .benefits__item-title {
    font-size: clamp(1.8rem, 1.0271356784rem + 1.0050251256vw, 2.4rem);
    font-weight: 700;
    line-height: 1.333;
    min-height: 2.666em;
  }
}
.welfare .benefits__item-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 769px) {
  .welfare .benefits__item-text {
    font-size: clamp(1.4rem, 1.1423785595rem + 0.3350083752vw, 1.6rem);
    line-height: 2.25;
  }
}
.welfare .benefits__item-note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.16;
  align-self: flex-start;
}
@media (min-width: 769px) {
  .welfare .benefits__item-note {
    position: absolute;
    right: 0;
    bottom: -2.5em;
    line-height: 1;
  }
}
.welfare .benefits__item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(153deg, #009fe8 0%, #00469b 100%);
}
.welfare .benefits__bigtitle {
  align-self: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .welfare .benefits__bigtitle {
    grid-column: 2/4;
  }
}

.office-gallery #container {
  padding-bottom: 0;
}
.office-gallery .maintitle {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .office-gallery .maintitle {
    margin-bottom: 90px;
  }
}
.office-gallery .maintitle__sub {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .office-gallery .maintitle__sub {
    margin-bottom: 40px;
  }
}
.office-gallery .maintitle__head {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .office-gallery .maintitle__head {
    margin-bottom: 50px;
  }
}
.office-gallery .gallery {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  .office-gallery .gallery {
    padding-bottom: 80px;
  }
}
.office-gallery .gallery:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .office-gallery .gallery:not(:last-child) {
    margin-bottom: 90px;
  }
}
.office-gallery .gallery::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: auto;
  top: 35vw;
  bottom: 0;
  left: 0;
  background: linear-gradient(98deg, #009fe8 0%, #00469b 100%);
}
@media (min-width: 769px) {
  .office-gallery .gallery::after {
    top: min(29vw, 400px);
  }
}
.office-gallery .gallery__info {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "a b" "c c";
  row-gap: 20px;
}
@media (min-width: 769px) {
  .office-gallery .gallery__info {
    grid-template-columns: 1fr auto;
    grid-template-areas: "a ." "c b";
    row-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.office-gallery .gallery__title {
  grid-area: a;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  align-self: center;
}
@media (min-width: 769px) {
  .office-gallery .gallery__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .office-gallery .gallery__title {
    font-size: clamp(2.4rem, -0.616rem + 3.922vw, 3.4rem);
  }
}
.office-gallery .gallery__nav {
  grid-area: b;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-self: center;
}
@media (min-width: 769px) {
  .office-gallery .gallery__nav {
    gap: 20px;
    align-self: start;
  }
}
.office-gallery .gallery__nav li button {
  transition: all 0.3s ease;
  scale: 1;
}
.office-gallery .gallery__nav li button:hover {
  text-decoration: none;
  scale: 1.2;
}
.office-gallery .gallery__nav img {
  width: 40px;
}
@media (min-width: 769px) {
  .office-gallery .gallery__nav img {
    width: 50px;
  }
}
.office-gallery .gallery__rt {
  grid-area: c;
  position: relative;
  z-index: 1;
}
.office-gallery .gallery__rt p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .office-gallery .gallery__rt p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .office-gallery .gallery__rt p {
    font-size: clamp(1.6rem, 0.997rem + 0.784vw, 1.8rem);
  }
}
.office-gallery .swiper {
  width: 100%;
}
.office-gallery .swiper-gallery {
  width: 100vw;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .office-gallery .swiper-gallery {
    margin-bottom: 50px;
  }
}
.office-gallery .swiper-slide {
  width: 84vw;
  margin-right: 5.3333vw;
}
@media (min-width: 769px) {
  .office-gallery .swiper-slide {
    width: min(65.8858vw, 900px);
    margin-right: 60px;
  }
}
.office-gallery .culture {
  padding: 50px 0;
}
@media (min-width: 769px) {
  .office-gallery .culture {
    padding: 100px 0;
  }
}
.office-gallery .culture__title {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .office-gallery .culture__title {
    margin-bottom: 50px;
  }
}
.office-gallery .culture__title img {
  width: min(53.3vw, 200px);
}
@media (min-width: 769px) {
  .office-gallery .culture__title img {
    width: min(21.9619vw, 300px);
  }
}
.office-gallery .culture__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 20px;
}
@media (min-width: 769px) {
  .office-gallery .culture__list {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: min(2.9283vw, 40px);
  }
}
.office-gallery .culture__item {
  position: relative;
  width: 48%;
}
@media (min-width: 769px) {
  .office-gallery .culture__item {
    flex: 1;
  }
}
.office-gallery .culture__item:nth-child(1) .culture__item-title {
  width: min(23.4667vw, 88px);
}
@media (min-width: 769px) {
  .office-gallery .culture__item:nth-child(1) .culture__item-title {
    width: min(7.1742vw, 98px);
  }
}
.office-gallery .culture__item:nth-child(2) .culture__item-title {
  width: min(18.6667vw, 70px);
}
@media (min-width: 769px) {
  .office-gallery .culture__item:nth-child(2) .culture__item-title {
    width: min(5.7101vw, 78px);
  }
}
.office-gallery .culture__item:nth-child(3) .culture__item-title {
  width: min(23.4667vw, 88px);
}
@media (min-width: 769px) {
  .office-gallery .culture__item:nth-child(3) .culture__item-title {
    width: min(12.9575vw, 177px);
  }
}
.office-gallery .culture__item a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}
.office-gallery .culture__item a::before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  scale: 1;
  content: "";
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .office-gallery .culture__item a::before {
    bottom: 15px;
    right: 15px;
    width: clamp(30px, -50.39px + 7.843vw, 50px);
    height: clamp(30px, -50.39px + 7.843vw, 50px);
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_off.svg");
  }
}
.office-gallery .culture__item a::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 159, 232, 0) 0%, rgba(0, 70, 155, 0.6) 97.35%);
}
@media (min-width: 769px) {
  .office-gallery .culture__item a::after {
    height: 26%;
  }
}
.office-gallery .culture__item a:focus, .office-gallery .culture__item a:hover {
  text-decoration: none;
}
.office-gallery .culture__item a:focus .culture__item-fig, .office-gallery .culture__item a:hover .culture__item-fig {
  scale: 1.1;
}
.office-gallery .culture__item a:focus::before, .office-gallery .culture__item a:hover::before {
  scale: 1.2;
  background-image: url("/recruit/fresh/assets/images/common/linkArrow_sp_01_on.svg");
}
@media (min-width: 769px) {
  .office-gallery .culture__item a:focus::before, .office-gallery .culture__item a:hover::before {
    background-image: url("/recruit/fresh/assets/images/common/linkArrow_pc_01_on.svg");
  }
}
.office-gallery .culture__item-fig {
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.office-gallery .culture__item-title {
  position: absolute;
  z-index: 3;
  left: 10px;
  bottom: 18px;
}
@media (min-width: 769px) {
  .office-gallery .culture__item-title {
    left: auto;
    right: 82px;
    bottom: 27px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .office-gallery .culture__item-title {
    left: auto;
    right: 60px;
    bottom: 24px;
  }
}