.vh { height: 25vh;  }

h1 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-weight: 400;
    font-size: 64px;
}

.gray {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-size: 20px;
    line-height: 36px;
}

.blue1 {
    color: #00D6FF;
    font-size: 36px;
}

.border_blue {
    border-bottom: 4px solid #00D6FF;
}

.btn-blank {
    padding-top: 60px;
    padding-bottom: 125px;
}

img.index_photo {
    padding: 0%;
	width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.index_photo1 {
    padding: 0%;
    width: 100%;
}

img.index_photo2 {
    width: 100%;
}

img.index_photo3 {
    width: 324px;
}

.index_background{
    background-image: url("../images/index_background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -30px;
}

.index_background1{
    background-image: url("../images/index_title.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: top right;
}

.blank_btm {
    padding-bottom: 130px;
}

/* スマホ対応 */
.index_background_sp{
    background-image: url("../images/index_background_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.index_background1_sp{
    background-image: url("../images/index_title_sp.png");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: top right;
}

.blank_x {
    width: 88%;
}

h2 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-weight: 400;
    font-size: 24px;
}

.gray1 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-size: 16px;
    line-height: 24px;
}

.blue2 {
    color: #00D6FF;
    font-size: 24px;
}

.border_blue1 {
    border-bottom: 2px solid #00D6FF;
}

img.index_photo4 {
    width: 88%;
    padding: 0%;
}

img.index_photo_sp1 {
    padding: 0%;
    height: 125px;
}

img.index_photo_sp2 {
    padding: 0%;
    height: 185px;
}

img.index_photo_sp3 {
    padding: 0%;
    width: auto;
    height: 200px;
}

img.index_photo_sp4 {
    padding: 0%;
    height: 104px;
}

.blank_bottom_sp {
    padding-bottom: 100px;
}