@charset "UTF-8";


/***************************************************

	business

***************************************************/

.p-domain-business__prologue .image_wrapp{
    margin-top: 80px;
    position: relative;
}

.p-domain-business__prologue .image_wrapp .caption{
    width: 504px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.p-domain-business__prologue {
    margin-bottom: 0;
}




.domain_business_head{
    width: 1600px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}

.domain_business_head .text_block{
    width: calc(100% - 768px);
    padding-left: 64px;
    box-sizing: border-box;
}

.domain_business_head .text_block h2{
    font-size: 80px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 64px;
}

.domain_business_head .text_block .caption{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.domain_business_head .image_block{
    width: 768px;
}


/* TEST追加 */
/* 新しく追加した画像タグのスタイル */
.p-domain-business__side-image {
    position: absolute;
    top: 12.5vw; /* 既存の padding-top と合わせる、あるいは 0 */
    right: 151px;
    width: clamp(150px, 18.229vw, 350px);    /* 画像のサイズ（お好みで調整） */
    height: auto;
    z-index: 1;      /* 他の要素に埋もれないように */
    pointer-events: none; /* 万が一ボタンに重なってもクリックを邪魔しない */
}

.p-domain-business__content {
    position: relative;
}

.coming_btn {
    font-size: 24px;
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    padding-left: 41px;
    top: 35px;
    left: 1px;
    display: block;
    width: 200px;
    height: 65px;
    border: 1px solid #fff;
    position: relative;
    padding-top: 21px;
}
/* TEST追加 */



/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {

.p-domain-business__prologue .image_wrapp{
    margin-top: 4.166667vw;
}

.p-domain-business__prologue .image_wrapp .caption{
    width: 26.25vw;
    font-size: 0.9375vw;
}


.domain_business_head{
    width: 83.333333vw;
    margin: 0 auto;
}

.domain_business_head .text_block{
    width: calc(100% - 40vw);
    padding-left: 3.333333vw;
}

.domain_business_head .text_block h2{
    font-size: 4.166667vw;
    margin-bottom: 3.333333vw;
}

.domain_business_head .text_block .caption{
    font-size: 0.9375vw;
}

.domain_business_head .image_block{
    width: 40vw;
}










}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){

.p-domain-business__prologue .image_wrapp{
    margin-top: 12.8vw;
}

.p-domain-business__prologue .image_wrapp .caption{
    width: auto;
    position: static;
    font-size: 4.266667vw;
    margin-bottom: 19.2vw
}

.p-domain-business__prologue {
    margin-bottom: 0;
}

.p-domain-business__content {
    padding-top: 42.666667vw;
}



.domain_business_head{
    width: auto;
    margin: 0 5.333333vw;
    display: block;
}

.domain_business_head .text_block{
    width: auto;
    padding-left: 0;
    margin-bottom: 19.2vw;
}

.domain_business_head .text_block h2{
    font-size: 7.466667vw;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-bottom: 12.8vw;
}

.domain_business_head .text_block .caption{
    font-size: 4.266667vw;
}

.domain_business_head .image_block{
    width: auto;
}


/* TEST追加 */
/* スマホでは一旦非表示、もしくはサイズ調整 */
.p-domain-business__side-image {
    position: static; /* 配置をリセット */
    display: block;
    width: 100%;
    margin: 0 auto 10vw;
    pointer-events: auto;
}
/* TEST追加 */


}