@charset "utf-8";

.concept-view {
  text-align: center;
  padding-bottom: 50px;
  margin-top: 150px;
}

.youji-view {
  text-align: center;
  padding-bottom: 50px;
  background-color: rgb(241, 156, 162);
}

.zoukei-view {
  text-align: center;
  padding-bottom: 50px;
  background-color: rgb(255, 228, 80);
}

.senga-view {
  text-align: center;
  padding-bottom: 50px;
  background-color: rgb(152, 213, 228);
}

.spot-view {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: rgb(147, 203, 145);
}

.title-line {
  background-color: rgb(234, 85, 20);
  height: 5px;
  margin-bottom: 20px;
}

.title-line-inner {
  border-bottom: solid;
  margin-bottom: 20px;
}

.home-message {
  text-align: center;
  color: rgb(234, 85, 20);
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.recruit-view {
  background-color: rgb(234, 85, 20);
  padding-top: 30px;
}

.recruit-inner {
  margin: auto;
  width: 750px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
}

.recruit-inner2 {
  text-align: center;
}

video {
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 2000px; /* 動画の最大幅 */
}

@media (max-width: 1000px) {
  .concept-view {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}

@media (max-width: 800px) {
  .recruit-inner {
    margin: auto;
    width: 360px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
  }
}