
@charset "UTF-8";
/* Scss Document */
.wrap {
  overflow: hidden; }

/*---------mixin設定-------------*/
/*ブレイクポイント*/
/*インナースマホ表示*/
/*PC非表示*/
@media (min-width: 768px) {
  .pc_none {
    display: none; } }
@media (max-width: 768px) {
  .sp_none {
    display: none; } }
/*----------------------------------

   // sec_ttl

-----------------------------------*/
.sec_ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center; }

.sec_merit .sec_ttl ,
	.sec_voice .sec_ttl {
  font-size: 44px;
		margin-bottom: 80px;
  font-weight: 700;
  text-align: center; }

  .sec_ttl span {
    border-bottom: 4px solid #ed5003;
    position: relative;
    padding-bottom: 8px; }
  .sec_ttl span::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 19px solid #FFF;
    z-index: 2; }
  .sec_voice .sec_ttl span::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 19px solid #eeece8;
    z-index: 2; }



  .sec_ttl span::after {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 22px solid #ed5003;
    z-index: 1; }

@media (max-width: 768px) {
  .sec_ttl {
    font-size: 6.8vw;
    line-height: 1.8; }
	
	.sec_merit .sec_ttl ,
		.sec_voice .sec_ttl {
	  font-size: 6.8vw;
			margin-bottom: 40px;}
	
	
	
    .sec_ttl span {
      border-bottom: 3px solid #ed5003;
      position: relative;
      padding-bottom: 5px; }
	
	
    .sec_ttl span::before {
      content: "";
      position: absolute;
      bottom: -23px;
      left: 50%;
      margin-left: 20px;
      border: 12px solid transparent;
      border-top: 12px solid #FFF;
      z-index: 2; }
    .sec_ttl span::after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: 18px;
      border: 14px solid transparent;
      border-top: 14px solid #ed5003;
      z-index: 1; } 


    .sec_merit .sec_ttl span::before ,
    .sec_voice .sec_ttl span::before {
      bottom: -23px;
      left: 46%;
      margin-left: 0;}
	
    .sec_voice .sec_ttl span::before {
	border-top: 12px solid #eeece8;}

    .sec_merit .sec_ttl span::after ,
    .sec_voice .sec_ttl span::after {
      bottom: -30px;
      left: 46%;
      margin-left: -2px; } 
}



/*----------------------------------

   // sec_fv

-----------------------------------*/
.sec_fv {
  background: #0D3457 url("../img/fv_bg_01.jpg") no-repeat;
  background-position: center top;
  background-size: cover; }
  .sec_fv .inner {
    background: url("../img/fv_bg_02.png") no-repeat;
    background-position: right bottom;
    background-size: 40%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px; }
  .sec_fv .fv_ttl {
	  max-width: 760px;
    padding: 55px 0 30px; }
  .sec_fv .flex_wrap {
    display: flex;
    justify-content: flex-start; }
  .sec_fv .fv_btn_wrap {
    display: flex;
    align-items: center;
    flex-flow: row-reverse; }
    .sec_fv .fv_btn_wrap .fv_amazon {
      margin-left: 5px;
      width: 360px; }
    .sec_fv .fv_btn_wrap .fv_btn {
      width: 400px; }
      .sec_fv .fv_btn_wrap .fv_btn:hover {
        opacity: 0.8; }
  .sec_fv .fv_medal {
    position: absolute;
    right: 0;
    bottom: 38px;
    width: 188px; }

@media (min-width: 768px) {
  .fv_obj_sp {
    display: none; } }
@media (max-width: 768px) {
  .sec_fv .inner {
    background: none;
    width: 100%;
    padding-bottom: 30px; }
  .sec_fv .fv_ttl {
	  box-sizing: border-box;
    padding: 20px 0 30px; }
  .sec_fv .fv_obj_sp {
    width: 80%;
    margin: 0 auto; }
  .sec_fv .flex_wrap {
    display: block; }
  .sec_fv .fv_btn_wrap {
	  width: 90%;
	  margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: wrap; }
    .sec_fv .fv_btn_wrap .fv_amazon {
      margin-left: 0;
      margin-bottom: 5px;
      width: 85%; }
    .sec_fv .fv_btn_wrap .fv_btn {
      width: 100%; }
      .sec_fv .fv_btn_wrap .fv_btn img {
        width: 100%; }
  .sec_fv .fv_medal {
    position: absolute;
        right: 10px;
        top: 70vw;
        width: 26%; } }
/*.sec_fv {
	background:#c1e0fa url("../img/fv_bg.jpg") no-repeat;
	background-position: center top;
	background-size: cover;
	
	.inner {
		width: 1150px;
		margin: 0 auto;
		padding: 30px 0 50px 45px;
		box-sizing: border-box;
		position: relative;
	}
	
	.fv_sub_txt {
		margin-bottom: 20px;
		width: 380px;
	}
	
	.fv_fukidashi {
		margin-bottom: 20px;
		width: 456px;
	}
	
	.fv_title {
		margin-bottom: 10px;
		width: 585px;
	}
	
	.fv_botton {
		margin-left: -30px;
		width: 510px;
		
		a {
			display: block;
		}
		
		a:hover {
			opacity: 0.8;
		}
	}
	
	.fv_build {
		position: absolute;
		right: 0;
		bottom: -60px;
		width: 650px;
	}
}


@include sp_break($md) {
	.sec_fv {
		background:#c1e0fa url("../img/fv_bg_sp.jpg") no-repeat;
		background-size: contain;
		position: relative;

		.inner {
			width: 90%;
			padding: 20px 0 0px 0px;
		}

		.fv_sub_txt {
			margin: 0 auto 20px;
			width: 80%;
		}

		.fv_fukidashi {
			margin: 0 auto 20px;
			width: 90%;
		}

		.fv_title {
			margin-bottom: 10px;
			width: 100%;
		}

		.fv_botton {
			margin-left: 0px;
			width: 100%;
		}

		.fv_build_sp {
			position: relative;
			bottom: -10px;
		}
	}	
}



*/
/*----------------------------------

   // sec_sucsess

-----------------------------------*/

.sec_sucsess {
	background: #EEECE8;
	padding: 70px 0;
}

.sec_sucsess .inner {
	max-width: 1000px;
	margin: 0 auto;
}

@media (max-width: 768px) {

	.sec_sucsess {
		padding: 30px 0;
	}
	
	.sec_sucsess .inner {
		width: 90%;
	}


}








/*----------------------------------

   // sec_recomend

-----------------------------------*/
.sec_recomend {
  background: #f8f8f8;
  padding: 80px 0; }
  .sec_recomend .inner {
    width: 1040px;
    margin: 0 auto; }
  .sec_recomend .recomend_wrap dt {
    background: #e4d7c3;
    color: #3a1c1c;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 30px 5px;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0; }
  .sec_recomend .recomend_wrap dd {
    border: 4px solid #e4d7c3;
    background: #fff;
    padding: 30px 50px;
    box-sizing: border-box; }
    .sec_recomend .recomend_wrap dd .recomend_list li {
      font-size: 22px;
      font-weight: 700;
      border-bottom: 1px solid #e2e3eb;
      padding-bottom: 12px;
      margin-bottom: 12px;
      position: relative;
      padding-left: 50px; }
      .sec_recomend .recomend_wrap dd .recomend_list li:last-child {
        margin-bottom: 0; }
      .sec_recomend .recomend_wrap dd .recomend_list li span {
        color: #cc0000;
        font-weight: 700;
        font-size: 27px; }
      .sec_recomend .recomend_wrap dd .recomend_list li::before {
        content: "";
        display: block;
        background: url("../img/icon_check.png") no-repeat;
        background-size: contain;
        width: 25px;
        height: 23px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }


.sec_recomend .bottom_txt {
	max-width: 550px;
	margin: 20px auto 0;
}




@media (max-width: 768px) {
  .sec_recomend {
    background: #f8f8f8;
    padding: 30px 0 20px; }
    .sec_recomend .inner {
      width: 90%; }
    .sec_recomend .recomend_wrap dt {
      font-size: 18px;
      padding: 10px 20px 5px; }
    .sec_recomend .recomend_wrap dd {
      padding: 20px 20px; }
      .sec_recomend .recomend_wrap dd .recomend_list li {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 30px; }
        .sec_recomend .recomend_wrap dd .recomend_list li span {
          font-size: 18px; }
        .sec_recomend .recomend_wrap dd .recomend_list li::before {
          width: 18px;
          height: 18px; } 

	.sec_recomend .bottom_txt {
		width: 80%;
		margin: 10px auto 0;
	}

}
/*----------------------------------

   // sec_about

-----------------------------------*/
.sec_about {
  background: #eeece8;
  padding: 40px 0; }
  .sec_about .inner {
    background: #fff;
    width: 1150px;
    margin: 0 auto;
    padding: 45px 55px;
    box-sizing: border-box; }
  .sec_about .sec_ttl {
    margin-bottom: 50px; }
  .sec_about .about_cont {
    margin-bottom: 30px; }
    .sec_about .about_cont:nth-of-type(1) {
      margin-bottom: 170px; }
    .sec_about .about_cont:nth-of-type(5) {
      margin-bottom: 0px; }
    .sec_about .about_cont dt {
      border: 1px solid #f29200;
      background: #fff6d0;
      border-radius: 6px;
      padding: 15px 30px;
      box-sizing: border-box;
      font-size: 26px;
      font-weight: 700;
      color: #333333; }
      .sec_about .about_cont dt span {
        display: flex;
        align-items: center; }
      .sec_about .about_cont dt span::before {
        color: #ed5003;
        font-weight: 700;
        font-size: 36px;
        font-family: 'Roboto';
        border-right: 1px solid #ed5003;
        margin-right: 20px;
        padding-right: 20px;
        height: 50px;
        line-height: 50px; }
      .sec_about .about_cont dt.ttl_01 span::before {
        content: "01"; }
      .sec_about .about_cont dt.ttl_02 span::before {
        content: "02"; }
      .sec_about .about_cont dt.ttl_03 span::before {
        content: "03"; }
      .sec_about .about_cont dt.ttl_04 span::before {
        content: "04"; }
      .sec_about .about_cont dt.ttl_05 span::before {
        content: "05"; }
    .sec_about .about_cont dd {
      display: flex;
      justify-content: space-between;
      flex-flow: row wrap;
      padding: 0 50px;
      box-sizing: border-box;
      position: relative; }
      .sec_about .about_cont dd .txt {
        width: 70%;
        margin-top: 50px;
        font-size: 18px;
        line-height: 1.8; }
      .sec_about .about_cont dd .img {
        width: 20%;
        margin-top: 30px; }
      .sec_about .about_cont dd.cont_01 .txt {
        width: 55%; }
      .sec_about .about_cont dd.cont_01 .img {
        width: 35%;
        position: absolute;
        right: 50px;
        top: -80px; }

@media (max-width: 768px) {
  .sec_about {
    padding: 20px 0; }
    .sec_about .inner {
      width: 90%;
      padding: 20px 20px; }
    .sec_about .sec_ttl {
      margin-bottom: 40px; }
      .sec_about .sec_ttl span::before {
        margin-left: 5vw; }
      .sec_about .sec_ttl span::after {
        margin-left: 4.4vw; }
    .sec_about .about_cont {
      margin-bottom: 30px; }
      .sec_about .about_cont:nth-of-type(1) {
        margin-bottom: 30px; }
      .sec_about .about_cont dt {
        padding: 10px 15px;
        font-size: 4.6vw; }
        .sec_about .about_cont dt span::before {
          font-size: 6.2vw;
          margin-right: 15px;
          padding-right: 15px; }
      .sec_about .about_cont dd {
        display: block;
        padding: 0 0; }
        .sec_about .about_cont dd .txt {
          width: 100%;
          margin: 30px 0;
          font-size: 14px;
          line-height: 1.8; }
        .sec_about .about_cont dd .img {
          width: 60%;
          margin: 0 auto; }
        .sec_about .about_cont dd.cont_01 .txt {
          width: 100%; }
        .sec_about .about_cont dd.cont_01 .img {
          width: 60%;
          position: relative;
          right: 0px;
          top: 0px; } }
/*----------------------------------

   // sec_company

-----------------------------------*/
.sec_company {
  background: #f8f8f8;
  padding-bottom: 50px; }
  .sec_company .inner {
    width: 1230px;
    margin: 0 auto; }
  .sec_company .sec_ttl {
    background: #fff;
    padding: 40px 0 50px; }
  .sec_company .lead_txt {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    margin: 40px 0 50px; }
  .sec_company .note_list {
    font-size: 13px;
    margin-top: 20px;
    color: #666666; }
  .sec_company .p-investment-point__list {
    display: flex;
    justify-content: space-between;
    /*padding: 0 1.9%;*/
    margin-top: 45px; }
  .sec_company .p-investment-point__list sup {
    font-size: 30%;
    vertical-align: text-top;
    display: inline-block;
    padding-top: .5em; }
  .sec_company .p-investment-point__list > section {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 32%;
    text-align: center;
    padding: 40px 15px 15px;
    font-weight: bold; }
  .sec_company .p-investment-point__list > section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 180px;
    background: no-repeat center center;
    background-size: cover;
    bottom: 0;
    left: 0; }
  .sec_company .p-investment-point__list > section:nth-of-type(1) {
    padding-top: 55px; }
  .sec_company .p-investment-point__list > section:nth-of-type(0)::before {
    background-image: url("../img/reason_img01.jpg"); }
  .sec_company .p-investment-point__list > section:nth-of-type(1)::before {
    background-image: url("../img/reason_img01.jpg"); }
  .sec_company .p-investment-point__list > section:nth-of-type(2)::before {
    background-image: url("../img/reason_img02.jpg"); }
  .sec_company .p-investment-point__list > section:nth-of-type(3)::before {
    background-image: url("../img/reason_img03.jpg"); }
  .sec_company .p-investment-point__list-title {
    position: absolute;
    top: -7px;
    left: -5px;
    background-color: #f29200;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px 8px; }
  .sec_company .p-investment-point__txt01 {
    font-size: 2.2rem;
    line-height: 1.5; }
  .sec_company .p-investment-point__txt01 > span {
    background: linear-gradient(transparent 70%, #f8f567 70%, #f8f567 90%, transparent 90%); }
  .sec_company .p-investment-point__txt01 > strong {
    color: #cc0000; }
  .sec_company .p-investment-point__txt01.-mt1 {
    margin-top: 8px; }
  .sec_company .p-investment-point__txt01.-mt2 {
    display: inline-block;
    margin-top: 20px; }
  .sec_company .p-investment-point__txt02 {
    font-size: 3rem;
    display: block;
    margin-top: 33px;
    line-height: 1; }
  .sec_company .p-investment-point__txt03 {
    line-height: 1;
    display: block;
    font-size: 3.6rem;
    margin-top: 6px; }
  .sec_company .p-investment-point__txt03 > span {
    font-size: 6.4rem;
    color: #cc0000;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500; }
  .sec_company .p-investment-point__txt04 {
    font-size: 1.7rem;
    line-height: 1.1;
    margin: 16px 0 5px;
    font-weight: normal;
    display: inline-block; }
  .sec_company .p-investment-point__txt04 > span {
    font-size: 70%; }
  .sec_company .p-investment-point__txt05 {
    font-size: 2.2rem;
    line-height: 1; }
  .sec_company .p-investment-point__txt05 > span {
    font-size: 4.8rem;
    color: #cc0000;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500; }
  .sec_company .p-investment-point__txt06 {
    font-size: 3.6rem;
    line-height: 1.2;
    color: #cc0000;
    display: inline-block;
    margin-top: 9px; }
  .sec_company .p-investment-point__txt07 {
    font-size: 1.8rem;
    line-height: 1.4; }
  .sec_company .p-investment-point__txt07 > span {
    background: linear-gradient(transparent 70%, #f8f567 70%, #f8f567 90%, transparent 90%); }
  .sec_company .p-investment-point__notes {
    color: #666;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 0 1.9%;
    margin-top: 8px; }
  .sec_company .p-investment-point__notes > li {
    position: relative;
    padding-left: 2.5em; }
  .sec_company .p-investment-point__notes > li > span {
    display: inline-block;
    position: absolute;
    left: 0; }
  .sec_company .p-investment-point__button {
    position: relative;
    margin-top: auto; }
  .sec_company .p-investment-point__button > a {
    display: inline-block;
    color: #333;
    font-weight: bold;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    padding: 16px 10px;
    margin-top: 128px;
    font-size: 1.8rem;
    background-color: #fff;
    transition: opacity 0.3s; }
  .sec_company .p-investment-point__button > a:hover {
    opacity: 0.7; }
  .sec_company .p-investment-point__button > a > span {
    position: relative; }
  .sec_company .p-investment-point__button > a > span::before {
    position: relative;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #f29200;
    border-radius: 100%;
    display: inline-block;
    margin-left: 12px;
    top: 3px; }
  .sec_company .p-investment-point__button > a > span::after {
    content: "";
    position: absolute;
    background: url("../img/arrow_white.svg") center center no-repeat;
    background-size: contain;
    width: 7px;
    height: 10px;
    margin: auto;
    right: 7px;
    top: 0;
    bottom: 0; }

@media (max-width: 768px) {
  .sec_company {
    padding-bottom: 30px; }
    .sec_company .inner {
      width: 90%; }
    .sec_company .sec_ttl {
      padding: 20px 0 30px; }
      .sec_company .sec_ttl span::before {
        margin-left: -10vw; }
      .sec_company .sec_ttl span::after {
        margin-left: -10.5vw; }
    .sec_company .lead_txt {
      font-size: 16px;
      margin: 20px 0 10px; }
    .sec_company .note_list {
      font-size: 10px; }
    .sec_company .p-investment-point__list {
      justify-content: start;
      flex-direction: column;
      margin-top: 0; }
    .sec_company .p-investment-point__list > section {
      display: block;
      width: auto;
      padding: 15px;
      margin-top: 15px; }
    .sec_company .p-investment-point__list > section::before {
      height: 155px; }
    .sec_company .p-investment-point__list > section:nth-of-type(1) {
      padding-top: 15px; }
    .sec_company .p-investment-point__list-title {
      position: static;
      display: block;
      width: 60px;
      margin: 0 auto;
      font-size: 1.4rem;
      padding: 6px 0 8px;
      margin-bottom: 10px; }
    .sec_company .p-investment-point__txt01 {
      font-size: 1.8rem; }
    .sec_company .p-investment-point__txt01.-mt1 {
      margin-top: 8px; }
    .sec_company .p-investment-point__txt01.-mt2 {
      margin-top: 10px; }
    .sec_company .p-investment-point__txt02 {
      font-size: 2.2rem;
      margin-top: 10px; }
    .sec_company .p-investment-point__txt03 {
      font-size: 2.6rem; }
    .sec_company .p-investment-point__txt03 > span {
      font-size: 4.7rem; }
    .sec_company .p-investment-point__txt04 {
      font-size: 1.25rem; }
    .sec_company .p-investment-point__txt05 {
      font-size: 1.8rem; }
    .sec_company .p-investment-point__txt05 > span {
      font-size: 3.6rem; }
    .sec_company .p-investment-point__txt06 {
      font-size: 2.7rem;
      margin-top: 7px; }
    .sec_company .p-investment-point__txt07 {
      font-size: 1.6rem; }
    .sec_company .p-investment-point__txt07 > sup {
      padding-top: 0; }
    .sec_company .p-investment-point__notes {
      font-size: 1rem; }
    .sec_company .p-investment-point__button > a {
      width: 90%;
      padding: 14px 10px;
      margin-top: 110px;
      font-size: 1.4rem; }
    .sec_company .p-investment-point__button > a > span::before {
      width: 18px;
      height: 18px;
      margin-left: 8px; }
    .sec_company .p-investment-point__button > a > span::after {
      width: 6px;
      height: 8px;
      right: 5px; } }
/*----------------------------------

   // section014

-----------------------------------*/
.section014 {
  background: #eeece8;
  padding: 40px 0; }
  .section014 .form_wrap {
    width: 1040px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 40px; }
  .section014 .campaign_box {
    background: #fade63;
    padding: 25px 0 10px;
    margin-bottom: 45px; }
    .section014 .campaign_box .sub_txt {
      text-align: center;
      margin-bottom: 10px; }
      .section014 .campaign_box .sub_txt span {
        background: #fff;
        font-size: 20px;
        font-weight: 700;
        padding: 5px 20px;
        border-radius: 100vh; }
    .section014 .campaign_box .main_txt {
      font-size: 28px;
      font-weight: 700;
      text-align: center; }
      .section014 .campaign_box .main_txt .red {
        color: #cc0000; }
      .section014 .campaign_box .main_txt .num {
        font-weight: 900;
        font-size: 50px;
        color: #cc0000;
        font-family: 'Roboto'; }
      .section014 .campaign_box .main_txt .unit {
        color: #cc0000;
        font-size: 32px;
        font-weight: 900; }
  .section014 .attention_txt {
    text-align: center;
    margin-top: 60px;
    font-size: 20px; }
    .section014 .attention_txt a {
      color: #004099;
      font-weight: 700;
      border-bottom: 1px solid #004099;
      padding-bottom: 3px; }

@media (max-width: 768px) {
  .section014 {
    padding: 20px 0 0; }
    .section014 .form_wrap {
      width: 90%;
      margin-bottom: 20px; }
    .section014 .campaign_box {
      padding: 25px 0 15px;
      margin-bottom: 25px; }
      .section014 .campaign_box .sub_txt span {
        font-size: 4vw; }
      .section014 .campaign_box .main_txt {
        font-size: 5.8vw;
        line-height: 1.2; }
        .section014 .campaign_box .main_txt .num {
          font-size: 10vw; }
        .section014 .campaign_box .main_txt .unit {
          font-size: 6.8vw; }
    .section014 .sec_ttl {
      margin-bottom: 10px; }
      .section014 .sec_ttl span::before {
        margin-left: -3vw; }
      .section014 .sec_ttl span::after {
        margin-left: -3.5vw; }
    .section014 .attention_txt {
      margin-top: 40px;
      font-size: 14px; } }
/*----------------------------------

   // sec_conditions

-----------------------------------*/
.sec_conditions {
  background: #c1e0fa;
  padding: 40px 0; }
  .sec_conditions .inner {
    background: #fff;
    width: 1150px;
    margin: 0 auto;
    padding: 45px 60px;
    box-sizing: border-box; }
  .sec_conditions .sec_ttl {
    margin-bottom: 50px; }
  .sec_conditions .hd_txt {
    text-align: center;
    font-size: 18px;
    margin: 30px 0; }
  .sec_conditions .conditions_box {
    border: 2px solid #eaeaea;
    background: #f8f8f8;
    padding: 40px;
    box-sizing: border-box; }
    .sec_conditions .conditions_box .lead_txt {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 30px; }
    .sec_conditions .conditions_box .conditions_list:nth-of-type(1) {
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #eaeaea; }
    .sec_conditions .conditions_box .conditions_list dt {
      color: #ed5003;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 15px; }
    .sec_conditions .conditions_box .conditions_list dd ol li {
      font-size: 16px;
      margin-bottom: 35px; }
      .sec_conditions .conditions_box .conditions_list dd ol li:last-child {
        margin-bottom: 0; }
      .sec_conditions .conditions_box .conditions_list dd ol li span {
        font-weight: 700;
        font-size: 18px;
        display: inline-block;
        margin-bottom: 10px; }
    .sec_conditions .conditions_box .conditions_list dd ul li {
      font-size: 16px;
      margin-bottom: 10px; }

@media (max-width: 768px) {
  .sec_conditions {
    padding: 20px 0; }
    .sec_conditions .inner {
      width: 90%;
      padding: 20px 10px 10px; }
    .sec_conditions .sec_ttl {
      margin-bottom: 35px;
      font-size: 6vw; }
    .sec_conditions .sec_ttl span::before {
      margin-left: 0;
      left: 50%; }
    .sec_conditions .sec_ttl span::after {
      margin-left: 0;
      left: 49.5%; }
    .sec_conditions .hd_txt {
      font-size: 16px;
      margin: 20px 0; }
    .sec_conditions .conditions_box {
      padding: 20px; }
      .sec_conditions .conditions_box .lead_txt {
        font-size: 16px;
        margin-bottom: 30px; }
      .sec_conditions .conditions_box .conditions_list:nth-of-type(1) {
        padding-bottom: 20px;
        margin-bottom: 20px; }
      .sec_conditions .conditions_box .conditions_list dt {
        font-size: 16px;
        margin-bottom: 10px; }
      .sec_conditions .conditions_box .conditions_list dd ol li {
        font-size: 14px;
        margin-bottom: 30px; }
        .sec_conditions .conditions_box .conditions_list dd ol li span {
          font-size: 16px; }
      .sec_conditions .conditions_box .conditions_list dd ul li {
        font-size: 14px; } }
/*----------------------------------

   // company

-----------------------------------*/
.company {
  background: #fff; }
  .company .inner {
    width: 845px;
    margin: 0 auto;
    padding: 40px 0; }
  .company .sec_ttl {
    margin-bottom: 50px; }

@media (max-width: 768px) {
  .company .inner {
    width: 90%;
    padding: 20px 0; }
  .company .sec_ttl {
    margin-bottom: 40px; }
    .company .sec_ttl span::before {
      margin-left: -3.4vw; }
    .company .sec_ttl span::after {
      margin-left: -4vw; } }

/*----------------------------------

   // 追加

-----------------------------------*/

.footer-copyright {
  text-align: center;
  font-size: 12px;
}

.footer-copyright li {
  margin-bottom: 20px;
  display: inline-block;
}

.footer-copyright a {
    color: rgba(250, 250, 250, 0.5);
}



/*----------------------------------

   // sec_merit

-----------------------------------*/
.sec_merit {
  background: #fdfdfd;
  /*background: url("../img/cont_bg_02.png") no-repeat;
  background-position: left top;*/ }
  .sec_merit .bg_wrap {
    background-image: url("../img/cont_bg_03.png"), url("../img/cont_bg_01.png");
    background-repeat: no-repeat,no-repeat;
    background-position: right top -40px,left bottom;
    background-size: 40%,60%;
    padding-bottom: 20px; }
  .sec_merit .inner {
	  max-width: 1150px;
	  margin: 0 auto;
    padding: 80px 0 0; }
  .sec_merit .merit_block {
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    position: relative; }
    .sec_merit .merit_block:nth-of-type(odd)::before {
      content: "";
      display: block;
      width: 55px;
      height: 150px;
      position: absolute;
      right: 20px;
      top: -10px; }
    .sec_merit .merit_block:nth-of-type(even)::before {
      content: "";
      display: block;
      width: 55px;
      height: 150px;
      position: absolute;
      left: 20px;
      top: -10px; }
    .sec_merit .merit_block.merit01::before {
		width: 48px;
      background: url("../img/merit_no1.png") no-repeat;
      background-size: contain; }
    .sec_merit .merit_block.merit02::before {
      background: url("../img/merit_no2.png") no-repeat;
      background-size: contain; }
    .sec_merit .merit_block.merit03::before {
      background: url("../img/merit_no3.png") no-repeat;
      background-size: contain; }
    .sec_merit .merit_block.merit04::before {
      background: url("../img/merit_no4.png") no-repeat;
      background-size: contain; }
    .sec_merit .merit_block.merit05::before {
      background: url("../img/merit_no5.png") no-repeat;
      background-size: contain; }
    .sec_merit .merit_block .img {
      max-width: 585px;
      position: absolute; }
    .sec_merit .merit_block .txt_area {
      background: #f8f8f8;
      max-width: 900px; }

    .sec_merit .merit_block:nth-of-type(odd) {
      flex-flow: row-reverse; }
      .sec_merit .merit_block:nth-of-type(odd) .txt_area {
        padding: 70px 90px 60px 380px;
        box-sizing: border-box; }
      .sec_merit .merit_block:nth-of-type(odd) .img {
        left: 0; }
    .sec_merit .merit_block:nth-of-type(even) .txt_area {
      padding: 70px 390px 60px 90px;
      box-sizing: border-box; }
    .sec_merit .merit_block:nth-of-type(even) .img {
      right: 0; }


    @media (min-width: 768px) {


    .sec_merit.feature .merit_block:nth-of-type(even) {
      flex-flow: row-reverse; }
    .sec_merit.feature .merit_block:nth-of-type(odd) {
      flex-flow: row wrap; }

      .sec_merit.feature .merit_block:nth-of-type(even) .txt_area {
        padding: 70px 90px 60px 380px;
        box-sizing: border-box; }
      .sec_merit.feature .merit_block:nth-of-type(even) .img {
        left: 0; }

	.sec_merit.feature .merit_block:nth-of-type(odd) .img {
		left: auto;
		right: 0;
	}

.sec_merit.feature .merit_block:nth-of-type(odd) .txt_area {
	padding: 70px 390px 60px 90px;
}

.sec_merit.feature .merit_block:nth-of-type(odd)::before {
    content: "";
    display: block;
    width: 55px;
    height: 150px;
    position: absolute;
    left: 20px;
    top: -10px;
}

.sec_merit.feature .merit_block:nth-of-type(even)::before {
    content: "";
    display: block;
    width: 55px;
    height: 150px;
    position: absolute;
    right: 20px;
    top: -10px;
	left: auto;
}



    .sec_merit.feature .merit_block.merit01::before {
		width: 48px;
      background: url("../img/feature_01.png") no-repeat;
      background-size: contain; }
    .sec_merit.feature .merit_block.merit02::before {
		width: 48px;
      background: url("../img/feature_02.png") no-repeat;
      background-size: contain; }

}
		
		
.sec_merit.feature .txt_red {
	color: #C11D00;
	font-weight: 600;
}


.sec_merit.feature .bottom {
	background: #EEECE8;
	padding: 0 0 70px;
	margin-top: 80px;
	position: relative;
}

.sec_merit.feature .bottom::before {
	content: "";
	display: block;
	background: url("../img/arrow.png") no-repeat;
	background-size: contain;
	width: 8px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
}


.swiper-horizontal>.swiper-pagination-bullets {
	bottom: 40px !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 70px !important;
  width: 70px !important;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 70px;
  margin: auto;
  width: 70px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
	background-image: url("../img/slide_arrow_prev.png");
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
	background-image: url("../img/slide_arrow_next.png");
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-next {
	right: -40px !important;
}

.swiper-button-prev {
	left: -40px !important;
}





.feature .sec_ttl span {
	    border-bottom: 4px solid #A07B00;
}

.feature .sec_ttl span::after {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 22px solid #A07B00;
    z-index: 1;
}




.sec_merit.feature .bottom .inner {
	max-width: 1000px;
	margin: 0 auto;
}



.sec_merit.feature .wrap_slide {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.sec_merit.feature .wrap_slide img {
	width: 100%;
	height: auto;
}

.sec_merit.feature .wrap_slide p {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}



.sec_merit.feature .wrap_slide .ttl {
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	background: #A07B00;
}



    @media (max-width: 768px) {
		
	.sec_merit.feature .bottom {
		padding: 0 0 0;
		margin-top: 20px;
	}

	.sec_merit.feature .bottom::before {
		width: 6px;
		height: 50px;
	}


	/* 前へ次への矢印カスタマイズ */
	.swiper-button-prev,
	.swiper-button-next {
	  height: 50px !important;
	  width: 50px !important;
	}
	/* 前へ次への矢印カスタマイズ */
	.swiper-button-prev::after,
	.swiper-button-next::after {
	  height: 50px;
	  width: 50px;
	}

	.swiper-button-next {
		right: 0 !important;
	}

	.swiper-button-prev {
		left: 0 !important;
	}



	.feature .sec_ttl span::after {
		content: "";
		position: absolute;
		bottom: -38px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 22px solid #A07B00;
		z-index: 1;
	}




	.sec_merit.feature .bottom .inner {
		width: 90%;
	}



	.sec_merit.feature .wrap_slide {
		width: 90%;
	}


	.sec_merit.feature .wrap_slide p {
		font-size: 14px;
	}



	.sec_merit.feature .wrap_slide .ttl {
		font-size: 18px;
	}

		
}







    @media (min-width: 768px) {
      .sec_merit .merit_block {
        /*&.merit05 {margin-bottom: 120px;}*/ }
        .sec_merit .merit_block.merit01 {
          margin-bottom: 120px; }
        .sec_merit .merit_block.merit02 {
          margin-bottom: 95px; }
        .sec_merit .merit_block.merit03 {
          margin-bottom: 110px; }
        .sec_merit .merit_block.merit04 {
          margin-bottom: 105px; }
        .sec_merit .merit_block.merit01 .img {
          top: 60px; }
        .sec_merit .merit_block.merit02 .img {
          top: 40px; }
        .sec_merit .merit_block.merit03 .img {
          top: 60px; }
        .sec_merit .merit_block.merit04 .img {
          top: 45px; }
        .sec_merit .merit_block.merit05 .img {
          top: 40px; } }
    .sec_merit .merit_block .ttl span {
      background: #fff;
      font-weight: 600;
      font-size: 36px;
      padding: 0 10px; }
    .sec_merit .merit_block .txt {
      font-size: 16px;
      line-height: 1.8;
      margin-top: 30px; }
  .sec_merit .merit_06 {
    background: url("../img/cont_bg_04.jpg") no-repeat;
    background-size: cover;
    padding: 60px 0; }
    .sec_merit .merit_06 .img {
      max-width: 1040px;
      margin: 0 auto; }

@media (max-width: 767px) {
  .sec_merit {
    background: none; }
    .sec_merit .bg_wrap {
      padding-bottom: 0; }
    .sec_merit .inner {
      padding: 40px 0;
      width: 100%; }
    .sec_merit .merit_block {
      display: block;
      background: #f8f8f8;
      padding: 40px 20px 30px;
      box-sizing: border-box;
      margin-bottom: 50px; }
      .sec_merit .merit_block:last-child {
        margin-bottom: 0; }
      .sec_merit .merit_block:nth-of-type(odd)::before {
        width: 45px;
        height: 45px;
        right: 10px;
        top: -10px; }
      .sec_merit .merit_block:nth-of-type(even)::before {
        width: 45px;
        height: 45px;
        left: 10px;
        top: -10px; }
      .sec_merit .merit_block.merit01::before {
		  width: 38px;
        background: url("../img/merit_no1_sp.png") no-repeat;
        background-size: contain; }
      .sec_merit .merit_block.merit02::before {
        background: url("../img/merit_no2_sp.png") no-repeat;
        background-size: contain; }
      .sec_merit .merit_block.merit03::before {
        background: url("../img/merit_no3_sp.png") no-repeat;
        background-size: contain; }
      .sec_merit .merit_block.merit04::before {
        background: url("../img/merit_no4_sp.png") no-repeat;
        background-size: contain; }
      .sec_merit .merit_block.merit05::before {
        background: url("../img/merit_no5_sp.png") no-repeat;
        background-size: contain; }
      .sec_merit .merit_block .img {
        margin-bottom: 20px;
        position: relative; }
      .sec_merit .merit_block:nth-of-type(odd) {
        margin-right: 12px; }
        .sec_merit .merit_block:nth-of-type(odd) .txt_area {
          padding: 0; }
      .sec_merit .merit_block:nth-of-type(even) {
        margin-left: 12px; }
        .sec_merit .merit_block:nth-of-type(even) .txt_area {
          padding: 0; }
      .sec_merit .merit_block .ttl span {
        font-size: 26px; }
      .sec_merit .merit_block .txt {
        font-size: 14px;
        margin-top: 20px; }
    .sec_merit .merit_06 {
      padding: 20px 0; }
      .sec_merit .merit_06 .img {
        width: 90%; } 

      .sec_merit.feature .merit_block.merit01::before {
		  width: 38px;
        background: url("../img/feature_no01.png") no-repeat;
        background-size: contain; }
      .sec_merit.feature .merit_block.merit02::before {
        background: url("../img/feature_no02.png") no-repeat;
        background-size: contain; }

	.feature .sec_ttl span::after {
		left: 27%;
		margin-left: 0;
	}

	.feature .sec_ttl span::before {
		        bottom: -30px;
        left: 28%;
        margin-left: 0;
		border-top: 18px solid #FFF;
	}

}



/*----------------------------------

   // sec_voice

-----------------------------------*/
.sec_voice {
  background: #eeece8 url("../img/voice_ttl_bg.png") no-repeat;
  background-size: 100%;
  background-position: center top 40px; }
  .sec_voice .inner {
	  max-width: 1150px;
	  margin: 0 auto;
    padding: 100px 0 70px; }
  .sec_voice .voice_list {
    background: #fff;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 4px; }
    .sec_voice .voice_list li {
      margin-bottom: 20px;
      border-bottom: 1px solid #dbdbdb;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .sec_voice .voice_list li .wrap {
        display: flex;
        justify-content: space-between; }
      .sec_voice .voice_list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .sec_voice .voice_list li figure {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fef6d3;
        border-radius: 4px;
        width: 30%;
        text-align: center; }
        .sec_voice .voice_list li figure .icon {
          max-width: 80px;
          margin: 0 auto; }
        .sec_voice .voice_list li figure .cap {
          font-size: 18px;
          margin-top: 20px;
          font-weight: bold; }
      .sec_voice .voice_list li .txt_area {
        width: 67%;
        padding: 30px 0; }
      .sec_voice .voice_list li .ttl {
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: 20px; }
      .sec_voice .voice_list li .txt {
        line-height: 1.8;
        font-size: 16px;
        padding-right: 40px;
        box-sizing: border-box; }

@media (max-width: 767px) {
  .sec_voice {
    background: #eeece8 url("../img/voice_ttl_bg_sp.png") no-repeat;
    background-size: 90%;
    background-position: right top 10px; }
    .sec_voice .inner {
		width: 90%;
      padding: 55px 0 30px; }
    .sec_voice .voice_list {
      padding: 20px; }
      .sec_voice .voice_list li {
        display: block; }
        .sec_voice .voice_list li .wrap {
          display: block; }
        .sec_voice .voice_list li figure {
          display: block;
          width: 100%;
          text-align: left;
          margin-bottom: 20px;
          padding: 13px 15px;
          box-sizing: border-box; }
          .sec_voice .voice_list li figure div {
            display: flex;
            align-items: center;
            justify-content: space-between; }
          .sec_voice .voice_list li figure .icon {
            max-width: 15%;
            margin: 0; }
          .sec_voice .voice_list li figure .cap {
            font-size: 16px;
			  line-height: 1.3;
            margin-top: 0;
            width: 80%; }
        .sec_voice .voice_list li .txt_area {
          width: 100%;
          padding: 0; }
        .sec_voice .voice_list li .ttl {
          font-size: 20px;
          margin-bottom: 15px; }
        .sec_voice .voice_list li .txt {
          font-size: 14px;
          padding-right: 0; } }


/*----------------------------------

   // sec_reason

-----------------------------------*/
.sec_reason {}
.sec_reason .inner {
	max-width: 1150px;
	margin: 0 auto;
  padding: 80px 0; }



  .sec_reason .reason_list {
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap; }
    .sec_reason .reason_list li {
      width: 32%; }
  .sec_reason .note {
    font-size: 12px;
    color: #7e8598;
    margin-top: 15px;
    line-height: 1.4; }
  .sec_reason .ranking {
    margin-top: 30px; }
  .sec_reason .ranking img {
	width: 100%;
	height: auto;}

@media (max-width: 767px) {
  .sec_reason {
    padding: 50px 0 0; }
    .sec_reason .inner {
		padding: 0;
      width: 100%; }
    .sec_reason .reason_list {
      display: block;
      width: 90%;
      margin: 0 auto; }
      .sec_reason .reason_list li {
        width: 100%;
        margin-bottom: 20px; }
        .sec_reason .reason_list li:last-child {
          margin-bottom: 0; }
    .sec_reason .note {
      width: 90%;
      margin: 15px auto 0;
      display: block; } }


.cmn_sec_ttl {
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 56px;
  letter-spacing: 1px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .cmn_sec_ttl {
      font-size: 9.8vw;
      margin-bottom: 30px; } }
  .cmn_sec_ttl .ttl_sub_txt {
    font-size: 16px;
    display: block;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .cmn_sec_ttl .ttl_sub_txt {
        font-size: 14px; } }


.cmn_ttl_line {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .cmn_ttl_line {
      font-size: 7vw;
      margin-bottom: 25px; } }
  .cmn_ttl_line::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #283b77;
    margin: 0 auto;
    margin-top: 25px; }
    @media (max-width: 767px) {
      .cmn_ttl_line::after {
        margin-top: 20px; } }

.add_color {
	font-weight: 600;
  color: #ed5003; }





.cv_fixed {
	opacity: 0;
	background: #fff;
	left: 0;
	bottom: 0;
	padding: 12px 5px;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.12);
}

.cv_fixed .fixed_btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: nowrap;
}

.cv_fixed .cv_btn {
	width: 400px;
}
.cv_fixed .cv_btn a:hover {
	opacity: 0.8;
}

.cv_fixed .amazon {
	width: 380px;
	margin-right: 5px;
}

 
@media (max-width: 767px) {
	
	.cv_fixed {
		padding: 8px 5px;
	}

	
	.cv_fixed .cv_btn {
		width: 60%;
	}

	.cv_fixed .amazon {
		width: 40%;
	}


}


.cv_fixed.fixed {
    position: fixed;
	opacity: 1;
	z-index: 9999;
}
.cv_fixed.fixed.none {
    opacity: 0;
    z-index: -1;
}










