@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
html,
body,
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,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #231815;
  line-height: 1;
  overflow-x: hidden;
}

p, dt, dd, td, th, li {
  letter-spacing: 0.02em;
}

a img {
  transition: all 0.3s ease 0s;
}
a:hover img {
  opacity: .7;
}

@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  body, html {
    overflow-x: hidden;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-wrapper2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.l-wrapper3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-wrapper4 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.l-section {
  padding: 72px 0;
}

.l-section2 {
  padding: 64px 0;
}

.l-section3 {
  padding-top: 128px;
}

.l-section4 {
  padding-bottom: 64px;
}

.l-section5 {
  padding-top: 128px;
  padding-bottom: 48px;
}

.l-section6 {
  padding: 96px 0;
}

.l-section7 {
  padding: 128px 0;
}

.l-section8 {
  padding-top: 64px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper,
  .l-wrapper2 {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-wrapper3,
  .l-wrapper4 {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  layout(767)
  =========================*/
  .l-section {
    padding: 48px 0;
  }

  .l-section2 {
    padding: 48px 0;
  }

  .l-section3 {
    padding-top: 96px;
  }

  .l-section4 {
    padding-bottom: 96px;
  }

  .l-section5 {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .l-section6 {
    padding: 48px 0;
  }

  .l-section7 {
    padding: 64px 0;
  }

  .l-wrapper.-full,
  .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
h2.c-title {
  font-weight: 400;
  font-size: 2rem;
  ine-height: 1.5;
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
h2.c-title span {
  font-family: "Karla", sans-serif;
  font-size: 3rem;
  display: block;
  color: #5394F5;
  margin-bottom: 16px;
}
h2.c-title.left {
  text-align: left;
}

h3.c-title {
  font-weight: 400;
  font-size: 2rem;
  ine-height: 1.5;
  display: flex;
  align-items: center;
  gap: 20px;
}
h3.c-title:before {
  content: '';
  display: inline-block;
  background: #5394F5;
  width: 50px;
  min-width: 50px;
  height: 1px;
}

.c-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  min-width: 200px;
  height: 45px;
  padding: 4px 5px 4px 18px;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  background: #fff;
  transition: border-color 0.3s, background 0.3s;
}

.c-link__text {
  color: #5394F5;
  font-size: 0.875rem;
}

.c-link__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 25px;
  margin-left: 20px;
  background: #5394F5;
  border-radius: 50px;
  overflow: hidden;
}
.c-link__icon img {
  display: block;
  width: 13px;
  height: auto;
  transition: transform 0.3s;
}

.c-link:hover {
  border-color: #5394F5;
}
.c-link:hover .c-link__icon img {
  transform: translateX(4px);
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.c-hamburger {
  position: fixed;
  top: 26px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  margin: auto;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -8px;
}
.c-hamburger__line:after {
  top: 8px;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}

.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
.c-pageTOP.is-visible {
  opacity: 1;
  visibility: visible;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .c-hamburger {
    top: 23px;
  }

  .c-pageTOP {
    width: 35px;
    right: 15px;
    bottom: 110px;
  }

  h2.c-title {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
  h2.c-title span {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  h2.c-title.left {
    text-align: left;
  }

  h3.c-title {
    font-size: 1.25rem;
    gap: 16px;
  }
  h3.c-title:before {
    width: 24px;
    min-width: 24px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
  background: #375897;
}

.p-footer__top {
  background: #F2F7FF;
  padding: 120px 20px 0;
}

.p-footer__company {
  text-align: center;
  margin-bottom: 70px;
}
.p-footer__company h2 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
}
.p-footer__company p {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-footer__contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 74px;
  position: relative;
  transform: translateY(50%);
  margin-top: -110px;
}

.p-footer__contactItem {
  background: #fff;
  border-top: 3px solid #375897;
  box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.15);
  padding: 28px 46px 30px;
  min-height: 225px;
}
.p-footer__contactItem h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 26px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
}

.p-footer__contactBody {
  text-align: center;
}
.p-footer__contactBody p {
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.p-footer__time {
  margin-bottom: 24px !important;
}

.p-footer__tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #375897;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.p-footer__tel img {
  display: block;
  width: 28px;
  height: auto;
}

.p-footer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 48px;
  padding: 10px 20px;
  background: #375897;
  border-radius: 100px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.p-footer__button img {
  display: block;
  width: 22px;
  height: auto;
}
.p-footer__button:hover {
  opacity: 0.8;
}

.p-footer__bottom {
  padding: 175px 20px 42px;
}

.p-footer__nav {
  display: flex;
  justify-content: center;
  gap: 80px;
  max-width: 850px;
  margin-inline: auto;
}

.p-footer__navColumn {
  display: flex;
  gap: 55px;
}

.p-footer__navGroup {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-footer__navGroup > a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
.p-footer__navGroup > a:hover {
  opacity: 0.8;
}
.p-footer__navGroup ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-footer__navGroup ul li {
  position: relative;
  padding-left: 13px;
}
.p-footer__navGroup ul li::before {
  content: "・";
  position: absolute;
  top: 2px;
  left: 0;
  color: #fff;
}
.p-footer__navGroup ul li a {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.5;
  white-space: nowrap;
}

.p-footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 55px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer__top {
    padding: 57px 20px 56px;
  }

  .p-footer__company {
    margin-bottom: 26px;
  }
  .p-footer__company h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
  }
  .p-footer__company p {
    font-size: 0.6875rem;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .p-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
    transform: none;
    margin-top: 0;
  }

  .p-footer__contactItem {
    min-height: auto;
    padding: 26px 22px 24px;
    border-top-width: 3px;
    box-shadow: none;
    border-radius: 2px;
  }
  .p-footer__contactItem h3 {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 8px;
    border-bottom: 0;
  }

  .p-footer__contactBody p {
    font-size: 0.6875rem;
    line-height: 1.6;
    margin-bottom: 9px;
  }

  .p-footer__time {
    margin-bottom: 7px !important;
  }

  .p-footer__tel {
    gap: 8px;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .p-footer__tel img {
    width: 21px;
  }

  .p-footer__button {
    gap: 10px;
    width: 100%;
    max-width: 273px;
    min-height: 48px;
    margin-inline: auto;
    padding: 8px 15px;
    font-size: 0.875rem;
  }
  .p-footer__button img {
    width: 19px;
  }

  .p-footer__bottom {
    padding: 49px 20px 22px;
  }

  .p-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: none;
  }

  .p-footer__navColumn {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .p-footer__navGroup {
    gap: 7px;
    margin-bottom: 8px;
  }
  .p-footer__navGroup > a {
    font-size: 0.75rem;
    line-height: 1.55;
    white-space: normal;
  }
  .p-footer__navGroup ul {
    gap: 5px;
  }
  .p-footer__navGroup ul li {
    padding-left: 0;
  }
  .p-footer__navGroup ul li::before {
    display: none;
  }
  .p-footer__navGroup ul li a {
    font-size: 0.6875rem;
    line-height: 1.55;
    white-space: normal;
    opacity: 0.8;
  }

  .p-footer__copyright {
    padding-top: 18px;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    font-size: 0.5625rem;
    line-height: 1.5;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
/*
  header
————————————————————————————————————————— */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 5%;
}
.header.is-active {
  background-color: rgba(0, 0, 0, 0.5);
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 100%;
  max-width: 260px;
  transition: all 0.3s ease 0s;
}

.header-menu {
  display: flex;
  gap: 15px;
}

.header-recruit > a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #8DB93F;
  padding: 14px 20px;
  border-radius: 50px;
  min-width: 110px;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.header-recruit > a:hover {
  color: #fff;
  background: #5394F5;
}

.header-mail {
  margin-left: 10px;
}

.header-mail > a {
  color: #231815;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #FBDB13;
  padding: 14px 20px;
  border-radius: 50px;
  min-width: 110px;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.header-mail > a:hover {
  color: #fff;
  background: #5394F5;
}

.header-list {
  display: flex;
  align-items: center;
}

.header-item a {
  font-size: 0.875rem;
  color: #fff;
  display: block;
  padding: 10px;
  transition: all 0.3s ease 0s;
}

.header-item > a:hover {
  color: #5394F5;
}

.megaMenu {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  transition: opacity .3s, visibility .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}

.megaMenu-image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 286px;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.megaMenu-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.megaMenu-list {
  width: calc(100% - 343px);
  display: flex;
  flex-wrap: wrap;
  gap: 9px 30px;
}

.megaMenu-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  transition: all 0.3s ease-in-out;
}

.megaMenu-item a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #231815;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.megaMenu-item a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #DDD902;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
  transform: scale(1, 1);
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu,
.header-recruit:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}

.header-tel {
  display: block;
  width: 22px;
}

#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: -120%;
  left: 0;
  z-index: -10;
  padding-top: 104px;
  padding-bottom: 40px;
  transition: all .6s;
  overflow: auto;
}
#p-globalMenuSp.is-active {
  top: 0;
  z-index: -1;
}

.p-globalMenuSp__list {
  text-align: left;
  margin-bottom: 24px;
}

.p-globalMenuSp__list .child {
  margin-left: 5%;
}

.p-globalMenuSp__list .child {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 8px;
}

.p-globalMenuSp__list .child a {
  font-size: 0.875rem;
  color: #fff;
  position: relative;
  padding-left: 32px;
}

.p-globalMenuSp__list .child a:before {
  content: '';
  display: inline-block;
  background: #fff;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-globalMenuSp__item:last-child {
  margin-bottom: 0;
}

.p-globalMenuSp__item > a {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  position: relative;
  border-bottom: 1px solid #fff;
}

#p-globalMenuSp .click-menu > a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}

#p-globalMenuSp .click-menu > a.open:after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 5px);
}

#p-globalMenuSp .click-menu .p-menu-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease 0s;
}

#p-globalMenuSp .header-tel a {
  justify-content: center;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .header {
    padding: 16px 5%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .header-logo {
    width: 200px;
  }

  .header-nav {
    justify-content: space-between;
    gap: 20px;
    padding-right: 35px;
  }

  .header-menu {
    display: none;
  }

  .header-recruit {
    padding-top: 30px;
  }

  .header-recruit > a {
    max-width: 300px;
    margin-inline: auto;
    justify-content: center;
  }

  .header-mail {
    padding-top: 16px;
  }

  .header-mail > a {
    max-width: 300px;
    margin-inline: auto;
    justify-content: center;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-top__mainvisual:after {
  content: '';
  display: inline-block;
  background: #000;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.6;
}

.p-mainvisual_inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.p-mainvisual_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}

.p-mainvisual_hero {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  z-index: 4;
}
.p-mainvisual_hero h1 {
  font-weight: 500;
  text-align: left;
  color: #fff;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.p-mainvisual_hero p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  text-align: left;
}
.p-mainvisual_hero .scroll {
  color: #fff;
  margin-inline: auto;
  margin-top: clamp(20px, 10vh, 100px);
  position: relative;
  width: fit-content;
}
.p-mainvisual_hero .scroll::before {
  animation: 2s scroll infinite;
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
}
.p-mainvisual_hero .scroll::after {
  border: 2px solid #fff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 50px;
  margin-inline: auto;
  margin-top: 10px;
  width: 30px;
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}
.p-recruitFixButton {
  width: clamp(240px, 25vw, 400px);
  position: fixed;
  bottom: 30px;
  right: 7%;
  z-index: 10;
}

.p-top__about {
  padding-top: 5%;
  position: relative;
  z-index: 4;
}

.p-top__aboutInner {
  display: flex;
  align-items: center;
  position: relative;
}

.p-top__aboutImage {
  width: 45%;
  max-width: 720px;
  margin-top: clamp(-140px, -7vw, -40px);
  flex-shrink: 0;
}
.p-top__aboutImage img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top__aboutContent {
  flex: 1;
  min-width: 0;
  max-width: 760px;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  right: 0;
}

.p-top__aboutText p {
  font-size: 1rem;
  line-height: 2.8;
}

.p-top__features {
  position: relative;
  z-index: 3;
  padding: 160px 0 150px;
}

.p-top__featuresBg {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 300px;
  background: #f7f7f7;
  transform: rotate(10deg);
  transform-origin: center top;
  z-index: -1;
}

.p-top__featuresHeading {
  text-align: center;
  margin-bottom: 96px;
}

.p-top__featuresEn {
  font-family: "Karla", sans-serif;
  color: #D9D9D9;
  font-size: clamp(4rem, 5vw, 5.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}
.p-top__featuresEn span {
  color: #5394F5;
}

.p-top__featuresHeading h2 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.16em;
}
.p-top__featuresHeading h2 span {
  color: #5394F5;
}

.p-top__featuresContent {
  display: flex;
  align-items: center;
  width: calc(100% - max(40px, calc((100vw - 1200px) / 2)));
  margin-left: max(20px, calc((100vw - 1200px) / 2));
  gap: 80px;
  margin-top: 160px;
}

.p-top__featuresHeading + .p-top__featuresContent {
  margin-top: 0;
}

.p-top__featuresInfo {
  width: 360px;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 20px;
}

.p-top__featuresNumber {
  font-family: "Karla", sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #EDEDED;
  font-size: clamp(18.75rem, 18vw, 30.875rem);
  font-weight: 600;
  line-height: 1;
  opacity: 0.5;
  z-index: -1;
  letter-spacing: 0.1em;
}
.p-top__featuresNumber.space02 {
  letter-spacing: -0.07em;
}

.p-top__featuresSubEn {
  font-family: "Karla", sans-serif;
  color: #D9D9D9;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  white-space: nowrap;
}

.p-top__featuresInfo h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  white-space: nowrap;
}
.p-top__featuresInfo h3 span {
  color: #5394F5;
}

.p-top__featuresText {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 35px;
}

.p-top__featuresSlider {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.p-top__featuresTrack {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: featuresSlide 75s linear infinite;
}

.p-top__featuresSlide {
  width: clamp(300px, 27vw, 420px);
  aspect-ratio: 1.38 / 1;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 14px;
}
.p-top__featuresSlide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes featuresSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}
.p-top__onestop {
  background: #F8F8F8;
  padding: 90px 20px 85px;
}

.p-top__onestopHeading {
  text-align: center;
  margin-bottom: 85px;
}

.p-top__onestopEn {
  font-family: "Karla", sans-serif;
  color: #D9D9D9;
  font-size: clamp(4rem, 5.5vw, 6.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 32px;
}
.p-top__onestopEn span {
  color: #5394F5;
}

.p-top__onestopHeading h2 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.p-top__onestopHeading h2 span {
  color: #5394F5;
}

.p-top__onestopInner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.p-top__onestopContent {
  width: 40%;
  flex-shrink: 0;
}

.p-top__onestopSubEn {
  font-family: "Karla", sans-serif;
  color: #D9D9D9;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}

.p-top__onestopContent h3 {
  color: #5394F5;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
}

.p-top__onestopText {
  margin-bottom: 36px;
}
.p-top__onestopText p {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
.p-top__onestopText p:not(:last-child) {
  margin-bottom: 30px;
}

.p-top__onestopImage {
  flex: 1;
  margin-right: calc(50% - 50vw);
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
}
.p-top__onestopImage img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top__product {
  position: relative;
  background: url("../img/top/productBg.jpg") center top/cover no-repeat;
  overflow: hidden;
}

.p-top__productCapacity {
  padding: 70px 0 90px;
}

.p-top__productCapacityInner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.p-top__productCapacityImage {
  width: 53%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-top__productCapacityImage img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top__productCapacityContent {
  width: 38%;
}
.p-top__productCapacityContent h2 {
  color: #5394F5;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.p-top__productCapacityContent .c-link {
  margin-top: 28px;
}

.p-top__productCapacityTable {
  width: 100%;
  background: #fff;
}
.p-top__productCapacityTable div {
  display: grid;
  grid-template-columns: 130px 1fr;
  border-bottom: 1px solid #d9d9d9;
}
.p-top__productCapacityTable div:last-child {
  border-bottom: 0;
}
.p-top__productCapacityTable dt,
.p-top__productCapacityTable dd {
  padding: 11px 14px;
  font-size: 0.75rem;
  line-height: 1.6;
}
.p-top__productCapacityTable dt {
  font-weight: 600;
  border-right: 1px solid #d9d9d9;
  background: #F2F2F2;
}

.p-top__productCapacityTable + .p-top__productCapacityTable {
  margin-top: 10px;
}

.p-top__productExamples {
  padding: 35px 20px 120px;
}

.p-top__productExamplesInner {
  max-width: 1200px;
}

.p-top__productHeading {
  margin-bottom: 28px;
}
.p-top__productHeading p {
  font-family: "Karla", sans-serif;
  color: #D9D9D9;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2px;
}
.p-top__productHeading h2 {
  color: #5394F5;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-top__productList {
  display: flex;
  flex-direction: column;
  gap: 75px;
}

.p-top__productItem {
  position: relative;
  min-height: 365px;
}

.p-top__productVisual {
  position: relative;
}

.p-top__productPhoto {
  width: 52%;
  overflow: hidden;
  border-radius: 8px;
}
.p-top__productPhoto img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top__productParts {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
}

.p-top__productContent {
  position: absolute;
  width: 43%;
}
.p-top__productContent h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.p-top__productContent p {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
}

.p-top__productItem--01 .p-top__productPhoto {
  margin-left: 0;
}
.p-top__productItem--01 .p-top__productParts {
  width: 48%;
  right: 15%;
  bottom: -205px;
}
.p-top__productItem--01 .p-top__productContent {
  top: 20px;
  right: 0;
}

.p-top__productItem--02 {
  margin-top: 45px;
}
.p-top__productItem--02 .p-top__productPhoto {
  margin-left: auto;
}
.p-top__productItem--02 .p-top__productParts {
  width: 43%;
  left: 21%;
  bottom: -185px;
}
.p-top__productItem--02 .p-top__productContent {
  top: 30px;
  left: 0;
}

.p-top__productItem--03 {
  margin-top: 45px;
}
.p-top__productItem--03 .p-top__productPhoto {
  margin-left: 0;
}
.p-top__productItem--03 .p-top__productParts {
  width: 47%;
  right: -3%;
  bottom: -140px;
}
.p-top__productItem--03 .p-top__productContent {
  top: 25px;
  right: 0;
}

.p-top__business {
  position: relative;
  min-height: 785px;
  padding: 100px 20px;
  background: url("../img/top/businessBg.jpg") center center/cover no-repeat;
  color: #fff;
}

.p-top__businessInner {
  position: relative;
}

.p-top__businessEn {
  font-family: "Karla", sans-serif;
  font-size: clamp(3.75rem, 5.5vw, 6.25rem);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 55px;
}

.p-top__businessContent {
  width: 650px;
  max-width: 100%;
}

.p-top__businessLead {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
}

.p-top__businessContent h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.p-top__businessContent .c-link {
  margin-top: 42px;
}

.p-top__businessText {
  font-size: 0.9375rem;
  line-height: 2.4;
  letter-spacing: 0.03em;
}

.p-top__information {
  padding: 84px 0;
}
.p-top__information .p-top__informationtHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top__information .p-top__informationLink {
  color: #5394F5;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-top__information .p-top__informationLink::after {
  content: '';
  display: inline-block;
  background: #5394F5;
  width: 20px;
  height: 1px;
}
.p-top__information h2 {
  font-family: "Karla", sans-serif;
  color: #5394F5;
  font-size: 3rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-top__information h2::after {
  content: '';
  display: inline-block;
  background: #5394F5;
  width: 80px;
  height: 1px;
}
.p-top__information .informationList {
  height: 380px;
  overflow-y: scroll;
  background: #fff;
  padding: 20px;
}
.p-top__information .informationList li {
  margin-bottom: 16px;
}
.p-top__information .informationList li:last-child {
  margin-bottom: 0;
}
.p-top__information .informationList a {
  display: flex;
  column-gap: 30px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #D8D8D8;
}
.p-top__information .informationList a:hover .date, .p-top__information .informationList a:hover .title {
  opacity: 0.7;
}
.p-top__information .date {
  font-size: 0.875rem;
  color: #231815;
  transition: all 0.3s ease 0s;
}
.p-top__information .title {
  font-size: 0.875rem;
  color: #231815;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}

.p-top__recruit {
  position: relative;
  overflow: hidden;
  background: #5394F5;
}

.p-top__recruitHead {
  position: relative;
  height: 340px;
  background-image: url("../img/top/businessBg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.p-top__recruitHeadInner {
  height: 100%;
  position: relative;
}

.p-top__recruitHeading {
  position: absolute;
  right: 140px;
  bottom: 15px;
}
.p-top__recruitHeading h2 {
  color: #5394F5;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.p-top__recruitEn {
  font-family: "Karla", sans-serif;
  color: #5394F5;
  font-size: clamp(3rem, 4.5vw, 4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-top__recruitMain {
  position: relative;
  min-height: 300px;
  background: #5394F5;
}

.p-top__recruitInner {
  display: flex;
  position: relative;
  min-height: 300px;
}

.p-top__recruitVisual {
  position: relative;
  width: 48%;
  flex-shrink: 0;
}

.p-top__recruitImage {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
}
.p-top__recruitImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top__recruitImage--01 {
  top: -140px;
  left: 0;
  width: 300px;
  height: 335px;
  z-index: 2;
}

.p-top__recruitImage--02 {
  top: 35px;
  left: 185px;
  width: 230px;
  height: 235px;
  z-index: 3;
}

.p-top__recruitContent {
  flex: 1;
  padding: 60px 0 50px 35px;
  color: #fff;
}
.p-top__recruitContent .c-link {
  margin-top: 28px;
}

.p-top__recruitLead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}

.p-top__recruitSub {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-top__recruitSlider {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}

.p-top__recruitTrack {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: recruitSlider 45s linear infinite;
}

.p-top__recruitSlide {
  width: clamp(190px, 18vw, 225px);
  aspect-ratio: 1.6 / 1;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}
.p-top__recruitSlide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes recruitSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 6px));
  }
}
.p-top__recruitEnvironment {
  position: relative;
  min-height: 370px;
  padding: 0 20px 65px;
  background-image: linear-gradient(rgba(55, 48, 38, 0.52), rgba(55, 48, 38, 0.52)), url("../img/top/recruitBg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -40px;
}

.p-top__recruitEnvironmentInner {
  position: relative;
  text-align: center;
}

.p-top__recruitEnvironmentTitle {
  font-family: "Parisienne", cursive;
  color: #c9e95e;
  font-size: clamp(4.375rem, 7vw, 6.875rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-22px) rotate(-7deg);
  margin-bottom: 40px;
  position: relative;
  z-index: 4;
}

.p-top__recruitBanner {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  transition: opacity 0.3s, transform 0.3s;
}
.p-top__recruitBanner img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__recruitBanner:hover {
  opacity: 0.85;
  transform: translateY(-4px);
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-mainvisual_hero h1 {
    font-size: 1.625rem;
    margin-bottom: 24px;
  }
  .p-mainvisual_hero p {
    font-size: 0.8125rem;
  }
  .p-mainvisual_hero .scroll {
    display: none;
  }

  .p-recruitFixButton {
    bottom: 38px;
    right: 0;
  }

  .p-top__about {
    padding: 0 20px 65px;
  }

  .p-top__aboutInner {
    min-height: auto;
    display: block;
  }

  .p-top__aboutImage {
    width: calc(100% + 20px);
    max-width: 300px;
    margin-top: -45px;
    margin-inline: auto;
    margin-bottom: 32px;
  }

  .p-top__aboutContent {
    position: static;
    max-width: none;
    padding-top: 0;
  }
  .p-top__aboutContent h2 {
    font-size: 1.25rem;
    margin-bottom: 28px;
  }

  .p-top__aboutEn {
    font-size: clamp(0.8125rem, 4vw, 1rem);
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 8px;
    white-space: nowrap;
  }

  .p-top__aboutText p {
    font-size: 0.75rem;
    line-height: 2.1;
    letter-spacing: 0.01em;
  }
  .p-top__aboutText p:not(:last-child) {
    margin-bottom: 0;
  }

  .p-top__features {
    padding: 8px 0 90px;
  }

  .p-top__featuresBg {
    display: none;
  }

  .p-top__featuresHeading {
    padding: 0 20px;
    margin-bottom: 56px;
  }

  .p-top__featuresNumber {
    position: static;
    font-size: 3.75rem;
    opacity: 1;
  }

  .p-top__featuresEn {
    font-size: 3rem;
    margin-bottom: 18px;
  }

  .p-top__featuresHeading h2 {
    font-size: 1.0625rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }

  .p-top__featuresContent {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 56px;
  }

  .p-top__featuresInfo {
    width: calc(100% - 40px);
    margin-inline: auto;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .p-top__featuresSubEn {
    font-size: 0.9375rem;
    margin-bottom: 8px;
    white-space: normal;
  }

  .p-top__featuresInfo h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    white-space: normal;
  }

  .p-top__featuresText {
    font-size: 0.75rem;
    line-height: 1.9;
    margin-bottom: 28px;
  }

  .c-link {
    margin-inline: auto;
  }

  .p-top__featuresSlider {
    width: 100%;
    padding-left: 20px;
  }

  .p-top__featuresTrack {
    gap: 12px;
    animation-duration: 50s;
  }

  .p-top__featuresSlide {
    width: 78vw;
    max-width: 320px;
    border-radius: 10px;
  }

  .p-top__onestop {
    padding: 65px 20px 70px;
  }

  .p-top__onestopHeading {
    margin-bottom: 34px;
  }

  .p-top__onestopEn {
    font-size: 2.875rem;
    margin-bottom: 14px;
  }

  .p-top__onestopHeading h2 {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .p-top__onestopInner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .p-top__onestopImage {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
  }
  .p-top__onestopImage img {
    width: 100%;
    aspect-ratio: 335 / 189;
    object-fit: cover;
  }

  .p-top__onestopContent {
    order: 2;
    width: 100%;
  }

  .p-top__onestopSubEn {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }

  .p-top__onestopContent h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
  }

  .p-top__onestopText {
    margin-bottom: 26px;
  }
  .p-top__onestopText p {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .p-top__onestopText p:not(:last-child) {
    margin-bottom: 24px;
  }

  .p-top__onestopContent .c-link {
    margin-inline: auto;
  }

  .p-top__product {
    background: #fff;
  }

  .p-top__productCapacity {
    display: block;
    padding: 55px 20px 70px;
  }

  .p-top__productCapacityInner {
    display: block;
  }

  .p-top__productCapacityImage {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
    margin-left: 0;
  }
  .p-top__productCapacityImage img {
    display: block;
    width: 100%;
    aspect-ratio: 335 / 189;
    object-fit: cover;
  }

  .p-top__productCapacityContent {
    width: 100%;
  }
  .p-top__productCapacityContent .c-link {
    margin: 24px auto 0;
  }

  .p-top__productHeading h2 {
    color: #5394F5;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
  }
  .p-top__productHeading p {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .p-top__productCapacityTable {
    width: 100%;
    background: #fff;
    border: 1px solid #D9D9D9;
  }
  .p-top__productCapacityTable div {
    display: block;
    border-bottom: 1px solid #D9D9D9;
  }
  .p-top__productCapacityTable div:last-child {
    border-bottom: 0;
  }
  .p-top__productCapacityTable dt,
  .p-top__productCapacityTable dd {
    font-size: 0.75rem;
    line-height: 1.7;
  }
  .p-top__productCapacityTable dt {
    padding: 8px 15px;
    background: #f2f2f2;
    border-right: 0;
    font-weight: 500;
  }
  .p-top__productCapacityTable dd {
    padding: 10px 15px;
    background: #fff;
  }

  .p-top__productCapacityTable + .p-top__productCapacityTable {
    margin-top: -1px;
  }

  .p-top__productExamples {
    padding: 48px 20px 85px;
  }

  .p-top__productHeading {
    margin-bottom: 34px;
  }
  .p-top__productHeading p {
    font-size: 0.875rem;
    margin-bottom: 7px;
  }
  .p-top__productHeading h2 {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
  }

  .p-top__productList {
    gap: 70px;
  }

  .p-top__productItem {
    min-height: 0;
  }

  .p-top__productVisual {
    margin-bottom: 55px;
  }

  .p-top__productPhoto {
    width: 100%;
    border-radius: 7px;
  }
  .p-top__productPhoto img {
    width: 100%;
    aspect-ratio: 335 / 181;
    object-fit: cover;
  }

  .p-top__productParts {
    z-index: 2;
  }

  .p-top__productContent {
    position: static;
    width: 100%;
  }
  .p-top__productContent h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .p-top__productContent p {
    font-size: 0.75rem;
    line-height: 2;
    margin-bottom: 26px;
  }
  .p-top__productContent .c-link {
    margin-inline: auto;
  }

  .p-top__productItem--01 .p-top__productParts {
    width: 68%;
    max-width: 240px;
    right: -10px;
    bottom: -100px;
  }

  .p-top__productItem--02 {
    margin-top: 0;
  }
  .p-top__productItem--02 .p-top__productVisual {
    margin-bottom: 52px;
  }
  .p-top__productItem--02 .p-top__productParts {
    width: 70%;
    max-width: 250px;
    left: 0;
    bottom: -88px;
  }
  .p-top__productItem--02 .p-top__productContent h3 {
    text-align: right;
  }

  .p-top__productItem--03 {
    margin-top: 0;
  }
  .p-top__productItem--03 .p-top__productVisual {
    margin-bottom: 57px;
  }
  .p-top__productItem--03 .p-top__productParts {
    width: 75%;
    max-width: 270px;
    right: -4px;
    bottom: -86px;
  }

  .p-top__business {
    min-height: 520px;
    padding: 58px 20px 45px;
    background-image: url("../img/top/businessBg_sp.jpg");
    background-position: center center;
  }

  .p-top__businessEn {
    font-size: clamp(1.625rem, 7.2vw, 1.875rem);
    line-height: 1.3;
    text-align: left;
    letter-spacing: -0.02em;
    margin-bottom: 72px;
    white-space: nowrap;
  }

  .p-top__businessContent {
    width: 100%;
  }

  .p-top__businessLead {
    font-size: 1.0625rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
  }

  .p-top__businessContent h2 {
    font-size: 1.1875rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 38px;
  }
  .p-top__businessContent .c-link {
    margin: 20px auto 0;
  }

  .p-top__businessText {
    font-size: 0.75rem;
    line-height: 2.1;
    letter-spacing: 0.01em;
  }
  .p-top__businessText br {
    display: none;
  }

  .p-top__information {
    padding: 48px 0;
  }
  .p-top__information .p-top__informationtHeading {
    margin-bottom: 32px;
  }
  .p-top__information .p-top__informationLink {
    font-size: 0.75rem;
    color: #231815;
    border-bottom: 1px solid #231815;
    padding-bottom: 8px;
    display: inline-block;
  }
  .p-top__information .p-top__informationLink::after {
    display: none;
  }
  .p-top__information h2 {
    font-size: 1.875rem;
  }
  .p-top__information h2::after {
    display: none;
  }
  .p-top__information .informationList {
    height: 400px;
    padding: 0;
  }
  .p-top__information .informationList a {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    gap: 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .p-top__information .informationList li:first-child a {
    border-top: 1px solid #D8D8D8;
  }
  .p-top__information .date {
    color: #5394F5;
    margin-bottom: 12px;
  }

  .p-top__recruitHead {
    height: 420px;
    background-position: center center;
    background-attachment: scroll;
  }

  .p-top__recruitHeadInner {
    padding: 0 20px;
  }

  .p-top__recruitHeading {
    position: static;
    text-align: center;
    padding-top: 170px;
  }
  .p-top__recruitHeading h2 {
    font-size: 1.1875rem;
    margin-top: 8px;
    text-align: center;
  }

  .p-top__recruitEn {
    font-size: 2.625rem;
    letter-spacing: 0.03em;
  }

  .p-top__recruitMain {
    min-height: 255px;
    background: unset;
  }

  .p-top__recruitInner {
    display: block;
    min-height: 255px;
    padding: 0 10px;
  }

  .p-top__recruitVisual {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: -135px;
  }

  .p-top__recruitImage--01 {
    top: 0;
    left: 4px;
    width: 50%;
    height: 195px;
    border-radius: 5px;
  }

  .p-top__recruitImage--02 {
    top: 100px;
    left: 42%;
    width: 52%;
    height: 205px;
    border-radius: 5px;
  }

  .p-top__recruitContent {
    width: 100%;
    padding: 92px 0 56px;
    position: relative;
    z-index: 4;
  }
  .p-top__recruitContent .c-link {
    margin-left: 0;
  }

  .p-top__recruitLead {
    font-size: 1.25rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
  }

  .p-top__recruitSub {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .p-top__recruitTrack {
    gap: 4px;
    animation-duration: 35s;
  }

  .p-top__recruitSlide {
    width: 200px;
    border-radius: 4px;
  }

  .p-top__recruitEnvironment {
    min-height: 230px;
    padding: 0 15px 30px;
    background-position: center center;
  }

  .p-top__recruitEnvironmentInner {
    padding-top: 60px;
  }

  .p-top__recruitEnvironmentTitle {
    font-size: 2.125rem;
    margin-bottom: 12px;
  }

  .p-top__recruitBanner {
    max-width: 320px;
  }
}
/*
  page
————————————————————————————————————————— */
/*
  utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-sp-none992 {
  display: none;
}

.u-sp-none768 {
  display: none;
}

.u-sp-none576 {
  display: none;
}

.u-link-none {
  pointer-events: none;
}

.u-m-auto {
  margin: 0 auto;
}

.u-display-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.u-fade {
  opacity: 0;
  transition: all 1s ease;
}

.u-fade2 {
  transition: all 2s ease;
}

.u-fade.is-active {
  opacity: 1;
  transform: none;
}

.u-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.u-fade-up.is-active {
  transform: translateY(0);
}
.u-fade-up:nth-child(1) {
  transition-delay: 0s;
}
.u-fade-up:nth-child(2) {
  transition-delay: .2s;
}
.u-fade-up:nth-child(3) {
  transition-delay: .4s;
}
.u-fade-up:nth-child(4) {
  transition-delay: .6s;
}
.u-fade-up:nth-child(5) {
  transition-delay: .8s;
}
.u-fade-up:nth-child(6) {
  transition-delay: 1s;
}

.u-fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.u-fade-down.is-active {
  transform: translateY(0);
}

.u-fade-down2 {
  transition: all 2s;
}

.u-fade-lr {
  transform: translate(-100px, 0);
}

.u-fade-rl {
  transform: translate(100px, 0);
}

.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  transition: all .6s ease;
  transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #5394F5;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  transform: translateX(0);
}
.u-mask-bg.is-active:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  transform: translateX(0);
}

@keyframes mask-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.u-fade-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg2 {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg2 {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #5394F5;
  /*伸びる背景色の設定*/
  animation-name: PageAnime2;
  animation-duration: .8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime2 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-animatBox {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.u-animatBox.-visible {
  transform: translate(0, 0);
}
.u-animatBox.-visible .animatTitle {
  transform: translate(0, 0);
}

.animatTitle {
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block;
  }

  .u-pc-none992 {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block;
  }

  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block;
  }

  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }

  .u-fade-up-delay1 {
    transition-delay: unset;
  }

  .u-fade-up-delay2 {
    transition-delay: unset;
  }

  .u-fade-up-delay3 {
    transition-delay: unset;
  }
}

/*# sourceMappingURL=style.css.map */
