@charset "utf-8";


/* ================================================================
// #ヘッダー
// ================================================================ */




#corp-main{
    padding-bottom: 40px;
    margin-top: 64px;
}

@media (min-width: 992px) {
#corp-main{
    padding-bottom: 60px;
    margin-top: 96px;
}
}



.corp-type-header{
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 3.5;

}

.corp-type-header-bg-wrap{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
        overflow: hidden;
}


.corp-type-header-bg{
    width: 100%;
    height: 100%;
}
.corp-type-header-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*object-position: top;*/
}

.corp-type-header-inner{
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: end;

}


.corp-type-title {
    position: absolute;
    top: 40px;
    background-color: #EA5A02;
    color: #fff;
    padding: 20px clamp(20px, 12.958px + 1.878vw, 40px);
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.corp-type-catch-copy {
    position: absolute;
    bottom: 60px;
    background-color: #fff;
    width: 100%;
    padding: 20px;

    position: static;
    height: fit-content;
    margin-bottom: -71px;
}
.corp-type-catch-copy>p{
    margin: 0;
}


@media (min-width: 576px) {
.corp-type-header-inner{
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    height: 100%;
}


.corp-type-header{
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 3/ 2;
}

.corp-type-catch-copy {
    position: absolute;
    bottom: 60px;
            right: clamp(24px, 3.333vw, 64px);
    background-color: #fff;
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
    max-width: 480px;
}


}



@media (min-width: 768px) {

.corp-type-catch-copy {
    position: absolute;
    bottom: 60px;
            right: clamp(24px, 3.333vw, 64px);
    background-color: #fff;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
}
}

@media (min-width: 992px) {
.corp-type-header{
    aspect-ratio: 1440 / 600;
}
}







.corp-type-headline01{
   font-size: clamp(20px, 14.366px + 1.502vw, 36px);
    font-weight: normal;
    letter-spacing: 0.05em;
}

.corp-type-title-en{
    font-size: clamp(10px, 7.887px + 0.563vw, 16px);
    display: block;
    font-family: inherit;
    font-weight: 300;
        letter-spacing: 0.1em;
    margin-top: 8px;
}


.corp-breadcrumb-list{
   font-size: clamp(10px, 8.889px + 0.282vw, 12px);
    padding: 8px 0;
    display: flex;
    gap: 8px;
    color: #555;
}


.corp-type-free-content{
        padding-top: 120px;
}

@media (min-width: 576px) {
.corp-type-free-content{
        padding-top: 96px;
}
}
.corp-list-heading{
text-align: center;
    font-size: clamp(24px, 19.775px + 1.127vw, 36px);
    margin-bottom: 60px;
    position: relative;
}

/*.corp-list-heading:before{
    content:"";
    position: absolute;
top: -40px;
left: 50%;
width: 1px;
height: 32px;
background-color: #555;
}*/

.corp-list-heading:after{
    content:"";
    position: absolute;
bottom: -20px;
left: calc(50% - 16px);
width: 32px;
height: 2px;
background-color: #EA5A02;
}
