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

.p-fv {
  position: relative;
  min-height: 100vh;
  --bg-opacity: 0;
  display: flex;
}
.p-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fv-bg);
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  opacity: var(--bg-opacity);
  z-index: -1;
}
.p-fv .inner {
  padding-top: 166px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  margin: 0 auto;
  max-width: 78%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-fv .inner {
    padding-top: 31px;
    max-width: 96%;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
}
.p-fv .inner .mainttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(60px, 60px + (120 - 60) * (100vw - 375px) / (1920 - 375), 120px);
  line-height: 140%;
  writing-mode: vertical-rl;
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.022em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-fv .inner .mainttl {
    line-height: 90%;
  }
}
.p-fv .inner .ttl-en {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: clamp(80px, 80px + (165 - 80) * (100vw - 375px) / (1920 - 375), 165px);
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: -19px;
}
.p-fv .mainttl,
.p-fv .ttl-en {
  opacity: 0;
}
.p-fv.fv-job .inner {
  max-width: 96%;
}
.p-fv.fv-new-graduate .inner, .p-fv.fv-mid-career-recruitment .inner {
  max-width: 91%;
}
.p-fv.fv-environment .inner {
  max-width: 88%;
}

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

.sec-title {
  display: flex;
  flex-direction: column;
}
.sec-title .main {
  font-family: "Geologica", sans-serif;
  font-weight: 200;
  font-size: clamp(70px, 70px + (165 - 70) * (100vw - 375px) / (1920 - 375), 165px);
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.sec-title .sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (34 - 24) * (100vw - 375px) / (1920 - 375), 34px);
  line-height: 300%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.sec-title .desc {
  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) {
  .sec-title .desc {
    line-height: 200%;
  }
}
.sec-title.has-desc .desc {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .sec-title.has-desc .desc {
    margin-top: 12px;
  }
}

.w1524 {
  max-width: 1524px;
  width: 90%;
  margin: 0 auto;
}

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

.footer {
  margin-top: 0;
}

.about .intro .inner {
  padding: 26px 0 75px;
}
@media screen and (max-width: 1024px) {
  .about .intro .inner {
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 70px;
  }
}
.about .intro .desc {
  opacity: 1;
  margin-right: 236px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .about .intro .desc {
    margin: 0 auto;
  }
}
.about .detail {
  padding-bottom: 100px;
  position: relative;
}
.about .detail::after {
  content: "";
  max-width: 1720px;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.about .detail .sec-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .about .detail .sec-head {
    margin-bottom: 30px;
  }
}
.about .detail .sec-body .grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 50px 44px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .about .detail .sec-body .grid-list {
    gap: 24px 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.about .detail .sec-body .grid-list .item {
  position: relative;
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
}
.about .detail .sec-body .grid-list .item .box {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #c1bdb4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  transition: 0.4s filter ease;
  box-shadow: 12px 12px 12px rgba(8, 43, 39, 0.1);
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .about .detail .sec-body .grid-list .item .box {
    min-height: auto;
    padding: 10px 0;
    border-radius: 9px;
  }
}
.about .detail .sec-body .grid-list .item .box figure {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .about .detail .sec-body .grid-list .item .box figure {
    gap: 10px;
  }
  .about .detail .sec-body .grid-list .item .box figure img {
    width: 63px;
    height: auto;
  }
}
.about .detail .sec-body .grid-list .item img {
  width: 198px;
  height: auto;
}
.about .detail .sec-body .grid-list .item:hover {
  opacity: 50%;
}
.about .detail .sec-body .grid-list .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about .detail .sec-body .grid-list .item .item-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  font-size: clamp(14px, 14px + (28 - 14) * (100vw - 375px) / (1920 - 375), 28px);
  line-height: 100%;
  color: #444444;
}
.about .detail .sec-body .grid-list .item .description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 375px) / (1920 - 375), 24px);
  font-weight: 400;
  line-height: 120%;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .about .detail .sec-body .grid-list .item .description {
    margin-top: 5px;
  }
}
.about .detail .sec-body .grid-list .item .morebtn {
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
  color: #353535;
  line-height: 100%;
  gap: 8px;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  width: fit-content;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .about .detail .sec-body .grid-list .item .morebtn {
    margin-top: 5px;
  }
}
.about .detail .sec-body .grid-list .item .morebtn svg {
  width: 8px;
  height: 10px;
}
.about .detail .sec-body .grid-list .item:nth-child(8) .description {
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .about .detail .sec-body .grid-list .item:nth-child(6) .description {
    margin-top: auto;
  }
  .about .detail .sec-body .grid-list .item:nth-child(6) .morebtn {
    margin-top: auto;
  }
}
.about .detail .sec-body .morebtn {
  max-width: 483px;
  width: 100%;
  margin: 0 auto;
}
.about .detail .sec-body .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;
}
.about .detail .sec-body .morebtn:hover a {
  background-color: #fff;
  color: #1698d9;
  opacity: 100%;
}
.about .number {
  padding: 100px 0 140px;
}
.about .number .sec-head {
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .about .number .sec-head {
    max-width: 88%;
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1024px) {
  .about .number .sec-body {
    max-width: 82.25%;
    width: 100%;
    margin: 0 auto;
  }
}
.about .number .sec-body .grid-list {
  border: 2px solid #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 352px);
}
@media screen and (max-width: 1024px) {
  .about .number .sec-body .grid-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 24px 20px;
    border: none;
  }
}
.about .number .sec-body .grid-list .item {
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .about .number .sec-body .grid-list .item {
    height: 200px;
  }
  .about .number .sec-body .grid-list .item:nth-child(n+7) {
    flex-direction: row;
    gap: 19px;
    justify-content: flex-start;
    padding-left: 10px;
    height: 158px;
  }
  .about .number .sec-body .grid-list .item:nth-child(n+7) .maintxt {
    margin: 0 auto;
    text-align: left;
  }
}
.about .number .sec-body .grid-list .item:nth-child(7) {
  grid-area: 2/3/3/5;
}
@media screen and (max-width: 1024px) {
  .about .number .sec-body .grid-list .item:nth-child(7) {
    grid-area: 4/1/5/3;
  }
}
.about .number .sec-body .grid-list .item:nth-child(8) {
  grid-area: 3/1/4/3;
}
@media screen and (max-width: 1024px) {
  .about .number .sec-body .grid-list .item:nth-child(8) {
    grid-area: 5/1/6/3;
  }
}
.about .number .sec-body .grid-list .item:nth-child(9) {
  grid-area: 3/3/4/5;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .number .sec-body .grid-list .item:nth-child(9) {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto;
    padding: 20px 13px;
    gap: 10px 19px;
    height: auto;
    grid-area: 6/1/7/3;
  }
  .about .number .sec-body .grid-list .item:nth-child(9) figure {
    grid-area: 1/1/2/2;
  }
  .about .number .sec-body .grid-list .item:nth-child(9) .maintxt {
    grid-area: 1/2/2/3;
  }
}
.about .number .sec-body .grid-list .item:nth-child(9) .morebtn {
  position: absolute;
  right: 18px;
  bottom: 19px;
  border: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  .about .number .sec-body .grid-list .item:nth-child(9) .morebtn {
    grid-area: 2/1/3/3;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.about .number .sec-body .grid-list .item:nth-child(9) .morebtn a {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  /*@include fluid-font(16, 24);*/
  font-size: 24px;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 100%;
  letter-spacing: -0.022em;
  color: #ffffff;
  padding: 14px 20px;
  padding: 14px clamp(0px, 1vw, 20px);
  text-align: center;
}
.about .number .sec-body .grid-list .item:nth-child(9) .morebtn a:hover {
  opacity: 1;
}
.about .number .sec-body .grid-list .item:nth-child(9) .morebtn:hover {
  background-color: #fff;
}
.about .number .sec-body .grid-list .item:nth-child(9) .morebtn:hover a {
  color: #1698d9;
}
.about .number .sec-body .grid-list .item .maintxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /*@include fluid-font(24, 60);*/
  font-size: 24px;
  font-size: clamp(24px, 3.12vw, 60px);
  letter-spacing: -0.022em;
  color: #ffffff;
}
.about .number .sec-body .grid-list .item figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .about .number .sec-body .grid-list .item figure {
    gap: 19px;
    margin-bottom: 0;
  }
}
.about .number .sec-body .grid-list .item figure img {
  width: 179px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .about .number .sec-body .grid-list .item figure img {
    height: 75px;
    width: auto;
  }
}
.about .number .sec-body .grid-list .item figure .item-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
  line-height: 120%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.about .history .inner {
  display: flex;
  align-items: flex-start;
  gap: 31px;
  padding-bottom: 123px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner {
    max-width: 94.5%;
    width: 100%;
  }
}
.about .history .inner .side {
  max-width: 103px;
  width: 100%;
  margin-left: 56px;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .side {
    display: none;
  }
}
.about .history .inner .side .box {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.022em;
  color: #ffffff;
  padding: 21px 0;
  writing-mode: vertical-lr;
}
.about .history .inner .contents {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents {
    margin: auto;
    width: 100%;
    max-width: 100%;
  }
}
.about .history .inner .contents .intro {
  margin-bottom: 54px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .intro {
    margin-bottom: 50px;
  }
}
.about .history .inner .contents .intro .desc {
  margin-right: 197px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .intro .desc {
    margin-right: 0;
  }
}
.about .history .inner .contents .his-title {
  display: flex;
  flex-direction: column;
}
.about .history .inner .contents .his-title .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (50 - 24) * (100vw - 375px) / (1920 - 375), 50px);
  line-height: 300%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .his-title .main {
    line-height: 200%;
  }
}
.about .history .inner .contents .his-title .sub {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px);
  line-height: 100%;
  text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.022em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .his-title .sub {
    letter-spacing: -0.042em;
  }
}
.about .history .inner .contents .history-contents .desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  line-height: 300%;
  font-weight: 500;
  letter-spacing: -0.022em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents .desc p {
    line-height: 200%;
  }
}
.about .history .inner .contents .history-contents .desc p strong {
  font-size: 24px;
  font-weight: 700;
  color: #001f60;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents .desc .inline {
    display: inline;
  }
}
.about .history .inner .contents .history-contents .column {
  display: flex;
}
.about .history .inner .contents .history-contents .column.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.about .history .inner .contents .history-contents .emphasis {
  display: flex;
  position: relative;
}
.about .history .inner .contents .history-contents .emphasis svg {
  position: absolute;
}
.about .history .inner .contents .history-contents .emphasis svg:first-child {
  left: 0;
  top: 0;
}
.about .history .inner .contents .history-contents .emphasis svg:last-child {
  right: 0;
  bottom: 0;
  margin-top: auto;
}
.about .history .inner .contents .history-contents .emphasis .column {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.about .history .inner .contents .history-contents .emphasis .column span {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 200%;
  letter-spacing: -0.022em;
  color: #001f60;
}
.about .history .inner .contents .history-contents.sec01 {
  margin-bottom: 151px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec01 {
    margin-bottom: 50px;
  }
}
.about .history .inner .contents .history-contents.sec01 .his-title {
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec01 .his-title {
    margin-bottom: 30px;
  }
}
.about .history .inner .contents .history-contents.sec01 .column {
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec01 .column {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 29px;
  }
}
.about .history .inner .contents .history-contents.sec01 .column .desc {
  max-width: 1005px;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec01 .column .desc {
    max-width: 100%;
    width: 100%;
  }
}
.about .history .inner .contents .history-contents.sec01 .column .img {
  max-width: 347px;
  width: 30%;
  transform: rotate(5deg);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec01 .column .img {
    max-width: 269px;
    width: 100%;
  }
}
.about .history .inner .contents .history-contents.sec01 .emphasis {
  max-width: 1202px;
  width: 90%;
  margin: 8px 0 8px 15px;
  padding: 0 13px 0 19px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec01 .emphasis {
    padding: 0 38px;
    margin: 0 auto 39px auto;
    justify-content: center;
  }
}
.about .history .inner .contents .history-contents.sec01 .emphasis .column {
  margin-top: 10px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec01 .emphasis .column {
    margin-top: 17px;
    margin-bottom: 22px;
    max-width: 69.5%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about .history .inner .contents .history-contents.sec01 .emphasis .column {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec01 .emphasis .column span {
    text-align: center;
  }
}
.about .history .inner .contents .history-contents.sec01 .emphasis .column span:last-child {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec01 .emphasis .column span:last-child {
    text-align: center;
  }
}
.about .history .inner .contents .history-contents.sec02 {
  margin-bottom: 124px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec02 {
    margin-bottom: 50px;
  }
}
.about .history .inner .contents .history-contents.sec02 .his-title {
  margin-bottom: 74px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec02 .his-title {
    margin-bottom: 30px;
  }
}
.about .history .inner .contents .history-contents.sec02 .column {
  gap: 71px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec02 .column {
    flex-direction: column;
    gap: 31px;
    margin-bottom: 29px;
  }
}
.about .history .inner .contents .history-contents.sec02 .column .desc {
  max-width: 847px;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec02 .column .desc {
    max-width: 100%;
    width: 100%;
  }
}
.about .history .inner .contents .history-contents.sec02 .column .img {
  max-width: 347px;
  width: 30%;
  transform: rotate(5deg);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec02 .column .img {
    max-width: 236px;
    width: 100%;
  }
}
.about .history .inner .contents .history-contents.sec02 .emphasis {
  margin-top: 43px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec02 .emphasis {
    padding: 0 38px;
    margin: auto;
  }
}
.about .history .inner .contents .history-contents.sec02 .emphasis .column {
  margin-top: 11px;
  margin-bottom: 21px;
  align-items: center;
  gap: 0;
  padding: 0 32px;
}
.about .history .inner .contents .history-contents.sec02 .emphasis .column span {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec02 .emphasis .column {
    margin: 23px auto 21px auto;
    max-width: 78.7535410765%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .about .history .inner .contents .history-contents.sec02 .emphasis .column {
    max-width: 100%;
  }
}
.about .history .inner .contents .history-contents.sec02 .emphasis .column span {
  text-align: center;
}
.about .history .inner .contents .history-contents.sec03 {
  margin-bottom: 105px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec03 {
    margin-bottom: 55px;
  }
}
.about .history .inner .contents .history-contents.sec03 .his-title {
  margin-bottom: 29px;
}
.about .history .inner .contents .history-contents.sec03 .column {
  gap: 62px;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec03 .column {
    flex-direction: column;
    gap: 19px;
    align-items: center;
  }
}
.about .history .inner .contents .history-contents.sec03 .column .desc {
  max-width: 789px;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec03 .column .desc {
    max-width: 100%;
    width: 100%;
  }
}
.about .history .inner .contents .history-contents.sec03 .column .img {
  max-width: 361px;
  width: 30%;
  transform: rotate(4deg);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec03 .column .img {
    max-width: 256px;
    width: 100%;
  }
}
.about .history .inner .contents .history-contents.sec03 .column.reverse {
  margin-top: 31px;
  gap: 30px;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec03 .column.reverse {
    margin-top: 18px;
    gap: 35px;
    align-items: center;
  }
}
.about .history .inner .contents .history-contents.sec03 .column.reverse .img {
  max-width: 628px;
  width: 60%;
  transform: rotate(4deg);
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec03 .column.reverse .img {
    max-width: 335px;
    width: 100%;
  }
}
.about .history .inner .contents .history-contents.sec03 .column.reverse .desc {
  max-width: 497px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec03 .column.reverse .desc {
    max-width: 100%;
    width: 100%;
  }
}
.about .history .inner .contents .history-contents.sec04 {
  margin-bottom: 0;
}
.about .history .inner .contents .history-contents.sec04 .his-title {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec04 .his-title {
    margin-bottom: 30px;
  }
}
.about .history .inner .contents .history-contents.sec04 .column {
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec04 .column {
    flex-direction: column;
    gap: 34px;
    align-items: center;
  }
}
.about .history .inner .contents .history-contents.sec04 .column .desc {
  margin-top: 26px;
  max-width: 703px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec04 .column .desc {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.about .history .inner .contents .history-contents.sec04 .column .img {
  max-width: 628px;
  width: 50%;
  transform: rotate(4deg);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec04 .column .img {
    display: none;
  }
}
.about .history .inner .contents .history-contents.sec04 .column.reverse {
  margin-top: 50px;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec04 .column.reverse {
    align-items: center;
    margin-top: 0;
  }
}
.about .history .inner .contents .history-contents.sec04 .column.reverse .img {
  margin-top: -38px;
  max-width: 545px;
  width: 50%;
  transform: rotate(-4deg);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec04 .column.reverse .img {
    margin: 0;
    max-width: 348px;
    width: 100%;
    display: block;
    transform: rotate(0);
  }
}
.about .history .inner .contents .history-contents.sec04 .column.reverse .desc {
  max-width: 576px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .about .history .inner .contents .history-contents.sec04 .column.reverse .desc {
    max-width: 100%;
    width: 100%;
  }
}
.about .history .column .desc,
.about .history .column .img {
  opacity: 0;
}

.contact {
  background-color: #fff;
}
.contact .desc {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact .desc {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.contact .desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  color: #000;
}

.contact_forms {
  position: relative;
  z-index: 5;
}
.contact_forms .w1200 {
  padding: 256px 0 150px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact_forms .w1200 {
    padding: 55px 0 50px;
    max-width: 100%;
    width: 96%;
  }
}
.contact_forms .contact-top-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 180%;
  color: #000000;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact_forms .contact-top-txt {
    margin-bottom: 42px;
  }
}
.contact_forms .contact-complete-txt {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact_forms .contact-complete-txt {
    margin-bottom: 42px;
  }
}
.contact_forms .contact-complete-txt .icon-wrap {
  width: 83px;
  height: 83px;
}
.contact_forms .contact-complete-txt .complete-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1920 - 375), 40px);
  line-height: 180%;
  color: #000000;
}
.contact_forms .complete-txt {
  font-weight: 400;
  font-size: 21px;
  line-height: 180%;
  text-align: center;
  color: #000000;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact_forms .complete-txt {
    margin-bottom: 42px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contact_forms .complete-txt .kome {
    font-size: clamp(18px, 18px + (21 - 18) * (100vw - 375px) / (1920 - 375), 21px);
  }
}
.contact_forms .tel-box {
  position: relative;
  padding: 50px 0;
  max-width: 867px;
  width: 90%;
  margin: 0 auto 150px;
  border: 2px solid #000000;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .contact_forms .tel-box {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact_forms .tel-box:hover {
    filter: opacity(60%);
    transition: all 0.4s ease;
  }
}
.contact_forms .tel-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact_forms .tel-box a {
    pointer-events: auto;
  }
}
.contact_forms .tel-box .teltxt {
  display: flex;
  gap: 15px;
}
.contact_forms .tel-box .teltxt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(30px, 30px + (32 - 30) * (100vw - 375px) / (1920 - 375), 32px);
  line-height: 100%;
  color: #000000;
}
.contact_forms .tel-box .time {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .contact_forms .tel-box .time {
    flex-direction: column;
    gap: 10px;
    width: 80%;
    margin: 0 auto;
  }
}
.contact_forms .tel-box .time p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .contact_forms .tel-box .time p {
    line-height: 150%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contact_forms .tel-box.complete {
    padding: 30px 20px;
    max-width: 96%;
    gap: 30px;
    margin-bottom: 0;
  }
  .contact_forms .tel-box.complete .time {
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }
}

.contact-step {
  max-width: 1106px;
  width: 100%;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact-step {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.form_items .mw_wp_form .error {
  font-size: 16px;
}
.form_items form {
  display: flex;
  flex-direction: column;
}
.form_items .item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 28% minmax(566px, auto);
  white-space: nowrap;
  gap: 80px;
  padding: 50px 84px;
  border-bottom: 1px solid #9baec9;
}
@media screen and (max-width: 1024px) {
  .form_items .item {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 0 0 50px;
    margin-bottom: 50px;
  }
}
.form_items .item .required {
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: clamp(16px, 16px + (19 - 16) * (100vw - 375px) / (1920 - 375), 19px);
  padding: 8px 10px;
  background-color: #1698d9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form_items .item .required {
    padding: 5px 24px;
    margin-left: 0;
  }
}
.form_items .item.nogrid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .form_items .item.nogrid {
    flex-wrap: wrap;
  }
}
.form_items .item.nogrid .wrap {
  width: 100%;
  display: grid;
  align-items: flex-start;
  gap: 80px;
  grid-template-columns: 28% minmax(566px, auto);
  grid-auto-flow: column;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .form_items .item.nogrid .wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .form_items .item.nogrid .wrap {
    white-space: wrap;
    gap: 10px;
  }
}
.form_items .item .ttl {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 20px + (21 - 20) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 100%;
  color: #000000;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .form_items .item .ttl {
    gap: 10px;
  }
}
.form_items .item input,
.form_items .item textarea {
  max-width: 500px;
  width: 100%;
  border: 1px solid #c4c3c3;
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 18px;
  padding: 4px 16px;
}
@media screen and (max-width: 1024px) {
  .form_items .item input,
  .form_items .item textarea {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .form_items .item input,
  .form_items .item textarea {
    font-size: 18px;
    width: 100%;
  }
}
.form_items .item textarea {
  min-height: 200px;
}
.form_items .item input {
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .form_items .item .detail {
    width: 100%;
  }
}
.form_items .item .detail .w200 input {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .form_items .item .detail .w200 input {
    width: 30%;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .form_items .item .detail .w200 input {
    width: 206px;
    height: 40px;
  }
}
.form_items .item .detail .btn-search {
  display: inline-block;
  padding: 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  background-color: #000000;
  border-radius: 10px;
  margin-left: 20px;
  cursor: pointer;
}
.form_items .item .detail .btn-search.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .form_items .item .detail .btn-search.pc-hidden {
    margin-top: 20px;
    display: inline-block;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .form_items .item .detail .btn-search.sp-hidden {
    display: none;
  }
}
.form_items .item .detail .formarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #000000;
}
.form_items .item .detail .formarea.mw-file {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  height: auto;
  padding: 15px 16px 16px;
  max-width: 500px;
  border: 1px solid #c4c3c3;
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .form_items .item .detail .formarea.mw-file {
    max-width: none;
  }
}
.form_items .item .detail .formarea.mw-file .mwform-file-delete {
  display: none;
}
.form_items .item .detail .formarea.mw-file .file-btn {
  display: inline-block;
  padding: 10px 16px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.form_items .item .detail .formarea.mw-file .file-btn .file-name {
  font-size: 14px;
  color: #555;
}
.form_items .item .detail .formarea.mw-file input[type=file] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form_items .item .detail .attention {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #707070;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .form_items .item .detail .attention {
    margin-top: 10px;
  }
}
.form_items .item .detail.radiobtn .formarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 41px 63px;
  /* 選択時：中丸も透明、枠だけ表示 */
}
.form_items .item .detail.radiobtn .formarea .error {
  grid-column: 1/4;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .form_items .item .detail.radiobtn .formarea {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1.5px solid #001952;
  background: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio {
    width: 17px;
    height: 17px;
  }
}
.form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1698d9;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio:checked::after {
    width: 10px;
    height: 10px;
  }
}
.form_items .item .detail.radiobtn .formarea .mwform-radio-field {
  margin: 0;
}
.form_items .item .detail.radiobtn .formarea .mwform-radio-field label {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .form_items .item .detail.radiobtn .formarea .mwform-radio-field label {
    gap: 10px;
  }
}
.form_items .item .detail.radiobtn .formarea .mwform-radio-field .mwform-radio-field-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + (21 - 18) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 100%;
  color: #000000;
}
.form_items .item.privacy {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  white-space: wrap;
  border: none;
  padding-bottom: 0;
}
.form_items .item.privacy .privacyBox {
  height: 362px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 50px 20px;
  border: 1px solid #000000;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 150%;
}
.form_items .item.privacy .privacyBox .main {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form_items .item.privacy .privacyBox {
    padding: 50px 22px 20px;
    height: 332px;
  }
}
.form_items .item.privacy .detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.form_items .item.privacy .policy {
  margin: 0 auto;
  gap: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.form_items .item.privacy .policy label {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .form_items .item.privacy .policy {
    gap: 26px;
  }
  .form_items .item.privacy .policy label {
    gap: 8px;
  }
}
.form_items .item.privacy .policy .mwform-checkbox-field-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.079rem + 0.19vw, 1.313rem);
}
@media screen and (max-width: 767px) {
  .form_items .item.privacy .policy .mwform-checkbox-field-text {
    width: 90%;
    word-break: auto-phrase;
    display: inline-block;
  }
}
.form_items .item.privacy .policy .error {
  grid-column: 1/3;
}
.form_items .item.privacy .policy input {
  width: 20px;
  height: 20px;
  appearance: auto;
  margin: 0;
  font-size: clamp(0.75rem, 0.584rem + 0.35vw, 1rem);
}

.btns {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .btns {
    margin-top: 50px;
  }
}
.btns .btn-confirm,
.btns .btn-submit,
.btns .btn-back {
  max-width: 360px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btns .btn-confirm,
  .btns .btn-submit,
  .btns .btn-back {
    max-width: 227px;
    width: 100%;
  }
}
.btns .btn-confirm button,
.btns .btn-submit button,
.btns .btn-back button {
  position: relative;
  width: 360px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  color: #000000;
  background-color: #fff;
  gap: 25px;
  margin: auto;
  transition: all 0.4s ease;
  border: 2px solid #000;
}
@media screen and (max-width: 1024px) {
  .btns .btn-confirm button,
  .btns .btn-submit button,
  .btns .btn-back button {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .btns .btn-confirm button,
  .btns .btn-submit button,
  .btns .btn-back button {
    width: 100%;
    font-size: 24px;
    height: 84px;
    gap: 25px;
  }
}
.btns .btn-confirm button::after,
.btns .btn-submit button::after,
.btns .btn-back button::after {
  content: "";
  background: url(../img/entry/btn_yaji.svg) no-repeat center/contain;
  width: 15px;
  height: 17px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .btns .btn-confirm button::after,
  .btns .btn-submit button::after,
  .btns .btn-back button::after {
    width: 15px;
    height: 17px;
  }
}
.btns .btn-confirm button:hover,
.btns .btn-submit button:hover,
.btns .btn-back button:hover {
  filter: opacity(80%);
  transition: all 0.4s ease;
}
.btns .btn-back button::after {
  content: none;
}
.btns .btn-back button::before {
  content: "";
  background: url(../img/entry/btn_yaji.svg) no-repeat center/contain;
  transform: scaleX(-1);
  width: 15px;
  height: 17px;
  display: inline-block;
}

.complete {
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .complete {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.complete svg {
  width: 66px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .complete svg {
    width: 49px;
  }
}
.complete .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .tel-box {
    width: 90%;
    margin: 0 auto;
  }
}

.contact-confirm .btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .contact-confirm .btns {
    gap: 20px;
  }
}
.contact-confirm .item p,
.contact-confirm .item .detail {
  font-size: 18px;
}
.contact-confirm .attention,
.contact-confirm .privacy-txt,
.contact-confirm .btn-search,
.contact-confirm .form_items .item .detail .formarea .btn-search,
.contact-confirm .privacy-check .required,
.contact-confirm label.file-btn {
  display: none !important;
}

.environment .w993 {
  max-width: 993px;
  width: 90%;
  margin: 0 auto;
}
.environment .intro {
  border-bottom: 2px solid #ffffff;
}
.environment .intro .inner {
  padding: 71px 0 81px;
}
@media screen and (max-width: 1024px) {
  .environment .intro .inner {
    padding: 20px 0 50px;
  }
}
.environment .intro .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (100 - 24) * (100vw - 375px) / (1920 - 375), 100px);
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 22px;
}
.environment .intro .desc {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .environment .intro .desc {
    width: 100%;
  }
}
.environment .intro .desc p {
  font-weight: 500;
  font-size: 24px;
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 300%;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .environment .intro .desc p {
    line-height: 200%;
  }
}
.environment .benefits .inner {
  padding: 78px 0;
}
.environment .benefits .inner .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .environment .benefits .inner .item {
    margin-bottom: 60px;
  }
}
.environment .benefits .inner .item:last-child {
  margin-bottom: 0;
}
.environment .benefits .inner .item .img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .environment .benefits .inner .item .img {
    margin-bottom: 11px;
  }
}
.environment .benefits .inner .item .detail .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (60 - 24) * (100vw - 375px) / (1920 - 375), 60px);
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .environment .benefits .inner .item .detail .main {
    margin-bottom: 20px;
  }
}
.environment .benefits .inner .item .detail .work-info_content {
  display: flex;
  flex-direction: column;
}
.environment .benefits .inner .item .detail .work-info_content .work-info_item {
  display: grid;
  grid-template-columns: 119px auto;
  gap: 43px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 2px dashed #fff;
  margin-bottom: 30px;
}
.environment .benefits .inner .item .detail .work-info_content .work-info_item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .environment .benefits .inner .item .detail .work-info_content .work-info_item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }
}
.environment .benefits .inner .item .detail .work-info_content .work-info_item .label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 130%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.environment .benefits .inner .item .detail .work-info_content .work-info_item .text {
  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: 150%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.environment .ojt .secimage {
  position: relative;
  height: 417px;
}
@media screen and (max-width: 767px) {
  .environment .ojt .secimage {
    height: 250px;
  }
}
.environment .ojt .secimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.environment .ojt .secimage .title {
  padding: 133px 0;
  position: absolute;
  inset: 0;
  width: fit-content;
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 40px + (100 - 40) * (100vw - 375px) / (1920 - 375), 100px);
  line-height: 150%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .environment .ojt .secimage .title {
    text-align: center;
    padding: 77px 0;
  }
}
.environment .ojt .inner {
  padding: 114px 0 102px;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner {
    padding: 20px 0 50px;
  }
}
.environment .ojt .inner .intro {
  border-bottom: none;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .intro {
    margin-bottom: 50px;
  }
}
.environment .ojt .inner .intro .catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1920 - 375), 40px);
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .intro .catch {
    margin-bottom: 30px;
  }
}
.environment .ojt .inner .flow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.environment .ojt .inner .flow .box {
  width: 100%;
  background: #ffffff;
  border: 6px solid #1698d9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .box {
    flex-direction: column;
    padding: 16px 0 22px;
    gap: 6px;
    margin-bottom: 20px;
  }
  .environment .ojt .inner .flow .box svg {
    width: 32px;
    height: 32px;
  }
}
.environment .ojt .inner .flow .box p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 300%;
  letter-spacing: -0.022em;
  color: #1698d9;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .box p {
    line-height: 150%;
  }
}
.environment .ojt .inner .flow .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 300%;
  color: #1698d9;
  letter-spacing: -0.022em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .text {
    line-height: 100%;
    margin-bottom: 10px;
  }
}
.environment .ojt .inner .flow .arrow {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .arrow {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .arrow svg {
    width: 42px;
    height: 85px;
  }
}
.environment .ojt .inner .flow .graph-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .graph-section {
    margin-bottom: 40px;
  }
}
.environment .ojt .inner .flow .graph-section .exam-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  max-width: 493px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .environment .ojt .inner .flow .graph-section .exam-box {
    position: relative;
  }
}
.environment .ojt .inner .flow .graph-section .exam-box .title {
  width: 100%;
  text-align: center;
  background-color: #1698d9;
  padding: 19px 0 26px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #ffffff;
  letter-spacing: -0.022em;
}
.environment .ojt .inner .flow .graph-section .exam-box .content {
  display: flex;
  align-items: center;
  gap: 11px;
}
.environment .ojt .inner .flow .graph-section .exam-box .content .ttl {
  border: 3px solid #1698d9;
  padding: 11px 31px 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 18px + (30 - 18) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 100%;
  letter-spacing: -0.022em;
  color: #1698d9;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .graph-section .exam-box .content .ttl {
    color: #fff;
    border: 1px solid #fff;
    padding: 21px 12px;
  }
}
.environment .ojt .inner .flow .graph-section .exam-box .content .detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
  line-height: 150%;
  letter-spacing: -0.022em;
  color: #1698d9;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .graph-section .exam-box .content .detail {
    color: #fff;
    width: 75%;
  }
}
.environment .ojt .inner .flow .graph-section .graph-wrap {
  position: relative;
  margin-bottom: 22px;
}
.environment .ojt .inner .flow .graph-section .graph-wrap .line-canvas {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list {
  position: relative;
  height: 444px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .graph-section .graph-wrap .bar-list {
    height: 253px;
    gap: 14px;
  }
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar {
  max-width: 136px;
  width: 100%;
  height: var(--bar-h);
  transform: scaleY(0);
  transform-origin: bottom;
  background: #ffffff;
  box-shadow: -6px 0px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar::before {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #1698d9;
  position: absolute;
  top: -10.5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar::before {
    width: 11px;
    height: 11px;
    top: -5.5px;
  }
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar span {
  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: 100%;
  color: #1698d9;
  letter-spacing: -0.022em;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar span {
    line-height: 90%;
    writing-mode: vertical-rl;
    margin-bottom: 8px;
    letter-spacing: -0.012em;
  }
  .environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar span .num {
    writing-mode: horizontal-tb;
    margin-bottom: 0;
  }
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(1) {
  --bar-h: 82px;
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(2) {
  --bar-h: 155px;
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(3) {
  --bar-h: 225px;
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(4) {
  --bar-h: 299px;
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(5) {
  --bar-h: 369px;
}
.environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(6) {
  --bar-h: 444px;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(2) {
    --bar-h: 119px;
  }
  .environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(3) {
    --bar-h: 150px;
  }
  .environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(4) {
    --bar-h: 184px;
  }
  .environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(5) {
    --bar-h: 220px;
  }
  .environment .ojt .inner .flow .graph-section .graph-wrap .bar-list .bar:nth-child(6) {
    --bar-h: 253px;
  }
}
.environment .ojt .inner .flow .graph-section .notes {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .environment .ojt .inner .flow .graph-section .notes {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

.recruit .w1336 {
  max-width: 1336px;
  width: 90%;
  margin: 0 auto;
}
.recruit .intro .inner {
  padding: 66px 0 219px;
}
@media screen and (max-width: 1024px) {
  .recruit .intro .inner {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .intro .inner {
    padding: 9px 0 70px;
  }
}
.recruit .intro .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (60 - 24) * (100vw - 375px) / (1920 - 375), 60px);
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .intro .main {
    margin-left: 24px;
  }
}
.recruit .intro .msg-img {
  margin-bottom: 13px;
  background: url(../img/recruit/msg-bg.png) no-repeat center/cover;
  padding: 73px 0 73px 62px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .recruit .intro .msg-img {
    padding: 0;
    height: 291px;
    position: relative;
    margin-bottom: 123px;
  }
}
.recruit .intro .msg-img img {
  background-color: #fff;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .recruit .intro .msg-img img {
    position: absolute;
    top: 231px;
    left: 24px;
    width: 249px;
    height: auto;
  }
}
.recruit .intro .desc {
  opacity: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .recruit .intro .desc {
    max-width: 96%;
    width: 100%;
    margin: 0 auto;
  }
}
.recruit .intro .desc p {
  font-weight: 500;
  font-size: 24px;
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 300%;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-align: left;
}
.recruit .intro .desc p strong {
  font-weight: 700;
  color: #001f60;
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}
@media screen and (max-width: 1024px) {
  .recruit .intro .desc p {
    line-height: 200%;
  }
}
.recruit .intro .desc .name p {
  text-align: right;
  font-weight: 700;
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 300%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .recruit .intro .desc .name p {
    line-height: 200%;
  }
}
.recruit .flow .inner {
  padding-bottom: 53px;
}
.recruit .flow .inner .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (60 - 24) * (100vw - 375px) / (1920 - 375), 60px);
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 53px;
}
@media screen and (max-width: 1024px) {
  .recruit .flow .inner .main {
    margin-left: 24px;
  }
}
.recruit .flow .inner .flow-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 95px;
  position: relative;
  padding-bottom: 39px;
}
@media screen and (max-width: 1024px) {
  .recruit .flow .inner .flow-tabs {
    grid-template-rows: 46px;
    padding-bottom: 12px;
  }
}
.recruit .flow .inner .flow-tabs.career .is-active {
  background-color: #4bccbe;
}
.recruit .flow .inner .flow-tabs.career::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 39px;
  background-color: #4bccbe;
}
@media screen and (max-width: 1024px) {
  .recruit .flow .inner .flow-tabs.career::after {
    height: 12px;
  }
}
.recruit .flow .inner .flow-tabs.new .is-active {
  background-color: #1698d9;
}
.recruit .flow .inner .flow-tabs.new::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 39px;
  background-color: #1698d9;
}
@media screen and (max-width: 1024px) {
  .recruit .flow .inner .flow-tabs.new::after {
    height: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .flow .inner .flow-tabs {
    grid-template-rows: 46px;
  }
}
.recruit .flow .inner .flow-tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 100%;
  letter-spacing: -0.022em;
  color: #ffffff;
  background-color: #d0d0d0;
}
.recruit .flow .inner .flow-tabs a.is-active {
  color: #fff;
}
.recruit .flow .inner .flow-item {
  overflow: hidden;
}
.recruit .flow .inner .flow-item figure {
  position: relative;
  height: 500px;
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 1024px) {
  .recruit .flow .inner .flow-item figure {
    height: 352px;
  }
}
.recruit .flow .inner .flow-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit .flow .inner .flow-item figure .flow-text {
  position: absolute;
  inset: 0;
  left: 166px;
  margin: auto;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .flow .inner .flow-item figure .flow-text {
    width: 80%;
    left: 0;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
}
.recruit .flow .inner .flow-item figure .flow-text .flow-step {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
  line-height: 100%;
  color: #ffffff;
}
.recruit .flow .inner .flow-item figure .flow-text .flow-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 30px + (100 - 30) * (100vw - 375px) / (1920 - 375), 100px);
  line-height: 100%;
  color: #ffffff;
}
.recruit .flow .inner .flow-item figure .flow-text .flow-desc {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 18px + (30 - 18) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 150%;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .recruit .flow .inner .flow-item figure .flow-text .flow-desc {
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
  }
}
.recruit .msg {
  background-color: #fff;
}
.recruit .msg.career .inner .column .text {
  margin-top: 351px;
}
@media screen and (max-width: 1024px) {
  .recruit .msg.career .inner .column .text {
    margin-top: 0;
  }
}
.recruit .msg .inner {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 54px;
}
@media screen and (max-width: 1024px) {
  .recruit .msg .inner {
    gap: 16px;
    padding: 35px 0;
  }
}
.recruit .msg .inner .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (60 - 24) * (100vw - 375px) / (1920 - 375), 60px);
  line-height: 150%;
  color: #1698d9;
}
.recruit .msg .inner .column {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .recruit .msg .inner .column {
    flex-direction: column-reverse;
  }
}
.recruit .msg .inner .column .label {
  padding: 7px 79px;
  background-color: #1698d9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 200%;
  letter-spacing: -0.022em;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .recruit .msg .inner .column .label {
    padding: 0;
  }
}
.recruit .msg .inner .column .text {
  max-width: 905px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-top: 302px;
}
@media screen and (max-width: 1024px) {
  .recruit .msg .inner .column .text {
    margin-top: 0;
  }
  .recruit .msg .inner .column .text .label {
    display: none;
  }
}
.recruit .msg .inner .column .text .desc {
  padding-top: 18px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .recruit .msg .inner .column .text .desc {
    width: 100%;
  }
}
.recruit .msg .inner .column .text .desc p {
  width: 95%;
  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: 200%;
  color: #1698d9;
  letter-spacing: -0.022em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .recruit .msg .inner .column .text .desc p {
    width: 100%;
  }
}
.recruit .msg .inner .column .img {
  max-width: 886px;
  width: 100%;
  margin-left: -454px;
}
.recruit .msg .inner .column .img .label {
  display: none;
}
@media screen and (max-width: 1024px) {
  .recruit .msg .inner .column .img .label {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .msg .inner .column .img {
    margin: auto;
  }
  .recruit .msg .inner .column .img img {
    width: 100%;
  }
}
.recruit .msg .main,
.recruit .msg .img,
.recruit .msg .label,
.recruit .msg .desc {
  opacity: 0;
}
.recruit .recruitment .inner {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .recruit .recruitment .inner {
    padding: 30px 0 60px;
  }
}
.recruit .recruitment .inner .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (60 - 24) * (100vw - 375px) / (1920 - 375), 60px);
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 76px;
}
@media screen and (max-width: 1024px) {
  .recruit .recruitment .inner .main {
    margin-bottom: 20px;
  }
}
.recruit .recruitment .item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment .item {
    margin-bottom: 60px;
  }
}
.recruit .recruitment .item:last-child {
  margin-bottom: 0;
}
.recruit .recruitment .item .img {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment .item .img {
    margin-bottom: 30px;
  }
}
.recruit .recruitment .item .detail .work-info_content {
  display: flex;
  flex-direction: column;
}
.recruit .recruitment .item .detail .work-info_content .work-info_item {
  display: grid;
  grid-template-columns: 174px auto;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.recruit .recruitment .item .detail .work-info_content .work-info_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 993px;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #fff;
}
.recruit .recruitment .item .detail .work-info_content .work-info_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit .recruitment .item .detail .work-info_content .work-info_item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }
}
.recruit .recruitment .item .detail .work-info_content .work-info_item .label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 130%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.recruit .recruitment .item .detail .work-info_content .work-info_item .text {
  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: 150%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.recruit .otherlink .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .recruit .otherlink .inner {
    padding-bottom: 60px;
  }
}
.recruit .otherlink .inner .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (60 - 24) * (100vw - 375px) / (1920 - 375), 60px);
  line-height: 150%;
  color: #ffffff;
  width: 100%;
}
.recruit .otherlink .inner .linklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .recruit .otherlink .inner .linklist {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.recruit .otherlink .inner .linklist .item {
  width: 100%;
  height: 100%;
}
.recruit .otherlink .inner .linklist .item figure {
  position: relative;
}
.recruit .otherlink .inner .linklist .item figure img {
  width: 100%;
}
.recruit .otherlink .inner .linklist .item figure .label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.recruit .otherlink .inner .linklist .item figure .label .title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px);
  line-height: 100%;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .recruit .otherlink .inner .linklist .item figure .label .title {
    margin-bottom: 11px;
  }
}
.recruit .otherlink .inner .linklist .item.sales .label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 58px;
  left: 0;
  bottom: 0;
  background-color: #4bccbe;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .recruit .otherlink .inner .linklist .item.sales .label::before {
    height: 38px;
  }
}
.recruit .otherlink .inner .linklist .item.field .label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 58px;
  left: 0;
  bottom: 0;
  background-color: #004c88;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .recruit .otherlink .inner .linklist .item.field .label::before {
    height: 38px;
  }
}
.recruit .otherlink .inner .linklist .item.office .label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 58px;
  left: 0;
  bottom: 0;
  background-color: #1698d9;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .recruit .otherlink .inner .linklist .item.office .label::before {
    height: 38px;
  }
}
.recruit .otherlink .inner .linklist .item a {
  display: block;
  width: 100%;
}

.job .otherlink .inner {
  padding: 42px 0 56px;
}
.job .otherlink .inner .linklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .job .otherlink .inner .linklist {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.job .otherlink .inner .linklist .item {
  width: 100%;
  height: 100%;
}
.job .otherlink .inner .linklist .item figure {
  position: relative;
  overflow: hidden;
}
.job .otherlink .inner .linklist .item figure img {
  width: 100%;
  transition: 0.4s ease;
}
.job .otherlink .inner .linklist .item figure .label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  z-index: 10;
}
.job .otherlink .inner .linklist .item figure .label .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: clamp(24px, 24px + (50 - 24) * (100vw - 375px) / (1920 - 375), 50px);
  line-height: 100%;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.job .otherlink .inner .linklist .item.sales .label {
  background-color: #4bccbe;
}
@media screen and (max-width: 1024px) {
  .job .otherlink .inner .linklist .item.sales .label {
    height: 38px;
  }
}
.job .otherlink .inner .linklist .item.sales:hover .label {
  background-color: rgba(75, 204, 190, 0.5);
}
.job .otherlink .inner .linklist .item.field .label {
  background-color: #004c88;
}
@media screen and (max-width: 1024px) {
  .job .otherlink .inner .linklist .item.field .label {
    height: 38px;
  }
}
.job .otherlink .inner .linklist .item.field:hover .label {
  background-color: rgba(0, 76, 136, 0.5);
}
.job .otherlink .inner .linklist .item.office .label {
  background-color: #1698d9;
}
@media screen and (max-width: 1024px) {
  .job .otherlink .inner .linklist .item.office .label {
    height: 38px;
  }
}
.job .otherlink .inner .linklist .item.office:hover .label {
  background-color: rgba(22, 152, 217, 0.5);
}
.job .otherlink .inner .linklist .item a {
  display: block;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.job .otherlink .inner .linklist .item a:hover {
  opacity: 1;
}
.job .otherlink .inner .linklist .item a:hover figure img {
  transform: scale(1.3);
}
.job .work-detail .w993 {
  max-width: 993px;
  width: 90%;
  margin: 0 auto;
  padding: 93px 0 87px;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .w993 {
    padding: 25px 0;
  }
}
.job .work-detail .arrow {
  text-align: center;
  margin-bottom: 76px;
}
.job .work-detail .box-ttl {
  max-width: 993px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .box-ttl {
    max-width: none;
    padding: 28px 0 30px;
  }
}
.job .work-detail .box-ttl .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.job .work-detail .box-ttl .sub {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 0.5px white;
}
.job .work-detail .boxwrap {
  position: relative;
  background-color: #fff;
  max-width: 1513px;
  width: 90%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .boxwrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
.job .work-detail .boxwrap .box-ttl {
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .boxwrap .box-ttl {
    position: relative;
    top: 0;
    max-width: none;
    width: 100%;
  }
}
.job .work-detail .boxwrap .box-ttl .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.job .work-detail .boxwrap .box-ttl .sub {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 0.5px white;
}
.job .work-detail .boxwrap .catch {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 90px;
}
.job .work-detail .boxwrap .catch span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  letter-spacing: -0.022em;
  font-weight: 700;
  font-size: clamp(28px, 28px + (34 - 28) * (100vw - 375px) / (1920 - 375), 34px);
  line-height: 110%;
  writing-mode: vertical-lr;
}
.job .work-detail .boxwrap .imgarea {
  display: flex;
  flex-direction: column;
  gap: 163px;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .boxwrap .imgarea {
    gap: 13px;
  }
}
.job .work-detail .boxwrap .imgarea img {
  width: 100%;
}
.job .work-detail .boxwrap .imgarea .img-top {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .boxwrap .imgarea .img-top img {
    margin-bottom: 13px;
  }
}
.job .work-detail .boxwrap .imgarea .img-top .text {
  position: absolute;
  left: 0;
  top: 213px;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .boxwrap .imgarea .img-top .text {
    top: 0;
  }
  .job .work-detail .boxwrap .imgarea .img-top .text .tab-block {
    display: inline;
  }
}
.job .work-detail .boxwrap .imgarea .img-top .text .box-text {
  max-width: 506px;
  width: 100%;
  background-color: #fff;
  padding: 15px 46px 0 0;
}
.job .work-detail .boxwrap .imgarea .img-top .text .box-text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 300%;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .boxwrap .imgarea .img-top .text .box-text p {
    line-height: 200%;
  }
}
.job .work-detail .boxwrap .imgarea .img-top .text .desc {
  margin-bottom: 0;
}
.job .work-detail .boxwrap .imgarea .img-top .text .desc p {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 300%;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .boxwrap .imgarea .img-top .text .desc p {
    line-height: 200%;
  }
}
@media screen and (max-width: 1024px) {
  .job .work-detail .boxwrap .imgarea .img-top .text {
    position: relative;
  }
  .job .work-detail .boxwrap .imgarea .img-top .text .box-text {
    max-width: none;
    width: 100%;
  }
}
.job .work-detail .timeschedule {
  padding: 78px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 152px;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .timeschedule {
    gap: 130px;
    padding: 41px 0 100px;
  }
}
.job .work-detail .timeschedule .item {
  display: grid;
  align-items: center;
  grid-template-columns: 22% 1fr;
  gap: 102px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .timeschedule .item {
    gap: 30px;
    width: 100%;
    grid-template-columns: 33% 1fr;
  }
}
.job .work-detail .timeschedule .item::before {
  content: "";
  width: 4px;
  height: 122px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 15px);
  left: 10%;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .timeschedule .item::before {
    height: 100px;
    width: 2px;
    left: 16%;
  }
}
.job .work-detail .timeschedule .item:last-child::before {
  content: none;
}
.job .work-detail .timeschedule .item .time p {
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 40px + (70 - 40) * (100vw - 375px) / (1920 - 375), 70px);
  line-height: 100%;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.job .work-detail .timeschedule .item .detail p {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.022em;
  color: #ffffff;
}
.job .work-detail .timeschedule .item .detail p strong {
  display: block;
  font-weight: 700;
}
.job .work-detail .images {
  padding: 51px 0 172px;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .images {
    padding: 41px 0;
    max-width: none;
    width: 100%;
  }
}
.job .work-detail .images img {
  margin: 0 auto;
}
.job .work-detail .link {
  width: 90%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  gap: 51px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .link {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.job .work-detail .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  gap: clamp(0px, 2vw, 40px);
  padding: 98px 20px;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .link a {
    padding: 37px 20px;
  }
}
.job .work-detail .link a p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.job .work-detail .sales .box-ttl {
  background-color: #4bccbe;
}
.job .work-detail .sales .catch {
  color: #4bccbe;
}
.job .work-detail .sales .text p {
  color: #4bccbe;
}
.job .work-detail .sales .link a {
  background-color: #4bccbe;
  max-width: 781px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .sales .link a {
    width: 100%;
  }
}
.job .work-detail .field .box-ttl {
  background-color: #004c88;
}
.job .work-detail .field .catch {
  color: #004c88;
}
.job .work-detail .field .text p {
  color: #004c88;
}
.job .work-detail .field .link a {
  max-width: 781px;
  width: 50%;
  background-color: #004c88;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .field .link a {
    width: 100%;
  }
}
.job .work-detail .office .box-ttl {
  background-color: #1698d9;
}
.job .work-detail .office .catch {
  color: #1698d9;
}
.job .work-detail .office .text p {
  color: #1698d9;
}
.job .work-detail .office .link {
  /*width: 100%;*/
}
.job .work-detail .office .link a {
  width: 100%;
  background-color: #1698d9;
}
@media screen and (max-width: 1024px) {
  .job .work-detail .office .link a {
    width: 100%;
  }
}/*# sourceMappingURL=subpage.css.map */