@media screen and (max-width: 1280px) {
    .frontvisual.secondPage .left {
height: 220px;
background-position: left top;
}
.frontvisual.secondPage {
    height: 220px;
}
}

@media screen and (max-width: 1024px) {
    .about02 img,.support01 img {
        width: 40%;
    }
    .support02 .container {
        background: none;
    }
    .support02 .container .center {
        width: 90%;
    }
    .support02 .container .center .boxs {
        width: calc(33% - 80px);
        background: rgb(252 249 240);
        margin: 1%;
        padding: 50px 40px 50px 65px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 900px) {
    .btn_sp, .sp_logo {
        display: block;
    }

    .nav_sp {
        opacity: 0;
        transform: translateX(-100%);
        width: 100%;
        position: fixed;
    }
    .nav_home_sp{
        display: block;
    }
    .nav_home_pc{
        display: none;
    }

    .sp_logo {
        text-align: center;
        width: auto;
        display: block;
        padding: 10px 0 0 20px;
        height: auto;
        background: none
    }

    .sp_logo img {
        width: 180px;
        height: auto;
        margin: 10px 0 0 0;
    }

    .inner_list {
        display: flex;
        justify-content: space-between;
    }

    .btn_sp {
        width: 45px;
        margin: 0;
    }

    .btn_sp svg {
        fill: #d3a003;
    }

    .frontvisual h2 {
        font-size: 4vw;
        width: 100%;
    }

    .frontvisual .right img {
        width: 230px;
    }

    .about img {
        width: 150px;
        object-fit: cover;
    }

    .realestate01,
    .realestate02,
    .realestate03,
    .realestate04 {
        width: 92%;
        margin: 0 0 30px 0;
    }

    .contact img.right {
        width: 280px;
        object-fit: cover;
    }

    .contact img.left {
        width: 150px;
        height: auto;
    }

    .realestate01 h3,
    .realestate02 h3,
    .realestate03 h3,
    .realestate04 h3 {
        color: #fff;
        font-weight: 300;
        font-size: 18px;
    }

    .about .container,
    .realestate .box,
    .information .container,
    .about02 .container,
    .support01 .container{
        padding: 0 0 0 4vw;
    }

    .business .title {
        min-height: 100px;
    }

    .securitization img, .about03 img {
        width: 150px;
        object-fit: cover;
    }

    .realestate01 img, .realestate02 img {
        width: 100%;
    }

    .business h2 {
        margin: 0;
        padding: 0px 0 20px 0px;
    }

    .business {
        flex-wrap: wrap;
    }

    .business .forest {
        width: 42%;
        padding-right: 5%;
    }

    .business .agriculture {
        width: 42%;
        padding-right: 5%;
    }

    .business .house {
        width: 42%;
        padding-right: 5%;
    }

    footer {
        padding: 20px 0 0 0px;
    }

    .btn_sp .menu {
        position: relative;
        margin: 26px 0 0 0;
        width: 30px;
        height: 35px;
        z-index: 1001;
    }

    .btn_sp .menu span {
        position: absolute;
        width: 30px;
        height: 2px;
        background: #d3a003;
        display: block;
    }

    .btn_sp .menu span:nth-child(2) {
        top: 10px;
    }

    .btn_sp .menu span:nth-child(3) {
        top: 20px;
    }

    #black-bg {
        background: #f9de8c;
        width: 100%;
        height: 100vh;
        transition: all .5s;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 1000;
    }

    .nav-open #black-bg {
        left: 0;
    }

    .nav-open .nav_sp {
        opacity: 1;
        z-index: 1001;
        transform: translateX(0%);
        padding-top: 30px;
    }

    .nav-open nav ul {
        width: 80%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .nav-open nav ul li {
        transform: translateX(-100%);
        animation-name: fadeInMenu;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    nav ul li a {
        font-size: 15px;
        padding: 36px 10px 0 0;
    }

    .corporate .logo {
        background: none;
        text-align: left;
    }

    .nav-open nav ul li:nth-child(1) {
        animation-delay: 0.1s;
        width: 100%;
    }

    .nav-open nav ul li:nth-child(2) {
        animation-delay: 0.2s;
        width: 100%;
    }

    .nav-open nav ul li:nth-child(3) {
        animation-delay: 0.3s;
        width: 100%;
    }

    .nav-open nav ul li:nth-child(4) {
        animation-delay: 0.4s;
        width: 100%;
    }

    .nav-open nav ul li:nth-child(5) {
        animation-delay: 0.5s;
        width: 100%;
    }

    .nav-open nav ul li:nth-child(6) {
        animation-delay: 0.6s;
        width: 100%;
    }

    .nav-open nav ul li:nth-child(7) {
        animation-delay: 0.7s;
        width: 50%;
    }

    .nav-open nav ul li:nth-child(8) {
        animation-delay: 0.8s;
        width: 50%;
    }

    .nav-open nav ul li:nth-child(9) {
        animation-delay: 0.9s;
        width: 50%;
    }

    .nav-open nav ul li:nth-child(10) {
        animation-delay: 1.0s;
        width: 50%;
    }

    @keyframes fadeInMenu {
        0% {
            opacity: 0;
            transform: translateX(-80%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }


    .securitization .container .box {
        margin-top: 70px;
    }

    .information .information_ul a {
        margin-left: 0;
    }
    .election03 .container .point span {
        color: #f0b80d;
        font-size: 30px;
        top: -20px;
    }
    h3 {
        font-size: 16px;
        color: #555;
    }
    .point h3 {
        font-size: 20px;
    }
    nav ul .sub_ul{
        display: block;
        position: relative;
        margin: 0;
        left: auto;
        top: auto;
        margin-left: 15px;
        width: 100%;
        margin-top:14px;
    }
    nav ul .sub_ul li a {
        font-size: 15px;
        padding: 0 10px 15px 0;
    }

}

@media screen and (max-width: 710px) {
    .contact .readmore {
        width: 100px;
    }
}

@media screen and (max-width: 640px) {
    .about .left h3 {
        font-size: 16px;
    }
        .frontvisual.secondPage .left {
height: 190px;
background-position: left top;
}
.frontvisual.secondPage {
    height: 190px;
}
.election03 .container .point,.election02 .container .point,.election01 .container .point{
 display:block;   
}
.election01 .container .point .p_left, .election01 .container .point .p_right,
.election02 .container .point .p_left, .election02 .container .point .p_right,
.election03 .container .point .p_left, .election03 .container .point .p_right {
    width: 90%;
    padding: 30px;
}
.election03 .container .point01 {
    margin: 0 30px;
}
.election03 .container .point02 {
    margin: 0 30px;
}
    .information.detail .container {
    margin: 50px auto;
    padding: 10px 30px;
}

    .contact img.left {
        width: 110px;
        height: auto;
    }

    .contact img.right {
        width: 180px;
        object-fit: cover;
        height: auto;
    }

    .sp_logo img {
        width: 130px;
        height: auto;
        margin: 10px 0 0 0;
    }

    .about h2 {
        padding: 0 0 30px 50px;
    }

    .about .title span {
        margin: 60px 0 5px 50px;
    }

    .about .left {
        padding: 0 0 0 50px;
    }

    .section_bar,
    .section_bar02 {
        left: 30px;
    }

    .realestate .title span {
        margin: 60px 0 5px 50px;
    }

    .realestate h2 {
        padding: 0px 0 40px 50px;
    }

    .realestate .title:before {
        left: -30px;
    }

    .realestate .container {
        margin: 0 0 0 60px;
    }

    .securitization .title span {
        margin: 40px 0 5px 60px;
    }

    .securitization h2 {
        padding: 0px 0 40px 60px;
    }

    .securitization p {
        margin-left: 60px;
    }

    .section_bar03 {
        left: 40px;
    }

    .securitization .title:before {
        left: -22px;
    }

    .information .title:before {
        left: -22px
    }

    .frontvisual {
        height: 400px;
    }

    .frontvisual p {
        padding: 0 0 0 30px;
        color: #d3a003;
        margin: 0;
        font-size: 21px;
    }

    .frontvisual h2 {
        font-size: 25px;
        padding: 54px 0 5px 30px;
    }

    .about .left p,
    .securitization p,
    .business p {
        font-size: 13px;
    }

    .profile .title span {
        font-size: 5vw
    }

    .contact .title span {
        padding: 30px 0 5px 30px;
        font-size: 5vw;
    }

    .contact h2 {
        padding: 0px 0 40px 30px;
    }

    .profile {
        height: 250px;
        width: calc(100% - 20px);
        padding: 0 10px;
        background-size: cover;
    }

    .profile .readmore,
    .contact .readmore {
        margin-right: 40px;
    }

    .business {
        padding: 40px 50px;
    }

    footer .container {
        padding: 10px 50px 20px 50px;
    }

    .securitization .container {
        width: 100%;
    }

    .securitization .container .box {
        margin: 60px 0 0 60px;
    }

    .support02 .container .center {
        flex-wrap: wrap;
    }
    .support02 .container .center .boxs {
        width: 70%;
        background: rgb(255 255 255);
        margin: 10px 0;
        padding: 50px 30px 50px 65px;
    }
    .support02 .title span {
        margin: 30px 0 5px 20px;
    }
    .support02 h2 {
        padding: 0px 0 20px 20px;
    }
}

@media screen and (max-width: 530px) {
    .business .forest,
    .business .agriculture,
    .business .house {
        width: 70%;
        padding-right: 0;
        margin: 0 auto;
    }

    .securitization p {
        margin-left: 40px;
        margin-right: 110px;
    }

    .realestate01,
    .realestate02,
    .realestate03,
    .realestate04 {
        height: 190px;
    }

    .about, .securitization, .about03 {
        flex-wrap: wrap;
    }

    .about .container, .securitization .container, .about03 .container {
        order: 2;
        margin-top: -170px;
    }

    .about img, .securitization img, .about03 img {
        order: 1;
        width: 100px;
        object-fit: cover;
        display: block;
        margin: 20px 0 0 auto;
    }

    .about .left h3 {
        padding-right: 100px;
    }

    .section_bar03 {
        left: 25px;
    }

    .securitization .title:before {
        left: -37px;
    }

    .information .title:before {
        left: -37px;
    }

    footer .container {
        flex-wrap: wrap;
    }

    .footer_nav {
        width: 50%;
    }

    .realestate01 img, .realestate02 img {
        width: 100%;
    }

    .information .left {
        padding: 0 0 0 20px;
    }

    .information .information_ul a span {
        width: auto;
        display: block;
        font-size: 10px;
    }

    .information .information_ul a {
        width: 95%;
    }
    .election03 .container .point::before {
       width: 90%;
       left: 5%;
    }
    .election03 .container .point {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .election03 .container .point span {
        font-size: 22px;
    }
    .election03 .container .point .p_left, .election03 .container .point .p_right {
width: calc(100% - 40px);
padding: 10px 20px;
}
    .election03 .container .point img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .election01 img {
        margin-bottom: 60px;
    }
    .election02 .container .center {
        width: 70%;
    }
    .contact_form .form {
        padding: 5%;
        width: 80%;
        margin: 0 auto 20px;
    }
    .contact_form .form table tr th {
        width: 100%;
        font-size: 14px;
        font-weight: 100;
        text-align: left;
        margin-bottom: 8px;
        line-height: 16px;
        justify-content: flex-start;
    }
    .contact_form .form table tr td {
        width: 100%;
    }
    .contact_form .form table tr {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .contact_form .form table {
        margin: 20px auto 10px;
    }
    .pagebanner .title {
    padding-left: 30px;
    }
    .pagebanner .title h2 {
    font-size: 27px;
    text-shadow: 1px 1px 2px #666;
    }
    .profiletop.pagebanner .title h2,
    .profiletop.pagebanner .title p {
    text-shadow: none;
    }
    .pagebanner.policy .title h2,
    .pagebanner.contactus .title h2 {
    text-shadow: none;
    }
    .pagebanner .title p {
    font-size: 14px;
    text-shadow: 1px 1px 2px #666;
    }
    .pagebanner.policy .title p,
    .pagebanner.contactus .title p {
    text-shadow: none;
    }
    .about02{
        align-items: flex-end;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .about02 img,.support01 img {
        width: 70%;
    }
    .about02 .left {
        padding: 0 0 0 40px;
        width: 90%;
        margin-top: 40px;
    }
    .about03 .container {
        width: 100%;
    }
    .about03 h3 {
        margin-left: 60px;
        margin-right:120px;
    }
    .about03 p {
        margin-left: 60px;
        margin-right:120px;
    }
    .about03 .container .emph.sta {
    line-height: 1.4;
    margin: 10px 0 20px 0;
    }

    .frontvisual {
        display: block;
        position: relative;
    }

    .frontvisual .right img {
        width: 100%;
    }

    .frontvisual .left {
        height: 240px;
    }

    .frontvisual .right {
        height: 93%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
    }
    .home .frontvisual .left {
        background: none;
    }
    .support01 {
        align-items: flex-end;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .support01 .left {
padding: 0 0 0 40px;
width: calc(90% - 40px);
}
    .support01 .left h3 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 420px) {
    .contact img.right {
        display: none;
    }

    .about .left h3 {
        font-size: 15px;
        padding-right: 110px;
    }
    footer .container {
        padding: 10px 0px 20px 20px;
    }
    .profile .title span {
        font-size: 7vw;
        padding: 40px 0 5px 30px;
    }
    .profile h2 {
        padding: 0px 0 40px 30px
    }
    .contact .title span {
        font-size: 23px;
        padding: 40px 0 0px 30px;
    }
    .contact .readmore{
        margin-top:20px;   
    }
    .profile .readmore, .contact .readmore {
        margin-right: 20px;
    }
    .aboutus .left {
        height: 150px;
        width: 100%;
        background: url(/common/img/aboutbg.jpg) right top no-repeat;
        background-size: initial;
    }
    .election .left {
        height: 150px;
        background: #f6f5ef url(/common/img/electedbg.jpg) center top no-repeat;
        width: 100%;
        background-size: initial;
    }
    .profiletop .left {
        height: 150px;
        background: #f6f5ef url(/common/img/profilebg.jpg) right bottom no-repeat;
        width: 100%;
        background-size: initial;
    }
    .support .left {
        height: 150px;
        background: #f6f5ef url(/common/img/supportbg.jpg) center top no-repeat;
        width: 100%;
        background-size: initial;
    }
    .contactus .left {
        height: 150px;
        background: #f6f5ef url(/common/img/contactbg.jpg) right top no-repeat;
        width: 100%;
        background-size: initial;
    }
    .profile01 table {
        font-size: 12px;
    }
    .about02{
        align-items: flex-end;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .about02 img,.support01 img {
        width: 70%;
    }
    .about02 .left {
        padding: 0 0 0 40px;
        width: 90%;
        margin-top: 40px;
    }
    .about03 .container {
        width: 100%;
    }
    .about03 h3 {
        margin-left: 60px;
        margin-right:120px;
    }
    .about03 p {
        margin-left: 60px;
        margin-right:120px;
    }
    .about .title span {
        margin: 60px 0 5px 40px;
    }
    .about h2 {
        padding: 0 0 30px 40px;
    }
    .section_bar, .section_bar02 {
        left: 20px;
    }
    .about .left {
        padding: 0 0 0 40px;
    }
    .about .left p, .securitization p, .business p {
        font-size: 12px;
    }
    .realestate01, .realestate02, .realestate03, .realestate04 {
        height: 140px;
    }
    .realestate01 h3, .realestate02 h3, .realestate03 h3, .realestate04 h3 {
        font-size: 16px;
    }
    .business .forest, .business .agriculture, .business .house {
        width: 100%;
    }
}