.top-contents-title {
  width: 320px;
  margin: 0 auto;
}

.landscape-screen {
  width: 100%;
}

.philosophy-contents-title {
  margin: 0;
  padding-top: 20px;
  font-family: "Anton", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 60px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

#our {
  width: 84px;
  margin-top: -20px;
}

#philosophy {
  width: 320px;
}

.philosophy-sub-title {
  margin: 0;
  width: 320px;
  height: 40px;
  font-family: "Anton", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.01em;
  display: flex;
  color: #ffffff;
}

.philosophy-detail {
  position: relative;
  margin-top: 10px;
  width: 315px;
  height: 82px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}

.philosophy-detail-text {
  line-height: 19px;
  letter-spacing: -0.01em;
}

.text-style {
  height: 38px;
}

.scroll-button {
  width: 44.86px;
  display: flex;
  margin: 0 auto;
  margin-top: 180px;
  margin-bottom: 73px;
}

.chevrons-down {
  position: relative;
  color: rgb(255, 255, 255);
  margin: auto;
  width: 41.67px;
  height: 41.67px;
  border-radius: 50%;
  border: solid 2px currentColor;
}

.chevrons-down:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-top: solid 2px transparent;
  border-left: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  border-right: solid 2px transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.chevrons-down:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-top: solid 2px transparent;
  border-left: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  border-right: solid 2px transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contents-business-scheme {
  padding: 0 20px 0 20px;
  height: 400px;
  width: 320px;
  margin: 0 auto;
}

.contents-information {
  text-align: left;
}

.business-scheme-title {
  height: 60px;
  text-align: left;
  font-family: "Anton", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.01em;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.business-scheme-sub-title {
  height: 38px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #000000;
}

.business-scheme-detail {
  height: 27px;
  text-align: left;
  margin-bottom: 6px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #000000;
}

.information-style {
  display: inline-block;
  margin-top: 36px;
  margin-left: 16px;
  margin-bottom: 36px;
  font-family: "Anton", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-underline-offset: 8px;
}

.text-icon {
  margin-top: 50px;
  position: absolute;
  width: 10px;
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-left: 10px solid;
}

#technology {
  border-color: transparent #fff45e transparent;
}

#consulting {
  border-color: transparent #fff45e transparent;
}

#recruit {
  border-color: transparent #00ce00 transparent;
}

#company-profile {
  border-color: transparent #00cec9 transparent;
}

#internship {
  border-color: transparent #ffcce6 transparent;
}

#contact {
  border-color: transparent #ff8615 transparent;
}

.technology-border {
  width: 305px;
  height: 48px;
  border-bottom: 1px solid #fff45e;
}

.consulting-border {
  border-bottom: 1px solid #fff45e;
}

.recruit-border {
  border-bottom: 1px solid #00ce00;
}

.company-profile-border {
  border-bottom: 1px solid #00cec9;
}

.internship-border {
  border-bottom: 1px solid #ffcce6;
}

.contact-border {
  border-bottom: 1px solid #ff8615;
}

.space-10 {
  margin-bottom: 10px;
}

.space-16 {
  margin-bottom: 16px;
}

.space-20 {
  margin-bottom: 20px;
}

.center-position {
  width: 320px;
  margin: 0 auto;
  display: flex;
}

@media all and (orientation: landscape) {
  .top-contents-title {
    margin-left: 20px !important;
    margin-right: 0 !important;
  }

  div.landscape-screen {
    display: flex;
  }

  .scroll-button {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
    height: 45px;
  }
}
#top-footer {
  margin-bottom: 40px;
}
