@charset "UTF-8";

.rel {
  position: relative;
}

.section__container {
  max-width: 1060px;
  padding: 85px 30px;
  margin: 0 auto;
}

.normal {
  font-size: 1.4rem;
  line-height: 3rem;
}

footer {
  /*height: 240px;*/
  width: 100%;
  clear: both;
}

/* ルートのフォントサイズを10pxに設定 */
html {
  font-size: 62.5%;
}

.sidebar {
  width: 248px;
  height: 100%;
  position: fixed;
  background: #419198;
}

.header {
  height: 192px;
}

.main {
  float: right;
  width: calc(100% - 248px);
}

.header__ttl {
  height: 192px;
  background: #419198;
  text-align: center;
  color: white;
  line-height: 1;
}

.header__ttl .header__ttl-en {
  font-size: 3.3rem;
  padding-top: 80px;
  font-family: Abril Fatface;
}

.header__ttl .header__ttl-en .header__ttl-ja {
  display: block;
  font-size: 1.6rem;
  padding-top: 15px;
  font-family: Noto Serif;
}

.section__ttl {
  height: 167px;
  background: #419198;
  text-align: center;
  color: white;
  line-height: 1;
}

.section__ttl .section__ttl-en {
  font-size: 3.0rem;
  padding-top: 58px;
  font-family: Abril Fatface;
}

.section__ttl .section__ttl-en .section__ttl-ja {
  display: block;
  font-size: 1.4rem;
  padding-top: 15px;
  font-family: Noto Serif;
}

.catch-copy .catch-copy__msg {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 55px;
  width: 80%;
}

.catch-copy .catch-copy__sub {
  width: 280px;
  height: 190px;
  background: url(../img/hane.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-top: 115px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 170px;
  letter-spacing: 0.8rem;
  white-space: nowrap;
}

.catch-copy .catch-copy__sub-arrow {
  width: 12px;
  height: 75px;
  margin: 0 auto;
  margin-top: 80px;
}

.green-bg {
  height: 250px;
  width: 100%;
  position: absolute;
  top: 0;
  background: #DEEFF0;
  z-index: -1;
}

.features__content {
  min-height: 300px;
  padding-bottom: 40px;
}

.features__content .features__ttl {
  font-size: 2.2rem;
  color: #419198;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
}

.features__content .features__ttl::before {
  content: "";
  display: block;
  background: url(../img/simple-line.png) no-repeat;
  width: 40px;
  height: 3px;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 0;
}

.features__content .features__img {
  width: 40%;
  height: auto;
  position: relative;
  margin-top: -70px;
  float: right;
  clear: both;
}

.features__content .features__img .features__img--flame {
  width: 400px;
  height: 275px;
  position: absolute;
  border: 1px solid #419198;
  top: 15px;
  left: -15px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.features__content .features__txt, .features__content .features__ttl {
  width: 53%;
}

.features__organic-color .features__ttl {
  float: right;
}

.features__organic-color .features__txt {
  float: right;
}

.features__organic-color .features__img {
  float: left;
}

.features__organic-color .features__img .features__img--flame {
  left: 15px;
}

.special-anniversary .special__ttl--top {
  width: 540px;
  height: 377px;
  font-size: 2.2rem;
  color: #419198;
  font-weight: bold;
  float: left;
  background: url(../img/hane.png) no-repeat;
  margin-left: -60px;
  margin-top: -30px;
  text-align: center;
  padding-top: 130px;
}

.special-anniversary .special__txt--low {
  width: 430px;
  clear: both;
  margin-right: 0;
  float: right;
  padding-top: 220px;
  margin-bottom: 150px;
}

.special-anniversary .special__img--main {
  max-width: 552px;
  height: 470px;
  position: absolute;
  right: 0;
}

.special-anniversary .special__img--sub1 {
  position: absolute;
  top: 400px;
  width: 30%;
  z-index: 1;
}

.special-anniversary .special__img--sub2 {
  position: absolute;
  top: 630px;
  left: 210px;
  width: 31%;
  z-index: 0;
}
/*# sourceMappingURL=about.css.map */