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

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: 1em;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  border: none;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

input[type="radio"] {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  text-align: inherit;
  font-weight: inherit;
}

/* ========================= /
/  初期設定
/* =========================*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  background-color: #000;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  text-rendering: optimizeSpeed;
}
body.js-open {
  overflow: hidden !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.body-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  overflow: clip;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .body-inner {
    max-width: 780px;
  }
}

.main {
  margin-top: 80px;
  flex: 1;
  display: block;
}
@media screen and (max-width: 1024px) {
  .main {
    margin-top: 62px;
  }
}

.form-reset {
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

input,
textarea,
select,
button {
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

section {
  position: relative;
}

/* ========================= /
/  フォント
/* =========================*/
.inter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

/* ========================= /
/  カラー
/* =========================*/
.embed-container {
  max-width: 1280px !important;
}

itp_iframe_tag {
  display: block;
  margin-top: -45px;
}

@media screen and (min-width: 1024.02px) {
  .no-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .no-tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .no-sp {
    display: none !important;
  }
}

/* ========================= /
/  アニメーション
/* =========================*/
.txtAnimation {
  position: absolute;
  top: 153rem;
  left: 0;
  width: 100%;
  height: 1651.11rem;
  z-index: 999;
  pointer-events: none;
}
.txtAnimation__inner {
  position: sticky;
  top: 0;
  left: 0;
}

#text {
  mask: url(#mask);
  -webkit-mask: url(#mask);
}

.txtWidth {
  width: 100%;
  z-index: 999;
  overflow-x: clip;
}
.txtWidth svg {
  transform: scale(1.1);
}
.txtWidth .handwritingText {
  width: 100%;
  height: auto;
}
.txtWidth .handwritingText__textPath03 {
  fill: #0096ff;
}
.txtWidth .handwritingText__textPath02 {
  fill: url(#linear-gradient);
}
.txtWidth .handwritingText__textPath01 {
  fill: url(#linear-gradient-2);
}
.txtWidth .handwritingText__maskLine {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 35;
  stroke-dasharray: 3892px;
  stroke-dashoffset: 3892px;
  animation: handwriting 1.5s ease-out forwards 1s;
}

@keyframes handwriting {
  0% {
    stroke-width: 17px;
    stroke-dashoffset: -3892px;
  }
  100% {
    stroke-width: 35px;
    stroke-dashoffset: 0rem;
  }
}
/* ========================= /
/  ボタン
/* =========================*/
.btn {
  padding: 1em 2em 1em 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #004aad, #cb6ce6);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 999em;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  transition: color, opacity, 0.3s ease-out;
}
.btn:hover {
  color: #fff;
  background: linear-gradient(45deg, #8c52ff, #5ce1e6);
  filter: initial;
}
@media screen and (max-width: 1024px) {
  .btn {
    padding-block: 15px;
    width: 83.8461538462%;
    max-width: 654px;
    margin-inline: auto;
    font-size: min(5.1282051282vw, 20px);
  }
}
.btn::after {
  content: "";
  display: block;
  width: 29px;
  height: 27px;
  background: #fff;
  mask: url(../img/btn-arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../img/btn-arrow.svg) no-repeat center/contain;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .btn::after {
    margin-top: 0.5128205128%;
    width: 7.4358974359%;
  }
}
.btn:hover::after {
  background: #fff;
}


/* our business ボタン */

.our__btn {
  padding: 1em 2em 1em 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #004aad, #cb6ce6);
  color: #fff;
  font-weight: bold;
  border-radius: 999em;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  transition: color, opacity, 0.3s ease-out;
}
.our-btn:hover {
  color: #fff;
  background: linear-gradient(45deg, #8c52ff, #5ce1e6);
  filter: initial;
}
@media screen and (max-width: 1024px) {
  .our__btn {
    padding-block: 15px;
    width: 83.8461538462%;
    max-width: 654px;
    margin-inline: auto;
    font-size: min(5.1282051282vw, 20px);
  }
}
.our-btn::after {
  content: "";
  display: block;
  width: 29px;
  height: 27px;
  background: #fff;
  mask: url(../img/btn-arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../img/btn-arrow.svg) no-repeat center/contain;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .our__btn::after {
    margin-top: 0.5128205128%;
    width: 7.4358974359%;
  }
}
.our-btn:hover::after {
  background: #fff;
}

/* ========================= /
/  共通パーツ
/* =========================*/
.inner {
  width: 85%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    padding-inline: 6.6666666667vw;
  }
}

.sec__ttl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: bold;
  color: #fff;
}

/* ========================= /
/  z-index
/* =========================*/
.header {
  z-index: 9000;
}

.header__main {
  z-index: 7000;
  position: relative;
}

.header__logo {
  z-index: 8000;
}

.burger-btn {
  z-index: 8000;
}

.burger-nav {
  z-index: 6000;
}

/* ========================= /
/  ヘッダー
/* =========================*/
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 62px;
    left: 0;
    transform: none;
  }
}
.header__inner {
  height: 100%;
}

.header__main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  transition: opacity 0.3s ease-out;
  width: 73px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 51px;
  }
}
.header__logo:hover {
  opacity: 0.6;
}
.header.js-open .header__logo {
  opacity: 0;
}

.global-nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .global-nav {
    display: none;
  }
}
.global-nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.global-nav__item {
  position: relative;
}
.global-nav__item-link {
  transition: opacity 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (hover: hover) {
  .global-nav__item-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.global-nav__item:first-of-type .global-nav__item-link {
  padding-left: 0;
}
.global-nav__item:last-of-type .global-nav__item-link {
  padding-right: 0;
}
.global-nav__item-link-en {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  color: #333;
  font-weight: 600;
}
.global-nav__item-link-ja {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  color: #9f9f9f;
}
.global-nav__item-ja {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.global-nav__contact-link {
  padding-inline: 12px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: #fff;
  background: #f53b32;
  text-align: center;
  justify-content: center;
}
.global-nav__contact-link span {
  font-weight: 600;
}
.global-nav__contact-link span:nth-of-type(1) {
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
.global-nav__contact-link span:nth-of-type(2) {
  font-style: 2rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 4px;
}
.global-nav__contact-link span:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
}

.burger-btn {
  width: 62px;
  height: 62px;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger-btn {
    display: block;
  }
}
.burger-btn span {
  display: block;
  width: 21.7px;
  height: 2px;
  border-radius: 2em;
  background: #000;
  position: absolute;
  left: 26.5px;
  transition: transform, opacity, 0.3s ease-out;
}
.burger-btn span:nth-of-type(1) {
  top: 24.2px;
}
.burger-btn span:nth-of-type(2) {
  width: 10.85px;
  top: 31px;
}
.burger-btn span:nth-of-type(3) {
  top: 37.8px;
}
.burger-btn.js-open span:nth-of-type(1) {
  top: 31px;
  transform: rotate(135deg);
}
.burger-btn.js-open span:nth-of-type(2) {
  opacity: 0;
}
.burger-btn.js-open span:nth-of-type(3) {
  top: 31px;
  transform: rotate(-135deg);
}

.burger-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.burger-nav.js-open {
  opacity: 1;
  pointer-events: visible;
}
.burger-nav__inner {
  padding-block: 118px;
}
.burger-nav__list {
  padding-left: 9.4871794872%;
  padding-right: 10.2051282051%;
}
.burger-nav__item {
  border-bottom: 1px solid #fff;
}
.burger-nav__item-link {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-block: 25px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.burger-nav__item-link::after {
  content: "";
  display: block;
  width: 8.154px;
  height: 13.991px;
  background: url(../img/burger-arrow.svg) no-repeat center right/contain;
  flex: 1;
}
.burger-nav__item-link-en {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.burger-nav__item-link-ja {
  color: #9f9f9f;
  font-size: 1.2rem;
}

.header-box {
  width: 100%;
  height: 100%;
  background-color: #f5f5f7;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* margin-left: 1.5625em;
  margin-right: 1.5625em; */
  margin-inline: 1.5%;
}
@media screen and (max-width: 1024px) {
  .header-box {
    margin-inline: 4%;
  }
}

/* ========================= /
/  フッター
/* =========================*/
.footer {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.footer__inner {
  margin-inline: auto;
  max-width: 1015px;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    padding-inline: 4.6153846154%;
  }
}
.footer.--contact .footer__inner {
  padding-inline: 0;
}

.footer__bottom {
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 100%; /* 水平方向に中央揃え */
  /* transform: translateX(100%); */
  width: 100%; /* 線の長さを指定 */
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    margin-top: 0px;
    padding-top: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__other-list {
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__other-list {
    display: block;
    margin-top: 20px;
    gap: 0;
  }
}

@media screen and (max-width: 1024px) {
  .footer__other-item {
    margin-top: 5px;
    height: 14px;
  }
}
.footer__other-item-link {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: -0.375px;
}
@media screen and (max-width: 1024px) {
  .footer__other-item-link {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.25px;
  }
}

.footer__copyright {
  color: #fff;
  margin-top: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: -0.375px;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.25px;
  }
}

.footer-nav__list {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .footer-nav__list {
    margin-top: 28px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 10px;
  }
}
.footer-nav__item-link {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .footer-nav__item-link {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.footer-nav__item-link span {
  display: inline-block;
  margin-left: 0.3em;
}

/* ========================= /
/  mv
/* =========================*/

.mv {
  position: relative;
}
.mv__bg img {
  width: 100%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
@media screen and (max-width: 1024px) {
  .mv__bg img {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.mv__txt {
  position: absolute;
  top: 5.15625vw;
  left: 8.984375vw;
}
@media screen and (max-width: 1024px) {
  .mv__sp_txt {
    display: none;
  }
}
.mv__ttl {
  font-size: 4.3515625vw;
  font-weight: 700;
  line-height: 1.3644524237;
}
@media screen and (max-width: 1024px) {
  .mv__ttl {
    font-size: 9vw;
    font-weight: 700;
    line-height: 1.2;
  }
}

.mv__ttl span {
  color: #000;
}
.mv__lead {
  margin-top: 25px;
  font-size: 1.5em;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .mv__lead {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2;
  }
}

/* mv sp */

@media screen and (max-width: 1024px) {
  .mv__sp-btn {
    padding: 22px 0 23px;
    background: #000;
  }
}
@media screen and (max-width: 1024px) {
  .mv__sp-btn span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.mv__btn {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .mv__btn {
    margin-top: 25px;
    /* display: flex; */
  }
}

/* OUR BUSINESS */
.our-business {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.our-business h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.our-business .subheading {
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 40px;
}

.business-container {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}

.business-card {
  background-color: #fff;
  padding: 20px;
  width: 320px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

.business-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.business-card .subheading {
  font-size: 1.1rem;
  color: #999;
  margin-bottom: 20px;
}

.business-card p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .business-container {
    flex-direction: column;
    align-items: center;
  }

  .business-card {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
}

/* btn
.btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #00d4ff, #7b2fff);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: bold;
} */

/* セクション４　contact */
.offer {
  padding: 50px 0;
  background: url(../img/sec4_contact.png) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .offer {
    background-image: url(../img/sp_img/sec4_contact.png);
  }
}
.offer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .offer__inner {
    padding-inline: 7.6923076923%;
  }
}
.offer__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3611111111;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .offer__ttl {
    font-size: 2.6rem;
    line-height: 1.3636363636;
  }
}
.offer__heading {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .offer__heading {
    font-size: 1rem;
    line-height: 1.375;
    color: #e6e6e6;
  }
}
.offer__btn {
  margin-top: 16px;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .offer__btn {
    width: 100%;
    margin-top: 26px;
    gap: 0;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

/* sec2 WHO IS ARE */
.who-is-aer {
  width: 100%;
}

.who-is-aer img {
  width: 100%;
  height: auto;
}

/* スマホ用画像に切り替え */
@media (max-width: 768px) {
  .who-is-aer img {
    content: url("/img/sp_img/sec2_who-is-aer_sp.png");
  }
}

/* COMPANY ページ */
.company {
  width: 100%;
}

.company img {
  width: 100%;
  height: auto;
}

/* スマホ用画像に切り替え */
@media (max-width: 768px) {
  .company img {
    content: url("/img/sp_img/company-sp.png");
  }
}

/* sales */
.sales {
  width: 100%;
}

.sales img {
  width: 100%;
  height: auto;
}

/* スマホ用画像に切り替え */
@media (max-width: 768px) {
  .sales img {
    content: url("/img/sp_img/sales-sp.png");
  }
}

/* recruitページ */
.sec-recruit {
  background: #f5f5f7;
}
.recruit-box {
  background: #f5f5f7;
  padding: 70px;
  padding-inline: 3.5897435897%;
  margin-inline: 1.5%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit-box {
    margin-inline: 4%;
    padding: 80px 20px 100px;
  }
}

.recruit-box h1 {
  font-size: 2em;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.recruit-box h2 {
  font-size: 1em;
  color: #9f9f9f;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.recruit-text {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .recruit-text {
    font-size: 1.2rem;
  }
}

.recruit-line {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* 必要に応じて設定 */
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .recruit-line {
    inline-size: 150px;
  }
}

/* プライバシーポリシー */
.main-policy {
  background-color: #f5f5f7;
  padding: 0 140px 20px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  box-sizing: border-box;
  font-family: serif;
}

.policy-title {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}

.policy-sub-title {
  font-size: 1em;
  color: #999;
  margin: 0 0 20px;
  text-align: center;
}

.policy-text {
  font-size: 1em;
}

.policy-sub-text {
  font-size: 0.8em;
  line-height: 1.6;
  margin: 0 0 10px;
}

ul.policy-sub-text {
  padding-left: 20px;
}

ul.policy-sub-text li {
  margin: 0 0 10px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .main-policy {
    padding: 0 40px 20px;
    margin-left: 4%;
    margin-right: 4%;
  }
  .policy-title {
    font-size: 1.4em;
  }

  .policy-sub-title {
    font-size: 0.7em;
  }

  .policy-text {
    font-size: 0.6em;
  }
  .policy-sub-text {
    font-size: 0.5em;
  }
}
