@charset "UTF-8";
/* CSS Document */
.about_area {
  margin-bottom: 60px;
}
.about_area_title_wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.about_area_title_wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 214px;
  background-color: #e5e5e5;
  z-index: -100;
}
.about_area_index {
  padding: 64px 0 39px;
  margin: 0 auto;
}
.about_area_index h2 {
  width: 100%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
}
.about_area_index h3 {
  width: 100%;
  font-size: 1.0rem;
  color: #AAAAAA;
  font-weight: 400;
}
.about_content_wrapper {
  display: block;
  z-index: 1000;
  position: relative;
}
.about_img_text_wrapper {
  margin: 0 auto;
  width: 84%;
}
.about_img {
  display: block;
  z-index: 100;
  object-fit: cover;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 47.3vh;
}
.about_text {
  background-color: #ffffff;
  padding: 30px 20px 43px;
  text-align: left;
}
.about_name {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.about_name_en {
  font-size: 1.2rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #AAAAAA;
  text-align: center;
  margin: -5px 0 30px;
}
.about_text_content {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 17px;
}
.x_icon {
  width: 12px;
}
@media (min-width: 1160px) {
  .about_area {
    margin-bottom: 169px;
  }
  .about_area_title_wrapper::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 4%;
    width: 96%;
    height: 395px;
  }
  .about_area_index {
    padding: 126px 0 124px;
  }
  .about_area_index h2 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .about_area_index h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .about_content_wrapper {
    width: 64.2%;
    margin: 0 auto;
  }
  .about_img_text_wrapper {
    margin: 0 auto;
    display: inline-flex;
    height: auto;
    width: 100%;
  }
  .about_img {
    width: 50%;
    height: 583px;
    margin: 0 -28px 0 0;
  }
  .about_text {
    width: 560px;
    height: 287px;
    z-index: 100;
    margin: 67px 0 0 -28px;
    padding: 89px 56px;
  }
  .name {
    display: flex;
    margin-bottom: 33px;
  }
  .about_name {
    font-size: 2.0rem;
    margin-right: 20px;
  }
  .about_name_en {
    margin: 1px 0 0;
    font-size: 1.6rem;
  }
  .about_text_content {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 33px;
  }
  .x_icon {
    width: 24px;
  }
}
.background_area {
  height: 100vh;
  color: #ffffff;
  background-color: #303030;
  margin-bottom: 60px;
  padding: 0 5.5% 60px;
}
.background_area_index {
  padding: 69px 0 36px;
}
.background_area_index h2 {
  font-size: 2.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}
.background_area_index h3 {
  font-size: 1.0rem;
  color: #AAAAAA;
  font-weight: 400;
}
/* background */
.area {
  overflow: hidden;
}
.wrap {
  display: flex;
}
.item {
  justify-content: center;
  align-items: center;
  color: #fff;
}
.background_date {
  font-size: 1.6rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.background_title {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 48px;
  font-weight: 400;
}
.line {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 44px;
  position: relative;
}
.line::after {
  content: " ";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 10px;
}
.background_content {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}
.bg_text {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 9rem;
  text-align: right;
  line-height: 1.5;
  margin-left: 6vw;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 1160px) {
  .background_area {
    margin-bottom: 169px;
    width: 96%;
    left: 4%;
    height: 100vh;
    padding: 0 0 150px;
  }
  .background_area_index {
    padding: 130px 0 80px;
  }
  .background_area_index h2 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .background_area_index h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .bg_1 {
    margin-left: 162px;
  }
  .bg_2, .bg_3, .bg_4 {
    margin: 0;
  }
  .background_date {
    margin-bottom: 24px;
  }
  .background_title {
    font-size: 2.0rem;
    margin-bottom: 62px;
  }
  .line {
    width: 12px;
    height: 12px;
    margin-bottom: 52px;
  }
  .background_content {
    font-size: 1.6rem;
  }
  .bg_text {
    margin-left: 29vw;
    font-size: 27rem;
    line-height: 1.0;
  }
}
.strength_area {
  margin-bottom: 60px;
}
.strength_title_wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.strength_title_wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 257px;
  background-color: #e5e5e5;
  z-index: -100;
}
.strength_area_index {
  padding: 64px 0 39px;
  margin: 0 auto;
}
.strength_area_index h2 {
  width: 100%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
}
.strength_area_index h3 {
  width: 100%;
  font-size: 1.0rem;
  color: #AAAAAA;
  font-weight: 400;
}
.strength_content {
  background-color: #ffffff;
  padding: 50px 5.5% 54px;
  position: relative;
  display: block;
  z-index: 100;
  margin: 0 auto;
  width: 73.5%;
}
.strength_1, .strength_2 {
  margin-bottom: 44px;
}
.strenght_icon_1, .strenght_icon_2, .strenght_icon_3 {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-bottom: 19px;
}
.strength_title {
  font-size: 1.7rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  margin-bottom: 7px;
  font-weight: bold;
}
.strength_text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 1160px) {
  .strength_area {
    margin-bottom: 169px;
  }
  .strength_title_wrapper::after {
    height: 395px;
    width: 96%;
    right: 4%;
  }
  .strength_area_index {
    padding: 126px 0 80px;
  }
  .strength_area_index h2 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .strength_area_index h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .strength_content {
    width: 57.1%;
    padding: 80px 56px;
    margin: 0 auto;
    display: flex;
  }
  .strength_1, .strength_2 {
    margin: 0 56px 0 0;
    width: 328px;
  }
  .strength_3 {
    width: 328px;
  }
  .strenght_icon_1, .strenght_icon_2, .strenght_icon_3 {
    width: 45px;
    height: 45px;
    margin-bottom: 22px;
  }
  .strength_title {
    font-size: 1.9rem;
    margin-bottom: 16px;
  }
  .strength_text {
    font-size: 1.6rem;
  }
}
.skill_area {
  background-color: #303030;
  color: #ffffff;
  margin-bottom: 60px;
  padding: 69px 0 60px;
}
.skill_area_index {
  margin: 0 auto 36px;
}
.skill_area_index h2 {
  font-size: 2.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}
.skill_area_index h3 {
  font-size: 1.0rem;
  color: #AAAAAA;
  font-weight: 400;
}
.skill_content_wrapper {
  width: 315px;
  padding: 0 8%;
  margin: 0 auto;
}
.skill_content {
  margin-bottom: 7px;
  display: flex;
}
.skill {
  font-size: 1.7rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: solid 1px #ffffff;
  width: 170px;
  height: 31px;
  line-height: 1.8;
  margin-right: 10px;
}
.skill_1_chart_1, .skill_1_chart_2, .skill_1_chart_3, .skill_2_chart_1, .skill_2_chart_2, .skill_2_chart_3, .skill_3_chart_1, .skill_3_chart_2, .skill_3_chart_3, .skill_3_chart_4, .skill_4_chart_1, .skill_4_chart_2, .skill_4_chart_3, .skill_5_chart_1, .skill_5_chart_2, .skill_5_chart_3, .skill_5_chart_4, .skill_5_chart_5, .skill_6_chart_1, .skill_6_chart_2, .skill_6_chart_3, .skill_7_chart_1, .skill_7_chart_2, .skill_7_chart_3, .skill_8_chart_1, .skill_8_chart_2, .skill_8_chart_3, .skill_9_chart_1, .skill_9_chart_2, .skill_10_chart_1, .skill_10_chart_2 {
  content: " ";
  display: block;
  background-color: #F1CC46;
  width: 15px;
  height: 15px;
  margin: 8px 10px 8px 0;
}
.skill_1_chart_4, .skill_1_chart_5, .skill_2_chart_4, .skill_2_chart_5, .skill_3_chart_5, .skill_4_chart_4, .skill_4_chart_5, .skill_6_chart_4, .skill_6_chart_5, .skill_7_chart_4, .skill_7_chart_5, .skill_8_chart_4, .skill_8_chart_5, .skill_9_chart_3, .skill_9_chart_4, .skill_9_chart_5, .skill_10_chart_3, .skill_10_chart_4, .skill_10_chart_5 {
  content: " ";
  display: block;
  border: solid 1px #F1CC46;
  width: 14px;
  height: 14px;
  margin: 8px 10px 8px 0;
}
.skill_description {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 30px;
}
.last_2 {
  margin-bottom: 0;
}
@media (min-width: 1160px) {
  .skill_area {
    margin-bottom: 169px;
    padding: 130px 0 150px;
    width: 96%;
    left: 4%;
    position: relative;
  }
  .skill_area_index {
    margin-bottom: 80px;
  }
  .skill_area_index h2 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .skill_area_index h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .skill_content_wrapper {
    display: inline-flex;
    width: auto;
    padding: 0;
    margin: 0 auto;
  }
  .skill_left {
    margin-right: 50px;
  }
  .skill_right {
    margin-left: 50px;
  }
  .skill_content {
    margin-bottom: 16px;
  }
  .skill_content:last-child {
    margin-bottom: 0;
  }
  .skill {
    font-size: 2.4rem;
    width: 238px;
    height: 50px;
    line-height: 2.0;
  }
  .skill_1_chart_1, .skill_1_chart_2, .skill_1_chart_3, .skill_2_chart_1, .skill_2_chart_2, .skill_2_chart_3, .skill_3_chart_1, .skill_3_chart_2, .skill_3_chart_3, .skill_3_chart_4, .skill_4_chart_1, .skill_4_chart_2, .skill_4_chart_3, .skill_5_chart_1, .skill_5_chart_2, .skill_5_chart_3, .skill_5_chart_4, .skill_5_chart_5, .skill_6_chart_1, .skill_6_chart_2, .skill_6_chart_3, .skill_7_chart_1, .skill_7_chart_2, .skill_7_chart_3, .skill_8_chart_1, .skill_8_chart_2, .skill_8_chart_3, .skill_9_chart_1, .skill_9_chart_2, .skill_10_chart_1, .skill_10_chart_2 {
    width: 30px;
    height: 30px;
    margin: 10px 10px 10px 0;
  }
  .skill_1_chart_4, .skill_1_chart_5, .skill_2_chart_4, .skill_2_chart_5, .skill_3_chart_5, .skill_4_chart_4, .skill_4_chart_5, .skill_6_chart_4, .skill_6_chart_5, .skill_7_chart_4, .skill_7_chart_5, .skill_8_chart_4, .skill_8_chart_5, .skill_9_chart_3, .skill_9_chart_4, .skill_9_chart_5, .skill_10_chart_3, .skill_10_chart_4, .skill_10_chart_5 {
    width: 29px;
    height: 29px;
    margin: 10px 10px 10px 0;
  }
  .skill_description {
    font-size: 1.6rem;
  }
  .last_1 {
    margin-bottom: 0;
  }
}
.photograph_area {
  margin-bottom: 60px;
}
.photograph_area_index {
  margin: 0 auto 36px;
}
.photograph_area_index h2 {
  font-size: 2.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}
.photograph_area_index h3 {
  width: 100%;
  font-size: 1.0rem;
  color: #AAAAAA;
  font-weight: 400;
}
.photograph_content_wrapper {
  margin: 0 auto;
  width: 315px;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 2.3%;
}
.img_1, .img_2,.img_3, .img_4, .img_5, .img_6, .img_7, .img_8, .img_9 {
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 2.6%;
}
.img_7, .img_8, .img_9 {
  margin-bottom: 0;
}
@media (min-width: 1160px) {
  .photograph_area {
    margin-bottom: 200px;
  }
  .photograph_area_index {
    margin-bottom: 80px;
  }
  .photograph_area_index h2 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .photograph_area_index h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .photograph_content_wrapper {
    padding: 0;
    width: 1150px;
    grid-gap: 0 4.3%;
  }
  .img_1, .img_2, .img_4, .img_5, .img_7, .img_8 {
    width: 350px;
    height: 350px;
    margin-bottom: 4.4%;
  }
  .img_3, .img_6, .img_9 {
    width: 350px;
    height: 350px;
    margin-bottom: 4.4%;
  }
  .img_7, .img_8, .img_9 {
    margin-bottom: 0;
  }
}































