@charset "utf-8";

* {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

header {
  padding: 15px;
}

.header-logo img {
  width: 300px;
}

.logo img {
  margin: 0 auto;
}

.mv {
  background: #962529;
}

.zoom {
  max-width: 917px;
  overflow: hidden;
  margin: 0 auto;
}

.zoom-1 img {
  width: 100%;
  height: auto;
  animation: animationZoom1 20s ease-in-out forwards;
}
@keyframes animationZoom1 {
  0% {
    transform: translateX(440px) translateY(300px) scale(2);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1);
  }
}

.ly-contents {
  background: #f8f8f8;
  padding: 1px 10px 50px;
}

.contents {
  max-width: 1050px;
  margin: 0 auto;
}

.content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 255, 0.15);
  padding: 40px;
  margin-top: 90px;
}

.title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  position: relative;
}

.text-wrap {
  margin-top: 45px;
}

.text {
  margin-top: 20px;
}

.title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #962529;
  border-radius: 2px;
}

.greeting::before {
  width: 118px;
}

.name-wrap {
  width: 125px;
  margin: 20px 0 0 auto;
}

.name {
  margin-top: 5px;
}

.name img {
  width: 100%;
  max-width: 125px;
}

.company-profile::before {
  width: 96px;
}

.history::before,
.philosophy::before {
  width: 48px;
}

.dl-wrap,
table {
  margin: 50px auto 0;
  max-width: 600px;
}

dt {
  float: left;
  font-weight: bold;
  width: 250px;
}

dt,
dd,
td {
  padding: 10px 0;
}

dd {
  border-bottom: 1px solid #c4c4c4;
}

dd:last-child,
dd:nth-of-type(7),
dd:nth-of-type(6) {
  border: none;
}

iframe {
  max-width: 600px;
  width: 100%;
  height: 400px;
}

td {
  vertical-align: top;
}

.ad {
  width: 75px;
}

.jc {
  width: 158px;
}

.content__philosophy {
  background: none;
  box-shadow: none;
}

.philosophy-wrap {
  margin-top: 50px;
}

.philosophy-item {
  margin-top: 60px;
}

.philosophy-item_title {
  text-align: center;
  font-weight: 500;
}

.philosophy_text {
  margin-top: 15px;
  font-size: 34px;
}

.philosophy_text img {
  margin: 0 auto;
  max-width: 490px;
  width: 100%;
}

.philosophy_text,
.philosophy_summary {
  text-align: center;
  font-family: serif;
}

footer {
  background: #962529;
}

.footer-logo {
  padding: 50px 10px;
}

.footer-logo img {
  margin: 0 auto;
  max-width: 409px;
  width: 100%;
}

.pc-none {
  display: none;
}

.copy-right {
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

@media screen and (max-width: 820px) {
  .ly-contents {
    padding-top: 30px;
  }

  .content {
    margin-top: 30px;
  }

  @keyframes animationZoom1 {
    0% {
      transform: translateX(0) translateY(0) scale(1);
    }
    100% {
      transform: translateX(0) translateY(0) scale(1);
    }
}

@media screen and (max-width: 480px) {
  * {
    font-size: 14px;
  }
  dt {
    width: 99px;
  }

  .content {
    padding: 20px;
  }

  .ad {
    width: 53px;
  }

  .jc {
    width: 116px;
  }

  .philosophy-item {
    margin-top: 30px;
}

  .philosophy_text {
    font-size: 28px;
    margin-top: 5px;
    line-height: 1.3;
}

.pc-none {
  display: inline-block;
}

.philosophy_summary {
  margin-top: 6px;
}
}
