@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.wcm {
    max-width: 1080px;
    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;
    }
}
.u-pc{
    display: block;
}
@media screen and (max-width: 767px) {
    .u-pc {
        display: none;
    }
}

.c-ttl {
    background: linear-gradient(90deg,
        #111549 0%,
        #3533cd 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 950px) {
    .c-ttl {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .c-ttl{
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.c-ttl02{
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #004aad;
}
@media screen and (max-width: 950px) {
    .c-ttl02 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .c-ttl02{
        font-size: 22px;
        margin-bottom: 20px;
    }
}
.c-ttl03{
    font-size: 26px;
    color: #004aad;
}
@media screen and (max-width: 950px) {
    .c-ttl03 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .c-ttl03{
        font-size: 18px;
        line-height: 1.3;
    }
}
.c-txt--green{
    background: linear-gradient(90deg,
                #111549 0%,
                #3533cd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-txt--red{
    color: #ff3c3c;
}
.c-txt--grey {
    color: #182527;
}
.c-txt--blue {
    color: #004aad;
}
.c-txt-base{
    font-size: 18px;
}
@media screen and (max-width: 950px) {
    .c-txt-base {
        font-size: 16px;
    }
}
.txt-uppercase{
    text-transform: uppercase;
}
.c-box {
    width: 90%;
    margin-left: auto;
    margin-bottom: 30px;
    padding: 15px 30px 15px 90px;
    box-sizing: border-box;
    background: #dfedff;
    border-radius: 22px;
    border: 2px dashed #004aad;
    position: relative;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    .c-box {
        width: 90%;
        padding: 10px 20px 10px 45px;
        margin-bottom: 0;
    }
}
.c-box__txt p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .c-box__txt{
        margin-top: 10px;
    }
    .c-box__txt p {
        font-size: 15px;
        line-height: 1.4;
    }
}
.c-box__txt .c-txt--red {
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .c-box__txt .c-txt--red {
        font-size: 16px;
        display: block;
        line-height: 1.3;
    }
}
.c-box__img {
    width: 135px;
    position: absolute;
    bottom: 15px;
    left: -7%;
}
@media screen and (max-width: 767px) {
    .c-box__img {
        width: 80px;
        left: -46px;
    }
}
.c-box__img img {
    display: block;
    width: 100%;
}
p.c-box__txt-note{
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}

.c-introKun {
    margin-bottom: 20px;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .c-introKun {
        display: flex;
        margin-bottom: 10px;
    }
}
.c-introKun__image {
    width: 160px;
    padding-right: 50px;
}
@media screen and (max-width: 767px) {
    .c-introKun__image {
        width: 90px;
        padding-right: 20px;
    }
}
.c-introKun__image img {
    display: block;
    width: 100%;
}
.c-introKun__cont{
    width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
    .c-introKun__cont {
        width: calc(100% - 90px);
    }
    .c-introKun__cont .c-ttl02{
        font-size: 19px;
    }
}
.c-introKun__cont h2 {
    line-height: 1.2;
    color: #004aad;
    margin-bottom: 10px;
}

/* Main CSS*/
.p-company{
    color: #000;
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
}
.p-companyVisual{
    background: #CBE1FF;
    padding: 80px 0;
}
@media screen and (max-width: 767px) {
    .p-companyVisual{
        padding: 40px 0;
    }
}
.p-companyVisual .wcm{
    align-items: center;
}
.p-companyVisual__content{
    width: 68%;
    padding-right: 30px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-companyVisual__content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
}
.p-companyVisual__content h1{
    font-size: 36px;
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-companyVisual__content h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
.p-companyVisual__content p{
    font-size: 33px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    .p-companyVisual__content p {
        font-size: 20px;
    }
}
.p-companyVisual__image{
    width: 32%;
}
@media screen and (max-width: 767px) {
    .p-companyVisual__image {
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
    }
}
.p-companyVisual__image img{
    display: block;
    width: 100%;
}
.ever-image img{
    display: block;
    max-width: 944px;
    width: 100%;
    margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
    .ever-image img {
        margin-bottom: 15px;
    }
}
.ever-box{
    max-width: 944px;
    font-size: 21px;
    font-weight: 600;
    background: #cae1ff;
    padding: 20px 41px;
    text-align: center;
    margin: 0 auto 40px;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
    .ever-box {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 15px;
        border-radius: 15px;
    }
}
.ever-box span{
    color: #004aad;
    font-size: 21px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .ever-box span {
        font-size: 16px;
    }
}
.ever-what{
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .ever-what{
        margin-bottom: 25px;
        text-align: left;
    }
}
.ever-what .c-ttl{
    margin-bottom: 10px;
    font-size: 42px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 950px) {
    .ever-what .c-ttl {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .ever-what .c-ttl {
        font-size: 23px;
        line-height: 1.3;
    }
}
.ever-what p{
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .ever-what p {
        font-size: 16px;
        line-height: 1.3;
    }
}
.ever-what p strong{
    font-weight: bold;
}
.even-matte{
    text-align: center;
    font-weight: 700;
}
.even-matte .c-ttl{
    font-size: 34px;
    letter-spacing: 0;
}
@media screen and (max-width: 950px) {
    .even-matte .c-ttl {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .even-matte .c-ttl {
        font-size: 20px;
        margin-bottom: 0;
    }
}

.p-companyProtect{
    background: #051330;
    color: #fff;
    text-align: center;
}
.p-companyProtect .c-ttl02{
    color: #cae1ff;
}
.p-companyProtect .txt{
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .p-companyProtect .txt {
        font-size: 16px;
        margin-bottom: 25px;
    }
}
.p-companyProtect__cont{
    max-width: 1000px;
    margin: auto;
}
@media screen and (max-width: 1024px) {
    .p-companyProtect__cont {
        justify-content: space-between;
    }
}
.protect-item{
    width: 33.33%;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .protect-item {
        width: 31%;
    }
}
@media screen and (max-width: 950px) {
    .protect-item {
        width: 30%;
    }
}
@media screen and (max-width: 830px) {
    .protect-item {
        width: 28%;
    }
}
@media screen and (max-width: 767px) {
    .protect-item {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 80px;
    }
    .protect-item:last-of-type{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 380px) {
    .protect-item {
        max-width: 160px;
        margin-bottom: 60px;
    }
}
.protect-item img{
    display: block;
    max-width: 220px;
    width: 100%;
    margin: auto;
}
.protect-item:after{
    content: "";
    width: 80px;
    height: 80px;
    background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2026/02/plus-red.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 20%;
    right: -12%;
}
@media screen and (max-width: 1024px) {
    .protect-item:after {
        width: 60px;
        height: 60px;
        right: -15%;
    }
}
@media screen and (max-width: 950px) {
    .protect-item:after {
        width: 50px;
        height: 50px;
        right: -18%;
        top: 26%;
    }
}
@media screen and (max-width: 830px) {
    .protect-item:after {
        width: 40px;
        height: 40px;
        right: -23%;
        top: 24%;
    }
}
@media screen and (max-width: 767px) {
    .protect-item:after {
        top: unset;
        bottom: -55px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 380px) {
    .protect-item:after {
        width: 30px;
        height: 30px;
        bottom: -40px;
    }
}
.protect-item:last-of-type:after{
    display: none;
}
.protect-item p{
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
}
@media screen and (max-width: 950px) {
    .protect-item p {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .protect-item p {
        font-size: 22px;
        margin-top: 10px;
    }
}

.p-companyWhy{
    background: #f4f4f4;
}
.p-companyWhy__top{
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-companyWhy__top {
        margin-bottom: 30px;
    }
}
.p-companyWhy__top-head{
    width: 245px;
    text-align: right;
    padding-right: 50px;
}
@media screen and (max-width: 767px) {
    .p-companyWhy__top-head {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
}
.p-companyWhy__top-head .c-ttl02{
    line-height: 1.3;
    margin-bottom: 0;
    color: #004aad;
}
.p-companyWhy__top-inner{
    width: calc(100% - 245px);
}
@media screen and (max-width: 767px) {
    .p-companyWhy__top-inner {
        width: 100%;
    }
}
.p-companyWhy__top-inner .c-ttl02{
    margin-bottom: 0;
    color: #004aad;
    font-size: 27px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .p-companyWhy__top-inner .c-ttl02 {
        font-size: 17px;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 10px;
    }
}
.p-companyWhy__list{
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-companyWhy__list {
        margin-bottom: 20px;
    }
}
.why-item{
    margin-bottom: 20px;
    width: 62%;
    align-items: center;
}
@media screen and (max-width: 830px) {
    .why-item {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .why-item {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }
}
.why-item.even{
    width: 60%;
    margin-left: auto;
}
@media screen and (max-width: 830px) {
    .why-item.even {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .why-item.even {
        width: 100%;
    }
}
.why-item__left{
    width: 120px;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .why-item__left {
        width: 60px;
        padding-right: 20px;
    }
}
.why-item__left img{
    display: block;
    width: 100%;
}
.why-item__right{
    width: calc(100% - 100px);
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .why-item__right {
        width: calc(100% - 60px);
        font-size: 16px;
    }
}
.why-item__right h4{
    margin-bottom: 2px;
    color: #000 !important;
}



.p-companySafe{
}
.p-companySafe .p-companySafe__txt{
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .p-companySafe .p-companySafe__txt {
        margin-bottom: 15px;
    }
}
.p-companySafe .p-companySafe__txt .c-ttl{
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 0;
}
@media screen and (max-width: 950px) {
    .p-companySafe .p-companySafe__txt .c-ttl {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .p-companySafe .p-companySafe__txt h2.c-ttl {
        font-size: 24px;
    }
    .p-companySafe .p-companySafe__txt .c-ttl {
        font-size: 22px;
    }
}
.p-companySafe__type p{
    font-size: 18px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-companySafe__type p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.p-companySafe__type ul{
    list-style-type: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .p-companySafe__type ul {
        display: flex;
    }
}
.p-companySafe__type ul .item{
    width: 21%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    font-weight: bold;
    padding: 20px;
    box-sizing: border-box;
    background: #d9d9d9;
    margin: 0 !important;
}
@media screen and (max-width: 1024px){
    .p-companySafe__type ul .item {
        width: 26%;
    }
}
@media screen and (max-width: 950px) {
    .p-companySafe__type ul .item {
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    .p-companySafe__type ul .item {
        width: 31%;
        font-size: 14px;
        padding: 20px 10px;
    }
}
@media screen and (max-width: 380px) {
    .p-companySafe__type ul .item {
        font-size: 11px;
    }
}
.p-companySafe__type ul .item02{
    background: #CBE1FF;
    color: #004aad;
}
.p-companySafe__type ul .item03 {
    background: #004aad;
    color: #fff;
    position: relative;
}
.p-companySafe__type ul .item03:after{
    content: "";
    width: 100px;
    height: 100px;
    background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2026/02/icon-win.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: -7%;
    bottom: -11%;
}
@media screen and (max-width: 767px) {
    .p-companySafe__type ul .item03:after {
        width: 60px;
        height: 60px;
        bottom: -20%;
    }
}
@media screen and (max-width: 380px) {
    .p-companySafe__type ul .item03:after {
        width: 50px;
        height: 50px;
        bottom: -18%;
    }
}
.p-companySafe__table{
    margin: 30px 0;
}
@media screen and (max-width: 767px) {
    .p-companySafe__table {
        margin: 20px 0;
    }
}
.table-head{
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 700;
}
@media screen and (max-width: 950px) {
    .table-head {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .table-head {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .table-cont{
        width: 1000px;
    }
}
.p-companySafe__table .table-cont table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.p-companySafe__table .table-cont th,
.p-companySafe__table .table-cont td {
    border: 1px solid #004BAD;
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #000;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .p-companySafe__table .table-cont th,
    .p-companySafe__table .table-cont td {
        font-size: 15px;
    }
}
.p-companySafe__table .table-cont th{
    padding: 10px 15px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.p-companySafe__table .table-cont td{
    padding: 15px 10px;
}
@media screen and (max-width: 767px) {
    .p-companySafe__table .table-cont td {
        padding: 10px;
    }
}
.tbl-head01{
    background: #D9D9D9;
}
.tbl-head02 {
    background: #CBE1FF;
    color: #004aad !important;
}
.tbl-head03 {
    background: #5598F1;
}


.p-companyWho{
    background: #f4f4f4;
}

.p-companyWho__box{
    align-items: center;
}
.p-companyWho__box.reverse{
    flex-direction: row-reverse;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .p-companyWho__box.reverse {
        margin-top: 30px;
    }
}
.p-companyWho__box-image{
    width: 52%;
    padding-right: 100px;
}
@media screen and (max-width: 950px) {
    .p-companyWho__box-image {
        padding-right: 60px;
    }
}
@media screen and (max-width: 767px) {
    .p-companyWho__box-image {
        width: 100%;
        max-width: 450px;
        margin:0 auto 20px;
        padding-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .p-companyWho__box-image {
        max-width: 320px;
    }
}
.p-companyWho__box-image img{
    display: block;
    width: 100%;
}
.p-companyWho__box-cont{
    width: 48%;
}
@media screen and (max-width: 767px) {
    .p-companyWho__box-cont {
        width: 100%;
    }
}
.p-companyWho__box .who-head{
    border-radius: 15px;
    border: 1px solid #000;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background: #004aad;
    font-size: 19px;
    padding: 8px 0;
    font-weight: bold;
}
@media screen and (max-width: 950px) {
    .p-companyWho__box .who-head {
        font-size: 17px;
    }
}
.p-companyWho__box .who-cont{
    background: #dfedff;
    border: 1px solid #004aad;
    border-radius: 15px;
    padding: 25px;
}
@media screen and (max-width: 767px) {
    .p-companyWho__box .who-cont {
        padding: 15px 20px;
    }
}
.who-cont-txt{
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-bottom: 3px solid #004aad;
}
@media screen and (max-width: 767px) {
    .who-cont-txt {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-width: 2px;
    }
}
.who-cont-txt ul{
    list-style-type: none;
    margin: 25px 0 0 !important;
    padding: 0 !important;
}
@media screen and (max-width: 767px) {
    .who-cont-txt ul {
        margin: 15px 0 0 !important;
    }
}
.who-cont-txt li{
    margin: 0 !important;
}
.who-cont-txt ol {
    list-style-type: disc;
    padding-left: 40px;
}
.who-cont-txt p{
    margin-bottom: 0;
}
.who-cont-main{
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #004aad;
}
@media screen and (max-width: 767px) {
    .who-cont-main {
        font-size: 17px;
        line-height: 1.3;
    }
}
.p-companyWho__box.reverse .p-companyWho__box-image{
    padding-right: 0;
    padding-left: 60px;
}
@media screen and (max-width: 767px) {
    .p-companyWho__box.reverse .p-companyWho__box-image {
        padding-left: 0;
    }
}
.p-companyWho__box.reverse .who-head{
    position: relative;
    color: #000;
    background: #5698f1;
}
.p-companyWho__box.reverse .who-head:before{
    content: "";
    width: 70px;
    height: 70px;
    background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2026/02/icon-win.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: -5%;
    top: -26%;
}
@media screen and (max-width: 767px) {
    .p-companyWho__box.reverse .who-head:before {
        width: 50px;
        height: 50px;
        top: -18%;
        right: 0;
    }
}
.p-companyWho .c-box{
    margin-top: 80px;
    padding-left: 100px;
}
@media screen and (max-width: 767px) {
    .p-companyWho .c-box {
        margin-top: 40px;
        padding-left: 50px;
    }
}
.p-companyWho .c-box .c-ttl02{
    font-size: 33px;
    margin-bottom: 10px;
}
@media screen and (max-width: 950px) {
    .p-companyWho .c-box .c-ttl02 {
        font-size: 27px;
    }
}
@media screen and (max-width: 767px) {
    .p-companyWho .c-box .c-ttl02 {
        font-size: 20px;
        line-height: 1.3;
    }
}
.p-companyWho .c-box .c-box__img{
    width: 150px;
    left: -8%;
}
@media screen and (max-width: 950px) {
    .p-companyWho .c-box .c-box__img {
        width: 130px;
        left: -6%;
    }
}
@media screen and (max-width: 767px) {
    .p-companyWho .c-box .c-box__img {
        width: 90px;
        left: -14%;
    }
}
.p-companyOpen__list{
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .p-companyOpen__list {
        display: flex;
        flex-wrap: wrap;
    }
}
.open-item{
    width: 25%;
    padding: 20px 26px;
    box-sizing: border-box;
    text-align: center;
    background: #E7F0FF;
}
@media screen and (max-width: 767px) {
    .open-item {
        width: 50%;
        padding: 15px;
    }
}
.open-item.--02{
    background: #D2E6FC;
}
@media screen and (max-width: 767px) {
    .open-item.--02 {
        padding-top: 25px;
    }
}
.open-item.--03 {
    background: #B8D7FD;
}
.open-item.--04 {
    background: #A1C7F6;
}
.open-item__img{
    width: 140px;
    margin: 0 auto 20px;
    aspect-ratio: 1/1;
    position: relative;
}
@media screen and (max-width: 950px) {
    .open-item__img {
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .open-item__img {
        width: 70px;
        margin-bottom: 10px;
    }
    .txt-open{
        text-align: center;
    }
}
.open-item__img:before{
    content: " ";
    display: block;
    padding-top: 65%;
}
.open-item__img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
.open-item__img img{
    display: block;
}
.open-item p{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
@media screen and (max-width: 950px) {
    .open-item p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .open-item p {
        font-size: 15px;
    }
}
.p-companyOpen .c-txt-base{
    margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
    .p-companyOpen .c-txt-base {
      
    }
}
@media screen and (max-width: 767px) {
    .p-companyOpen .c-txt-base {
        text-align: left;
    }
    .p-companyOpen .c-introKun{
        display: block;
        position: relative;
    }
    .p-companyOpen .c-introKun .c-introKun__image{
        position: absolute;
        width: 82px;
        left: 0;
        top: -25px;
    }
    .p-companyOpen .c-introKun .c-introKun__cont{
        width: 100%;
    }
    .p-companyOpen .c-introKun .c-ttl{
        padding-left: 80px;
        margin-bottom: 35px;
        font-size: 20px;
    }
}
.txt-open{
    text-align: center;
    font-size: 26px;
}
@media screen and (max-width: 950px) {
    .txt-open {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .txt-open {
        font-size: 16px;
        line-height: 1.3;
    }
}
.p-companyOpen__cta{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
@media screen and (max-width: 950px) {
    .p-companyOpen__cta {
        font-size: 18px;
    }
}
.p-companyOpen__cta a{
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 10px auto;
    text-decoration: none;
    background: #004BAD;
    border: 2px solid #004BAD;;
    color: #fff;
    border-radius: 12px;
    line-height: 1;
    padding: 20px 0;
    box-sizing: border-box;
    transition: all .5s ease;
}
@media screen and (max-width: 950px) {
    .p-companyOpen__cta a {
        max-width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .p-companyOpen__cta a {
        max-width: 280px;
        margin: 5px auto;
        padding: 15px 0;
    }
}
.p-companyOpen__cta a:hover{
    color: #004BAD;
    background: #fff;
}