@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@media screen and (min-width: 991px) {
  .tab_display {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .tab_display {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
#body-about {
  background: url(../img/header_bg.jpg);
}

@media screen and (min-width: 768px) {
  #about-page {
    background-image: url(../img/about-new/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
}
#about-page * {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#about-page figure {
  width: auto;
  height: auto;
}
#about-page .about-mv {
  background-image: url(../img/about-new/main_v.jpg);
  height: 310px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about-page .about-mv {
    background-image: url(../img/about-new/main_v_sp.jpg);
    height: calc(380 / 720 * 100vw);
    background-size: cover;
  }
}
#about-page .about-sec h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about-page .about-sec h3 {
    margin-bottom: 20px;
  }
}
#about-page .about-sec h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  color: white;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #about-page .about-sec h2 {
    font-size: 5vw;
  }
}
#about-page .about-sec p {
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
  letter-spacing: -0.01em;
  font-size: 16px;
  color: #d5a422;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  #about-page .about-sec p {
    text-align: left;
    font-size: 14px;
  }
}
#about-page .about-sec .txt-logo {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about-page .about-sec .txt-logo {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
#about-page .about-sec .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
  padding: 50px 15px;
}
@media screen and (max-width: 767px) {
  #about-page .about-sec .container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
#about-page .about-sec-header {
  padding: 50px 15px;
  background-color: rgba(164, 100, 0, 0.07);
}
@media screen and (max-width: 767px) {
  #about-page .about-sec-header {
    padding: 30px calc(30 / 750 * 100vw) 30px;
  }
}
#about-page .about-sec-image {
  background-position: center center;
}
#about-page .about-sec-image-01 {
  background-image: url(../img/about-new/sec-img01.jpg);
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about-page .about-sec-image-01 {
    background-image: url(../img/about-new/sec-img01_sp.jpg);
    height: calc(840 / 720 * 100vw);
    background-size: cover;
  }
}
#about-page .about-sec-image-02 {
  padding: 5px 0;
  position: relative;
  background-image: url(../img/about-new/slider-top.png), url(../img/about-new/slider-bottom.png);
  background-repeat: repeat-x;
  background-position: top center,bottom center;
}
#about-page .about-sec-image-03 {
  background-image: url(../img/about-new/sec-img03.jpg);
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about-page .about-sec-image-03 {
    background-image: url(../img/about-new/sec-img03_sp.jpg);
    height: calc(390 / 720 * 100vw);
    background-size: cover;
  }
}
