@charset "UTF-8";

/* ページ内共通 */
#wrap {
  width: 90%;
  max-width: 1400px;
  margin: 100px auto 0;
}
section {
  /* display: flex; */
  width: 100%;
}
.text 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-bottom: 200px;
}
#sec1 .sec1_img {
  float: right;
  padding: 10px 0 0 15px;
  width: 50%;
}
#sec1 .sec1_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec2 {
  margin-bottom: 150px;
}
#sec2 .sec2_img {
  float: left;
  padding: 10px 15px 0 0;
  width: 50%;
}
#sec2 .sec2_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec3 {
  display: block;
  margin-bottom: 150px;
}
#sec3 img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}
#sec4 {
  display: block;
}
#sec4 .text {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: left;
}
#sec4 .sec4_img {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1280 / 1280;
  margin: 0 auto;
}
#sec4 img {
  width: 100%;
  max-width: 800px;
  object-fit: cover;
}

/* その他コンテンツ */
#other_content {
  width: 100%;
  max-width: 960px;
  margin: 200px auto;
}
#other_content a {
  display: block;
  width: 400px;
  /*height: 80px;*/
  text-align: center;
  font-size: 1.1em;
  background-color: #ffffcc;
  margin: 0 auto;
}
#other_content .next_button p {
  width: 360px;
  margin: auto;
  padding-top: 22px;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}

.next_button_x > a > p:first-of-type {
  padding-top: 1rem;
}

.next_button_x > a > p:nth-of-type(2) {
  border-bottom: 1px solid #333;
}
