@charset "UTF-8";
/* CSS Document */
.philosophy-box {
  width: 330px;
  height: 860px;
  background-color: #c5c6cd;
  margin: 180px auto 90px;
  position: relative;
}
.philosophy-box h2 {
  color: #ad002d;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Helvetica", serif;
  text-align: left;
  position: absolute;
  top: -26px;
}
.philosophy-box h3 {
  font-size: 2.4rem;
  font-weight: normal;
  position: absolute;
  top: 60px;
  left: 25px;
}
.philosophy-box img {
  width: 290px;
  position: absolute;
  top: 120px;
  left: 56px;
}
.philosophy-box p {
  position: absolute;
  top: 350px;
  left: 30px;
  width: 270px;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.mission-box {
  width: 330px;
  height: 820px;
  background-color: #c5c6cd;
  position: relative;
}
.mission-box h2 {
  color: #ad002d;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Helvetica", serif;
  position: absolute;
  top: -26px;
  text-align: right;
  right: 0;
}
.mission-box h3 {
  font-size: 2.4rem;
  font-weight: normal;
  position: absolute;
  top: 80px;
  left: 20px;
}
.mission-box h4 {
  font-size: 4.8rem;
  position: absolute;
  top: 130px;
  left: 60px;
}
.mission-box h5 {
  position: absolute;
  top: 190px;
  left: 100px;
}
.mission-box img {
  position: absolute;
  width: 360px;
  top: 240px;
  left: -15px;
}
.mission-box p {
  position: absolute;
  top: 525px;
  left: 30px;
  width: 270px;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.ism-box {
  width: 330px;
  height: 550px;
  background-color: #c5c6cd;
  position: relative;
  margin-top: 100px;
}
.ism-box h2 {
  color: #ad002d;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Helvetica", serif;
  position: absolute;
  top: -26px;
  left: 14px;
}
.ism-box ul {
  position: absolute;
  top: 80px;
  left: 20px;
}
.ism-box ul li {
  list-style: none;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.ism-box img {
  position: absolute;
  top: 300px;
  left: -14px;
  width: 290px;
}
.top-message h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Helvetica", serif;
  background-image: linear-gradient(45deg, #ad002d 0%, #c16f73 20%, #c5c6cd 99%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 120px auto 15px;
}
.top-message h4 {
  font-weight: normal;
  margin-bottom: 110px;
}
.top-message h3 {
  font-size: 3.0rem;
  margin-bottom: 60px;
}
.top-message p {
  width: 300px;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.message-box {
  position: relative;
}
.top-name {
  width: 40%;
  position: absolute;
  right: 40px;
  margin: 40px auto 60px;
}
.top-img {
  width: 80%;
  margin: 140px auto 120px;
}
.company-box {
  width: 100%;
  height: 120px;
  background-color: #c5c6cd;
}
.company-box h3 {
  font-size: 3.6rem;
  padding: 36px 0 14px 0;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica", serif;
}
.company-box h4 {
  color: #fff;
}
.profile-box {
  position: relative;
  padding-bottom: 100px;
}
.profile-left {
  position: absolute;
  left: 30px;
  top: 70px;
}
.profile-left p {
  text-align: right;
  margin-bottom: 25px;
}
.profile-right {
  position: absolute;
  right: 30px;
  top: 70px;
}
.line-2 {
  color: #ad002d;
  padding-left: 6px;
  font-weight: bold;
}
.profile-right p {
  text-align: left;
  margin-bottom: 25px;
}