@charset "UTF-8";
/* CSS Document */

/* 私について タイトル */
.about_section-en {
  font-family: Montserrat;
  font-size: 45px;
  color: #806E53;
  font-weight: 500;
}
.about_section-jp {
  color: #806E53;
}
.title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_title {
  flex-direction: column;
}
.about_section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title img {
  margin: 0 30px 0;
}
.section_career {
  border:#806E53 4px solid;
  padding: 16px;
  width: 90%;
  margin: 50px auto;
  max-width: 1370px;
}
.container_career {
  border:#806E53 1px solid;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 70px;
  background: #ffffff;
  max-width: 1342px;
}
@media (max-width:767px) {
  .about_section-en {
    font-size: 30px;
    font-family: "Montserrat","Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }
  .about_section-jp {
    font-size: 12px;
  }
  .section_career {
    border:#806E53 2px solid;
    padding: 9px;
    margin: 40px auto;
  }
  .top_title {
    margin-bottom: 45px;
  }
}

/* 経歴 */
.career_date {
  color: #96928A;
}
.career_text-1 {
  display: flex;
  margin-top: 60px;
}
.career_text {
  display: flex;
  margin-top: 80px;
}
.main_text {
  display: flex;
  font-weight: bold;
}
.career_item {
  margin-left: 80px;
}
.text {
  margin-top: 30px;
}
@media (max-width:767px) {
  .career_date {
    font-size: 15px;
  }
  .main_text {
    font-size: 15px;
  }
  .text {
    font-size: 15px;
  }
  .career_item {
    margin-left: 25px;
  }
  .text {
    margin-top: 20px;
  }
  .career_text {
    margin-top: 70px;
  }
}

/* 強み */
.section_strength {
  margin-top: 170px;
}
.strength_contents {
  display: flex;
  align-items: center;
  margin-top: 150px;
}
.strength_contents-1 {
  display: flex;
  align-items: center;
  margin-top: 90px;
}
.strength_text {
  margin-left: 70px;
}
.strength_text span {
  font-size: 35px;
  color: #454D72;
  font-weight: 500;
}
.strength_text p {
  line-height: 2.0;
  padding-top: 30px;
}
@media (max-width:767px) {
  .section_strength {
    margin-top: 90px;
  }
  .strength_contents-1 {
    flex-direction: column;
    margin-top: 45px;
  }
  .strength_contents {
    flex-direction: column;
    margin-top: 80px;
  }
  .strength_text {
    margin-left: 20px;
    margin-top: 25px;
  }
  .strength_text span {
    font-size: 28px;
  }
  .strength_text p {
    padding-top: 20px;
    line-height: 2.5;
  }

}

/* 好きなもの・こと */
.container_like {
  margin-top: 180px;
}
.like {
  font-size: 25px;
}
.like_items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.music {
  background-image: url("../images/about/like_music.jpg");
}
.specialeffects {
  background-image: url("../images/about/like_specialeffects.jpg");
}
.eatcooking {
  background-image: url("../images/about/like_eat&cooking.jpg");
}
.animal {
  background-image: url("../images/about/like_animal.jpg");
}
.newplace {
  background-image: url("../images/about/like_newplace.jpg"); 
}
.walk {
  background-image: url("../images/about/like_walk.jpg"); 
}
.like_picture {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height:  220px;
  filter: drop-shadow(2px 4px 4px #9E9A94);
  margin-top: 20px;
}
.like_picture::before {
  content: '';
  background-color: rgba(76,72,65,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.like_picture p {
  position:absolute;
  font-size:35px;
  color:#fff;
  line-height: 1.5;
  font-family: Montserrat;
  text-align: center;
}
.like_border {
  margin-top: 3px;
}
.like_text {
  width: 270px;
  margin-top: 25px;
}

.like_contents {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.like_contents-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.about_container {
  position: relative;
}
.about_bird {
  position: absolute;
  right: 500px;
  bottom: 150px;
}
@media (max-width:960px) {
  .container_like {
    margin-top: 90px;
  }
  .like_contents {
    flex-direction: column;
    margin-top: 45px;
  }
  .like_contents-2 {
    flex-direction: column;
    margin-top: 50px;
  }
  .like {
    font-size: 25px;
  }
  .like_text {
    margin-top: 20px;
  }
  .like_items {
    margin-top: 50px;
  }
  .like_picture p {
    font-family: "Montserrat","Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }
}

