main {
  letter-spacing: 0.1em;
  line-height: 1.5;
  overflow: hidden;
}

main > div {
  text-align: center;
  color: #fff;
  background: #0f0f0f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0;
  padding: 15px 30px;
}
main > div h1 {
  letter-spacing: 0.1em;
  font-size: 3.125em;
  line-height: 0.8;
}
main > div > p {
  font-size: 0.875em;
  line-height: 0.8;
}

/*-------MESSAGE--------*/
.message {
  margin: 80px 40px;
}
.message dl {
  display: flex;
  flex-wrap: wrap;
}
.message dl .titleMessage {
  position: relative;
  width: 50%;
  display: flex;
}
.message dl .titleMessage dt:nth-child(2) {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 5em;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
  height: auto;
  max-height: 100px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 65%;
  text-shadow: 0 0 10px #ffffff;
}
.message dl .titleMessage dt:nth-child(3) {
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
  height: auto;
  max-height: 100px;
  position: absolute;
  bottom: 50px;
  left: 73%;
  text-shadow: 0 0 10px #ffffff;
  word-break: keep-all;
}
.message .textMessage {
  width: 46%;
  padding-left: 4%;
}
.message .textMessage > dd:nth-child(1) {
  font-size: 1.125em;
}
.message .textMessage > dd:nth-child(2) {
  font-size: 3.125em;
  font-weight: 800;
}
.message .textMessage > dd:nth-child(4) {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 2;
  margin-top: 30px;
}
.message .textMessage .sns {
  display: flex;
  justify-content: flex-end;
}
.message .textMessage .sns dd:nth-child(1),
.message .textMessage .sns dd:nth-child(2) {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: -40px;
}
.message .textMessage .sns dd:nth-child(1) :hover,
.message .textMessage .sns dd:nth-child(2) :hover {
  opacity: 0.8;
  transition: 0.3s;
}

/*-------------keyword-------------*/
.keyword h3::before {
  content: "";
  display: block;
  width: 30%;
  border-bottom: solid 1px #000;
  margin: 0 auto 100px;
}
.keyword h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3.125em;
  letter-spacing: 0.1em;
  line-height: 1;
}
.keyword p {
  text-align: center;
  font-size: 1.125em;
}
.keyword div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.keyword div dl {
  flex: 1;
  border-right: 1px solid #000;
  padding: 20px 30px 30px;
  min-width: 155px;
}
.keyword div dl dt:nth-child(1) {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 5em;
  color: #012D83;
}
.keyword div dl dt:nth-child(2) {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 1.875em;
  letter-spacing: 0.1em;
  margin-top: 20px;
  min-height: 100px;
}
.keyword div dl dt:nth-child(3) {
  font-size: 1.25em;
  margin-top: 20px;
}
.keyword div dl dd:nth-child(4) {
  font-family: sans-serif;
  margin-top: 20px;
  font-size: 0.875em;
  line-height: 1.8;
}
.keyword div dl:nth-child(5) {
  border-right: none;
}

.keyword:after {
  content: "";
  display: block;
  width: 30%;
  border-bottom: solid 1px #000;
  margin: 150px auto 150px;
}

/*--------------info---------------*/
.companyInfo {
  display: flex;
  margin-bottom: 200px;
}
.companyInfo > div {
  position: relative;
  width: 50%;
  max-width: 580px;
  background-image: url(../images/blue_background.jpg);
  padding: 30px 30px 80px;
}
.companyInfo > div h2 {
  color: #fff;
  font-size: 9.375em;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
  position: absolute;
  top: 200px;
  right: -35%;
  text-shadow: 0 0 10px #000;
}
.companyInfo dl {
  width: 20%;
  margin: auto;
  line-height: 2;
}
.companyInfo dl dt {
  padding-top: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.875em;
}
.companyInfo dl dd {
  font-size: 1.25em;
  line-height: 1.7;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.companyInfo dl dd span {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .message dl {
    display: block;
  }
  .message dl .titleMessage {
    margin: auto;
  }
  .message dl .titleMessage dt:nth-child(2) {
    left: 95%;
  }
  .message dl .titleMessage dt:nth-child(3) {
    left: 110%;
  }
  .message dl .textMessage {
    width: 90%;
    margin: 50px auto;
  }
  .message dl .textMessage > dd:nth-child(2) {
    font-size: 2.5em;
  }
  .message dl .textMessage .sns dd {
    margin-top: 0px !important;
  }
  .keyword div dl {
    border-left: 1px solid #000;
    margin-left: -1px;
    margin-top: 30px;
  }
  .keyword div dl dt:nth-child(2) {
    min-height: 60px;
  }
  .keyword::after {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .companyInfo > div {
    width: 50%;
  }
  .companyInfo > div h2 {
    right: -45%;
    top: 220px;
  }
  .companyInfo > dl {
    width: 30%;
  }
  .companyInfo > dl dd {
    font-size: 1.1em;
  }
}
@media (max-width: 430px) {
  .message dl .titleMessage {
    width: 250px;
  }
  .message dl .titleMessage dt:nth-child(2) {
    font-size: 4.3em;
    left: 80%;
  }
  .message dl .titleMessage dt:nth-child(3) {
    bottom: 40px;
    left: 91%;
  }
  .message dl .textMessage {
    width: 95%;
  }
  .keyword > p {
    font-size: 1em;
    margin-top: 20px;
  }
  .keyword div dl {
    border-bottom: 1px solid #000;
  }
  .keyword div dl:nth-child(5) {
    border-right: 1px solid #000;
  }
  .keyword::after {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .companyInfo {
    display: block;
    margin-bottom: 100px;
  }
  .companyInfo > div {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .companyInfo > div h2 {
    font-size: 7.1em;
    right: -130px;
  }
  .companyInfo dl {
    width: 45%;
    margin-top: 80px;
  }
}/*# sourceMappingURL=company.css.map */