/* ------------------------------------------
                  （SS1　TOP）
------------------------------------------ */
.keyvisual-h1{
    padding-top: 110px;
}

.keyvisual-image-wide{
	background:#42A3FC !important;
	position: relative;
	padding: 0;
}

.keyvisual-image-wide:after{
	content:'';
	width:56%;
    height: calc(100% - 60px);
	border-radius: 0px 150px 0px 0px;
	position: absolute;
	bottom:0;
	left:0;
	background:#FFFFFF;
}

.keyvisual-left_area{
	z-index: 1;
    position: relative;
    width: fit-content;
    margin-left: calc((100% - 1300px) / 2);
}

.keyvisual-left_area:after{
	content: '';
    position: absolute;
	right: -600px;
    bottom: -14px;
    width: 685px;
    height: 567px;
	background-image:url(https://www.dos-osaka.co.jp/ss1/img/mvrene25_top_main.png);
}

.video-background{
    background: #68C5FF;
    padding: 30px 0 120px 30px;
    border-radius: 0 0 0 100px;
    position: relative;
}


.ss1_cm:after{
    content: '';
    position: absolute;
    background-image: url(https://www.dos-osaka.co.jp/ss1/img/main_img_big.webp);
    background-size: cover;
    max-width: 507px;
    max-height: 472px;
	width:30%;
    height: 30%;
    bottom: 0px;
    right: 3%;
    z-index: 2;
}

.ss1_cm{
    width: 380px;
    padding-top: 5%;
    position: relative;
}

.case-achieve-Area{
    padding: 100px 0 50px;
}

.case-achieve-text{
    text-align: center;
    margin-bottom: 50px;
}

.case-achieve-text-main{
	font-size: clamp(18px, 3.8vw, 32px);
	font-weight:bold;
}

.case-achieve-text-blue{
    color: #00A5FF;
    font-size: 200%;
}

.case-achieve-img{
	height: 100px;
	background-image: url(https://www.dos-osaka.co.jp/ss1/img/top_kigyoulogo.webp);
	background-size: auto 100%;
	animation: slide-background 150s linear infinite;
}

@keyframes slide-background {
  0%	{
		background-position: 0 0;
		}
  100% {
		background-position: -9999px 0;
		}
}

.keyvisual-image-wide::before{
	display:none;
}

/*MV改修追加*/
img{
    vertical-align: top;
}

.crown_area{
	display: flex;
    justify-content: flex-start;
    height: auto;
    width: auto;
    transition-duration: unset;
    gap: 18px;
    align-items: center;
    font-size: 8px;
	margin-top: 40px;
    margin-bottom: 30px;
}

.crown_area:hover {
    opacity: 1;
    transform: none;
    transition-timing-function: unset;
}

.top_award_img{
	transition-duration: 0.25s;
}

.top_award_img:hover{
	opacity: 0.6;
    transform: translateY(3px);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top_mv_button{
	width: 400px;
    height: 80px;
    background: #F5E732;
    border-radius: 22px;
    color: #2F6ECC;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top_mv_button_deco{
    position: absolute;
    top: -30px;
    background-image: url(https://www.dos-osaka.co.jp/ss1/img/mvrene25_top_fuki.png);
    width: 277px;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
}

.top_mv_button_deco_text{
	color: #42A3FC;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.8px;
    line-height: normal;
}

.top_mv_button_icon{
    display: block;
    width: 23px;
    height: 23px;
    background: #2F6ECC;
    border-radius: 12px;
    position: absolute;
    right: 12px;
}

.top_mv_button_icon:before{
    content: '';
    position: absolute;
    top: 51%;
    right: 6px;
    width: 10px;
    height: 1px;
    background: #FFF;
}

.top_mv_button_icon:after{
	content: '';
    position: absolute;
    top: 40%;
    right: 7px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    transform: rotate(45deg);
}

.top_mv_button_link{
	display: block;
    width: fit-content;
    transition-duration: 0.25s;
}

.top_mv_button_link:hover{
	opacity: 0.6;
    transform: translateY(3px);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mv_inq_button_area {
    background: #1E4E7B;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px 0;
}

.mv_inq_button_link{
	display: block;
	transition-duration: 0.25s;
}

.mv_inq_button_link:hover{
	opacity: 0.85;
    transform: translateY(3px);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
.mv_inq_button_box {
    display: flex;
    gap: 25px;
    background: #FFF;
    border-radius: 25px;
    padding: 8px;
    align-items: flex-end;
    position: relative;
}

.mv_inq_button_box:after{
    content: '';
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 22px;
    top: 4px;
    left: 4px;
    border: 4px solid #42A3FC;
}

.mv_inq_button_icon{
	height: 100%;
    background: #DBF0FF;
    padding: 0 25px 25px;
    display: flex;
    align-items: flex-end;
}

.mv_inq_button_main{
    padding: 20px 25px 25px 0;
}
*/

/*TOPへ戻る*/

.pagetop{
    border-radius: 20px;
    position: fixed;
    z-index: 2;
    right: 40px;
    bottom: 180px;
    width: 40px;
    height: 40px;
    background: #B0B0B0;
}

.pagetop:before, .pagetop:after{
    content: "";
    position: absolute;
	top: 38%;
    left: 50%;
    width: 2px;
    height: 10px;
    border-radius: 30px;
    background: #FFF
}

.pagetop:before {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 41.5%;
}

.pagetop:after{
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 58.5%;
}

.pagetop span{
	font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 10.5px;
}

.pagetop a:hover{
    color: #fff;
}

/*サイドバー*/
#sidebar {
    top: 20vh;
    right: 25px;
    bottom: 250px;
    max-height: 480px;
}

#sidebar ul{
	height: 100%;
}

#sidebar li{
    padding: 25px 13px;
    height: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

/* ------------------------------------------
　　　　　for レスポンシブ（SS1　TOP）
------------------------------------------ */

@media(min-width:1900px){
.ss1_cm:after{
	content: '';
    position: absolute;
    background-image: url(https://www.dos-osaka.co.jp/ss1/img/main_img_big.webp);
    background-size: cover;
    max-width: 507px;
    max-height: 472px;
    width: 507px;
    height: 472px;
    top: 191px;
    right: -135%;
    z-index: 0;
}
}

@media(max-width:1900px){
.ss1_cm:after{
	width: 470px;
        height: 439px;
        top: 196px;
        right: -124%;
}
}

@media(max-width:1800px){
.video-background:after{
    right: 10%;
}
}

@media(max-width:1700px){

.ss1_cm:after{
		width: 393px;
        height: 366px;
        top: 260px;
        right: -100%;
}

}

@media(max-width:1600px){
.keyvisual-left_area{
	width: 39%;
}

.keyvisual-right_area{
	width: 57%;
}

.ss1_cm:after{
		width: 405px;
        height: 396px;
        top: 200px;
        right: -106%;
}

/*MV改修追加*/

.keyvisual-left_area{
    width: fit-content;
    margin-left: calc((100% - 1100px) / 2);
}

.keyvisual-left_area:after {
	right: -500px;
	height: 485px;
	bottom: -12px;
	width: 586px;
	background-size: contain;
	background-repeat: no-repeat;
}

.din {
    font-size: 110%;
}

.part-small {
    font-size: 90%;
}

}

@media(max-width:1500px){
/*サイドバー*/
#sidebar li{
    font-size: 12px;
}

}

@media(max-width:1400px){

.video-background{
    padding: 30px 0 120px 60px;
}

.ss1_cm:after{
        width: 344px;
        height: 320px;
        right: -69%;
        top: 275px;
}

/*TOP戻るボタン*/
.pagetop{
    right: 23px;
}

}


@media(max-width:1206px){

.ss1_cm{
    width: 50%;
}

.ss1_cm:after{
	display:none;
}

.video-background:after{
    content: '';
    position: absolute;
    background-image: url(https://www.dos-osaka.co.jp/ss1/img/main_img.webp);
    background-size: cover;
    width: 299px;
    height: 248px;
    bottom: 0;
	right: 10%;
}

}

@media(max-width:1200px){

/*MV改修追加*/
.mv_inq_button_img{
    width: 300px;
    height: auto;
}

.din {
	font-size: 90%;
}    

.part-small {
	font-size: 70%;
}

.keyvisual-left_area{
	margin-left: 60px;
}

.keyvisual-image-wide:after{
    border-radius: 0px 80px 0px 0px;
    width: 720px;
}

.keyvisual-left_area:after {
	right: -430px;
	height: 480px;
	width: 580px;
}

.top_mv_button {
    width: 350px;
    height: 70px;
    font-size: 24px;
}

.top_mv_button {
    width: 350px;
    height: 70px;
    font-size: 24px;
}

.top_mv_button_deco {
    width: 257px;
    height: 50px;
    background-size: contain;
}

.top_mv_button_deco_text {
    font-size: 16px;
}

.top_mv_button_link{
	margin-top: 20px;
}

}

@media(max-width:1150px){
/*MV改修追加*/

.keyvisual-left_area:after{
	right: -380px;
	height: 465px;
	width: 561px;
}

}

@media(max-width:1100px){
/*MV改修追加*/
.keyvisual-h1 {
    padding-top: 90px;
}

.crown_area {
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
    font-size: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
}

.keyvisual-left_area:after{
	right: -520px;
	height: 465px;
	width: 561px;
	bottom: -13px;
}

}

@media(max-width:1000px){

.keyvisual-left_area{
	width: 45%;
}

.keyvisual-right_area{
	width: 51%;
}

.ss1_cm {
	width: 60%;
}


    .video-background:after {
        width: 200px;
        height: 166px;
    }

/*MV改修追加*/
.keyvisual-left_area:after {
	right: -420px;
	height: 400px;
	width: 480px;
	bottom: -13px;
}

.keyvisual-left_area{
	width: fit-content;
}

}


@media(max-width:900px){
/*MV改修追加*/

.keyvisual-left_area:after {
	right: -349px;
	height: 315px;
	width: 375px;
	bottom: -13px;
}

.keyvisual-image-wide:after {
	width: 68%;
}

}

@media(max-width:800px){

.keyvisual-left_area,
.keyvisual-right_area
{
	width: 100%;
	margin: 0;
}

.keyvisual-left_area{
	padding-top:0;
}

.video-background{
	margin-left:2%;
	padding: 0;
	border-radius: 0 0 0 60px;
}

.ss1_cm{
    width: 100%;
	padding: 7% 7% 10% 5%;
}

.case-achieve-Area{
	background:#fff;
	border-radius: 0 60px 0 0;
	position: relative;
    padding: 60px 0 25px;
}

.case-achieve-Area:before{
        content: '';
        position: absolute;
        background: #DBF1FF;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
}

.case-achieve-text{
    margin-bottom: 30px;
}

.case-achieve-text-spnewline{
	display: block;
}

.case-achieve-img{
    background-size: auto 65%;
    background-repeat: repeat-x;
}

.case-achieve-text-main{
    line-height: 1.25;
}

/*MV改修追加*/
.mv_inq_button_area {
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}

.mv_inq_button_link{
	width: calc(100% - 40px);
	max-width: 300px;
}

.keyvisual-left_area:after{
	display:none;
}

.keyvisual-image-wide:before {
	display:block;
	content: '';
	background-image: url(https://www.dos-osaka.co.jp/ss1/img/mvrene25_top_main.png);
	width: 430px;
	height: 356px;
	position: absolute;
    top: 9px;
	left: auto;
	right: 15%;
	background-size: contain;
	background-repeat: no-repeat;
}

.keyvisual-h1 {
	padding-top: 380px;
}

.keyvisual-image-wide:after{
	width: calc(100% - 40px);
	height: calc(100% - 356px);
	border-radius: 0px 50px 0px 0px;
}

.top_mv_button_link {
	margin-top: 50px;
	width: 100%;
}

.top_mv_button {
	max-width: none;
	width: 85%;
}

.keyvisual-data_area {
	padding: 0 20px 0 100px;
}

.h1-dot::before {
	top: 19%;
}

.exmark {
    margin-left: 0.1em;
    padding-top: 0.1em !important;
    line-height: normal;
}

.exmark.h1-dot::before {
	top: 10%;
}

/*TOP戻るボタン*/
.pagetop{
    bottom: 60px;
}

}
@media(max-width:600px){
.ss1_cm{
	padding: 7% 7% 40% 5%;
}
}

@media(max-width:500px){
.ss1_cm{
    width: 100%;
	padding: 0;
}

.video-background{
	padding: 7% 7% 45% 5%;
}

.video-background:after{
	width: 180px;
	height: 150px;
}

.keyvisual-data_area{
    padding-top: 20px;
}

.keyvisual-data_area {
	padding: 0 35px 0 30px
}

.keyvisual-image-wide:after {
	width: calc(100% - 20px);
	height: calc(100% - (95vw * 567 / 685));
}

.top_mv_button_deco_text {
	font-size: 14px;
}

.top_mv_button_deco {
	width: 230px;
	height: 45px;
}

.top_mv_button {
	max-width: none;
	height: 65px;
	font-size: 18px;
    letter-spacing: 1.8px;
}

.top_mv_button {
	width: 100%;
}

.crown_area a{
	margin:auto;
}

.crown_area{
	margin-top: 20px;
}

.keyvisual-image-wide:before{
	width: 95%;
	height: auto;
	top: 1.2%;
	right:auto;
	left: 0;
	aspect-ratio: 685 / 567;
}

.din {
	font-size: 120%;
}

.part-small{
	font-size: 95%;
}

.keyvisual-h1 {
	padding-top: calc((95vw * 567 / 685) + 30px);
}

.top_mv_button_link {
	margin-top: 15px;
}

.mv_inq_button_link{
	max-width: none;
}

.mv_inq_button_img {
	width: auto;
}

}

