@charset "UTF-8";
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  	color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
body *{
    box-sizing: border-box;
}
a:hover{
    opacity: 0.8;
}

/*メインビジュアル*/
.mainv{
    background-color: #9cdbd6;
    background-position: 100% 0;
    background-image: url(/web/jp/trade/kensetsuresearch/2025/images/mainv_bg_sp.png);
    background-repeat: no-repeat;
}
.mainv .contents{
    width: 90%;
    max-width: 1040px;
}
.mainv .mainv_tit{
    text-align: center;
    color: #086A61;
    margin: 0 auto 40px;
    padding-top: 60px;
    width: 90%;
}
.mainv .mainv_tit .mainv_tit_main{
    font-size: 48px;
    font-weight: 700;
}
.mainv .mainv_tit .mainv_tit_main .small{
    font-size: 40px;
}
.mainv .mainv_tit .im_logo{
    margin-bottom: 20px;
}
.mainv .mainv_tit .im_logo img{
    vertical-align: top;
}
.mainv .mainv_tit .mainv_newest{
    margin-bottom: 8px;
}
.mainv .mainv_tit .mainv_newest img{
    width: 100%;
    max-width: 365px;
    vertical-align: top;
}
.mainv .mainv_lead{
    color: #086A61;
    font-size: 20px;
    margin-bottom: 40px;
}
.mainv .mainv_btn{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
    width: 90%;
}
.mainv .mainv_btn a{
    background-color: #111;
    background-image: url(/web/jp/trade/kensetsuresearch/2025/images/mainv_btn_hand.png);
    background-position: top 24px right 24px;
    background-repeat: no-repeat;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 12px;
    width: 100%;
    max-width: 640px;
    height: 100px;
    text-align: center;
    text-decoration: none;
}
.mainv .mainv_btn a:hover{
    opacity: 0.8;
}
.mainv .mainv_btn a .mainv_btn_ylw{
    color: #FCF431;
}
.mainv .mainv_sp_illust{
    display: flex;
    align-items: flex-end;
    margin-top: -40px;
    overflow: hidden;
}
.mainv .mainv_sp_illust > div{
    margin-bottom: -10px;
    width: 50%;
    text-align: center;
}
.mainv .mainv_sp_illust > div.mainv_sp_illust_l img{
    width: 85%;
    max-width: 210px;
}
.mainv .mainv_sp_illust > div.mainv_sp_illust_r img{
    width: 95%;
    max-width: 235px;
}
@media screen and (min-width:480px) {
    .mainv .mainv_btn a{
        font-size: 32px;
        padding-top: 0;
    }
}
@media screen and (min-width:640px) {
    .mainv_inner01{
        background-size: 190px;
    }
    .mainv_inner02{
        background-size: 200px;
        background-position: top 48px right 4px;
    }
}
@media screen and (min-width:768px) {
    .mainv .mainv_tit br{
        display: none;
    }
    .mainv .mainv_btn a{
        padding-top: 24px;
    }
    .mainv .mainv_btn a br{
        display: none;
    }
}
@media screen and (min-width:1024px) {
    .mainv_inner01{
        background-image: url(/web/jp/trade/kensetsuresearch/2025/images/mainv_bg_01.png);
        background-repeat: no-repeat;
        background-position: bottom -20px left -50px;
        background-size: 250px;
    }
    .mainv_inner02{
        background-image: url(/web/jp/trade/kensetsuresearch/2025/images/mainv_bg_02.png);
        background-repeat: no-repeat;
        background-position: bottom -8px right -60px;
        background-size: 280px;
    }
    .mainv .mainv_tit .mainv_tit_main{
        font-size: 70px;
    }
    .mainv .mainv_tit .mainv_tit_main .small{
        font-size: 55px;
    }
    .mainv .mainv_sp_illust{
        display: none;
    }
}
@media screen and (min-width:1200px) {
    .mainv{
        background-image: url(/web/jp/trade/kensetsuresearch/2025/images/mainv_bg_pc.png);
    }
    .mainv_inner01{
        background-size: 300px;
        background-position: bottom -60px left -80px;
    }
    .mainv_inner02{
        background-position: bottom -30px right -96px;
        background-size: 360px;
    }
    .mainv .mainv_tit .im_logo{
        margin-bottom: 40px;
    }
}
@media screen and (min-width:1200px) and (max-width:1599px){
    .sec-q .contents{
        width: 63%;
    }
}
@media screen and (min-width:1600px) {
    .mainv_inner01{
        background-size: 400px;
        background-position: bottom -8px left calc(((100% - 1200px) / 2) - 160px);
    }
    .mainv_inner02{
        background-position: bottom -90px right calc(((100% - 1200px) / 2) - 90px);
        background-size: 570px;
    }
}

.contents{
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

.sec-q{
    background-color: #EBF8F7;
    padding-top: 40px;
}
.sec-q h2{
    color: #222;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}
.sec-q h2 img{
    position: absolute;
    top: -10px;
    right: 0;
    width: 200px;
}
.sec-q h2 span{
    position: relative;
    z-index: 1;
}
.sec-q .sec-q_main{
    border-radius: 10px;
    overflow: hidden;
}
.sec-q .sec-q_main .sec-q_main_q{
    background-color: #fff;
    padding: 20px;
}

.sec-q .sec-q_main .sec-q_main_q .graph_area h3{
    background-color: #222;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin: 0 0 40px;
    padding: 16px;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area h3 .h3_q{
    font-size: 32px;
    margin-right: 20px;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area h3 .h3_main{
    font-size: 20px;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area h3 .h3_main .small{
    font-size: 16px;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area .graph_main .graph_main_img{
    text-align: center;
    overflow: auto;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area .graph_main .graph_main_img img{
    width: 100%;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area .graph_main .graph_main_img img{
    min-width: 600px;
}
.sec-q#sec-q2 .sec-q_main .sec-q_main_q .graph_area .graph_main .graph_main_img img{
    max-width: 680px;
}
.sec-q#sec-q3 .sec-q_main .sec-q_main_q .graph_area .graph_main .graph_main_img img{
    max-width: 980px;
}
.sec-q#sec-q4 .sec-q_main .sec-q_main_q .graph_area .graph_main .graph_main_img img{
    max-width: 776px;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area .graph_main .graph_scroll_txt{
    color: #666;
    font-size: 13px;
}
@media screen and (min-width:711px) {
    .sec-q .sec-q_main .sec-q_main_q .graph_area .graph_main .graph_scroll_txt{
        display: none;
    }
}
.sec-q .sec-q_main .sec-q_main_q .graph_area .graph_sub{
    margin-top: 40px;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area .graph_sub > div{
    margin-bottom: 40px;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area .graph_sub h4{
    border: 1px solid #222;
    border-radius: 10px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 40px;
    padding: 8px 20px;
    text-align: center;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area .graph_sub .graph_sub_img{
    text-align: center;
}
.sec-q .sec-q_main .sec-q_main_q .graph_area .graph_sub .graph_sub_img img{
    width: 100%;
    max-width: 505px;
}
.sec-q .sec-q_main .sec-q_comment{
    background-color: #9CDBD6;
    padding: 36px 0;
    position: relative;
}
.sec-q .sec-q_main .sec-q_comment .question_person{
    display: none;
}
.sec-q .sec-q_main .sec-q_comment h3{
    background-color: #086A61;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 24px;
    padding: 16px 24px;
}
.sec-q .sec-q_main .sec-q_comment .sec-q_comment_txt{
    color: #086A61;
    font-size: 20px;
    margin: 0;
    padding: 0 24px;
}
@media screen and (min-width:768px) {
    .sec-q h2{
        font-size: 40px;
    }
    .sec-q .sec-q_main .sec-q_main_q .graph_area h3{
        padding: 20px 30px;
    }
    .sec-q .sec-q_main .sec-q_main_q .graph_area h3 .h3_q{
        font-size: 40px;
        margin-right: 36px;
    }
    .sec-q .sec-q_main .sec-q_main_q .graph_area h3 .h3_main{
        font-size: 24px;
    }
    .sec-q .sec-q_main .sec-q_comment h3{
        padding: 24px 48px;
    }
    .sec-q .sec-q_main .sec-q_comment .sec-q_comment_txt{
        padding: 0 48px;
    }
    .sec-q .sec-q_main .sec-q_comment .question_person{
        display: inline;
        position: absolute;
        bottom: 0;
        width: 240px;
    }
    .sec-q .sec-q_main .sec-q_comment.person_l .question_person{
        left: 0;
    }
    .sec-q .sec-q_main .sec-q_comment.person_l  .sec-q_comment_txt{
        padding-left: 260px;
    }
    .sec-q .sec-q_main .sec-q_comment.person_r .question_person{
        right: 0;
    }
    .sec-q .sec-q_main .sec-q_comment.person_r  .sec-q_comment_txt{
        padding-right: 260px;
    }
}
@media screen and (min-width:1024px) {
    .sec-q#sec-q1 .contents{
        margin-top: 80px;
    }
    .sec-q{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sec-q h2{
        font-size: 48px;
        top: -40px;
    }
    .sec-q .sec-q_main{
        border-radius: 20px;
        margin-top: -40px;
    }
    .sec-q h2 img{
        top: -40px;
        width: 569px;
    }
    .sec-q .sec-q_main .sec-q_main_q{
        background-color: #fff;
        padding: 60px 50px 40px;
    }
    .sec-q .sec-q_main .sec-q_main_q .graph_area .graph_sub h4{
        font-size: 1.6vw;
        padding: 8px 40px;
    }
    .sec-q .sec-q_main .sec-q_main_q .graph_area .graph_sub{
        display: flex;
        justify-content: space-between;
    }
    .sec-q .sec-q_main .sec-q_main_q .graph_area .graph_sub > div{
        width: 48%;
        max-width: 505px;
        margin-bottom: 0;
    }
    .sec-q .sec-q_main .sec-q_comment .question_person{
        width: 320px;
    }
    .sec-q .sec-q_main .sec-q_comment.person_l .sec-q_comment_txt,.sec-q .sec-q_main .sec-q_comment.person_l h3{
        padding-left: 330px;
    }
    .sec-q .sec-q_main .sec-q_comment.person_r .sec-q_comment_txt,.sec-q .sec-q_main .sec-q_comment.person_r h3{
        padding-right: 330px;
    }
}
@media screen and (min-width:1200px) {
    .sec-q .sec-q_main .sec-q_main_q .graph_area .graph_sub h4{
        font-size: 21px;
    }
}

.cta{
    background-image: url(/web/jp/trade/kensetsuresearch/2025/images/cta_bg.png);
    padding: 50px 0;
    position: relative;
}
.cta::after{
    content: url(/web/jp/trade/kensetsuresearch/2025/images/cta_arr.png);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.cta h2{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
}
.cta h2 img{
    vertical-align: bottom;
    width: 100%;
    max-width: 415px;
}
.cta .cta_list{
    background-color: #fff;
    border-radius: 20px;
    margin-top: 100px;
    padding: 24px;
    position: relative;
}
.cta .cta_list .cta_files{
    display: block;
    margin: -100px auto 0;
    width: 100%;
    max-width: 432px;
}
.cta .cta_list ul{
    margin: 0;
    padding: 0;
}
.cta .cta_list ul li{
    color: #086A61;
    font-size: 24px;
    font-weight: bold;
    list-style-type: none;
    margin: 0 0 16px;
    padding: 0 0 0 30px;
    background: url(/web/jp/trade/kensetsuresearch/2025/images/cta_check.png) 0 6px no-repeat;
}
.cta .cta_list ul li:last-child{
    margin-bottom: 0;
}
@media screen and (min-width:1024px) {
    .cta .cta_list{
        margin-left: 100px;
        margin-top: 0;
        padding: 24px 24px 24px 330px;
    }
    .cta .cta_list .cta_files{
        position: absolute;
        top: -20px;
        left: -110px;
        margin: 0;
    }
}

.sec-dl{
    background-color: #e6e6e6;
    color: #222;
}
.sec-dl .contents{
    padding: 80px 0;
}
.sec-dl h2{
    font-size: 9vw;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.sec-dl p{
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.sec-dl p br.pc-only{
    display: none;
}
@media screen and (min-width:768px) {
    .sec-dl h2{
        font-size: 48px;
    }
    .sec-dl p br.pc-only{
        display: inline;
    }
}

.p-footer {
    padding: 1.25rem 0 3.75rem;
    text-align: center;
}

.p-footer-logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;

}

.p-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style-type: none;
}

.p-footer-nav__list + .p-footer-nav__list {
  padding-left: 0.9375rem;
}

.p-footer-nav__list a {
  text-decoration: underline;
  color: inherit;
}

.p-footer-copy {
  font-size: 0.625rem;
  margin-top: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
    .p-footer {
        padding: 2.5rem 0 3.125rem;
    }
    .p-footer-nav {
        font-size: 1.125rem;
        margin-top: 1.5rem;
    }
    .p-footer-nav__list + .p-footer-nav__list {
        padding-left: 3.125rem;
    }
    .p-footer-copy {
        font-size: 0.875rem;
        margin-top: 1.875rem;
    }
}