@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider {
  display: none; }
  .slider * {
    box-sizing: border-box;
    line-height: 0; }
  .slider.slick-slider {
    display: block; }
  .slider .slick-track .slick-slide a:hover {
    opacity: .8; }
  .slider .slick-track .slick-slide img {
    width: 100%;
    height: auto;
    margin: auto;
    vertical-align: middle;
    display: block; }
  .slider .slick-arrow {
    z-index: 9;
    width: 26px;
    height: 39px;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: none; }
    .slider .slick-arrow:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: url(../images/slider-arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      opacity: 1; }
      @media only screen and (max-width: 960px) {
        .slider .slick-arrow:before {
          width: 70%; } }
      @media only screen and (max-width: 768px) {
        .slider .slick-arrow:before {
          width: 60%; } }
    .slider .slick-arrow:hover {
      opacity: 0.8; }
    .slider .slick-arrow.slick-prev {
      left: 10px;
      transform: rotate(180deg); }
      @media only screen and (max-width: 768px) {
        .slider .slick-arrow.slick-prev {
          left: 0; } }
    .slider .slick-arrow.slick-next {
      right: 10px; }
      @media only screen and (max-width: 768px) {
        .slider .slick-arrow.slick-next {
          right: 0; } }
  .slider .slick-dots {
    bottom: 20px; }
    .slider .slick-dots li {
      width: 15px;
      height: 15px; }
      .slider .slick-dots li button {
        width: 15px;
        height: 15px;
        background: #fff;
        border: 1px solid #ffffff;
        border-radius: 50%; }
        .slider .slick-dots li button:before {
          content: none; }
      .slider .slick-dots li.slick-active button {
        background: #ffffff; }
  .slider.slick-dotted {
    margin-bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
@media only screen and (max-width: 768px) {
  .nosp {
    display: none; } }

.nopc {
  display: none; }
  @media only screen and (max-width: 768px) {
    .nopc {
      display: block; } }

.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.container {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 4em 0;
  font-size: 1em; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 95%;
      padding: 2em 0;
      font-size: 0.875em; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: セクションタイトル */
.section-title {
  text-align: center;
  margin: 40px auto; }
  @media only screen and (max-width: 768px) {
    .section-title {
      margin: 20px auto; } }
  .section-title img {
    width: auto;
    max-width: 230px; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: backgroundのスタイル */
.bg1 {
  background-image: url(../images/bg-01.png); }

.bg2 {
  background-image: url(../images/bg-02.png); }

.lead-image {
  text-align: center;
  margin-bottom: 90px; }
  @media only screen and (max-width: 768px) {
    .lead-image {
      margin-bottom: 3em; } }
  .lead-image img {
    max-width: 560px;
    width: 100%;
    height: auto; }

.about {
  background-image: url(../images/bg-1.png);
  background-size: 100% 100%;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  margin-top: -150px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .about {
      background-size: 768px 100%;
      background-position: center; } }
  @media only screen and (max-width: 768px) {
    .about {
      margin-top: -70px; } }
  .about .container {
    padding: 180px 0; }
    @media only screen and (max-width: 768px) {
      .about .container {
        padding: 90px 0; } }
  .about .lead {
    font-size: 1.5em; }
    @media only screen and (max-width: 768px) {
      .about .lead {
        font-size: 1em; } }
  @media only screen and (max-width: 768px) {
    .about br {
      display: none; } }

.section1 .flex-box {
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .section1 .flex-box {
      display: block; } }
.section1 .card {
  width: 29%;
  margin-bottom: 3em; }
  @media only screen and (max-width: 768px) {
    .section1 .card {
      width: 100%;
      text-align: center; } }
  .section1 .card img {
    margin-bottom: 1em; }
    @media only screen and (max-width: 768px) {
      .section1 .card img {
        width: 80%; } }
.section1 .title {
  text-align: center;
  font-size: 1.75em; }
  @media only screen and (max-width: 768px) {
    .section1 .title {
      font-size: 1.2857142857em; } }
.section1 .text {
  font-size: 1em;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .section1 .text {
      font-size: 1em; } }

.section2 {
  background-image: url(../images/bg-5.jpg);
  background-size: 100% auto;
  position: relative; }
  .section2:before, .section2:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../images/bg-2.png);
    background-size: 100% 100%;
    top: -2px; }
    @media only screen and (max-width: 768px) {
      .section2:before, .section2:after {
        background-size: 768px 100%;
        background-position: center; } }
  .section2:after {
    background-image: url(../images/bg-3.png);
    background-size: 100% 100%;
    top: inherit;
    bottom: -2px; }
    @media only screen and (max-width: 768px) {
      .section2:after {
        background-size: 768px 100%;
        background-position: center; } }
  .section2 .container {
    padding: 100px 0; }
    @media only screen and (max-width: 768px) {
      .section2 .container {
        padding: 70px 0; } }
  .section2 .flex-box {
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .section2 .flex-box {
        display: block; } }
  .section2 .card {
    width: 29%;
    margin-bottom: 2em; }
    @media only screen and (max-width: 768px) {
      .section2 .card {
        width: 100%; } }
    .section2 .card img {
      margin-bottom: 1em; }
  .section2 .title {
    color: #412813;
    font-size: 1.875em;
    text-align: center;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .section2 .title {
        font-size: 1.2857142857em; } }
  .section2 p.text {
    font-size: 1em;
    line-height: 2; }
    @media only screen and (max-width: 768px) {
      .section2 p.text {
        font-size: 1em; } }
  .section2 .list-title {
    background-image: url(../images/lead-11.png);
    background-size: cover;
    background-position: center;
    font-size: 0;
    margin: 20px auto;
    height: 28px;
    max-width: 960px; }
    @media only screen and (max-width: 768px) {
      .section2 .list-title {
        height: 20px; } }
  .section2 .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
    padding-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .section2 .list {
        display: block; } }
  .section2 li.text {
    background: rgba(255, 255, 255, 0.7);
    padding: 1em;
    width: 31%;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section2 li.text {
        width: 100%;
        margin-bottom: 2em; } }

.section3 .lead {
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em; }
  @media only screen and (max-width: 768px) {
    .section3 .lead {
      font-size: 1.2857142857em; } }
  .section3 .lead span {
    color: #b0272d; }
.section3 .card {
  background: #e0dbd3;
  padding: 2em;
  margin-bottom: 2em;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section3 .card {
      padding: 1.5em; } }
  .section3 .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent; }
    @media only screen and (max-width: 768px) {
      .section3 .card:before {
        border-width: 15px 15px 0 0; } }
  .section3 .card:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #fff transparent; }
    @media only screen and (max-width: 768px) {
      .section3 .card:after {
        border-width: 0 0 15px 15px; } }
.section3 .title-box {
  border-bottom: 2px solid #412813;
  margin-bottom: 2em;
  padding-bottom: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .section3 .title-box {
      flex-wrap: wrap; } }
  .section3 .title-box img {
    width: 56px; }
    @media only screen and (max-width: 768px) {
      .section3 .title-box img {
        width: 40px; } }
.section3 .name {
  font-size: 1.25em;
  width: 240px; }
  @media only screen and (max-width: 768px) {
    .section3 .name {
      font-size: 1.2857142857em;
      width: 100%; } }
.section3 .qualification {
  font-size: 0.875em; }
  @media only screen and (max-width: 768px) {
    .section3 .qualification {
      font-size: 0.8em; } }
  .section3 .qualification li br {
    display: none; }
    @media only screen and (max-width: 768px) {
      .section3 .qualification li br {
        display: block; } }
.section3 .text-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .section3 .text-box {
      display: block; } }
  .section3 .text-box .image {
    width: 25%;
    padding-right: 2em; }
    @media only screen and (max-width: 768px) {
      .section3 .text-box .image {
        width: 100%;
        max-width: 180px;
        text-align: center;
        margin: auto;
        padding-right: 0;
        margin-bottom: 1em; } }
  .section3 .text-box .comment-text {
    width: 75%; }
    @media only screen and (max-width: 768px) {
      .section3 .text-box .comment-text {
        width: 100%; } }
  .section3 .text-box h4 {
    font-size: 0.9375em; }
    @media only screen and (max-width: 768px) {
      .section3 .text-box h4 {
        font-size: 1em;
        margin-top: 1em; } }
  .section3 .text-box .text {
    font-size: 0.9375em; }
    @media only screen and (max-width: 768px) {
      .section3 .text-box .text {
        font-size: 1em; } }

.section4 {
  background-image: url(../images/bg-5.jpg);
  background-size: 100% auto;
  position: relative; }
  .section4:before, .section4:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../images/bg-2.png);
    background-size: 100% 100%;
    top: -2px; }
    @media only screen and (max-width: 768px) {
      .section4:before, .section4:after {
        background-size: 768px 100%;
        background-position: center; } }
  .section4:after {
    background-image: url(../images/bg-3.png);
    background-size: 100% 100%;
    top: inherit;
    bottom: -2px; }
    @media only screen and (max-width: 768px) {
      .section4:after {
        background-size: 768px 100%;
        background-position: center; } }
  .section4 .container {
    padding: 100px 0; }
    @media only screen and (max-width: 768px) {
      .section4 .container {
        padding: 70px 0; } }
  .section4 .lead-image {
    margin-bottom: 2em; }
  .section4 .name {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 1em; }
  .section4 .method-1 .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .section4 .method-1 .list {
        display: block; } }
    .section4 .method-1 .list > li {
      background: rgba(255, 255, 255, 0.7);
      border-radius: 20px;
      width: 32%;
      padding: 1em;
      margin-bottom: 2em; }
      @media only screen and (max-width: 768px) {
        .section4 .method-1 .list > li {
          width: 100%;
          border-radius: 1em; } }
      .section4 .method-1 .list > li ul {
        background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #646464 100%);
        background-repeat: repeat-y;
        background-size: 100% 2.4em;
        line-height: 2.4;
        border-bottom: 1px solid #f5f2f0;
        font-size: 0.9375em; }
        .section4 .method-1 .list > li ul li {
          padding-left: 1em;
          text-indent: -1em; }
    .section4 .method-1 .list .title {
      font-size: 1.125em;
      margin-bottom: 1em; }
      @media only screen and (max-width: 768px) {
        .section4 .method-1 .list .title {
          font-size: 1.1em;
          margin-bottom: 10px; } }
  .section4 .method-about1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 2em; }
    @media only screen and (max-width: 768px) {
      .section4 .method-about1 {
        display: block; } }
    .section4 .method-about1 dt {
      font-size: 1.25em;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .section4 .method-about1 dt {
          font-size: 1.1428571429em; } }
  .section4 .method-about2 {
    margin-bottom: 2em; }
    .section4 .method-about2 dt {
      font-size: 1.25em;
      font-weight: bold;
      margin-bottom: 1em; }
      @media only screen and (max-width: 768px) {
        .section4 .method-about2 dt {
          font-size: 1.1428571429em; } }
  .section4 .method-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 2em; }
    @media only screen and (max-width: 768px) {
      .section4 .method-2 {
        display: block; } }
    .section4 .method-2 .image {
      width: 45%; }
      @media only screen and (max-width: 768px) {
        .section4 .method-2 .image {
          width: 100%;
          margin-bottom: 1em; } }
    .section4 .method-2 .text-box {
      width: 55%;
      padding-left: 2em; }
      @media only screen and (max-width: 768px) {
        .section4 .method-2 .text-box {
          width: 100%;
          padding-left: 0; } }
      .section4 .method-2 .text-box h3 {
        font-size: 1.25em;
        margin-bottom: 1em; }
      .section4 .method-2 .text-box li {
        font-size: 0.9375em;
        margin-bottom: 2em;
        padding-left: 1em;
        text-indent: -1em; }
        .section4 .method-2 .text-box li span {
          color: #e47267; }
  .section4 .method-3 .lead {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em; }
    @media only screen and (max-width: 768px) {
      .section4 .method-3 .lead {
        text-align: left; } }

.section5 .lead {
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em; }
  @media only screen and (max-width: 768px) {
    .section5 .lead {
      font-size: 1.2857142857em; } }
  .section5 .lead span {
    color: #b0272d; }
.section5 .price-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .section5 .price-list {
      display: block; } }
.section5 .card {
  border-left: 1px solid #bbbbbb;
  padding: 1em;
  margin-bottom: 2em; }
  @media only screen and (max-width: 768px) {
    .section5 .card {
      border-left: 0;
      border-top: 1px solid #bbb;
      margin-bottom: 1em; } }
  .section5 .card:first-child {
    border: none; }
    .section5 .card:first-child .title {
      color: #957c52; }
  .section5 .card:last-child .title {
    color: #8d005d; }
.section5 .title {
  font-size: 1.875em;
  text-align: center;
  color: #754c24; }
.section5 h4 {
  color: #666;
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 1em; }
.section5 .list li {
  font-size: 0.9375em;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em; }
.section5 .note {
  color: #808080;
  font-size: 0.8125em;
  text-align: center; }

.section6 {
  background-image: url(../images/bg-5.jpg);
  background-size: 100% auto;
  position: relative; }
  .section6:before, .section6:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../images/bg-2.png);
    background-size: 100% 100%;
    top: -2px; }
    @media only screen and (max-width: 768px) {
      .section6:before, .section6:after {
        background-size: 768px 100%;
        background-position: center; } }
  .section6:after {
    background-image: url(../images/bg-3.png);
    background-size: 100% 100%;
    top: inherit;
    bottom: -2px; }
    @media only screen and (max-width: 768px) {
      .section6:after {
        background-size: 768px 100%;
        background-position: center; } }
  .section6 .container {
    padding: 100px 0; }
    @media only screen and (max-width: 768px) {
      .section6 .container {
        padding: 70px 0; } }
  .section6 .lead-image {
    margin-bottom: 10px; }
  .section6 .note {
    font-size: 1.125em;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section6 .note {
        font-size: 0.8em; } }
  .section6 .lead {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2;
    margin: 3em auto;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section6 .lead {
        font-size: 1em;
        text-align: left;
        margin: 2em auto; }
        .section6 .lead br {
          display: none; } }
  .section6 .image {
    padding-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      .section6 .image {
        padding-bottom: 50px; } }

.section7 .title {
  background-image: url(../images/lead-10.png);
  background-size: cover;
  background-position: center;
  font-size: 0;
  margin: 20px auto;
  height: 28px; }

.section8 {
  background-image: url(../images/bg-5.jpg);
  background-size: 100% auto;
  position: relative; }
  .section8:before, .section8:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../images/bg-2.png);
    background-size: 100% 100%;
    top: -2px; }
    @media only screen and (max-width: 768px) {
      .section8:before, .section8:after {
        background-size: 768px 100%;
        background-position: center; } }
  .section8 .container {
    padding: 100px 0; }
    @media only screen and (max-width: 768px) {
      .section8 .container {
        padding: 70px 0; } }
  .section8 .lead {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2;
    margin: 3em auto;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section8 .lead {
        font-size: 1em;
        text-align: left;
        margin: 2em auto; }
        .section8 .lead br {
          display: none; } }

.section9 {
  background-image: url(../images/bg-4.png);
  background-size: cover;
  text-align: center; }
  .section9 .logo img {
    max-width: 180px; }
  .section9 .lead-image {
    margin-bottom: 1em; }
    .section9 .lead-image img {
      max-width: 400px; }
  @media only screen and (max-width: 768px) {
    .section9 .flex-box {
      display: block; } }
  .section9 .flex-box .card {
    padding: 2em; }
    @media only screen and (max-width: 768px) {
      .section9 .flex-box .card {
        padding: 1em 0; } }

.fixed-btn {
  position: fixed;
  right: 0;
  top: 220px;
  width: 60px;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .fixed-btn {
      display: none; } }
