@charset "utf-8";

/******
フォント

Zen Kaku Gothic New 100-900
font-family: "Zen Kaku Gothic New", sans-serif;

Avenir® Pro 35 Light  
font-family: "AvenirLTPro-Light";

Avenir® Pro 65 Medium
font-family: "AvenirLTPro-Medium";

Avenir® Pro 85 Heavy  
font-family: "AvenirLTPro-Heavy";


Avenir® Pro 95 Black 
font-family: "AvenirLTPro-Black";

Montserrat 100-900
font-family: "Montserrat", sans-serif;

*******/

body {
  background: #efefef;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
  word-break: break-word;
}

.bg--navy {
  background: #0f1c3e;
}

.bg--white {
  background: #fff;
}

.bg--gray {
  background: #efefef;
}

.img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.inner-1200 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-1075 {
  max-width: 1075px;
  margin: 0 auto;
  width: calc(100% - 44px);
}

.inner-1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 44px);
}

.inner-900 {
  max-width: 900px;
  margin: 0 auto;
  width: calc(100% - 44px);
}
.inner-700 {
  max-width: 700px;
  margin: 0 auto;
  width: calc(100% - 44px);
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.right-margin {
  width: calc(100% - 22px);
  margin-right: auto;
}

.sec__title {
  padding-left: 20px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #0f1b3d;
  position: relative;
}
.sec__title.--white {
  color: #fff;
}
.sec__title::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #05ac29;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0px;
}
.sec__title--en {
  font-size: 19px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #a0a0a0;
}

.sec__txt {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.33;
}
.sec__txt.--white {
  color: #fff;
}
.loop-txt__txt {
  font-family: "AvenirLTPro-Light";
  font-size: 86px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.more-btnLink {
  width: 158px;
  height: 44px;
  background-color: #0f1c3e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #0f1c3e;
  transition: 0.4s;
}
.more-btnLink::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../imgs/common/btn-ancGreen.svg) center center / cover
    no-repeat;
  margin-left: 15%;
}
.more-btnLink:hover {
  background-color: #fff;
  color: #0f1c3e;
}
.more-btnLink02 {
  background-color: #0f1c3e;
  border: 1px solid #fff;
  color: #fff;
}
/* .more-btnLink:hover {
  background-color: #0f1c3e;
  color: #fff;
} */

/* jOIN エリア */
.join {
  padding-top: 214px;
  padding-bottom: 242px;
  position: relative;
  background-image: url(../imgs/common/join_bg.jpg?v=1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.join__ttl {
  width: 100%;
  max-width: 912px;
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.join__ttlText {
  font-family: "AvenirLTPro-Light";
  font-size: clamp(72px, 19.2vw, 118px);
  color: #fff;
}
.join__text {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.join__link {
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.join__link::after {
  margin-left: 35%;
}
.join__link:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

/* 404ページ↓ */
.not-found div {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0;
  min-height: 60vh;
}
.not-foun__en {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "AvenirLTPro-Medium"; /*それぞれのサイトの英数字のフォントに合わせる*/
}
.not-foun__ja {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.not-foun__ja strong {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.not-found a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
/* 404ページ↑ */

.no-post {
  font-size: 14px;
  font-weight: 500;
}

[data-aos="fade-up"] {
  transform: translateY(10px); /* 下に潜った初期位置 */
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.5s; /* custom-fade-up と同じ時間 */
  transition-timing-function: cubic-bezier(
    0.165,
    0.84,
    0.44,
    1
  ); /* 同じイージング */
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
  .sec__txt {
    font-size: 14px;
    line-height: 2.285;
  }
  .loop-txt__txt {
    font-size: 72px;
  }
  /* 404ページ↓ */
  .not-found div {
    padding: 120px 0 70px;
  }
  .not-foun__en {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .not-foun__ja {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .not-foun__ja strong {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .not-found a {
    font-size: 14px;
  }
  /* 404ページ↑ */

  /* JOIN エリア */
  .join {
    padding-top: 39.2vw;
    padding-bottom: 25.6vw;
    background-image: url(../imgs/common/join_bg-sp.jpg);
  }
  .join__ttl {
    top: -30px;
  }
  .join__ttlText {
    line-height: 1.055;
  }
  .join__text {
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.78;
  }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
