#about .mv{
  background: url(../img/about/mv_about.jpg) no-repeat center/cover;
}
@media screen and (max-width: 600px) {
  #about .mv{
    background: url(../img/about/mv_about_sp.jpg) no-repeat center/cover;
  }
}

/* ------------------------------------- */
/* feature_area */
/* ------------------------------------- */
.feature_area{
  padding: 130px 0 200px;
  background:url(../img/about/feature_bg.jpg) no-repeat center/cover;
  color: #fff;
}
.feature_area h3{
  font-size: 8rem;
  font-family: 'Arvo', serif;
  text-align: center;
}
.feature_area h3 small{
  font-size: 3.3rem;
  display: block;
  text-align: center;
  font-family: 'Lobster', cursive;
  margin-bottom: 15px;
}
.feature_area h3 span{
  font-size: 2rem;
  display: block;
  font-weight: 600;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  text-align: center;
  margin-top: 15px;
}
.feature_list-container{
  max-width: 1200px;
  margin: 0 auto;
}
.feature_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
.feature_list:nth-of-type(even){
  flex-direction: row-reverse;
}
.feature_list .txt_area{
  margin-top: 50px;
  width: 40%;
}
.feature_list .txt_area .number{
  width: 130px;
  height: 130px;
  text-align: center;
  font-size: 6rem;
  font-family: 'Arvo', serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
}
.feature_list .txt_area .number span{
  font-size: 2.5rem;
  font-family: 'Lobster', cursive;
  display: block;
}
.feature_list .txt_area .list_ttl-area h4{
  font-size: 4rem;
  font-family: 'Arvo', serif;
  color: #d70700;
  margin: 20px 0;
}
.feature_list .txt_area .list_ttl-area .txt{
  text-align: left;
  line-height: 1.4;
}
.feature_list figure{
  width: 56%;
}
@media screen and (max-width: 600px) {
  .feature_area{
    padding: 100px 0 100px;
    background: url(../img/about/feature_bg_sp.jpg) no-repeat center/cover;
  }
  .feature_area h3{
    font-size: 4.5rem;
  }
  .feature_area h3 small{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .feature_area h3 span{
    font-size: 1.4rem;
  }
  .feature_list-container{
    max-width: 1200px;
    margin: 0 auto;
  }
  .feature_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 5% 0;
    flex-direction: column-reverse;
  }
  .feature_list:nth-of-type(even){
    flex-direction: column-reverse;
  }
  .feature_list .txt_area{
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .feature_list:nth-of-type(even) .txt_area{
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .feature_list .txt_area .number{
    width: 90px;
    height: 90px;
    font-size: 4rem;
    margin-right: 20px;
    left: 10px;
  }
  .feature_list:nth-of-type(even) .txt_area .number{
    margin-right: 0;
   }
  .feature_list .txt_area .number span{
    font-size: 1.4rem;
  }
  .feature_list .txt_area .list_ttl-area h4{
    font-size: 2.5rem;
    margin: 0 0 15px;
    line-height: 1.2;
  }
  .feature_list .txt_area .list_ttl-area .txt{
    text-align: left;
    line-height: 1.4;
    margin: 0;
  }
  .feature_list figure{
    width: auto;
  }
}

/* ------------------------------------- */
/* camerons_area */
/* ------------------------------------- */
.camerons_area{
  position: relative;
  height: 700px;
  background: url(../img/about/camerons_bg.jpg) no-repeat center/cover;
}
.camerons_area h3{
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .camerons_area{
    height: 66vw;
    background: url(../img/about/camerons_bg_sp.jpg) no-repeat center/cover;
  }
  .camerons_area h3{
    width: 42%;
  }
}

/* ------------------------------------- */
/* type_area */
/* ------------------------------------- */
.type_area{
    padding-top: 130px;
}
.type_area h3{
  font-size: 8rem;
  font-family: 'Arvo', serif;
  text-align: center;
  color: #d70700;
}
.type_area h3 span{
  font-size: 2rem;
  display: block;
  font-weight: 600;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  text-align: center;
  margin-top: 15px;
}
.type_area .txt{
  margin-top: 50px;
  padding-bottom: 50px;
}
.type_list-container{
  max-width: 1170px;
  margin: 0 auto;
}
.type_list{
  margin-top: -64px;
  padding-top: 64px;
  margin-bottom: 50px;
}
.type_list:last-of-type{
  margin-bottom: 0;
}
.type_list-wrap{
  background-size: auto auto;
  background-color: rgba(215, 0, 0, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(255, 255, 255, 1) 6px, rgba(255, 255, 255, 1) 8px );
  padding: 10px;
}
.type_list .inner{
  background: url(../img/common/pattern_bg.jpg) top left/10px;
  padding: 50px 90px;
}
.type_list .ttl_area{
  display: flex;
  align-items: center;
  border-bottom: 2px solid #d70700;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.type_list .ttl_area h4{
  font-family: 'Lobster', cursive;
  font-size: 5rem;
  margin-right: 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.type_list .ttl_area h4 span{
  font-size: 3.6rem;
  margin-right: 10px;
}
.type_list .ttl_area p{
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.type_list .ttl_area p span{
  font-size: 2.8rem;
  font-weight: 600;
}
.type_list .contents_area{
  display: flex;
  align-items: center;
}
.type_list .contents_area figure{
  width: 28%;
}
.type_list .contents_area figure img{
  width: 170px;
  margin: 0 auto;
  display: block;
}
.type_list .contents_area dl{
  width: 72%;
}
.type_list .contents_area dl div:first-of-type{
  margin-bottom: 30px;
}
.type_list .contents_area dt{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.type_list .contents_area dt span{
  font-size: 1.8rem;
  color: #fff;
  background: #000;
  padding: 10px 20px;
  margin-right: 20px;
  display: inline-block;
  width: 200px;
  text-align: center;
}
.type_list .contents_area dt ul{
  display: flex;
}
.type_list .contents_area dt ul li{
  width: 34px;
  margin-right: 4px;
}
.type_list .contents_area dd{
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .type_area{
    padding-top: 130px;
  }
  .type_area h3{
    font-size: 4.5rem;
  }
  .type_area h3 span{
    font-size: 1.4rem;
  }
  .type_area .txt{
    margin-top: 40px;
  }
  .type_list-container{
    max-width: 1170px;
    margin: 0 auto;
  }
  .type_list{
    margin-top: -64px;
    padding-top: 64px;
    margin-bottom: 50px;
  }
  .type_list:last-of-type{
    margin-bottom: 0;
  }
  .type_list-wrap{
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, 1) 6px, rgba(255, 255, 255, 1) 4px );
    padding: 10px 0;
  }
  .type_list .inner{
    padding: 5%;
  }
  .type_list .ttl_area{
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .type_list .ttl_area h4{
    font-size: 3.6rem;
    margin: 0 0 10px 0;
  }
  .type_list .ttl_area h4 span{
    font-size: 3.6rem;
    margin-right: 10px;
  }
  .type_list .ttl_area p{
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .type_list .ttl_area p span{
    font-size: 1.6rem;
  }
  .type_list .contents_area{
    flex-direction: column;
  }
  .type_list .contents_area figure{
    width: 40%;
    margin-bottom: 20px;
  }
  .type_list .contents_area figure img{
    width: 170px;
    margin: 0 auto;
    display: block;
  }
  .type_list .contents_area dl{width: 100%;}
  .type_list .contents_area dl div:first-of-type{
    margin-bottom: 20px;
  }
  .type_list .contents_area dt span{
    font-size: 1.2rem;
    padding: 10px 0;
    margin-right: 15px;
    max-width: 120px;
    width: 40%;
  }
  .type_list .contents_area dt ul li{
    width: 25px;
  }
  .type_list .contents_area dd{
    font-size: 1.2rem;
  }
}