@charset "UTF-8";

/* ページ内共通 */
#wrap {
  width: 90%;
  max-width: 1400px;
  margin: 100px auto 0;
}
section {
  width: 100%;
}
.text h2 {
  margin-bottom: 15px;
}
.text2 h2 {
  margin-bottom: 15px;
}

/* 個別 */
#mv_about {
  width: 100%;
}
#mv_about img {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  max-height: 400px;
  margin: 0 auto;
  object-fit: cover;
}
main {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#midashi {
  display: block;
  margin: 100px auto;
}
#midashi h1 {
  margin-bottom: 50px;
}

#sec1 {
  margin: 0 auto 200px;
  width: 100%;
  max-width: 960px;
}
#sec1 .text {
  width: 100%;
}
#sec1 .img {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
}
#sec1 .img img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#sec1 .img2 {
  width: 100%;
  margin: 100px auto;
}
#sec1 .img2 img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/* その他コンテンツ */
#other_content {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 200px;
}
#other_content .left_button,
.right_button {
  width: 400px;
  text-align: center;
  font-size: 1.2em;
}
#other_content .left_button {
  margin-right: 10%;
  background: #ccffff;
}
#other_content .right_button {
  background: #ccffcc;
}
#other_content a {
  display: block;
  height: 80px;
}
#other_content .left_button p,
.right_button p {
  margin: auto;
  padding-top: 22px;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}
#other_content .left_button p {
  width: 200px;
}
#other_content .right_button p {
  width: 280px;
}

.index__gap {
  margin-top: 2rem;
}
