@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
.wcm {
    max-width: 1180px;
    width: 95%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .wcm {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}
.l-sec{
    padding: 50px 0;
}
@media screen and (max-width: 767px) {
    .l-sec {
        padding: 40px 0;
    }
}
.u-flex {
    display: flex;
}

@media screen and (max-width: 767px) {
    .u-flex {
        display: block;
    }
}
.align-center{
    align-items: center;
}
.u-pc{
    display: block;
}
@media screen and (max-width: 767px) {
    .u-pc {
        display: none;
    }
}
.u-sp{
    display: none;
}
@media screen and (max-width: 767px) {
    .u-sp {
        display: block;
    }
}
.u-center{
    text-align: center;
}
.u-uppercase{
    text-transform: uppercase;
}
.u-red{
    color: #bf1700;
}
.u-red02{
    color: #ff0000;
}
.u-blue{
    color: #101164;
}
.c-ttl{
    font-weight: bold;
    font-size: 36px;
    background: linear-gradient(45deg, #1a1054, #255ff1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1080px) {
    .c-ttl {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .c-ttl {
        font-size: 26px;
        letter-spacing: 0;
    }
}
.c-ttl--01{
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    .c-ttl--01 {
        font-size: 20px;
    }
}
.c-ttl--02 {
    font-size: 21px;
}
@media screen and (max-width: 767px) {
    .c-ttl--02 {
        font-size: 18px;
    }
}


@media screen and (max-width: 767px) {
    .c-ttl02 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
.c-txt-base{
    font-size: 20px;
    line-height: 1.75;
}
@media screen and (max-width: 767px) {
    .c-txt-base {
        font-size: 16px;
        line-height: 1.6;
    }
}
.c-txt-base p+p{
    margin-top: 15px;
}
.u-txt-linear{
    font-size: 18px;
    background: linear-gradient(45deg, #1a1054, #255ff1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.u-mb10{
    margin-bottom: 10px;
}
.u-mb20{
    margin-bottom: 20px;
}
.u-mb30{
    margin-bottom: 30px;
}
.u-mb40{
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .u-mb10 {
        margin-bottom: 5px;
    }

    .u-mb20 {
        margin-bottom: 10px;
    }

    .u-mb30 {
        margin-bottom: 15px;
    }

    .u-mb40 {
        margin-bottom: 20px;
    }
}
.u-line{
    text-decoration: underline;
}
.txt-red{
    color: #fa0303;
}
.txt-blue {
    color: #232ab9;
}
.txt-green{
    color: #148159;
}
.c-list-check{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.c-list-check li{
    padding: 0 0 0 40px;
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .c-list-check li {
        padding: 0 0 0 30px;
    }
}
.c-list-check li:before{
    content: "";
    width: 30px;
    height: 30px;
    background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2026/03/icon-check-1.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
}
@media screen and (max-width: 767px) {
    .c-list-check li:before {
        width: 25px;
        height: 25px;
        top: 0;
    }
}
.c-image{
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .c-image {
        width: 800px;
        margin: 10px 0 30px;
    }
}
.c-image img{
    display: block;
    width: 100%;
}
.c-openAccount {
    font-size: 26px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .c-openAccount {
        font-size: 18px;
    }
}
.c-openAccount .wcm{
    padding: 40px 100px;
    background: url(https://hiroseag.com/wp/staging/wp-content/uploads/2026/03/Hirose_kun13.png) no-repeat left 10% center;
    background-size: 120px auto;
}
@media screen and (max-width: 767px) {
    .c-openAccount .wcm {
        padding: 150px 0 0;
        background-size: 85px auto;
        background-position: top center;
    }
}

.c-openAccount__btn {
    display: block;
    text-decoration: underline;
    max-width: 360px;
    margin: 10px auto;
    background: #1920b4;
    border: 3px solid #002659;
    color: #fff;
    padding: 8px 10px 14px;
    font-size: 26px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .c-openAccount__btn {
        width: 90%;
        margin: 10px auto;
        max-width: 280px;
        font-size: 20px;
        border-radius: 15px;
    }
}

.c-openAccount__btn:hover {
    background: #0066ff;
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}



/* Main CSS */
.p-bid{
    color: #000;
}
.p-bidMv{
    padding: 60px 0;
    background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2026/03/mv-1.png") no-repeat right center;
    background-size: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
    .p-bidMv {
        padding: 40px 0;
        background-position: right bottom;
    }
}
.p-bidMv .wcm{
    align-items: center;
    max-width: 1240px;
}
.p-bidMv__cont{
    width: calc(70% - 40px);
    margin-right: 40px;
    border-radius: 24px;
    border: 4px solid #145da0;
    padding: 15px 20px;
}
@media screen and (max-width: 767px) {
    .p-bidMv__cont {
        width: 100%;
        padding: 10px;
        margin: 0 0 20px;
    }
}
.p-bidMv__cont h1{
    margin-bottom: 0;
    font-size: 30px;
}
@media screen and (max-width: 767px) {
    .p-bidMv__cont h1 {
        font-size: 24px;
    }
}
.p-bidMv__image{
    width: 30%;
}
@media screen and (max-width: 767px) {
    .p-bidMv__image {
        width: 80%;
        margin: 0 auto;
        max-width: 300px;
    }
}
.p-bidMv__image img{
    display: block;
    width: 100%;
}

.p-bidWhere__flow{
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__flow {
        margin-bottom: 20px;
        margin-top: 30px;
    }
}
.p-bidWhere__flow-item{
    padding: 15px 20px;
    font-size: 18px;
    width: 33.33%;
    box-sizing: border-box;
    background: #cee7f4;
    border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__flow-item {
        width: 100%;
        font-size: 16px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
}
.p-bidWhere__flow-item:nth-child(2){
    background: #c1e5f8;
}
.p-bidWhere__flow-item:nth-child(3){
    background: #b4e2fa;
}
.p-bidWhere__flow-item img{
    display: block;
    height: 100px;
    width: auto;
    margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__flow-item img {
        height: 80px;
    }
}
.p-bidWhere__flow-item .ttl{
    font-weight: bold;
}
.p-bidWhere__flow-item .c-txt-base{
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__flow-item .c-txt-base {
        font-size: 16px;
    }
}
.p-bidWhere__process .badget{
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    border-radius: 23px;
    background: #e5f2f8;
    padding: 6px 25px 8px;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__process .badget {
        font-size: 16px;
        padding: 6px 15px 8px;
    }
}
.p-bidWhere__process img{
    display: block;
    width: 100%;
}
.p-bidWhere__process a{
    margin-top: 14px;
    display: block;
    font-size: 18px;
    color: #5170ff;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__process a {
        margin-top: 8px;
        font-size: 14px;
    }
}
.p-bidWhere__ads{
    background: #cee7f4;
    padding: 15px 40px 15px 10px;
    border-radius: 23px;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__ads {
        padding: 10px 20px;
        display: flex;
    }
}
.p-bidWhere__ads-image{
    width: 15%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__ads-image {
        width: 20%;
    }
}
.p-bidWhere__ads-image img{
    display: block;
    position: absolute;
    width: 80px;
    top: -85%;
    left: 0;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__ads-image img {
        width: 100%;
        position: unset;
    }
}
.p-bidWhere__ads-cont{
    width: 85%;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    .p-bidWhere__ads-cont {
        width: 80%;
        font-size: 18px;
        padding: 0 0 0 10px;
    }
}
.p-bidWhere__ads-cont p{
    margin-bottom: 0;
}

.p-bidWork{
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .p-bidWork {
        margin-bottom: 30px;
    }
}
.p-bidWork .image1{
    display: block;
    width: 100%;
    margin: 15px 0;
}
@media screen and (max-width: 767px) {

}
.p-bidWork .list01{
    list-style-type: none;
    margin: 0;
    padding: 0px 0 20px 40px;
}
@media screen and (max-width: 767px) {
    .p-bidWork .list01 {
        padding: 0px 0 20px 20px;
    }
}
.p-bidWork .list01 li,
.p-bidWork .list02 li{
    margin: 0;
    padding: 0;;
}
.p-bidWork .list02{
    margin: 0;
    padding: 0px 0 0 60px;
}
@media screen and (max-width: 767px) {
    .p-bidWork .list02 {
        padding-left: 45px;
    }
}
.p-bidWork__action{
    border: 3px solid #002659;
    border-radius: 18px;
    padding: 15px;
    background: #e5f2f8;
    margin: 20px 0 40px;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .p-bidWork__action {
        margin: 10px 0 20px;
    }
}
.action-item{
    width: 44.5%;
}
@media screen and (max-width: 767px) {
    .action-item {
        width: 100%;
    }
}
.action-item:last-child{
    width: 54.5%;
}
@media screen and (max-width: 767px) {
    .action-item:last-child {
        width: 100%;
        margin-top: 10px;
    }
}
.action-item img{
    display: block;
    width: 100%;
}
.p-bidWork__ads{
    background: #e5f2f8;
    border-radius: 23px;
    border: 2px dashed #002659;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .p-bidWork__ads {
        position: relative;
        padding: 80px 15px 15px;
        margin-top: 60px;
    }
}
.p-bidWork__ads-image{
    width: 85px;
}
@media screen and (max-width: 767px) {
    .p-bidWork__ads-image {
        width: 100%;
        max-width: 60px;
        position: absolute;
        top: -50px;
    }
}
.p-bidWork__ads-image img{
    display: block;
    width: 100%;
}
.p-bidWork__ads-cont{
    width: calc(100% - 85px);
    padding-left: 15px;
}
@media screen and (max-width: 767px) {
    .p-bidWork__ads-cont {
        width: 100%;
        padding-left: 0;
    }
}
.p-bidWork__ads-cont p:last-of-type{
    margin-bottom: 0;
}

.p-bidWhy h2 img{
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .p-bidWhy h2 img {
        max-width: 250px;
    }
    .p-bidWhy .why-box .c-ttl--01 {
        font-size: 18px;
    }
}
