@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top; }
  img[usemap] {
    border-width: 0; }
  a img {
    border-width: 0;
    text-decoration: none; }

ul, li {
  list-style: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #4f4f4f;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 670px) {
    body {
      font-size: 1.4rem; } }

a {
  text-decoration: underline;
  color: #4f4f4f; }
  a:hover {
    color: #162184;
    text-decoration: none; }

img {
  max-width: 100%; }

/* ヘッダー
/*+---------------------------------*/
.header {
  max-width: 1040px;
  margin: 40px auto;
  padding: 0 20px; }
  @media screen and (max-width: 670px) {
    .header {
      margin: 20px auto; } }

/* フッター
/*+---------------------------------*/
.footer {
  border-top: 1px solid #f2f2f2;
  position: relative;
  width: 100%;
  padding: 50px 40px;
  margin-top: 96px; }
  @media screen and (max-width: 670px) {
    .footer {
      padding: 40px 20px; } }
  .footer .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .footer .footer-wrap {
        display: block; } }
  .footer .footer-logo img {
    max-width: 100%; }
    @media screen and (max-width: 670px) {
      .footer .footer-logo img {
        width: auto;
        height: 40px; } }
  .footer .footer-link {
    margin-top: 10px; }
    @media screen and (max-width: 800px) {
      .footer .footer-link {
        margin-bottom: 15px; } }
    .footer .footer-link > li {
      display: inline-block;
      padding-right: 10px; }
      @media screen and (max-width: 800px) {
        .footer .footer-link > li {
          display: block;
          padding-right: 0; } }
      .footer .footer-link > li::before {
        position: relative;
        top: -1px;
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-right: 5px;
        border-top: #c2c2c2 2px solid;
        border-right: #c2c2c2 2px solid;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .footer .footer-link > li a {
        color: #4f4f4f;
        font-size: 1.3rem;
        text-decoration: none; }
        @media screen and (max-width: 320px) {
          .footer .footer-link > li a {
            font-size: 1.1rem; } }
        .footer .footer-link > li a.is-blank::after {
          position: relative;
          top: 0;
          content: '';
          display: inline-block;
          width: 10px;
          height: 10px;
          margin-left: 5px;
          background: url(../img/icon_blank_gray.png) no-repeat left top; }
        .footer .footer-link > li a:hover {
          text-decoration: underline; }

.footer-copyright {
  white-space: nowrap;
  color: #999;
  font-size: 1.0rem;
  text-align: right; }

.pagetop-button {
  position: fixed;
  right: 30px;
  bottom: 60px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .pagetop-button:hover {
    opacity: .7; }
  .pagetop-button.is-fixed {
    position: absolute;
    top: -30px;
    bottom: inherit; }
  @media screen and (max-width: 670px) {
    .pagetop-button {
      width: 40px;
      height: 40px;
      right: 5px;
      bottom: 30px;
      padding: 0; }
      .pagetop-button.is-fixed {
        position: absolute;
        top: -20px;
        bottom: inherit; } }

/* 全体
/*+---------------------------------*/
/* --- PCでのみ表示 --- */
.pc-only {
  display: block; }
  @media screen and (max-width: 670px) {
    .pc-only {
      display: none; } }

/* --- スマホでのみ表示 --- */
.sp-only {
  display: none; }
  @media screen and (max-width: 670px) {
    .sp-only {
      display: block; } }

/* 見出し
/*+---------------------------------*/
/* --- 見出しlevel2 --- */
.heading-level2 {
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative; }
  .heading-level2:after {
    content: '';
    display: inline-block;
    width: 64px;
    height: 4px;
    background: #89af48;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  @media screen and (max-width: 670px) {
    .heading-level2 {
      font-size: 1.6rem;
      padding-bottom: 12px;
      margin-bottom: 16px; }
      .heading-level2:after {
        content: '';
        width: 56px;
        height: 2px; } }
h3{
  margin-bottom: 10px;
  margin-top: 15px;
}

/* ボックスレイアウト
/*+---------------------------------*/
/* --- コンテンツ全体のwrap --- */
.content-wrap {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px; }

/* --- 見出しレベル3用ボックス --- */
.content-box + .content-box {
  margin-top: 78px; }

@media screen and (max-width: 670px) {
  .content-box + .content-box {
    margin-top: 45px; } }

/* --- ボックスの左右余白 --- */
.content-inner {
  max-width: 788px;
  margin: auto; }

/* --- リード文--- */
.lead-text {
  text-align: center;
  font-size: 2.8rem; }
  .lead-text strong {
    position: relative;
    padding: 0 60px; }
    .lead-text strong:before {
      content: '';
      display: inline-block;
      width: 47px;
      height: 52px;
      background: url(../img/thx_decoration_left.png) no-repeat;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .lead-text strong:after {
      content: '';
      display: inline-block;
      width: 47px;
      height: 52px;
      background: url(../img/thx_decoration_right.png) no-repeat;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  @media screen and (max-width: 670px) {
    .lead-text {
      width: 100%;
      font-size: 1.6rem; }
      .lead-text strong {
        padding: 0px;
        display: inline-block;
        width: 100%; }
        .lead-text strong:before {
          content: '';
          width: 33px;
          height: 36px;
          background-size: 100% auto;
          left: -10px; }
        .lead-text strong:after {
          content: '';
          width: 33px;
          height: 36px;
          background-size: 100% auto;
          right: -10px; } }

/* --- 文章 --- */
.text-box {
  line-height: 2; }
  .text-box p + p {
    margin-top: 40px; }
  @media screen and (max-width: 670px) {
    .text-box {
      line-height: 1.8; }
      .text-box p + p {
        margin-top: 20px; } }

/* ボタン
/*+---------------------------------*/
/* --- バナーボタン --- */
.bnr {
  display: inline-block;
  margin: 56px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .bnr:hover {
    opacity: .7; }
  @media screen and (max-width: 670px) {
    .bnr {
      margin: 28px auto 0; } }

/* --- 標準ボタン --- */
.btn {
  width: 370px;
  display: block;
  margin: 24px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn:hover {
    opacity: .7; }
  @media screen and (max-width: 670px) {
    .btn {
      width: 100%; } }

/* リスト
/*+---------------------------------*/
/* --- 標準リスト --- */
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list li {
    width: calc(100% / 3 - 20px);
    margin-bottom: 10px;
    margin-left: 0.9em;
    text-indent: -0.9em;
    padding-right: 35px; }
    .list li:nth-child(3n) {
      padding-right: 0; }
    .list li:before {
      display: inline-block;
      position: relative;
      top: -2px;
      content: '';
      margin-right: 10px;
      width: 4px;
      height: 4px;
      background-color: #95b75b;
      border-radius: 4px; }
    .list li > .list {
      margin-left: 2em; }
  @media screen and (max-width: 670px) {
    .list li {
      width: calc(50% - 13px);
      margin-bottom: 0;
      padding-right: 15px;
      margin-left: 0.8em;
      text-indent: -0.8em; }
      .list li:nth-child(3n) {
        padding-right: 15px; }
      .list li:nth-child(2n) {
        padding-right: 15px; }
      .list li:before {
        width: 6px;
        height: 6px;
        margin-right: 5px; }
      .list li > .list {
        margin-left: 2em; } }

/* --- 画像リスト --- */
.pict-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto; }
  .pict-list li {
    margin-right: 4px; }
    .pict-list li:last-child {
      margin-right: 0; }
  @media screen and (max-width: 670px) {
    .pict-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 40px auto; }
      .pict-list li {
        width: calc(100% / 2 - 4px);
        margin-right: 4px;
        margin-bottom: 4px; }
        .pict-list li:nth-child(2n) {
          margin-right: 0; } }

/* パーツ
/*+---------------------------------*/
/* --- メインビジュアル --- */
.mv {
  padding: 56px 0;
  background: url(../img/bg_gradation.png) center -60px no-repeat;
  background-size: cover; }
  .mv .mv-inner {
    max-width: 1040px;
    margin: auto;
    padding: 0 20px; }
  @media screen and (max-width: 670px) {
    .mv {
      padding: 20px 0;
      background: url(../img/bg_gradation.png) center bottom no-repeat; } }

.pict-animals {
  text-align: center;
  margin: 38px auto 54px; }
  @media screen and (max-width: 670px) {
    .pict-animals {
      margin: 24px auto 27px; } }

.support-box {
  border: 3px solid #89af48;
  border-radius: 8px;
  padding: 40px;
  margin-top: 48px;
  text-align: center; }
  .support-box .support-box__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .support-box .support-box__heading .support-box__heading-text {
      font-size: 2.8rem;
      font-weight: bold;
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .support-box .support-box__heading .support-box__heading-number {
      font-size: 6.4rem;
      font-weight: bold;
      color: #e73650;
      -ms-flex-item-align: end;
          align-self: flex-end;
      line-height: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(80%, #fffd5c), to(#fffd5c));
      background: linear-gradient(to bottom, #fff 0%, #fff 80%, #fffd5c 80%, #fffd5c 100%);
      margin-left: 30px; }
      .support-box .support-box__heading .support-box__heading-number span {
        font-size: 4rem;
        margin-left: 10px; }
  .support-box.is-support-money {
    min-height: 353px;
    background: url(../img/pict_cheering.png) center bottom no-repeat; }
    .support-box.is-support-money .support-box__heading {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .support-box.is-support-money .support-box__heading .support-box__heading-text {
        width: 100%; }
      .support-box.is-support-money .support-box__heading .support-box__heading-price {
        font-size: 8rem;
        font-weight: bold;
        color: #e73650;
        -ms-flex-item-align: end;
            align-self: flex-end;
        line-height: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(85%, #fff), color-stop(85%, #fffd5c), to(#fffd5c));
        background: linear-gradient(to bottom, #fff 0%, #fff 85%, #fffd5c 85%, #fffd5c 100%);
        margin-top: 30px; }
        .support-box.is-support-money .support-box__heading .support-box__heading-price span {
          font-size: 5.6rem; }
  @media screen and (max-width: 670px) {
    .support-box {
      border: 2px solid #89af48;
      padding: 20px;
      margin-top: 24px; }
      .support-box .support-box__heading {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .support-box .support-box__heading .support-box__heading-text {
          width: 100%;
          font-size: 1.6rem;
          -ms-flex-item-align: center;
              align-self: center; }
        .support-box .support-box__heading .support-box__heading-number {
          font-size: 3.2rem;
          -ms-flex-item-align: center;
              align-self: center;
          margin-left: 0;
          margin-top: 10px; }
          .support-box .support-box__heading .support-box__heading-number span {
            font-size: 2rem;
            margin-left: 0; }
      .support-box.is-support-money {
        min-height: 150px;
        background: url(../img/pict_cheering.png) center 101% no-repeat;
        background-size: 100% auto; }
        .support-box.is-support-money .support-box__heading .support-box__heading-price {
          font-size: 3rem;
          -ms-flex-item-align: center;
              align-self: center;
          margin-top: 10px; }
          .support-box.is-support-money .support-box__heading .support-box__heading-price span {
            font-size: 2rem; } }

.pict-human {
  margin-top: 40px; }
  @media screen and (max-width: 670px) {
    .pict-human {
      margin-top: 20px; } }
