#top-content {
  background: url(../img/common/bg-brick.jpg) center top repeat;
  padding: 2em 0 1em;
  margin-bottom: 2em;
}
@media (min-width: 769px) {
  #top-content {
    padding: 85px 0 70px;
    margin-bottom: 70px;
  }
}
#top-content h2 {
  width: 30.33vw;
  max-width: 182px;
}
#top-content ul {
  width: 100%;
  max-width: 566px;
}
#top-content ul li {
  width: 23.5vw;
  max-width: 141px;
}

.serif, .philosophy-block div h3 {
  font-family: "Noto Serif JP", serif;
  font-size: calc(1rem + (1vw - 3.2px) * 1.4286);
  margin-bottom: 2em;
}
@media (min-width: 1160px) {
  .serif, .philosophy-block div h3 {
    font-size: 28px;
  }
}

.en, #strength ul li h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: calc(1rem + (1vw - 3.75px) * 0.3822);
  margin-bottom: 2em;
  color: #b19b4d;
}
@media (min-width: 1160px) {
  .en, #strength ul li h4 {
    font-size: 19px;
  }
}

#corporate-philosophy {
  margin-bottom: 2em;
}
@media (min-width: 769px) {
  #corporate-philosophy {
    margin-bottom: 70px;
  }
}

.philosophy-block div {
  background: #eee;
  padding: 4.27vw;
  margin-bottom: 2em;
}
.philosophy-block div h3 {
  position: relative;
  text-align: center;
}
.philosophy-block div h3:before, .philosophy-block div h3:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.5em;
  height: 1px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}
.philosophy-block div h3:before {
  top: -0.5em;
}
.philosophy-block div h3:after {
  bottom: -0.5em;
}
.philosophy-block div h4 {
  color: #666;
  text-align: center;
  line-height: 1.5;
  font-size: calc(1rem + (1vw - 3.75px) * 0.2548);
}
@media (min-width: 1160px) {
  .philosophy-block div h4 {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .philosophy-block {
    display: flex;
    justify-content: space-between;
  }
  .philosophy-block div {
    width: 46.98%;
    max-width: 545px;
    padding: 15px;
  }
}
@media (min-width: 1160px) {
  .philosophy-block div {
    padding: 50px 50px 20px;
  }
  .philosophy-block div h3 {
    margin-bottom: 1em;
  }
  .philosophy-block div h4 {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
  }
  .philosophy-block div p:last-of-type {
    line-height: 2.1;
  }
}
#message {
  margin-bottom: 2em;
}
@media (min-width: 769px) {
  #message {
    margin-bottom: 90px;
  }
}

@media (max-width: 730px) {
  .message-block {
    overflow: hidden;
    border-bottom: 1px solid #000;
  }
  #message-text h3 {
    text-align: center;
  }
  #message-photo {
    width: 40vw;
    float: left;
  }
  #sign {
    width: 50vw;
    float: right;
    padding-top: 20vw;
    text-align: right;
  }
}
@media (max-width: 730px) and (max-width: 320px) {
  #sign {
    font-size: 12px;
  }
}
@media (min-width: 731px) {
  .message-block {
    position: relative;
  }
  .message-block:before {
    content: "";
    display: block;
    padding-top: 58.62%;
    border-bottom: 1px solid #000;
  }
  .message-block .en, .message-block #strength ul li h4, #strength ul li .message-block h4 {
    text-align: left;
  }
  #message-text, #message-photo, #sign {
    position: absolute;
  }
  #message-text {
    width: 60%;
    max-width: 480px;
    top: 0;
    right: 0;
  }
  #message-photo {
    width: 38.2%;
    max-width: 447px;
    bottom: 1px;
    left: 0;
  }
  #sign {
    width: 30%;
    max-width: 230px;
    bottom: 1rem;
    right: 0;
    text-align: right;
  }
}
@media (min-width: 731px) and (max-width: 850px) {
  #sign img.img-fluid {
    max-width: 12rem;
  }
}
@media (min-width: 1160px) {
  #message-text {
    width: 480px;
    top: 100px;
    left: 548px;
    line-height: 2.1;
  }
  #message-photo {
    width: 447px;
    bottom: 1px;
    left: 80px;
  }
  #sign {
    width: 230px;
    bottom: 26px;
    right: 110px;
  }
}
#message-chairman {
  margin-bottom: 2em;
}
@media (min-width: 1160px) {
  #message-chairman {
    margin-bottom: 100px;
  }
}
#message-chairman .gray-block {
  border: 7px solid #ccc;
}
#message-chairman .gray-block div:last-of-type {
  padding: 4.3vw;
}

@media (max-width: 730px) {
  #message-chairman .gray-block p, #message-chairman .gray-block h3 {
    text-align: center;
  }
}
@media (min-width: 731px) {
  #message-chairman .gray-block {
    display: flex;
    justify-content: space-between;
  }
  #message-chairman .gray-block div:first-of-type {
    width: 50%;
    max-width: 507px;
  }
  #message-chairman .gray-block div:last-of-type {
    flex: 1;
    padding: 1.5em;
  }
}
@media (min-width: 1160px) {
  #message-chairman .gray-block div:last-of-type {
    padding: 40px;
  }
  #message-chairman .gray-block div:last-of-type p {
    line-height: 2.1;
  }
}
#strength {
  margin-bottom: 3em;
}
@media (min-width: 1160px) {
  #strength {
    margin-bottom: 150px;
  }
}
#strength ul li {
  background: #000;
}
#strength ul li h4 {
  text-align: center;
  margin-bottom: 1em;
}
#strength ul li p {
  margin-bottom: 0;
  color: #fff;
  font-size: calc(0.875rem + (1vw - 3.2px) * 0.4762);
}
@media (min-width: 1160px) {
  #strength ul li p {
    font-size: 18px;
  }
}

@media (max-width: 730px) {
  #strength ul li {
    margin-bottom: 1em;
    padding: 1em;
  }
}
@media (min-width: 731px) {
  #strength ul {
    width: 80%;
    margin: 0 auto;
  }
  #strength ul li {
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
  }
}
@media (min-width: 1160px) {
  #strength ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #strength ul li {
    width: 17.931%;
    max-width: 208px;
    min-height: 208px;
    padding: 2em 5px 1em;
  }
  #strength ul li h4 {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
  #strength ul li span {
    display: block;
  }
}
#information {
  width: 100%;
}
#information .block-width {
  width: 100vw;
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1331px) {
  #information {
    background: url("../img/index/bg03.jpg") top center no-repeat;
    height: 590px;
  }
}
/* panel-black @index.scss */
.panel-black {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  text-align: center;
  width: 55vw;
}
.panel-black .content-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 45vw;
  padding-top: 2em;
}
.panel-black h2 {
  font-size: calc(1.0625rem + (1vw - 3.75px) * 1.6561);
  letter-spacing: 0.1rem;
  color: #fff;
  margin-bottom: 0.5em;
}
@media (min-width: 1160px) {
  .panel-black h2 {
    font-size: 30px;
  }
}
.panel-black p {
  color: #b19b4d;
  font-size: calc(0.75rem + (1vw - 3.2px) * 0.9524);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3em;
}
@media (min-width: 1160px) {
  .panel-black p {
    font-size: 20px;
  }
}
.panel-black .entry {
  width: 7em;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .panel-black {
    width: 38vw;
    max-width: 400px;
  }
  .panel-black .content-links {
    height: 38vw;
    max-height: 400px;
    padding-top: 4em;
  }
}
@media (min-width: 1331px) {
  .panel-black {
    width: 400px;
  }
  .panel-black .content-links {
    height: 400px;
  }
}
#information .panel-black {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#information .panel-black .content-links {
  padding-top: 0;
}
#information .panel-black .content-links .logo-white {
  width: 16.97vw;
  max-width: 163px;
  margin: 0 auto 0.5em;
}
@media (min-width: 768px) {
  #information .panel-black .content-links .logo-white {
    margin-bottom: 2em;
  }
}
#information .panel-black .content-links h2 {
  margin-bottom: 0;
}
#information .panel-black .content-links p {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #information .panel-black .content-links p {
    margin-bottom: 3em;
  }
}/*# sourceMappingURL=philosophy.css.map */