/*
Theme Name: kaitorich_themes
Description: Description
Version: 1.0.0
--------------------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */

.loadingBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 10000;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  transform: translate(-50%,-50%);
  z-index: 10001;
}

.loading .logo {
  width: 320px;
  margin: 0 auto 128px;
}

.loading .bar {
  height: 4px;
  background: #fff;
  width: 0;
}

@media screen and (max-width: 480px) {
  .loading {
    width: 300px;
  }

  .loading .logo {
    width: 260px;
    margin: 0 auto 64px;
  }
}

.ani_group .ani_g_obj,
.ani_obj {
  transform: translateY(0);
  opacity: 1;
  transition: .5s;
}

.home .ani_group .ani_g_obj,
.home .ani_obj {
  transform: translateY(40px);
  opacity: 0;
}

.home .ani_group .ani_g_obj.active,
.home .ani_obj.active {
  transform: translateY(0);
  opacity: 1;
}

.el_fl_bnr {
  width: 300px;
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index: 100;
}

.el_fl_bnr a:hover {
  opacity: .5;
}

.el_fl_bnr .btn_pagetop {
  width: 60px;
  margin-right: 18px;
  float: right;
  margin-bottom: 18px;
}

.el_fl_bnr .btn_contact {
  margin-top: 23px;
  margin-bottom: 23px;
}
.el_fl_bnr .btn_request a{
    position: relative;
}
.el_fl_bnr .btn_request .icon{
    position: absolute;
    max-width: 55px;
    left: 0px;
    top: -10px;
}
.sp_el_fl_bnr{
    display: none;
}

@media screen and (max-width: 1080px) {
  .el_fl_bnr {
    width: 60px;
    position: fixed;
    right: 25px;
    bottom: 80px;
    z-index: 10;
  }

  .el_fl_bnr .btn_pagetop {
    margin-right: 0;
    float: none;
    margin-bottom: 0;
  }

  .el_fl_bnr .btn_request,
  .el_fl_bnr .btn_contact{
    display: none;
  }
}

@media screen and (max-width: 768px) {
    .sp_el_fl_bnr{
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }
    .sp_el_fl_bnr div{
    }
    .sp_el_fl_bnr div a{
        display: block;
    }
    .sp_el_fl_bnr div a img{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
  .el_fl_bnr {
    width: 60px;
    position: fixed;
    right: 25px;
    bottom: 80px;
    z-index: 10;
  }

  .el_fl_bnr .btn_pagetop {
    margin-right: 0;
    float: none;
    margin-bottom: 0;
  }
}

.el_secTtl {
  font-size: 48px;
  text-align: center;
  position: relative;
  background: url(assets/images/ico_shear02.svg) center bottom no-repeat;
  background-size: 56px 10px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.el_secHead {
  margin-bottom: 40px;
}

.el_secHead .el_secDsc {
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}

.el_fc_orange {
  color: #FF5722;
}


.el_txt_ul {
  background: linear-gradient(transparent 80%, rgba(255, 87, 34, .6) 80%);
  display: inline;
}

@media screen and (max-width: 1080px) {

  .el_secTtl {
    font-size: 40px;
  }

  .el_secHead .el_secDsc {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {

  .el_secTtl {
    font-size: 30px;
    background: url(assets/images/ico_shear02.svg) center bottom no-repeat;
    background-size: 38px 7px;
    padding-bottom: 23px;
    margin-bottom: 16px;
  }

  .el_secHead {
    margin-bottom: 24px;
  }

  .el_secHead .el_secDsc {
    font-size: 16px;
  }

  .el_fl_bnr .btn_contact,
  .el_fl_bnr .btn_request {
    display: none;
  }
}

.sec_topHero {
  position: relative;
  background: url(assets/images/bg_top@2x.jpg) center bottom no-repeat;
  background-size: 2000px 1000px;
  height: calc(100vh - 81px);
  max-height: 1000px;
}

.sec_topHero .copy {
  position: absolute;
  top: 50%;
  left: 140px;
  width: 509px;
  z-index: 1;
  transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
  .sec_topHero {
    position: relative;
    background: url(assets/images/bg_top@2x.jpg) center bottom no-repeat;
    background-size: 2000px 1000px;
    height: calc(100vh - 81px);
    max-height: 1000px;
  }

  .sec_topHero .copy {
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
  }

  .sec_topHero .copy .pc_hide {
    display: none;
  }

  .sec_topHero .copy .sp_hide {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .sec_topHero {
    position: relative;
    background: url(assets/images/bg_top_sp.jpg) center bottom no-repeat;
    background-size: 414px 777px;
    height: 777px;
  }

  .sec_topHero .copy {
    left: 50%;
    width: 80.6%;
    transform: translate(-50%, -60%);
  }
}

.sec_topHow {
  position: relative;
  background: url(assets/images/bg_sec1@2x.jpg) center center no-repeat;
  background-size: 2000px 1320px;
  height: 1320px;
}

.sec_topHow .el_secTtl {
  padding-bottom: 0;
  background: none;
  margin-bottom: 48px;
}

.sec_topHow .ly_ab_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 48px;
  z-index: 1;
}

.el_hows {
  margin-bottom: 108px;
}

.el_how {
  border: solid 4px #2D4059;
  width: 30.8%;
  position: relative;
}

.el_how:nth-child(2) {
  top: 25px;
}

.el_how:nth-child(3) {
  top: 50px;
}

.el_how .badge {
  width: 93px;
  height: 68px;
  background: url(assets/images/ico_shear01.svg) center bottom no-repeat;
  background-size: 93px 10px;
  text-align: right;
  position: absolute;
  top: 20px;
  left: -20px;
  color: #fff;
  font-size: 48px;
  padding-right: 7px;
  box-sizing: border-box;
  z-index: 2;
}

.el_how:nth-child(1) .badge {
  color: #000;
}

.el_how .ttl {
  padding: 15px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.05em;
}

.el_how .desc {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 0 25px 20px;
}

.el_topHow_catch {
  width: 862px;
  margin: 0 auto;
}

.el_topHow_catch .info {
  width: 400px;
  font-weight: 700;
  float: left;
  padding-top: 70px;
}

.el_topHow_catch .txt1 {
  font-size: 32px;
  line-height: 1.84;
  letter-spacing: 0.05em;
  ;
}

.el_topHow_catch .txt2 {
  font-size: 38px;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.el_topHow_catch .img {
  width: 425px;
  float: right;
}

@media screen and (max-width: 1080px) {

  .el_hows {
    margin-bottom: 108px;
    padding: 0 5%;
  }

  .el_how {
    width: 30%;
  }

  .el_how .ttl {
    padding: 15px 0;
    font-size: 20px;
  }

  .el_how .desc {
    font-size: 16px;
    padding: 0 25px 20px;
  }

  .el_topHow_catch {
    width: 90%;
    margin: 0 auto;
  }

  .el_topHow_catch .info {
    width: 45%;
    font-weight: 700;
    float: left;
    padding-top: 70px;
  }

  .el_topHow_catch .txt1 {
    font-size: 26px;
    ;
  }

  .el_topHow_catch .txt2 {
    font-size: 30px;
  }

  .el_topHow_catch .img {
    width: 50%;
    float: right;
  }
}

@media screen and (max-width: 480px) {
  .sec_topHow {
    position: relative;
    background: #fff url(assets/images/bg_sec1_sp.jpg) center top no-repeat;
    background-size: 414px 422px;
    height: auto;
    padding-bottom: 48px;
  }

  .sec_topHow .el_secTtl {
    margin-bottom: 32px;
  }

  .sec_topHow .ly_ab_inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 32px;
    z-index: 1;
      padding-bottom: 45px;
  }

  .el_hows {
    margin-bottom: 108px;
  }

  .el_how {
    width: 85.5%;
    margin: 0 auto 32px;
  }

  .el_how:nth-child(2),
  .el_how:nth-child(3) {
    top: 0;
  }

  .el_how .badge {
    width: 84px;
    height: 68px;
    background: url(assets/images/ico_shear01_sp.svg) center bottom no-repeat;
    background-size: 84px 10px;
    top: 24px;
  }

  .el_how .ttl {
    padding: 25px 0 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.05em;
  }

  .el_how .desc {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    padding: 0 25px 20px;
  }

  .el_topHow_catch {
    width: 77%;
    margin: 0 auto;
  }

  .el_topHow_catch .info {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  .el_topHow_catch .txt1 {
    font-size: 22px;
    ;
  }

  .el_topHow_catch .txt2 {
    font-size: 27px;
  }

  .el_topHow_catch .img {
    width: 100%;
  }
}

.sec_topContact {
  background: url(assets/images/bg_sec2@2x.jpg) center center no-repeat;
  background-size: 2000px 523px;
  height: 200px;
  box-sizing: border-box;
  padding-top: 64px;
}

.el_contact_copy {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}

.el_contact_copy:before,
.el_contact_copy:after {
  content: "";
  width: 38px;
  height: 38px;
  display: inline-block;
  position: relative;
  top: 15px;
}

.el_contact_copy:before {
  background: url(assets/images/ico_line01.svg) center center no-repeat;
  background-size: 38px 38px;
  margin-right: 15px;
}

.el_contact_copy:after {
  background: url(assets/images/ico_line02.svg) center center no-repeat;
  background-size: 38px 38px;
  margin-left: 15px;
}

.el_contact_copy.is-black {
  color: #2D4059;
}
.el_contact_copy.is-black:before {
  background: url(assets/images/ico_line01-black.svg) center center no-repeat;
}
.el_contact_copy.is-black:after {
  background: url(assets/images/ico_line02-black.svg) center center no-repeat;
}


.el_contact_box {
  width: 1082px;
  margin: 0 auto;
}

.el_contact_box .el_contact_tel {
  background: #00ADB5;
  position: relative;
  color: #fff;
  /*width: 437px;*/
  width: 330px;
  height: 123px;
  /*height: 180px;*/
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  /*padding-top: 37px;*/
  box-sizing: border-box;
}

.el_contact_box .el_contact_tel:after {
  content: "";
  width: 40px;
  /*width: 52px;*/
  height: 123px;
  /*height: 180px;*/
  background: linear-gradient(97deg, #00ADB5 0%, #00ADB5 50%, transparent 50%, transparent 100%);
  position: absolute;
  top: 0;
  right: -38px;
  z-index: 1;
}

.el_contact_box .el_contact_tel .txt1 {
  font-size: 20px;
  margin-bottom: 10px;
  /*margin-bottom: 15px;*/
}

.el_contact_box .el_contact_tel a {
  font-size: 35px;
  /*font-size: 43px;*/
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 10px;
  /*margin-bottom: 20px;*/
  display: inline-block;
}

.el_contact_box .el_contact_tel .txt2 {
  font-size: 18px;
}

.el_contact_box .el_contact_mail {
  background: #FF5722;
  position: relative;
  color: #fff;
  width: 415px;
  height: 123px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  /*padding-top: 45px;*/
  box-sizing: border-box;
    padding-left: 13px;
}
.el_contact_box .el_contact_mail:after {
  content: "";
  width: 40px;
  height: 123px;
  /*height: 180px;*/
  background: linear-gradient(105deg, #FF5722 0%, #FF5722 50%, transparent 50%, transparent 100%);
  position: absolute;
  top: 0;
  right: -39px;
  z-index: 1;
}
.el_contact_box .el_contact_mail .icon{
    position: absolute;
    max-width: 45px;
    /*max-width: 60px;*/
    left: 40px;
    /*left: 50px;*/
    top: 0px;
    /*top: 20px;*/
}
.el_contact_box .el_contact_mail .txt1 {
  font-size: 21px;
  margin-bottom: 20px;
}

.el_contact_box .el_contact_mail a {
  display: block;
  width: 365px;
  /*width: 392px;*/
  height: 51px;
  line-height: 51px;
  color: #FF5722;
  font-size: 23px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
}

.el_contact_box .el_contact_mail a:after {
  content: "";
  background: url(assets/images/ico_arw_r.svg) center center no-repeat;
  background-size: 11px 19px;
  width: 11px;
  height: 19px;
  transform: translateY(1px);
  display: inline-block;
  margin-left: 15px;
}
.el_contact_line{
    z-index: 99;
}
.el_contact_line a{
    display: block;
}

.el_contact_box .el_contact_tel a:hover,
.el_contact_box .el_contact_mail a:hover{
  opacity: .5;
}
.sp{
    display: none;
}

@media screen and (max-width: 1080px) {
  .el_contact_box {
    width: 90%;
  }

  .el_contact_box .el_contact_tel {
    width: 33.333%;
    /*width: 45%;*/
    padding-top: 15px;
    /*padding-top: 37px;*/
  }

  .el_contact_box .el_contact_tel .txt1 {
    font-size: 16px;
  }

  .el_contact_box .el_contact_tel a {
    font-size: 22px;
    margin-bottom: 15px;
    /*margin-bottom: 20px;*/
  }

  .el_contact_box .el_contact_tel .txt2 {
    font-size: 14px;
  }
  .el_contact_box .el_contact_mail {
    width: 33.333%;
    /*width: 55%;*/
    padding-top: 15px;
    /*padding-top: 45px;*/
    padding-left: 10px;
  }

  .el_contact_box .el_contact_mail .txt1 {
    font-size: 16px;
  }

  .el_contact_box .el_contact_mail a {
    width: auto;
    display: inline-block;
    padding: 0 5px;
    /*padding: 0 15px;*/
    font-size: 16px;
  }
    .el_contact_box .el_contact_mail .icon{
        left: 28px;
        top: -30px;
    }
    .el_contact_line{
        width: 33.333%;
    }
}

@media screen and (max-width: 960px) {
    .sp{
        display:block;
    }
    .pc{
        display: none;
    }
  .sec_topContact {
    background: url(assets/images/bg_sec2_sp.jpg) center center no-repeat;
    background-size: 414px 498px;
    height: auto;
    /*height: 498px;*/
    box-sizing: border-box;
    padding-top: 88px;
      background-size: cover;
      padding-bottom: 70px;
      display: none;
  }

  .el_contact_copy {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
  }

  .el_contact_copy:before,
  .el_contact_copy:after {
    width: 28px;
    height: 54px;
    position: absolute;
    top: 10px;
    z-index: 3;
  }

  .el_contact_copy:before {
    background: url(assets/images/ico_line01_sp.svg) center center no-repeat;
    background-size: 28px 54px;
    margin-right: 0;
    left: 50%;
    transform: translateX(-176px);
  }

  .el_contact_copy:after {
    background: url(assets/images/ico_line02_sp.svg) center center no-repeat;
    background-size: 28px 54px;
    margin-left: 0;
    right: 50%;
    transform: translateX(176px);
  }

  .el_contact_box {
    width: 85.5%;
    margin: 0 auto;
  }

  .el_contact_box .el_contact_tel {
    width: 100%;
    height: 114px;
    padding-top: 21px;
    margin-bottom: 22px;
  }

  .el_contact_box .el_contact_tel:after {
    display: none;
  }

  .el_contact_box .el_contact_tel .txt1 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .el_contact_box .el_contact_tel a {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .el_contact_box .el_contact_tel .txt2 {
    font-size: 14px;
  }

  .el_contact_box .el_contact_mail {
    width: 100%;
    height: 114px;
    padding-top: 24px;
  }
    .el_contact_box .el_contact_mail:after {
    display: none;
  }
    .el_contact_box .el_contact_mail .icon{
        max-width: 45px;
    left: 10px;
    top: 3px;
    }
  .el_contact_box .el_contact_mail .txt1 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .el_contact_box .el_contact_mail a {
    width: 83%;
    height: 39px;
    line-height: 39px;
    font-size: 17px;
    margin: 0 auto;
    padding: 0;
  }

  .el_contact_box .el_contact_mail a:after {
    content: "";
    background: url(assets/images/ico_arw_r.svg) center center no-repeat;
    background-size: 8px 14px;
    width: 8px;
    height: 14px;
    transform: translateY(1px);
    display: inline-block;
    margin-left: 10px;
  }
    .el_contact_line{
        margin-top: 22px;
        width: 100%;
    }
    .el_contact_line img{
        width: 100%;
    }
}

.sec_topPurchace#buy_reason{
  padding: 0;
}
.sec_topPurchace#buy_reason .el_contact_copy{
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
}
.sec_topPurchace#buy_reason .contact_renew{
    margin-top: 40px;
}
.sec_topPurchace#buy_reason .contact_renew .el_contact_copy{
    font-size: 24px;
    color: #000;
}
.sec_topPurchace#buy_reason .tit_box{
  background: url(https://www.richgroup-kaitorich.com/wp-content/themes/kaitorich_themes/assets/images/bg_.jpg);
  color: #fff;
    background-size: cover;
    padding: 100px 0 50px;
    margin-top: -140px;
    position: relative;
}
.sec_topPurchace#buy_reason .tit_box .icon1{
    max-width: 200px;
    position: absolute;
    top: 50px;
    left: calc(50% - 430px);
}
.sec_topPurchace#buy_reason .tit_box .icon2{
    max-width: 200px;
    position: absolute;
    bottom: -5px;
    right: calc(50% - 358px);
}
.sec_topPurchace#buy_reason .sub_txt{
  text-align: center;
font-size: 24px;
line-height: 1.5;
}
.sec_topPurchace#buy_reason .sub_txt .span{
  font-size: 30px;
    line-height: 0.5;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 40px;
    position: relative;
    padding: 0 20px;
}
.sec_topPurchace#buy_reason .sub_txt span{
    position: absolute;
    display: inline-block;
    z-index: 9;
    width: max-content;
    left: -223px;
    top: -15px;
}
.sec_topPurchace#buy_reason .sub_txt .span:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 260px;
    height: inherit;
    border-bottom: solid 15px #00adb5;
    transform: skewX(-15deg);
}
.sec_topPurchace#buy_reason .sub_txt .span:before{
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 260px;
    height: inherit;
    border-bottom: solid 15px rgba(255, 87, 34, 1);
    transform: skewX(-15deg);
}
.sec_topPurchace#buy_reason .reason_bg{
    background: url(https://www.richgroup-kaitorich.com/wp-content/themes/kaitorich_themes/assets/images/be_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.sec_topPurchace#buy_reason .ly_inner{
    max-width: 95%;
    padding: 30px 0 210px;
}
.sec_topPurchace#buy_reason .el_contact_copy:before{
    background: url(assets/images/ico_line01-black.svg) center center no-repeat;
}
.sec_topPurchace#buy_reason .el_contact_copy:after{
    background: url(assets/images/ico_line02-black.svg) center center no-repeat;
}
.sec_topPurchace#buy_reason .reason_ul{
    max-width: 1100px;
    margin: 75px auto 0;
    padding: 60px 80px;
    box-sizing: border-box;
    background: url(https://www.richgroup-kaitorich.com/wp-content/themes/kaitorich_themes/assets/images/reason_ul_bg.png);
}
.sec_topPurchace#buy_reason .reason_ul .reason_li{
    /*border: solid 2px #2D4059;*/
    line-height: 1.5;
    margin-bottom: 30px;
    display: flex;
}
.sec_topPurchace#buy_reason .reason_ul .reason_li:nth-child(2){
    flex-flow: row-reverse;
}
.sec_topPurchace#buy_reason .reason_ul .reason_li:nth-child(3){
    margin-bottom: 10px;
}
.sec_topPurchace#buy_reason .reason_ul .reason_li .li_img{
    position: relative;
    width: 45%;
}
.sec_topPurchace#buy_reason .reason_ul .reason_li .li_img span{
    position: absolute;
    top: -10px;
    left: 0px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
.sec_topPurchace#buy_reason .reason_ul .reason_li:nth-child(2) .li_img span{
    left: auto;
    right: 10px;
}
.sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt{
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt .txt{
    padding: 0 70px;
    line-height: 2;
    font-size: 16px;
}
.sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt .txt .tit{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt .txt .tit span{
    color: rgba(255, 87, 34, 1);
}
.sec_topPurchace#buy_reason .attention{
    font-size: 18px;
    line-height: 1.5;
}

.sec_topPurchace {
  background: #EEEEEE;
  padding: 80px 0;
}

.sec_topPurchace .commingsoon {
  width: 326px;
  height: 325px;
  background: #fff;
  color: #2D4059;
  text-align: center;
  line-height: 326px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
}
.name_kinds{
    background-color: #D7D7D7;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    color: #000;
    width: 95%;
    margin: 0 auto;
    max-width: 1000px;
}
.purchase_ul{
    width: 95%;
    margin: 15px auto 0;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.purchase_ul .purchase_li{
    position: relative;
    width: 32%;
    padding: 0px;
    background-color: #fff;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 15px;
    min-height: 500px;
    border: solid 3px #2D4063;
}
.purchase_ul .purchase_li:nth-child(3){
    margin-right: 0%;
}
.purchase_ul .purchase_li:nth-child(6){
    margin-right: 0%;
}
.purchase_ul .purchase_li:nth-child(9){
    margin-right: 0%;
}
.purchase_ul .purchase_li .purchase_tit{
    margin-bottom: 5px;
    min-height: 120px;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 0 0px;
}

.purchase_ul .purchase_li .purchase_tit p{
	background: #2D4059;
    font-size: 16px;
	padding: 5px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.purchase_ul .purchase_li .purchase_tit dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	min-height: 200px;
}

.purchase_ul .purchase_li .purchase_tit dl dt{
	background: #222831;
	padding: 5px;
	color: #fff;
	width: 20%;
	text-align: center;
	font-size: 13px;
	margin-bottom: 5px;
	position: relative;
}

.purchase_ul .purchase_li .purchase_tit dl dt div{
	display: inline;
  	text-align:center;
	position: absolute;
	width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.purchase_ul .purchase_li .purchase_tit dl dd{
	width: 65%;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.purchase_ul .purchase_li .purchase_img{
    width: 100%;
	margin-bottom: 20px;
}
.purchase_ul .purchase_li .purchase_img img{
    width: 100%;
}
.purchase_ul .purchase_li .priceBox{
    position: relative;
    bottom: 0;
    left: 0;
    width: 95%;
    /*background-color: rgba(0, 0, 0, .7);*/
    background-color: #2D4059;
    color: rgba(255,255,255,1.00);
    font-size: 16px;
    padding: 10px 10px 10px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    text-align: center;
}
.purchase_ul .purchase_li .priceBox span{
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: #FF5722;
}
@media(max-width:960px){
    .sec_topPurchace#buy_reason .tit_box{
        margin-top: -50px;
    }
    .sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt .txt{
        line-height: 1.5;
        padding: 0 30px;
    }
    .sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt .txt .tit{
        font-size: 18px;
    }
}

@media(max-width:768px){
	.purchase_ul .purchase_li .purchase_img.pc,
	.purchase_ul .purchase_li .priceBox.pc{
		display: none;
	}
	.purchase_ul .purchase_li .purchase_img.sp,
	.purchase_ul .purchase_li .priceBox.sp{
		margin-bottom: 10px;
	}
}

@media(min-width:768px){
	.purchase_ul .purchase_li .purchase_img.sp,
	.purchase_ul .purchase_li .priceBox.sp{
		display: none;
	}
}

@media(max-width:768px){
    .sec_topPurchace#buy_reason .tit_box{
        background: url(https://www.richgroup-kaitorich.com/wp-content/themes/kaitorich_themes/assets/images/bg_sp.jpg);
}
    .sec_topPurchace#buy_reason .tit_box .icon{
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    .sec_topPurchace#buy_reason .tit_box .icon1{
        position: relative;
        top: 10px;
    left: inherit;
        width: 49%;
        object-fit: contain;
    }
    .sec_topPurchace#buy_reason .tit_box .icon2{
        position: relative;
        right: 5px;
        bottom: -50px;
        width: 49%;
        object-fit: contain;
    }
    .sec_topPurchace#buy_reason .el_contact_copy{
        font-size: 30px;
        color: #fff!important;
    }
    .sec_topPurchace#buy_reason .sub_txt{
        font-size: 20px;
    }
    .sec_topPurchace#buy_reason .sub_txt .span{
        font-size: 22px;
        display: block;
    }
    .sec_topPurchace#buy_reason .sub_txt span{
        width: inherit;
    left: 0;
    right: 0;
        top: -10px;
}
    .sec_topPurchace#buy_reason .sub_txt .span:before{
        width: 49%;
        left: 1%;
        right: inherit;
        transform: skewX(-35deg);
    }
    .sec_topPurchace#buy_reason .sub_txt .span:after{
        width: 49%;
        right: 1%;
        left: inherit;
        transform: skewX(-35deg);
    }
    #buy_reason .el_contact_copy:before, #buy_reason .el_contact_copy:after{
        top: -5px;
    }
    .sec_topPurchace#buy_reason .reason_bg{
        background:url(https://www.richgroup-kaitorich.com/wp-content/themes/kaitorich_themes/assets/images/bg_sp2.jpg);
        background-size: cover;
        background-position: top center;
    }
    .sec_topPurchace#buy_reason .ly_inner{
        padding: 30px 0 150px;
    }
    .sec_topPurchace#buy_reason .reason_ul{
        padding: 0 0;
    }
    .sec_topPurchace#buy_reason .reason_ul .reason_li span{
        font-size: 16px;
    }
    .sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt .txt{
        font-size: 14px;
    }
    .sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt .txt .tit{
        font-size: 16px;
    }
    .sec_topPurchace#buy_reason .attention{
        font-size: 16px;
    }
    .purchase_ul{
		justify-content: space-between;
	}
    .purchase_ul .purchase_li{
		width: 47%;
		margin-right: 0%;
        min-height: auto;
}
	.purchase_ul .purchase_li .purchase_img{
		position: relative;
	}
	.purchase_ul .purchase_li .purchase_tit dl{
		display: block;
		/*min-height: 370px;*/
	}
	.purchase_ul .purchase_li .purchase_tit dl dt{
		width: 90%;
		margin: 0 auto;
		padding: 13px 0;
	}
	.purchase_ul .purchase_li .purchase_tit dl dd{
		width: 90%;
		margin: 0 auto 10px;
	}
    .purchase_ul .purchase_li .purchase_tit{
        /*padding: 0 10px;*/
        min-height: 96px;
    }
    .purchase_ul .purchase_li .priceBox{
        font-size: 10px;
    }
    .purchase_ul .purchase_li .priceBox span{
        font-size: 13px;
    }
}
@media(max-width:600px){
    .sec_topPurchace#buy_reason .reason_ul .reason_li{
        display: block;
    }
    .sec_topPurchace#buy_reason .reason_ul .reason_li .li_img{
        width: 100%;
    }
    .sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt{
        width: 100%;
    }
    .sec_topPurchace#buy_reason .reason_ul .reason_li .li_txt .txt{
        padding: 25px 15px;
    }
}
@media(max-width:415px){
    .purchase_ul .purchase_li .purchase_tit{
        min-height: 190px;
}
}
@media(max-width:375px){
    .purchase_ul .purchase_li{
        min-height: 400px;
    }
    .purchase_ul .purchase_li .purchase_tit{
        min-height: 216px;
    }
}


.el_slide {
  background: #fff;
  width: 326px;
  padding: 24px 26px;
  margin: 0 15px;
  box-sizing: border-box;
}

.el_slide .cat {
  font-size: 16px;
  margin-bottom: 5px;
}

.el_slide .ttl {
  font-size: 18px;
  line-height: 1.26;
  margin-bottom: 10px;
  font-weight: 700;
}

.el_slide .img {
  margin-bottom: 18px;
}

.el_slide .prices {
  text-align: center;
  font-weight: 700;
}

.el_slide .txt {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}

.el_slide .price {
  color: #FF5722;
  font-size: 36px;
}

.el_slide .unit {
  color: #FF5722;
  font-size: 24px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  border: solid 1px #2D4059;
  border-radius: 10px;
}

.slick-dots li.slick-active {
  background: #2D4059;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button:before {
  display: none;
}


.slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background: url(assets/images/ico_slider_prev.svg) center center no-repeat;
  left: 50%;
  transform: translateX(-540px);
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  background: url(assets/images/ico_slider_next.svg) center center no-repeat;
  right: 50%;
  transform: translateX(540px);
}

@media screen and (max-width: 480px) {
  .sec_topPurchace {
    padding: 48px 0;
  }

  .sec_topPurchace .commingsoon {
    width: 280px;
    height: 280px;
    line-height: 280px;
  }

  .el_slide {
    max-width: 335px;
    padding: 30px 35px;
    margin: 0 12px;
  }

  .el_slide .cat {
    font-size: 15px;
  }

  .el_slide .ttl {
    font-size: 17px;
  }

  .el_slide .img {
    margin-bottom: 18px;
  }

  .el_slide .txt {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
  }

  .el_slide .price {
    font-size: 35px;
  }

  .el_slide .unit {
    font-size: 23px;
  }

  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    transform: translateX(-184px);
  }

  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    transform: translateX(184px);
  }
}

.sec_topflow {
  background: url(assets/images/bg_sec3@2x.jpg) center top no-repeat;
  background-size: 2000px 640px;
  padding-top: 160px;
}

.sec_topflow .el_secHead {
  position: relative;
}

.sec_topflow .el_secTtl {
  color: #fff;
}

.sec_topflow .el_secDsc {
  color: #fff;
}

.sec_topflow .badge {
  width: 160px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

@media screen and (max-width: 1080px) {

  .sec_topflow .badge {
    right: 20px;
    bottom: 70px;
  }
}

@media screen and (max-width: 480px) {
  .sec_topflow {
    background: url(assets/images/bg_sec3_sp.jpg) center top no-repeat;
    background-size: 2000px 883px;
    padding-top: 84px;
  }

  .sec_topflow .el_secHead {
    width: 100%;
    margin: 0 auto 24px;
  }

  .sec_topflow .badge {
    position: static;
    width: 115px;
    right: 0;
    bottom: inherit;
    top: -40px;
    display: block;
    margin: 0 auto 10px;
  }
}

.uni_anchorNav {
  margin-bottom: 80px;
}

.uni_anchorNav a {
  width: 200px;
  height: 170px;
  padding-top: 107px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  position: relative;
  display: block;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2D4059;
}

.uni_anchorNav a:hover {
  opacity: .5;
}

.uni_anchorNav a:nth-child(1) .ico {
  width: 64px;
}

.uni_anchorNav a:nth-child(2) .ico {
  width: 76px;
}

.uni_anchorNav a:nth-child(3) .ico {
  width: 77px;
}

.uni_anchorNav a:nth-child(4) .ico {
  width: 82px;
}

.uni_anchorNav a:nth-child(5) .ico {
  width: 40px;
}

.uni_anchorNav .ico {
  position: absolute;
  bottom: 74px;
  left: 50%;
  transform: translateX(-50%);
}

.uni_anchorNav .arw {
  position: absolute;
  display: block;
  width: 19px;
  height: 12px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1080px) {

  .uni_anchorNav {
    width: 90%;
    margin: 0 auto 80px;
  }

  .uni_anchorNav a {
    width: 19%;
    height: 170px;
    padding-top: 107px;
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .uni_anchorNav {
    width: 82.7%;
    margin: 0 auto 13px;
  }

  .uni_anchorNav a {
    width: 100%;
    height: 70px;
    padding-top: 26px;
    font-size: 18px;
    margin-bottom: 19px;
  }

  .uni_anchorNav a:nth-child(1) .ico {
    width: 44px;
  }

  .uni_anchorNav a:nth-child(2) .ico {
    width: 56px;
  }

  .uni_anchorNav a:nth-child(3) .ico {
    width: 53px;
  }

  .uni_anchorNav a:nth-child(4) .ico {
    width: 57px;
  }

  .uni_anchorNav a:nth-child(5) .ico {
    width: 30px;
  }

  .uni_anchorNav .ico {
    position: absolute;
    bottom: inherit;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
  }

  .uni_anchorNav .arw {
    width: 17px;
    height: 10px;
    left: inherit;
    bottom: inherit;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
  }
}

.el_flow_cont {
  border-bottom: solid 2px #2D4059;
}

.el_flow_cont .el_flow_head {
  background: url(assets/images/bg_pat@2x.png) left top repeat;
  background-size: 148px 115px;
  padding: 64px 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  align-items: center;
}

.el_flow_cont .el_flow_head .ico {
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
}

.el_flow_accodionBtn {
  text-align: center;
  font-size: 24px;
  margin-top: 32px;
}

.el_flow_accodionBtn p {
  line-height: 2;
  transition: opacity 0.3s;
}

.el_flow_accodionBtn p:hover {
  cursor: pointer;
  opacity: 0.5;
}

.el_flow_accodionBtn .arw {
  display: inline-block;
  width: 19px;
  height: 12px;
  margin-left: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .el_flow_accodionBtn {
    text-align: center;
    font-size: 20px;
    margin-top: 32px;
  }
}

.el_flow_cont#flow01 .ico {
  width: 85px;
}

.el_flow_cont#flow02 .ico {
  width: 124px;
}

.el_flow_cont#flow03 .ico {
  width: 104px;
}

.el_flow_cont#flow04 .ico {
  width: 118px;
}

.el_flow_cont#flow05 .ico {
  width: 56px;
}

.el_flow_cont .el_flow_head .ttls {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.el_flow_cont#flow04 .el_flow_head .ttls {
  padding-top: 20px;
}

.el_flow_cont .el_flow_head .copy {
  font-size: 24px;
  margin-bottom: 20px;
}

.el_flow_cont .el_flow_head .ttl {
  font-size: 38px;
}

.el_flow_cont .el_flow {
  margin-bottom: 120px;
}

.el_flow_cont li {
  padding: 40px 0;
  position: relative;
}

.el_flow_cont li:after {
  content: "";
  width: 100%;
  height: 22px;
  background: url(assets/images/illust_separator.svg) center bottom no-repeat;
  background-size: 1080px 22px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.el_flow_cont li:last-child {
  background: none;
  border-bottom: solid 2px #E6E6E6;
}

.el_flow_cont li:last-child:after {
  display: none;
}

.el_flow_cont .num {
  font-size: 48px;
  width: 91px;
  display: flex;
  align-items: center;
}

.el_flow_cont .img {
  width: 192px;
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.el_flow_cont .info {
  width: calc(100% - 308px);
  letter-spacing: 0.05em;
  position: relative;
}

.el_flow_cont .ttl {
  font-size: 24px;
  margin-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 700;
}

.el_flow_cont .dsc {
  width: 100%;
  font-size: 18px;
  line-height: 1.75;
}

.el_flow_cont .info img {
  width: 90px;
  position: absolute;
  top:0;
  right: 0;
}

.el_flow_cont .flow_line .ttl,
.el_flow_cont .flow_line .dsc {
  width: calc(100% - 120px);
}

.sec_topflow .btm {
  background: url(assets/images/bg_flow_bottom@2x.png) center center no-repeat;
  background-size: 2000px 297px;
  height: 297px;
}

@media screen and (max-width: 1080px) {

  .el_flow_cont li {
    padding: 40px 20px;
  }

  .el_flow_cont .num {
    font-size: 48px;
    width: 48px;
  }

  .el_flow_cont .img {
    margin-right: 0;
  }

  .el_flow_cont .info {
    width: calc(100% - 280px);
  }

  .el_flow_cont .ttl {
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .el_flow_cont .el_flow_head {
    background: url(assets/images/bg_pat@2x.png) left top repeat;
    background-size: 74px 57px;
    padding: 32px 0;
  }

  .el_flow_cont .el_flow_head .ico {
    margin: 0 auto 10px;
  }

  .el_flow_cont#flow01 .ico {
    width: 52px;
  }

  .el_flow_cont#flow02 .ico {
    width: 69px;
  }

  .el_flow_cont#flow03 .ico {
    width: 56px;
  }

  .el_flow_cont#flow04 .ico {
    width: 66px;
  }

  .el_flow_cont#flow05 .ico {
    width: 34px;
  }

  .el_flow_cont .el_flow_head .ttls {
    text-align: center;
    display: block;
  }

  .el_flow_cont#flow04 .el_flow_head .ttls {
    padding-top: 0;
  }

  .el_flow_cont .el_flow_head .copy {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .el_flow_cont .el_flow_head .ttl {
    font-size: 22px;
    margin-bottom: 0;
  }

  .el_flow_cont .el_flow {
    width: 85.5%;
    margin: 0 auto 48px;
  }

  .el_flow_cont li {
    padding: 24px 0;
    position: relative;
  }

  .el_flow_cont li:after {
    content: "";
    width: 100%;
    height: 22px;
    background: url(assets/images/illust_separator.svg) center bottom no-repeat;
    background-size: 1080px 22px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .el_flow_cont li:last-child {
    background: none;
    border-bottom: solid 2px #E6E6E6;
  }

  .el_flow_cont li:last-child:after {
    display: none;
  }

  .el_flow_cont .num {
    font-size: 48px;
    width: 91px;
    display: block;
    margin: 0 auto 24px;
    text-align: center;
  }

  .el_flow_cont .img {
    width: 100%;
    margin: 0 auto 24px;
    display: block;
  }

  .el_flow_cont .info {
    width: 100%;
  }

  .el_flow_cont .ttl {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
  }

  .el_flow_cont .dsc {
    font-size: 16px;
  }

  .sec_topflow .btm {
    background: url(assets/images/bg_flow_bottom_sp.png) center center no-repeat;
    background-size: 414px 88px;
    height: 88px;
  }

  .el_flow_cont .info img {
    display: none;
  }

  .el_flow_cont .flow_line .ttl,
  .el_flow_cont .flow_line .dsc {
    width: 100%;
  }
}

.sec_topPoint {
  padding: 80px 0;
}

.sec_topPoint .el_point {
  width: 333px;
  margin-bottom: 40px;
}

.sec_topPoint .img {
  margin-bottom: 20px;
}

.sec_topPoint .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1080px) {

  .sec_topPoint .el_points {
    padding: 0 20px;
  }

  .sec_topPoint .el_point {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .sec_topPoint {
    padding: 48px 0 8px;
    ;
  }

  .sec_topPoint .el_secTtl {
    line-height: 1.5;
  }

  .sec_topPoint .el_secDsc {
    margin: 0 auto;
    width: 85.5%;
    text-align: left;
  }

  .sec_topPoint .el_points {
    padding: 0;
  }

  .sec_topPoint .el_point {
    width: 85.5%;
    margin: 0 auto 40px;
    ;
  }

  .sec_topPoint .img {
    margin-bottom: 24px;
  }

  .sec_topPoint .ttl {
    font-size: 22px;
  }
}

.sec_topFaq {
  background: url(assets/images/bg_pat@2x.png) left top repeat;
  background-size: 148px 115px;
  position: relative;
  padding: 160px 0 96px;
}

.sec_topFaq:before,
.sec_topFaq:after {
  content: "";
  width: 0;
  height: 0;
}

.sec_topFaq:before {
  border-top: 80px solid #fff;
  border-right: 100vw solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec_topFaq:after {
  border-bottom: 80px solid #fff;
  border-left: 100vw solid transparent;
  position: absolute;
  bottom: 0;
}

.sec_topFaq .el_secHead {
  margin-bottom: 64px;
}

.sec_topFaq .el_faq {
  width: 48%;
  margin-bottom: 64px;
}

.sec_topFaq .el_faq_q {
  padding-bottom: 12px;
  border-bottom: solid 1px #999999;
  margin-bottom: 25px;
  height: 100px;
}

.sec_topFaq .el_ff_en {
  font-size: 48px;
  color: #FF5722;
  padding-left: 7px;
  padding-right: 20px;
  /*width: 54px;*/
  display: flex;
  align-items: center;
}

.sec_topFaq .ttl {
  font-size: 24px;
  font-weight: 700;
  width: calc(100% - 60px);
  letter-spacing: 0.05em;
  line-height: 1.48;
  display: flex;
  align-items: center;
}

.sec_topFaq .dsc {
  font-size: 18px;
  line-height: 1.75;
}

@media screen and (max-width: 1080px) {
  .sec_topFaq .el_faq {
    width: 85.5%;
    margin: 0 auto 32px;
  }
}

@media screen and (max-width: 480px) {
  .sec_topFaq {
    background: url(assets/images/bg_pat@2x.png) left top repeat;
    background-size: 74px 57px;
    position: relative;
    padding: 85px 0 48px;
  }


  .sec_topFaq:before {
    border-top: 35px solid #fff;
  }

  .sec_topFaq:after {
    border-bottom: 35px solid #fff;
  }

  .sec_topFaq .el_secHead {
    margin-bottom: 32px;
  }

  .sec_topFaq .el_faq {
    width: 85.5%;
    margin: 0 auto 32px;
  }

  .sec_topFaq .el_faq_q {
    padding-bottom: 12px;
    margin-bottom: 16px;
    height: auto;
  }

  .sec_topFaq .el_ff_en {
    font-size: 36px;
    padding-left: 3px;
    padding-right: 10px;
    /*width: 37px;*/
  }

  .sec_topFaq .ttl {
    font-size: 18px;
    width: calc(100% - 37px);
  }

  .sec_topFaq .dsc {
    font-size: 16px;
  }
}

.sec_topBrand {
  padding: 80px 0 125px;
  background: url(assets/images/bg_brand_bottom@2x.png) center bottom no-repeat;
  background-size: 2000px 127px;
}

.el_secTopBrandTit {
  font-size: 24px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  margin: 3em 0 1em;
}

.sec_topBrand li {
  width: 17.5%;
  padding: 10px 0;
  box-sizing: border-box;
  margin-bottom: 3.125%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  /*border: solid 1px #2D4059;*/
}

.sec_topBrand li.spacer {
  padding: 0;
  margin-bottom: 0;
}

.sec_topBrand li img {
  display: block;
}

@media screen and (max-width: 1080px) {

  .sec_topBrand ul {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .sec_topBrand {
    padding: 80px 0 125px;
    background: url(assets/images/bg_brand_bottom_sp.png) center bottom no-repeat;
    background-size: 414px 47px;
  }

  .sec_topBrand .el_secHead {
    width: 85.5%;
    margin: 0 auto 24px;
  }

  .sec_topBrand .el_secTtl {
    line-height: 1.5;
  }

  .sec_topBrand .el_brands {
    width: 85.5%;
    margin: 0 auto;
  }
  .sec_topBrand ul {
    padding: 0;
  }

  .sec_topBrand li {
    width: 32%;
    padding: 20px 0;
    margin-bottom: 3%;
    font-size: 12px;
  }
}

.sec_topShop {
  padding: 80px 0 120px;
  background: #EEEEEE;
}

.sec_topShop .info {
  width: 44%;
  box-sizing: border-box;
  padding-right: 5%;
}

.sec_topShop .inner {
  width: 419px;
  float: right;
}

.sec_topShop .img {
  margin-bottom: 45px;
}

.sec_topShop .logo {
  margin-bottom: 20px;
  width: 219px;
}

.sec_topShop .addr {
  font-size: 18px;
  line-height: 1.75;
}
.sec_topShop .addr span.shop_infoPc{
    font-size: 10px;
    line-height: 1.5;
    display: block;
}

.sec_topShop .shop_infoSp {
  display: none;
}

.sec_topShop .map {
  width: 56%;
}

.sec_topShop iframe {
  width: 100%;
  height: 670px;
}

@media screen and (max-width: 1080px) {

  .sec_topShop .info {
    width: 85.5%;
    margin: 0 auto 24px;
    padding-right: 0;
  }

  .sec_topShop .inner {
    width: 100%;
    float: none;
  }

  .sec_topShop .map {
    width: 90%;
    margin: 0 auto;
  }

  .sec_topShop iframe {
    width: 100%;
  }
  .sec_topShop .addr span.shop_infoPc{
    display: none;
  }
  .sec_topShop .shop_infoSp {
    display: block;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .sec_topShop {
    padding: 48px 0 48px;
  }

  .sec_topShop .info {
    width: 85.5%;
    margin: 0 auto;
    padding-right: 0;
  }

  .sec_topShop .inner {
    width: 100%;
    float: none;
  }

  .sec_topShop .img {
    margin-bottom: 24px;
  }

  .sec_topShop .logo {
    margin: 0 auto 16px;
    width: 156px;
  }

  .sec_topShop .addr {
    font-size: 16px;
    text-align: center;
    margin-bottom: 24px;
  }

  .sec_topShop .shop_infoSp {
    text-align: center;
  }

  .sec_topShop .map {
    width: 100%;
  }

  .sec_topShop iframe {
    width: 100%;
    height: 267px;
  }
}

/*
page
*/
.sec_topContact.sec_page {
  background: url(assets/images/assessment/bg_page_contact@2x.jpg) center center no-repeat;
  background-size: 2000px 546px;
  height: 546px;
  box-sizing: border-box;
  padding-top: 168px;
}

.sec_topPage_separate {
  background: url(assets/images/bg_brand_bottom@2x.png) center bottom no-repeat;
  background-size: 2000px 177px;
  height: 177px;
  padding-top: 75px;
}
@media screen and (max-width: 960px) {
    .sec_topContact.sec_page {
    height: auto;
      background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .sec_topContact.sec_page {
    background: url(assets/images/assessment/bg_page_contact_sp.jpg) center center no-repeat;
    background-size: 414px 498px;
    height: auto;
    /*height: 498px;*/
    padding-top: 84px;
      background-size: cover;
  }

  .sec_topPage_separate {
    background: url(assets/images/bg_brand_bottom_sp.png) center bottom no-repeat;
    background-size: 414px 47px;
    height: 47px;
    padding-top: 38px;
  }
}

/*
form
*/
.sec_assessment_head {
  background: url(assets/images/assessment/bg_assessment_head@2x.jpg) center bottom no-repeat;
  background-size: 2000px 614px;
  height: 534px;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
.sec_assessment_head .assessment_h2_ly_inner{
}
.sec_assessment_head .assessment_h2_ly_inner h2{
    line-height: 1.3;
}
.sec_assessment_head .assessment_h2_ly_inner h2 span{
    border-bottom: solid 10px rgba(255, 87, 34, 1);
    display: inline-block;
    height: 55px;
}
.sec_assessment_head .assessment_h2_ly_inner .iconren{
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 10px auto 0;
}
.sec_assessment_head .assessment_h2_ly_inner .iconren img{
    max-width: 150px;
}
.sec_assessment_head .assessment_h2_ly_inner .iconren img.icon1{
    max-width: 80px;
    position: absolute;
    left: -100px;
    bottom: 25px;
}
.sec_assessment_head .assessment_h2_ly_inner .iconren img.icon2{
    max-width: 120px;
    position: absolute;
    right: -140px;
    bottom: 45px;
}

.el_form_steps {
  overflow: hidden;
  margin-bottom: 50px;
  background: #FFDDD3;
}

.el_form_steps li {
  width: 33.3%;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  color: #6C7A8B;
  position: relative;
  background: #FFDDD3;
  padding-left: 60px;
  box-sizing: border-box;
}

.el_form_steps li:first-child {
  padding-left: 30px;
  width: 30%;
}

.el_form_steps li:last-child {
  width: 36.6%;
}

.el_form_steps li:first-child {}


.el_form_steps li p {
  display: inline-block;
}

.el_form_steps li.current {
  background: #FF5722;
  color: #fff;
}

.el_form_steps li .txt {
  font-size: 24px;
  letter-spacing: 0.05em;
}

.el_form_steps li .txt2 {
  font-size: 32px;
  margin-left: 5px;
  margin-right: 20px;
}

.el_form_steps li:before,
.el_form_steps li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.el_form_steps li:last-child:before,
.el_form_steps li:last-child:after {
  display: none;
}

.el_form_steps li:before {
  top: -40px;
  right: -28px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 80px 0 80px 28px;
  z-index: 10;
}

.el_form_steps li:after {
  top: -40px;
  right: -26px;
  border-style: solid;
  border-color: transparent transparent transparent #FFDDD3;
  border-width: 80px 0 80px 28px;
  z-index: 10;
}

.el_form_steps li.current:after {
  border-color: transparent transparent transparent #FF5722;
}

.el_form_end {
  margin-bottom: 65px;
}

.el_form_end .el_desc {
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
}


@media screen and (max-width: 1080px) {

  .el_form_steps li {
    width: 33.3%;
    line-height: 1;
    padding-left: 30px;
    padding-top: 20px;
    text-align: center;
  }

  .el_form_steps li:first-child {
    padding-left: 20px;
  }

  .el_form_steps li .badge {
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 10px 4px;
    background: #6C7A8B;
    color: #fff;
  }

  .el_form_steps li.current .badge {
    color: #FF5722;
    background: #fff;
  }

  .el_form_steps li.current .badge + p {
    line-height: 1;
  }

  .el_form_steps li .badge + p {
    display: block;
  }

  .el_form_steps li .txt {
    font-size: 10px;
  }

  .el_form_steps li .txt:last-child {
    font-size: 15px;
  }

  .el_form_steps li .txt2 {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
    .sec_assessment_head .assessment_h2_ly_inner h2{
        font-size: 20px;
        line-height: 2;
    }
    .sec_assessment_head .assessment_h2_ly_inner h2 span{
        height: 25px;
    }
    .sec_assessment_head .assessment_h2_ly_inner .iconren img{
        max-width: 100px;
    }
    .sec_assessment_head .assessment_h2_ly_inner .iconren img.icon1{
        max-width: 40px;
    left: -15px;
    bottom: inherit;
    top: -35px;
    }
    .sec_assessment_head .assessment_h2_ly_inner .iconren img.icon2{
        max-width: 45px;
    right: -22px;
    bottom: inherit;
    top: -40px;
    }
}

@media screen and (max-width: 480px) {
  .sec_assessment_head {
    background: url(assets/images/assessment/bg_assessment_head_sp.jpg) center bottom no-repeat;
    background-size: 414px 355px;
    height: 355px;
    padding-top: 30px;
    margin-bottom: 24px;
    font-size: 32px;
  }

  .sec_assessment_conts.end .el_secTtl {
    line-height: 1.5;
  }

  .el_form_steps {
    width: 85.5%;
    margin: 0 auto 25px;
  }

  .el_form_steps li {
    width: 33.3%;
    line-height: 1;
    padding-left: 30px;
    padding-top: 20px;
    text-align: center;
  }

  .el_form_steps li:first-child {
    padding-left: 20px;
  }

  .el_form_steps li .badge {
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 10px 4px;
    background: #6C7A8B;
    color: #fff;
  }

  .el_form_steps li.current .badge {
    color: #FF5722;
    background: #fff;
  }

  .el_form_steps li.current .badge + p {
    line-height: 1;
  }

  .el_form_steps li br {
    display: none;
  }

  .el_form_steps li .txt {
    font-size: 10px;
  }

  .el_form_steps li .txt:last-child {
    font-size: 15px;
  }

  .el_form_steps li .txt2 {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .el_form_end {
    width: 85.5%;
    margin: 0 auto 30px;
  }

  .el_form_end .el_desc {
    font-size: 14px;
    text-align: left;
  }
}

.el_form_head {
  height: 103px;
  line-height: 103px;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #2D4059;
  background: url(assets/images/bg_pat@2x.png) left top repeat;
  background-size: 148px 115px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.el_form_subHead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.el_form_label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.el_form_labelSub {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 15px;
}

.el_tab_item {
  margin-bottom: 80px;
}

.el_form_group {
  width: 100%;
  margin-top: 20px;
}

.clearfix .el_form_group {
  width: 47.7%;
  margin-top: 20px;
}

.el_form_group input[type="text"],
.el_form_group input[type="email"],
.el_form_group input[type="tel"],
.el_form_group textarea,
.el_form_group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  border: solid 1px #2D4059;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.el_form_group textarea {
  height: 160px;
}

.el_form_group .price::placeholder {
  text-align: right;
}

.clearfix .el_form_group:nth-child(odd) {
  float: left;
}

.clearfix .el_form_group:nth-child(even) {
  float: right;
}

.el_form_group .el_file .img {
  padding-top: 66.6%;
  background: url(assets/images/assessment/bg_file.svg) center center no-repeat;
  background-size: cover;
}

.el_form_caution {
  margin: 64px auto;
}

.el_form_caution.center {
  text-align: center;
  margin: 40px auto;
}

.drag_drop {
  margin-bottom: 80px;
}

.drag_drop_box {
  width: 32.5%;
  float: left;
  margin-right: 1%;
}

.file-img01,
.file-img02,
.file-img03 {
  display: none;
}

.drag_drop_box:nth-child(3) {
  margin-right: 0;
}

.el_form_btns {
  margin-bottom: 40px;
  text-align: center;
}

.el_form_btns input[type="submit"],
.el_form_btns input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 392px;
  height: 51px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 5px;
}

.el_form_btns input[type="submit"] + input[type="button"] {
  margin-right: 10px;
}

.el_form_btns input[type="submit"] {
  background: #2D4059 url(assets/images/assessment/ico_arw_rw.svg) right 18px top 18px no-repeat;
  background-size: 10px 18px;
}

.el_form_btns input[type="button"] {
  background: #C0C5CD;
  background-size: 10px 18px;
  color: #fff;
}

.el_btn_group {
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .el_form {
    width: 85.5%;
    margin: 0 auto;
  }

  .el_form_head {
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    background-size: 74px 57px;
    margin-bottom: 20px;
  }

  .el_form_subHead {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .el_form_label {
    font-size: 16px;
  }

  .el_form_labelSub {
    font-size: 14px;
  }

  .el_tab_item {
    margin-bottom: 40px;
  }

  .clearfix .el_form_group {
    width: 100%;
  }

  .clearfix .el_form_group:nth-child(odd),
  .clearfix .el_form_group:nth-child(even) {
    float: none;
  }

  .drag_drop {
    margin-bottom: 40px;
  }

  .drag_drop_box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .el_form_caution {
    margin: 32px auto;
  }

  .el_form_caution.center {
    margin: 20px auto;
  }

  .el_form_btns {
    margin-bottom: 20px;
  }

  .el_form_btns input[type="submit"],
  .el_form_btns input[type="button"] {
    width: 100%;
  }

  .el_form_btns input[type="submit"] + input[type="button"] {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .el_btn_group {
    margin-bottom: 20px;
  }
}

.el_radio_group {
  text-align: center;
  margin-bottom: 64px;
}

.el_radio_group .el_form_label {
  text-align: left;
}

.el_radio_group .radio_questions .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.el_radio_group .wpcf7-list-item {
  display: inline-block;
  width: 215px;
  height: 185px;
  overflow: hidden;
  margin: 0 0 30px;
}

.el_radio_group input[type=radio] {
  display: none;
}

.el_radio_group .wpcf7-form-control-wrap .wpcf7-list-item label span {
  color: #fff;
  position: relative;
  top: 0px;
  font-size: 0;
}

.el_radio_group .wpcf7-form-control-wrap .wpcf7-list-item label span {
  top: -20px;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
  content: " ";
}

.el_radio_group .wpcf7-form-control-wrap .wpcf7-list-item label {}

.wpcf7-list-item .wpcf7-list-item-label:after {
  display: block;
  width: 215px;
  height: 185px;
  box-sizing: border-box;
  cursor: pointer;
}

.el_radio_group .wpcf7-list-item:nth-of-type(1) input + .wpcf7-list-item-label:after {
  margin-left: 0;
  background: url(assets/images/assessment/ico_radio01@2x.png) center center no-repeat;
  background-size: cover;
}

.el_radio_group .wpcf7-list-item:nth-of-type(2) input + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio02@2x.png) center center no-repeat;
  background-size: cover;
}

.el_radio_group .wpcf7-list-item:nth-of-type(3) input + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio03@2x.png) center center no-repeat;
  background-size: cover;
}

.el_radio_group .wpcf7-list-item:nth-of-type(4) input + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio04@2x.png) center center no-repeat;
  background-size: cover;
}

.el_radio_group .wpcf7-list-item:nth-of-type(5) input + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio05@2x.png) center center no-repeat;
  background-size: cover;
  margin-right: 0;
}

.el_radio_group .wpcf7-list-item:nth-of-type(6) input + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio06@2x.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.el_radio_group .wpcf7-list-item:nth-of-type(7) input + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio07@2x.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.el_radio_group .wpcf7-list-item:nth-of-type(1) input:checked + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(1) input:checked + input + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(1) input:checked + .wpcf7-list-item-label:after {
  margin-left: 0;
  background: url(assets/images/assessment/ico_radio_active01@2x.png) center center no-repeat;
  background-size: cover;
}

.el_radio_group .wpcf7-list-item:nth-of-type(2) input:checked + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(2) input:checked + input + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(2) input:checked + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio_active02@2x.png) center center no-repeat;
  background-size: cover;
}

.el_radio_group .wpcf7-list-item:nth-of-type(3) input:checked + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(3) input:checked + input + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(3) input:checked + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio_active03@2x.png) center center no-repeat;
  background-size: cover;
}

.el_radio_group .wpcf7-list-item:nth-of-type(4) input:checked + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(4) input:checked + input + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(4) input:checked + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio_active04@2x.png) center center no-repeat;
  background-size: cover;
}

.el_radio_group .wpcf7-list-item:nth-of-type(5) input:checked + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(5) input:checked + input + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(5) input:checked + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio_active05@2x.png) center center no-repeat;
  background-size: cover;
  margin-right: 0;
}

.el_radio_group .wpcf7-list-item:nth-of-type(6) input:checked + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(6) input:checked + input + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(6) input:checked + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio_active06@2x.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.el_radio_group .wpcf7-list-item:nth-of-type(7) input:checked + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(7) input:checked + input + input + .wpcf7-list-item-label:after,
.el_radio_group .wpcf7-list-item:nth-of-type(7) input:checked + .wpcf7-list-item-label:after {
  background: url(assets/images/assessment/ico_radio_active07@2x.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.el_radio_group .wpcf7-list-item .wpcf7-list-item-label:hover:after {
  opacity: .5;
}

.wpcf7-response-output {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .el_radio_group {
    margin-bottom: 32px;
  }

  .el_radio_group .wpcf7-list-item,
  .wpcf7-list-item .wpcf7-list-item-label:after {
    width: 77px;
    height: 66px;
    margin: 0 1% 5%;
  }

  .el_radio_group .wpcf7-list-item {
    overflow: inherit;
  }
}


@media screen and (max-width: 1080px) {
  .sec_assessment_conts{
    width: 90%;
    margin: 0 auto;
  }
  .el_radio_group .el_form_label {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .sec_assessment_conts{
    width: 100%;
  }
  .el_radio_group .el_form_label {
    text-align: left;
  }
}

.ie_conts {
  display: none;
}
