@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;
  -webkit-text-decoration-skip: ink;
          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;
}

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

body {
  font-size: 1.4rem;
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #111827;
  line-height: 1.7;
  background: #f2f2f2;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

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

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.sec {
  padding-block: 50px;
}
@media screen and (min-width: 768px) {
  .sec {
    padding-block: 100px;
  }
}
.sec__ttl {
  text-align: center;
  font-weight: bold;
}
.sec__ttl-ja {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .sec__ttl-ja {
    font-size: 1.8rem;
  }
}
.sec__ttl-en {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .sec__ttl-en {
    font-size: 3.2rem;
    letter-spacing: 3px;
  }
}
.sec__ttl-en span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
}
.sec__ttl.is-active .sec__ttl-en span {
  animation: fadeInUp 0.2s ease forwards;
}
.sec__ttl.--white {
  color: #fff;
}
.sec__ttl.--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec__ttl.--sp-center {
    text-align: center;
  }
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  margin-inline: auto;
  padding-block: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 345px;
  }
}
@media screen and (min-width: 768px) {
  .btn.--recruit {
    width: 363px;
    padding-inline: 42px;
    text-align: left;
  }
}
.btn.--recruit i {
  right: 32px;
}
.btn.--black {
  background: #1C1C1C;
  color: #fff;
}
.btn.--left {
  margin-left: 0;
}
.btn i {
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  font-size: 2rem;
  color: #FAC859;
}
.btn i.fa-instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #FAC859;
  color: #f2f2f2;
  border-radius: 32px;
}

/* ========================= /
/  マルトの描くこれからセクション（future）
/* =========================*/
.future {
  padding-top: 18px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .future {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.future__image {
  margin-top: 36px;
}
.future__allView {
  margin-top: 76px;
}

/* ========================= /
/  採用セクション(requruit)
/* =========================*/
.recruit {
  position: relative;
  padding-block: 0;
  background: #A1E3F2;
  overflow: hidden;
  z-index: 1;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .recruit {
    margin-top: 120px;
    background: linear-gradient(90deg, #1B74B7 0% 10%, #A1E3F2 10%);
  }
}
.recruit__container {
  position: relative;
  padding-block: 50px;
  background-image: url("../images/recruit_back.svg");
  background-repeat: no-repeat;
  background-position: center 43%;
  background-size: 202px auto;
}
@media screen and (min-width: 768px) {
  .recruit__container {
    padding-block: 107px;
    background-position: 360px 76px;
    background-size: 237px auto;
  }
}
.recruit__container::after {
  display: block;
  content: "";
  position: absolute;
  top: -22%;
  left: 50%;
  translate: -50% -50%;
  width: 640px;
  max-width: 640px;
  height: 640px;
  background: #1B74B7;
  border-radius: 640px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .recruit__container::after {
    top: 50%;
    left: -38px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__ttl {
    text-align: center;
  }
}
.recruit__row {
  display: block;
  max-width: 1140px;
}
@media screen and (min-width: 768px) {
  .recruit__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.recruit__txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruit__txt {
    margin-top: 370px;
  }
}
.recruit__allView {
  margin-top: 35px;
}

.navSnsIcon.--igramnstam i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FAC859;
  color: #f2f2f2;
  border-radius: 40px;
  font-size: 2.5rem;
}

.container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 18px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .container {
    padding-inline: 20px;
  }
}

.inner.--1014 {
  max-width: 1014px;
  margin-inline: auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 170px;
  max-width: 269px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 30%;
  }
}

.globalNav {
  display: none;
  margin-right: 24px;
  background: #fff;
  border-radius: 54px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .globalNav {
    display: block;
  }
}
.globalNav-list {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-inline: 54px 40px;
  padding-block: 7.2px;
}
.globalNav-list__item {
  font-weight: bold;
}

/* ========================= /
/  バーガーメニュー
/* =========================*/
.headerBurger {
  position: fixed;
  z-index: 1;
  right: 18px;
  display: flex;
  gap: 14px;
  padding-block: 6px;
  padding-inline: 20px;
  background: #f2f2f2;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  .headerBurger {
    display: none;
  }
}
.headerBurger-btn {
  cursor: pointer;
  display: block;
  width: 28px;
  height: 28px;
}
.headerBurger-btn button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #1C1C1C;
  border: none;
  border-radius: 2px;
}
.headerBurger-btn__line {
  width: 12px;
  height: 2px;
  background: #f2f2f2;
  margin: auto;
  position: absolute;
  right: 8px;
  transition: transform 0.3s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  border-radius: 2px;
}
.headerBurger-btn__line:nth-of-type(1) {
  top: calc(50% - 6px);
}
.headerBurger-btn.--active .headerBurger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.headerBurger-btn__line:nth-of-type(2) {
  top: calc(50% + 4px);
}
.headerBurger-btn.--active .headerBurger-btn__line:nth-of-type(2) {
  top: 50%;
  transform: rotate(135deg);
}
.headerBurger__sns i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #FAC859;
  color: #f2f2f2;
  border-radius: 28px;
  font-size: 1.8rem;
}

.headerBurgerNav {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 18px);
  padding-top: 100px;
  padding-bottom: 22px;
  background-color: #1C1C1C;
  color: #fff;
  border-radius: 0 0 0 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.headerBurgerNav.--js-show {
  opacity: 1;
  pointer-events: visible;
}
.headerBurgerNav__logo {
  position: absolute;
  width: 170px;
  left: 0;
  top: 0;
}
.headerBurgerNav-list {
  padding-inline: 20px;
  font-weight: bold;
  line-height: 46px;
}
.headerBurgerNav-list__item {
  border-bottom: 1px solid #fff;
}
.headerBurgerNav__copy {
  margin-top: 42px;
  font-size: 1rem;
  text-align: center;
}

.footer {
  position: relative;
  margin-top: 60px;
  padding-block: 28px 40px;
  background: #1C1C1C;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 120px;
    padding-block: 30px 12px;
  }
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footerNav-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footerNav-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footerNav-list .navSnsIcon {
    position: absolute;
    top: 28px;
    right: 16px;
  }
}

.copyright {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 115px;
  }
}

/* ========================= /
/  ファーストビュー
/* =========================*/
.lowerFv {
  overflow: hidden;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .lowerFv {
    margin-bottom: 30px;
  }
}
.lowerFv__container {
  position: relative;
}
.lowerFv__inner {
  min-height: 300px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .lowerFv__inner {
    min-height: 534px;
  }
}
.lowerFv__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 13px;
  padding-left: 4px;
  padding-right: 13px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  z-index: 10;
  background: #f2f2f2;
  border-radius: 0 4px 0 0;
}
@media screen and (min-width: 768px) {
  .lowerFv__ttl {
    padding-block: 26px;
    padding-left: 26px;
    padding-right: 40px;
    font-size: 7.2rem;
    border-radius: 0 12px 0 0;
  }
}
.lowerFv__ttl-ja {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .lowerFv__ttl-ja {
    font-size: 1.9rem;
  }
}

.split-layout {
  position: relative;
  display: flex;
  margin-right: calc(-50vw + 640px);
}
.split-layout__content {
  position: relative;
  z-index: 1;
  padding: 60px 40px;
  color: white;
}
@media (max-width: 1280px) {
  .split-layout {
    margin-right: -20px;
  }
}
@media (max-width: 768px) {
  .split-layout {
    flex-direction: column;
    margin-right: -20px;
  }
}/*# sourceMappingURL=style.css.map */