@charset "utf-8";
/*!
 * about CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */

/*===================================
  ページタイトル
=====================================*/
/*  ページタイトル
---------------------------------*/

.page__head {
  background-image: url(../images/about/bg_title.jpg);
}
.page__head + figure img {
  width: 100%;
}

/*===================================
  コンテンツ
=====================================*/
.sec {
  background: #000;
  color: #fff;
  text-align: center;
}
.sec p {
  max-width: 700px;
  margin: auto auto 1em;
}
.sec h3 {
  height: 600px;
  padding-top: 280px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.sec h3 span {
  display: block;
  text-shadow: #000 1px 1px 5px, #000 -1px 1px 5px, #000 1px -1px 5px, #000 -1px -1px 5px;
}
.sec h3 .enFont {
  margin-bottom: 20px;
  font-size: 52px;
  font-style: italic;
}
.sec h3 .serif {
  font-size: 20px;
  font-weight: normal;
}
.sec .btn {
  margin-top: 35px;
}
.btn.bright a {
  color: #000;
}


/*  sec1
---------------------------------*/

.sec1 {
  padding: 100px 0;
  background: #f8b616;
  color: #000;
}
.sec1.sec p:nth-of-type(1) {
  max-width: 900px;
}
.sec1 .serif {
  display: block;
  margin-bottom: 0.8em;
  /*padding-left: 0.5em;*/
  /*font-size: 32px;
  font-weight: 500;
  line-height: 1.4;*/
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/*  sec2
---------------------------------*/

.sec2 {
  padding-bottom: 120px;
}
.sec2 h3 {
  background-image: url(../images/about/bg_sec2.jpg);
}
.sec2 p:nth-of-type(1) {
  margin-top: 120px;
}
.sec2 p:nth-of-type(1):before {
  display: block;
  width: 141px;
  height: 117px;
  margin: 0 auto 40px;
  background: url(../images/about/cat.png) no-repeat 0 0;
}

/*  sec3
---------------------------------*/

.sec3 {
  padding-bottom: 130px;
  background: #000 url(../images/about/tower.png) no-repeat 50% 690px;
}
.sec3 h3 {
  background-image: url(../images/about/bg_sec3.jpg);
}
.sec3 p:nth-of-type(1) {
  margin-top: 158px;
}

/*  sec4
---------------------------------*/

.sec4 {
  padding-bottom: 120px;
}
.sec4 h3 {
  background-image: url(../images/about/bg_sec4.jpg);
}
.sec4 > p:nth-of-type(1) {
  margin-top: 118px;
}
.sec4 ul {
  position: relative;
  overflow: hidden;
  margin-top: 118px;
  border-left: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
}
.sec4 ul:before,.sec4 ul:after {
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 30em;
  background: #4d4d4d;
}
.sec4 ul:before {
  left: 50%;
}
.sec4 ul:after {
  display: none;
}
.sec4 li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 40px;
}
.sec4 h4 {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
}
.sec4 li p {
  text-align: justify;
  letter-spacing: 0.04em;
}

/*  sec5
---------------------------------*/

.sec5 {
  padding-bottom: 120px;
}
.sec5 h3 {
  background-image: url(../images/about/bg_sec5.jpg);
}
.sec5 p:nth-of-type(1) {
  margin-top: 150px;
}
.sec5 h4 {
  margin: 80px 0 1em;
  font-size: 150%;
}
.sec5 .btn a {
  width: 300px;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {

  /*===================================
    コンテンツ
  =====================================*/
  .page__cont:before {
    height: 437px;
  }
  .sec {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec h3 {
    height: 400px;
    margin: 0 -30px;
    padding-top: 170px;
  }
  .sec h3 .enFont {
    margin-bottom: 20px;
    font-size: 58px;
  }
  .sec h3 .serif {
    font-size: 26px;
    font-weight: 700;
  }
  .sec p {
    max-width: 600px;
  }

  /*  sec1
  ---------------------------------*/

  .sec1 .serif {
    margin: 0 -30px 0.8em;
  }

  /*  sec3
  ---------------------------------*/

  .sec3 {
    background-position: 50% 600px;
    background-size: 80% auto;
  }

  /*  sec4
  ---------------------------------*/

  .sec4 ul:before,.sec4 ul:after {
    display: none;
    position: absolute;
  }
  .sec4 ul {
    border: none;
    border-bottom: solid 1px #4d4d4d;
  }
  .sec4 li {
    display: block;
    width: 100%;
    padding: 40px 0;
    border-top: solid 1px #4d4d4d;
  }
  .sec4 h4 {
    font-size: 28px;
  }
  .sec5 .btn a {
    width: 360px;
  }

}
