@charset "utf-8";

/*-----------------------------------------
  Contents

- サイト共通
- ボタン
- 注釈
- contents
- footer
- utility

/*-----------------------------------------
 * サイト共通
 * ----------------------------------------- */
body {
  font-family: 'Noto Sans Japanese', sans-serif,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI";
  min-width: 1405px;
}

#wrapper a {
  display: inline-block;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  text-decoration: none;
}
#wrapper a:hover {
  opacity: 0.7;
}
#wrapper img {
  width: 100%;
  height: auto;
}

#wrapper,
#wrapper p {
  font-size: 16px;
  line-height: 2;
}

#wrapper .inner {
  width: 1400px;
  margin: 0 auto;
}
#wrapper .inner2 {
  width: 1000px;
  margin: 0 auto;
}

/*-----------------------------------------
 * ボタン
 * ----------------------------------------- */
#wrapper .cv_btn,
#wrapper .cv_btn_middle,
#wrapper .cv_btn_mini {
  text-align: center;
}

/* btn big */
#wrapper .cv_btn a {
  position: relative;
  width: 500px;
  padding: 27px 0;
  background: #ff7901;
  border-radius: 50px;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  box-shadow: 0px 7px 30px 0px rgba(16, 16, 16, 0.29);
}
#wrapper .cv_btn a::before,
#wrapper .cv_btn_middle a::before {
  content: "";
  position: absolute;
  top: 36px;
  right: 25px;
  bottom: 28px;
  width: 24px;
  height: 15px;
  background-image: url(../img/icn_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  letter-spacing: 1px;
}
#wrapper .cv_btn_middle a::before {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* btn middle */
#wrapper .cv_btn_middle a {
  position: relative;
  width: 360px;
  padding: 27px 0;
  background: #ff7901;
  border-radius: 50px;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  box-shadow: 0px 5px 19px 0px rgba(16, 16, 16, 0.29);
}

/* btn mini */
#wrapper .cv_btn_mini a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 26px;
  bottom: 28px;
  width: 20px;
  height: 25px;
  background-image: url(../img/icn_browser.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#wrapper .cv_btn_mini a {
  position: relative;
  width: 215px;
  padding: 15px 0 15px 27px;
  background: #ff7901;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  box-shadow: 0px 5px 19px 0px rgba(16, 16, 16, 0.36);
}

/* フローティングバナー */
#wrapper .bnr_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #8bc109;
  z-index: 99;

  -webkit-transform:translateY(101%);
  transform: translateY(101%);
  -webkit-transition: .3s;
  transition: .3s;
}
#wrapper .bnr_fixed_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#wrapper .bnr_fixed a {
  display: block;
}
#wrapper .bnr_fixed_close {
  position: absolute;
  top: 5px;
  right: 23px;
  width: 23px;
  height: 23px;
  z-index: 99;
  cursor: pointer;
}

#wrapper .is-show {
  -webkit-transform:translateY(0)!important;
  transform: translateY(0)!important;
  opacity: 1!important;

}
#wrapper .is-hide {
  -webkit-transform: translateY(101%)!important;
  transform: translateY(101%)!important;
  opacity: 0!important;
}
#wrapper .bnr_close_hide {
  -webkit-transform: translateY(101%)!important;
  transform: translateY(101%)!important;
  opacity: 0!important;
}


/*-----------------------------------------
 * contents
 * ----------------------------------------- */

/* ----------- header */
#wrapper .header {
  background: #000000;
}
#wrapper .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
#wrapper .header h1{
  width: 114px;
  padding: 16px 0 9px 0; 
}
#wrapper .header .navi {
  font-size: 0;
}
#wrapper .navi li {
  display: inline-block;
  margin-left: 50px;
  padding: 20px 0 18px 0; 
}
#wrapper .navi li a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
}


/* ----------- fv */

#wrapper .fv {
  height: 760px;
  padding-top: 64px;
  background: -moz-linear-gradient(135deg,#97ca1b,#68b346 70%,#68b346 84%,#97ca1b); 
  background: -webkit-linear-gradient(135deg,#97ca1b,#68b346 70%,#68b346 84%,#97ca1b); 
  background: linear-gradient(135deg,#97ca1b,#68b346 70%,#68b346 84%,#97ca1b); 
}
#wrapper .fv_ttl {
  width: 810px;
  margin: 0 auto 70px auto;
}
#wrapper .fv_inner {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

/* PC */
#wrapper .fv_l {
  position: absolute;
  left: -140px;
}

#wrapper .fv_pc {
  position: relative;
  width: 873px;
}

#wrapper .fv_pc::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 75px;
  width: 713px;
  height: 474px;
  background-image: url(../img/fv_img_glare.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 5;
}
#wrapper .fv_pt {
  position: absolute;
  top: 28px;
  left: 110px;
  width: 660px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 4;
}

/* テキスト */
#wrapper .fv_r {
  position: absolute;
  top: 40px;
  right: 195px;
  color: #fff;
  letter-spacing: 1px;
}
#wrapper .fv_r h3 {
  margin-bottom: 27px;
  font-size: 27px;
  font-weight: 400;
}
#wrapper .fv_r p {
  margin-bottom: 45px;
  font-weight: 300;
}
#wrapper .fv_r ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 482px;
  margin-left: -20px;
}
#wrapper .fv_r li {
  width: 150px;
}


/* ----------- sec_01 */

#wrapper .sec_01 {
  margin-bottom: 140px;
}

/* sec_01 1 */
#wrapper .sec_01_area1 {
  margin-bottom: 150px;
}
#wrapper .sec_01_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  padding: 90px 0 88px 0;
}
#wrapper .sec_01_ttl span {
  color: #8bc108;
  font-size: 43px;
  padding: 0 4px;
}
#wrapper .sec_01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  width: 1000px;
  margin: 0 auto;
}
#wrapper .sec_01_list li {
  width: 283px;
  text-align: center;
}
#wrapper .sec_01_list li a {
  height: 295px;
  position: relative;
  display: block;
  padding: 140px 0 0 0;
  color: #fff;
  line-height: 1.4;
  font-size: 25px;
  font-weight: 200;
  background-color: #8bc108;
  box-shadow: 0px 17px 50px 0px rgba(16, 16, 16, 0.34);
}
#wrapper .sec_01_list li a::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background-image: url(../img/sec01_list_icn_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#wrapper .sec_01_list li:nth-child(2) a::before {
  background-image: url(../img/sec01_list_icn_2.png);
}
#wrapper .sec_01_list li:nth-child(3) a::before {
  background-image: url(../img/sec01_list_icn_3.png);
}
#wrapper .sec_01_list li a::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 27px;
  height: 15px;
  background-image: url(../img/icn_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}


/* sec_01 2 */
#wrapper .sec_01_col2_1,
#wrapper .sec_01_col2_2,
#wrapper .sec_01_col2_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .sec_01_col2_body {
  flex-basis: 556px;
  padding-top: 185px;
}
#wrapper .sec_01_col2_body h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
}
#wrapper .sec_01_col2_body h3::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 57px;
  height: 57px;
  background-image: url(../img/sec01_icn_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#wrapper .sec_01_col2_body p {
  width: 340px;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 1 */
#wrapper .sec_01_col2_1 .sec_01_col2_img {
  flex-basis: 844px;
  padding: 13px 0 0 37px;
}
#wrapper .sec_01_col2_1 .sec_01_col2_img img {
  width: 751px;
}

/* 2 */
#wrapper .sec_01_col2_2 {
  flex-flow: row-reverse;
}
#wrapper .sec_01_col2_2 .sec_01_col2_img {
  flex-basis: 844px;
  padding: 60px 0 0 80px;
}
#wrapper .sec_01_col2_2 .sec_01_col2_img img {
  width: 723px;
}
#wrapper .sec_01_col2_2 .sec_01_col2_body {
  padding: 220px 0 0 198px;
}
#wrapper .sec_01_col2_2 .sec_01_col2_body h3::before {
  background-image: url(../img/sec01_icn_2.png);
}

/* 3 */
#wrapper .sec_01_col2_3 .sec_01_col2_img {
  flex-basis: 844px;
  padding: 13px 0 23px 37px;
}
#wrapper .sec_01_col2_3 .sec_01_col2_img img {
  width: 779px;
}
#wrapper .sec_01_col2_3 .sec_01_col2_body {
  padding-top: 205px;
}
#wrapper .sec_01_col2_3 .sec_01_col2_body h3::before {
  background-image: url(../img/sec01_icn_3.png);
}


/* ----------- sec_02 */

#wrapper .sec_02 {
  background-color: #f1f1f1;
}
#wrapper .sec_02_inner {
  width: 1405px;
  margin: 0 auto;
  padding-bottom: 140px;
  border-bottom: 1px solid #999;
}
#wrapper .sec_02_inner:last-child {
  border: none;
}

#wrapper .sec_02_ttl {
  padding: 137px 0 70px 0;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
#wrapper .sec_02_ttl span {
  font-size: 24px;
}

/*  --- 1 slider ---  */
#wrapper .sec_02_slider {
  position: relative;
  width: 1250px;
  margin: 0 auto;
}
#wrapper .sec_02 .swiper1 {
  width: 1000px;
  margin: 0 auto;
}
#wrapper .sec_02 .swiper1_l {
  float: left;
  width: 600px;
}
#wrapper .sec_02 .swiper1_r {
  float: right;
  width: 400px;
  padding-left: 68px;
}
#wrapper .sec_02 .swiper-slide_inner {
  width: 1000px;
  padding-top: 70px;
}
#wrapper .sec_02 .swiper1_ttl {
  position: relative;
  font-size: 25px;
  padding-bottom: 24px;
  font-weight: 500;
  line-height: 1.4;
}
#wrapper .sec_02 .swiper1_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 4px;
  background: #333333;
}
#wrapper .sec_02 .swiper1_body {
  margin-top: 24px;
}


/* Noページネーション */
#wrapper .sec_02 .swiper-container-horizontal>.swiper-pagination-bullets,
#wrapper .sec_02 .swiper-pagination-custom,
#wrapper .sec_02 .swiper-pagination-fraction {
  top: 0;
}

#wrapper .sec_02 .swiper-pagination_warp {
  position: relative;
  width: 657px;
  margin: 0 auto 50px auto;
}
#wrapper .sec_02 .swiper-pagination_warp::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 10px;
  width: 627px;
  height: 2px;
  background-color: #8bc108;
  z-index: -1;
}
#wrapper .sec_02 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#wrapper .sec_02 .swiper-pagination-bullet {
  display: block;
  width: 46px;
  height: 46px;
  background-color: #f1f1f1;
  border: 2px solid #8bc108;
  border-radius: 50%;
  color: #8bc108;
  font-size: 29px;
  text-align: center;
  line-height: 39px;
  opacity: 1;
}
#wrapper .sec_02 .swiper-pagination-bullet-active {
  background-color: #8bc108;
  color: #fff;
}

/* 前ページ、次ページボタン共通のスタイル */
#wrapper .sec_02 .swiper-button-prev,
#wrapper .sec_02 .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  margin-top: 35px;
}
#wrapper .sec_02 .swiper-button-next {
  background-image: url(../img/sec02_slider_arrow.png);
}
#wrapper .sec_02 .swiper-button-prev {
  background-image: url(../img/sec02_slider_arrow.png);
  transform: scale(-1, 1);
}



/*  --- 2 ---  */
#wrapper .sec_02_design {
  position: relative;
  width: 816px;
  margin: 0 auto;
}
#wrapper .sec_02_design::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 75px;
  width: 666px;
  height: 444px;
  background-image: url(../img/sec02_design_glare.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 5;
}
#wrapper .sec02_de_icn {
  position: absolute;
  top: 56px;
  left: -120px;
  width: 263px;
  z-index: 6;
}
#wrapper .sec02_de_pt {
  position: absolute;
  top: 25px;
  left: 100px;
  width: 620px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 4;
}


/*  --- 3 ---  */
#wrapper .sec_02_graph {
  position: relative;
  width: 814px;
  margin: 0 auto;
}
#wrapper .sec02_graph_pt {
  position: absolute;
  top: 60px;
}

/* 表のアニメーション */
[data-aos="table"] {
    width: 892px;
    left: -64px;
} 
[data-aos="table"].aos-animate {
    left: -93px;
    width: 944px;
}


/* ----------- sec_03 */

#wrapper .sec_03 {
  background-color: #8bc108;
  padding-bottom: 40px;
  overflow-x: hidden;
}

#wrapper .sec_03_slider_warp {
  overflow-x: hidden;
}
#wrapper .sec_03_ttl {
  padding: 92px 0 70px 0;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
#wrapper .sec_03_ttl span {
  font-size: 24px;
}

/*  --- slider ---  */
#wrapper .sec_03_slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 668px;
}
#wrapper .sec_03_slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
#wrapper .sec_03_slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 550px;
  height: 312px;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 5px 26px 0px rgba(16, 16, 16, 0.31);
}
#wrapper .sec_03 .swiper-slide_inner {
  position: relative;
  width: 450px;
  height: 430px;
  margin: 0 auto;
}
#wrapper .sec_03 .swiper2_ttl {
  position: relative;
  padding: 44px 0 12px 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
}
#wrapper .sec_03 .swiper2_body {
  margin-bottom: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#wrapper .sec_03 .swiper2_footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#wrapper .sec_03 .swiper2_img {
  width: 135px;
  margin: 0 auto;
}
#wrapper .sec_03 .swiper2_name {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}


/* ページネーション */
#wrapper .sec_03 .swiper-pagination2 {
  margin-top: 40px;
  text-align: center;
}
#wrapper .sec_03 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: #fff;
  opacity: 1;
}
#wrapper .sec_03 .swiper-pagination-bullet-active {
  background-color: #333;
}

/* 前ページ、次ページボタン共通のスタイル */
#wrapper .sec_03 .swiper-button-prev2,
#wrapper .sec_03 .swiper-button-next2 {
  position: absolute;
  top: 138px;
  width: 21px;
  height: 41px;
  background-size: 21px 41px;
  z-index: 10;
  cursor: pointer;
}
#wrapper .sec_03 .swiper-button-next2 {
  background-image: url(../img/sec03_slider_arrow_r.png);
  right: -20px;
}
#wrapper .sec_03 .swiper-button-prev2 {
  background-image: url(../img/sec03_slider_arrow_r.png);
  transform: scale(-1, 1);
  left: -20px;
}


/* ----------- sec_04 */

#wrapper .sec_04 {
}
#wrapper .sec_04_ttl {
  padding: 92px 0 70px 0;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
}
#wrapper .sec_04_ttl span {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
}
#wrapper .sec_04_inner {
  width: 1088px;
  margin: 0 auto;
  overflow: hidden;
}
#wrapper .sec_04_uv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper .sec_04_uv li {
  width: 330px;
  height: 430px;
  padding-top: 86px;

  background-image: url(../img/sec04_bg1.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#wrapper .sec_04_uv li:nth-child(2) {
  background-image: url(../img/sec04_bg2.jpg);
}
#wrapper .sec_04_uv li:nth-child(3) {
  background-image: url(../img/sec04_bg3.jpg);
}
#wrapper .sec_04_uv h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 8px #000;
}
#wrapper .sec_04_uv h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
}
#wrapper .sec_04_uv p {
  margin: 0 auto;
  width: 235px;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  text-shadow: 0px 2px 8px #000;
}
#wrapper .sec_04_note {
  float: right;
  margin-top: 17px;
  width: 155px;
  font-size: 14px;
  line-height: 1.4;
}

/* 文字だけホバーで拡大 */
#wrapper .sec_04_uv .sec_04_uv_inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#wrapper .sec_04_uv li:hover .sec_04_uv_inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* ----------- sec_05 */

#wrapper .sec_05 {
}
#wrapper .sec_05_ttl {
  padding: 92px 0 70px 0;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
}

/* step 1-3 */
#wrapper .sec_05_step {
  margin-bottom: 38px;
  background: #8bc108;
}
#wrapper .sec_05_step_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .sec_05_step h3 {
  flex-basis: 135px;
  padding: 35px 0 35px 45px;
}
#wrapper .sec_05_step h3 img {
  width: 92px;
}
#wrapper .sec_05_step .sec_05_step_detail {
  padding: 35px 0 35px 45px;
  color: #fff;
  letter-spacing: 1px;
}
#wrapper .sec_05_step dt {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
#wrapper .sec_05_step dd {
  line-height: 1.4;
}
#wrapper .sec_05_step dd span {
  color: #333;
}

/* step2のみ */
#wrapper .sec_05_step2 .sec_05_step_detail {
  padding: 30px 0 17px 45px;
}
#wrapper .sec_05_step2 .sec_05_step_inner >:last-child {
  margin-left: auto;
  padding: 20px 50px 0 0;
}

/* txt */
#wrapper .sec_05_step h4 {
  margin: 20px 0 10px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
#wrapper .sec05_txt {
  width: 547px;
  margin: 0 auto 30px auto;
}

/* plan */
#wrapper .sec05_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;

  width: 880px;
  margin: 0 auto;
}
#wrapper .sec05_plan li {
  position: relative;
  width: 270px;
  height: 390px;
  margin: 0 35px 35px 0;
  padding: 0 23px;
  background-color: #fff;
  text-align: center;
}
#wrapper .sec05_plan li:nth-child(3),
#wrapper .sec05_plan li:last-child {
  margin-right: 0;
}

/* 1番目のみ */
#wrapper .sec05_plan li:nth-child(1) .cv_btn_mini a {
  padding: 15px 0 15px 40px;
}
#wrapper .sec05_plan li:nth-child(1) .cv_btn_mini a::before {
  left: 55px;
}

/* 3番目 おすすめのみ */
#wrapper .sec05_plan li:nth-child(3) {
  height: 406px;
  box-shadow: 0px 9px 20px 0px rgba(16, 16, 16, 0.42);
}
#wrapper .sec05_plan li:nth-child(3) dt {
  color: #8bc108;
  padding-top: 118px;
}
#wrapper .sec05_plan li:nth-child(3) .cv_btn_mini {
  bottom: 27px;
}
#wrapper .sec05_plan_tag {
  position: absolute;
  top: 0;
  left: 10px;
  width: 60px;
}

/* 5番目のみ */
#wrapper .sec05_plan li:nth-child(5) .plan_price {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.4;
}


/* plan list */
#wrapper .sec05_plan dl {
}
#wrapper .sec05_plan dt {
  position: relative;
  margin-bottom: 7px;
  padding-top: 110px;
  font-size: 32px;
  font-weight: 400;
}
#wrapper .sec05_plan dt::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 62px;
  height: 53px;
  background-image: url(../img/sec05_icn1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#wrapper .sec05_plan li:nth-child(2) dt::before {
  background-image: url(../img/sec05_icn2.png);
}
#wrapper .sec05_plan li:nth-child(3) dt::before {
  background-image: url(../img/sec05_icn3.png);
}
#wrapper .sec05_plan li:nth-child(4) dt::before {
  background-image: url(../img/sec05_icn4.png);
}
#wrapper .sec05_plan li:nth-child(5) dt::before {
  background-image: url(../img/sec05_icn5.png);
}

#wrapper .sec05_plan .plan_pv {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #414141;
  font-size: 21px;
}
#wrapper .sec05_plan .plan_price {
  font-size: 20px;
  line-height: 1;
}
#wrapper .sec05_plan .plan_price_no {
  font-size: 65px;
  font-weight: 300;
}
#wrapper .sec05_plan .count_up_end {
  font-weight: 400;
}
#wrapper .sec05_plan .count_up_green {
  color: #8bc108;
}
#wrapper .sec05_plan .plan_tax {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
#wrapper .sec05_plan .cv_btn_mini {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}

/* 注釈 */
#wrapper .sec05_noe {
  padding: 0 20px 20px 0;
  font-size: 14px;
  text-align: right;
  color: #333;
}


/* ----------- sec_06 */

#wrapper .sec_06 {
}
#wrapper .sec_06_ttl {
  padding: 92px 0 70px 0;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
}
#wrapper .sec_06_note {
  margin-bottom: 58px;
  font-size: 14px;
  letter-spacing: -0.3px;
}
#wrapper .sec_06 .text_link {
  color: #8bc108;
}



/* --- accordion---  */
#wrapper .accordion dt {
  position: relative;
  margin-top: 2px;
  padding: 14px 10px 14px 24px;
  background-color: #f1f1f1;
  font-size: 20px;
  cursor: pointer;
}
#wrapper .accordion dt:hover {
  opacity: 0.7;
}
#wrapper .accordion dt:first-child {
  margin-top: 0;
}
#wrapper .accordion dt:after{
	content: " ";
	display: block;
	position: absolute;
	width: 15px;
	height: 10px;
	top: 33px;
	right: 22px;
  background-image: url(../img/sec06_icn_arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
#wrapper .accordion .active:after {
	top: 27px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#wrapper .accordion dt img {
  display: inline-block;
  width: 32px;
  margin-right: 25px;
  vertical-align: middle;
}
#wrapper .accordion dd {
  position: relative;
  padding: 22px 22px 40px 90px;
}
#wrapper .accordion .sec06_qa_a {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px
}



/*-----------------------------------------
 * footer
 * ----------------------------------------- */
#wrapper .footer {
  margin-top: 90px;
  text-align: center;
}
#wrapper .footer_inner {
  padding: 25px 0 20px 0;
  background-color: #8bc109;
  color: #fff;
}
#wrapper .footer_txt {
  padding: 15px 0;
  background: #F1F1F1;
}
#wrapper .footer_txt p {
  font-size: 12px;
  line-height: 1.6;
}

#wrapper .footer_list {
  font-size: 0;
}
#wrapper .footer_list li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
#wrapper .footer_list li:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  width: 1px;
  height: 16px;
  background: #fff;
  -webkit-transform: skewX(140deg);
  -moz-transform: skewX(140deg);
  transform: skewX(140deg);
}
#wrapper .footer_list li:last-child::after {
  display:none;
 }
#wrapper .footer_list li:last-child {
  margin-right: 0;
}
#wrapper .footer_list a {
  font-size: 15px;
  color: #fff;
}
#wrapper .copy {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
}
#wrapper .pageTop_area {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
#wrapper .pageTop {
  position: absolute;
  top: -30px;
  right: 40px;
}

