@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*==================================================================================================
	パーツ
==================================================================================================*/
.section-body {
  padding: 0 10px;
}

.section-title {
  margin: 0.5em 0 0.3em;
  font-size: 5rem;
}

@media screen and (max-width: 800px) {
  .section-title {
    color: #599442;
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 800px) {
  .section-bg-title {
    position: relative;
    background: 50% 50% no-repeat;
    background-size: 150%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 300px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px;
    text-align: center;
  }
  .section-bg-title::before {
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .section-bg-title span {
    position: relative;
    color: #FFF;
    font-size: 2.9rem;
    z-index: 1;
  }
}

.section-copy {
  margin: 0.5em 0;
  color: #599442;
  font-size: 2rem;
}

@media screen and (max-width: 800px) {
  .section-copy {
    font-size: 1.6rem;
  }
}

.section-description {
  margin: 1em 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 800px) {
  .section-description {
    font-size: 1.4rem;
  }
}

.detail-btn, .detail-btn--o {
  margin: 2em 0;
}

.detail-btn a, .detail-btn--o a {
  background-color: #000;
  display: inline-block;
  padding: 1em 4em;
  border-radius: 6px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}

.detail-btn a::before, .detail-btn--o a::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.4em;
}

@media screen and (max-width: 800px) {
  .detail-btn a, .detail-btn--o a {
    display: block;
  }
}

@media screen and (min-width: 801px) {
  .detail-btn--o a {
    background-color: transparent;
    border: 1px solid;
    color: inherit;
  }
}

.detail-link {
  margin: 2em 0;
}

@media screen and (min-width: 801px) {
  .detail-link a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
  }
  .detail-link a::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.8em;
    padding: 0 4px;
    border: 1px solid #FFF;
    font-size: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .detail-link a {
    background-color: #000;
    display: block;
    padding: 1em 4em;
    border-radius: 6px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
  }
  .detail-link a::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.4em;
  }
}
