* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 1024px;
    margin: 0 auto;
    color: #231815;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
li {
    list-style: none;
}
a {
    display: block;
}
a:hover{
    opacity: .7;
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
}
fieldset {
    border: none;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.co2 {
    font-size: 69%;
}

#header #headerSiteNav {
    box-sizing: content-box;
}
#header form input#searchBox {
    box-sizing: content-box;
}
.recoFooter,#ftArea,#header {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
}
.recoFooter li a.blank {
    display: inline-block;
}
.rf_column5 .contents {
    box-sizing: content-box;
}
.fnChangeTrg {
    box-sizing: content-box;
}
.rf_column5 .contents div.bs_cnts ul {
    box-sizing: content-box;
}
#sns a {
    display: inline-block;
}
/* end  #header */
.banner {
    background-color: #d0dadf;
    height: calc(100vh - 40px);
    position: relative;
    margin-bottom: -40px;
    overflow: hidden;
}

.video-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-box > video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}
.banner .content {
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner .content .text {
    width: 500px;
}
.croll-down {
    max-width: 937px;
    width: 68.5944363104%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.croll-down a {
    position: relative;
}
.croll-down span {
    position: relative;
    z-index: 2;
    top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2px;
    height: 50px;
}
.croll-down span:before {
    animation: scrollLine 1.2s infinite;
    transition: opacity 0.2s 0.3s;
}
.croll-down span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

@keyframes scrollLine {
    0% {
      -webkit-transform: scaleY(0) translate3d(0, 0, 0);
      transform: scaleY(0) translate3d(0, 0, 0);
      -webkit-transform-origin: top;
      transform-origin: top;
      -webkit-animation-timing-function: cubic-bezier(0.7, 0.3, 0.3, 0.9);
      animation-timing-function: cubic-bezier(0.7, 0.3, 0.3, 0.9);
    }
    40% {
      -webkit-transform: scaleY(1) translate3d(0, 0, 0);
      transform: scaleY(1) translate3d(0, 0, 0);
      -webkit-transform-origin: top;
      transform-origin: top;
    }
    40.1% {
      -webkit-transform: scaleY(1) translate3d(0, 0, 0);
      transform: scaleY(1) translate3d(0, 0, 0);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
      -webkit-animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
      animation-timing-function: cubic-bezier(0.19, 0.82, 0.27, 1);
    }
    100% {
      -webkit-transform: scaleY(0) translate3d(0, 0, 0);
      transform: scaleY(0) translate3d(0, 0, 0);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
    }
  }


/* end .banner  */

.container {
    width: 950px;
    min-height: 1%;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.container .topicPath {
    box-sizing: content-box;
}
/* end  */
.ppa_model {
    margin-top: 118px;
    padding-bottom: 54px;
    overflow: hidden;
    position: relative;
}
.ppa_model_bg {
    min-width: 1366px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("./../images/bg_sec_r_201x403.png"),url("./../images/bg_sec_l_193x385.png");
    background-position: right 33%, left 98.4%;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.ppa_model_container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.ppa_model__ttl {
    padding-left: 24px;
    position: relative;
    
}
.ppa_model__ttl::before {
    content: "";
    position: absolute;
    background: rgba(0, 79, 108, .22);
    width: 49.5%;
    height: 0;
    padding-bottom: 37%;
    top: 69px;
    left: -1px;
    z-index: -1;
}
.ppa_model__ttl p {
    font-size: 27px;
    padding-bottom: 7px;
    padding-left: 4px;
}
.ppa_model_content {
    padding-left: 16.4%;
    padding-right: 16px;
    margin-top: -8px;
}
.ppa_model__banner {
    margin-top: -13px;
    margin-bottom: 51px;
}
.ppa_model_content_group h3 {
    font-size: 20px;
    color: #004f6c;
    line-height: 1.8;
}
.ppa_model_content_group p {
    font-size: 16px;
}
.ppa_model_content_group.group01 {
    position: relative;
}
.ppa_model_content_group.group01::before {
    content: "";
    position: absolute;
    bottom: -35px;
    right: -126px;
    background: url('./../images/ppa_model_bg_sec01.png') no-repeat;
    width: 133px;
    height: 217px;
}
.ppa_model_content_group.group01 p {
    width: 80%;
    line-height: 1.94;
    margin-top: 21px;
    margin-left: -1px;
    letter-spacing: .8px;
}
.ppa_model_content_group.group01 .imgBx{
    margin-top: 50px;
    margin-left: -17px;
}
.ppa_model_content_group.group02 {
    margin-top: 59px;
    display: flex;
    flex-wrap: wrap;
    /* width: 91.243902439%; */
    width: 100%;
    justify-content: space-between;
}

.ppa_model_content_group.group02 p {
    margin-top: 27px;
    line-height: 1.9;
    letter-spacing: .6px;
    padding-left: 9px;
}
.ppa_model_content_group.group02 .content-left {
    width: 420px;
}
.ppa_model_content_group.group02 .content-right {
    margin-top: 16px;
    width: 400px;
}
@media screen and (min-width: 768px) {
    .ppa_model_content_group.group02 .content-right {
        margin-right: -16px;
    }
}
.ppa_model_content_group.group02 .content-right img {
    width: 100%;
}
.ppa_model_content_group.group02 .content-right .pc {
    width: 100%;
}
/* end .ppa_model */
.benefits {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
}
.benefits_bg {
    min-width: 1366px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("./../images/bg_sec_l_193x385.png"),url("./../images/bg_sec_r_201x403.png"),url("./../images/bg_sec_r_159x318.png");
    background-position: left 54%, right 51%, right 92.8%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.benefits_container {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.benefits_container::before {
    content: "";
    position: absolute;
    background: rgba(0, 79, 108, .22);
    width: 75.4081632653%;
    height: 0;
    padding-bottom: 53.7755102041%;
    top: 9.6%;
    right: 0;
    z-index: -1;
}
.benefits_container::after {
    content: "";
    background: url('./../images/benefits_bg_sec01.png') no-repeat;
    position: absolute;
    bottom: -76px;
    right: -2px;
    width: 99px;
    height: 133px;

}
.benefits_container .img01 {
    padding-left: 41px;
}
.benefits_header {
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
}
.benefits_header .benefits_ttl {
    width: 45%;
    padding-left: 16px;
    padding-top: 130px;
}
.benefits_header .img02 {
    width: 46.9%;
}
.benefits_ttl p {
    font-size: 20px;
    padding-bottom: 9px;
}
.benefits_content {
    margin: 0 auto;
    padding-top: 87px;
    width: 70.4081632653%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.benefits_content_card {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 19px;
}
.benefits_content_card:nth-child(5) {
    position: relative;
}
.benefits_content_card:nth-child(5)::before {
    content: "";
    background: url('./../images/benefits_bg_sec01.png') no-repeat;
    position: absolute;
    top: -76px;
    left: -257px;
    width: 99px;
    height: 133px;

}
.benefits_content_card:nth-child(2) {
    width: 43.22%;
}
.benefits_content_card:nth-child(3) {
    width: 45%;
}
.benefits_content_card:nth-child(4) {
    width: 46%;
}
.benefits_content_card:nth-child(2) .imgBx,
.benefits_content_card:nth-child(4) .imgBx{ 
    text-align: center;
}
.benefits_content_card:nth-child(5) p {
    width: 80%;
}
.benefits_content_card:nth-child(6) {
    align-self: flex-end;
    padding-right: 7%;
}
.benefits_content_card:nth-child(6) img{
    margin-bottom: 5px;
}
.benefits_content_card .card_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}

.benefits_content_card .card_header h3 {
    font-size: 28.095px;
    color: #004f6c;
    padding-left: 17px;
    letter-spacing: 2px;
}
.benefits_content_card .card_content {
    padding-left: 71px;
    margin-top: 7px;
    flex-grow: 1;
    letter-spacing: 1.2px;
}
.benefits_content_card .card_content p {
    font-size: 16px;
    line-height: 1.9;
}
.benefits_content_card .card_content ul {
    margin-top: 3px;
}
.benefits_content_card .card_content li {
    font-size: 14px;
    position: relative;
    padding-left: 12px;
}
.benefits_content_card .card_content li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.benefits_content_card .imgBx {
    padding-left: 69px;
}
/* end benefits */
.simulation {
    margin-top: 36px;
    padding-bottom: 75px;
    overflow: hidden;
    position: relative;
}
.simulation_bg {
    min-width: 1366px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("./../images/bg_sec_l_137x274.png"),url('./../images/simulation_bg_sec01.png'), url("./../images/bg_sec_r_201x403.png");
    background-position: left 35%, 8% 73%, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.simulation_container {
    margin: 0 auto;
    max-width: 1070px;
    width: 100%;
    position: relative;
}
.simulation_container::before {
    content: "";
    background: url('./../images/simulation_bg_sec02.png') no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: 38px;
    right: 10px;
    bottom: -69px;
}
.simulation_container::after {
    content: "";
    background: rgba(0, 79, 108, .22);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 69%;
    height: 88.9%;
    z-index: -1;
}
.simulation_container .simulation_ttl {
    padding-left: 40px;
}
.simulation_ttl  p {
    font-size: 20px;
    padding-bottom: 10px;
}
.simulation_content {
    margin: 0 auto;
    width: 71.7757009346%;
    margin-top: 55px;
}
.simulation_content .imgBx {
    display: flex;

}
.simulation_content .imgBx img:first-child {
    height: 256px;
    width: auto;
}
.simulation_content .imgBx img:last-child {
    height: 256px;
    width: auto;
}
.simulation_content .imgBx:first-child {
    margin-bottom: 56px;
}
.simulation_content_info {
    display: flex;
    justify-content: flex-end;
    margin-top: 27px;
    padding-bottom: 55px;
}

.simulation_content_info li {
    font-size: 14px;
    position: relative;
    padding-left: 13px;
    padding-bottom: 6px;
}
.simulation_content_info li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
/* end Simulation */
.interactive {
    min-width: 1024px;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 9px;
    background: rgba(35, 24, 21,.6);
}
#fnSubHeader {
    position: fixed;
    left: 0;
    display: none !important;
    z-index: 999;
}
#fnSubHeader.interactive--show {
    display: block !important;
}
.interactive_container {
    display: flex;
    justify-content: center;
}
.interactive .imgBx:first-child {
    margin-right: 14px;
}

.bg-support {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1205px;
}
.bg-support::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    background: url('./../images/customer_voice_bg_sec04.png') no-repeat;
    width: 132px;
    height: 132px;
    z-index: -1;

}
/* end interactive */
.customer_voice {
    background: rgba(0, 79, 108, .1);
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    padding-top: 57px;
    padding-bottom: 70px;
    mix-blend-mode: multiply;
}

.customer_voice_bg {
    min-width: 1366px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("./../images/bg_sec_l_137x274.png"),url('./../images/bg_sec_r_159x318.png');
    background-position: left 68%,calc(100% + 56px) 83%;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.customer_voice_container {
    max-width: 974px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.customer_voice_container::before {
    content: "";
    background: url('./../images/customer_voice_bg_sec01.png') no-repeat;
    width: 66px;
    height: 129px;
    position: absolute;
    left: -93px;
    bottom: -24px;
}
.customer_voice__ttl {
    padding-left: 12.7310061602%;
    position: relative;
    z-index: 1;
}
.customer_voice__ttl::before {
    content: "";
    background: url('./../images/customer_voice_bg_sec01.png') no-repeat;
    width: 66px;
    height: 129px;
    position: absolute;
    left: -95px;
    top: -32px;
}
.customer_voice__ttl  p {
    padding-bottom: 17px;
}
.div-full {
    min-width: 1024px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.customer_voice .div-full .imgBx {
    margin-top: -38px;
    z-index: -1;
}
.customer_voice .div-full .imgBx img {
    width: 100%;
}
.customer_voice_content {
    width: 100%;
    padding-left: 12.3203285421%;
}
.customer_voice .div-full h3 {
    background: #004f6c;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 5px;
    margin-top: 81px;
    letter-spacing: 1.6px;
}
.customer_voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 69px;
}
.customer_voice_list_text {
    width: 48.243559719%;
}
.customer_voice_card {
    border-bottom: 1px solid #231815;
    margin-bottom: 28px;
}
.customer_voice_card h4 {
    font-size: 22px;
    color: #004f6c;
    display: inline-block;
    line-height: 1.2;
    background: linear-gradient(0deg, rgba(0, 79, 108, .22) 35%, transparent 35%);
    margin-top: 3px;
    letter-spacing: 1.5px;
}
.customer_voice_card p {
    font-size: 15px;
    margin-top: 9px;
    line-height: 1.8;
    letter-spacing: .85px;
    padding-bottom: 29px;
}
.customer_voice_list_img {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.customer_voice_list_img img {
    display: block;
}
.customer_voice_list_img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.customer_voice_list_img img:last-child {
    /* position: absolute; */
    margin-top: 40px;
}
/* .customer_voice_list_img .img01 {
    left: 0;
    z-index: 1;
}
.customer_voice_list_img .img02 {
    bottom: 22px;
    left: 40px;
} */
/* end customer_voice */
.qa {
    position: relative;
    overflow: hidden;
    padding-top: 125px;
}
.qa_bg {
    min-width: 1366px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("./../images/qa_bg_sec01.png"), url("./../images/benefits_bg_sec01.png"), url("./../images/qa_bg_sec02.png");
    background-position: left 514px,92% 35px, right 354px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.qa_container {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.qa_container::before {
    content: "";
    position: absolute;
    width: 49.1089108911%;
    height: 0;
    padding-bottom: 35.3465346535%;   
    background: rgba(0, 79, 108, .22);
    top: 68px;
    z-index: -1;
}

.qa_container::after {
    content: "";
    position: absolute;
    width: 26.3366336634%;
    height: 0;
    padding-bottom: 24.1584158416%;   
    background: rgba(0, 79, 108, .22);
    right: 42px;
    top: 129px;
    z-index: -1;
}
.qa_ttl {
    padding-left: 40px;
}
.qa_ttl  p {
    padding-bottom: 15px;
}
.qa_content {
    margin-top: 8px;
    padding-left: 16.3366336634%;
    padding-right: 13.2673267327%;
}
.qa_main {
    margin-top: 44px;
}
.qa_main h4 {
    font-size: 21px;
    text-align: center;
    background: #231815;
    color:#ffffff;
    font-weight: 400;
    padding: 1px;
    line-height: 1.8;
}
.question-wrap {
    font-size: 19px;
}

.question-wrap .row {
    display: flex;
    flex-direction: column;
}
.question-wrap .row:nth-child(2n+1) .row_q {
    background: rgba(0, 79, 108, .15);
}
.question-wrap .row > div {
    padding-left: 57px;
    padding-right: 81px;

}
.question-wrap .row_q {
    display: flex;
    padding-top: 4px;
    padding-bottom: 3px;
    cursor: pointer;
}
    
.question-wrap .row_q .num {
    width: 26px;
}
.question-wrap .row_q .content_question {
    padding-right: 16px;
    line-height: 1.6;
    font-size: 19px;
    width: calc(100% - 43px);
}
.question-wrap .row_q .icon{
    width: 17px;
    padding-top: 6px;
    line-height: 1;
}
.question-wrap .row_q.open .icon img {
    transform: rotate(180deg);
}
.question-wrap .row_a {
    display: none;
    background: rgba(0, 79, 108, .05);
} 
.question-wrap .row_a .content-awesome {
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 0;
    min-height: 86px;
}
/* end qa */
.footer_ppa {
    margin-top: 166px;
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
    }
    /* ===clear==== */
    html,body {
        overflow-x: hidden;
    }
    #header #siteIdSub,
    .container .topicPath {
        box-sizing: content-box;
    }
     /* ===end clear==== */
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    body {
        min-width: auto;
        width: 100%;
    }
    .banner {
        height: 300px;
        margin-bottom: -25px;
    }
    .banner .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 43%;
    }
    .banner .content .ttl {
        width: 50vw;
    }
    .banner .content .text {
        width: 66vw;
    }
    .croll-down span {
        top: 1.5vw;
        width: 1px;
        height: 3vw;
    }
    .croll-down span:before {
        animation: scrollLine 2.2s infinite;
    }
    .ppa_model {
        margin-top: 6%;
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .ppa_model__ttl p {
        width: 51.2vw;
        padding-bottom: 4px;
        font-size: auto;
    }
    .ppa_model__ttl h2 {
        width: 60.3vw
    }
    .ppa_model__banner {
        margin-bottom: 4%;
    }
    .ppa_model_content {
         padding-right: 0;
         padding-left: 10%;
    }
    .ppa_model_content_group h3 {
        font-size: 4vw;
        width: 90.243902439%;
    }
    .ppa_model_content_group p {
        font-size: 3.4vw;
    }
    .ppa_model_content_group.group01 p {
        width: 90.243902439%;
        margin-top: 1%;
    }
    .ppa_model_content_group.group01 .imgBx {
        width: 90.243902439%;
        margin-top: 4%;
        margin-left: -2px;
    }
    .ppa_model_content_group.group01::before {
        width: 0;
    }
    .ppa_model_content_group.group02 {
        margin-top: 2%;
        width: 90.243902439%;
    }
    .ppa_model_content_group.group02 .content-left {
        width: 100%;
    }
    .ppa_model_content_group.group02 p {
        margin-top: 1%;
    }
    .ppa_model_content_group.group02 .content-right {
        width: 80%;
        margin: 0 auto;
        margin-top: 4%;
    }
    .ppa_model_content_group.group02 .content-right img {
        width: 100%;
    }
    .benefits_container::before {
        top: 3.6%;
    }
    .benefits_container .img01 {
        width: 36.1224489796%;
        padding-left: 0;
    }
    .benefits_container::after {
        width: 0;
    }
    .benefits_header .benefits_ttl {
        padding-top: 20%;
    }
    .benefits_header .img02 {
        width: 46.7346938776%;
    }
    .benefits_ttl p {
        width: 93.4693877551%;
        font-size: 0;
        padding-bottom: 1%;
    }
    .benefits_ttl h2 {
        width: 91.3832199546%;
    }
    .benefits_content {
        padding-top: 6%;
        width: 90%;
    }
    .benefits_content_card {
        width: 100% !important;
        margin-bottom: 3%;
    }
    .benefits_content_card:nth-child(1) .imgBx  {
        margin-top: -6%;
    }
    .benefits_content_card:nth-child(1) .imgBx img {
        width: 37.1549893843%;
        margin-left: -15%;
    }
    .benefits_content_card:nth-child(2) .imgBx img {
        width: 18.2590233546%;
        margin-left: -10%;
    }
    .benefits_content_card:nth-child(3) .imgBx img {
        margin-left: -14%;
        width: 32.9087048832%;
    }
    .benefits_content_card:nth-child(4) .imgBx img {
        width: 28.8747346072%;
    }
    .benefits_content_card:nth-child(5) .imgBx img {
        width: 39.7027600849%;
    }
    .benefits_content_card .imgBx{
        text-align: center;
    }
    .benefits_content_card .card_header img {
        width: 12%;
    }
    .benefits_content_card .card_header h3 {
        font-size: 5vw;
        padding-left: 8px;
    }
    .benefits_content_card .card_content p {
        font-size: 3.6vw;
        line-height: 1.4;
    }
    .benefits_content_card .card_content li {
        font-size: 3vw;
    }
    .benefits_content_card .card_content {
        padding-left: calc(12% + 8px);
        margin-top: 0;
        margin-bottom: 2%;
    }
    .benefits_content_card:nth-child(6) {
        padding-right: 0;
    }
    .benefits_content_card:nth-child(6) img {
        width: 60%;
        margin: 0 auto;
    }
    .simulation {
        margin-top: 3%;
        padding-bottom: 5%;
    }
    .simulation_container .simulation_ttl {
        padding-left: 4%;
    }
    .simulation_ttl p {
        width: 66.621359%;
        padding-bottom: 1%;
    }
    .simulation_ttl h2 {
        width: 75.067961%;
    }
    .simulation_content {
        margin-top: 3%;
        width: 90%;
    }
    .simulation_container::after {
        width: 82%;
        height: 95.6%;
    }
    .simulation_content .imgBx {
        flex-direction: column;
    }
    .simulation_content .imgBx img {
        width: 100%;
    }
    .simulation_content .imgBx img:first-child {
        width: 100%;
        height: auto;
    }
    .simulation_content .imgBx img:last-child {
        width: 100%;
        height: auto;
    }
    .simulation_content .imgBx:first-child {
        margin-bottom: 3%;
    }
    .simulation_content_info {
        margin-top: 2%;
        padding-bottom: 3%;
    }
    .simulation_content_info ul {
        width: 82%;
    }
    .simulation_content_info li {
        font-size: 2.8vw;
        padding-left: 2.8vw;
        padding-bottom: 1%;
    }
    .simulation_container::before {
        width: 37px;
        height: 19px;
        background-size: cover;
        right: 10px;
        bottom: -5%;
    }
    .interactive {
        padding-top: 2%;
        padding-bottom: 2%;
        min-width: auto;
    }
    .interactive_container {
        flex-wrap: wrap;
        margin-left: 0;
    }

    .interactive .imgBx:last-child::before{
        width: 132px;
        height: 132px;
    }
    .interactive .imgBx {
        width: 90%;
    }
    .interactive .imgBx img {
        display: block;
        width: 100%;
    }
    .interactive .imgBx:first-child {
        margin-right: 0;
        margin-bottom: 1%;
    }
    .bg-support::before { 
        width: 0;
    }
    .customer_voice {
        margin-top: 6%;
        padding-top: 5%;
        padding-bottom: 7%;
    }
    .customer_voice_list_img {
        display: none;
    }
    .customer_voice_list_text {
        width: 100%;
    }
    .div-full {
        min-width: auto;     
    }
    .customer_voice__ttl p {
        padding-bottom: 1%;
        width: 45.1764705882%;
        font-size: 0;
    }
    .customer_voice__ttl h2 {
        width: 52.1176470588%;
    }
    .customer_voice .div-full h3 {
        margin-top: 3%;
        font-size: 4.3vw;
    }
    .customer_voice__ttl {
        padding-left: 6%;
    }
    .customer_voice_content {
        width: 86%;
        padding-left: 0;
        margin: 0 auto;
    }
    .customer_voice_list {
        margin-top: 5%;
    }
    .customer_voice_card  {
        margin-bottom: 2%;
    }
    .customer_voice_card h4 {
        font-size: 4.2vw;
    }
    .customer_voice_card p {
        font-size: 3.2vw;
        margin-top: 1%;
        padding-bottom: 2%;
    }
    .qa {
        padding-top: 8%;
    }
    .qa_ttl p {
        padding-bottom: 1%;
        width: 60.824742268%;
    }
    .qa_ttl h2 {
        width: 85.0515463918%;
    }
    .qa_content {
        margin-top: 4px;
        padding-left: 8%;
        padding-right: 8%;
    }
    .qa_container::after {
        right: 0;
        top: 102px;
    }
    .qa_main {
        margin-top: 3%;
    }
    .qa_main h4 {
        font-size: 4.3vw;
    }
    .question-wrap .row > div {
        padding-left: 3%;
        padding-right: 3%;
    }
    .question-wrap .row_q .content_question {
        font-size: 4vw;
        line-height: 1.4;
    }
    .question-wrap .row_a .content-awesome {
        font-size: 3.3vw;
        padding: 2% 0;
        min-height: 16vw;
    }
    .question-wrap .row_q .num {
        line-height: 1;
        font-size: 3.8vw;
        width: 4.4vw;
        
    }
    .question-wrap .row_q {
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: center;
    }
    .question-wrap .row_q .content_question {
        width: calc(100% - 7.8vw);
    }
    .question-wrap .row_q .icon {
        line-height: 1;
        padding-top: 0;
        width: 3.8vw;
    }
    .footer_ppa {
        margin-top: 10%;
    }
}
@media screen and (max-width: 767px) {
    #headerSmpNav .headerSmpNav_btn2 {
        background-image: url('./../../../common/images/rn02/header_ico02.png');
    }
    #headerSmpNav .headerSmpNav_btn1 {
        background-image: url("./../../../common/images/rn02/header_ico01.png");
    }
    #headerSmpNav .headerSmpNav_close span {
        padding-left: 25px;
        background: url("./../../../common/images/rn02/header_ico10.png") left center no-repeat;
        background-size: 16px auto;
    }
    .recoFooter .contents li a, .recoFooter .contents p a {
        background: #3f3f3f url("./../../../common/images/rn02/ico_arw06.png") right center no-repeat;
        background-size: 25px 8px;
    }
    .recoFooter .contents .fnAcTrg a {
        background: url("./../../../common/images/rn02/ico_acc01.gif") right top no-repeat;
        background-size: 44px 88px;
    }
    #headerSmpNav .headerSmpNav_menu li a {
        background-image: url("./../../../common/images/rn02/header_ico04.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 18px auto;
    }
}