@charset "utf-8";

@media screen and (min-width: 701px) { 

/* サイトの背景画像(始) *//* サイトの背景画像(始) *//* サイトの背景画像(始) *//* サイトの背景画像(始) */
body {

}

body:before { /* iOSで背景画像固定するため */
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: linear-gradient(100deg, rgba(50,184,235,0.9), rgba(50,184,235,0.9)), url(/others/all_img/haikei_photo.jpg?1679239417);
background-size: cover;
background-position: left bottom;
background-repeat: no-repeat;
}
/* サイトの背景画像(終) *//* サイトの背景画像(終) *//* サイトの背景画像(終) *//* サイトの背景画像(終) */


}