@charset "UTF-8";
/* ================================================================

base

================================================================ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Noto+Sans+JP:wght@400;500;700&family=Barlow:wght@100;200;300;400;600;700;900&display=swap");
/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *    https://github.com/ireade/css/blob/master/base.scss
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
   * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/* Layout
   * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

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

/* Elements
   * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
   * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

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

/* Utility classes
   * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 769px) {
  html {
    font-size: 2.3255813953vw;
  }
}

body {
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: normal;
  overflow: hidden;
  width: 100%;
  font-size: 1.6rem;
}

.c-pageLoader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.is-page-ready .c-pageLoader,
.c-pageLoader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-pageLoader_inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(1rem, 2rem));
  gap: 0.8rem;
}

.c-pageLoader_bar {
  display: block;
  width: 2rem;
  height: 0.4rem;
  border-radius: 999px;
  background: transparent;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}
/* ================================================================
  clearfix
  ================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.c-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 769px) {
  .c-onlySp {
    display: none !important;
  }
}
@media only screen and (max-width:769px) {
  .c-onlyPc {
    display: none !important;
  }
}
figure {
  font-size: 0;
}

.c-header {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 9rem;
  padding: 0 2rem;
  pointer-events: none;
  transition: 0.2s ease;
}
@media only screen and (max-width:769px) {
  .c-header {
    height: 7.2rem;
    padding-left: 2rem;
    padding-right: 2.4rem;
    transition: 0.4s;
  }
  .c-header.is-active .c-header_logo::before {
    opacity: 1;
  }
  .c-header.is-active .c-header_logo a {
    opacity: 0;
  }
  .c-header.is-active .c-header_recruit a {
    border-color: rgb(255, 255, 255);
  }
  .c-header.is-active .c-header_recruit a:before {
    opacity: 1;
  }
}
.c-header.is-home {
  width: calc(100% - 2.4rem);
  padding: 0 3.4rem;
  margin: 2.4rem 0 0 0;
}
@media only screen and (max-width:769px) {
  .c-header.is-home {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2.4rem;
    margin: 0;
  }
}
.c-header_logo {
  width: 23.9rem;
  position: relative;
  pointer-events: auto;
}
@media only screen and (max-width:769px) {
  .c-header_logo {
    margin-top: 0.4rem;
    position: relative;
    z-index: 200;
    width: 17.56rem;
  }
}
.c-header_logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/logo_black.png) center/contain no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.c-header_logo a,
.c-header_logo img {
  display: block;
  transition: opacity 0.3s;
}
@media only screen and (max-width:769px) {
  .c-header_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
  }
}
.c-header_recruit {
  position: relative;
  z-index: 200;
  padding: 0 1rem;
  pointer-events: auto;
}
.c-header_recruit a {
  overflow: hidden;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.8rem 2rem;
  border-radius: 3rem;
  border: 1px solid rgb(255, 255, 255);
  color: #fff;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media only screen and (max-width:769px) {
  .c-header_recruit a {
    margin-top: 0.3rem;
    padding: 0.6rem 1.8rem;
  }
}
.c-header_recruit a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: -1;
  display: block;
  width: 200%;
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #7474BF 0%, #348AC7 100%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.c-header_recruit a:hover {
  background: #fff;
  color: #153F8C;
}
.c-header_recruit a:hover p::before {
  background: #153F8C;
  transform: scale(80%);
}
.c-header_recruit a p {
  display: flex;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width:769px) {
  .c-header_recruit a p {
    font-size: 1.4rem;
  }
}
.c-header_recruit a p::before {
  content: "";
  display: block;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
}
@media only screen and (max-width:769px) {
  .c-header_recruit a p::before {
    width: 0.84rem;
    height: 0.84rem;
  }
}
.c-header_menuBtn {
  display: none;
  pointer-events: auto;
}
@media only screen and (max-width:769px) {
  .c-header_menuBtn {
    position: relative;
    z-index: 200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 3.2rem;
    aspect-ratio: 1/1;
  }
  .c-header_menuBtn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .c-header_menuBtn .-line01 {
    transform: translateY(-1rem);
  }
  .c-header_menuBtn .-line03 {
    transform: translateY(1rem);
  }
  .c-header_menuBtn.is-active span {
    background: #000;
  }
  .c-header_menuBtn.is-active .-line01 {
    transform: rotate(-40deg);
  }
  .c-header_menuBtn.is-active .-line02 {
    opacity: 0;
  }
  .c-header_menuBtn.is-active .-line03 {
    transform: rotate(40deg);
  }
}
.c-header.scrolled .c-header_logo::before {
  opacity: 1;
}
.c-header.scrolled .c-header_logo a {
  opacity: 0;
}
.c-header.scrolled .c-header_recruit a {
  border-color: rgba(255, 255, 255, 0);
}
.c-header.scrolled .c-header_recruit a::before {
  opacity: 1;
}
.c-header.scrolled .c-header_recruit a:hover {
  background: transparent;
  color: #fff;
}
.c-header.scrolled .c-header_recruit a:hover::before {
  transform: rotate(180deg);
  transform-origin: center;
}
.c-header.scrolled .c-header_recruit a:hover p::before {
  transform: scale(80%);
  transform-origin: center;
  background: #fff;
}
@media only screen and (max-width:769px) {
  .c-header.scrolled .c-header_menuBtn span {
    background: #000;
  }
}
.c-nav {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 90;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media only screen and (max-width:769px) {
  .c-nav {
    position: fixed;
    top: 0;
    left: 101%;
    right: auto;
    transform: none;
    display: block;
    width: 100vw;
    height: 100vh;
    padding-top: 9rem;
    background: #fff;
  }
}
@media only screen and (max-width:769px) and (max-width:769px) {
  .c-nav {
    transition: 0.4s;
  }
}
@media only screen and (max-width:769px) {
  .c-nav.is-active {
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-nav.is-active::-webkit-scrollbar {
    display: none;
  }
}
.c-nav.is-transition {
  transition: 0.2s ease;
}
@media only screen and (max-width:769px) {
  .c-nav.is-transition {
    transition: 0.25s ease-out;
  }
}
.c-nav.is-home {
  right: 3.1rem;
}
@media only screen and (max-width:769px) {
  .c-nav.is-home {
    right: auto;
  }
}
.c-nav.navStopped {
  position: absolute;
}
.c-nav_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
}
@media only screen and (max-width:769px) {
  .c-nav_list {
    display: block;
  }
}
.c-nav_list li {
  color: #ccc;
  font-size: 1.4rem;
}
@media only screen and (max-width:769px) {
  .c-nav_list li {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: normal;
  }
}
.c-nav_list li a {
  position: relative;
  display: block;
  padding-right: 3.65rem;
  transition: 0.3s;
}
@media only screen and (max-width:769px) {
  .c-nav_list li a {
    padding: 1rem 2rem;
    border-top: 1px solid #ccc;
  }
  .c-nav_list li a span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    color: #153F8C;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.c-nav_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3.25rem;
  height: 1px;
  background: #ccc;
  transition: 0.3s;
}
@media only screen and (max-width:769px) {
  .c-nav_list li a::after {
    display: none;
  }
}
.c-nav_list li a:hover {
  color: #fff;
}
@media only screen and (max-width:769px) {
  .c-nav_list li a:hover {
    color: #000;
  }
}
.c-nav_list li a:hover::after {
  background: #fff;
}
.c-nav.scrolled .c-nav_list li a:hover {
  color: #000;
}
.c-nav.scrolled .c-nav_list li a:hover::after {
  background: #000;
}
.c-footer {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0) 0%, rgba(175, 224, 245, 0.2) 100.42%), #fff;
}
.c-footer_link_list {
  display: flex;
  width: 100%;
}
@media only screen and (max-width:769px) {
  .c-footer_link_list {
    display: block;
  }
}
.c-footer_link_list li {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 50%;
  aspect-ratio: 2/1;
}
@media only screen and (max-width:769px) {
  .c-footer_link_list li {
    width: 100%;
    aspect-ratio: 430/190;
  }
}
.c-footer_link_list li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/about/mv.jpg) center/cover no-repeat;
  transition: 0.3s;
}
.c-footer_link_list li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/link_job.jpg) center/cover no-repeat;
  transition: 0.3s;
}
.c-footer_link_list li:hover::before {
  transform: scale(105%);
}
.c-footer_link_list a {
  display: block flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 3.5%;
  color: #fff;
  text-align: right;
  font-size: 2rem;
  font-weight: 900;
  line-height: 217.251%;
}
@media only screen and (max-width:769px) {
  .c-footer_link_list a {
    display: block flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4rem;
    font-size: 1.8rem;
    line-height: 241.39%;
  }
}
.c-footer_link_list a span {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding-top: 4rem;
  font-size: 8rem;
  font-weight: 600;
  line-height: 80.375%;
}
@media only screen and (max-width:769px) {
  .c-footer_link_list a span {
    transform: translateY(1.6rem);
    padding-top: 0;
    font-size: 4.8rem;
    line-height: 133.958%;
  }
}
.c-footer_wrap {
  display: flex;
  justify-content: space-between;
  padding: 8rem 4rem;
}
@media only screen and (max-width:769px) {
  .c-footer_wrap {
    position: relative;
    display: block;
    padding: 8rem 1.2rem;
  }
}
.c-footer_companyInfo_logo {
  width: 31.8rem;
}
@media only screen and (max-width:769px) {
  .c-footer_companyInfo_logo {
    width: 32.8rem;
  }
}
.c-footer_companyInfo_txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-footer_companyInfo_txt a[x-apple-data-detectors] {
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
}
@media only screen and (max-width:769px) {
  .c-footer_companyInfo_txt {
    margin: 1.22rem 1.6rem 0;
  }
}
.c-footer_navWrap {
  position: relative;
  margin-right: 1.5rem;
}
@media only screen and (max-width:769px) {
  .c-footer_navWrap {
    margin: 3rem 0 0 1.6rem;
    padding: 0 1.6rem;
  }
}
.c-footer_nav_list {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width:769px) {
  .c-footer_nav_list {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    align-items: flex-start;
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
.c-footer_nav_list a {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: block;
  padding-left: 2.2rem;
  font-size: 1.8rem;
  transition: 0.3s;
}
.c-footer_nav_list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #019FE8;
  transition: 0.3s;
}
.c-footer_nav_list a:hover {
  color: #019FE8;
}
.c-footer_nav_list a:hover::before {
  transform: translateY(-40%) scale(80%);
}
.c-footer_recruit {
  width: fit-content;
  margin: 4.8rem 0 0 auto;
}
@media only screen and (max-width:769px) {
  .c-footer_recruit {
    position: absolute;
    right: 3.7rem;
    bottom: -3.6rem;
    margin: 0;
  }
}
.c-footer_recruit a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.8rem 2rem;
  border-radius: 3rem;
  color: #fff;
}
.c-footer_recruit a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: -1;
  display: block;
  width: 200%;
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #7474BF 0%, #348AC7 100%);
  transition: 0.3s;
}
.c-footer_recruit a:hover::before {
  transform: rotate(180deg);
  transform-origin: center;
}
.c-footer_recruit a:hover p::before {
  transform: scale(80%);
  transform-origin: center;
}
.c-footer_recruit a p {
  display: flex;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-footer_recruit a p::before {
  content: "";
  display: block;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.c-footer_legal {
  border-top: solid 1px #ccc;
  padding: 2rem 4rem 6rem;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width:769px) {
  .c-footer_legal {
    position: relative;
    display: block;
    padding: 2.4rem;
    margin: 0;
  }
}
.c-footer_legal_copyright {
  display: block;
}
@media only screen and (max-width:769px) {
  .c-footer_legal_copyright {
    margin-top: 2rem;
  }
}
.c-underMv01_dtl {
  overflow: hidden;
  position: relative;
  min-height: 31.5rem;
}
@media only screen and (max-width:769px) {
  .c-underMv01_dtl {
    min-height: 20rem;
  }
}
.c-underMv01_dtl_title {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 4.8rem;
  left: 2.9rem;
  z-index: 80;
  padding-top: 1rem;
  color: #fff;
  text-shadow: 0px 0.4rem 1rem rgba(0, 0, 0, 0.25);
  font-size: 10.4647rem;
  font-weight: 600;
  line-height: 61.444%;
  opacity: 0;
  transform: translateX(-10%);
  animation: fadeInTitle 0.8s ease forwards;
}
html.is-js .c-underMv01_dtl_title {
  opacity: 0;
  transform: translateX(-10%);
  animation: none;
}
body.is-page-ready .c-underMv01_dtl_title {
  animation: fadeInTitle 0.8s ease forwards;
}
@media only screen and (max-width:769px) {
  .c-underMv01_dtl_title {
    left: 2.4rem;
    bottom: 2.4rem;
    padding-top: 0;
    font-size: 6rem;
    line-height: 107.167%;
  }
}
.c-underMv01_dtl_title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  font-size: 2.684rem;
  font-weight: 700;
  line-height: 161.886%;
}
@media only screen and (max-width:769px) {
  .c-underMv01_dtl_title span {
    margin-top: 0;
    font-size: 2rem;
    line-height: 217.251%;
  }
}
.c-underMv01_dtl_title span::before {
  content: "";
  display: block;
  width: 6.3rem;
  height: 2px;
  background: #fff;
}
.c-underMv01_dtl.-bgNone {
  height: 31.5rem;
}
@media only screen and (max-width:769px) {
  .c-underMv01_dtl.-bgNone {
    height: 20rem;
  }
}
.c-underMv01_dtl.-bgNone .c-underMv01_dtl_title {
  text-shadow: none;
  color: #000;
  bottom: 0;
}
.c-underMv01_dtl.-bgNone .c-underMv01_dtl_title span {
  color: #153F8C;
}
.c-underMv01_dtl.-bgNone .c-underMv01_dtl_title span::before {
  background: #153F8C;
}
.c-underMv01_dtl.-mvNone {
  height: 17rem;
}
@media only screen and (max-width:769px) {
  .c-underMv01_dtl.-mvNone {
    height: 10rem;
  }
}
.c-underMv01_dtl_img {
  width: 100%;
  max-height: 621px;
  aspect-ratio: 1600/621;
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
}
@media only screen and (max-width:769px) {
  .c-underMv01_dtl_img {
    aspect-ratio: 430/300;
  }
}
.c-underMv01_dtl_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.c-underMv01_dtl_img.showImage img {
  opacity: 1;
}
.c-underMv01_dtl_img::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 1600/621;
  background: #000;
  opacity: 0;
  transition: opacity 1s ease 0.6s;
  pointer-events: none;
}
@media only screen and (max-width:769px) {
  .c-underMv01_dtl_img::before {
    aspect-ratio: 430/300;
  }
}
.c-underMv01_dtl_img.showImage::before {
  opacity: 0.2;
}
.c-underMv01_dtl_img::after {
  content: "";
  position: absolute;
  top: -16.156rem;
  left: 50%;
  transform: translateX(-50.8%) scale(0.2);
  display: block;
  width: 86.75%;
  aspect-ratio: 1/1;
  background: url(../image/round.svg) center/cover no-repeat;
  mix-blend-mode: overlay;
  animation: scaleUpImgPC 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards, rotateImgPC 120s linear 1.6s infinite;
}
@media only screen and (max-width:769px) {
  .c-underMv01_dtl_img::after {
    top: 4rem;
    transform: translateX(-50%) scale(0.4);
    width: 60rem;
    background: url(../image/round_sp.svg) center/cover no-repeat;
    animation: scaleUpImgSP 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards, rotateImgSP 120s linear 1.6s infinite;
  }
}
.c-underMv01_bread {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding-top: 2rem;
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:769px) {
  .c-underMv01_bread {
    width: 38.2rem;
  }
}
@media only screen and (max-width:769px) {
  .c-underMv01_bread {
    padding-top: 1.6rem;
  }
}
.c-bread_wrap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ccc;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 185.714%;
}
.c-bread_wrap span {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-right: 1rem;
  color: #000;
}
.c-bread_wrap span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #000;
}
.c-bread_wrap span a {
  transition: 0.3s;
}
.c-bread_wrap span a:hover {
  color: #019FE8;
}
.c-head_title {
  background-image: linear-gradient(90deg, #019FE8 0%, #3B70D3 33.3%, #fff 66.6%, #fff 100%);
  background-position: 100% 0;
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 12rem;
  line-height: 1;
}
@media only screen and (max-width:769px) {
  .c-head_title {
    font-size: 6rem;
  }
}
.c-head_lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 1.5882352941;
  margin: 0.1em 0 0 0;
}
@media only screen and (max-width:769px) {
  .c-head_lead {
    font-size: 2.4rem;
  }
}
.c-head_text {
  font-size: 2rem;
  line-height: 2;
  margin: 2em 0 0 0;
}
@media only screen and (max-width:769px) {
  .c-head_text {
    font-size: 1.6rem;
  }
}
.c-recruitCv {
  position: relative;
}
.c-recruitCv .swiper-wrapper {
  transition-timing-function: linear;
}
.c-recruitCv .swiper-slide {
  aspect-ratio: 638/604;
}
@media only screen and (max-width:769px) {
  .c-recruitCv .swiper-slide {
    aspect-ratio: 400/400;
  }
}
.c-recruitCv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-recruitCv_content {
  position: absolute;
  bottom: 7rem;
  left: calc(50% - 60rem);
  z-index: 1;
}
@media only screen and (max-width:769px) {
  .c-recruitCv_content {
    bottom: 10.4rem;
    left: 2.4rem;
  }
}
.c-recruitCv_title {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 100;
  font-size: 10.547rem;
  line-height: 1.05;
  color: #fff;
  width: 64rem;
}
@media only screen and (max-width:769px) {
  .c-recruitCv_title {
    width: 36.4rem;
    font-size: 6rem;
    line-height: 1;
  }
}
.c-recruitCv_title span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.c-recruitCv_title span::before {
  content: "";
  background: linear-gradient(90deg, #019FE8 0%, #3B70D3 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: ease 0.3s;
}
.c-recruitCv_title span.active::before {
  left: calc(100% + 1px);
}
.c-recruitCv_text {
  font-size: 1.6rem;
  line-height: 2.125;
  color: #fff;
  margin: 2rem 0 0 0;
}
@media only screen and (max-width:769px) {
  .c-recruitCv_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin: 2.4rem 0 0 0;
  }
}
.c-recruitCv_btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  width: 17rem;
  height: 5.6rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 7rem;
  right: calc(50% - 60rem);
  z-index: 1;
}
@media only screen and (max-width:769px) {
  .c-recruitCv_btn {
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
.c-recruitCv_btn > span {
  padding: 0 4.8rem 0 0;
  position: relative;
}
.c-recruitCv_btn > span::after {
  content: "";
  width: 3.8rem;
  height: 2rem;
  background: url("../image/arrow_btn.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s ease;
}
.c-recruitCv_btn:hover > span::after {
  background: url("../image/arrow_btn_hover.svg") center center/contain no-repeat;
}
.c-bottomBanner {
  margin-top: 12.5rem;
}
@media only screen and (max-width:769px) {
  .c-bottomBanner {
    margin-top: 9.5rem;
  }
}
.c-bottomBanner_wrap {
  position: relative;
  overflow: hidden;
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:769px) {
  .c-bottomBanner_wrap {
    width: 38.2rem;
  }
}
.c-bottomBanner_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11.1rem;
  z-index: 2;
  transform: translateY(-50%);
  display: block;
  width: 18rem;
  aspect-ratio: 1/1;
  background: url(../image/feature/icon_circle.svg) center/cover no-repeat;
  pointer-events: none;
  transition: 0.3s;
}
@media only screen and (max-width:769px) {
  .c-bottomBanner_wrap::before {
    right: 2.4rem;
    width: 8.2rem;
  }
}
.c-bottomBanner_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11.1rem;
  z-index: 2;
  transform: translateY(-50%);
  display: block;
  width: 18rem;
  aspect-ratio: 1/1;
  background: url(../image/feature/icon_arrow.svg) center/cover no-repeat;
  pointer-events: none;
  transition: 0.3s;
}
@media only screen and (max-width:769px) {
  .c-bottomBanner_wrap::after {
    right: 2.4rem;
    width: 8.2rem;
  }
}
.c-bottomBanner_wrap:hover::before {
  transform: translateY(-50%) scale(80%);
}
.c-bottomBanner_wrap a {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 1;
  display: block flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1200/300;
  padding: 0 11.1rem;
  color: #fff;
  font-size: 8rem;
  font-weight: 600;
  line-height: 80.375%;
}
@media only screen and (max-width:769px) {
  .c-bottomBanner_wrap a {
    aspect-ratio: 382/280;
    padding: 0 2.4rem;
    font-size: 4.8rem;
    line-height: 48.002%;
  }
}
.c-bottomBanner_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../image/feature/link_service.jpg) lightgray center/cover no-repeat;
  transition: 0.3s;
}
.c-bottomBanner.-service .c-bottomBanner_wrap a::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../image/service/link_feature.jpg) lightgray center/cover no-repeat;
}
.c-bottomBanner_wrap a:hover::before {
  transform: scale(105%);
  transform-origin: center;
}
.c-bottomBanner_wrap a span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 0 0.5rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 217.251%;
}
@media only screen and (max-width:769px) {
  .c-bottomBanner_wrap a span {
    margin-top: 2.4rem;
    padding: 0 0.179rem;
    font-size: 1.6rem;
    line-height: 97.31%;
  }
}
.c-newsList_item a {
  border-top: 1px solid #ccc;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  transition: 0.2s ease;
}
@media only screen and (max-width:769px) {
  .c-newsList_item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem 0;
  }
}
.c-newsList_item a:hover {
  background: #f9f9f9;
}
body.home .c-newsList_item a:hover {
  background: #fff;
}
.c-newsList_item:last-child a {
  border-bottom: 1px solid #ccc;
}
.c-newsList_hdg {
  width: 23rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:769px) {
  .c-newsList_hdg {
    width: auto;
    justify-content: flex-start;
    gap: 0 1.6rem;
  }
}
.c-newsList_date {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  width: 10rem;
}
.c-newsList_cat {
  font-weight: 700;
  font-size: 1.4rem;
  width: 10rem;
  height: 2.4rem;
  color: #fff;
  background: #153F8C;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-newsList_content {
  width: calc(100% - 23rem);
  padding: 0 0 0 3rem;
}
@media only screen and (max-width:769px) {
  .c-newsList_content {
    width: auto;
    padding: 0;
  }
}
.c-newsList_ttl {
  font-weight: 500;
  font-size: 1.8rem;
}
.c-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  height: 5.6rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 9999px;
  padding: 0 2rem 0 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.c-btn.-borderNone {
  border: none;
}
@media only screen and (max-width:769px) {
  .c-btn.-borderNone {
    border: 1px solid #ccc;
  }
}
.c-btn > span {
  padding: 0 4.8rem 0 0;
  position: relative;
}
.c-btn > span::after {
  content: "";
  width: 3.8rem;
  height: 2rem;
  background: url("../image/arrow_btn.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s ease;
}
.c-btn:hover {
  border: 1px solid #fff;
  box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.c-btn:hover > span::after {
  background: url("../image/arrow_btn_hover.svg") center center/contain no-repeat;
}
.c-btn.-borderNone:hover {
  border: none;
}
.c-pumpUpImg {
  position: relative;
  overflow: hidden;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.8s ease-out;
}
.c-pumpUpImg.active {
  clip-path: inset(0 0 0 0);
}
@media (hover: none) and (pointer: coarse) {
  .c-pumpUpImg {
    clip-path: none;
    opacity: 0;
    transform: translateY(1.6rem);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  }
  .c-pumpUpImg.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-pumpLeftImg {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s ease-out;
}
.c-pumpLeftImg.active {
  clip-path: inset(0 0 0 0);
}
@media (hover: none) and (pointer: coarse) {
  .c-pumpLeftImg {
    clip-path: none;
    opacity: 0;
    transform: translateX(-1.6rem);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  }
  .c-pumpLeftImg.active {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-pumpRightImg {
  position: relative;
  overflow: hidden;
}
.c-pumpRightImg.active::before {
  right: 100%;
}
.c-pumpRightImg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  content: "";
  z-index: 1;
  transition: ease 0.8s;
}
.c-title01.active .c-title01_title {
  transform: translate(0);
  opacity: 1;
}
.c-title01.active .c-title01_txt {
  transform: translate(0);
  opacity: 1;
}
.c-title01.active .c-title01_border::before {
  left: 0;
}
.c-title01 h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 83.889%;
}
.c-title01 h2.-fs90 {
  font-size: 9.065rem;
}
@media only screen and (max-width:769px) {
  .c-title01 h2.-fs90 {
    font-size: 5.4rem;
  }
}
.c-title01 h2.-fs90 > .c-title01_txt {
  font-size: 2.684rem;
}
@media only screen and (max-width:769px) {
  .c-title01 h2.-fs90 > .c-title01_txt {
    font-size: 2rem;
  }
}
.c-title01 h2.-fs10 {
  font-size: 10.465rem;
}
@media only screen and (max-width:769px) {
  .c-title01 h2.-fs10 {
    font-size: 7.2rem;
  }
  .c-title01 h2.-fs10 > .c-title01_txt {
    font-size: 2.684rem !important;
  }
}
.c-title01_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-title01_title {
  transition: ease 0.5s;
  position: absolute;
  opacity: 0;
  transform: translateY(2rem);
}
.c-title01_txtWrap {
  display: block flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}
.c-title01_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #153F8C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 137.5%;
  transition: ease 0.5s;
  opacity: 0;
}
.c-title01_border {
  position: relative;
  width: 6.3rem;
  height: 2px;
  overflow: hidden;
}
.c-title01_border::before {
  position: absolute;
  content: "";
  display: block;
  background: #153F8C;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  transition: ease 0.5s;
}

@keyframes rotateImgPC {
  0% {
    transform: translateX(-50.8%) rotate(0deg);
  }
  100% {
    transform: translateX(-50.8%) rotate(360deg);
  }
}
@keyframes rotateImgSP {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes scaleUpImgPC {
  0% {
    transform: translateX(-50.8%) rotate(0deg) scale(0.2);
  }
  100% {
    transform: translateX(-50.8%) rotate(360deg) scale(1);
  }
}
@keyframes scaleUpImgSP {
  0% {
    transform: translateX(-50%) rotate(0deg) scale(0.4);
  }
  100% {
    transform: translateX(-50%) rotate(360deg) scale(1);
  }
}
@keyframes fadeInTitle {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInTitleUp {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}