@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');


.about_r{
    margin-top:200px;
    width:450px;
}
.about_l{
    margin-top:-50px;
    width:450px;
}
.about_l1{
    width:450px;
}
.about_l5{
    margin-top:-150px;
    width:450px;
}
.about_trigger{
    width:1024px;
    margin:0 auto;
    display: flex;
    justify-content: flex-start;
    height:400px;
}
.about_trigger_r{
    width:1024px;
    margin:0 auto;
    display: flex;
    justify-content: flex-end;
    height:auto;
}

.about_contents{
    width:500px;
    display: flex;
    flex-direction:column;
}
.a_img{
    width:500px;
}
.about_contents p{
    margin-top:50px;
}
.aboutflex{
    display: flex;
    flex-direction: row;

    width:1024px;
    margin:0 auto;
}
.a_title{
    color:#fff;
    font-weight: bold;
    font-size:2rem;
    width:500px;
    position:relative;
    bottom:295px;
    text-align: center;
}
.a_txt{
    color:#fff;
    width:460px;
    position:relative;
    text-align: center;
    bottom:300px;

    margin:auto;
}
.a_content{
        position: absolute;
    width:1024px;
    border:1px solid red;
    margin:0 auto;
}
.abcont_titleright{
    text-align: center;
    font-size: 1.5rem;
    color: #fff; 
    font-weight:bold;
    position: relative;
    top:-25px;
    background-repeat: no-repeat;
    background-size: 200%;
    display: block;
    background-image: url(../images/ribon.svg);
}
.ab_p{
    line-height: 1.8rem;
}
.ab_contents{
    width:500px;
    display: flex;
    flex-direction:column;
}
.topcont_title{
    text-align: center;
    font-size: 1.5rem;
    color: #fff; 
    font-weight:bold;
    position: relative;
    top:-25px;
    background-repeat: no-repeat;
    background-size: 200%;
    display: block;
    background-image: url(../images/ribon2.svg);
}
.no_photo{
    margin:0;
    display: flex;
    align-items: center;

}
.no_img{
    position: relative;
    top:-200px;
    left:150px;
    width:100px;
}