@charset "UTF-8";
/* mv */
.mv {
  background-image: url("../img/mv_bg.jpg");
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

.mv-inner {
  width: 1060px;
  margin: 0 auto;
  max-width: 100%;
}

.mv-img {
  text-align: center;
}

.mv-img img {
  margin: 0 auto;
  max-width: 100%;
}

/* top-info*/
.top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1095px;
  margin: auto;
  padding: 40px 0 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-info__left {
  max-width: 770px;
}

.top-info-ttl {
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.top-info-txt {
  line-height: 1.9;
}

/* contents */
.sec-ttl {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.sec-ttl:after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 100px;
  height: 2px;
  background: #007844;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec--ad {
  padding: 50px 0 62px;
  background: #f2f7fb;
}

.sec--ad .sec-ttl {
  margin-bottom: 67px;
}

.sec--char {
  padding: 57px 0 41px;
  background: #E59E06;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FBC228), color-stop(27%, #F8D261), to(#E59E06)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #FBC228 0%, #F8D261 27%, #E59E06 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FBC228 0%, #F8D261 27%, #E59E06 100%) 0% 0% no-repeat padding-box;
}

.sec--char .sec-ttl {
  margin-bottom: 53px;
  color: #ffffff;
}

.sec--char .sec-ttl:after {
  background: #ffffff;
}

.sec--mechanism {
  padding: 70px 0 60px;
}

.sec--effect {
  padding: 60px 0;
  background: #FBF2D0;
}

.sec--effect .sec-ttl {
  margin-bottom: 49px;
}

.sec--effect .sec-ttl:after {
  background: #007844;
}

.sec--summary {
  padding: 60px 0 0;
}

.sec--summary .sec-ttl {
  margin-bottom: 73px;
}

/* CM一覧バナー */
.ad-banner-wrapper {
  max-width: 100%;
  width: 400px;
  margin: 0 auto;
}

.ad-banner {
  width: 100%;
}

/* cpn */
.cpn-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 830px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cpn-bnr__item {
  margin: 0 30px 30px 0;
}

.cpn-bnr__item:nth-of-type(2n) {
  margin-right: 0;
}

.cpn-bnr__item:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.cpn-bnr__item a:hover img {
  opacity: .8;
}

.cpn-bnr.is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* char */
.char {
  max-width: 1065px;
  margin: 0 auto;
  padding: 5px 0 66px;
  position: relative;
}

.char::after {
  content: '';
  width: 450px;
  height: 500px;
  background: url(../img/char_img.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0px;
  top: 30px;
}

.char-question {
  margin-bottom: 60px;
}

.char-question img {
  max-width: 100%;
  margin: 0 auto;
}

.char-txt {
  width: 165px;
  margin: 0 0 18px 20px;
  padding: 5px 0;
  background: #FAE6A7;
  color: #00873A;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.char-ttl {
  width: 780px;
  position: relative;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 6rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.char-ttl .small {
  padding-bottom: 5px;
  font-size: 4.7rem;
  letter-spacing: 0.06em;
  padding-top: 10px;
}

.char-fn {
  padding-left: 10px;
}

.char-fn__item {
  margin-bottom: 10px;
}

/* mechanism */
.mechanism-ttl {
  font-size: 44px;
  color: #007844;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.mechanism-ttl .small {
  font-size: 34px;
  padding-bottom: 16px;
  display: inline-block;
}

.mechanism-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.mechanism-text .strong {
  font-size: 28px;
  display: inline-block;
  padding: 16px 0 8px;
  border-bottom: 4px solid #E63535;
}

.mechanism-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1065px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mechanism-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49.38%;
}

.mechanism-list__item.bg-color {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 30px;
}

.mechanism-list__text {
  font-size: 13px;
  color: #333333;
  line-height: 1.7;
}

.mechanism-list__text + .mechanism-list__text {
  margin-top: 20px;
}

.mechanism-list__text.small {
  font-size: 10px;
}

.mechanism-list__subttl {
  font-weight: bold;
}

.mechanism-subttl {
  font-size: 28px;
  font-weight: bold;
  color: #0063B2;
  text-align: center;
  margin-top: 60px;
}

.mechanism-list-type2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 40px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* effect */
.effect-ttl {
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #007844;
}

.effect-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1065px;
  margin: 0 auto;
  padding: 60px 49px 60px;
  border-radius: 10px;
  background: #ffffff;
}

.effect-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #868686;
}

.effect-col3__item {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.effect-col3__ttl {
  font-size: 13px;
  line-height: 1.7;
  min-height: 80px;
  padding-left: 26px;
  position: relative;
}

.effect-col3__ttl::before {
  content: '1';
  background: #008956;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.effect-col3__item:nth-child(2) > .effect-col3__ttl::before {
  content: '2';
}

.effect-col3__item:nth-child(3) > .effect-col3__ttl::before {
  content: '3';
}

.effect-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 40px;
  border-bottom: 1px solid #868686;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.effect-col2__item {
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.effect-col2__item:first-child {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.effect-col2__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #007844;
}

.effect-col2__txt {
  font-size: 13px;
  line-height: 1.7;
}

.effect-col2__txt + .effect-col2__txt {
  margin-top: 10px;
}

.effect-col2:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* summary */
.summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 910px;
  margin: 0 auto;
  padding-left: 200px;
  background: url(../img/summary_img.png) top left no-repeat;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.summary-ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.summary-fn {
  margin-bottom: 31px;
  color: #666666;
  font-size: 1.3rem;
}

.summary-fn a {
  text-decoration: underline;
}

.summary-fn a:hover {
  text-decoration: none;
}

.summary-txt {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.8667;
  font-weight: bold;
}

.summary-list__item {
  margin-bottom: 10px;
  padding-left: 1em;
  color: #666666;
  font-size: 1.3rem;
  text-indent: -1em;
  line-height: 1.7692;
}

.summary-list__item:last-of-type {
  margin-bottom: 0;
}

.out-link img {
  display: inline-block;
  vertical-align: text-bottom;
}

.text-link {
  text-decoration: underline;
}

.t-link-list--bnr {
  margin: auto;
  padding: 40px 0;
  text-align: center;
}

.t-link-list--bnr a {
  display: inline-block;
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
}

.t-link-list--bnr a:hover {
  opacity: .7;
}

.t-btn--products-top {
  max-width: 538px;
  margin: 0 auto;
  padding: 0;
}

.t-btn--products-top a {
  display: block;
  position: relative;
  border: 1px solid #cccccc;
  background-color: #f6f6f6;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
}

.t-btn--products-top a:hover {
  background-color: #e9e9e9;
}

.t-btn--products-top a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 17px;
  background-image: url(../img/icon_bnr_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.t-bnrlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 0 60px;
}

.t-bnrlist--item {
  width: 538px;
  padding: 0 20px 40px;
}

.t-bnrlist--item a img {
  width: 100%;
  height: auto;
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
}

.t-bnrlist--item a img:hover {
  opacity: .7;
}

@media screen and (max-width: 1064px) {
  #pageTop {
    width: auto;
  }
  .char {
    max-width: 940px;
    background-size: 340px auto;
  }
  .top-info,
  .summary,
  .mechanism-list {
    max-width: 940px;
  }
  .t-bnrlist {
    max-width: 940px;
  }
  .t-bnrlist--item {
    padding: 0 20px 40px;
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*============
sec--ec
============*/
.sec--ec {
  padding: 40px 0;
}

.sec--ec-footer {
  padding: 80px 0 0;
}

.ec-title {
  width: 230px;
  margin: 0 auto 20px;
}

.ec-button {
  width: 360px;
  height: 70px;
  margin: 0 auto;
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
}

.ec-button:hover {
  opacity: .7;
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
  cursor: pointer;
}

.ec-button img {
  width: 100% !important;
  height: auto !important;
}
