@charset "utf-8";

/* ==== 共通定義 ==== */
* {
  box-sizing: border-box;
}

/* レスポンシブでの表示/非表示 */
@media screen and (max-width: 720px) {
  .shown_pc {
    display: none;
  }  
}
@media screen and (min-width: 721px) {
  .shown_tab, .shown_sp {
    display: none;
  }  
}

/* 中央寄せ */
.flex_centerize {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/* セクション全般 */
.section_title {
  margin-bottom: 32px;
}
.section_description {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 720px) {
  .section_description {
    width: 100%;
  }
}

/* 1カラム/2カラム */
.description_one_column {
  width: 468px;
  margin: auto;
}

.description_two_columns {
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.description_two_columns > *,
.description_two_columns > div > img {
  width: 468px;
}
.description_one_column > p,
.description_two_columns > div > p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.75em;
}

.description_one_column.low_lineheight > p,
.description_two_columns > div.low_lineheight > p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.description_two_columns > div > ul {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.description_two_columns > div > ul li:before {
  content: '■ ';
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #0050a0;
}

.description_one_column > p:last-child,
.description_two_columns > div > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .description_one_column {
    width: calc(100% - 40px);
    max-width: 468px;
  }
  
  .description_two_columns {
    width: calc(100% - 40px);
    max-width: 468px;
    flex-direction: column;
    margin: auto;
  }
  .description_two_columns.sp_rev {
    flex-direction: column-reverse;
  }

  .description_two_columns > *,
  .description_two_columns > div > img {
    width: 100%;
  }
  .description_two_columns > * {
    margin-bottom: 16px;
  }
  
  .description_two_columns > div > ul {
    font-size: 18px;
    white-space: nowrap;
  }
  .description_two_columns > div > ul li:before {
    font-size: 18px;
  }
  
  .description_one_column > p:last-child,
  .description_two_columns > div > p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .description_two_columns > div > ul {
    font-size: 16px;
  }
}

/* 画像の枠線 */
.img_border {
  border: solid 1px #c8cdd2;
}

/* ボタン、ボタン型リンク */
.btn {
	display: block;
	width: 100%;
	height: 32px;
	border-radius: 8px;
	color: #fff;
	line-height: 1.25;
}
.btn:hover {
	color: #fff;
}
.green_btn {
	background-color: #8bc34a;
	box-shadow: 0 3px 0 0 #639b22;
}
.green_btn:hover {
	background-color: #a2db62;
}
.green_btn:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
.orange_btn {
  background-color: #ff3c19;
  box-shadow: 0 3px 0 0 #d71400;
}
.orange_btn:hover {
  background-color: #ff6441;
}
.orange_btn:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}

/* 今すぐお気軽にご相談ください(override) */
.service_contact_message {
  position: relative;
  height: 344px;
}
.service_contact_message_main {
  padding-top: 40px;
}
.plan_contact_staff_left {
  position: absolute;
  left: calc(50% - 496px);
  bottom: 0;
  width: 160px;
}
.plan_contact_staff_right {
  position: absolute;
  right: calc(50% - 496px);
  bottom: 0;
  width: 168px;
}
.plan_link_to_contact {
  width: 320px;
  height: 64px;
  font-size: 24px;
  display: flex;
}

@media screen and (max-width: 960px) {
  .plan_contact_staff_left,
  .plan_contact_staff_right {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .service_contact_caution {
    width: calc(100% - 40px);
    margin: auto;
    text-align: left;
  }
  .plan_link_to_contact {
    width: calc(100% - 40px);
  }
}

/* 次のセクションは上を空ける */
.service_contact_message + section {
  margin-top: 108px;
}
/* ==== 共通定義 ここまで ====  */

/* ファーストビュー */
.section_firstview {
  width: 100%;
  height: 464px;
  background-image: url('/images/listing_new/first_bg_pc.jpg');
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.section_firstview h2, .section_firstview li, .section_firstview span {
  color: #ffffff;
}

.firstview_block_left {
  width: 280px;
  height: 464px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
}

.firstview_block_left img {
  width: 273px;
  height: 454px;
  vertical-align: bottom;
}

.firstview_block_right {
  margin-left: 68px;
}

.firstview_block_right h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  margin: 40px 0 20px;
}
.first_title_alphabet {
  font-size: 54px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.first_catch_kerning_01 {
  letter-spacing: -6px;
}
.first_catch_kerning_02 {
  letter-spacing: -4.5px;
}

.firstview_list_catch {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}

.firstview_list_cards {
  width: 632px;
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

.firstview_card_item {
  width: 195px;
  height: 144px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  background-color: rgba(255,255,255,0.15);
}
.firstview_card_item.card_01 > span:first-child {
  margin-bottom: 8px;
}
.firstview_card_item.card_03 > span:first-child,
.firstview_card_item.card_03 > span:nth-child(2) {
    margin-bottom: 4px;
}
.card_item_notice {
  font-size: 10px;
  font-weight: 300;
  margin-top: 10px;
}
.first_card_text_small {
  font-size: 18px;
}
.first_card_text_heavy,
.first_card_text_large,
.first_card_text_x_large {
  font-weight: 800;
}
.first_card_text_large {
  font-size: 32px;
}
.first_card_text_x_large {
  font-size: 40px;
}
.first_card_num_large {
  font-size: 36px;
}
.first_card_num_x_large {
  font-size: 64px;
}

.first_underline {
  position: relative;
}
.first_underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ff3c19;
}
@media screen and (max-width: 960px) {
  .firstview_block_right {
    margin-left: 0;
  }
  
  .firstview_block_right h2 {
    font-size: 44px;
  }
  .first_title_alphabet {
    font-size: 48px;
  }
  
  .firstview_list_catch {
    font-size: 20px;
  }
  
  .firstview_list_cards {
    width: calc(100vw - 304px);
    margin-top: 0;
  }
  
  .firstview_card_item {
    width: calc(100% / 3 - 8px);
    font-size: 20px;
  }
  .first_card_text_small {
    font-size: 16px;
  }
  .first_card_text_large {
    font-size: 28px;
  }
  .first_card_text_x_large {
    font-size: 32px;
  }
  .first_card_num_large {
    font-size: 32px;
  }
  .first_card_num_x_large {
    font-size: 48px;
  }
}

@media screen and (max-width: 720px) {
  .section_firstview {
    position: relative;
    height: 558px;
    margin-top: 56px;
  }
  
  .firstview_block_left {
    position: absolute;
    width: 188px;
    height: 300px;
    left: 0;
    bottom: 0;
  }
  
  .firstview_block_left img {
    width: 176px;
    height: 300px;
  }
  
  .firstview_block_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 40px);
    margin: 8px auto;
  }
  
  .firstview_block_right h2 {
    max-width: 8.5em;
    font-size: 40px;
    line-height: 1.25;
    margin: 8px auto 8px 0;
    letter-spacing: -0.82px;
  }

  .first_title_alphabet {
    font-size: 44px;
  }
    
  .first_catch_kerning_01 {
    letter-spacing: 0px;
  }
  .first_catch_kerning_02 {
    letter-spacing: 0px;
  }
  .firstview_list_catch > li:last-child .first_catch_kerning_01 {
    letter-spacing: -4.5px;
  }
  
  .firstview_list_catch {
    font-size: 18px;
    line-height: 1.25;
  }
  .firstview_list_catch > li {
    margin-bottom: 12px;
  }
  
  .firstview_list_cards {
    width: 176px;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  
  .firstview_card_item {
    width: 176px;
    height: 72px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .firstview_card_item.card_03 {
    height: 120px;
  }
  .firstview_card_item.card_01 > span:first-child {
    margin-bottom: 4px;
  }
  .firstview_card_item.card_03 > span:first-child,
  .firstview_card_item.card_03 > span:nth-child(2) {
      margin-bottom: 4px;
  }
  .card_item_notice {
    display: block;
    width: 144px;
    text-align: left;
    line-height: 1.25;
    margin: 8px auto 0;
  }
  .first_card_text_small {
    font-size: 16px;
  }
  .first_card_text_large {
    font-size: 24px;
  }
  .first_card_text_x_large {
    font-size: 32px;
  }
  .first_card_num_large {
    font-size: 27px;
  }
  .first_card_num_x_large {
    font-size: 32px;
  }
}
@media screen and (max-width: 374px) {
  .firstview_block_left {
    left: calc(100vw - 375px);
  }
  .firstview_block_right h2 {
    max-width: none;
    font-size: 36px;
  }
}

/* グラッドキューブの強み */
.strength_cards {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: auto;
}

.strength_cards .card {
  width: 304px;
  height: 403px;
  border: solid 1px #ebf0f5;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
}
.strength_cards .card:hover {
  border: solid 4px #96b4e1;
  box-shadow: 0 2px 12px 0 #96b4e1;
  top: -3px;
}
.strength_cards .card:active {
  border: solid 4px #0050a0;
  box-shadow: 0 2px 12px 0 #96b4e1;
  top: -3px;
}

.strength_cards .card .card_image_wrapper {
  position: relative;
  width: 272px;
  margin: auto;
}

.strength_cards .card .card_image {
  width: 272px;
  height: 160px;
}
.strength_cards .card .card_mbp_badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 112px;
}

.number_arrow {
  width: 64px;
}
.strength_subnumber_text {
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 40px;
  color: #96b4e1;
  margin: 4px;
}

.strength_cards .card .card_leads {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
}
.strength_cards .card .card_leads span {
  color: #0050a0;
}
.strength_cards .card .card_description {
  width: 272px;
  text-align: left;
  margin: 14px auto;
  white-space: nowrap;
}
.strength_cards .card .card_description li {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.strength_cards .card .card_description li:before {
  content: '■ ';
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #0050a0;
}

.strength_link_plan {
  margin: 32px auto 64px;
}
.strength_link_plan .btn {
  display: flex;
  width: 272px;
  height: 64px;
  font-size: 24px;
  font-weight: bold;
}

.strength_description h4 {
  font-size: 40px;
  line-height: 1;
  color: #0050a0;
  text-align: center;
  margin: 16px auto 48px;
}

.strength_description .description_image_wrapper {
  position: relative;
}

.strength_description .description_image_wrapper .description_mbp_badge {
  position: absolute;
  left: 16px;
  top: 78px;
  width: 176px;
}

.strength_description_caption {
  font-size: 10px;
}

.subsection_solution h3 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
}

.solution_lead {
  font-size: 24px;
  margin-bottom: 24px;
}

.strength_description_growth {
  margin-top: 108px;
  align-items: flex-start;
}
.strength_description_etc {
  font-size: 16px;
}
.certifications_google {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 468px;
  margin: 16px auto 32px;
}
.certifications_google img {
  width: 140px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.certifications_yahoo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 217px;
  margin: 0 auto 108px;
}
.certifications_yahoo img {
  width: 97px;
}
@media screen and (max-width: 960px) {
  .strength_cards {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .strength_cards .card {
    margin-bottom: 24px
  }
  .strength_link_plan {
    margin-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .strength_description {
    margin-top: 48px;
  }

  .strength_description h4 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 auto 16px;
  }
  .subsection_solution h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
  
  .solution_lead {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
  
  .strength_description_growth {
    margin-top: 64px;
  }
  .strength_description_etc {
    font-size: 14px;
  }
  .strength_description .description_image_wrapper .description_mbp_badge {
    position: absolute;
    left: calc(11 * 100vw / 375);
    top: calc(56 * 100vw / 375);
    width: calc(126 * 100vw / 375);
    height: calc(72 * 100vw / 375);
  }
  
}


/* 以下のお悩みをグラッドキューブが解決します。(旧ページからコピー) */
.listing_problem_list {
  display: flex;
  flex-direction: column;
  width: 87.5%;
  max-width: 796px;
  margin: auto;
  margin-top: 24px;
}
.listing_problem_item {
  display: flex;
  flex-direction: row;
  height: 136px;
  margin-bottom: 24px;
}
@media screen and (max-width: 720px) {
  .listing_problem_item {
    flex-direction: column;
    height: auto;
  }
}
.listing_problem_outline {
  width: 254px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #0050a0;
}
@media screen and (max-width: 720px) {
  .listing_problem_outline {
    width: 100%;
    font-size: 24px;
  }
}
.listing_problem_border {
  width: 17px;
  background: linear-gradient(225deg, #ebf0f5 8.5px, transparent 0), linear-gradient(-45deg, #ebf0f5 8.5px, #0050a0 0);
  background-color: #ebf0f5;
  background-size: 17px 17px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 720px) {
  .listing_problem_border {
    width: 100%;
    height: 17px;
    background: linear-gradient(45deg, #ebf0f5 8.5px, transparent 0), linear-gradient(-45deg, #ebf0f5 8.5px, #0050a0 0);
    background-color: #ebf0f5;
    background-size: 17px 17px;
    background-repeat: repeat-x;
  }
}
.listing_problem_detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ebf0f5;
  width: calc(100% - 271px);
}
@media screen and (max-width: 720px) {
  .listing_problem_detail {
    width: 100%;
    padding: 16px 0 24px;
    text-align: center;
  }
}
.detail_item {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .detail_item {
    font-size: calc(1.875vw + 4.5px);
    letter-spacing: calc(0.15625vw - 1.625px);
    margin-left: calc(5vw - 28px);
  }
}
@media screen and (max-width: 720px) {
  .detail_item {
    font-size: 24px;
    letter-spacing: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .detail_item {
    font-size: calc(2.5vw + 8px);
  }
}
@media screen and (max-width: 480px) {
  .detail_item {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 4px;
  }
}
/* 購買行動への影響が大きい Instagram */
.description_influence {
  margin: auto
}

.description_two_columns > div.influence_figures {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 468px;
  height: 264px;
}
.description_two_columns > div.influence_figures > p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto 6px;
  text-align: center;
}
.description_two_columns > div.influence_figures > p br {
  font-size: inherit;
}
.description_two_columns > div.influence_figures > img {
  width: 222px;
  height: 222px;
}
@media screen and (max-width: 720px) {
  .section_influence {
    margin-top: 72px;
  }
  
  .description_two_columns > div.influence_figures {
    align-items: center;
    height: auto;
  }

  .description_two_columns > div.influence_figures > p:nth-child(3) {
    margin-top: 24px;
  }
}

/* Instagram広告の特徴 */
.section_features > section:first-of-type {
  margin-top: 64px;
}
.section_features > section:not(:last-child) {
  margin-bottom: 64px;
}

.subsection_feature h3 {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}

.feature_lead {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}

.list_provide {
  display: flex;
  justify-content: space-between;
  margin: 32px auto 0;
  width: 100%;
  max-width: 960px;
}
.provide_item {
  width: 304px;
}
.provide_item h4 {
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #0050a0;
}
.provide_item p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.list_targeting {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  height: 412px;
  margin: 32px auto 0;
}
.list_targeting dt, .list_targeting dd {
  width: 304px;
}
.list_targeting dt {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: solid 1px #0050a0;
  margin-bottom: 8px;
}
.list_targeting dd {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) and (min-width: 721px) {
  .list_provide {
    flex-wrap: wrap;
    width: 468px;
  }
  .provide_item {
    margin-bottom: 24px;
  }
  .list_targeting {
    height: 680px;
    align-items: center;
  }
}
@media screen and (max-width: 720px) {
  .section_features > section:first-of-type {
    margin-top: -12px;
  }
  .subsection_feature h3 {
    line-height: 1.25;
  }
  .feature_lead {
    line-height: 1.5;
  }
  .list_provide {
    flex-direction: column;
    width: calc(100% - 40px);
    max-width: 335px;
  }
  .provide_item {
    width: 100%;
    margin-bottom: 32px
  }
  .provide_item img {
    display: block;
    margin: auto;
  }
  .list_provide li:last-child {
    margin-bottom: 0;
  }
  .provide_item ul {
    width: 100%;
    height: 198px;
    padding-top: 8px;
    padding-left: 57px;
  }
  .list_targeting {
    flex-wrap: nowrap;
    width: calc(100% - 40px);
    max-width: 335px;
    height: auto;
  }
  .list_targeting dt, .list_targeting dd {
    width: 100%;
  }  
}

/* Facebook 広告を使うべき理由 */
.list_reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.list_reason li {
  width: 468px;
  height: 392px;
  background-color: #ebf0f5;
  padding: 16px 24px 24px;
  background-image: url('/images/instagram_new/reason_bg.svg');
  background-repeat: no-repeat;
  background-size: 269px 239px;
  background-position: center;
}
.list_reason li:nth-child(-n+2) {
  height: 296px;
  margin-bottom: 24px;
}
.list_reason li h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
}
.list_reason li h3.reason_title_wide {
  width: calc(100% + 16px);
  margin-left: -8px;
}
.list_reason li p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.list_reason li p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 720px) {
  .list_reason {
    width: calc(100% - 40px);
    max-width: 468px;
  }
  
  .list_reason li {
    height: auto;
    padding:16px 20px 24px;
    margin-bottom: 24px;
  }
  .list_reason li:nth-child(-n+2) {
    height: auto;
  }
}

/* サポート体制 */
.support_lead {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 auto 32px;
}
@media screen and (max-width: 720px) {
  .section_support {
    margin-top: 72px;
  }
}

/* 料金体系 */
.section_plan .plan_main{
  background-color: #0050a0;
  padding-top: 40px;
}
.plan_main .description_two_columns {
  margin: auto
}
.plan_main p {
  color: #ffffff;
}
.plan_main .price_table {
  max-width: 468px;
}
.plan_main .price_table td {
  height: 102px;
  text-align: center;
}
.plan_main .price_table td:first-child {
  background-color: #ebf0f5;
  width: 164px;
}
.plan_main .price_table .price_caption {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}
.plan_link_startup {
  position: relative;
  z-index: 1;
}
.plan_link_startup .btn {
  width: 402px;
  height: 64px;
  font-size: 24px;
  display: flex;
}
.plan_link_to_contact {
  width: 320px;
  height: 64px;
  font-size: 24px;
  display: flex;
}

@media screen and (max-width: 720px){
  .section_plan .plan_main{
    padding-top: 28px;
  }
  .plan_main .price_table td {
    height: 80px;
    font-size: 16px;
  }
  .plan_main .price_table td:first-child {
    background-color: #ebf0f5;
    width: 112px;
  }
  .plan_main .price_table .pricetable_large {
    font-size: 48px;
  }
  .plan_link_startup .btn {
    width: calc(100% - 40px);
    height: 80px;
    line-height: 1.25;
    text-align: center;
  }
  .plan_link_to_contact {
    width: calc(100% - 40px);
  }
}

/* スライドショー(startup.cssからコピー) */
.slider {
	margin-top: 48px;
}
.slider_item {
	max-width: 238px;
	height: 390px;
  border: solid 1px #ebf0f5;
  margin: 42px auto;
}
.slider_item img {
	max-width: 100%;
	width: 100%;
}
.slider_item p {
  font-size: 14px;
  line-height: 2em;
  padding: 20px 28px;
  text-align: left;
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 32px);
  z-index: 1;
  line-height: 2;
  background-color: #ffffff;
  color: #c8cdd2;
  text-align: center;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.3));
  outline: none;
  padding: 0; /* iOSでのズレ対応用 */
}
.slick-arrow span {
  font-family: 'FontAwesome';
  color: inherit;
  font-size: 32px;
  position: relative;
  top: 2px; /* Font Awesome使用によるズレ補正 */
}
.slick-arrow:hover {
  background-color: #0050a0;
  color: #ffffff;
}
.slick-arrow:active {
  background-color: #0050a0;
  color: #ffffff;
  filter: none;
  top: calc(50% - 30px);
}
.slick-prev {
  left: 88px;
}
.slick-next {
  right: 88px;
}
/* Font Awesome使用によるズレ補正 */
.slick-prev span {
  left: -2px;
}
.slick-next span {
  left: 2px;
}
@media screen and (max-width: 720px) {
  /*results*/
  .slider {
    margin: 0 auto;
    overflow: hidden;
  }
  .slider_item {
    width: 295px;
    margin: auto;
  }

  .slick-arrow {
    top: calc(50% - 24px);
    height: 48px;
    width: 48px;
  }
  .slick-arrow span {
    font-size: 24px;
    top: 1px;
  }
  .slick-arrow:active {
    top: calc(50% - 22px);
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}

/* クリエイティブの特徴 */
.slider_creative_wrapper {
  width: 960px;
  margin: auto;
}

.slider_creative .slider_item {
	max-width: 468px;
	height: 990px;
  border: none;
  margin: 0 auto;
}

.slider_creative_image_wrapper {
  width: 316px;
  height: 644px;
  margin: auto;
  position: relative;
}
.slider_creative_image_wrapper .creative_phone_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slider_creative_image_wrapper .creative_screen {
  position: absolute;
  left: 23px;
  top: 84px;
  width: 270px;
  height: 480px;
  z-index: 1;
}
.slider_creative_image_wrapper .facebook_variety_video {
  position: absolute;
  left: 23px;
  top: 124px;
  z-index: 2;
  width: 270px;
}

.slider_creative .inner_slider {
  position: absolute;
  left: 23px;
  top: 124px;
  z-index: 2;
  width: 270px;
}

.facebook_carousel_contents {
  position: absolute;
  top: 124px;
  left: 23px;
  width: 270px;
  overflow: hidden;
}
.facebook_carousel_contents img {
  width: auto;
  max-width: none;
  position: relative;
  z-index: 1;
  animation: inst_carousel 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes inst_carousel {
  0% {
    left: 0%;
  }
  6.7% {
    left: -100%;
  }
  10% {
    left: -100%;
  }
  16.7% {
    left: -200%;
  }
  50% {
    left: -200%;
  }
  56.7% {
    left: -100%;
  }
  60% {
    left: -100%;
  }
  66.7% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

.slider_creative .slider_item h4 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin: 32px auto 16px;
}

.slider_creative .slider_item p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 1.5em;
}

.slider_creative .slick-arrow {
  top: 300px;
}

.slider_creative .slick-prev {
  left: 0;
}

.slider_creative .slick-next {
  right: 0;
}
@media screen and (max-width: 960px) {
  .slider_creative_wrapper {
    width: 100%;
    margin-top: 24px;
  }
  
  .slider_creative .slider_item {
    height: auto;
    width: calc(100% - 40px);
  }
  
  .slider_creative_image_wrapper {
    width: 316px;
    height: 644px;
    margin: auto;
    position: relative;
  }
    
  .slider_creative .slick-arrow {
    top: 664px;
  }
  
  .slider_creative .slick-prev {
    left: 10px;
  }
  
  .slider_creative .slick-next {
    right: 10px;
  }
}

/* 広告担当者 */
.slider_item p.staff_detail {
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  padding-top: 12px
}

.staff_name {
  display: block;
  font-size: 24px;
}

/* 「お問い合わせ」セクションのみ service_contact_message クラス変更 */
.service_contact .service_contact_message {
  height: 256px;
}
/* service_common.cssの記載を無理やりoverrideするので!important */
@media screen and (max-width: 720px) {
  .service_contact .service_contact_caution br{
    display: none !important;
  }
}

/* 「お問い合わせ」セクション画像挿入用 */
.contact_wrapper {
  position: relative;
}
.contact_wrapper .plan_contact_staff_left {
  bottom: auto;
  top: 146px;
  z-index: 1;
}
.contact_wrapper .plan_contact_staff_right {
  bottom: auto;
  top: 142px;
  z-index: 1;
}

/* FAQ(override) */
section.listing_faq {
  margin-top: 20px;
}

.service_contact_form dd.service_contact_privacy{
  padding-left: calc(100% * 32 / 560);
  padding-right: calc(100% * 32 / 560);
  text-align: left;
  font-size: 15px;
  text-indent: -39px;
  margin-left: 39px;
}