@charset "UTF-8";

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

/* 個別 */
#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: 100%;
    max-width: 1200px;
    margin: auto;
}
#midashi{
    display: block;
    margin: 100px auto;
}
#midashi h1{
    margin-bottom: 50px;
    text-align: center;
}
#midashi p{
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.midashi {
  display: block;
  margin: 100px auto;
}
.midashi h1 {
  margin-bottom: 50px;
  line-height: 1.5em;
  text-align: center;
}
.midashi h2 {
  margin: 2rem auto 0 auto;
  width: 100%;
  max-width: 960px;
}
.midashi h2:last-of-type {
  margin: 3rem auto 0 auto;
}
.midashi h2 > span:last-of-type {
  font-size: 80%;
}
.midashi .merit-text {
  width: 100%;
  max-width: 960px;
  margin: 1rem auto 1rem auto;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-style: normal;
}
.midashi .merit-image {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto 1rem auto;
}
.midashi img {
  width: 100%;
}


#sec1{
    margin-bottom: 200px;
}
#sec1 .sec1_img{
    width: 100%;
    margin: 0 auto 100px;
}
#sec1 .sec1_img img{
    width: 100%;
    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: #fff;
    margin: 0 auto;
    border: 1px solid #999;
}
#other_content .next_button p{
    width: 140px;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 3px;
    border-bottom: 1px solid #333;
    line-height: 1.5em;
}