@charset "UTF-8";
/* recruit */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  margin: 0;
}

body {
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab-block {
    display: block;
  }
}

.tab-hidden {
  display: block;
}
@media screen and (max-width: 1024px) {
  .tab-hidden {
    display: none;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

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

#main {
  overflow-x: clip;
}

img.w100,
svg.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1716 {
  max-width: 1716px;
  width: 90%;
  margin: 0 auto;
}

.w1520 {
  max-width: 1520px;
  width: 90%;
  margin-right: 100px;
  margin-left: 160px;
}
@media screen and (max-width: 1024px) {
  .w1520 {
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
  }
}

a {
  transition: 0.4s ease;
}
a:hover {
  opacity: 50%;
}

.fade-gsap {
  opacity: 0;
}

.all-wrapper {
  position: relative;
}
.all-wrapper .video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.all-wrapper .video-wrap img {
  position: fixed; /* スクロールしても固定 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw; /* 横幅いっぱい */
  height: 100%; /* 高さは比率維持 */
  object-fit: cover; /* 縦横比を維持して全体表示 */
  object-position: center;
  z-index: -1; /* 背景扱いに */
  pointer-events: none;
}

.header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.header.is-show {
  transform: translateY(0);
}
.header .h_contact {
  display: flex;
  gap: 10px;
}
.header .h_contact .menu-item.red {
  background-color: #fc4646;
}
.header .h_contact .menu-item.blue {
  background-color: #1698d9;
}
.header .h_contact .menu-item a {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: clamp(5px, 5px + (20 - 5) * (100vw - 1024px) / (1920 - 1024), 20px) clamp(5px, 5px + (37 - 5) * (100vw - 1024px) / (1920 - 1024), 37px);
  font-weight: 700;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  line-height: 1;
  color: #ffffff;
}
.header .inner {
  padding: 23px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .inner .logo {
  max-width: 307px;
  width: 17%;
}
@media screen and (max-width: 1024px) {
  .header .inner .logo {
    max-width: 40%;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .logo {
    width: 100%;
  }
}
.header .inner .logo a {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header .inner .logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.header .inner .logo a .label {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .inner .logo a .label {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: -0.022em;
    color: #ffffff;
    padding: 2px 14px;
    background-color: #000000;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .logo a .label {
    font-size: 12px;
  }
}
.header .inner .h_menu {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.header .inner .h_menu .menu-list {
  display: flex;
}
.header .inner .h_menu .menu-list .menu-item {
  position: relative;
  /* ============================
     hover時に表示
  ============================ */
  /* ============================
     sub menu
  ============================ */
}
.header .inner .h_menu .menu-list .menu-item a {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  padding: 11px clamp(8px, 8px + (37 - 8) * (100vw - 1024px) / (1920 - 1024), 37px);
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  color: #000000;
}
.header .inner .h_menu .menu-list .menu-item > a.nolink {
  pointer-events: none;
  cursor: default;
}
.header .inner .h_menu .menu-list .menu-item.menu-has-sub:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header .inner .h_menu .menu-list .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* ★ 上から降りてくる初期位置 */
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.header .inner .h_menu .menu-list .menu-item .sub-menu .sub-menu-item a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header .inner .h_menu {
    display: none;
  }
}
.header.active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#mobile-nav .hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  #mobile-nav .hamburger {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    z-index: 10;
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: relative;
  }
}
#mobile-nav .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
#mobile-nav .hamburger.is_open .bar1 {
  transform: translateY(9px) rotate(405deg);
}
#mobile-nav .hamburger.is_open .bar3 {
  transform: translateY(0) rotate(495deg);
}
#mobile-nav .hamburger.is_open .bar2 {
  display: none;
}
#mobile-nav .sp-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  height: 0;
  width: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #mobile-nav .sp-menu {
    height: auto;
    width: auto;
    pointer-events: auto;
    padding-top: 120px;
    padding-bottom: 64px;
  }
  #mobile-nav .sp-menu .menu-list {
    max-width: 59%;
    width: 90%;
    margin: 0 auto 62px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    gap: 20px 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #mobile-nav .sp-menu .menu-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #mobile-nav .sp-menu .menu-list .menu-item > a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    padding: 11px 0;
    display: block;
  }
  #mobile-nav .sp-menu .menu-list .menu-item .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }
  #mobile-nav .sp-menu .menu-list .menu-item .sub-menu a {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    padding-left: 21px;
    position: relative;
  }
  #mobile-nav .sp-menu .menu-list .menu-item .sub-menu a::before {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #mobile-nav .sp-menu .h_contact {
    display: flex;
    flex-direction: column;
    max-width: 704px;
    width: 90%;
    margin: 0 auto;
  }
  #mobile-nav .sp-menu .h_contact .menu-item {
    text-align: center;
  }
  #mobile-nav .sp-menu .h_contact .menu-item a {
    padding: 20px 0;
  }
}
#mobile-nav .sp-menu.is_open {
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  background: url(../img/grad.gif) no-repeat top/cover;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #mobile-nav .sp-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
  }
  #mobile-nav .sp-menu .page_menu {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    padding: 80px 18px 40px;
    box-sizing: content-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #mobile-nav .sp-menu .page_menu {
    backdrop-filter: blur(5rem);
    padding: 80rem 18rem 40rem;
    gap: 16rem;
  }
}
@media screen and (max-width: 1024px) {
  #mobile-nav .sp-menu .page_menu .menu-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    border-bottom: 1px solid #444444;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #mobile-nav .sp-menu .page_menu .menu-item {
    font-size: 16rem;
  }
}
@media screen and (max-width: 1024px) {
  #mobile-nav .sp-menu .page_menu .menu-item a {
    display: flex;
    gap: 8px;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #mobile-nav .sp-menu .page_menu .menu-item a {
    gap: 8rem;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    margin-top: -78px;
  }
}
.footer .f_contact {
  background: url(../img/common/contact-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .footer .f_contact {
    background-image: url(../img/common/contact-bg_sp.png);
  }
}
.footer .f_contact .inner {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  padding: 77px 0;
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .sec-title {
    margin-bottom: 40px;
  }
}
.footer .f_contact .inner .sec-title .main {
  opacity: 1;
  font-family: "Geologica", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 400;
  font-size: clamp(70px, 70px + (165 - 70) * (100vw - 375px) / (1920 - 375), 165px);
  line-height: 100%;
  color: transparent;
  -webkit-text-stroke: 1px white;
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .sec-title .main {
    text-align: center;
  }
}
.footer .f_contact .inner .sec-title .sub {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .sec-title .sub {
    line-height: 300%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .sec-title .sub {
    line-height: 180%;
    text-align: center;
  }
}
.footer .f_contact .inner .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 233px;
  align-items: center;
  justify-content: center;
  gap: 51px;
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .box {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.footer .f_contact .inner .box .item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .box .item {
    padding: 37px 0;
  }
}
.footer .f_contact .inner .box .item:hover {
  background-color: #1698d9;
}
.footer .f_contact .inner .box .item:hover .text .box-ttl,
.footer .f_contact .inner .box .item:hover .text .num p,
.footer .f_contact .inner .box .item:hover .text p {
  color: #fff;
}
.footer .f_contact .inner .box .item:hover .text img {
  filter: brightness(20);
}
.footer .f_contact .inner .box .item:hover a {
  opacity: 1;
}
.footer .f_contact .inner .box .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}
.footer .f_contact .inner .box .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .box .item .text img {
    width: 27px;
    height: auto;
  }
}
.footer .f_contact .inner .box .item .box-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 210%;
  letter-spacing: 0.02em;
  color: #353535;
}
.footer .f_contact .inner .box .item .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .f_contact .inner .box .item .tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
.footer .f_contact .inner .box .item .tel p {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 30px + (69 - 30) * (100vw - 375px) / (1920 - 375), 69px);
  letter-spacing: 0.04em;
  color: #22aada;
  line-height: 100%;
}
.footer .f_contact .inner .box .item .tel .f-18 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 210%;
  letter-spacing: 0.02em;
  color: #353535;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .box .item .tel .f-18 .tab-block {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .box .item .tel .f-18 {
    line-height: 150%;
  }
}
.footer .f_contact .inner .box .item.contact .text {
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .footer .f_contact .inner .box .item.contact .text {
    flex-direction: column;
    gap: 10px;
  }
  .footer .f_contact .inner .box .item.contact .text img {
    width: 56px;
    height: auto;
  }
  .footer .f_contact .inner .box .item.contact .text .box-ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.footer .f_menu .inner {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
  padding: 86px 0;
}
@media screen and (max-width: 1023px) {
  .footer .f_menu .inner {
    max-width: 90%;
  }
}
.footer .f_menu .inner .logo {
  max-width: 307px;
  width: 100%;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .footer .f_menu .inner .logo {
    width: 100%;
    max-width: 100%;
  }
}
.footer .f_menu .inner .logo a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer .f_menu .inner .logo a img {
    width: 100%;
  }
}
.footer .f_menu .inner .logo a .label {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.022em;
  color: #ffffff;
  padding: 2px 14px;
  background-color: #000000;
}
.footer .f_menu .inner .menu-list {
  margin: 0 auto 62px;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  grid-template-rows: auto;
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .footer .f_menu .inner .menu-list {
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_menu .inner .menu-list {
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: auto;
    gap: 20px 40px;
    justify-content: center;
  }
}
.footer .f_menu .inner .menu-list .menu-item > a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  padding: 11px 0;
  display: block;
}
.footer .f_menu .inner .menu-list .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.footer .f_menu .inner .menu-list .menu-item .sub-menu .sub-menu-item a {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  padding-left: 21px;
  position: relative;
}
.footer .f_menu .inner .menu-list .menu-item .sub-menu .sub-menu-item a::before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer .f_menu .inner .menu-list .menu-item .sub-menu .sub-menu-item.noline > a {
  margin-bottom: 10px;
  padding-left: 0;
}
.footer .f_menu .inner .menu-list .menu-item .sub-menu .sub-menu-item.noline > a::before {
  content: none;
}
.footer .f_menu .inner .menu-list .menu-item .sub-menu .sub-menu-item.noline .child-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .f_menu .inner .h_contact {
  display: flex;
  gap: 10px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .footer .f_menu .inner .h_contact {
    flex-direction: column;
  }
}
.footer .f_menu .inner .h_contact .menu-item {
  text-align: center;
}
.footer .f_menu .inner .h_contact .menu-item.red {
  background-color: #fc4646;
}
.footer .f_menu .inner .h_contact .menu-item.blue {
  background-color: #1698d9;
}
.footer .f_menu .inner .h_contact .menu-item a {
  display: block;
  padding: 20px 37px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}
.footer .f_menu .inner .f_menu03 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 12px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer .f_menu .inner .f_menu03 {
    align-items: center;
  }
}
.footer .f_menu .inner .f_menu03 .link {
  display: flex;
}
.footer .f_menu .inner .f_menu03 .link .item {
  position: relative;
}
.footer .f_menu .inner .f_menu03 .link .item::after {
  content: " / ";
  display: inline-block;
}
.footer .f_menu .inner .f_menu03 .link .item:last-child::after {
  content: none;
}
.footer .f_menu .inner .f_menu03 .link a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.sec-title {
  display: flex;
  flex-direction: column;
}
.sec-title .main {
  font-family: "Geologica", sans-serif;
  font-weight: 200;
  font-size: 165px;
  font-size: clamp(70px, 70px + (105 - 70) * (100vw - 375px) / (1920 - 375), 105px);
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
}
.sec-title .sub {
  opacity: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 22px + (34 - 22) * (100vw - 375px) / (1920 - 375), 34px);
  line-height: 300%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .sec-title .sub {
    line-height: 180%;
  }
}

.desc {
  opacity: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .desc {
    margin-bottom: 0;
  }
}
.desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
  line-height: 300%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .desc p {
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    line-height: 200%;
  }
}

.morebtn a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  border: 2px solid #fff;
  color: #ffffff;
  letter-spacing: -0.022em;
  font-weight: 700;
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 300%;
  text-align: center;
}
.morebtn:hover a {
  background-color: #fff;
  color: #1698d9;
  opacity: 100%;
}

.fv .inner {
  padding: 100px 0 42px;
}
@media screen and (max-width: 1024px) {
  .fv .inner {
    padding: 47px 0 22px;
  }
}
.fv .inner .fv-lead {
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .fv .inner .fv-lead {
    gap: 9px;
    margin-bottom: 103px;
  }
}
.fv .inner .fv-lead span {
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 120px;
  line-height: 90%;
  letter-spacing: -0.022em;
  font-weight: 500;
  color: #ffffff;
  width: 153px;
}
@media screen and (max-width: 767px) {
  .fv .inner .fv-lead span {
    font-size: clamp(60px, 60px + (120 - 60) * (100vw - 375px) / (1920 - 375), 120px);
    width: 62px;
  }
}
.fv .inner .desc {
  margin-bottom: 0;
}
.fv .inner .desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 260%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .fv .inner .desc p {
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    line-height: 200%;
  }
}
.fv .imgarea {
  position: relative;
  z-index: -1;
  mix-blend-mode: multiply;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .fv .imgarea {
    grid-template-columns: 1fr;
  }
}
.fv .imgarea img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .fv .imgarea img {
    min-height: 0;
  }
}

.first-sec {
  position: relative;
  z-index: 5;
  --bg-opacity: 0;
}
.first-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/first-bg.png) no-repeat bottom/cover;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
  opacity: var(--bg-opacity);
  transition: opacity 0.3s linear;
  z-index: -1;
}
.first-sec .inner {
  padding: 192px 0 127px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .first-sec .inner {
    flex-direction: column-reverse;
    margin: auto;
    padding: 78px 0 100px;
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .first-sec .inner {
    width: 100%;
    max-width: 88%;
  }
}
.first-sec .inner .col-left {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .first-sec .inner .col-left {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
.first-sec .inner .col-left .lead {
  opacity: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(40px, 40px + (100 - 40) * (100vw - 375px) / (1920 - 375), 100px);
  line-height: 150%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .first-sec .inner .col-left .lead {
    text-align: center;
  }
}
.first-sec .inner .col-left .lead strong {
  font-weight: 700;
  font-size: clamp(60px, 60px + (150 - 60) * (100vw - 375px) / (1920 - 375), 150px);
}
.first-sec .inner .col-left .lead .grad {
  background: linear-gradient(96.37deg, #007bb7 30.71%, #bddbea 47.84%, #007bb7 65.97%, #003651 84.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.first-sec .inner .col-left .desc strong {
  font-weight: 700;
}
.first-sec .inner .col-right {
  position: absolute;
  right: 15px;
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .first-sec .inner .col-right {
    margin: auto;
    position: relative;
    right: unset;
  }
}
.first-sec .inner .col-right .text {
  opacity: 0;
  text-align: right;
  font-family: "Crushed", sans-serif;
  font-weight: 400;
  font-size: clamp(72px, 72px + (232 - 72) * (100vw - 375px) / (1920 - 375), 232px);
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  filter: drop-shadow(0px 6.63019px 16.5755px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1024px) {
  .first-sec .inner .col-right .text {
    text-align: center;
  }
  .first-sec .inner .col-right .text .tab-hidden {
    display: none;
  }
}

.t_about {
  position: relative;
}
.t_about::after {
  content: "";
  max-width: 1720px;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .t_about {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 100px;
  }
}
.t_about .col-img {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 100px;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: -1;
  max-width: 1103px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t_about .col-img {
    position: relative;
    max-width: 88%;
    width: 90%;
    margin: 0 auto 10px;
    height: 301px;
    inset: 0;
  }
}
.t_about .col-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
@media screen and (max-width: 1024px) {
  .t_about .col-img img {
    object-fit: cover;
    object-position: center;
  }
}
.t_about .inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .t_about .inner {
    margin: auto;
    width: 90%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .t_about .inner {
    width: 100%;
    max-width: 88%;
  }
}
.t_about .sec-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .t_about .sec-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .t_about .desc {
    margin-bottom: 0;
  }
}
.t_about .morebtn {
  opacity: 0;
  max-width: 483px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .t_about .morebtn {
    margin: 0 auto;
    max-width: 88%;
    width: 90%;
  }
}

.t_job {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_job {
    padding-bottom: 100px;
  }
}
.t_job::after {
  content: "";
  max-width: 1720px;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.t_job .inner {
  padding: 100px 0 110px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_job .inner {
    margin: auto;
    width: 92%;
    padding-bottom: 0;
  }
}
.t_job .inner .sec-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .t_job .inner .sec-title {
    margin-bottom: 12px;
  }
}
.t_job .inner .col-img {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  pointer-events: none;
  z-index: -1;
  max-width: 988px;
  width: 65%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t_job .inner .col-img {
    position: relative;
    max-width: 100%;
    width: 90%;
    margin: 0 auto 10px;
    inset: 0;
  }
}
.t_job .inner .col-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
@media screen and (max-width: 1024px) {
  .t_job .inner .col-img img {
    object-fit: cover;
    object-position: center top;
  }
}
.t_job .inner .col-left {
  max-width: 567px;
  width: 41%;
}
@media screen and (max-width: 1024px) {
  .t_job .inner .col-left {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .t_job .inner .col-left {
    max-width: none;
    width: 100%;
  }
}
.t_job .inner .morebtn {
  opacity: 0;
  max-width: 483px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .t_job .inner .morebtn {
    max-width: none;
  }
}

.t_enviroment {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_enviroment {
    padding-bottom: 100px;
  }
}
.t_enviroment::after {
  content: "";
  max-width: 1720px;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.t_enviroment .inner {
  padding: 100px 0 110px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_enviroment .inner {
    margin: auto;
    width: 92%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .t_enviroment .inner {
    width: 100%;
    max-width: 88%;
  }
}
.t_enviroment .inner .sec-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .t_enviroment .inner .sec-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .t_enviroment .inner .desc {
    margin-bottom: 40px;
  }
}
.t_enviroment .inner .morebtn {
  max-width: 483px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .t_enviroment .inner .morebtn {
    max-width: none;
  }
}

.t_recruit {
  position: relative;
}
.t_recruit .col-img {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  max-width: 973px;
  width: 65%;
  height: auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .t_recruit .col-img {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    inset: 0;
  }
}
@media screen and (max-width: 767px) {
  .t_recruit .col-img {
    height: 340px;
  }
}
.t_recruit .col-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
@media screen and (max-width: 1024px) {
  .t_recruit .col-img img {
    object-fit: cover;
    object-position: top right;
  }
}
.t_recruit .inner {
  padding: 100px 0 110px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_recruit .inner {
    margin: auto;
    width: 92%;
    padding-bottom: 0;
  }
}
.t_recruit .inner .sec-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .t_recruit .inner .sec-title {
    margin-bottom: 12px;
  }
}
.t_recruit .inner .col-left {
  max-width: 567px;
  width: 41%;
}
@media screen and (max-width: 1024px) {
  .t_recruit .inner .desc {
    margin-bottom: 40px;
  }
}
.t_recruit .inner .morebtn {
  opacity: 0;
  max-width: 483px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .t_recruit .inner .morebtn {
    max-width: none;
  }
}/*# sourceMappingURL=style.css.map */