@charset "utf8";


/*---------------------------
共通
---------------------------*/
.article {
  position: relative;
}

.article__item {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item {
    width: 94%;
  }
}

.article__title {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: calc(24vw / 19.2);
  font-weight: bold;
  color: #CD0000;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__title {
    width: 100%;
    font-size: calc(14vw / 3.6);
  }
}

.article__title--emphasis {
  font-size: calc(60vw / 19.2);
  color: #000000;
}
@media screen and (max-width: 767px) {
  .article__title--emphasis {
    font-size: calc(26vw / 3.6);
  }
}

.article__headding {
  margin-top: calc(68vw / 19.2);
  font-size: calc(40vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__headding {
    margin-top: calc(12vw / 3.6);
    font-size: calc(18vw / 3.6);
    line-height: 1.2;
  }
}

.article__text {
  margin-top: calc(24vw / 19.2);
  font-size: calc(26vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text {
    margin-top: calc(12vw / 3.6);
    font-size: calc(14vw / 3.6);
  }
}

/*---------------------------
fv
---------------------------*/
.article--fv {
  position: relative;
  width: 100%;
  height: auto;
  border: 0px solid;
}

.video__background {
  width: 100%;
}

.fv__item {
  position: absolute;
  top: 10%;
  left: 10.6%;
  right: 0;
  margin: auto;
  font-size: calc(50vw / 19.2);
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.02em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .fv__item {
    top: 10.2%;
    left: 4.6%;
    font-size: calc(18vw / 3.6);
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
}

.fv__item__text--writing-mode {
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 767px) {
  .fv__item__text--writing-mode {
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.fv__item__text {
  margin-top: calc(32vw / 19.2);
  letter-spacing: 0.24em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .fv__item__text {
    margin-top: calc(14vw / 3.6);
    letter-spacing: 0.22em;
    line-height: 1.15;
  }
}

.fv__item__text--emphasis {
  font-size: calc(130vw / 19.2);
}
@media screen and (max-width: 767px) {
  .fv__item__text--emphasis {
    font-size: calc(44vw / 3.6);
  }
}

.fv__item--signature {
  position: absolute;
  right: 5%;
  bottom: 4%;
  width: calc(370vw / 19.2);
  height: auto;
  margin: auto;
  text-align: center;
  font-size: calc(54vw / 19.2);
  font-family: "Zen Kurenaido", sans-serif;
  color: #ffffff;
  line-height: normal;
  background-color: #121212;
}
@media screen and (max-width: 767px) {
  .fv__item--signature {
    right: 3%;
    width: calc(100vw / 3.6);
    font-size: calc(16vw / 3.6);
  }
}

/*---------------------------
News
---------------------------*/
.article--news {
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article--news {
    width: 94%;
  }  
}

.news__title--emphasis {
  font-size: calc(60vw / 19.2);
  font-weight: bold;
  color: #9D0000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .news__title--emphasis {
    font-size: calc(26vw / 3.6);
  }
}

.news__unit {
  display: flex;
  align-items: center;
  width: 98%;
  margin: auto;
  padding: calc(20vw / 19.2) 0px calc(20vw / 19.2) calc(40vw / 19.2);
  border-top: calc(2vw / 19.2) solid #CECECE;
}
@media screen and (max-width: 767px) {
  .news__unit {
    padding: calc(10vw / 3.6) 0;
  }
}

.date__item {
  margin-right: calc(50vw / 19.2);
  font-size: calc(28vw / 19.2);
  font-weight: bold;
  color: #BCBCBC;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .date__item {
    margin: 0px calc(5vw / 3.6) 0px calc(15vw / 3.6);
    font-size: calc(15vw / 3.6);
  }
}

.news__item {
  font-size: calc(28vw / 19.2);
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .news__item {
    font-size: calc(15vw / 3.6);
    padding: 0 calc(25vw / 3.6);
  }
}

.news__unit:last-of-type {
  border-bottom: calc(2vw / 19.2) solid #CECECE;
}

/*---------------------------
BUSINESS
---------------------------*/
.article--business {
  position: relative;
  margin-top: 0px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .article--business {
    margin-top: calc(-30vw / 3.6);
  }
}

.article__item--business {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item--business {
    top: 24%;
    width: 94%;
  }
}

/*---------------------------
ACHIEVEMENT LIST
---------------------------*/
.article__item--t0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item--t0 {
    width: 94%;
  }
}

.article__logo {
  display: flex;
  flex-direction: row;
  margin-top: calc(80vw / 19.2);
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__logo {
    flex-direction: column;
    margin-top: calc(10vw / 3.6);
    gap: calc(5vw / 3.6) 0px;
  }
}

.article__logo__item--w400 {
  width: calc(400vw / 19.2);
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__logo__item--w400 {
    width: 60%;
    margin: auto;
  }
}

.article__logo__item--w500 {
  width: calc(500vw / 19.2);
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__logo__item--w500 {
    width: 75%;
    margin: auto;
  }
}

.article__text--logo {
  margin-top: calc(30vw / 19.2);
  text-align: center;
  font-size: calc(36vw / 19.2);
  font-weight: bold;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text--logo {
    margin-top: calc(15vw / 3.6);
    font-size: calc(18vw / 3.6);
  }
}

.article__text--list {
  margin-top: calc(30vw / 19.2);
  text-align: center;
  font-size: calc(34vw / 19.2);
  font-weight: 500;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text--list {
    margin-top: calc(15vw / 3.6);
    font-size: calc(16vw / 3.6);
  }
}

.article__list {
  display: flex;
  justify-content: center;
  gap: 0px calc(30vw / 19.2);
  flex-wrap: nowrap;
  margin-top: calc(50vw / 19.2);
}
@media screen and (max-width: 767px) {
  .article__list {
    gap: calc(8vw / 3.6) calc(15vw / 3.6);
    flex-wrap: wrap;
    margin-top: calc(20vw / 3.6);
  }
}

.article__list__item {
  position: relative;
  width: 20%;
  height: calc(90vw / 19.2);
}
@media screen and (max-width: 767px) {
  .article__list__item {
    width: 40%;
    height: calc(45vw / 3.6);
  }
}

.article__list__item--dummy {
  width: 5%;
}

.article__list__bg {
  width: 100%;
  height: 100%;
  background-color: #800000;
  transform: skew(-21deg, 0deg);
  border: 0px solid;
}

.article__list__text {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: calc(36vw / 19.2);
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .article__list__text {
    font-size: calc(18vw / 3.6);
  }
}

/*---------------------------
ABOUT US
---------------------------*/
.article__item--white {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  text-align: center;
  color: #ffffff;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item--white {
    top: 8%;
    width: 94%;
  }
}

.article__title--white {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: calc(24vw / 19.2);
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__title--white {
    width: 100%;
    font-size: calc(14vw / 3.6);
  }
}

.article__title--emphasis--white {
  font-size: calc(60vw / 19.2);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .article__title--emphasis--white {
    font-size: calc(26vw / 3.6);
  }
}

.article__text--white {
  margin-top: calc(24vw / 19.2);
  text-align: center;
  font-size: calc(26vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text--white {
    margin-top: calc(12vw / 3.6);
    text-align: left;
    font-size: calc(14vw / 3.6);
  }
}

/*---------------------------
Join us
---------------------------*/
.article--join {
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article--join {
    width: 94%;
  }  
}

.join__title {
  width: 40%;
  margin: auto;
  text-align: center;
  font-size: calc(24vw / 19.2);
  font-weight: bold;
  color: #CD0000;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .join__title {
    width: 80%;
    font-size: calc(14vw / 3.6);
  }
}

.join__title--emphasis {
  font-size: calc(100vw / 19.2);
  color: #000000;
}
@media screen and (max-width: 767px) {
  .join__title--emphasis {
    font-size: calc(34vw / 3.6);
  }
}

.join__title--exclamation {
  font-size: calc(90vw / 19.2);
  font-weight: 900;
  color: #AF0000;
}
@media screen and (max-width: 767px) {
  .join__title--exclamation {
    font-size: calc(34vw / 3.6);
  }
}

.join__wrapper {
  display: flex;
  justify-content: center;
  gap: 0px calc(50vw / 19.2);
  margin: calc(80vw / 19.2) auto 0px;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .join__wrapper {
    gap: 0px calc(10vw / 3.6);
    margin: calc(40vw / 3.6) auto 0px;
  }
}

.join__member {
  width: calc(470vw / 19.2);
  height: calc(650vw / 19.2);
  margin: auto;
  text-align: center;
  font-size: calc(24vw / 19.2);
  color: #ffffff;
  letter-spacing: 0.1em;
  background-color: #9D0000;
  border-radius: calc(200vw / 19.2) calc(200vw / 19.2) 0px 0px;
  box-shadow: inset 0px 1px calc(100vw / 19.2) 0px #333333;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .join__member {
    width: calc(160vw / 3.6);
    height: calc(220vw / 3.6);
    font-size: calc(14vw / 3.6);
    border-radius: calc(75vw / 3.6) calc(75vw / 3.6) 0px 0px;
  }
}

.join__member--emphasis {
  font-size: calc(60vw / 19.2);
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .join__member--emphasis {
    font-size: calc(24vw / 3.6);
  }
}

.join__recruit {
  width: calc(470vw / 19.2);
  height: calc(650vw / 19.2);
  margin: auto;
  text-align: center;
  font-size: calc(24vw / 19.2);
  color: #ffffff;
  letter-spacing: 0.1em;
  background-color: #9D0000;
  border-radius: calc(200vw / 19.2) calc(200vw / 19.2) 0px 0px;
  box-shadow: inset 0px 1px calc(100vw / 19.2) 0px #333333;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .join__recruit {
    width: calc(160vw / 3.6);
    height: calc(220vw / 3.6);
    font-size: calc(14vw / 3.6);
    border-radius: calc(75vw / 3.6) calc(75vw / 3.6) 0px 0px;
  }
}

.join__recruit--emphasis {
  font-size: calc(60vw / 19.2);
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .join__recruit--emphasis {
    font-size: calc(24vw / 3.6);
  }
}

/*---------------------------
ボタン
---------------------------*/
.btn__unit--all {
  width: 25%;
  margin: calc(50vw / 19.2) auto 0px;
}
@media screen and (max-width: 767px) {
  .btn__unit--all {
    width: 44%;
    margin: calc(25vw / 3.6) auto 0px;
  }
}

.btn__unit--more {
  width: 28%;
  margin: calc(56vw / 19.2) auto 0px;
}
@media screen and (max-width: 767px) {
  .btn__unit--more {
    width: 50%;
    margin: calc(25vw / 3.6) auto 0px;
  }
}

.btn__item {
  width: 100%;
  padding: calc(16vw / 19.2) 0px;
  text-align: center;
  font-size: calc(30vw / 19.2);
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border-radius: calc(50vw / 19.2);
  box-shadow: 0px 1px calc(10vw / 19.2) 0px #aaaaaa;
}
@media screen and (max-width: 767px) {
  .btn__item {
    padding: calc(8vw / 3.6) 0px;
    font-size: calc(16vw / 3.6);
    border-radius: calc(25vw / 3.6);
    box-shadow: 0px 1px calc(6vw / 3.6) 0px #aaaaaa;
  }
}

.btn__item--plus {
  font-weight: 900;
  color: #9D0000;
}
