.top_slanted-background {
  width: 100%;
  height: 100%;
  position: relative;
  background: none; /* 背景はSVGのfillで設定 */
  width: 100%;
  height:520px;
  z-index: 2;
  overflow: visible; /* はみ出しを許可 */
}

@media (max-width: 767px) {
  .top_slanted-background {
    height:250px;
  }
}

.wave {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible; /* はみ出しを許可 */
}

/*------------------------*/


.profileContainer {
  display: flex;
  align-items:flex-start;
  padding-top:100px; 
}
.profileImage{
margin: 0 0 0 130px;
width: 200px;
height:200px;
z-index: 5;   
}
.profileBox { 
  margin: 10px 0 0 30px;
  width:500px;
  align-items: center;
  z-index: 5;
}
.profileSentence .title{
  font-size:40px; 
  font-weight: 1000;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}
.profileSentence{
  color:white;
  font-size:25px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight:660;
  text-align: left;
}

.profileSNS{
  display: flex;
  align-items: center;
  justify-content: center;
  width:40px;
  height: 40px;
  background-color: #000;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  margin-top: 5px;
}

.profileSNS i {
  font-size: 25px;
  color: #ffffff;
}

@media(max-width: 767px) {
.profileContainer {
  display: flex;
  align-items:flex-start;
  padding-top:60px;    
}

 .profileImage{
  margin: 0 0 0 10px;
  width:100px;
  height:100px;    
 }
  .profileBox { 
  margin: 0 0 0 13px;
  width: 230px;
}
.profileSentence .title{
  font-size:22px; 
}
.profileSentence{
  font-size:12px;
}

.profileSNS{
  width:30px;
  height: 30px;
  }

  .profileSNS i {
  font-size: 20px;
  }
}

/*------------------*/

.attensionContainer {
  position: relative;
  width:70%;  
  align-items: center;
  z-index: 15;
  text-align: left;
}

.attensionBox {
  padding: 150px 0 0 30px;
  box-sizing: border-box;
  width:100%;
}

.attensionSentence{
  font-size:15px;
  font-family: "Arial Black","メイリオ", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight:300;
  text-align: left;
}

@media(max-width: 767px) {
  .attensionContainer{
    width:100%;  
  }

  .attensionBox { 
  padding: 100px 10px 0 10px;
}
.attensionSentence{
  font-size:10px;
}

}