@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;
}
@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;
  }
}
/* 次のセクションは上を空ける */
.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: 304px;
  height: 464px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
}

.firstview_block_left img {
  width: 294px;
  height: 460px;
  vertical-align: bottom;
}

.firstview_block_right {
  margin-left: 24px;
}

.firstview_block_right h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  margin: 40px 0 26px;
}

.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: 48px;
    max-width: 9em;
  }
  
  .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: 197px;
    height: 308px;
    left: 0;
    bottom: 0;
  }
  
  .firstview_block_left img {
    width: 194px;
    height: 306px;
  }
  
  .firstview_block_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 40px);
    margin: 8px auto;
  }
  
  .firstview_block_right h2 {
    font-size: 40px;
    line-height: 1.25;
    margin: 8px auto 20px;
  }
  
  .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 {
    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 {
  width: 272px;
  height: 160px;
}

.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_karning_01 {
  letter-spacing: -6.0px;
}
.strength_karning_02 {
  letter-spacing: -4.5px;
}
.strength_karning_03 {
  letter-spacing: -4.0px;
}
.strength_karning_04 {
  letter-spacing: -6.5px;
}
.strength_karning_05 {
  letter-spacing: -1.0px;
}
.strength_karning_06 {
  letter-spacing: -1.5px;
}
.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;
}

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

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

.strength_img_caption_01 {
  font-size: 14px;
  display: block;
}
.strength_img_caption_02 {
  font-size: 12px;
  display: block;
}

.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;
  }
  .certifications_google {
    width: 304px;
    flex-wrap: wrap;
    margin: 16px auto 32px;
  }
  .certifications_google img:first-child {
    margin: 0 82px 16px;
  }
  .certifications_yahoo {
    margin-bottom: 32px;
  }
}

/* 比較表：旧ページからコピー */
.listing_onestop_table {
  border: solid 2px #5a5f64;
}
@media screen and (max-width: 720px) {
  .listing_onestop_table {
    margin: auto;
    width: 100%;
    max-width: 468px;
  }
}
.listing_onestop_table thead th {
  height: 93px;
  background-color: #ebf0f5;
}
.listing_onestop_table th,
.listing_onestop_table td {
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  border: solid 1px #5a5f64;
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
  .listing_onestop_table th img,
  .listing_onestop_table td img {
    height: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .listing_onestop_table th img,
  .listing_onestop_table td img {
    width: 100%;
  }
}
.listing_onestop_table br {
  line-height: 1;
}
.listing_onestop_table th.solution_category {
  text-align: left;
  line-height: 1.5;
  padding-left: 16px;
  width: 110px;
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
  .listing_onestop_table th.solution_category {
    width: 10.7vw;
    padding-left: calc(4.6875vw - 32px);
    font-size: calc(1.171875vw + 4px);
  }
}
@media screen and (max-width: 720px) {
  .listing_onestop_table th.solution_category {
    width: 24%;
    padding-left: 4%;
  }
}
.listing_onestop_table td {
  font-size: 32px;
  height: 84px;
  width: 88px;
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
  .listing_onestop_table td {
    width: 8.5vw;
  }
}
@media screen and (max-width: 720px) {
  .listing_onestop_table td {
    width: 18%;
  }
}
.listing_onestop_caption {
  display: block;
  font-size: 12px;
  margin: auto;
}
.listing_onestop_th {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

/* 以下のお悩みをグラッドキューブが解決します。(旧ページからコピー) */
.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;
  }
}

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

/* 成果を上げる3つのポイント */
.subsection_achievement {
  margin-bottom: 64px
}
.subsection_achievement_number {
  position: relative;
  display: block;
  text-align: center;
  font-size: 64px;
  line-height: 1;
  color: #96b4e1;
  margin: 0 auto 40px;
}
.subsection_achievement_number::before {
  content: '';
  position: absolute;
  left: calc(50% - 480px);
  top: 32px;
  width: 410px;
  height: 1px;
  background-color: #96b4e1;
}
.subsection_achievement_number::after {
  content: '';
  position: absolute;
  right: calc(50% - 480px);
  top: 32px;
  width: 410px;
  height: 1px;
  background-color: #96b4e1;
}
.subsection_achievement h3 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .subsection_achievement_number::before {
    left: 20px;
    width: calc(50% - 90px);
  }
  .subsection_achievement_number::after {
    right: 20px;
    width: calc(50% - 90px);
  }
}
@media screen and (max-width: 720px){
  .section_support {
    margin-bottom: 32px;
  }
  .subsection_achievement {
    margin-bottom: 64px
  }
  .subsection_achievement h3 {
    line-height: 1.25;
    margin-bottom: 16px;
  }  
}

/* 料金体系 */
.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_main .standard_plan_lead,
.plan_main .standard_plan {
  color: #ffffff;
  text-align: center;
}
.plan_main .standard_plan_lead {
  font-size: 16px;
}
.plan_main .standard_plan {
  font-size: 32px;
}
.plan_main .benefits {
  width: 578px;
  height: 204px;
  padding: 13px 26px 13px 40px;
  margin: 32px auto 40px;
  background-color: #ffffff;
  border: 1px solid #0050a0;
  position: relative;
}
.plan_main .benefits::before {
  content: "+";
  width: 47px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #0050a0;
  color: #0050a0;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  line-height: 43px;
  position: absolute;
  top: 77px;
  left: -26px;
}
.plan_main .benefits > p {
  margin-bottom: 10px;
  color: #0050a0;
  font-weight: bold;
}
.plan_main .benefits > .sitest_lite_logo {
  margin-bottom: 6px;
}
.plan_main .benefits > .sitest_lite_logo,
.plan_main .benefits > .sitest_lite_logo > img {
  width: 114px;
  height: 22px;
}
.plan_main .benefits > dl {
  display: flex;
  gap: 0 13px;
}
.plan_main .benefits > dl > div {
  width: 159px;
}
.plan_main .benefits > dl dd,
.plan_main .benefits > dl dd > img {
  width: 159px;
  height: 98px;
}
.plan_main .benefits > dl dt {
  font-size: 14px;
  text-align: center;
}
.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);
  }
  .plan_main .standard_plan_lead {
    margin-top: 32px;
    font-size: 14px;
  }
  .plan_main .standard_plan {
    font-size: 24px;
  }
  .plan_main .benefits {
    width: 100%;
    max-width: 468px;
    height: auto;
    padding: 13px 26px;
    flex-direction: column;
    margin: 50px auto 32px;
  }
  .plan_main .benefits::before {
    top: -60px;
    left: calc(50% - 24px);
  }
  .plan_main .benefits > dl {
    flex-direction: column;
    gap: 13px 0;
  }
  .plan_main .benefits > dl > div {
    width: 100%;
  }
  .plan_main .benefits > dl dd,
  .plan_main .benefits > dl dd > img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .plan_main .benefits > dl dt {
    text-align: left;
  }
}

/* 受賞履歴 */
.section_excellent h3{
  font-size: 24px;
  margin-bottom: 32px;
}
.section_excellent .description_two_columns{
  margin: 0 auto 64px;
}
.section_excellent .summary {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 720px){
  .section_excellent h2,
  .section_excellent h3{
    line-height: 1.25;
  }
  .section_excellent h3 {
    margin-bottom: 16px;
  }

  .section_excellent .slider_box {
    margin-bottom: 64px;
  }
  .section_excellent .summary {
    width: calc(100% - 40px);
    max-width: 468px;
  }
}
@media screen and (max-width: 640px) {
  .section_excellent .title_main {
    top: calc(5vw - 20px);
  }
}

/* スライドショー(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_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;
}