
/* セクションタイトル */
.section_title{
    display: flex;
    width: 100%;
}

/* 　　英語 */
.section_title_en{
    margin-right: 4.23%;
    align-items: end;
    display: flex;
}
@media screen and (max-width: 450px){
    .section_title_en{
        margin-right: 5.25%;
        font-size: 2.5vw;
    }
}


.section_title_en p{
	font-size: 0.9375vw;
    font-family:"Source Serif 4";
    font-weight: 300;
    font-style: italic;
    align-items: end;
}
@media screen and (max-width: 450px){
    .section_title_en p{
        font-size: 2.5vw;
    }
}

  /* 日本語 */
.section_title_ja {
    font-size: 1.875vw;
    font-family: "YuMincho","sans-serif";
}
@media screen and (max-width: 450px){
    .section_title_ja {
        font-size: 4vw;
    }
}

  /* 日本語 */
.section_title_ja p{
    font-size: 1.875vw;
    margin: 0;
    font-family: "YuMincho","sans-serif";
	align-items: center;
}
@media screen and (max-width: 450px){
    .section_title_ja p{
        font-size: 4vw;
    }
}


/* 横にはみ出た分は見えないようにする */
body{
    overflow-x: hidden;
}