@charset "utf-8";
/* mv */
.cameleoncode_page_mv_wrap {
	margin: 40px 0 0;
}
@media only screen and (min-width: 1280px) {
	.cameleoncode_page_mv_wrap {
		margin: 80px 0 0;
	}
}
.cameleoncode_inner_01 {
  padding: 60px 0 0;
}
.features_intro {
  font-weight: bold;
  line-height: 2;
}
@media only screen and (min-width: 1280px) {
  .cameleoncode_inner_01 {
    padding: 120px 0 0;
  }
}
/* features_list */
.features_list {
  display: flex;
  flex-direction: column;
  gap: 34px 0;
  margin: 44px 0 0;
}
.features_item {
  position: relative;
  padding: 37px 17px 29px;
  border-radius: 14px;
  background: #fff;
}
.features_list_icon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 18.5px 2px;
  border-radius: 22px;
  background: #2781D9;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.features_ttl {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #2781D9;
}
.features_subttl {
  text-align: center;
  margin: 9px 0 0;
  font-size: 14px;
}
.features_movie {
  display: flex;
  gap: 0 10px;
  margin: 16px 0 0;
}
.features_06 .features_movie {
  margin: 17px 0 0;
}
.features_movie > div {
  width: calc(50% - 10px / 2);
}
.features_movie > div.features_movie_non {
  display: block;
  width: 100%;
  text-align: center;
}
.features_movie_item {
  cursor: pointer;
}
.movies_thumb_wrap {
  position: relative;
}
.movies_thumb_wrap::before {
  position: absolute;
  display: block;
  background: url(../images/common/icon_movie.svg) center center / contain no-repeat;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 35px; 
  height: auto;
  border-radius: 50%;
}
.movies_thumb {
  width: 100%;
  border-radius: 5px;
  border: 3px solid #FED566;
  aspect-ratio: 359 / 212;
  object-fit: cover;
}
.features_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features_01 .features_img img {
  width: 60%;
}
.features_02 .features_img img {
  width: 67%;
}
.features_03 .features_img img {
  width: 60%;
}
.features_04 .features_img img {
  width: 36%;
}
.features_06 .features_img img {
  width: 72%;
}
.features_08 .features_img img {
  width: 67%;
}
@media only screen and (min-width: 420px) {
  .features_06 .features_img img {
    width: 60%;
  }
  .features_08 .features_img img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .features_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .features_item {
    width: calc(50% - 30px / 2);
  }
  .features_list_icon {
    padding: 8px 18.5px 0;
    font-size: clamp(20px, 2.34vw, 30px);
  }
  .features_ttl {
		font-size: clamp(19px, 2.18vw, 28px);
  }
  .features_ttl br.features_ttl_br01 {
    display: none;
  }
  .features_subttl {
		font-size: clamp(14px, 1.56vw, 20px);
  }
  .features_img {
    align-items: center;
  }
  .features_08 .features_img img {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .features_01 .features_img img {
    width: auto;
  }
  .features_02 .features_img img {
    width: auto;
  }
  .features_03 .features_img img {
    width: auto;
  }
  .features_04 .features_img img {
    width: auto;
  }
  .features_06 .features_img img {
    width: auto;
  }
  .features_08 .features_img img {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .features_box {
    border-radius: 14px;
  }
  .features_list {
    gap: 60px;
    margin: 80px 0 0;
  }
  .features_item {
    width: calc(50% - 60px / 2);
    padding: 53px 46px 50px;
  }
  .features_list_icon {
    top: -20px;
    padding: 9px 22.5px 1px;
    font-size: 30px;
  }
  .features_ttl {
    font-size: 28px;
  }
  .features_subttl {
    margin: 11px 0 0;
    font-size: 20px;
  }
  .features_movie {
    margin: 35px 0 0;
  }
  .features_06 .features_movie {
    margin: 15px 0 0;
  }
  .movies_thumb {
    border-radius: 10px;
  }
  .movies_thumb_wrap::before {
    width: 58px;
  }
}
/* カメレオンコードが選ばれる理由 */
.reason_list {
  padding: 42px 16px 40px;
  border-radius: 18px;
  background: #fcfaf3;
}
.reason_list + .reason_list {
  margin: 10px 0 0;
}
.solution_txt_wrap {
  margin: 20px 0 0;
}
.assignment_txt_icon {
  display: grid;
  place-content: center;
  width: 75px;
  height: 28px;
  border-radius: 22px;
  background: #FED566;
  font-size: 16px;
  font-weight: bold;
}
.solution_txt_icon {
  display: grid;
  place-content: center;
  border-radius: 22px;
  width: 92px;
  height: 28px;
  padding: 0 0 1px;
  background: #222;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.assignment_txt {
  margin: 10px 0 0;
  font-weight: bold;
  line-height: 2;
}
.solution_txt {
  margin: 10px 0 0;
  line-height: 1.7;
}
.solution_more_link {
  display: flex;
  justify-content: flex-end;
  margin: 22px 0 0;
}
.solution_more_link .more_txt {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .assignment_txt_wrap {
    display: flex;
    gap: 0 42px;
  }
  .solution_txt_wrap {
    display: flex;
    gap: 0 18px;
    margin: 30px 0 0;
  }
  .assignment_txt_icon {
		font-size: clamp(16px, 1.87vw, 24px);
  }
  .solution_txt_icon {
		font-size: clamp(16px, 1.87vw, 24px);
  }
  .assignment_txt {
    flex: 1;
    margin: 0;
  }
  .solution_txt {
    flex: 1;
    margin: 0;
  }
  .solution_more_link .more_txt {
		font-size: clamp(12px, 1.4vw, 18px);
  }
}
@media only screen and (min-width: 1280px) {
  .reason_list {
    padding: 60px;
    border-radius: 25px;
  }
  .reason_list + .reason_list {
    margin: 20px 0 0;
  }
  .assignment_txt_icon {
    width: 108px;
    height: 42px;
    font-size: 24px;
  }
  .solution_txt_icon {
    width: 132px;
    height: 40px;
    padding: 0 0 2px;
    font-size: 24px;
  }
  .assignment_txt {
    line-height: 1.7;
  }
  .solution_txt {
    line-height: 1.7;
  }
  .solution_more_link {
    margin: 30px 0 0;
  }
  .solution_more_link .more_txt {
    font-size: 18px;
  }
}
/* solutions */
.sec_ttl_ja {
  line-height: 1.5;
}
.solutions_list {
  margin: 39px 0 0;
}
.solutions_item {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.solutions_item + .solutions_item {
  margin: 39px 0 0;
}
.solutions_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.solutions_subttl {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.solutions_subtxt {
  margin: 20px 0 0;
}
.solutions_btn {
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}
.solutions_btn .common_btn_img {
  width: 11px;
}
@media only screen and (min-width: 768px) {
  .sec_ttl_ja br {
    display: none;
  }
  .solutions_item {
    flex-direction: row;
    gap: 0 40px;
  }
  .solutions_img {
    width: 40%;
  }
  .solutions_desc {
    flex: 1;
  }
  .solutions_ttl {
		font-size: clamp(16px, 1.87vw, 24px);
    line-height: 1.5;
  }
  .solutions_subttl {
		font-size: clamp(14px, 1.87vw, 20px);
  }
  .solutions_btn {
    justify-content: flex-end;
  }
  .solutions_btn .common_btn_img {
    width: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .solutions_img {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .solutions_list {
    margin: 60px 0 0;
  }
  .solutions_item {
    gap: 0 65px;
  }
  .solutions_item + .solutions_item {
    margin: 80px 0 0;
  }
  .solutions_ttl {
		font-size: 24px;
  }
  .solutions_subttl {
		font-size: 20px;
  }
  .solutions_btn {
    margin: 30px 0 0;
  }
  .solutions_btn .common_btn_img {
    width: 16px;
  }
}