@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
main {
  background-color: #000000;
  background-image: url(../img/b-ex.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: clamp(160px, 50vw, 600px);
  color: white;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 0;
  width: 100%;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1rem;
  text-align: center;
  margin: clamp(125px, 28vw, 350px) 0 150px 0;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 37px;
    margin-bottom: 218px;
  }
}

.landing {
  width: 100%;
}
.landing .iflame-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: clamp(100px, 30vw, 250px);
}
.landing .title-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.message .msg-content > * {
  border-bottom: clamp(20px, 10vw, 180px) solid #000000;
  height: clamp(550px, 60vh, 700px);
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .message .msg-content > * {
    height: clamp(550px, 70vw, 700px);
  }
}
@media screen and (max-width: 1000px) {
  .message .msg-content > * {
    height: clamp(550px, 60vw, 700px);
  }
}
.message .msg-content > * .gradient {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding-bottom: 1px;
}
.message .msg-content > * .gradient .text-container {
  color: #000000;
  position: absolute;
  margin-top: -30px;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr clamp(45px, 5vw, 100px);
  grid-template-rows: 1fr 8vw;
}
.message .msg-content > * .gradient .text-container .grey-121 {
  grid-column: 1/3;
  grid-row: 1/2;
  z-index: 1;
  line-height: 70%;
  margin-top: 5.5vw;
  color: #999999;
  font-size: 121px;
  font-weight: 900;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: end;
}
.message .msg-content > * .gradient .text-container .top-spacer {
  grid-column: 1/2;
  grid-row: 1/2;
  border-left: 4px solid white;
  border-top: 4px solid white;
  z-index: 100;
}
.message .msg-content > * .gradient .text-container .btm-spacer {
  grid-column: 1/2;
  grid-row: 2/3;
  border-bottom: 4px solid white;
  border-left: 4px solid white;
  z-index: 100;
}
.message .msg-content > * .gradient .text-container .right-spacer {
  grid-column: 2/3;
  grid-row: 1/3;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  z-index: 100;
}
.message .msg-content > * .gradient .text-container .container-contents {
  grid-column: 1/3;
  grid-row: 1/3;
  z-index: 100;
  padding: 6vw 4vw 6vw 4vw;
}
.message .msg-content > * .gradient .text-container .container-contents > * {
  margin-top: unset;
  margin-bottom: unset;
}
.message .msg-content > * .gradient .text-container .container-contents h2 {
  margin-bottom: 4vw;
  letter-spacing: 0.5vw;
}
.message .msg-content > * .gradient .text-container .container-contents h3 {
  margin-bottom: 2vw;
  letter-spacing: 0.2vw;
}
.message .msg-content > * .gradient .text-container .container-contents p {
  text-align: justify;
  line-height: 280%;
  letter-spacing: 4px;
}
@media screen and (max-width: 1200px) {
  .message .msg-content > * .gradient .text-container .grey-121 {
    font-size: 70px;
  }
}
@media screen and (max-width: 850px) {
  .message .msg-content > * .gradient .text-container .grey-121 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1000px) {
  .message .msg-content > * .gradient .text-container .container-contents {
    padding: 56px 40px 40px 40px;
  }
  .message .msg-content > * .gradient .text-container .container-contents h2 {
    font-size: 32px;
    align-self: center;
  }
  .message .msg-content > * .gradient .text-container .container-contents h3 {
    font-size: 24px;
  }
  .message .msg-content > * .gradient .text-container .container-contents p {
    font-size: 16px;
    line-height: 180%;
  }
}
@media screen and (max-width: 650px) {
  .message .msg-content > * .gradient .text-container .grey-121 {
    margin-top: 80px;
  }
  .message .msg-content > * .gradient .text-container .container-contents {
    padding: 56px 20px 20px 20px;
  }
  .message .msg-content > * .gradient .text-container .container-contents h2 {
    font-size: 18px;
    align-self: center;
  }
  .message .msg-content > * .gradient .text-container .container-contents h3 {
    font-size: 15.5px;
  }
  .message .msg-content > * .gradient .text-container .container-contents p {
    font-size: 14px;
    line-height: 180%;
  }
}
.message .msg-content .philosophy {
  background: url(../img/w-ex-1.png);
  background-color: white;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: clamp(200px, 38%, 750px);
}
@media screen and (max-width: 1600px) {
  .message .msg-content .philosophy .text-container .grey-121 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .message .msg-content .philosophy .text-container .grey-121 {
    font-size: 70px;
  }
}
@media screen and (max-width: 850px) {
  .message .msg-content .philosophy .text-container .grey-121 {
    font-size: 40px;
  }
}
.message .msg-content .vision {
  background: url(../img/g-ex.png);
  background-color: white;
  background-position: bottom left 6%;
  background-repeat: no-repeat;
  background-size: clamp(200px, 38%, 750px);
}
.message .msg-content .vision .gradient {
  background-color: rgba(0, 0, 0, 0.8);
}
.message .msg-content .vision .gradient .grey-121 {
  color: #4D4D4D;
}
.message .msg-content .vision .text-container {
  color: white;
}
.message .msg-content .vision .text-container .grey-121 {
  margin-right: -12px;
}
@media screen and (max-width: 850px) {
  .message .msg-content .vision .text-container .grey-121 {
    margin-right: -2px;
  }
}
.message .msg-content .motto {
  background: url(../img/w-ex-2.png);
  background-color: white;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: clamp(200px, 38%, 750px);
}
.message .msg-content .motto .text-container .grey-121 {
  margin-right: -8px;
}
@media screen and (max-width: 850px) {
  .message .msg-content .motto .text-container .grey-121 {
    margin-right: 0px;
  }
}
@media screen and (max-width: 420px) {
  .message .msg-content .motto {
    height: 650px;
  }
}
@media screen and (min-width: 1000px) {
  .message .msg-content .vision .text-container .btm-spacer {
    border-left: none;
  }
  .message .msg-content .vision .text-container .right-spacer {
    border-top: 4px solid white;
  }
  .message .msg-content .motto .text-container {
    grid-template-columns: 1fr 40px;
  }
  .message .msg-content .motto .text-container .right-spacer {
    border-top: 4px solid white;
    border-bottom: none;
  }
}

.introduction {
  background-color: #000000;
  margin: -1px 0 80px 0;
}
.introduction .img-group {
  justify-content: center;
  width: 96%;
  margin: 0 auto 75px auto;
}
.introduction .img-group .mobile-headline {
  display: none;
}
.introduction .img-group img {
  object-fit: cover;
  width: clamp(200px, 50%, 620px);
  height: auto;
  margin: 0 25px;
}
.introduction .img-group .text-group {
  margin: 0 25px;
  width: clamp(200px, 44%, 620px);
}
.introduction .img-group .text-group span {
  font-size: 18px;
  letter-spacing: 3px;
}
.introduction .img-group .text-group h2 {
  letter-spacing: 5px;
}
@media screen and (max-width: 1000px) {
  .introduction .img-group {
    flex-direction: column;
    align-items: center;
  }
  .introduction .img-group .mobile-headline {
    display: unset;
    text-align: center;
  }
  .introduction .img-group img {
    width: 620px;
    max-width: 80%;
  }
  .introduction .img-group .text-group {
    width: 90%;
    margin-top: 24px;
  }
  .introduction .img-group .text-group span,
.introduction .img-group .text-group h3 {
    display: none;
  }
}
.introduction .four-cards {
  justify-content: center;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
}
.introduction .four-cards > * {
  width: clamp(200px, 44%, 620px);
  min-width: 220px;
  font-weight: 400;
  margin: 25px 25px;
}
.introduction .four-cards > * .white-title {
  width: 100%;
  background-color: white;
  color: #000000;
  margin-bottom: 1rem;
  padding: 10px 0;
  text-align: center;
}
.introduction .four-cards > * ul,
.introduction .four-cards > * p {
  width: 100%;
  letter-spacing: 3px;
  line-height: 200%;
  max-width: 96%;
}
.introduction .four-cards > * ul {
  padding-left: 18px;
  max-width: 90%;
}
.introduction .four-cards > * .no-point-list {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  .introduction .four-cards {
    flex-direction: column;
    align-items: center;
  }
  .introduction .four-cards > * {
    margin-left: unset;
    margin-right: unset;
    width: 90%;
  }
}

.contact-btn {
  border: 4px solid white;
  margin: clamp(100px, 20vh, 200px) auto clamp(100px, 20vh, 200px) auto;
  padding: 16px;
  width: clamp(200px, 50vw, 950px);
}
.contact-btn a {
  width: 100%;
}
.contact-btn .btn-inner {
  background-color: white;
  color: #000000;
  font-size: 2vw;
  font-weight: 500;
  letter-spacing: 1rem;
  padding: 2rem 0 2rem 0;
  text-align: center;
  width: 100%;
}
.contact-btn .btn-inner:hover {
  background-color: rgba(232, 232, 232, 0.1);
  color: white;
}
@media screen and (max-width: 800px) {
  .contact-btn {
    border: 2px solid white;
    margin: 32px auto 25px auto;
    padding: 5px;
    width: clamp(280px, 82vw, 420px);
  }
  .contact-btn .btn-inner {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 8px 0 8px 0;
  }
}

@media only screen and (max-width: 600px) {
  .no-mobile {
    display: none;
  }

  .introduction {
    margin-bottom: 2rem;
  }
}

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