/*!
 * https://github.com/arqex/react-datetime
 */

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  min-width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-of-type th {
  cursor: pointer;
}
.rdtPicker thead tr:first-of-type th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
}

.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}
/**
 * Draft v0.11.7
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
.m6zwb4v,.m6zwb4v:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-left:2px;padding-right:2px;border-radius:2px;-webkit-text-decoration:none;text-decoration:none;}.m6zwb4v:hover,.m6zwb4v:focus{color:#677584;background:#edf5fd;outline:0;}.m6zwb4v:active{color:#222;background:#455261;}
.mnw6qvm{border:1px solid #eee;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0px 4px 30px 0px rgba(220,220,220,1);cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}
.m1ymsnxd{opacity:0;-webkit-transition:opacity 0.25s cubic-bezier(0.3,1.2,0.2,1);transition:opacity 0.25s cubic-bezier(0.3,1.2,0.2,1);}
.m126ak5t{opacity:1;}
.mtiwdxc{padding:7px 10px 3px 10px;-webkit-transition:background-color 0.4s cubic-bezier(.27,1.27,.48,.56);transition:background-color 0.4s cubic-bezier(.27,1.27,.48,.56);}.mtiwdxc:active{background-color:#cce7ff;}
.myz2dw1{padding:7px 10px 3px 10px;-webkit-transition:background-color 0.4s cubic-bezier(.27,1.27,.48,.56);transition:background-color 0.4s cubic-bezier(.27,1.27,.48,.56);background-color:#e6f3ff;}.myz2dw1:active{background-color:#cce7ff;}
.mpqdcgq{display:inline-block;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:0.9em;margin-bottom:0.2em;}
.m1mfvffo{display:inline-block;width:24px;height:24px;border-radius:12px;}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:initial}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:#0000}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:initial;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}td,th{padding:0}/*! reset.css custum reset */abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{background:#0000;border:0;margin:0;outline:0;padding:0;vertical-align:initial}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{background:#0000;font-size:100%;margin:0;padding:0;vertical-align:initial}ins{-webkit-text-decoration:none;text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{-webkit-text-decoration:line-through;text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted}table{border-collapse:collapse;border-spacing:0}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}input,select{vertical-align:middle}ol,ul{list-style:none}img{font-size:0;line-height:0;vertical-align:top}html{font-size:62.5%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body,html{height:100%;width:100%}h1,h2,h3,h4,h5,h6{font-weight:700}input,table,textarea{font-size:100%}strong,th{font-weight:700}body{background:#ededed;color:#595959;font-family:ヒラギノ角ゴシック,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS P Gothic,Helvetica,Verdana,Arial,sans-serif;line-height:1.1;overflow-x:hidden}.web-renewal-layout{background:#e9f0fd}input,input:active,input:focus,select,select:active,select:focus,textarea,textarea:active,textarea:focus{outline:none}.scroll,:not(.open-prof)>#c-wrap{height:100%}.style_misc-text_button{-moz-appearance:none;-webkit-appearance:none;background:#0000;border:0;border-radius:0;color:#a6a6a6;cursor:pointer;display:inline-block;font-size:1.2rem;margin:0;padding:0;position:relative;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;vertical-align:initial;-webkit-tap-highlight-color:rgba(0,0,0,0)}.style_misc-text_button--active,.style_misc-text_button:hover{color:#0054ff}.style_misc-text_button--disabled{color:#a6a6a6;cursor:default;opacity:.5}.style_misc-text_button--disabled:hover{color:#a6a6a6}.style_misc-text_button--disabled.active{color:#0054ff}.style_misc-text_button--disabled:active{top:0}.fe-v2{display:inline-block;font-family:EightSymbols-v2;font-style:normal;font-weight:400;line-height:1;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fe-v2-lg{font-size:1.3333333333rem;line-height:.75rem;vertical-align:-15%}.fe-v2-rotate-90{transform:rotate(90deg)}.fe-v2-rotate-180{transform:rotate(180deg)}.fe-v2-rotate-270{transform:rotate(270deg)}.fe-v2-1-2x{font-size:1.2rem}.fe-v2-1-5x{font-size:1.5rem}.fe-v2-2x{font-size:2rem}.fe-v2-2-5x{font-size:2.5rem}.fe-v2-3x{font-size:3rem}.fe-v2-fw{text-align:center;width:1.2857142857rem}.fe-v2-back:before{content:""}.fe-v2-career_design_icon:before{content:""}.fe-v2-cellphone:before{content:""}.fe-v2-comment:before{content:""}.fe-v2-company-label-icon:before{content:""}.fe-v2-company:before{content:""}.fe-v2-data:before{content:""}.fe-v2-department:before{content:""}.fe-v2-down-arrow:before{content:""}.fe-v2-example:before{content:""}.fe-v2-fax:before{content:""}.fe-v2-group_avatar:before{content:""}.fe-v2-icon_add:before{content:""}.fe-v2-icon_add_circle:before{content:""}.fe-v2-icon_add_circle_on:before{content:""}.fe-v2-icon_add_event:before{content:""}.fe-v2-icon_add_img:before{content:""}.fe-v2-icon_add_memo:before{content:""}.fe-v2-icon_address:before{content:""}.fe-v2-icon_address_on:before{content:""}.fe-v2-icon_adjustment:before{content:""}.fe-v2-icon_advanced:before{content:""}.fe-v2-icon_alert:before{content:""}.fe-v2-icon_alert_on:before{content:""}.fe-v2-icon_arrow_down:before{content:""}.fe-v2-icon_arrow_left:before{content:""}.fe-v2-icon_arrow_right:before{content:""}.fe-v2-icon_arrow_up:before{content:""}.fe-v2-icon_asterisk:before{content:""}.fe-v2-icon_autofocus:before{content:""}.fe-v2-icon_bell:before{content:""}.fe-v2-icon_bell_on:before{content:""}.fe-v2-icon_building:before{content:""}.fe-v2-icon_building_on:before{content:""}.fe-v2-icon_business_card:before{content:""}.fe-v2-icon_calendar:before{content:""}.fe-v2-icon_calendar_on:before{content:""}.fe-v2-icon_camera:before{content:""}.fe-v2-icon_camera_on:before{content:""}.fe-v2-icon_career:before{content:""}.fe-v2-icon_check:before{content:""}.fe-v2-icon_check_circle:before{content:""}.fe-v2-icon_check_circle_on:before{content:""}.fe-v2-icon_close:before{content:""}.fe-v2-icon_comment:before{content:""}.fe-v2-icon_company:before{content:""}.fe-v2-icon_contact:before{content:""}.fe-v2-icon_contact_on:before{content:""}.fe-v2-icon_delete:before{content:""}.fe-v2-icon_document_on:before{content:""}.fe-v2-icon_download:before{content:""}.fe-v2-icon_edit:before{content:""}.fe-v2-icon_eight:before{content:""}.fe-v2-icon_eight_new:before{content:""}.fe-v2-icon_exchange:before{content:""}.fe-v2-icon_export:before{content:""}.fe-v2-icon_fax:before{content:""}.fe-v2-icon_feed:before{content:""}.fe-v2-icon_fire:before{content:""}.fe-v2-icon_flash:before{content:""}.fe-v2-icon_good:before{content:""}.fe-v2-icon_good_comment:before{content:""}.fe-v2-icon_good_on:before{content:""}.fe-v2-icon_graduate:before{content:""}.fe-v2-icon_graduate_on:before{content:""}.fe-v2-icon_group_no_image:before{content:""}.fe-v2-icon_home:before{content:""}.fe-v2-icon_home_on:before{content:""}.fe-v2-icon_hotnews:before{content:""}.fe-v2-icon_img:before{content:""}.fe-v2-icon_information:before{content:""}.fe-v2-icon_information_on:before{content:""}.fe-v2-icon_job:before{content:""}.fe-v2-icon_job_on:before{content:""}.fe-v2-icon_label:before{content:""}.fe-v2-icon_label_on:before{content:""}.fe-v2-icon_link:before{content:""}.fe-v2-icon_list:before{content:""}.fe-v2-icon_list_action_checkbox_off:before{content:""}.fe-v2-icon_list_action_checkbox_on:before{content:""}.fe-v2-icon_list_action_checked:before{content:""}.fe-v2-icon_list_action_delete:before{content:""}.fe-v2-icon_list_action_un_checked:before{content:""}.fe-v2-icon_lock:before{content:""}.fe-v2-icon_lock_on:before{content:""}.fe-v2-icon_logout:before{content:""}.fe-v2-icon_mail:before{content:""}.fe-v2-icon_mail_on:before{content:""}.fe-v2-icon_manual_scan:before{content:""}.fe-v2-icon_map:before{content:""}.fe-v2-icon_map_on:before{content:""}.fe-v2-icon_member:before{content:""}.fe-v2-icon_memo:before{content:""}.fe-v2-icon_memo_share:before{content:""}.fe-v2-icon_mention:before{content:""}.fe-v2-icon_menu:before{content:""}.fe-v2-icon_message:before{content:""}.fe-v2-icon_message_on:before{content:""}.fe-v2-icon_money:before{content:""}.fe-v2-icon_more:before{content:""}.fe-v2-icon_my_page:before{content:""}.fe-v2-icon_my_page_on:before{content:""}.fe-v2-icon_nearby:before{content:""}.fe-v2-icon_network:before{content:""}.fe-v2-icon_nikkei_morning:before{content:""}.fe-v2-icon_onair:before{content:""}.fe-v2-icon_online_card:before{content:""}.fe-v2-icon_order_alphabet:before{content:""}.fe-v2-icon_organizer:before{content:""}.fe-v2-icon_pc:before{content:""}.fe-v2-icon_phone:before{content:""}.fe-v2-icon_phone_on:before{content:""}.fe-v2-icon_pin:before{content:""}.fe-v2-icon_pin_on:before{content:""}.fe-v2-icon_play:before{content:""}.fe-v2-icon_play_on:before{content:""}.fe-v2-icon_post:before{content:""}.fe-v2-icon_premium:before{content:""}.fe-v2-icon_qrcode:before{content:""}.fe-v2-icon_qrcode_reader:before{content:""}.fe-v2-icon_question:before{content:""}.fe-v2-icon_question_on:before{content:""}.fe-v2-icon_quick_scan:before{content:""}.fe-v2-icon_remind:before{content:""}.fe-v2-icon_remind_off:before{content:""}.fe-v2-icon_remind_on:before{content:""}.fe-v2-icon_reorder:before{content:""}.fe-v2-icon_search:before{content:""}.fe-v2-icon_search_clear:before{content:""}.fe-v2-icon_send:before{content:""}.fe-v2-icon_setting:before{content:""}.fe-v2-icon_share:before{content:""}.fe-v2-icon_share_on:before{content:""}.fe-v2-icon_smartphone:before{content:""}.fe-v2-icon_sns_share:before{content:""}.fe-v2-icon_sort:before{content:""}.fe-v2-icon_speaker:before{content:""}.fe-v2-icon_stamp:before{content:""}.fe-v2-icon_tablet:before{content:""}.fe-v2-icon_team:before{content:""}.fe-v2-icon_time:before{content:""}.fe-v2-icon_timer:before{content:""}.fe-v2-icon_trash:before{content:""}.fe-v2-icon_turn:before{content:""}.fe-v2-icon_unlock:before{content:""}.fe-v2-icon_update:before{content:""}.fe-v2-icon_user:before{content:""}.fe-v2-icon_user_no_image:before{content:""}.fe-v2-icon_user_on:before{content:""}.fe-v2-icon_visibility:before{content:""}.fe-v2-label-fill:before{content:""}.fe-v2-label:before{content:""}.fe-v2-link:before{content:""}.fe-v2-logo_eight:before{content:""}.fe-v2-logo_eight_symbol:before{content:""}.fe-v2-logo_facebook:before{content:""}.fe-v2-logo_twitter:before{content:""}.fe-v2-logout:before{content:""}.fe-v2-member_plus_icon:before{content:""}.fe-v2-no-post:before{content:""}.fe-v2-personal-label-icon:before{content:""}.fe-v2-personals_icon:before{content:""}.fe-v2-phone-department:before{content:""}.fe-v2-phone-direct:before{content:""}.fe-v2-photo:before{content:""}.fe-v2-postal-code:before{content:""}.fe-v2-premium_ticket_icon:before{content:""}.fe-v2-profile-url:before{content:""}.fe-v2-profile_non_display_icon:before{content:""}.fe-v2-recently:before{content:""}.fe-v2-sort:before{content:""}.fe-v2-tag_company_icon:before{content:""}.fe-v2-team:before{content:""}.fe-v2-title:before{content:""}.fe-v2-update:before{content:""}.fe-v2-user:before{content:""}.fe-v2-wait:before{content:""}.fe-v2-yen:before{content:""}.fe-v2-your-network:before{content:""}:root{--color-eight-blue:#0054ff;--color-light-eight-blue:#f2f7ff;--color-red:#ff134c;--color-light-red:#ffefed;--color-black:#000;--color-very-dark-gray:#0e202e;--color-dark-gray:#595959;--color-gray:#8c8c8c;--color-medium-gray:#a6a6a6;--color-light-gray:#ccc;--color-highlight-gray:#d7d7d7;--color-very-light-gray:#e0e0e0;--color-pale-gray:#ededed;--color-white:#fff;--color-pale-grayish-blue:#f0f3f5;--color-tab-gray:#f5f7f8;--color-orange:#f5990d;--color-yellow:#ffcb13;--color-premium-gold:#dbbd09;--color-background-gray:#f1f1f1;--color-grayish-blue:#93999d;--color-onair-blue:#1b63d2;--color-vivid-blue:#007eff;--color-old-eight-blue:#307caf;--color-mostly-white:#fbfbfb;--color-eight-blue-hover:#0036e1;--color-eight-blue-hover-opacity:#0054ff1a;--color-red-hover:#e1002e;--color-light-yellow:#fffbee;--color-neutral-hover:#f1f8fd;--color-eight-light-blue-hover:#f2f7ff;--color-black-transparent:#0003;--color-onair-blue-hover:#22529b;--color-vivid-blue-hover:#22529b;--bold:600;--shadow-medium:0px 2px 10px 0px var(--color-black-transparent)}.W8VQb{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;overflow:hidden;vertical-align:top}.AGmwk{border:1px solid var(--color-highlight-gray);border-radius:2px}.sChsw{border:1px solid #0000;border-radius:50%}.eJU6v{border:1px solid var(--color-pale-gray)}.Md98E{height:100%;width:100%}.mOAFx{height:43.47%;width:43.47%}.Q9yin{align-items:center;-webkit-appearance:none;appearance:none;border-radius:4px;box-sizing:border-box;display:flex;justify-content:center;line-height:1;margin:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.Q9yin,.Q9yin:hover{cursor:pointer}.Q5qNH{background-color:var(--color-eight-blue);border:1px solid var(--color-eight-blue);color:var(--color-white)}.Q5qNH:hover{background-color:var(--color-eight-blue-hover);border-color:var(--color-eight-blue-hover)}.demNl{background-color:var(--color-white);border:1px solid var(--color-eight-blue);color:var(--color-eight-blue)}.demNl:hover{background-color:var(--color-eight-light-blue-hover)}.TzJOQ{background-color:var(--color-red);border:1px solid var(--color-red);color:var(--color-white)}.TzJOQ:hover{background-color:var(--color-red-hover);border-color:var(--color-red-hover)}.JvI3s{background-color:var(--color-white);border:1px solid var(--color-highlight-gray);color:var(--color-eight-blue)}.JvI3s:hover{background-color:var(--color-background-gray)}.yMjtn{background-color:var(--color-very-light-gray);border:1px solid var(--color-very-light-gray);color:var(--color-very-dark-gray)}.yMjtn:hover{background-color:var(--color-medium-gray);border:1px solid var(--color-medium-gray)}.n0JHH{font-size:12px;padding:4px 11px}.cQErL,.n0JHH{line-height:1.5}.cQErL{font-size:14px;padding:4.5px 11px}.cQErL.Q5qNH,.cQErL.TzJOQ,.cQErL.demNl,.cQErL.yMjtn{font-weight:var(--bold)}.z0g_R{font-size:14px;line-height:1.5;padding:8.5px 11px}.z0g_R.Q5qNH,.z0g_R.TzJOQ,.z0g_R.demNl,.z0g_R.yMjtn{font-weight:var(--bold)}.Mn82_{background-color:initial;border:1px solid #0000;color:var(--color-eight-blue)}.Mn82_:hover{background-color:var(--color-eight-light-blue-hover)}.Mn82_.xU_7C{background-color:var(--color-white);border:1px solid var(--color-white);color:var(--color-light-gray);cursor:default;pointer-events:none}.Mn82_.xU_7C:hover>:not(.hM1Jt){-webkit-text-decoration:none;text-decoration:none}.v3COH{border-radius:20px}.hM1Jt{padding-right:6px}.xU_7C{border:1px solid var(--color-light-gray);color:var(--color-white);cursor:default;pointer-events:none}.xU_7C,.xU_7C:hover{background-color:var(--color-highlight-gray)}.xU_7C:hover{border-color:var(--color-light-gray)}.miD4p{padding:0}.Utsq8{align-items:center;box-sizing:border-box;color:var(--color-dark-gray);cursor:pointer;display:inline-flex;position:relative}.Utsq8 [type=checkbox]{display:none;margin:0;padding:0}.yluHR{-webkit-user-select:none;user-select:none}.tx_0e{margin-left:4px}.uJkDJ{margin-left:8px}.DV_ZX{flex-shrink:0;height:16px;position:relative;width:16px}.DV_ZX,.DV_ZX:after,.DV_ZX:before{box-sizing:border-box;display:inline-block}.DV_ZX:after,.DV_ZX:before{content:"";position:absolute}.Utsq8::hover .DV_ZX:before{border-color:var(--color-light-eight-blue)}.DV_ZX:before{background-color:var(--color-white);border:1px solid var(--color-light-gray);border-radius:4px;height:16px;left:0;top:0;width:16px}.h3rI6 .DV_ZX:before{background-color:var(--color-dark-gray)}.N6g_K .DV_ZX:before{background-color:var(--color-eight-blue);border:1px solid var(--color-eight-blue)}.BnTF1 .DV_ZX:before{background-color:var(--color-dark-gray);border:1px solid var(--color-light-gray)}:not(.fBjoC).DV_ZX:after{border-right:2px solid var(--color-white);height:9px;left:5px;top:2px;transform:rotate(45deg);width:6px}.fBjoC.DV_ZX:after,:not(.fBjoC).DV_ZX:after{border-bottom:2px solid var(--color-white);opacity:0}.fBjoC.DV_ZX:after{left:4px;top:7px;width:8px}.h3rI6 .DV_ZX:after{opacity:1}.cYoha{cursor:default;opacity:.5}.cDKj6 .DV_ZX:before{background-color:var(--color-light-red)}.cDKj6 .DV_ZX:after{border-bottom:2px solid var(--color-light-gray);border-right:2px solid var(--color-light-gray)}.KwWaf{align-items:center;display:flex;flex-wrap:wrap;font-size:13px;font-weight:var(--bold);line-height:1.2;margin:0 0 16px;padding:0}.dnoqz{color:var(--color-very-dark-gray);margin:0;padding:0}.PscCl{color:var(--color-red);font-size:10px;padding-left:4px}.PscCl,.UvML6{font-weight:400}.UvML6{color:var(--color-medium-gray);font-size:11px;padding-left:8px}.ZlIX9{color:var(--color-red);font-size:12px;font-weight:var(--bold);line-height:1.2;margin:4px 0 0;padding:0}.FCIeb,.SgDpj,.ZlIX9{box-sizing:border-box}.FCIeb{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.FCIeb.JX9n0{align-items:center;flex-direction:row}.FCIeb.YCpMh{flex-direction:column}.YCpMh>.ZVh0d+.ZVh0d{margin-top:4px}.JX9n0>.ZVh0d+.ZVh0d{margin-left:4px}.vQY1L{background-color:var(--color-white);border-radius:4px;box-shadow:0 8px 20px 0 rgba(0,0,0,.302);box-sizing:border-box;left:50%;max-width:calc(100vw - 4rem);outline:none;padding:32px;position:absolute;top:50%;transform:translate(-50%,-50%)}.LtAJp{width:340px}.PS5MU{width:660px}.DS66P{width:960px}.yTpn1{bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw;z-index:3000}.W7lGJ{background-color:#0006}.ijoyF{background-color:initial;border:0;border-radius:50%;cursor:pointer;height:24px;padding:0;position:absolute;right:8px;top:8px;width:24px}.ijoyF:hover{background-color:var(--color-eight-blue-hover-opacity)}.iBTb4{background-color:var(--color-white);border-radius:4px;box-shadow:0 8px 20px 0 rgba(0,0,0,.302);box-sizing:border-box;left:50%;max-width:calc(100vw - 4rem);outline:none;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.CXOtC{width:326px}.Foz8t{width:652px}.FcAI0{width:962px}.E0HFE{bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw;z-index:3000}.GJO9B{background-color:#0006}.GoKYu{background:var(--color-vivid-blue);border-radius:4px 4px 0 0;display:flex;font-size:12px;line-height:1.5}.lhk_l{padding:16px}.SvdGM{background:var(--color-vivid-blue);color:var(--color-white)}.bovcD{background:var(--color-light-eight-blue)}.bovcD,.c_RYv{border-bottom:1px solid var(--color-light-gray);color:var(--color-very-dark-gray)}.c_RYv{background:var(--color-tab-gray)}.ntSNW{flex-grow:1}._VWEV{padding:24px 24px 32px}.q33H8{color:var(--color-very-dark-gray);font-size:22px;font-stretch:normal;font-style:normal;font-weight:var(--bold);letter-spacing:normal;line-height:normal;margin-bottom:24px}.LQhaE{align-self:flex-start;background:#0000;border:0;border-radius:50%;box-sizing:border-box;cursor:pointer;padding:16px}.mveX5{color:var(--color-white)}.mdxPL,.pPPcg{color:var(--color-very-dark-gray)}.omGBi{display:flex;justify-content:flex-end;margin-top:32px}.Q21HU{color:var(--color-very-dark-gray);font-size:22px;font-stretch:normal;font-style:normal;font-weight:var(--bold);letter-spacing:normal;line-height:normal;margin-bottom:18px}.uNs7g{position:relative}.uNs7g:not(:first-child){margin-left:8px}.Z5SGw{color:var(--color-very-dark-gray);font-weight:var(--bold);padding:0}.rUOJe{font-size:20px;margin:0 0 12px}.aIi1s{font-size:16px;margin:0 0 8px}.iZODN{font-size:14px;margin:0 0 4px}.fj3vh{align-items:center;background-color:var(--color-white);border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:4px;-webkit-user-select:none;user-select:none;vertical-align:middle}.fj3vh:hover{background-color:var(--color-light-eight-blue)}.fj3vh[disabled]{border:none;color:var(--color-light-gray);cursor:default}.OfosO,.fj3vh[disabled],.fj3vh[disabled]:hover{background-color:var(--color-pale-grayish-blue)}.AToYo{color:var(--color-eight-blue)}.OI3Y_{color:var(--color-very-dark-gray)}.BN9n2{color:var(--color-gray)}.i1T9H{background-color:initial;color:var(--color-white)}.egnEf{position:relative}.eK3Ej{border:1px solid var(--color-highlight-gray);border-radius:4px;box-sizing:border-box;color:var(--color-very-dark-gray);display:inline-block;font:inherit;font-size:inherit;min-height:38px;outline:none;padding:0 16px;width:100%}.eK3Ej::placeholder{color:var(--color-medium-gray)}.eK3Ej[disabled]{background-color:var(--color-tab-gray);border:1px solid var(--color-tab-gray);cursor:default}.eK3Ej[disabled],.eK3Ej[disabled]::placeholder{color:var(--color-light-gray)}.eK3Ej:focus{border:1px solid var(--color-eight-blue);caret-color:var(--color-eight-blue)}.c_0l9{background-color:var(--color-white)}.rgjGK{background-color:var(--color-pale-grayish-blue);border:1px solid var(--color-pale-grayish-blue)}.bWGt8{background-color:var(--color-light-red)}.bWGt8,.bWGt8:focus{border:1px solid var(--color-red)}.x9yYk{padding-left:40px}.Z3_YS{display:flex;height:100%;position:absolute;top:0;width:40px}.yYlXh{margin:auto 4px auto 16px}.Elh0W{color:var(--color-medium-gray)}.Vlpgq{color:var(--color-light-gray)}.XKMDy{border-radius:4px;box-sizing:border-box;color:var(--color-very-dark-gray);display:inline-block;font:inherit;font-size:inherit;line-height:1.5;min-height:38px;outline:none;padding:8px;text-align:right;width:100%}.XKMDy::placeholder{color:var(--color-medium-gray)}.XKMDy[disabled]{background-color:var(--color-tab-gray);border:1px solid var(--color-tab-gray);cursor:default}.XKMDy[disabled],.XKMDy[disabled]::placeholder{color:var(--color-light-gray)}.XKMDy:focus{border:1px solid var(--color-eight-blue);caret-color:var(--color-eight-blue)}.zLhBa{border:1px solid var(--color-highlight-gray)}.g_8rj{background-color:var(--color-pale-grayish-blue);border:1px solid var(--color-pale-grayish-blue)}.g1D58{background-color:var(--color-light-red)}.g1D58,.g1D58:focus{border:1px solid var(--color-red)}.CRDXm{background-color:var(--color-white);border-radius:4px;box-shadow:0 8px 20px 0 rgba(0,0,0,.302);box-sizing:border-box;left:50%;margin:0;outline:none;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.eptvt{min-width:120px}.PQtKi{min-width:240px}.Rilxy{background-color:#0009;bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw;z-index:3000}.J8cGy{align-items:center;box-sizing:border-box;color:var(--color-very-dark-gray);cursor:pointer;display:flex;font-size:14px;line-height:1.15;min-height:16px;min-width:16px;padding-left:24px;position:relative}.J8cGy:before{border:1px solid var(--color-light-gray);border-radius:50%;content:"";display:block;height:12px;left:0;position:absolute;width:12px}.J8cGy:before:hover{border-color:var(--color-light-eight-blue)}.gOjkb:after{background-color:var(--color-eight-blue);border-radius:50%;content:"";display:block;height:8px;left:3px;position:absolute;width:8px}.hjluK:before{background-color:var(--color-light-red)}.hjluK:after{background-color:var(--color-light-gray)}.SCQQC{cursor:default;opacity:.5}.SCQQC:after{background-color:var(--color-light-gray)}.w3a5d{font-weight:var(--bold)}.VAdUz{display:block;padding-bottom:30px;padding-left:0;text-align:center}.VAdUz:before{bottom:8px;left:calc(50% - 6px);top:auto}.VAdUz:after{bottom:11px;left:calc(50% - 3px);top:auto}.M6bjg{display:none}.BelFU,.XGxZm{box-sizing:border-box}.XGxZm{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.XGxZm.pIiYq{align-items:center;flex-direction:row}.XGxZm.EBwlW{flex-direction:column}.EBwlW>.D5SQ0+.D5SQ0{margin-top:4px}.pIiYq>.D5SQ0+.D5SQ0{margin-left:4px}.Jzi6u{color:var(--color-red);-webkit-user-select:none;user-select:none}.Jzi6u:hover{background-color:var(--color-premium-gold)}.ubyx3{animation:smfHD 1s linear infinite;display:flex;justify-content:center;margin:0;overflow:hidden;padding:4px;position:relative;text-indent:100%;transform-origin:50% 50%;white-space:nowrap}.pcbxT{display:inline-flex}.nDs_l{height:20px;min-height:20px;min-width:20px;width:20px}.fHlnh{height:36px;min-height:36px;min-width:36px;width:36px}.LdwJ0{height:48px;min-height:48px;min-width:48px;width:48px}.X6Fan{fill:none;stroke-miterlimit:10;stroke-width:5px}.XA0da{stroke:var(--color-black);stroke-opacity:.15}.zGSHl{stroke:var(--color-eight-blue)}@keyframes smfHD{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes EyFoT{0%{transform:rotate(0deg)}80%{transform:rotate(450deg)}to{transform:rotate(450deg)}}@keyframes f5IUi{0%{transform:translate(0)}50%{transform:translateY(40%)}90%{transform:translate(0)}}@keyframes tKEkx{0%{transform:translate(0)}50%{transform:translateY(-40%)}90%{transform:translate(0)}}.qnsJh{animation:ewOdm 1.74s cubic-bezier(.74,.4,.46,.87) infinite;display:flex;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative;text-indent:100%;transform-origin:50% 50%;white-space:nowrap}.EpByq{display:inline-flex}.MulZd{height:24px;min-height:24px;min-width:24px;width:24px}.MulZd .FfOuL,.MulZd .UpW5m{border:3px solid var(--color-medium-gray)}.houOQ{height:48px;min-height:48px;min-width:48px;width:48px}.houOQ .FfOuL,.houOQ .UpW5m{border:6px solid var(--color-medium-gray)}.aUq5d{height:72px;min-height:72px;min-width:72px;width:72px}.aUq5d .FfOuL,.aUq5d .UpW5m{border:9px solid var(--color-medium-gray)}.a7Q6E{border-radius:50%;box-sizing:border-box;height:50%;position:absolute;top:25%;transform-origin:50% 50%;width:50%}.UpW5m{animation:zVEth 1.74s ease-in-out infinite}.FfOuL{animation:QicC3 1.74s ease-in-out infinite}@keyframes ewOdm{0%{transform:rotate(0deg)}80%{transform:rotate(450deg)}to{transform:rotate(450deg)}}@keyframes zVEth{0%{transform:translate(0)}50%{transform:translateY(40%)}90%{transform:translate(0)}}@keyframes QicC3{0%{transform:translate(0)}50%{transform:translateY(-40%)}90%{transform:translate(0)}}.FnOnc{margin:0}.FnOnc,.yMQsA{box-sizing:border-box;padding:0}.yMQsA{align-items:center;display:flex;height:100%;justify-content:center;margin:0 0 1px;width:100%}.kFkbJ{height:12px;position:relative;width:4px}.kFkbJ,.kFkbJ:after{box-sizing:border-box;display:inline-block}.kFkbJ:after{border-bottom:1.7px solid var(--color-white);border-right:1.7px solid var(--color-white);content:"";height:9px;position:absolute;transform:rotate(45deg);width:5px}.k6LAM{opacity:1!important}.L6NKe{box-sizing:border-box;display:flex;list-style:none;margin:0;overflow-x:hidden;padding:0}.s7Utc{box-shadow:0 1px 8px rgba(0,0,0,.051)}.ai9pY{box-sizing:border-box;display:flex;font-weight:var(--bold);justify-content:center;margin:0;padding:4px;position:relative;text-align:center}.je8fV{opacity:.5}.MyYIh{opacity:1}.MyYIh:after{background-color:var(--color-eight-blue);bottom:0;content:"";display:inline-block;height:2px;left:16px;position:absolute;width:calc(100% - 32px)}.GqFww{border-bottom:1px solid var(--color-very-light-gray);opacity:.5}.bUYf8{border-bottom:2px solid var(--color-eight-blue);opacity:1}.sxrFr{align-items:center;background-color:initial;border-radius:4px;border-style:none;box-sizing:border-box;color:var(--color-medium-gray);cursor:pointer;display:flex;font-size:14px;font-weight:inherit;height:36px;justify-content:center;line-height:1.2;margin:0;padding:0 12px;text-transform:none;width:100%}.sxrFr:hover{background-color:var(--color-pale-grayish-blue)}.YPSQh{color:var(--color-eight-blue)}.YPSQh:hover{background-color:initial}.i2qYr>*{width:100%}.JnctQ{display:flex;flex-direction:column;height:100%}.WN3gB{display:flex;flex-basis:auto;flex-grow:1;flex-shrink:0}.l1c8S{color:var(--color-dark-gray)}.XxQ35{font-size:14px}.TqKx_{font-size:12px}.zr2pl{color:var(--color-eight-blue);margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none}.zr2pl:hover{-webkit-text-decoration:underline;text-decoration:underline}.yfrJL{font-weight:var(--bold)}.JiRcC{border-radius:4px;box-sizing:border-box;color:var(--color-very-dark-gray);display:inline-block;font-size:14px;line-height:1.4;min-height:18px;outline:none;padding:12px 16px;resize:vertical;width:100%}.JiRcC::placeholder{color:var(--color-medium-gray)}.JiRcC[disabled]{background-color:var(--color-tab-gray);border:1px solid var(--color-tab-gray);cursor:default}.JiRcC[disabled],.JiRcC[disabled]::placeholder{color:var(--color-light-gray)}.JiRcC:focus{border:1px solid var(--color-eight-blue);caret-color:var(--color-eight-blue)}.d_0yS{background-color:var(--color-white);border:1px solid var(--color-highlight-gray)}.bSuJ_{background-color:var(--color-pale-grayish-blue);border:1px solid var(--color-pale-grayish-blue)}.oy1gI{background-color:var(--color-light-red)}.oy1gI,.oy1gI:focus{border:1px solid var(--color-red)}.lFvWZ{background-color:var(--color-white);border:1px solid var(--color-very-light-gray);border-radius:4px;box-shadow:var(--shadow-medium);cursor:pointer;max-width:100vw;padding:16px 20px;width:440px}.Ii1rQ,.lFvWZ{align-items:center;display:flex;justify-content:center}.Ii1rQ{gap:8px}.ohMdH{color:var(--color-eight-blue);display:inline-flex}.Tgriu{color:var(--color-very-dark-gray);display:flex;flex-direction:column;gap:4px;word-break:break-all}.GtAC_{font-size:14px;font-weight:var(--bold)}.GtAC_,.NFHil{line-height:1.5;margin:0;padding:0}.NFHil{font-size:12px}@keyframes toastEnterAnimation{0%{opacity:.5;transform:translate3d(0,-200%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes toastExitAnimation{0%{opacity:1;transform:translateZ(-1px)}to{opacity:0;transform:translate3d(0,-150%,-1px)}}.SHHpf,.xa6Z6{margin:0;padding:0}.SHHpf{list-style:none}.SHHpf,.cO4Pe{display:flex}.cO4Pe{margin:0 6px}.YUn2d,.cO4Pe{align-items:center}.YUn2d{background:#0000;border:none;box-sizing:border-box;display:flex;font-family:inherit;font-size:inherit;justify-content:center;line-height:inherit;margin:0;min-height:32px;min-width:32px;padding:0 4px;-webkit-text-decoration:none;text-decoration:none}.X8h7B{border-radius:2px;color:var(--color-very-dark-gray)}.X8h7B,.mr4gD{cursor:pointer}.mr4gD{position:relative}.mr4gD:before{border-bottom:2px solid var(--color-eight-blue);border-right:2px solid var(--color-eight-blue);box-sizing:border-box;content:"";display:inline-block;height:10px;left:13px;position:absolute;top:11px;width:10px}.pClz2.mr4gD:before{border-bottom:2px solid var(--color-light-gray);border-right:2px solid var(--color-light-gray)}.NiZ3Q:before{transform:rotate(135deg)}.xClvO:before{transform:rotate(-45deg)}.w9dPk{background-color:var(--color-eight-blue);color:var(--color-white)}.pClz2{color:var(--color-light-gray);cursor:default;pointer-events:none}.w9dPk.pClz2{background-color:var(--color-highlight-gray);color:var(--color-white)}.PrG4A{background-color:var(--color-white);border:1px solid var(--color-highlight-gray);border-radius:4px;box-shadow:var(--shadow-medium);box-sizing:border-box;margin:0;overflow-x:hidden;overflow-y:auto;padding:0}.B7ITX{font-size:14px;line-height:1.4}.eGcUl{background-color:initial;border:0;box-sizing:border-box;color:var(--color-very-dark-gray);cursor:pointer;display:flex;text-align:left;width:100%}.eGcUl:hover{background-color:var(--color-light-eight-blue)}.J5cTN{padding:8px 12px}.puh3X{padding:12px}.LFPa7{color:var(--color-medium-gray);cursor:auto}.LFPa7:hover{background-color:var(--color-white)}.uIt5B{box-shadow:0 0 8px 0 var(--color-black-transparent)!important;line-height:1.5}.i_nIo{font-size:11px;font-weight:var(--bold);padding:12px!important}.jXKAw{border-radius:4px;font-size:12px;font-weight:400;opacity:.95;padding:6px 8px!important;text-align:left}.xZWGn{margin-top:-2px!important}._0vC7{margin-top:5px!important}.g3JbF{margin-left:9px!important}.xXOsw{margin-left:-6px!important}.__react_component_tooltip.show{opacity:1!important}.fwF5H{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center}.er8nv{color:var(--color-light-gray)}.UGZXt{color:var(--color-medium-gray);margin:0;padding:0;text-align:center;white-space:pre-wrap}.OO849{font-size:12px}.OO849,.eSOH0{font-weight:var(--bold);line-height:1.5}.eSOH0{font-size:16px}.QnrJi{color:var(--color-medium-gray);margin:0;padding:0;text-align:center;white-space:pre-wrap}.MbAks{font-size:10px}.FFkR5,.MbAks{line-height:1.5}.FFkR5{font-size:14px}.ysEXn{border-radius:4px;display:flex;flex-direction:column;padding:16px}.H3yxK{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.n8Hin{width:240px}.xE3Wa{width:400px}._G9_a{background-color:var(--color-white);color:var(--color-very-dark-gray)}.VNf3J{background-color:var(--color-eight-blue);color:var(--color-white)}.SVRlW{border:1px solid var(--color-light-gray);border-radius:4px;box-shadow:var(--shadow-medium);padding:8px 12px}.CVSoN{display:inline-block}._8M4pd{background-color:var(--color-white);border:1px solid var(--color-light-gray);border-radius:4px;box-shadow:var(--shadow-medium);padding:8px 12px}.gXxDK{font-size:12px}@font-face{font-family:EightSymbols-V2;font-style:normal;font-weight:400;src:url(/assets/webpack/resource/e9c07e3f35040361e936.eot);src:url(/assets/webpack/resource/e9c07e3f35040361e936.eot?#iefix) format("eot"),url(/assets/webpack/resource/756d5100d5040a0d088c.woff) format("woff"),url(/assets/webpack/resource/dcdbbfb36b37650abe23.ttf) format("truetype")}[class^=ico_]{background-repeat:no-repeat;display:inline-block;font-size:0;line-height:0;max-width:100%;vertical-align:middle}.ico_cb-dl-qr-app-btn{background-image:url(/assets/webpack/resource/eb478d8e929bfbbff867.png);height:40px;width:136px}.ico_cb-dl-qr-google-btn{background-image:url(/assets/webpack/resource/0d3fe05a461eb45a32a7.png);height:40px;width:136px}.ico_ico-zh-lt{background-image:url(/assets/webpack/resource/f75685015495b11078cd.png);height:8px;width:8px}.ico_ico-zh-rb{background-image:url(/assets/webpack/resource/eb8919c2aa765279248f.png);height:8px;width:8px}.ico_ico-fed-lik-on{background-image:url(/assets/webpack/resource/ddf25bedbc02be1e47b9.png);height:15px;width:16px}.ico_ico-camera-w{background-image:url(/assets/webpack/resource/e666491bb08ea454b543.png);height:11px;width:14px}.ico_ico-premium{background-image:url(/assets/webpack/resource/bb40c220b25dce2fb6d3.png);height:18px;width:60px}.ico_ico-error{background-image:url(/assets/webpack/resource/4b34b2cb3aacbc84868d.png);height:21px;width:22px}.ico_ico-lk-off{background-image:url(/assets/webpack/resource/ea9c76fdd7b69b7f204d.png);height:13px;width:21px}.ico_ico-lk-on{background-image:url(/assets/webpack/resource/3dc1ba684fa2847b94f5.png);height:13px;width:21px}input[type=button],input[type=checkbox],input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=file],input[type=image],input[type=month],input[type=number],input[type=password],input[type=radio],input[type=range],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],option,select,textarea{box-sizing:border-box}input[type=button]:-ms-input-placeholder,input[type=checkbox]:-ms-input-placeholder,input[type=color]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=file]:-ms-input-placeholder,input[type=image]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=radio]:-ms-input-placeholder,input[type=range]:-ms-input-placeholder,input[type=reset]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=submit]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,option:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a6a6a6}input[type=button]:-moz-placeholder,input[type=button]::-moz-placeholder,input[type=checkbox]:-moz-placeholder,input[type=checkbox]::-moz-placeholder,input[type=color]:-moz-placeholder,input[type=color]::-moz-placeholder,input[type=date]:-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime-local]:-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=datetime]:-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=email]:-moz-placeholder,input[type=email]::-moz-placeholder,input[type=file]:-moz-placeholder,input[type=file]::-moz-placeholder,input[type=image]:-moz-placeholder,input[type=image]::-moz-placeholder,input[type=month]:-moz-placeholder,input[type=month]::-moz-placeholder,input[type=number]:-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]:-moz-placeholder,input[type=password]::-moz-placeholder,input[type=radio]:-moz-placeholder,input[type=radio]::-moz-placeholder,input[type=range]:-moz-placeholder,input[type=range]::-moz-placeholder,input[type=reset]:-moz-placeholder,input[type=reset]::-moz-placeholder,input[type=search]:-moz-placeholder,input[type=search]::-moz-placeholder,input[type=submit]:-moz-placeholder,input[type=submit]::-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]:-moz-placeholder,input[type=text]::-moz-placeholder,input[type=time]:-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]:-moz-placeholder,input[type=url]::-moz-placeholder,input[type=week]:-moz-placeholder,input[type=week]::-moz-placeholder,option:-moz-placeholder,option::-moz-placeholder,select:-moz-placeholder,select::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder{color:#a6a6a6}input[type=button]::-webkit-input-placeholder,input[type=checkbox]::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=file]::-webkit-input-placeholder,input[type=image]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=radio]::-webkit-input-placeholder,input[type=range]::-webkit-input-placeholder,input[type=reset]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=submit]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,option::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a6a6a6}input[type=button].def,input[type=checkbox].def,input[type=color].def,input[type=date].def,input[type=datetime-local].def,input[type=datetime].def,input[type=email].def,input[type=file].def,input[type=image].def,input[type=month].def,input[type=number].def,input[type=password].def,input[type=radio].def,input[type=range].def,input[type=reset].def,input[type=search].def,input[type=submit].def,input[type=tel].def,input[type=text].def,input[type=time].def,input[type=url].def,input[type=week].def,option.def,select.def,textarea.def{background:#fff;border:1px solid #e0e0e0;border-radius:3px;display:inline-block;padding-left:8px;padding-right:8px;width:100%}input[type=button].def:-ms-input-placeholder,input[type=checkbox].def:-ms-input-placeholder,input[type=color].def:-ms-input-placeholder,input[type=date].def:-ms-input-placeholder,input[type=datetime-local].def:-ms-input-placeholder,input[type=datetime].def:-ms-input-placeholder,input[type=email].def:-ms-input-placeholder,input[type=file].def:-ms-input-placeholder,input[type=image].def:-ms-input-placeholder,input[type=month].def:-ms-input-placeholder,input[type=number].def:-ms-input-placeholder,input[type=password].def:-ms-input-placeholder,input[type=radio].def:-ms-input-placeholder,input[type=range].def:-ms-input-placeholder,input[type=reset].def:-ms-input-placeholder,input[type=search].def:-ms-input-placeholder,input[type=submit].def:-ms-input-placeholder,input[type=tel].def:-ms-input-placeholder,input[type=text].def:-ms-input-placeholder,input[type=time].def:-ms-input-placeholder,input[type=url].def:-ms-input-placeholder,input[type=week].def:-ms-input-placeholder,option.def:-ms-input-placeholder,select.def:-ms-input-placeholder,textarea.def:-ms-input-placeholder{color:#a6a6a6}input[type=button].def:-moz-placeholder,input[type=button].def::-moz-placeholder,input[type=checkbox].def:-moz-placeholder,input[type=checkbox].def::-moz-placeholder,input[type=color].def:-moz-placeholder,input[type=color].def::-moz-placeholder,input[type=date].def:-moz-placeholder,input[type=date].def::-moz-placeholder,input[type=datetime-local].def:-moz-placeholder,input[type=datetime-local].def::-moz-placeholder,input[type=datetime].def:-moz-placeholder,input[type=datetime].def::-moz-placeholder,input[type=email].def:-moz-placeholder,input[type=email].def::-moz-placeholder,input[type=file].def:-moz-placeholder,input[type=file].def::-moz-placeholder,input[type=image].def:-moz-placeholder,input[type=image].def::-moz-placeholder,input[type=month].def:-moz-placeholder,input[type=month].def::-moz-placeholder,input[type=number].def:-moz-placeholder,input[type=number].def::-moz-placeholder,input[type=password].def:-moz-placeholder,input[type=password].def::-moz-placeholder,input[type=radio].def:-moz-placeholder,input[type=radio].def::-moz-placeholder,input[type=range].def:-moz-placeholder,input[type=range].def::-moz-placeholder,input[type=reset].def:-moz-placeholder,input[type=reset].def::-moz-placeholder,input[type=search].def:-moz-placeholder,input[type=search].def::-moz-placeholder,input[type=submit].def:-moz-placeholder,input[type=submit].def::-moz-placeholder,input[type=tel].def:-moz-placeholder,input[type=tel].def::-moz-placeholder,input[type=text].def:-moz-placeholder,input[type=text].def::-moz-placeholder,input[type=time].def:-moz-placeholder,input[type=time].def::-moz-placeholder,input[type=url].def:-moz-placeholder,input[type=url].def::-moz-placeholder,input[type=week].def:-moz-placeholder,input[type=week].def::-moz-placeholder,option.def:-moz-placeholder,option.def::-moz-placeholder,select.def:-moz-placeholder,select.def::-moz-placeholder,textarea.def:-moz-placeholder,textarea.def::-moz-placeholder{color:#a6a6a6}input[type=button].def::-webkit-input-placeholder,input[type=checkbox].def::-webkit-input-placeholder,input[type=color].def::-webkit-input-placeholder,input[type=date].def::-webkit-input-placeholder,input[type=datetime-local].def::-webkit-input-placeholder,input[type=datetime].def::-webkit-input-placeholder,input[type=email].def::-webkit-input-placeholder,input[type=file].def::-webkit-input-placeholder,input[type=image].def::-webkit-input-placeholder,input[type=month].def::-webkit-input-placeholder,input[type=number].def::-webkit-input-placeholder,input[type=password].def::-webkit-input-placeholder,input[type=radio].def::-webkit-input-placeholder,input[type=range].def::-webkit-input-placeholder,input[type=reset].def::-webkit-input-placeholder,input[type=search].def::-webkit-input-placeholder,input[type=submit].def::-webkit-input-placeholder,input[type=tel].def::-webkit-input-placeholder,input[type=text].def::-webkit-input-placeholder,input[type=time].def::-webkit-input-placeholder,input[type=url].def::-webkit-input-placeholder,input[type=week].def::-webkit-input-placeholder,option.def::-webkit-input-placeholder,select.def::-webkit-input-placeholder,textarea.def::-webkit-input-placeholder{color:#a6a6a6}input[type=date].def,input[type=datetime-local].def,input[type=datetime].def,input[type=email].def,input[type=month].def,input[type=number].def,input[type=password].def,input[type=search].def,input[type=tel].def,input[type=text].def,input[type=time].def,input[type=url].def,input[type=week].def,option.def,select.def{font-size:1.3rem;padding-bottom:3px;padding-top:3px}input[type=date].def.error,input[type=datetime-local].def.error,input[type=datetime].def.error,input[type=email].def.error,input[type=month].def.error,input[type=number].def.error,input[type=password].def.error,input[type=search].def.error,input[type=tel].def.error,input[type=text].def.error,input[type=time].def.error,input[type=url].def.error,input[type=week].def.error{background:#ffefed;color:#a6a6a6;font-weight:600}textarea.def{font-size:1.3rem;line-height:1.4;max-width:100%;min-height:213px;min-width:100%;padding-bottom:6px;padding-top:6px}textarea.def.error{background:#ffefed;color:#a6a6a6;font-weight:600}label:active,label:focus{outline:none!important}:root{--height-nav-header:68px;--search-header-height:0;--full-header-height:calc(var(--height-nav-header) + var(--search-header-height));--nav-animation-easing:ease-out;--nav-animation-total-duration:0.25s;--nav-visible-duration:calc(var(--nav-animation-total-duration)*5/10);--nav-transform-duration:calc(var(--nav-animation-total-duration)*9/10)}.registration-entry .container{*zoom:1;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1088px;position:relative;width:100%;width:824px}.registration-entry .container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.registration-entry #footer{display:block;margin-top:60px}.registration-entry #footer>.container{width:824px}.registration-entry .main-contents{background-color:#fff;border-radius:2px;margin:18px;position:relative;top:45px}.registration-entry .content-title{font-size:2.2rem;font-weight:600;padding:32px 0;text-align:center}.registration-entry .sales-copies{box-sizing:border-box;display:flex;height:335px;margin:0 30px}.registration-entry .sales-copies>*{text-align:center}.registration-entry .sales-copies .sales-copy{box-sizing:border-box;float:left;padding:0 3px;width:262.6666666667px}.registration-entry .sales-copies .sales-copy:after{clear:both;content:"";display:block;height:0;visibility:hidden}.registration-entry .sales-copies .sales-copy .copy-title{color:#0054ff;font-size:1.6rem;font-weight:600;margin:12px 0}.registration-entry .sales-copies .sales-copy img{width:91%}.registration-entry .sales-copies .sales-copy .copy-caption{font-size:1.2rem;font-weight:600;line-height:2.2rem;margin:13px 0}#footer .container{*zoom:1;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1088px;padding-left:20px;padding-right:20px;position:relative;width:100%}#footer .container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}#footer .inr{border-top:1px solid #a6a6a6;padding-bottom:18px;padding-top:18px}#footer .fcts{display:flex}#footer .finf{display:flex;flex-direction:column;justify-content:space-between;padding-left:24px;width:54.8611111111%}#footer .finf ul.bnr{display:block;position:relative;*zoom:1;box-sizing:border-box}#footer .finf ul.bnr:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}#footer .finf li{box-sizing:border-box;display:block;float:left;min-height:1px;position:relative}#footer .finf li:not(:last-child){margin-right:8px}#footer .finf .copyright{font-size:1.5rem}#footer .fnav{width:45.1388888889%}#footer .fnav>ul{box-sizing:border-box;display:block;float:left;min-height:1px;position:relative}#footer .fnav>ul.fnav-com{width:60%}#footer .fnav>ul.fnav-cts{width:40%}#footer .fnav li{line-height:1.1;margin-bottom:7px}#footer .fnav li.last{margin-bottom:0}#footer .fnav a{color:#777;font-size:1.3rem;-webkit-text-decoration:none;text-decoration:none}#footer .fnav a:hover{-webkit-text-decoration:underline;text-decoration:underline}.activate_mail{background:#ffe6c5}.activate_mail__container{*zoom:1;box-sizing:border-box;display:block;font-weight:600;height:64px;line-height:6.4rem;margin-left:auto;margin-right:auto;max-width:1088px;position:relative;text-align:center;width:100%}.activate_mail__container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.activate_mail__message-text{display:inline-block;font-size:1.4rem;line-height:1.56;vertical-align:middle}.activate_mail__send-mail-button{color:#0054ff;font-size:1.4rem;-webkit-text-decoration:underline;text-decoration:underline}.components-advanced_search-advanced_search_control{background-color:#fff;border-radius:4px;max-width:528px;padding:16px}.components-advanced_search-advanced_search_control__head{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.components-advanced_search-advanced_search_control__title{color:#0e202e;font-size:1.4rem;line-height:1.5}.components-advanced_search-advanced_search_control__expand-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:0;box-sizing:border-box;color:#0054ff;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;line-height:1.5;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-advanced_search-advanced_search_control__expandable-panel{transition:all .3s ease-out}.components-advanced_search-advanced_search_control__action-button-wrapper{align-items:center;display:flex;gap:0 8px;justify-content:flex-end;margin-top:16px}.components-advanced_search-advanced_search_people_list_container{height:100%}.components-advanced_search-advanced_search_people_list_container__list-wrapper{height:100%;overflow-y:scroll}.components-advanced_search-advanced_search_people_list_container__loader-wrapper{align-items:center;display:flex;justify-content:center;padding:20px 0 40px}.components-advanced_search-advanced_search_people_list__item+.components-advanced_search-advanced_search_people_list__item{margin-top:12px}.components-advanced_search-advanced_search_person{background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001f}.components-advanced_search-advanced_search_person__hit-area{display:block;-webkit-text-decoration:none;text-decoration:none}.components-advanced_search-advanced_search_person__hit-area:hover{opacity:.8}.components-advanced_search-advanced_search_person__content{padding:10px 16px 12px}.components-advanced_search-advanced_search_person__person-info{display:flex;justify-content:space-between}.components-advanced_search-advanced_search_person__person-name{color:#0e202e;display:-webkit-box;font-size:1.6rem;font-weight:600;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.components-advanced_search-advanced_search_person__name-with-linked-icon{align-items:center;display:flex;margin-bottom:4px;margin-top:4px}.components-advanced_search-advanced_search_person__company-info{color:#8c8c8c;display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.components-advanced_search-advanced_search_person__images{position:relative}.components-advanced_search-advanced_search_person__card-image{border:1px solid #d7d7d7;height:40px;margin:6px 8px 0 12px;width:64px}.components-advanced_search-advanced_search_person__avatar{position:absolute;right:0;top:0}.components-advanced_search-advanced_search_result{display:flex;flex-direction:column;height:100%;margin-top:16px}.components-advanced_search-advanced_search_result__tab-wrapper{background-color:#fff;border-radius:4px}.components-advanced_search-advanced_search_result__content{display:flex;flex-direction:column;height:100%;padding-top:16px}.components-advanced_search-empty_view{margin-top:90px;text-align:center}.components-advanced_search-empty_view__empty-icon-container{color:#ccc}.components-advanced_search-empty_view__empty-text{color:#a6a6a6;font-size:1.6rem;font-weight:600;line-height:1.5;margin-top:12px}.components-advanced_search-search_condition_dialog__title-field{align-items:center;box-sizing:border-box;color:#0e202e;display:flex;font-size:2.2rem;line-height:1.4;margin-bottom:16px}.components-advanced_search-search_condition_dialog__list-wrapper{border-bottom:1px solid #e0e0e0;max-height:65vh;overflow-y:auto;padding-bottom:12px}.components-advanced_search-search_condition_dialog__button-wrapper{display:flex;gap:0 8px;justify-content:flex-end;margin-top:32px}.components-advanced_search-search_condition_list__checkbox-wrapper{color:#0e202e;cursor:pointer;display:flex;font-size:1.4rem;padding:12px 0;width:100%}.components-advanced_search-search_condition_list__checkbox-label-text{margin-left:4px;-webkit-user-select:none;user-select:none}.components-advanced_search-search_condition_setting__item+.components-advanced_search-search_condition_setting__item{margin-top:12px}.components-advanced_search-search_condition_setting__row{align-items:center;display:flex;justify-content:space-between}.components-advanced_search-search_condition_setting__title{color:#0e202e;font-size:1.4rem;line-height:1.5}.components-advanced_search-search_condition_setting__abbreviation-text{color:#0e202e;font-size:1.4rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-advanced_search-search_setting_button{align-items:center;background-color:#fff;border:1px solid #d7d7d7;border-radius:4px;box-sizing:border-box;display:flex;padding:10px 16px;text-align:left;width:410px}.components-advanced_search-search_setting_button__text{color:#0e202e;flex-grow:1;flex-shrink:1;font-size:1.4rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-advanced_search-search_setting_button__text--empty{color:#a6a6a6}.components-advanced_search-search_setting_button__icon-container{color:#0054ff;margin-left:4px}.components-advanced_search-search_skill_dialog__title-field{align-items:center;box-sizing:border-box;color:#0e202e;display:flex;font-size:2.2rem;line-height:1.4;margin-bottom:16px}.components-advanced_search-search_skill_dialog__icon-wrapper{display:inline-flex;margin-left:8px}.components-advanced_search-search_skill_dialog__table-wrapper{border-bottom:1px solid #e0e0e0;max-height:65vh;overflow-y:auto}.components-advanced_search-search_skill_dialog__button-wrapper{display:flex;gap:0 8px;justify-content:flex-end;margin-top:32px}.components-advanced_search-search_skill_dialog__loader-wrapper{align-items:center;display:flex;justify-content:center;padding:20px 0 40px}.components-career_summary_entry-career_summary_entry_error__container{background-color:#fff;box-sizing:border-box;height:100%;margin:0 auto;max-width:600px;padding:24px}.components-career_summary_entry-career_summary_entry_error__image-container{margin:56px auto 0;max-width:62px}.components-career_summary_entry-career_summary_entry_error__career-summary-entry-error-image{background-image:url(/assets/webpack/resource/0d5f41c6e26e813c48f7.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:100%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-career_summary_entry-career_summary_entry_error__career-summary-entry-error-image{background-image:url(/assets/webpack/resource/f6c8d98366b3eed71aa0.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-career_summary_entry-career_summary_entry_error__career-summary-entry-error-image{background-image:url(/assets/webpack/resource/092ca1f216ea106009fa.png)}}.components-career_summary_entry-career_summary_entry_error__section{color:#0e202e;font-size:1.6rem;font-weight:600;margin-top:28px;text-align:center}.components-chat-dialog-invite_dialog{margin:0 20px}.components-chat-dialog-invite_dialog__header{margin-bottom:20px}.components-chat-dialog-invite_dialog__exist-member-list{border:1px solid #d7d7d7;border-radius:2px;box-sizing:border-box;margin:8px 0;padding:8px}.components-chat-dialog-invite_dialog__list-title{margin:12px 0}.components-chat-dialog-invite_dialog__list{height:180px;overflow-y:auto}.components-chat-dialog-invite_dialog__error-text{color:#ff134c;font-size:1.1rem;margin-top:4px;min-height:12px}.components-chat-dialog-invite_dialog__footer{align-items:center;display:flex;gap:8px;margin-top:20px}.components-chat-dialog-leave_button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#0054ff;cursor:pointer;display:flex;display:inline-block;font-size:1.1rem;justify-content:center;margin:0 0 0 8px;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-user-select:none;user-select:none}.components-chat-dialog-leave_button:hover{-webkit-text-decoration:none;text-decoration:none}.components-chat-dialog-leave_button__title{font-size:1.6rem;font-weight:600}.components-chat-dialog-leave_button__description{font-size:1.4rem;line-height:1.3;margin-top:24px}.components-chat-dialog-member_item{align-items:center;display:flex;margin:8px 0}.components-chat-dialog-member_item__thumbnail{margin-right:20px}.components-chat-dialog-member_item__text{flex-grow:1;min-width:0}.components-chat-dialog-member_item__name{align-items:center;color:#000;display:flex;font-size:1.3rem;line-height:1.4}.components-chat-dialog-member_item__name-text{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-chat-dialog-member_item__company{color:#595959;font-size:.9rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-chat-dialog-new_message_dialog{margin:0 16px}.components-chat-dialog-new_message_dialog__header{margin-bottom:20px}.components-chat-dialog-new_message_dialog__message-area{border:1px solid #d7d7d7;border-radius:2px;font-size:1.3rem;margin:8px 0;min-height:212px;padding:8px;resize:vertical;width:100%}.components-chat-dialog-new_message_dialog__error-text{color:#ff134c;font-size:1.1rem}.components-chat-dialog-new_message_dialog__footer{align-items:center;display:flex;gap:8px;margin-top:16px}.chat-group_room_header{align-items:center;background-color:#fff;border-radius:2px 2px 0 0;display:flex;padding:12px 0}.chat-group_room_header .left-arrow-field,.chat-group_room_header .right-arrow-field{text-align:center;width:25px}.chat-group_room_header .left-arrow-field{margin-left:3px}.chat-group_room_header .avatar-list-wrapper{box-sizing:border-box;height:64px;overflow:hidden;width:408px}.chat-group_room_header .avatar-list{box-sizing:border-box;position:relative;transition:left 1s;width:100%;will-change:left}.chat-group_room_header .avatar-list .avatar-field{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;float:left;margin:8px 0;width:68px}.chat-group_room_header .avatar-list .avatar-name{color:#8c8c8c;font-size:.8rem;margin-top:6px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:68px}.chat-group_room_header .member-add-button{border-left:1px solid #ededed;height:64px}.chat-group_room_header .member-add-button .member-add-text-button{color:#0054ff;margin:18px}.chat-group_room_title{color:#8c8c8c;font-size:1.4rem}.chat-group_room_title .room_name{display:inline-block;max-width:240px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.chat-group_room_title .visitors_count{vertical-align:bottom}.chat-group_room_title .edit_button{color:#0054ff;margin-left:4px}.chat-group_room_title__input-container{display:flex;flex-direction:column;font-size:1.4rem;gap:4px;line-height:1.5}.chat-group_room_title__error-text{color:#ff134c;font-size:1.2rem;line-height:1.5}.components-chat-message_list{background-color:#fff;border-radius:0 0 4px 4px;display:flex;flex-basis:0;flex-direction:column;flex-grow:1;gap:24px;overflow-y:auto;padding:24px 16px}.components-chat-message_list__message-loader-container{display:flex;justify-content:center;padding:36px}.components-chat-message_template_buttons{align-items:center;display:flex;flex-direction:column;gap:8px}.components-chat-message_template_buttons__description{color:#595959;font-size:1.2rem;line-height:1.5}.components-chat-message_template_buttons__buttons{display:flex;flex-direction:row;gap:8px;width:100%}.components-chat-message_template_buttons__button-wrapper{flex:1 1 0}.components-chat-message-corp_message__url-preview-container{margin-top:12px;max-width:256px}.components-chat-message-corp_message__loader-wrapper{align-items:center;display:flex;justify-content:center;padding:15px}.components-chat-message-corp_message__message-requirement-info-wrapper{margin-top:12px;max-width:256px}.chat-message-message_frame{display:flex;gap:16px}.chat-message-message_frame__thumbnail{display:flex;flex-shrink:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.chat-message-message_frame__content-container{display:flex;flex-direction:column;flex-grow:1;gap:4px}.chat-message-message_frame__details{align-items:center;display:flex;justify-content:space-between}.chat-message-message_frame__title{display:-webkit-box;font-size:1.4rem;font-weight:600;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;overflow:hidden;word-break:break-all}.chat-message-message_frame__date{color:#595959;flex-shrink:0;font-size:1rem;line-height:1.5;margin-left:8px}.chat-message-message_frame__body{color:#0e202e;display:flex;flex-direction:column;font-size:1.4rem;line-height:1.5;white-space:pre-wrap;word-break:break-all}.components-chat-message-message_requirement_info{border-radius:10px;box-sizing:border-box;overflow:hidden;width:100%}.components-chat-message-message_requirement_info__link{-webkit-text-decoration:none;text-decoration:none}.components-chat-message-message_requirement_info__wrapper{display:flex;flex-direction:column;height:100%;width:100%}.components-chat-message-message_requirement_info__image{object-fit:cover}.components-chat-message-message_requirement_info__default-image{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png);background-position:0 0;background-repeat:no-repeat;background-size:cover;height:0;padding-top:52.85%}.components-chat-message-message_requirement_info__text-wrapper{background-color:#f2f7ff;display:flex;flex-direction:column;gap:16px;padding:16px 20px}.components-chat-message-message_requirement_info__requirement-info{display:flex;flex:1 1 0;flex-direction:column;gap:12px;justify-content:flex-end}.components-chat-message-message_requirement_info__requirement-title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5}.components-chat-message-message_requirement_info__requirement-property-info-wrapper{display:flex;flex-direction:column;gap:4px;padding-left:3px}.components-chat-message-message_requirement_info__requirement-property-info-item{align-items:center;display:flex;gap:9px}.components-chat-message-message_requirement_info__requirement-property-info-icon-container{color:#0e202e}.components-chat-message-message_requirement_info__requirement-property-info-text{color:#0e202e;font-size:1.4rem;line-height:1.5}.components-chat-message-message_requirement_info__related-employees-info{color:#0e202e;display:flex;flex-direction:column;gap:8px}.components-chat-message-message_requirement_info__related-employees-title{font-size:1.2rem;font-weight:600;line-height:1.5}.components-chat-message-message_requirement_info__related-employees-list{display:flex;flex-direction:column;gap:4px}.components-chat-message-message_requirement_info__related-employee-item{align-items:center;display:flex;font-size:1.4rem;gap:6px;line-height:1.5}.components-chat-message-message_requirement_info__related-employee-name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.components-chat-message-message_requirement_info__related-employees-remaining-numbers{font-size:1.2rem;line-height:1.5;text-align:right}.components-chat-message-message_requirement_info__more-detail-field{align-items:center;background-color:#1b63d2;color:#fff;display:flex;font-size:1.2rem;font-weight:600;justify-content:center;line-height:1.5;padding:11px 16px;position:relative}.components-chat-message-message_requirement_info__arrow-right-icon-container{display:inline-flex;position:absolute;right:16px}.chat-message-message_url_preview{background-color:#f2f7ff;border-radius:10px;width:100%}.chat-message-message_url_preview__link{-webkit-text-decoration:none;text-decoration:none}.chat-message-message_url_preview__image-container{border-radius:10px 10px 0 0;box-sizing:border-box;overflow:hidden;position:relative;width:100%}.chat-message-message_url_preview__image{height:auto;left:0;position:absolute;top:0;width:100%}.chat-message-message_url_preview__image--fallback{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:52.86%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.chat-message-message_url_preview__image--fallback{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.chat-message-message_url_preview__image--fallback{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png)}}.chat-message-message_url_preview__container{padding:16px}.chat-message-message_url_preview__title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5;word-break:break-all}.components-chat-message-related_employee_info{color:#0e202e;display:flex;flex-direction:column;gap:8px}.components-chat-message-related_employee_info__related-employees-title{font-size:1.2rem;font-weight:600;line-height:1.5}.components-chat-message-related_employee_info__related-employees-list{display:flex;flex-direction:column;gap:4px}.components-chat-message-related_employee_info__related-employee-item{align-items:center;display:flex;font-size:1.4rem;gap:6px;line-height:1.5}.components-chat-message-related_employee_info__related-employee-name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.components-chat-message-related_employee_info__related-employees-remaining-numbers{font-size:1.2rem;line-height:1.5;text-align:right}.chat-message-stamp{margin:20px 20px 0}.chat-message-system_message{margin:0 20px;text-align:center}.chat-message-system_message__body{border-radius:4px;color:#8c8c8c;display:inline-block;font-size:1.2rem;font-weight:600;padding:6px 10px;text-align:center}.chat-message-system_message__content{line-height:1.5;margin-bottom:4px;overflow-wrap:break-word;white-space:pre-wrap}.chat-message-thumbs_up{height:36px;margin-top:4px;width:37px}.components-chat-private_room_header{align-items:center;background-color:#fff;border-radius:2px 2px 0 0;display:flex;justify-content:space-between}.components-chat-private_room_header__profile-field{align-items:center;display:flex;-webkit-text-decoration:none;text-decoration:none}.components-chat-private_room_header__name-field{align-items:center;display:flex;margin-bottom:8px;max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-chat-private_room_header__name-text{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5}.components-chat-private_room_header__company-field{color:#595959;font-size:1rem;line-height:1.5;max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-chat-private_room_header__job-description-field{color:#a6a6a6;font-size:1rem;line-height:1.5;margin-top:8px;max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-chat-private_room_header__header-avatar-wrapper{margin:16px}.components-chat-private_room_header__member-add-button{border-left:1px solid #ededed}.components-chat-private_room_header__member-add-text-button{color:#0054ff;margin:18px}.components-chat-room_footer{padding-top:2px}.components-chat-room_footer__footer-content{background-color:#fff;border-radius:4px 4px 0 0;box-sizing:border-box;display:flex;padding:16px}.components-chat-room_footer__form-field{width:100%}.components-chat-room_footer__template-field{margin-bottom:20px}.components-chat-room_footer__message-text-area{border:1px solid #d7d7d7;border-radius:4px;font-size:1.4rem;line-height:1.5;margin-bottom:8px;min-height:80px;min-width:360px;padding:12px;resize:none;width:100%}.components-chat-room_footer__action-field{align-items:center;display:flex;justify-content:flex-end}.components-chat-room_footer__error-text{color:#ff134c;flex-grow:1;font-family:ヒラギノ角ゴシック,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS P Gothic,Helvetica,Verdana,Arial,sans-serif;font-size:1.1rem;font-weight:600}.components-chat-room_footer__chat-stamp{margin-right:24px;position:relative}.components-chat-room_footer__chat-stamp-button{color:#0054ff}.chat-room_header{border-bottom:1px solid #d7d7d7;min-height:38px}.components-chat-room_item{background:#fff;border-radius:4px;position:relative}.components-chat-room_item--unread{background-color:#f2f7ff}.components-chat-room_item__link{align-items:center;box-sizing:border-box;display:flex;padding:8px 8px 8px 28px;-webkit-text-decoration:none;text-decoration:none}.components-chat-room_item__room-info-field{display:flex;flex-direction:column;gap:8px}.components-chat-room_item__head-field{align-items:center;display:flex;padding-right:20px}.components-chat-room_item__icon-wrapper{flex-shrink:0;font-size:1.4rem;line-height:1.5;margin-right:8px}.components-chat-room_item__room-name{display:-webkit-box;font-size:1.4rem;font-weight:600;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;overflow:hidden;word-break:break-all}.components-chat-room_item__visitors-count{color:#000;flex-shrink:0;font-size:1.4rem;line-height:1.5}.components-chat-room_item__person-company-info{display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#a6a6a6;flex:1 1 0;margin-left:8px;overflow:hidden;word-break:break-all}.components-chat-room_item__summary-field{color:#595959;font-size:1.2rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;word-break:break-all}.components-chat-room_item__summary-field--unread{font-weight:600}.components-chat-room_item__posted-at-field{color:#a6a6a6;font-size:1rem;line-height:1.5}.components-chat-room_item__room-message-icon{border-radius:2px;font-size:1rem;font-weight:600;line-height:1.5;text-align:center}.components-chat-room_item__news-icon{background-color:#e0e0e0;color:#0e202e;padding:4px 18px}.components-chat-room_item__scout-icon{background-color:#ff134c;color:#fff;padding:4px 8px}.components-chat-room_item__room-thumbnail-field{box-sizing:border-box;margin-right:16px}.components-chat-room_item__room-thumbnail{height:40px;width:40px}.components-chat-room_item__room-menu-button{position:absolute;right:10px;top:10px}.web-renewal-layout .components-chat-room_item{background:#fff;border-radius:4px;position:relative}.web-renewal-layout .components-chat-room_item--unread{background-color:#fff}.web-renewal-layout .components-chat-room_item--unread:before{background-color:#ff134c;border-radius:50%;content:"";display:block;height:8px;left:8px;position:absolute;top:calc(50% - 4px);width:8px}.web-renewal-layout .components-chat-room_item__link{align-items:center;box-sizing:border-box;display:flex;padding:8px 8px 8px 28px;-webkit-text-decoration:none;text-decoration:none}.web-renewal-layout .components-chat-room_item__room-info-field{display:flex;flex-direction:column;gap:8px}.web-renewal-layout .components-chat-room_item__head-field{align-items:center;display:flex;padding-right:20px}.web-renewal-layout .components-chat-room_item__icon-wrapper{flex-shrink:0;font-size:1.4rem;line-height:1.5;margin-right:8px}.web-renewal-layout .components-chat-room_item__room-name{display:-webkit-box;font-size:1.4rem;font-weight:600;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;overflow:hidden;word-break:break-all}.web-renewal-layout .components-chat-room_item__visitors-count{color:#000;flex-shrink:0;font-size:1.4rem;line-height:1.5}.web-renewal-layout .components-chat-room_item__person-company-info{display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#a6a6a6;flex:1 1 0;margin-left:8px;overflow:hidden;word-break:break-all}.web-renewal-layout .components-chat-room_item__summary-field{color:#595959;font-size:1.2rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;word-break:break-all}.web-renewal-layout .components-chat-room_item__summary-field--unread{font-weight:600}.web-renewal-layout .components-chat-room_item__posted-at-field{color:#a6a6a6;font-size:1rem;line-height:1.5}.web-renewal-layout .components-chat-room_item__room-message-icon{border-radius:2px;font-size:1rem;font-weight:600;line-height:1.5;text-align:center}.web-renewal-layout .components-chat-room_item__news-icon{background-color:#e0e0e0;color:#0e202e;padding:4px 18px}.web-renewal-layout .components-chat-room_item__scout-icon{background-color:#ff134c;color:#fff;padding:4px 8px}.web-renewal-layout .components-chat-room_item__room-thumbnail-field{box-sizing:border-box;margin-right:16px}.web-renewal-layout .components-chat-room_item__room-thumbnail{height:40px;width:40px}.web-renewal-layout .components-chat-room_item__room-menu-button{position:absolute;right:10px;top:10px}.components-chat-room_list{box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.components-chat-room_list__room-list-loader{align-items:center;display:flex;height:44px;justify-content:center;margin-bottom:10px}.components-chat-room_list__empty-container{margin-top:116px}.web-renewal-layout .components-chat-room_list{box-sizing:border-box;display:flex;flex-direction:column;gap:12px}.web-renewal-layout .components-chat-room_list__room-list-loader{align-items:center;display:flex;height:44px;justify-content:center;margin-bottom:10px}.web-renewal-layout .components-chat-room_list__empty-container{margin-top:116px}.chat-room_menu_button{box-sizing:border-box;display:inline-block}.chat-room_menu_button__menu-button{color:#a6a6a6;display:block;text-align:center}.chat-room_menu_button__menu-button:hover{color:#595959}.chat-rooms_switch_menu__menu-item-label{align-items:center;display:inline-flex;gap:4px;line-height:1}.chat-rooms_switch_menu__icon-container{color:#0054ff;display:inline-flex;flex-shrink:0;width:16px}.components-chat-stamp-menu_content__line{border-bottom:1px solid #ccc;width:300px}.chat-stamp-menu{margin:0 auto;position:absolute;top:-16px;width:50%;z-index:1001}.chat-stamp-menu .menu{background-color:#fff;border:1px solid #ccc;bottom:0;box-shadow:2px 2px 12px 0 #0003;height:392px;position:absolute;right:-27px;width:300px}.chat-stamp-menu .menu:after,.chat-stamp-menu .menu:before{border-left:12px solid #0000;border-right:12px solid #0000;border-top:12px solid #fff;bottom:-12px;content:"";display:block;height:0;position:absolute;right:16px;width:0}.chat-stamp-menu .menu:before{border-top-color:#ccc;bottom:-13px}.chat-stamp-menu .menu .stamp-loader{align-items:center;display:flex;height:100%;justify-content:center}.chat-stamp-stamp_list_item{height:72px;position:relative;width:70px}.chat-stamp-stamp_list_item .shadow{align-items:center;border-radius:4px;display:flex;height:72px;justify-content:center;left:0;margin-bottom:4px;margin-top:4px;position:absolute;top:4px;width:72px}.chat-stamp-stamp_list_item .shadow:hover{background-color:#f2f4f5;cursor:pointer}.chat-stamp-stamp_list_item .image{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:60px;position:relative;width:60px}.chat-stamp-stamp_list .items{display:flex;flex-wrap:wrap;height:336px;justify-content:center;overflow-x:hidden;overflow-y:auto}.chat-stamp-stamp_list .end_of_item{height:16px;width:100%}.chat-stamp-stamp_list .gradation{background-image:linear-gradient(180deg,#fff0,#fff);bottom:0;height:20px;position:absolute;width:100%}.chat-stamp-stamp_package_list{overflow-x:auto;white-space:nowrap}.chat-stamp-stamp_package_list li{display:inline-block}.chat-stamp-stamp_package{background-color:#fff;height:52px;text-align:center;width:52px}.chat-stamp-stamp_package img{height:36px;padding:8px;width:36px}.chat-stamp-stamp_package:hover{background-color:#d7d7d7;cursor:pointer}.stamp_package-selected{background-color:#d7d7d7}.components-chat_thumbs_up{border:0;color:#0054ff;margin-right:24px;padding:0}.components-coach_mark-import-card-tutorial{color:#0e202e;font-size:1.2rem;font-weight:600;line-height:1.5}.components-coach_mark-import-card-tutorial__target-wrapper{display:block}.components-colleague_table-colleague_table_header{align-items:flex-start;display:flex;flex-direction:column;padding:16px 24px}.components-colleague_table-colleague_table_header__title-section{display:flex;justify-content:space-between;padding-top:24px;width:100%}.components-colleague_table-colleague_table_header__title{align-items:center;color:#0e202e;display:flex;font-size:2.2rem;font-weight:600;line-height:1.4}.components-colleague_table-colleague_table_item{align-items:center;border-bottom:1px solid #d7d7d7;display:grid;grid-template-columns:76px 130px 200px 1fr;padding:14px 0;-webkit-text-decoration:none;text-decoration:none}.components-colleague_table-colleague_table_item__name-area{align-items:center;display:flex;padding:0 8px}.components-colleague_table-colleague_table_item__name{display:-webkit-box;font-size:1.4rem;font-weight:600;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0e202e;max-width:84px;overflow:hidden}.components-colleague_table-colleague_table_item__linked-icon{color:#ccc;padding-left:4px}.components-colleague_table-colleague_table_item__linked-icon--linked{color:#0054ff}.components-colleague_table-colleague_table_item__company-area,.components-colleague_table-colleague_table_item__position-area{display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0e202e;overflow:hidden;padding:0 8px}.components-colleague_table-colleague_table_main_content{background:#fff;display:flex;flex-direction:column;flex-grow:1;min-height:0;width:100%}.components-colleague_table-colleague_table_main_content__table-head{display:grid;grid-template-columns:76px 130px 200px 1fr;padding-left:28px}.components-colleague_table-colleague_table_main_content__name{grid-column:2;padding:8px}.components-colleague_table-colleague_table_main_content__company{grid-column:3;padding:8px}.components-colleague_table-colleague_table_main_content__position{grid-column:4;padding:8px}.components-colleague_table-colleague_table_main_content__table-body{padding-left:24px}.components-colleague_table-colleague_table_main_content__table-footer{display:flex;font-size:1.2rem;justify-content:center;line-height:1.5;min-width:0;padding:28px}.components-colleague_table-colleague_table_main_content__loading-container{display:grid;height:100%;place-items:center}.components-colleague_usage-colleague_lists{display:flex;flex-direction:column;flex-grow:1;margin:0 auto;max-width:500px;width:100%}.components-colleague_usage-colleague_lists__title{color:#0e202e;font-size:2rem;font-weight:600;line-height:1.4;margin-bottom:8px;text-align:center}.components-colleague_usage-colleague_lists__description{color:#0e202e;font-size:1.4rem;line-height:1.5;text-align:center}.components-colleague_usage-colleague_lists__list{box-sizing:border-box;display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin-top:12px;overflow-y:auto}.components-colleague_usage-colleague_lists__attention{color:#595959;font-size:1.2rem;line-height:1.5;margin-top:12px;text-align:center}.components-colleague_usage-colleague_lists__invisible-list-text{align-items:center;color:#a6a6a6;display:flex;flex-grow:1;font-size:1.4rem;font-weight:600;justify-content:center;line-height:1.5;text-align:center}.components-colleague_usage-colleague_person{background:#fff}.components-colleague_usage-colleague_person__content{padding:12px 0 16px}.components-colleague_usage-colleague_person__person-info{align-items:center;display:flex;max-width:100%}.components-colleague_usage-colleague_person__avatar{flex:0 0 auto;margin-right:12px}.components-colleague_usage-colleague_person__profile-info{flex:1 1 auto;min-width:120px}.components-colleague_usage-colleague_person__person-name{display:-webkit-box;font-size:1.6rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#0e202e;font-weight:600;overflow:hidden;word-break:break-all}.components-colleague_usage-colleague_person__name-with-linked-icon{align-items:center;display:flex;margin-bottom:2px}.components-colleague_usage-colleague_person__company-info{display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#8c8c8c;overflow:hidden;word-break:break-all}.components-colleague_usage-colleague_usage_info{display:flex;flex-direction:column;flex-grow:1;gap:52px}.components-colleague_usage-error_view{align-items:center;background-color:#fff;color:#a6a6a6;display:flex;flex-direction:column;height:100%;width:100%}.components-colleague_usage-error_view__icon-wrapper{align-items:center;display:flex;height:60px;justify-content:center;margin-top:90px;width:60px}.components-colleague_usage-error_view__message{font-size:2rem;font-weight:600;line-height:1.4;margin-top:46px;text-align:center}.components-colleague_usage-loader_view{align-items:center;display:flex;flex-flow:column;height:100%;justify-content:center}.components-colleague_usage-loader_view__spinner-wrapper{margin-bottom:20px}.components-colleague_usage-loader_view__description{color:#8c8c8c;font-size:1.4rem;line-height:1.5}.components-colleague_usage-summary_info_panel{background-color:#f0f3f5;border-radius:4px;padding:36px 0 28px;width:100%}.components-colleague_usage-summary_info_panel__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.components-colleague_usage-summary_info_panel__row{align-items:center;color:#0e202e;display:flex;font-size:1.4rem;font-weight:600;line-height:1.5;max-width:500px;white-space:nowrap;width:100%}.components-colleague_usage-summary_info_panel__row+.components-colleague_usage-summary_info_panel__row{margin-top:16px}.components-colleague_usage-summary_info_panel__usage-info{border-bottom:2px dashed #0054ff;color:#0054ff;flex-grow:1;font-size:2rem;font-weight:600;line-height:1.4;margin-right:12px;overflow:hidden;padding-bottom:6px;text-overflow:ellipsis;white-space:nowrap}.components-colleague_usage-summary_info_panel__unit{color:#0054ff;font-size:1.2rem;line-height:1.5;margin-left:4px}.components-colleague_usage-summary_info_panel__range{color:#0054ff;display:inline-block;font-size:1.2rem;line-height:1.5;margin:0 5px;transform:translateY(-3px)}.components-colleague_usage-summary_info_panel__card-count-invisible{color:#a6a6a6;font-size:1.6rem;font-weight:600;line-height:1.5}.common-back_button__prev{align-items:center;background:#fff;background:#f5f7f8cc;border:1px solid #0000;border-radius:4px;color:#595959;cursor:pointer;display:inline-block;display:flex;font-size:1.4rem;gap:8px;line-height:1;max-width:100%;padding:7px;-webkit-text-decoration:none;text-decoration:none;vertical-align:middle}.common-back_button__prev:hover{box-shadow:0 0 2px 0 #0054ff59}.components-common-birthday_input-birthday_input{display:flex;flex-direction:column;gap:28px}.components-common-birthday_input-birthday_input__birthday{align-items:center;display:flex;flex-direction:row;gap:18px}.components-common-birthday_input-birthday_input__birthday--en{gap:8px}.components-common-birthday_input-birthday_input__field-item{align-items:center;display:flex;flex-direction:row;gap:8px}.components-common-birthday_input-birthday_input__input-wrapper{font-size:1.4rem;line-height:1.5}.components-common-birthday_input-birthday_input__input-wrapper--year{width:73px}.components-common-birthday_input-birthday_input__input-wrapper--month{width:53px}.components-common-birthday_input-birthday_input__input-wrapper--day{width:51px}.components-common-birthday_input-birthday_input__unit{color:#8c8c8c;font-size:1.4rem;font-weight:600;line-height:1.5}.components-common-birthday_input-birthday_input__input-format{color:#8c8c8c;font-size:1.2rem;line-height:1.5}.components-common-birthday_input-birthday_input__button-items{display:flex;gap:8px;justify-content:flex-end}.components-common-birthday_input-birthday_input__error{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5;margin-top:4px}.common-card_image-expansion_card_image_modal__header{align-items:center;display:flex;justify-content:center}.common-card_image-expansion_card_image_modal__image-container{display:flex;justify-content:center}.common-card_image-expansion_card_image_modal__image-field{margin-top:12px}.common-card_image-expansion_card_image_modal__image-button{align-items:center;-webkit-appearance:none;appearance:none;background:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;display:inline-block;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;vertical-align:initial}.common-card_image-expansion_card_image_modal__card-image{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:1px solid #a6a6a6;transition:transform .3s}.common-card_image-expansion_card_image_modal__card-image--flipped{transform:rotateY(180deg)}.components-common_card_input_field_container{margin-bottom:12px}.components-common_card_input_field_container__input-label-wrapper{font-size:1.4rem;font-weight:600;line-height:1.5}.components-common_card_input_field_container__input-label{color:#8c8c8c}.components-common_card_input_field_container__input-label-required{color:#ff134c;margin-left:6px}.components-common-carusel-horizontal_transition{align-items:center;display:flex;transition:transform .3s ease-out}.components-common-date_select-date_select{display:flex;flex-direction:column}.components-common-date_select-date_select__clear-indicator{align-items:center;display:flex;justify-content:center;overflow:hidden;padding-right:4px}.components-common-date_select-date_select__input_row{align-items:center;display:flex;flex-direction:row;gap:20px}.components-common-date_select-date_select__field-item{align-items:center;display:flex;flex-direction:row;font-size:1.4rem;gap:8px;line-height:1.5}.components-common-date_select-date_select__year-input-wrapper{width:140px}.components-common-date_select-date_select__day-input-wrapper,.components-common-date_select-date_select__month-input-wrapper{width:105px}.components-common-date_select-date_select__unit{color:#8c8c8c;font-weight:600}.components-common-date_select-date_select__error{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5;margin-top:4px}.components-common-dialog-close_button_dialog__container{padding:24px 36px}.components-common-dialog-close_button_dialog__header-container{color:#0e202e;font-weight:600}.components-common-dialog-close_button_dialog__button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin:0 0 0 auto;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-common-dialog-close_button_dialog__header{font-size:2.2rem;margin-bottom:20px}.components-common-dialog-error_dialog_sp{text-align:center}.components-common-dialog-error_dialog_sp__title{color:#0e202e;font-size:1.6rem;font-weight:600;margin-bottom:22px}.components-common-dialog-error_dialog_sp__message{color:#0e202e;font-size:1.4rem;line-height:1.8;margin:22px 0 26px;text-align:left}.components-common-dialog-warning_confirm_dialog__title{color:#0e202e;font-size:2.2rem;font-weight:600;letter-spacing:-.05em;line-height:1.4;position:relative;word-break:break-all}.components-common-dialog-warning_confirm_dialog__button-list{display:flex;justify-content:flex-end;margin-top:32px}.components-common-dialog-warning_confirm_dialog__button-wrapper{margin-left:8px}.common-eight_user_icon{color:#ccc;font-size:2rem;line-height:1.1;margin-left:4px}.common-eight_user_icon--linked{color:#0054ff}.ellipsis-tooltip .tooltip{background-color:#f6f6f6;border:1px solid #eee;border-radius:2px;box-shadow:0 0 4px 0 #0003;color:#222;display:inline-block;font-size:1rem;line-height:1.2;margin:23px 5px;opacity:0;padding:2px;position:fixed;transition:opacity .3s ease-out;visibility:hidden;z-index:1}.ellipsis-tooltip .tooltip.show{opacity:1;visibility:visible}.components-common-grouped_checkbox_table_row{box-sizing:border-box;display:flex;word-wrap:break-word;white-space:pre-wrap}.components-common-grouped_checkbox_table_row__category{background:#f0f3f5;box-sizing:border-box;padding:20px 16px;width:32%;word-break:break-all}.components-common-grouped_checkbox_table_row__checkbox-wrapper{color:#0e202e;cursor:pointer;display:flex;font-size:1.4rem;width:100%}.components-common-grouped_checkbox_table_row__checkbox-label-text{margin-left:4px;-webkit-user-select:none;user-select:none}.components-common-grouped_checkbox_table_row__sub-category{box-sizing:border-box;color:#0e202e;flex-grow:1;font-size:1.4rem;margin:0;padding:10px 16px;width:68%}.components-common-grouped_checkbox_table_row__tag-list{display:flex;flex-wrap:wrap}.components-common-grouped_checkbox_table_row__tag-item{padding:10px 0;width:50%}.components-common-grouped_checkbox_table{font-size:1.4rem;line-height:1.5}.components-common-grouped_checkbox_table__row+.components-common-grouped_checkbox_table__row{border-top:1px solid #e0e0e0}.common-image_editor_dialog__form-container{align-items:center;display:flex;flex-direction:column;overflow-y:auto}.common-image_editor_dialog__file-header{align-items:center;display:flex;margin-bottom:14px}.common-image_editor_dialog__file-header>input[type=file]{display:none}.common-image_editor_dialog__photo-editor{align-items:center;display:flex;flex-direction:column;overflow:hidden;position:relative;text-align:center}.common-image_editor_dialog__range-input{margin-top:12px}.components-common-link_button{align-items:center;border-radius:2px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:1.2rem;font-weight:600;justify-content:center;min-height:30px;padding:12px 20px;-webkit-text-decoration:none;text-decoration:none}.components-common-link_button--primary{background-color:#0054ff;border:1px solid #0054ff;color:#fff}.components-common-link_button--primary:hover{background-color:#0036e1;border-color:#0036e1}.components-common-link_button--secondary{background-color:#fff;color:#0054ff}.components-common-link_button--secondary:hover{background-color:#f2f7ff}.components-common-link_button--flat{background-color:#0000;border:0;color:#0054ff;min-height:auto;padding:0}.components-common-link_button--flat:hover{background-color:#0000;color:#0036e1}.components-common-link_button--disabled{background-color:#d7d7d7;border:1px solid #ccc;color:#fff}.components-common-link_button--disabled:hover{background-color:#d7d7d7;border-color:#ccc}.components-common-link_button--disabled-flat{color:#0054ff;opacity:.5}.components-common-link_button--disabled-flat:hover{color:#0054ff}.components-common-link_button--large{font-size:1.4rem;padding:12px 32px}.components-common-link_button--small{font-size:1.2rem;padding:8px 16px}.components-common_member_table{display:flex;flex-direction:column;flex-grow:1;min-height:0}.components-common_member_table__head-container{border-bottom:1px solid #d7d7d7;color:#8c8c8c;font-size:1rem;font-weight:600;line-height:1.5}.components-common_member_table__body-container{display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow-y:auto}.components-common_member_table__foot-container{display:flex;font-size:1.2rem;justify-content:center;line-height:1.5;min-width:0;padding:28px}.components-common-pulldown_menu-link_menu_item{color:#0e202e;-webkit-text-decoration:none;text-decoration:none}.components-common-safe_href_anchor--disabled{pointer-events:none}.components-common-section{border:1px solid #e0e0e0;border-radius:4px;margin-bottom:20px}.components-common-section__header{background:#f2f4f5;border-bottom:1px solid #e0e0e0;border-radius:4px 4px 0 0;box-sizing:border-box;display:flex;flex-direction:column;gap:2px;line-height:1.5;min-height:45px;padding:12px 16px 12px 20px}.components-common-section__header-title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5}.components-common-section__description-wrapper{display:flex;flex-wrap:wrap;gap:4px}.components-common-section__header-description{color:#595959;font-size:1.2rem;line-height:1.5}.components-common-section__header-attention{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5}.components-common-section__body{background-color:#fff;border-radius:0 0 4px 4px}.common-text_includes_links__link{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.common-text_includes_links__link:hover{-webkit-text-decoration:underline;text-decoration:underline}.common-text_includes_links__link--not-clickable{pointer-events:none}.common-tooltip.place-bottom.bottom{border-radius:0;margin-top:-5px;padding:0}.common-tooltip .elltip-text{background:#f5f7f8;border:1px solid #ededed;box-shadow:0 0 4px 0 #0003;display:inline-block;font-size:1rem;line-height:1.2;padding:2.5px 5px}.company-company_description{padding-bottom:24px;padding-left:24px;padding-right:24px}.company-company_description .content{background-color:#f5f7f8;border-radius:2px;padding:24px;position:relative}.company-company_description .txt{font-size:1.2rem;line-height:1.8rem;white-space:pre-wrap}.company-company_description .txt a{color:#0054ff;-webkit-text-decoration:underline;text-decoration:underline}.company-company_description .txt a:hover{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.company-company_description .txt a:hover img{opacity:.7}.company-company_description .txt a:focus{color:#0054ff}.company-company_description .omit{word-wrap:break-word;max-height:52px;overflow:hidden}.company-company_description .txt-btn{background-color:#f5f7f8;color:#0054ff;font-size:1.2rem;padding-right:3px;position:relative;text-align:right;-webkit-text-decoration:none;text-decoration:none;width:100%}.company-company_follow_info{align-items:center;display:flex}.company-company_follow_info--horizontal{flex-direction:row}.company-company_follow_info--vertical{align-items:flex-start;flex-direction:column}.company-company_follow_info__icon{padding-right:3px}.company-company_follow_info__state{display:flex;font-size:1.4rem;margin-right:12px;white-space:pre-wrap}.company-company_follow_info__follow-number{font-weight:600}.company-company_header{background-color:#fff;min-height:200px;position:relative}.company-company_header .bg{background-position-x:center;background-repeat:no-repeat;background-size:contain;height:200px}.company-company_header .ctl{left:24px;position:absolute;top:24px;z-index:1}.company-company_header .ctl .prev{background:#f5f7f8cc;border:1px solid #0000;border-radius:3px;color:#595959;font-size:1.4rem;max-width:100%;padding:7px;-webkit-text-decoration:none;text-decoration:none}.components-company-company_info_panel{background-color:#fff;display:flex;flex-direction:column;padding:24px}.components-company-company_info_panel--type-requirement{border-radius:0 0 4px 4px;padding:20px}.components-company-company_info_panel__container{display:flex}.components-company-company_info_panel__logo{display:inline-block;padding-right:22px}.components-company-company_info_panel__logo--type-requirement{padding-right:18px}.components-company-company_info_panel__logo-image{background-color:#fff;border:1px solid #d7d7d7;border-radius:2px;box-sizing:border-box;height:92px;width:92px}.components-company-company_info_panel__text-container{flex-grow:1;max-width:calc(100% - 114px)}.components-company-company_info_panel__text-container--type-requirement{max-width:calc(100% - 110px)}.components-company-company_info_panel__merger-company-area{margin-bottom:12px;padding-left:114px}.components-company-company_info_panel__merger-company-area--type-requirement{padding-left:110px}.components-company-company_info_panel__merger-company-text{color:#595959;font-size:1.4rem;margin-right:8px;white-space:pre-wrap}.components-company-company_info_panel__merger-company-link{background-color:#fff;border-color:#d7d7d7;border-radius:4px;color:#0054ff;font-size:1.2rem;font-weight:400;padding:8px 12px;-webkit-text-decoration:none;text-decoration:none}.components-company-company_info_panel__merger-company-link:hover{background-color:#fff;border-color:#d7d7d7}.components-company-company_info_panel__name{color:#0e202e;font-size:2rem;font-weight:600;margin-bottom:10px;word-break:break-all}.components-company-company_info_panel__name--type-requirement{margin-bottom:14px}.components-company-company_info_panel__name-link{color:#0e202e;-webkit-text-decoration:none;text-decoration:none}.components-company-company_info_panel__company-follow-info{margin-top:12px}.company-company_info{box-sizing:border-box;display:flex;font-size:1.4rem}.company-company_info__address-info{align-items:center;box-sizing:border-box;display:inline-flex;line-height:1;max-width:20%;padding-right:20px}.company-company_info__icon-container{padding-right:4px}.company-company_info__address-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-company_info__url-info{align-items:center;display:inline-flex;max-width:80%}.company-company_info__url-link{color:#0054ff;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.company-company_info__url-link:hover{-webkit-text-decoration:underline;text-decoration:underline}.company-company_list{display:flex;flex-direction:column;gap:8px}.company-company{align-items:center;background-color:#fff;border-radius:3px;box-sizing:border-box;display:flex;gap:18px;height:60px;padding:11px 17px;position:relative;-webkit-text-decoration:none;text-decoration:none}.company-company:hover{opacity:.9}.company-company__icon-shadow{border:1px solid #e0e0e0;border-radius:2px;height:36px;width:36px}.company-company__company-icon{background-color:#ededed;border-radius:1px;height:34px;width:34px}.company-company__company-info{display:flex;flex-direction:column;gap:2px;min-width:0}.company-company__name{color:#0e202e;font-size:1.4rem;font-weight:600}.company-company__address,.company-company__name{line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-company__address{color:#595959;font-size:1.2rem}.company-empty_requirement{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-size:1.4rem;gap:8px;height:166px;justify-content:center;margin-top:16px}.company-hiring{display:grid;gap:14px;grid-template-columns:1fr 1fr 1fr;margin-top:16px}.components-company-home{display:grid;gap:20px;grid-template-columns:260fr 528fr;margin-top:16px}.components-company-home .company-aside{display:flex;flex-direction:column;font-size:1.4rem;gap:10px;line-height:1.5}.company-related_people{background-color:#fff;border-radius:2px;margin-bottom:12px;min-height:177px}.company-related_people__relation-container:not(:last-child){border-bottom:1px solid #ededed}.company-related_people__empty-related-people-field{align-items:center;display:flex;height:177px;padding-left:41px;padding-right:41px;text-align:center}.company-related_people__empty-related-people-sub-title{color:#a6a6a6;font-size:1.4rem;font-stretch:normal;font-style:normal;font-weight:600;line-height:1.8rem}.company-related_people__loader-container{display:flex;justify-content:center}.company-requirement{background-color:#fff;border-radius:2px;padding:20px 16px 10px}.company-requirement .pickup{align-items:center;background-color:#dbbd09;border-radius:2px;color:#fff;display:flex;font-size:1.4rem;font-weight:600;height:22px;justify-content:center;line-height:1.5;width:80px}.company-requirement .main-contents{border-bottom:1px solid #d7d7d7}.company-requirement .main-contents>.requirement-link{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.company-requirement .main-contents .image-container{height:0;margin:8px auto 18px;padding-top:52.86%;position:relative;width:100%}.company-requirement .main-contents .image-container:empty{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png);background-repeat:no-repeat;background-size:contain}.company-requirement .main-contents .image{height:auto;left:0;position:absolute;top:0;width:100%}.company-requirement .main-contents .requirement-title{display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;overflow:hidden;word-break:break-all}.company-requirement .footer{align-items:center;display:flex;padding:16px 0 0}.company-requirement .footer .logo{background-color:#fff;border:1px solid #ccc;border-radius:2px}.company-requirement .footer .share{display:flex;margin-left:auto}.company-requirement--home .footer .logo{height:28px;width:28px}.company-requirement--home .footer .share{font-size:1.4rem;line-height:1.5}.company-requirement--hiring .footer .logo{height:24px;width:24px}.company-requirement--hiring .footer .share{font-size:1.2rem;line-height:1.5}.components-company-timeline{min-width:0;position:relative}.components-company-timeline__list-container>*+*{margin-top:17px}.components-company-timeline__loader{display:flex;justify-content:center;margin-top:28px}.components-company-timeline__fetcher{display:flex;justify-content:center;margin-top:8px}.components-company-timeline__register-account{background-color:#fff;border-radius:2px;box-shadow:0 1px 4px 0 #00000014;padding:24px}.components-company-timeline__sub-title{color:#0e202e;font-size:1.6rem;line-height:1.5}.components-company-timeline__contents{color:#0e202e;font-size:1.2rem;line-height:1.5;padding-top:12px}.components-company-timeline__register{display:flex;justify-content:center;padding-top:16px;white-space:pre-line}.components-company-timeline__empty-post{align-items:center;background-color:#fff;border-radius:2px;box-shadow:0 1px 4px 0 #00000014;color:#a6a6a6;display:flex;flex-direction:column;font-size:1.4rem;gap:8px;height:187px;justify-content:center}.components-contract-contract_info_field_container__loader-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.components-contract-contract_info_field__title{color:#000;font-size:1.6rem;font-weight:600;line-height:1.5;margin-bottom:16px}.components-contract-contract_info_field__contract-info-text{color:#595959;font-size:1.6rem;line-height:1.5;padding-top:4px}.components-contract-contract_info_field__attention-text{color:#595959;font-size:1.2rem;line-height:1.5;padding:24px 0 0}.components-contract-contract_info_field__line{background-color:#ccc;border:0;height:1px;margin:24px 0 0}.components-contract-contract_info_field__link-text{background-color:#ededed;background-color:#0000;border:0;color:#a6a6a6;color:#0054ff;cursor:pointer;padding:0;-webkit-text-decoration:none;text-decoration:none}.components-contract-contract_info_field__link-text:hover{color:#0054ff}.components-contract-premium_code_form{font-size:1.4rem}.components-contract-premium_code_section{box-sizing:border-box;padding:64px 40px;text-align:center;width:100%}.components-contract-premium_code_section__title{color:#0054ff;font-size:2.4rem;font-weight:600;line-height:1.4;margin-bottom:32px;text-align:center}.components-contract-premium_code_setting_field{background-color:#f5f7f8;padding:30px 0}.components-contract-premium_code_setting_field__title{color:#0e202e;font-size:1.6rem;font-weight:400;line-height:1.5;margin-bottom:16px}.components-contract-premium_code_setting_field__setting-wrapper{align-items:center;display:flex;justify-content:center}.components-contract-premium_code_setting_field__input-field-wrapper{width:100px}.components-contract-premium_code_setting_field__period-symbol{color:#a6a6a6;font-size:2rem;font-weight:600;line-height:1.4;margin:0 12px}.components-contract-premium_code_setting_field__button-wrapper{display:flex;justify-content:center;margin-top:32px}.components-contract-premium_code_setting_field__error-text{color:#ff134c;font-size:1.2rem;line-height:1.5;margin-top:8px}.components-contract-premium_registration_complete_dialog__description-text{color:#595959;font-size:1.4rem;line-height:1.5}.components-contract-stats_info_section{box-sizing:border-box;padding:20px 20px 40px;width:100%}.components-csv_download-attention_field{box-sizing:border-box;margin-bottom:36px;width:100%}.components-csv_download-attention_field__content{background-color:#f0f3f5;color:#595959;padding:20px}.components-csv_download-attention_field__list{font-size:1.2rem;font-weight:600;line-height:1.5;list-style:disc;margin:0;padding-left:18px}.components-csv_download-attention_field__sub-info-row{align-items:flex-end;display:flex;justify-content:space-between;margin-top:20px}.components-csv_download-attention_field__sub-text-wrapper{font-size:1.2rem;line-height:1.5}.components-csv_download-attention_field__reservation-button-wrapper button{padding:6px 12px}.components-csv_download-attention_field__link-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-csv_download-attention_field__link-wrapper a{padding:4px 0}.components-csv_download-attention_field__link-text-container{align-items:center;display:flex;gap:4px}.components-csv_download-cards_count_field{color:#595959;margin-bottom:24px;text-align:center}.components-csv_download-cards_count_field__title{font-size:1.4rem;font-weight:600;line-height:1.5;margin-bottom:16px}.components-csv_download-cards_count_field__count{font-size:3.2rem;font-weight:600;line-height:1.4}.components-csv_download-cards_count_field__unit{font-size:1.8rem;font-weight:400;line-height:1.5;margin-left:8px}.components-csv_download-csv_order_list{box-sizing:border-box;display:flex;flex:1 0 auto;flex-direction:column;height:100%;margin-bottom:24px;width:100%}.components-csv_download-csv_order_list__title{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5;margin-bottom:2px}.components-csv_download-csv_order_list__description{color:#595959;font-size:1.2rem;line-height:1.5;margin-bottom:24px}.components-csv_download-csv_order_list__table-field{min-height:132px}.components-csv_download-csv_order_list__loader-wrapper{align-items:center;display:flex;justify-content:center;padding:20px 0 40px;width:60px}.components-csv_download-csv_order_table{color:#0e202e}.components-csv_download-csv_order_table__header{color:#8c8c8c;display:flex;font-size:1rem;font-weight:400;line-height:1.5}.components-csv_download-csv_order_table__row{align-items:center;border-bottom:1px solid #d7d7d7;box-sizing:border-box;color:#595959;display:flex;font-size:1.4rem;line-height:1.5;padding-left:10px}.components-csv_download-csv_order_table__row.ReactVirtualized__Table__headerRow{border-bottom:1px solid #a6a6a6;text-transform:none}.components-csv_download-csv_order_table__button-list{padding-right:20px}.components-csv_download-csv_order_table__list-item{margin-bottom:8px}.components-csv_download-csv_order_table__list-item:last-child{margin-bottom:0}.components-csv_download-csv_order_table__cards-count-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-csv_download-csv_order_table__no-data{color:#8c8c8c;display:flex;font-size:1.4rem;justify-content:center;line-height:1.5;padding-top:56px;text-align:center}.components-csv_download-csv_order_table__failed-text{color:#ff134c;font-size:1.4rem;line-height:1.5}.components-csv_download-csv_order_table__processing-text{color:#595959;font-size:1.4rem;line-height:1.5}.components-csv_download-download_form_without_corrected_card{margin-bottom:24px}.components-csv_download-download_form_without_corrected_card__switch-wrapper{display:flex;justify-content:center;margin-bottom:16px}.components-csv_download-download_form_without_corrected_card__switch-label{color:#0e202e;font-size:1.4rem;line-height:1.5;margin:2px 12px 0 0}.components-csv_download-download_form{align-items:center;display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.components-csv_download-download_form__detailed_settings{align-items:center;border:1px solid #e0e0e0;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;width:534px}.components-csv_download-download_form__detailed_settings_header{background-color:#ccc;border-radius:3px 3px 0 0;box-sizing:inherit;color:#fff;font-size:1.4rem;font-weight:600;line-height:1.5;padding:4px 20px;width:100%}.components-csv_download-download_form__divide-name-row{border-bottom:1px solid #e0e0e0;box-sizing:inherit;display:flex;justify-content:space-between;padding:16px 20px;width:100%}.components-csv_download-download_form__item-label{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5}.components-csv_download-download_form__collected-card-row{align-items:center;box-sizing:inherit;display:flex;justify-content:space-between;padding:16px 20px;width:100%}.components-csv_download-download_form__radio-button-wrapper{display:flex;flex-direction:column;gap:8px}.components-csv_download-info_field{background-color:#f2f7ff;box-sizing:border-box;color:#595959;font-size:1.2rem;line-height:1.5;padding:20px;width:100%}.components-csv_download-info_field__title{font-weight:600;margin:8px 0 2px}.components-csv_download-info_field__title:first-child{margin-top:0}.components-csv_download-info_field__list{list-style:disc;margin:0;padding-left:18px}.components-csv_download-info_field__link,.components-csv_download-info_field__link:hover{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-csv_download-info_field__link:focus{color:#0054ff}.components-csv_download-main{align-items:center;display:flex;flex-direction:column;height:100%;padding:50px 20px 41px}.components-csv_download-refresh_dialog__description-text,.components-csv_download-reservation_complete_dialog__description-text{color:#595959;font-size:1.4rem;line-height:1.5}.components-error_dialog__contents{font-size:1.6rem;line-height:1.5}.components-error_dialog-error_dialog__message{font-size:1.4rem;line-height:1.5}.components-error_dialog-error_dialog__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.components-event_service-need_activation_content{padding:28px 0;text-align:center}@media screen and (min-width:600px){.components-event_service-need_activation_content{padding:60px 0}}.components-event_service-need_activation_content__title{color:#0e202e;font-size:1.4rem;line-height:1.5}@media screen and (min-width:600px){.components-event_service-need_activation_content__title{font-size:2rem;line-height:1.4}}.components-event_service-need_activation_content__attention{color:#ff134c;font-size:1.6rem;font-weight:600;line-height:1.5;padding-top:8px}@media screen and (min-width:600px){.components-event_service-need_activation_content__attention{font-size:2.8rem;line-height:1.4;padding-top:20px}}.components-event_service-need_activation_content__image-container{padding:48px 0 28px}@media screen and (min-width:600px){.components-event_service-need_activation_content__image-container{padding:48px 0 20px}}.components-event_service-need_activation_content__content-text{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5}.components-event_service-need_activation_content__content-text+.components-event_service-need_activation_content__content-text{margin-top:8px}.feed-notice{background-color:#fffbee;cursor:pointer;margin:0 0 10px;padding:10px 40px 10px 20px}.feed-notice,.feed-notice .content{border:0;display:block;position:static}.feed-notice .content{color:#595959;font-size:1.2rem;font-weight:600;line-height:2.5rem;margin:0;padding:0;text-align:left}.feed-notice .close{color:#d7d7d7;cursor:pointer;display:block;position:absolute;right:10px;top:13px}.footer{font-size:1.1rem;line-height:1.36;padding-bottom:16px;padding-top:12px}.footer .nav-c>ul>li{color:#a6a6a6;display:inline-block;position:relative}.footer .nav-c>ul>li:not(:last-child){margin-right:8px}.footer .nav-c>ul>li>a,.footer .nav-c>ul>li>span{color:#a6a6a6;-webkit-text-decoration:none;text-decoration:none}.footer .nav-c>ul>li>a:hover,.footer .nav-c>ul>li>span:hover{color:#0e202e}.footer .nav-c>ul>li:hover>span{color:#595959;cursor:pointer}.footer .nav-c>ul>li:hover>span:after{border-top:4px solid #595959}.footer .nav-c>ul>li:hover>ul{display:block}.footer .nav-c>ul>li>span:after{border-left:4px solid #0000;border-right:4px solid #0000;border-top:4px solid #a6a6a6;content:"";display:inline-block;height:0;margin-left:5px;margin-top:-2px;vertical-align:middle;width:0}.footer .nav-c>ul>li>span+ul{display:none;padding-top:4px;position:absolute;right:0}.footer .nav-c>ul>li>span+ul>li{background:#fff;white-space:nowrap}.footer .nav-c>ul>li>span+ul>li:first-child{border-radius:4px 4px 0 0;border-top:1px solid #0054ff}.footer .nav-c>ul>li>span+ul>li:first-child>a{border-radius:4px 4px 0 0;padding:9px 9px 5px}.footer .nav-c>ul>li>span+ul>li:last-child{border-bottom:1px solid #0054ff;border-radius:0 0 4px 4px}.footer .nav-c>ul>li>span+ul>li:last-child>a{border-radius:0 0 4px 4px;padding:5px 9px 9px}.footer .nav-c>ul>li>span+ul>li>a{border-left:1px solid #0054ff;border-right:1px solid #0054ff;color:#0e202e;display:block;padding:5px 9px;-webkit-text-decoration:none;text-decoration:none}.footer .nav-c>ul>li>span+ul>li>a:hover{background:#f5f7f8}.footer .copyright{color:#a6a6a6}.web-renewal-layout .footer{font-size:1.2rem;line-height:1.5;margin-top:auto;padding-bottom:16px;padding-top:12px}.web-renewal-layout .footer .nav-c>ul>li{color:#93999d;display:inline-block;position:relative}.web-renewal-layout .footer .nav-c>ul>li:not(:last-child){margin-right:1em}.web-renewal-layout .footer .nav-c>ul>li>a,.web-renewal-layout .footer .nav-c>ul>li>span{color:#93999d;display:inline-flex;-webkit-text-decoration:none;text-decoration:none}.web-renewal-layout .footer .nav-c>ul>li>a:focus-visible,.web-renewal-layout .footer .nav-c>ul>li>a:hover,.web-renewal-layout .footer .nav-c>ul>li>span:focus-visible,.web-renewal-layout .footer .nav-c>ul>li>span:hover{color:#0e202e}.web-renewal-layout .footer .nav-c>ul>li:hover>span{color:#0e202e;cursor:pointer}.web-renewal-layout .footer .nav-c>ul>li:hover>span:after{border-top:4px solid #595959}.web-renewal-layout .footer .nav-c>ul>li:hover>ul{display:block}.web-renewal-layout .footer .nav-c>ul>li>span:after{display:none}.web-renewal-layout .footer .nav-c>ul>li>span+ul{background:#fff;border:1px solid #e0e0e0;border-radius:4px;bottom:18px;box-sizing:border-box;display:none;padding-bottom:0;padding-top:0;position:absolute;right:0;width:216px}.web-renewal-layout .footer .nav-c>ul>li>span+ul>li{background:#0000;white-space:pre-wrap}.web-renewal-layout .footer .nav-c>ul>li>span+ul>li:first-child{border-radius:0;border-top:0}.web-renewal-layout .footer .nav-c>ul>li>span+ul>li:first-child>a{border-radius:0;padding:12px}.web-renewal-layout .footer .nav-c>ul>li>span+ul>li:last-child{border-bottom:0;border-radius:0}.web-renewal-layout .footer .nav-c>ul>li>span+ul>li:last-child>a{border-radius:0;padding:12px}.web-renewal-layout .footer .nav-c>ul>li>span+ul>li>a{border-left:0;border-right:0;color:#0e202e;display:block;padding:12px;-webkit-text-decoration:none;text-decoration:none}.web-renewal-layout .footer .nav-c>ul>li>span+ul>li>a:hover{background:#f5f7f8;border-radius:4px}.web-renewal-layout .footer .copyright{color:#93999d}.components-footer-footer_copyright_only{color:#a6a6a6;font-size:1.1rem;line-height:1.5;padding:6px 0}.components-footer-footer_wide{font-size:1.1rem;line-height:1.36;padding:12px 0;text-align:left}.components-footer-footer_wide__item{color:#a6a6a6;display:inline-block;margin-right:12px}.components-footer-footer_wide__link{color:#a6a6a6;font-size:1.3rem;-webkit-text-decoration:none;text-decoration:none}.components-footer-footer_wide__link:hover{color:#0e202e}.components-footer-footer_wide__copyright{color:#a6a6a6;font-size:1.5rem;margin-top:12px}.components-header-download_appeal_banner{height:75px;width:100%}.components-header-download_appeal_banner__body{align-items:center;background:#f0f3f5;box-sizing:border-box;display:flex}.components-header-download_appeal_banner__close-button-container{align-items:center;display:flex;padding:16px}.components-header-download_appeal_banner__close-button{align-items:center;-webkit-appearance:none;appearance:none;background:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-header-download_appeal_banner__close-button:active{top:0}.components-header-download_appeal_banner__close-button-icon{color:#93999d}.components-header-download_appeal_banner__close-button-icon:active{top:0}.components-header-download_appeal_banner__link-area{align-items:center;display:flex;padding:11px 0 12px;-webkit-text-decoration:none;text-decoration:none;width:100%}.components-header-download_appeal_banner__image-container{flex-grow:0;flex-shrink:0}.components-header-download_appeal_banner__credit-container{flex-grow:1;padding-left:16px}.components-header-download_appeal_banner__title{color:#0e202e;font-size:1.4rem;font-weight:600;margin-bottom:8px}.components-header-download_appeal_banner__provide{color:#8c8c8c;font-size:1.2rem}.components-header-download_appeal_banner__text{color:#0054ff;flex-grow:0;flex-shrink:0;font-size:1.4rem;line-height:1.5;padding:16px 20px}.header-global_header_nav{display:grid;grid-template-columns:1fr minmax(256px,442px) 1fr;height:var(--height-nav-header)}.header-global_header_nav__logo-container{align-items:center;display:flex;gap:28px;padding-left:24px}.header-global_header_nav__logo{height:36px;width:auto}.header-global_header_nav__tabs-container{display:flex;justify-content:center;padding:0 12px}.header-global_header_nav__settings-container{align-items:center;display:flex;gap:10px;justify-content:flex-end;min-width:208px;padding-right:24px}.header-global_header{display:flex;flex-direction:column}.header-global_header__spacer{height:var(--height-nav-header)}.header-global_header__header{background-color:#fff;box-shadow:0 2px 4px 0 #0000000d;left:0;position:fixed;top:0;width:100%;z-index:1000}.header-global_header__visible{height:var(--search-header-height);overflow:visible}.header-global_header__visible--shrinking{animation:var(--nav-transform-duration) var(--nav-animation-easing) var(--nav-visible-duration) forwards shrink-search-header;overflow:hidden}.header-global_header__hidden{height:0;overflow:hidden}.header-global_header__hidden--growing{animation:var(--nav-transform-duration) var(--nav-animation-easing) forwards grow-search-header;overflow:visible}.header-global_header__fade-in{animation:var(--nav-visible-duration) var(--nav-animation-easing) var(--nav-transform-duration) forwards fade-in;opacity:0}.header-global_header__fade-out{animation:var(--nav-visible-duration) var(--nav-animation-easing) forwards fade-out;opacity:1}@keyframes grow-search-header{0%{height:0}to{height:var(--search-header-height)}}@keyframes shrink-search-header{0%{height:var(--search-header-height)}to{height:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-header-header_base{background:#0054ff;height:55px;left:0;position:fixed;top:0;width:100%;z-index:1000}.components-header-header_base__container{align-items:center;display:flex;*zoom:1;box-sizing:border-box;height:100%;margin-left:auto;margin-right:auto;max-width:1088px;padding-left:20px;position:relative;width:100%}.components-header-header_base__container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.components-header-header_base__logo-title{display:block;margin-right:34px;min-width:70px}.components-header-header_base__eight-logo-type{height:30px;overflow:hidden}.components-header-header_base__search-field-container{align-items:center;display:flex;flex:1 1;min-width:0}.components-header-header_base__search-field{align-items:baseline;background:#fff;border:1px solid #fff;border-radius:3px;box-sizing:border-box;color:#000;display:flex;font-size:1.2rem;height:25px;max-width:240px;padding:0 8px;position:relative;width:100%}.components-header-header_base__search-field input[type=text]{border:0;flex:1 1;height:100%;line-height:2;min-width:0}.components-header-header_base__search-option-button{background-color:#0022cd;border:0;border-radius:3px;color:#fff;font-size:1.2rem;font-weight:400;line-height:1.5;margin-left:12px;min-height:auto;padding:4px 14px}.components-header-header_base__search-option-button:hover{background-color:#0004af}.components-header-header_base__advanced-search-button{padding:4px 20px}.header-header_navi{align-items:center;display:flex;gap:24px;justify-content:space-around;position:relative;z-index:1001}.header-header_navi .menu-container{position:relative}.header-header_navi .menu-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.header-header_navi .team-button-tooltip{box-sizing:border-box;font-size:1.4rem;line-height:2rem;padding:12px;width:220px}.header-header_navi .team-button-tooltip.show{opacity:1}.header-header_navi .team-button-tooltip.place-bottom{margin-top:36px}.header-header_navi .team-button-tooltip.type-light.place-bottom:after{border-bottom-width:9px}.header-header_navi .team-button-tooltip.place-bottom:after{border-left:9px solid #0000;border-right:9px solid #0000;margin-left:-6px;top:-8px}.components-header-header_only_logo_sp{align-items:center;background-color:#fff;border-bottom:1px solid #ededed;box-sizing:border-box;display:flex;height:48px;padding:0 12px}.components-header-header_only_logo_sp__logo-container{box-sizing:border-box;height:100%;padding:16px 0 12px}.components-header-header_only_logo_sp__logo{height:100%;width:auto}.header-header_only_logo{background:#0054ff;height:55px;left:0;min-width:500px;position:fixed;top:0;width:100%;z-index:1000}.header-header_only_logo .container{align-items:center;display:flex;*zoom:1;box-sizing:border-box;height:100%;margin-left:auto;margin-right:auto;max-width:1088px;padding-left:20px;position:relative;width:100%}.header-header_only_logo .container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.header-header_only_logo .logo-title{display:block}.header-header_only_logo .logo-title--align-left{margin-left:0}.header-header_only_logo .eight-logo{height:30px;overflow:hidden;width:auto}.components-header-search_window{align-items:center;background-color:#fff;border:0;border-radius:38px;box-shadow:0 2px 10px 0 #0003;display:flex;gap:8px;max-width:224px;opacity:0;padding:8px 12px;visibility:hidden;width:100%}.components-header-search_window--narrow{width:auto}.components-header-search_window--visible{opacity:1;transition:all var(--nav-visible-duration) ease;visibility:visible}.components-header-search_window__text{display:-webkit-box;font-size:1.4rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;flex-grow:1;overflow:hidden;padding-left:4px;text-align:left}.components-header-search_window__placeholder{font-size:1.4rem;line-height:1.5;white-space:nowrap}.components-header-search_window__edit{color:#0054ff;flex-shrink:0;font-size:1.4rem;line-height:1.5}.header-logo_only_header{align-items:center;background-color:#fff;display:flex;height:var(--height-nav-header);padding-left:24px}.components-header-menu_links__menu-link{display:block;-webkit-text-decoration:none;text-decoration:none}.header-navigation_header{display:flex;flex-grow:1;justify-content:space-between}.header-navigation_header__tab-container{align-items:center;border-top:3px solid #0000;display:flex;justify-content:center;max-width:64px}.header-navigation_header__tab-container--selected{border-top:3px solid #0054ff}.header-navigation_header__tab{align-items:center;border-radius:4px;color:#93999d;cursor:pointer;display:flex;flex-direction:column;gap:2px;justify-content:center;min-height:60px;min-width:64px;position:relative;-webkit-text-decoration:none;text-decoration:none}.header-navigation_header__tab--selected{color:#0054ff}.header-navigation_header__tab:hover{background-color:#f0f3f5}.header-navigation_header__tab:focus-visible{background-color:#f0f3f5;border:1px solid #0054ff}.header-navigation_header__tab-name{font-size:1rem;font-weight:600;line-height:1.5}.header-navigation_header__badge{background-color:#ff134c;border-radius:50%;color:#fff;display:grid;height:18px;line-height:1;place-items:center;position:absolute;right:4px;top:4px;width:18px}.components-header-search_filter_details{display:flex;flex-direction:column;gap:4px;width:130px}.components-header-search_filter_details__title-container{display:flex;justify-content:space-between}.components-header-search_filter_details__title{align-items:center;color:#595959;display:inline-flex;font-size:1.2rem;font-weight:600;gap:4px;line-height:1.5}.components-header-search_filter_details__clear-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#0054ff;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-header-search_filter_details__filter-button{align-items:center;background-color:#fff;border:1px solid #d7d7d7;border-radius:4px;display:flex;padding:6px 8px}.components-header-search_filter_details__filter-button-text-wrapper{align-items:center;display:inline-flex;flex-grow:1;gap:4px;justify-content:space-between;word-break:break-all}.components-header-search_filter_details__filter-button-placeholder,.components-header-search_filter_details__filter-button-text{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:1.2rem;line-height:1.5;overflow:hidden}.components-header-search_filter_details__filter-button-text{color:#0e202e}.components-header-search_filter_details__filter-button-icon{color:#0054ff}.components-header-search_filter_details__filter-button-placeholder{color:#8c8c8c}.components-header-search_header_input{display:flex;flex-direction:column;max-width:560px;position:relative;width:100%}.components-header-search_header_input__input{background-color:#e7ecf3;border:0;border-radius:38px;color:#0e202e;font-size:1.6rem;line-height:1.5;outline:none;padding:12px 40px 12px 20px;width:100%}.components-header-search_header_input__input::placeholder{color:#8c8c8c}.components-header-search_header_input__search-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0054ff;border:0;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0;padding:0;position:absolute;right:4px;-webkit-text-decoration:none;text-decoration:none;top:calc(50% - 20px);-webkit-user-select:none;user-select:none;width:40px}.components-header-search_header_input__search-icon{color:#fff}.header-search_header{align-items:center;display:flex;flex-direction:column;padding:14px 0 16px}.header-search_header__input-container{display:flex;justify-content:center;width:100%}.header-search_header__detail-search-container{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding-top:24px}.components-header-setting_menu{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-import-attention_info_field{color:#8c8c8c;font-size:1rem;line-height:1.5}.components-import-attention_info_field__list{display:flex;flex-direction:column;gap:4px;list-style-position:inside;list-style-type:"・";margin:0}.components-import-dialog-complete_import_dialog,.components-import-dialog-confirm_change_import_source_dialog,.components-import-dialog-confirm_import_dialog,.components-import-dialog-failed_import_dialog{color:#595959;font-size:1.4rem;line-height:1.5}.components-import-history-import_order_detailed_errors_dialog__error-dialog-contents{color:#595959;display:flex;flex-direction:column;font-size:1.4rem;gap:20px;line-height:1.5;max-height:calc(100vh - 20rem);overflow-y:auto}.components-import-history-import_order_detailed_errors_dialog__loading-container{display:grid;place-items:center}.components-import-history-import_order_list{border-top:1px solid #e0e0e0;display:flex;flex-direction:column}.components-import-history-import_order_list__accordion-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;justify-content:flex-start;margin:24px 0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-import-history-import_order_list__title{color:#0e202e;font-size:1.6rem;line-height:1.5}.components-import-history-import_order_list__arrow-icon{color:#0054ff;display:inline-block;margin-left:8px}.components-import-history-import_order_table{display:flex;flex-direction:column;width:100%}.components-import-history-import_order_table__header{box-sizing:border-box;color:#a6a6a6;display:flex;font-size:1.2rem;gap:8px;line-height:1.5;width:100%}.components-import-history-import_order_table__cell{align-items:center;box-sizing:border-box;display:inline-flex;padding:8px 12px}.components-import-history-import_order_table__cell--ordered-at,.components-import-history-import_order_table__cell--status{flex:0 0 110px}.components-import-history-import_order_table__cell--message{flex-grow:1}.components-import-history-import_order_table__table{border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:block;font-size:1.4rem;height:200px;line-height:1.5;overflow-y:scroll;width:100%}.components-import-history-import_order_table__table--empty{display:flex;justify-content:center}.components-import-history-import_order_table__empty{align-items:center;color:#8c8c8c;display:flex;flex-direction:column;height:100%;justify-content:center}.components-import-history-import_order_table__row{display:flex;gap:8px}.components-import-history-import_order_table__loader-wrapper{align-items:center;display:flex;justify-content:center}.components-import-history-import_order_table__cell-text{color:#0e202e;font-size:1.4rem;line-height:1.5}.components-import-history-import_order_table__cell-text--error{color:#ff134c}.components-import-history-import_order_table__error-detail{align-items:center;display:inline-flex;gap:8px}.components-import-import_file_execute_field{display:flex;flex-direction:column}.components-import-import_file_execute_field__title{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5;margin-bottom:24px}.components-import-import_file_form{display:flex;flex-direction:column;gap:60px}.components-import-import_file_form__error-dialog-description{color:#595959;font-size:1.4rem;line-height:1.5}.components-import-import_file_form__importing-field-text{color:#0e202e;font-size:1.6rem;line-height:1.5}.components-import-import_file_uploader_container{display:flex;flex-direction:column}.components-import-import_file_uploader_container__order-list-container{margin-top:60px}.components-import-import_file_uploader__title{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5;margin-bottom:24px}.components-import-import_file_uploader__input{display:none}.components-import-import_file_uploader__upload-field{align-items:center;background-color:#f0f3f5;border:1px dashed #a6a6a6;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;justify-content:center;margin-bottom:8px;min-height:108px;padding:20px}.components-import-import_file_uploader__upload-field--uploaded{background-color:#f2f7ff;border:0;padding:28px 20px}.components-import-import_file_uploader__upload-field-title{color:#8c8c8c;font-size:1.4rem;font-weight:600;line-height:1.5}.components-import-import_file_uploader__upload-field-title--uploaded{color:#0e202e}.components-import-import_file_uploader__description-container{margin-bottom:16px}.components-import-import_file_uploader__notice-text{color:#ff134c;font-size:1.4rem;line-height:1.5}.components-import-import_file_uploader__description-text{color:#0e202e;font-size:1.4rem;line-height:1.5}.components-import-import_file_uploader__download-button-container{margin-top:12px}.components-import-layout{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:808px;padding:55px 0 0}.components-import-layout__footer-container{box-sizing:border-box;margin:20px 0 0;max-width:808px;width:100%}.components-import-layout__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.web-renewal-layout .components-import-layout{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:808px;padding:0}.web-renewal-layout .components-import-layout__footer-container{box-sizing:border-box;margin:20px 0 0;max-width:808px;width:100%}.web-renewal-layout .components-import-layout__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.components-import-select_import_type_field{display:flex;flex-direction:column}.components-import-select_import_type_field__title{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5;margin-bottom:24px}.components-import-select_import_type_field__radio-container{display:flex;gap:8px}.components-import-select_import_type_field__radio-label-container{align-items:center;display:flex;flex-direction:column;height:100px;width:100px}.components-import-select_import_type_field__label-text{align-items:center;color:#0e202e;display:inline-flex;flex-grow:1;font-size:1.2rem;font-weight:600;line-height:1.5}.components-loader{align-items:center;background:#0000004d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999999}.components-loader__container{height:108px;width:108px}.main{position:relative}.main,.main .main__container,.main .main__contents,.main main{box-sizing:border-box;height:100%}.main__container{*zoom:1;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1088px;position:relative;width:100%}.main__container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.main__contents{padding-top:55px}.main__contents--with-hiring-career-summary-banner{padding-top:115px}.main main{align-items:flex-start;display:flex;margin-left:280px}.main__main-pane{display:block;min-height:1px;width:528px}.main__main-pane,.web-renewal-layout .main{box-sizing:border-box;height:100%;position:relative}.web-renewal-layout .main__contents{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding-top:0}.web-renewal-layout .main main{margin-left:0}.web-renewal-layout .main__main-pane{box-sizing:border-box;display:block;height:100%;min-height:0;position:relative;width:min(528px,100%)}.components-navigation-career_setting-career_setting_appeal_dialog__description{color:#1b63d2;font-size:1.4rem;font-weight:600;line-height:1.5}.components-navigation-career_setting-career_setting_dialog_when_hiring__catch{color:#0054ff}.components-navigation-job_change_intention-job_change_intention_feedback_dialog__description{color:#595959;font-size:1.4rem;line-height:1.5}.components-navigation-job_change_intention-job_change_intention_input{display:flex;gap:32px;width:100%}.components-navigation-job_change_intention-job_change_intention_input__radio-button-group-wrapper{display:flex;flex-direction:column;gap:32px;width:100%}.components-navigation-job_change_intention-job_change_intention_input__radio-button-group{display:flex;flex-direction:column;gap:16px}.components-navigation-job_change_intention-job_change_intention_input__attention-wrapper{position:relative}.components-navigation-job_change_intention-job_change_intention_input__attention{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5;position:absolute;top:4px}.components-navigation-job_change_intention-job_change_intention_input__notice{color:#ff134c;font-size:1.2rem;line-height:1.5}.components-navigation-job_change_intention-job_change_intention_input__button-wrapper{display:flex;gap:12px;justify-content:flex-end}.components-navigation-personal_card_entry-birthday_input-birthday_input_dialog__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.components-navigation-personal_card_entry-birthday_input-birthday_input_dialog__description{color:#0e202e;font-size:1.4rem;line-height:1.5;margin-top:8px}.components-navigation-personal_card_entry-birthday_input-birthday_input_dialog__attention{color:#ff134c;font-size:1.4rem;line-height:1.5}.components-navigation-personal_card_entry-birthday_input-birthday_input_dialog__birthday-input{margin-top:28px}.components-navigation-personal_card_entry-career_personal_card_confirm_dialog__header{word-break:break-all}.components-personal_card_entry-input_field{font-size:1.4rem;line-height:1.5}.components-navigation-personal_card_entry-job_intention_dialog__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.components-navigation-personal_card_entry-job_intention_dialog__description{color:#0e202e;font-size:1.4rem;line-height:1.5;margin-top:8px}.components-navigation-personal_card_entry-job_intention_dialog__attention{color:#ff134c;font-size:1.4rem;line-height:1.5}.components-navigation-personal_card_entry-job_intention_dialog__job-intention-input{margin-top:28px}.components-navigation-personal_card_entry-job_intention_input__input-column{display:flex;flex-direction:column;gap:20px}.components-navigation-personal_card_entry-job_intention_input__attention{align-items:center;color:#ff134c;display:flex;font-size:1.2rem;font-weight:600;line-height:1.5;margin-top:4px}.components-navigation-personal_card_entry-job_intention_input__attention-message{margin-left:24px}.components-navigation-personal_card_entry-job_intention_input__button-wrapper{display:flex;justify-content:flex-end;margin-top:28px}.components-personal_card_entry-manual_input_card_editor__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4;margin-bottom:8px}.components-personal_card_entry-manual_input_card_editor__description{color:#0e202e;font-size:1.4rem;line-height:1.5;margin-bottom:24px}.components-personal_card_entry-manual_input_card_editor__content{display:flex;gap:32px;justify-content:space-between;margin-bottom:12px}.components-personal_card_entry-manual_input_card_editor__input-fields-wrapper{flex-grow:1}.components-personal_card_entry-manual_input_card_editor__button-wrapper{display:flex;justify-content:flex-end}.components-personal_card_entry-manual_input_card_editor__error{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5;margin-top:4px}.components-navigation-personal_card_entry-manual_input_card_preview_field__img{border:1px solid #e0e0e0;box-sizing:border-box;height:265px;width:438px}.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding{display:flex;flex-direction:column}.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__image{background-image:url(/assets/webpack/resource/0ad1c900ea54655042ad.png);background-repeat:no-repeat;background-size:100% auto;height:0;max-width:calc(100vw - 4rem);padding-top:36.96%;width:652px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__image{background-image:url(/assets/webpack/resource/3801575d8ce9226c5f5f.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__image{background-image:url(/assets/webpack/resource/1c6c78074f5a59cdd346.png)}}.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__image--en{background-image:url(/assets/webpack/resource/4831c93e6be3ae630aeb.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__image--en{background-image:url(/assets/webpack/resource/b012fd0a8cdd703ac050.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__image--en{background-image:url(/assets/webpack/resource/c65dfbefa786634fac95.png)}}.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:28px 24px 32px}.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__title{color:#0e202e;font-size:2.2rem;line-height:1.4;text-align:center}.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__description{color:#0e202e;font-size:1.4rem;line-height:1.5;margin-top:12px}.components-navigation-profile_card_image_upload-profile_card_image_upload_onboarding__button-container{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:24px}.navigation-set_career_summary-example1{text-align:center}.navigation-set_career_summary-example1 .description{font-size:1.4rem;line-height:2.1rem;margin:0 0 2rem;text-align:center}.navigation-set_career_summary-example1 .caption{font-size:1.4rem;font-weight:600;margin:0 0 2rem;text-align:left}.navigation-set_career_summary-example1 .example{background-color:#fff;border:1px solid #0054ff;border-radius:4px;display:block;font-size:1.4rem;height:180px;line-height:2.1rem;margin:20px 0 0;padding:20px;text-align:left}.navigation-set_career_summary-example2{text-align:center}.navigation-set_career_summary-example2 .description{font-size:1.4rem;line-height:2.1rem;margin:0 0 2rem;text-align:center}.navigation-set_career_summary-example2 .caption{font-size:1.4rem;font-weight:600;margin:0 0 2rem;text-align:left}.navigation-set_career_summary-example2 .example{background-color:#fff;border:1px solid #0054ff;border-radius:4px;display:block;font-size:1.4rem;height:180px;line-height:2.1rem;margin:20px 0 0;padding:20px;text-align:left}.navigation-set_career_summary-example2 .lead{font-size:1.4rem;font-weight:600;line-height:2.1rem;margin:3rem 0 1rem;text-align:center}.components-navigation-set_career_summary-input_form{text-align:center}.components-navigation-set_career_summary-input_form__title{font-size:1.6rem;font-weight:600;line-height:1.5;margin-bottom:1rem;text-align:center}.components-navigation-set_career_summary-input_form__title2{font-size:1.4rem;font-weight:600;line-height:1.5;margin:0 1rem 1rem;text-align:center}.components-navigation-set_career_summary-input_form__description{font-size:1.4rem;line-height:1.5;margin:0 0 2rem;text-align:center}.components-navigation-set_career_summary-input_form__nav{display:flex;justify-content:center;margin:10px 0 0}.components-navigation-set_career_summary-input_form__errors{background:#fff;border:0;color:#ff134c;display:block;font-size:1rem;font-weight:600;line-height:1.5;margin:0 0 0 80px;padding:0;position:static;text-align:left}.components-navigation-set_career_summary-input_form__content_field{background-color:#fff;border:1px solid #0054ff;border-radius:4px;display:block;font-size:1.2rem;height:200px;line-height:1.5;margin:5px auto 3px;max-height:200px;max-width:400px;padding:5px;position:static;width:400px}.components-navigation-set_career_summary-input_form__example{background-color:#fff;border:1px solid #0054ff;border-radius:4px;display:block;font-size:1.4rem;height:180px;line-height:1.5;margin:20px 0 0;padding:20px;text-align:left}.components-navigation-set_career_summary-input_form__examples{font-size:1.4rem;line-height:1.5;margin:3px auto 10px;text-align:center}.components-navigation-set_career_summary-input_form__examples--right{padding-right:80px;text-align:right}.components-navigation-set_career_summary-input_form__button{align-items:center;color:#595959;display:inline-flex;justify-content:center;margin:3px 10px;-webkit-text-decoration:none;text-decoration:none}.components-navigation-set_career_summary-input_form__button--active{color:#0054ff}.components-navigation-set_career_summary-input_form__example-icon-container{display:inline-flex;margin-right:3px}.components-navigation-set_career_summary-input_form__skip{margin-left:12px}.components-navigation-set_career_summary-input_form__share-feed-nav{display:flex;flex-direction:column;gap:5px}.components-navigation-set_career_summary-introduction1{text-align:center}.components-navigation-set_career_summary-introduction1__description{font-size:1.4rem;line-height:1.5;margin:0 0 2rem;text-align:center}.components-navigation-set_career_summary-introduction1__insert-introduction1{background-image:url(/assets/webpack/resource/93e6c46f438e0ccf03be.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:46.71%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-set_career_summary-introduction1__insert-introduction1{background-image:url(/assets/webpack/resource/357ec801d6ac713ba7c3.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-set_career_summary-introduction1__insert-introduction1{background-image:url(/assets/webpack/resource/054ad63ce8df5783e607.png)}}.components-navigation-set_career_summary-set_career_summary__button-wrapper{display:flex;justify-content:center;margin-top:32px}.components-navigation-tutorial_onboarding_nav{border-radius:4px;overflow:hidden}.components-navigation-tutorial_onboarding_nav__nav-image{height:0;max-width:calc(100vw - 4rem);padding-top:37.95%;width:606px}.components-navigation-tutorial_onboarding_nav__nav-image--step-1{background-image:url(/assets/webpack/resource/e7544338d396dc0475ad.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-1{background-image:url(/assets/webpack/resource/de79cb3a23dec9660dcb.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-1{background-image:url(/assets/webpack/resource/6098b515aa2e8ed3f67f.png)}}.components-navigation-tutorial_onboarding_nav__nav-image--step-2{background-image:url(/assets/webpack/resource/6de68d01013de51afe92.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-2{background-image:url(/assets/webpack/resource/1ea067cae985d9a9d531.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-2{background-image:url(/assets/webpack/resource/d7b97b7d739b28d29bda.png)}}.components-navigation-tutorial_onboarding_nav__nav-image--step-2-en{background-image:url(/assets/webpack/resource/ad22b1009e2817a03a92.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-2-en{background-image:url(/assets/webpack/resource/0957e0d4b22fc2f9bacf.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-2-en{background-image:url(/assets/webpack/resource/5e1a05743637e69c0031.png)}}.components-navigation-tutorial_onboarding_nav__nav-image--step-3{background-image:url(/assets/webpack/resource/5b57c9724990e35938f4.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-3{background-image:url(/assets/webpack/resource/2257f7b00f0e896da063.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-3{background-image:url(/assets/webpack/resource/4188c99a3eaad855c27f.png)}}.components-navigation-tutorial_onboarding_nav__nav-image--step-3-en{background-image:url(/assets/webpack/resource/5ed6788b168ea86df2ff.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-3-en{background-image:url(/assets/webpack/resource/6ce4f563d91a608fb38e.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-3-en{background-image:url(/assets/webpack/resource/7d6b51178ae13bde179b.png)}}.components-navigation-tutorial_onboarding_nav__nav-image--step-4{background-image:url(/assets/webpack/resource/86106fffb2e1aa497d96.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-4{background-image:url(/assets/webpack/resource/c78d95bc7e017e85d092.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-4{background-image:url(/assets/webpack/resource/813fe2a3eb663191af77.png)}}.components-navigation-tutorial_onboarding_nav__nav-image--step-4-en{background-image:url(/assets/webpack/resource/830055289946a38f4095.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-4-en{background-image:url(/assets/webpack/resource/d4c519a4e0990cbaf552.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-navigation-tutorial_onboarding_nav__nav-image--step-4-en{background-image:url(/assets/webpack/resource/d1b66ec6ce127ca0aef5.png)}}.components-navigation-tutorial_onboarding_nav__body{align-items:center;display:flex;flex-direction:column;padding:32px 0}.components-navigation-tutorial_onboarding_nav__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4;text-align:center}.components-navigation-tutorial_onboarding_nav__text{color:#595959;font-size:1.4rem;line-height:1.5;margin-top:20px;text-align:center}.components-navigation-tutorial_onboarding_nav__button-wrapper{margin-top:24px}.components-navigation-unread_message_dialog__message{color:#595959;font-size:1.4rem;line-height:1.5;margin-top:18px;word-break:break-all}.components-networks-shared_contact_dialog{font-size:1.4rem;line-height:1.5}.news-article{display:flex;flex-direction:column}.news-article__news-article-icon{height:20px;left:32px;position:absolute;top:26px;width:20px}.news-article__news-article-face{height:44px;width:44px}.news-article__company-logo-image{border:1px solid #e0e0e0;height:44px;width:44px}.news-article__icon-container{display:flex;position:relative}.components-news-dialog-link_request_form{position:relative}.components-news-dialog-link_request_form__title{color:#0e202e;font-size:2.2rem;line-height:1.4}.components-news-dialog-link_request_form__close-container{position:absolute;right:-15px;text-align:right;top:-20px}.components-news-dialog-link_request_form__close{color:#ccc}.components-news-dialog-link_request_form__close:hover{color:#ededed}.components-news-dialog-link_request_form__message{background-color:#f2f7ff;border:1px solid #ededed;border-radius:2px;box-sizing:border-box;color:#0e202e;font-size:1.2rem;line-height:1.5;margin-bottom:32px;max-height:260px;overflow:auto;padding:12px;text-align:left;white-space:pre-wrap;width:520px}.components-news-dialog-link_request_form__button-container{display:flex;justify-content:center}.components-news-dialog-link_request_form__reject-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#f0f3f5;background-color:#e0e0e0;border:0;border-radius:4px;box-sizing:border-box;color:#595959;cursor:pointer;display:flex;font-size:1.4rem;font-weight:600;height:34px;justify-content:center;margin:0 8px;min-height:42px;min-height:34px;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:114px}.components-news-dialog-link_request_form__reject-button:hover{background-color:#e6e9eb}.components-news-dialog-link_request_form__info{color:#0e202e;font-size:1.4rem;line-height:1.5;margin:22px 0 16px}.components-news-dialog-link_request_form__footer{align-items:center;background:#fff;box-sizing:border-box;display:flex;justify-content:space-between;padding-top:32px;width:100%}.components-news-dialog-link_request_form__link-request-profile{-webkit-text-decoration:none;text-decoration:none}.components-news-dialog-link_request_form__report-icon{margin-right:2px}.components-news-dialog-link_request_profile{background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-sizing:border-box;padding:24px 16px;width:100%}.components-news-dialog-link_request_profile__profile-container{align-items:center;display:flex;justify-content:space-between}.components-news-dialog-link_request_profile__profile{align-items:center;box-sizing:border-box;display:flex}.components-news-dialog-link_request_profile__details{margin-left:12px;text-align:left}.components-news-dialog-link_request_profile__name{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-news-dialog-link_request_profile__text{color:#8c8c8c;font-size:1.4rem;line-height:1.5;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-news-dialog-link_request_profile__card{border:1px solid #e0e0e0}.components-news-dialog-link_request_profile__message-container{margin-top:20px}.components-news-dialog-link_request_profile__message{background-color:#f5f7f8;border-radius:4px;box-sizing:border-box;color:#0e202e;font-size:1.4rem;line-height:1.5;max-height:260px;overflow:auto;padding:12px 16px;text-align:left;white-space:pre-wrap}.components-news-dialog-link_request_profile:hover{background-color:#ededed;transition:.15s}.news-dialog-linked_people_list_dialog__header{align-items:center;display:flex;justify-content:space-between}.news-dialog-linked_people_list_dialog__title{font-size:1.6rem;font-weight:600;line-height:1.5}.news-dialog-linked_people_list_dialog__close{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.news-dialog-linked_people_list_dialog__clickable{cursor:pointer}.news-dialog-linked_people_list_dialog__clickable:hover{opacity:.75}.news-dialog-linked_people_list_dialog__list{max-height:460px;overflow-y:auto}.news-dialog-linked_people_list_dialog__item{align-items:center;border-bottom:1px solid #d7d7d7;display:flex;gap:10px;padding:10px}.news-dialog-linked_people_list_dialog__item .ellip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-dialog-linked_people_list_dialog__item .info-container{min-width:0}.news-dialog-linked_people_list_dialog__item .subject{align-items:center;display:flex;font-size:1.3rem;font-weight:600;margin:0 0 6px}.news-dialog-linked_people_list_dialog__item .detail{display:block;font-size:1.1rem}.components-news-dialog-spammer_report_form__title{font-size:1.8rem;font-weight:600;line-height:1.5;text-align:center}.components-news-dialog-spammer_report_form__description{font-size:1.4rem;line-height:1.5;margin-top:16px;text-align:center}.components-news-dialog-spammer_report_form__button-wrapper{align-items:center;display:grid;justify-content:center;margin-top:16px}.components-news-dialog-spammer_report_form__report-button{margin-top:10px}.components-news-news_card{background-color:#fff;border-radius:4px;box-sizing:border-box;display:flex}.components-news-news_card--unread{background-color:#f2f7ff}.components-news-news_card__news-title-button{align-items:center;-webkit-appearance:none;appearance:none;background:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;justify-content:flex-start;margin:0;padding:16px 20px;text-align:left;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:100%}.components-news-news_card__news-title-button:hover{opacity:.7}.components-news-news_card__thumbnail-container{display:flex;margin-right:24px}.components-news-news_card__contents{display:flex;flex-direction:column}.components-news-news_card__title{color:#0e202e;font-size:1.4rem;line-height:1.5;margin-bottom:4px;white-space:pre-wrap;word-break:break-all}.components-news-news_card__publish-date{color:#a6a6a6;font-size:1.2rem;line-height:1.5}.web-renewal-layout .components-news-news_card{background-color:#fff;border-radius:4px;box-sizing:border-box;display:flex;position:relative}.web-renewal-layout .components-news-news_card--unread{background-color:#fff}.web-renewal-layout .components-news-news_card--unread:before{background-color:#ff134c;border-radius:50%;content:"";display:block;height:8px;left:8px;position:absolute;top:calc(50% - 4px);width:8px}.web-renewal-layout .components-news-news_card__news-title-button{align-items:center;-webkit-appearance:none;appearance:none;background:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;justify-content:flex-start;margin:0;padding:16px 20px 16px 28px;text-align:left;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:100%}.web-renewal-layout .components-news-news_card__news-title-button:hover{opacity:.7}.web-renewal-layout .components-news-news_card__thumbnail-container{display:flex;margin-right:24px}.web-renewal-layout .components-news-news_card__contents{display:flex;flex-direction:column}.web-renewal-layout .components-news-news_card__title{color:#0e202e;font-size:1.4rem;line-height:1.5;margin-bottom:4px;white-space:pre-wrap;word-break:break-all}.web-renewal-layout .components-news-news_card__publish-date{color:#a6a6a6;font-size:1.2rem;line-height:1.5}.components-news-service_news{background:#fff;border-radius:4px;margin-bottom:12px;min-height:76px;position:relative;width:100%}.components-news-service_news__content-service-news{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;justify-content:flex-start;margin:0;padding:0;text-align:left;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:100%}.components-news-service_news__link-service-news{display:block;-webkit-text-decoration:none;text-decoration:none}.components-news-service_news__content-service-news:hover,.components-news-service_news__link-service-news:hover{opacity:.7}.components-news-service_news__eight-avatar{height:44px;width:44px}.components-news-service_news__content-detail{background:#fff;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #e0e0e0;padding:19px 20px 29px}.components-notice_career_summary-hiring_career_summary{height:60px;position:fixed;top:55px;width:100%;z-index:900}.components-notice_career_summary-hiring_career_summary__body{background:linear-gradient(267.55deg,#306aff -5.69%,#2589ff 3.33%,#78ceff 48.21%,#3490fc 90.72%);box-sizing:border-box;display:flex;height:60px;justify-content:space-between}.components-notice_career_summary-hiring_career_summary__container{align-items:center;display:flex}.components-notice_career_summary-hiring_career_summary__spacer{width:55px}.components-notice_career_summary-hiring_career_summary__image-container{flex-shrink:0;width:82px}.components-notice_career_summary-hiring_career_summary__image-wrapper{background-image:url(/assets/webpack/resource/cc6b56bb219e6013c9a4.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:73.17%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-notice_career_summary-hiring_career_summary__image-wrapper{background-image:url(/assets/webpack/resource/50b7627a463c0ece941b.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-notice_career_summary-hiring_career_summary__image-wrapper{background-image:url(/assets/webpack/resource/de01963b77f497fff7d0.png)}}.components-notice_career_summary-hiring_career_summary__message{color:#fff;font-size:1.6rem;font-weight:600;margin:0 24px}.components-notice_career_summary-hiring_career_summary__detail-button{background-color:#fff;border:0;border-radius:16px;color:#0054ff;font-size:1.2rem;font-weight:600;padding:9px 14px;-webkit-text-decoration:none;text-decoration:none}.components-notice_career_summary-hiring_career_summary__close-button-container{align-items:center;display:flex;padding:16px}.components-notice_career_summary-hiring_career_summary__close-button{background-color:#0000;color:#fff}.components-notice_career_summary-hiring_career_summary__close-button,.components-onair-event_detail-like_button__like-button{align-items:center;-webkit-appearance:none;appearance:none;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-onair-event_detail-like_button__like-button{background-color:#f0f3f5;border-radius:4px;color:#595959;font-size:1.4rem;font-weight:600;gap:6px;min-height:42px;width:100%}.components-onair-event_detail-like_button__like-button:hover{background-color:#e6e9eb}.components-onair-event_detail-like_button__like-button--is-liked{background-color:#f0f7fd;border:1px solid #0054ff;color:#0054ff}.components-onair-event_detail-like_button__like-button--is-liked:hover{background-color:#f0f7fd;opacity:.75}.components-onair-event_detail-like_button__tooltip{align-items:center;-webkit-appearance:none;appearance:none;background-color:inherit;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;pointer-events:auto;text-align:left;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-onair-events-onair-participant_item{-webkit-text-decoration:none;text-decoration:none}.components-onair-events-onair-participant_item__avatar-area{position:relative;text-align:center}.components-onair-events-onair-participant_item__icon-wrapper{align-items:center;background-color:#fff;border-radius:50%;bottom:0;color:#fff;display:flex;height:20px;justify-content:center;position:absolute;right:calc(50% - 32px);width:20px}.components-onair-events-onair-participant_item__icon-wrapper--owner{background-color:#0054ff}.components-onair-events-onair-participant_item__icon-wrapper--speaker{background-color:#ff134c}.components-onair-events-onair-participant_item__profile-info-wrapper{height:calc(100% - 66px);max-height:60px;text-align:center}.components-onair-events-onair-participant_item__profile-info{box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}.components-onair-events-onair-participant_item__name{color:#0e202e;font-size:1.2rem;font-weight:600;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-onair-events-onair-participant_item__company{display:-webkit-box;font-size:1rem;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#8c8c8c;height:3em;overflow:hidden;text-overflow:ellipsis;width:100%}.components-onair-events-onair-participant_list{height:100%}.components-onair-events-onair-participant_list__participants{display:flex;height:100%;justify-content:flex-start}.components-onair-events-onair-participant_list__participant{height:100%;width:80px}.components-onair-events-onair-participant_list__participant:not(:first-child){margin-left:16px}.components-one_tap_reply-content_message{padding:96px 0 80px;text-align:center}.components-one_tap_reply-content_select__title{color:#0e202e;font-size:2rem;margin-bottom:20px;text-align:center;width:100%}.components-one_tap_reply-content_select__description{color:#0e202e;font-size:1.2rem;line-height:1.6}.components-one_tap_reply-content_select__image-container{background-color:#f2f4f5;margin:20px 0;padding:0 12px}.components-one_tap_reply-content_select__image-wrapper{margin:0 auto;max-width:367px}.components-one_tap_reply-content_select__help-image{background-image:url(/assets/webpack/resource/77d2498a2d1d8a70030f.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:51.46%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-one_tap_reply-content_select__help-image{background-image:url(/assets/webpack/resource/443c1845e9c3cfee909a.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-one_tap_reply-content_select__help-image{background-image:url(/assets/webpack/resource/698737666b0852c94ee1.png)}}.components-one_tap_reply-content_select__button-container{margin:16px auto 0;max-width:300px}.components-one_tap_reply-content_select__button-wrapper{font-weight:600}.components-one_tap_reply-content_select__button-wrapper+.components-one_tap_reply-content_select__button-wrapper{margin-top:12px}.online_exchange-card_preview_dialog{max-width:calc(100vw - 4rem);width:652px}.online_exchange-card_preview_dialog__header{box-sizing:border-box;padding:0 32px 20px;width:100%}.online_exchange-card_preview_dialog__title{font-size:2.2rem;line-height:1.4;margin:0 0 14px}.online_exchange-card_preview_dialog__description{font-size:1.4rem;line-height:1.5}.online_exchange-card_preview_dialog__description--bold{font-weight:600}.online_exchange-card_preview_dialog__description+.online_exchange-card_preview_dialog__description{margin-top:8px}.online_exchange-card_preview_dialog__iframe{height:380px;width:100%}.online_exchange-confirm_refresh_qr_code_dialog__description{color:#0e202e;font-size:1.4rem;line-height:1.5;margin:0 0 12px}.components-online_exchange-generate_virtual_bg_image_dialog__preview-area{margin-bottom:24px;min-height:339px}.components-online_exchange-generate_virtual_bg_image_dialog__preview-image{width:100%}.components-online_exchange-generate_virtual_bg_image_dialog__setting-field{display:flex}.components-online_exchange-image_limit_reached_dialog__description-text{color:#595959;font-size:1.4rem;line-height:1.5}.components-online_exchange-image_selection_field__create-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #0054ff;border-radius:4px;box-sizing:border-box;color:#0054ff;cursor:pointer;display:flex;font-size:1.4rem;font-weight:600;gap:4px;height:89px;justify-content:center;line-height:1.5;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:158px}.components-online_exchange-image_selection_field__create-button:hover{background-color:#f2f7ff}.components-online_exchange-image_selection_field__icon-container{display:inline-flex;height:20px}.components-online_exchange-image_selection_field__error-message{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.5;margin-top:4px}.components-online_exchange-image_size_adjustment_dialog__editor-master{display:none}.components-online_exchange-image_size_adjustment_dialog__editor-view{margin-bottom:24px}.components-online_exchange-image_size_adjustment_dialog__editor-view>canvas{border:1px solid #0054ff;width:604px}.components-online_exchange-image_size_adjustment_dialog__editor-image{width:100%}.components-online_exchange-image_size_adjustment_dialog__input-field{margin-bottom:32px;text-align:center}.components-online_exchange-image_size_adjustment_dialog__editor-scaler{width:300px}.components-online_exchange-my_virtual_card_header{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;width:100%}.components-online_exchange-my_virtual_card_header__profile{box-sizing:border-box;display:flex;flex-grow:1;margin:0 auto;max-width:462px;padding:37px 16px 12px;text-align:left;width:100%}.components-online_exchange-my_virtual_card_header__text-field{color:#0e202e;flex:1 1;margin-left:20px;min-width:0}.components-online_exchange-my_virtual_card_header__user-name{font-size:2rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-online_exchange-my_virtual_card_header__company-name{margin-top:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-online_exchange-my_virtual_card_header__department-and-title{margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-online_exchange-my_virtual_card_header__preview-link-container{margin-top:10px}.components-online_exchange-my_virtual_card_header__preview-link{align-items:center;color:#0054ff;cursor:pointer;display:flex;font-size:1.4rem;gap:4px;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.components-online_exchange-my_virtual_card_header__preview-link:hover{color:#0054ff;opacity:.8}.components-online_exchange-my_virtual_card_header__card_area{height:120px;margin:0 auto;padding:12px 16px;width:192px}.components-online_exchange-my_virtual_card_header__card_area .virtual-card-image{box-shadow:1px 3px 8px 0 #0003;height:120px;width:192px}.components-online_exchange-my_virtual_card{box-sizing:border-box;margin:0 auto;max-width:720px;width:100%}.components-online_exchange-my_virtual_card__main{padding:36px 0}.components-online_exchange-my_virtual_card__info-field{display:flex;justify-content:space-between;margin-bottom:24px}.components-online_exchange-my_virtual_card__text-row{text-align:left}.components-online_exchange-my_virtual_card__button-row{flex-shrink:0}.components-online_exchange-my_virtual_card__title{color:#0e202e;font-size:1.6rem;line-height:1.5;margin-bottom:4px}.components-online_exchange-my_virtual_card__description{color:#595959;font-size:1.4rem;line-height:1.5;margin:0}.components-online_exchange-my_virtual_card__update-button-inner{align-items:center;display:flex}.components-online_exchange-my_virtual_card__update-icon-container{margin-right:4px}.components-online_exchange-my_virtual_card__info-list{display:flex;justify-content:space-between}.components-online_exchange-my_virtual_card__info-list-row{background:#f5f7f8;border-radius:4px;box-sizing:border-box;max-width:230px;padding:20px;width:100%}.components-online_exchange-my_virtual_card__info-list-row:not(:first-child){margin-left:16px}.components-online_exchange-my_virtual_card__info-head{color:#0e202e;display:inline-flex;font-size:1.4rem;font-weight:600;gap:4px;line-height:1.5;margin-bottom:16px}.components-online_exchange-my_virtual_card__virtual-card-url{background-color:#fff;border-radius:4px;box-sizing:border-box;font-size:1.4rem;line-height:1.5;margin-bottom:16px;min-height:116px;overflow-wrap:break-word;padding:16px;text-align:left}.components-online_exchange-my_virtual_card__button-inner{align-items:center;display:flex;height:22px;line-height:1.1}.components-online_exchange-my_virtual_card__copy-icon-container,.components-online_exchange-my_virtual_card__download-icon-container{margin-right:6px}.components-online_exchange-my_virtual_card__arrow-icon-container{margin-left:6px}.components-online_exchange-my_virtual_card__qr-image-wrapper{margin-bottom:16px;padding:8px}.components-online_exchange-my_virtual_card__virtual-bg-image-container{margin:0 auto 16px;max-width:160px}.components-online_exchange-my_virtual_card__virtual-bg-image{background-image:url(/assets/webpack/resource/a15df313eb14eda76756.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:72.5%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-online_exchange-my_virtual_card__virtual-bg-image{background-image:url(/assets/webpack/resource/159922f99d253170ae9f.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-online_exchange-my_virtual_card__virtual-bg-image{background-image:url(/assets/webpack/resource/338b4b166f3bcd772f61.png)}}.components-original_virtual_bg_image_container{display:flex}.components-original_virtual_bg_image_container__loader-wrapper{align-items:center;display:flex;justify-content:center;margin-left:28px;width:158px}.components-online_exchange-shared_virtual_bg_download_area_container{display:flex;justify-content:center}.components-online_exchange-shared_virtual_bg_download_area_container__loader-wrapper{align-items:center;display:flex;height:580px;justify-content:center;width:158px}.components-online_exchange-shared_virtual_bg_image_list_item{display:flex;flex-direction:column;width:158px}.components-online_exchange-shared_virtual_bg_image_list_item__head{margin-bottom:8px}.components-online_exchange-shared_virtual_bg_image_list_item__image{height:89px;width:158px}.components-online_exchange-shared_virtual_bg_image_list_item__button-container{display:flex;justify-content:center}.components-online_exchange-shared_virtual_bg_image_list_item__button-container:not(:last-child){margin-bottom:8px}.components-online_exchange-shared_virtual_bg_image_list_item__button-icon-container{display:inline-flex;margin-right:4px}.components-online_exchange-shared_virtual_bg_image_list{display:flex}.components-online_exchange-shared_virtual_bg_image_list__list{display:flex;list-style:none}.components-online_exchange-shared_virtual_bg_image_list__item+.components-online_exchange-shared_virtual_bg_image_list__item{margin-left:28px}.components-online_exchange-shared_virtual_bg_image_list__loader-wrapper{align-items:center;display:flex;justify-content:center;margin-top:16px;width:158px}.components-online_exchange-shared_virtual_bg_image_list__empty-view{color:#8c8c8c;font-size:1.2rem;line-height:1.5}.components-online_exchange-text_color_selection_form{padding-left:12px}.components-online_exchange-text_color_selection_form__title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5;margin-bottom:8px}.components-online_exchange-text_color_selection_form__input-field{align-items:center;display:flex}.components-online_exchange-text_color_selection_form__input-field>div+div{margin-left:24px}.components-online_exchange-virtual_bg_download_area_container{display:flex;justify-content:center}.components-online_exchange-virtual_bg_download_area_container__loader-wrapper{align-items:center;display:flex;height:580px;justify-content:center;width:158px}.components-online_exchange-virtual_bg_download_area{align-items:center;display:flex;flex-direction:column}.components-online_exchange-virtual_bg_download_area__preview-image{height:507px;margin:24px 0;width:900px}.components-online_exchange-virtual_bg_image_list_item{display:flex;flex-direction:column;margin-left:28px;width:158px}.components-online_exchange-virtual_bg_image_list_item__head{align-items:center;box-sizing:border-box;display:flex;font-size:1.4rem;font-weight:600;justify-content:center;line-height:1.5;margin-bottom:8px;min-height:89px}.components-online_exchange-virtual_bg_image_list_item__is-waiting{border:1px dashed #a6a6a6;color:#8c8c8c}.components-online_exchange-virtual_bg_image_list_item__is-failed{background-color:#ffefed;border:1px dashed #ff134c;color:#ff134c}.components-online_exchange-virtual_bg_image_list_item__image-wrapper{background-color:#ededed;background-color:#0000;border:0;color:#a6a6a6;cursor:pointer;padding:0}.components-online_exchange-virtual_bg_image_list_item__image-wrapper:hover{color:#0054ff}.components-online_exchange-virtual_bg_image_list_item__image{height:auto;min-width:0;width:100%}.components-online_exchange-virtual_bg_image_list_item__button-container{display:flex;justify-content:center}.components-online_exchange-virtual_bg_image_list_item__button-container:not(:last-child){margin-bottom:8px}.components-online_exchange-virtual_bg_image_list_item__button-icon-container{display:inline-flex;margin-right:4px}.components-virtual_bg_image_list{display:flex;list-style:none}.online_exchange-wallpaper_download_area{text-align:center}.online_exchange-wallpaper_download_area .wallpaper_sample_image{height:507px;margin:24px 0;width:900px}.online_exchange-wallpaper_download_area__download_button_wrapper{display:flex;justify-content:center}.online_exchange-wallpaper_download_area__complete_button_wrapper{align-items:center;display:flex;gap:8px;justify-content:center;margin:0 auto}.online_exchange-wallpaper_download_area__send_mail_button_wrapper,.online_exchange-wallpaper_download_area__send_mail_description{display:none}.online_exchange-wallpaper_download_area__attention{color:#595959;font-size:1.2rem;line-height:1.5;margin-top:8px}@media screen and (max-width:490px){.online_exchange-wallpaper_download_area{height:100vh;position:fixed}.online_exchange-wallpaper_download_area img{border:1px solid #e0e0e0}.online_exchange-wallpaper_download_area__btn_wrapper{padding:0 20px}.online_exchange-wallpaper_download_area__download_button_wrapper{display:none}.online_exchange-wallpaper_download_area__send_mail_button_wrapper{display:flex;justify-content:center}.online_exchange-wallpaper_download_area__complete_message{margin-right:24px}.online_exchange-wallpaper_download_area__send_mail_description{color:#a6a6a6;display:block;font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.5;margin:0 auto 12px;text-align:center;width:225px}.online_exchange-wallpaper_download_area__attention{color:#a6a6a6;margin-top:0}.online_exchange-wallpaper_download_area__success_msg_area{color:#0e202e;line-height:2rem;margin-top:20px;text-align:left;word-wrap:break-word}.online_exchange-wallpaper_download_area__send_mail_address{color:#0e202e;font-weight:600}.online_exchange-wallpaper_download_area__failed_message{color:#ff134c;font-size:1.6rem;font-weight:600;padding-top:16px}.online_exchange-wallpaper_download_area__retry_message{color:#ff134c;font-size:1.2rem;margin-top:12px}.online_exchange-wallpaper_download_area .wallpaper_sample_image{height:auto;margin-bottom:20px;margin-top:0;width:100%}}.online_exchange-wallpaper_item{box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:16px;padding:0 14px;width:186px}.online_exchange-wallpaper_item__image-wrapper{background-color:#ededed;background-color:#0000;border:0;color:#a6a6a6;cursor:pointer;margin-bottom:8px;padding:0}.online_exchange-wallpaper_item__image-wrapper:hover{color:#0054ff}.online_exchange-wallpaper_item__image{height:89px;width:158px}.online_exchange-wallpaper_item__button-container{display:flex;justify-content:center}.online_exchange-wallpaper_item__button-icon-container{display:inline-flex;margin-right:4px}@media screen and (max-width:490px){.online_exchange-wallpaper_item{margin-bottom:12px;padding:0 3.5px;width:171px}.online_exchange-wallpaper_item__image-wrapper{margin-bottom:0}.online_exchange-wallpaper_item__image{border:1px solid #ededed;box-sizing:border-box;height:auto;min-width:0;width:100%}.online_exchange-wallpaper_item__button-container{display:none}}@media screen and (max-width:350px){.online_exchange-wallpaper_item{margin:0 3.5px 12px;padding:0;width:140px}}.components-online_exchange-wallpapers__wallpaper_row{display:flex;flex-wrap:wrap;margin-top:16px}.components-online_exchange-wallpapers__label{font-size:1.4rem;margin:0 0 0 8px;vertical-align:middle}.components-online_exchange-wallpapers__arrow_down{border-bottom:1px solid #0054ff;border-right:1px solid #0054ff;box-sizing:border-box;display:inline-block;height:9px;transform:rotate(45deg);width:9px}.components-online_exchange-wallpapers__show_more_btn_box{box-sizing:border-box;margin:0 auto;width:410px}@media screen and (max-width:490px){.components-online_exchange-wallpapers__wallpaper_row{justify-content:center;margin-top:0}.components-online_exchange-wallpapers__arrow_down{display:none}.components-online_exchange-wallpapers__label{font-size:1.6rem;margin:0}.components-online_exchange-wallpapers__show_more_btn_box{margin-top:4px;padding:0 20px 12px;width:100%}}.components-people-checked_people_controls{display:flex}.components-people-checked_people_controls__warning-text{color:#ff134c;font-size:1.2rem;line-height:1.5}.components-people-collaboratable_people_recommendations-index{background:linear-gradient(102.75deg,#b7beff -46.27%,#0054ff 124.89%);border-radius:2px;margin-bottom:20px;padding:16px 0 20px}.components-people-collaboratable_people_recommendations-index__title{color:#fff;font-size:1.4rem;line-height:1.5;padding-left:16px}.components-people-collaboratable_people_recommendations-index__list-wrapper{margin-top:16px;overflow:hidden;position:relative;width:100%}.components-people-collaboratable_people_recommendations-index__right-overlay{background:linear-gradient(270deg,#0054ff,#4681f300);height:100%;position:absolute;right:0;top:0;width:80px}.components-people-collaboratable_people_recommendations-index__arrow-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #d7d7d7;border-radius:20px;box-shadow:1px 1px 7px #0003;box-sizing:border-box;color:#0054ff;cursor:pointer;display:flex;display:block;font-size:2rem;height:40px;justify-content:center;line-height:1;margin:0;padding:0;position:absolute;-webkit-text-decoration:none;text-decoration:none;top:27px;-webkit-user-select:none;user-select:none;width:40px;z-index:1}.components-people-collaboratable_people_recommendations-index__arrow-button--left{left:8px}.components-people-collaboratable_people_recommendations-index__arrow-button--right{right:8px}.components-people-collaboratable_people_recommendations-index__tooltip-text{font-size:1.2rem;font-weight:600;line-height:1.5}.components-people-collaboratable_people_recommendations-recommendation_item{background-color:#f0f7fd;border-radius:8px;box-sizing:border-box;flex-shrink:0;height:94px;margin-right:16px;overflow:hidden;padding:10px;position:relative;-webkit-text-decoration:none;text-decoration:none;width:148px}.components-people-collaboratable_people_recommendations-recommendation_item__skill-tag-name{color:#0054ff;display:-webkit-box;font-size:1.4rem;font-weight:600;height:40px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.components-people-collaboratable_people_recommendations-recommendation_item__user-info{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.components-people-collaboratable_people_recommendations-recommendation_item__avatar-list{height:26px;position:relative}.components-people-collaboratable_people_recommendations-recommendation_item__avatar0{position:absolute;z-index:2}.components-people-collaboratable_people_recommendations-recommendation_item__avatar1{left:16px;position:absolute;z-index:1}.components-people-collaboratable_people_recommendations-recommendation_item__avatar2{left:32px;position:absolute}.components-people-collaboratable_people_recommendations-recommendation_item__user-count{color:#8c8c8c;font-size:1.4rem;line-height:1.5}.components-people-collaboratable_people_recommendations-recommendation_item__hit-area{background:#0e202e;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:3}.components-people-collaboratable_people_recommendations-recommendation_item__hit-area:hover{opacity:.08}.people-empty_view{display:block;margin-top:216px;text-align:center;width:100%}.people-empty_view__thr-empty{color:#ccc;display:block;text-align:center}.people-empty_view__icon{color:#ccc;margin:-9px 0 -12px}.people-empty_view__alt{display:block;font-size:1.5rem;font-weight:600;line-height:1.56;margin-top:24px}.people-follow_button{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:4px}.people-follow_button__note{color:#0054ff;font-size:1.2rem;line-height:1.5}.people-follow_button__followed-text,.people-follow_button__linked{color:#8c8c8c;font-size:1.2rem;line-height:1.5}.people-follow_button__linked{min-width:144px;text-align:center}.people-follow_dialog-menu{transform:translateX(-100%);visibility:visible}.people-follow_dialog-menu__menu-item-label{align-items:center;display:inline-flex;gap:4px;line-height:1}.people-follow_dialog-menu__icon-container{color:#0054ff;display:inline-flex}.components-person-follow_dialog__person-tile{display:flex;flex-direction:row}.components-person-follow_dialog__person-profile{display:flex;flex-direction:column;justify-content:center;margin-left:8px;text-align:left;width:480px}.components-person-follow_dialog__detail{color:#a6a6a6;font-size:1.4rem;line-height:1.5;margin-top:2px}.components-person-follow_dialog__full-name{color:#595959;font-size:1.8rem;font-weight:600;line-height:1.5}.components-person-follow_dialog__input-container{margin-top:18px;text-align:left}.components-person-follow_dialog__message-textarea-wrapper{margin-top:6px}.components-person-follow_dialog__button-line{display:flex;flex-direction:row;justify-content:flex-end;margin-top:12px}.components-person-follow_dialog__error-text{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5;margin:0 16px}.components-person-follow_dialog__description-line{display:flex;flex-direction:column}.components-person-follow_dialog__count{color:#8c8c8c;display:flex;font-size:1.2rem;justify-content:flex-end;line-height:1.5}.components-person-follow_dialog__count--count-alert{color:#ff134c}.components-person-follow_dialog__description{color:#8c8c8c;font-size:1.2rem;line-height:1.5}.components-person-follow_dialog__title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5}.people-follow_require_email__lead{font-size:1.4rem;line-height:1.29;padding-bottom:16px}.people-follow_require_email__error-text-field{margin-top:7px}.people-follow_require_email__error-text-field .e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.components-people-followed_person_dialog__content{font-size:1.4rem;line-height:1.5}.people-index_block .mi{color:#777;font-size:1.4rem;font-weight:600;margin:18px 0 15px;text-align:center}.components-people-people_footer__spacer{height:52px}.components-people-people_footer__navigation{align-items:center;background-color:#e9f0fd;bottom:0;display:flex;font-size:1.4rem;height:52px;justify-content:center;position:fixed;width:528px;z-index:9}.components-people-people_footer__navigation li{height:32px}.contacted_people-people_icon_list-people{padding:16px 20px 16px 11px}.contacted_people-people_icon_list-people .relation-title-field .relation-title{color:#a6a6a6;font-size:1.3rem;line-height:1.2}.contacted_people-people_icon_list-people .horizontal-field{display:flex}.contacted_people-people_icon_list-people .horizontal-field>*{width:20%}.contacted_people-people_icon_list-people .horizontal-field .related-person{display:flex;flex-direction:column;padding-left:5px;padding-right:15px}.contacted_people-people_icon_list-people .horizontal-field .related-person .clickable{flex-grow:1}.contacted_people-people_icon_list-people .remaining-people{align-self:center;box-sizing:border-box;color:#0054ff;font-size:1rem;margin-top:4px;padding-top:14px;text-align:right}.contacted_people-people_icon_list-people .remaining-people .remaining-circle-icon{align-items:center;border:1px solid #0054ff;border-radius:50%;box-sizing:border-box;display:flex;font-weight:600;height:50px;justify-content:center;margin:auto;overflow:hidden;width:50px}.contacted_people-people_icon_list-people .remaining-people .remaining-circle-icon .arrow-icon{border-right:1px solid #0054ff;border-top:1px solid #0054ff;height:8px;margin-left:-3px;transform:rotate(45deg);width:8px}.contacted_people-people_icon_list-people .remaining-people .view-all{color:#0054ff}.people-people_icon_list-follow_button .follow-button,.people-people_icon_list-follow_button .unfollow-button{font-size:1rem;font-weight:400;width:65%}.people-people_icon_list-people{padding:24px 8px 16px}.people-people_icon_list-people .relation-title-field .relation-title{color:#a6a6a6;font-size:1.4rem;line-height:1.5}.people-people_icon_list-people .horizontal-field{display:flex;gap:16px}.people-people_icon_list-people .horizontal-field>*{width:20%}.people-people_icon_list-people .horizontal-field .related-person{align-items:center;display:flex;flex-direction:column}.people-people_icon_list-people .horizontal-field .related-person .clickable{flex-grow:1}.people-people_icon_list-people .remaining-people{align-self:center;box-sizing:border-box;color:#0054ff;font-size:1rem;margin-top:4px;padding-top:14px;text-align:right}.people-people_icon_list-people .remaining-people .remaining-circle-icon{align-items:center;border:1px solid #0054ff;border-radius:50%;box-sizing:border-box;display:flex;font-weight:600;height:50px;justify-content:center;margin:auto;overflow:hidden;width:50px}.people-people_icon_list-people .remaining-people .remaining-circle-icon .arrow-icon{border-right:1px solid #0054ff;border-top:1px solid #0054ff;height:8px;margin-left:-3px;transform:rotate(45deg);width:8px}.people-people_icon_list-people .remaining-people .view-all{color:#0054ff;margin-top:8px}.people-people_icon_list-person_row{align-items:center;display:flex}.people-people_icon_list-person_row__container{align-items:center;color:#595959;display:flex;flex-grow:1;padding:14px 3px}.people-people_icon_list-person_row__container--clickable{cursor:pointer}.people-people_icon_list-person_row__button-field{padding-right:15px}.people-people_icon_list-person_row__avatar-field{text-align:center;width:60px}.people-people_icon_list-person_row__contents-field{flex-grow:1;max-width:400px;min-width:280px;text-align:left}.people-people_icon_list-person_row__subject{align-items:center;display:flex;font-size:1.3rem;font-weight:600;margin:0 0 6px}.people-people_icon_list-person_row__detail{font-size:1.1rem}.people-people_icon_list-person_row .ellip{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.people-people_icon_list-person .item{padding-top:24px}.people-people_icon_list-person .txt{font-size:1rem;padding-top:8px;word-wrap:break-word}.people-people_icon_list-related_people_list_dialog__header{align-items:center;display:flex;justify-content:space-between}.people-people_icon_list-related_people_list_dialog__title{font-size:1.6rem;font-weight:600;line-height:1.5}.people-people_icon_list-related_people_list_dialog__close{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.people-people_icon_list-related_people_list_dialog__list{display:block;max-height:460px;overflow-y:auto}.people-people_icon_list-related_people_list_dialog__item .date{color:#8c8c8c;font-size:1.1rem}.people-people_icon_list-related_people_list_dialog__item .date-field{margin-top:8px}.people-people_icon_list-related_people_list_dialog__item:not(:last-child){border-bottom:1px solid #d7d7d7}.people-people_icon_list-send_message_button .message-button{background-color:#fff;border:1px solid #0054ff;border-radius:2px;box-sizing:border-box;color:#0054ff;font-size:1rem;font-weight:400;min-height:22px;padding:5px 6px;width:65%}.components-people-people_list_navigation{align-items:center;background:#fff;border-radius:0 0 2px 2px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;display:flex;height:49px;justify-content:space-between;margin-bottom:5px;padding:0 16px;position:fixed;width:528px;z-index:9}.components-people-people_list_navigation__checkbox-wrapper{display:flex}.components-people-people_list_navigation__checkbox-info{color:#595959;font-size:1.4rem;font-weight:600;line-height:1.5;margin-left:6px;margin-top:2px}.components-people-people_list_navigation__selector-wrapper{display:flex;justify-content:flex-end;text-align:right}.components-people-people_list_navigation-confirm_with_deleting_my_card_dialog__title{color:#0e202e;font-size:2.2rem;line-height:1.4}.components-people-people_list_navigation-confirm_with_deleting_my_card_dialog__delete-my-card-wrapper{align-items:center;display:flex;flex-direction:row;font-size:1.4rem;line-height:1.5;margin-top:18px}.components-people-people_list_navigation-confirm_with_deleting_my_card_dialog__delete-my-card-text{margin-left:8px}.components-people-people_list_navigation-confirm_with_deleting_my_card_dialog__button-list{display:flex;flex-direction:row;justify-content:flex-end;margin-top:30px}.components-people-people_list_navigation-confirm_with_deleting_my_card_dialog__button-wrapper{margin-left:8px}.people-people_list .loader-container{display:flex;justify-content:center;padding:36px}.people-people_list .scroll .crd:first-child{margin-top:18px}.people-people_selector{font-size:1.3rem}.people-people_selector .item{align-items:center;display:flex;height:48px}.people-people_selector .thumbnail{margin:0 20px}.people-people_selector .name{color:#000;font-size:1.4rem;font-weight:600;line-height:1.6}.people-people_selector .company{color:#595959;font-size:1rem;line-height:1.6}.people-people_selector .exist-person{opacity:.6}.components-people-people__content{padding-top:65px}.people-person_follow_button__button-container{position:relative}.components-people-person{align-items:center;background:#fff;border-radius:4px;box-sizing:border-box;display:flex;min-height:68px;padding:13px 0;position:relative}.components-people-person--checked{background:#f2f7ff}.components-people-person:not(:last-of-type){margin-bottom:5px}.components-people-person__checkbox-field{align-items:center;display:flex;justify-content:center;min-width:52px}.components-people-person__contents-area{flex-grow:1;min-width:0}.components-people-person__hitarea{background:hsla(0,0%,100%,.001);-webkit-text-decoration:none;text-decoration:none}.components-people-person__hitarea:hover{background:#fff3}.components-people-person__person-info{align-items:center;display:flex;min-height:39px}.components-people-person__thumbnail{font-size:1.4rem;min-width:90px;position:relative}.components-people-person__text-contents{color:#a6a6a6;flex-grow:1;font-size:1.4rem;line-height:1.2;min-width:0}.components-people-person__crd-process{gap:5px;padding:8px 0}.components-people-person__crd-error,.components-people-person__crd-process{align-items:center;color:#8c8c8c;display:flex;font-size:1.4rem;font-weight:600;margin-top:3px}.components-people-person__crd-error{gap:8px}.components-people-person__unshared-label{align-items:center;color:#595959;display:inline-flex;font-size:1.2rem;font-weight:600;gap:8px;min-width:73px}.components-people-person__card{border:1px solid #a6a6a6;box-sizing:border-box;height:44px;left:3px;margin-top:-22px;position:absolute;top:50%;width:69px}.components-people-person__avatar-wrapper{box-sizing:border-box;left:46px;margin-top:-26px;overflow:hidden;position:absolute;top:50%}.components-people-person__ttl{align-items:center;display:flex;font-size:1.4rem;margin-bottom:9px}.components-people-person__person-name{color:#000;font-size:1.6rem;font-weight:600;line-height:1.5}.components-people-person__desc,.components-people-person__person-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.components-people-person__desc{color:#a6a6a6;flex-basis:0;flex-grow:1;font-size:1.1rem;font-weight:400;margin-left:1rem}.components-people-person__op{color:#8c8c8c;font-size:1.2rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-people-person__front-company-name{color:#595959;font-style:normal}.people-sort_type_selector .dl-select{display:inline-block;position:relative;vertical-align:middle}.people-sort_type_selector .dl-select.open dd{display:block}.people-sort_type_selector .dl-select dt{align-items:center;background:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#0e202e;cursor:pointer;display:flex;font-size:1.4rem;line-height:2;padding:0 11px;text-align:center}.people-sort_type_selector .dl-select dt:hover{box-shadow:0 0 2px 0 #0054ff59}.people-sort_type_selector .dl-select dt>.icon-container{color:#0054ff;display:inline-flex;margin-right:4px}.people-sort_type_selector .dl-select dd{display:none;position:absolute;right:0}.people-sort_type_selector .dl-select ul{border-radius:4px;box-shadow:2px 4px 7px 0 #00000059}.people-sort_type_selector .dl-select ul li{background:#fff;border-left:1px solid #0054ff;border-right:1px solid #0054ff;box-sizing:border-box;color:#0e202e;cursor:pointer;font-size:1.4rem;line-height:1;padding:9px 20px;text-align:left;white-space:nowrap}.people-sort_type_selector .dl-select ul li:first-child{border-radius:4px 4px 0 0;border-top:1px solid #0054ff;padding:14px 20px 9px}.people-sort_type_selector .dl-select ul li:last-child{border-bottom:1px solid #0054ff;border-radius:0 0 4px 4px;padding:9px 20px 14px}.people-sort_type_selector .dl-select ul li:hover{background:#f5f7f8}.unshared-description{background-color:#fbfbfb;border-radius:2px;font-size:1.1rem;padding:20px 20px 0;position:relative}.unshared-description h3{color:#0e202e;font-family:HiraginoSans-W6;font-size:1.2rem;font-weight:600;padding-bottom:16px}.unshared-description p{color:#595959;font-family:HiraginoSans-W3;font-size:1.1rem;line-height:1.8;padding-bottom:16px}.unshared-description .unshared-person-img{background-image:url(/assets/webpack/resource/9ec1545821af811866c9.png);background-repeat:no-repeat;background-size:contain;height:184px;margin:0 auto;width:387px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.unshared-description .unshared-person-img{background-image:url(/assets/webpack/resource/f411893bd4d6a5231db3.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.unshared-description .unshared-person-img{background-image:url(/assets/webpack/resource/b46883438d22b44db999.png)}}.unshared-description .hide-description{color:#ccc;cursor:pointer;position:absolute;right:20px;top:20px}.post-accessories .hiring{border:1px solid #0054ff;border-radius:2px;color:#0054ff;display:inline-block;font-size:1.2rem;padding:3px 9px 3px 10px}.post-add_multiple_cards_post{margin:10px 0}.post-add_multiple_cards_post .added-cards-header{color:#a6a6a6;font-size:1.4rem;margin:15px 0 27px}.post-add_multiple_cards_post .added-card{margin:10px 0}.post-add_multiple_cards_post .added-card-detail{display:flex;margin:15px 0 0;min-height:62px;padding:0 18px;position:relative}.post-add_multiple_cards_post .added-card-detail .head-field{color:#595959;font-size:1.4rem;font-weight:600;line-height:1.7rem}.post-add_multiple_cards_post .added-card-detail li{color:#a6a6a6;font-size:1.2rem;line-height:1.7rem}.post-add_multiple_cards_post .added-card-detail dd{margin:0 101px 0 0;min-width:0}.post-add_multiple_cards_post .added-card-detail .thumbnail{position:absolute;right:18px;width:101px}.post-add_multiple_cards_post .added-card-detail .ellp{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-add_multiple_cards_post hr{border-top:1px solid #d7d7d7;margin:15px 0}.post-add_multiple_cards_post .added-card-image img{outline:1px solid #a6a6a6}.post-add_multiple_cards_post .profile-button-area{margin:20px 0;text-align:center}.post-add_multiple_cards_post .profile-button-area .profile-button{background:#0000;border:1px solid #a6a6a6;border-radius:3px;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:inline-block;font-size:1.2rem;font-weight:600;height:30px;line-height:0;min-width:62px;padding:14px;text-align:center;-webkit-text-decoration:none;text-decoration:none}.post-add_multiple_cards_post .profile-button-area .profile-button:not(:disabled):hover{box-shadow:none}.components-post-card_image img{outline:1px solid #a6a6a6}.post-post_menu__menu-item-label{align-items:center;display:inline-flex;gap:4px;line-height:1}.post-post_menu__confirm-content{font-size:1.6rem;line-height:1.5}.post-comment{box-sizing:border-box;font-size:1.3rem;position:relative;width:100%}.post-comment .comment-avatar-container{cursor:pointer;float:left}.post-comment .txt{margin:0 20px 0 46px}.post-comment .ttl{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-comment .profile-name{font-weight:600}.post-comment .profile-link{color:#000;-webkit-text-decoration:none;text-decoration:none}.post-comment .description{margin-left:8px;text-overflow:ellipsis;white-space:nowrap}.post-comment .message{color:#595959;margin:9px 0;white-space:pre-wrap;word-wrap:break-word}.post-comment .comment-actions{align-items:center;display:flex}.post-comment .comment-actions a{color:#a6a6a6;cursor:pointer;font-size:1.3rem;-webkit-text-decoration:none;text-decoration:none}.post-comment .comment-actions a.active{color:#0054ff;font-weight:600}.post-comment .comment-actions a:hover{color:#595959;-webkit-text-decoration:underline;text-decoration:underline}.post-comment .comment-actions .comment-date:after{background:#a6a6a6;border-radius:3px;content:"";display:inline-block;height:3px;margin-left:12px;margin-right:12px;margin-top:-2px;overflow:hidden;vertical-align:middle;width:3px}.post-comment .comment-actions .comment-like{width:60px}.post-comment .comment-actions .comment-like,.post-comment .comment-actions .comment-like-count,.post-comment .comment-actions .comment-reply{font-weight:600}.post-comment .comment-actions .like-count-button{align-items:center;display:flex}.post-comment .comment-actions .like-icon-container{height:2rem}.post-comment .comment-actions .comment-reply{margin-left:20px}.post-comment .comment-ctrl{position:absolute;right:-7px;top:-7px}.post-comment .comment-ctrl .nav-btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;display:block;height:24px;justify-content:center;line-height:24px;margin:0;padding:0;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:24px}.post-comment .comment-ctrl .nav-btn>span{border-bottom:1px solid #d7d7d7;border-right:1px solid #d7d7d7;box-sizing:border-box;display:inline-block;height:10px;transform:rotate(45deg);width:10px}.post-comment .message-url-link-text{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-post-comments{border-radius:0 0 3px 3px;border-top:1px solid #d7d7d7;box-sizing:border-box;position:relative;width:100%}.components-post-comments--no-comment{border-top:0}.components-post-comments__comment-item{margin:0 13px;padding:14px 13px}.components-post-comments__comment-item:not(:last-child){border-bottom:1px solid #d7d7d7}.components-post-comments__comment-item .mention{color:#0054ff;font-weight:600;-webkit-text-decoration:none;text-decoration:none}.components-post-comments__comment-item .mention:hover{color:#0054ff}.components-post-comments__comment-more-container{display:block;margin:0 13px;padding:10px 13px}.components-post-comments__comment-more-container:not(:last-child){border-bottom:1px solid #d7d7d7}.components-post-comments__comment-more{color:#0054ff;font-size:1.2rem}.components-post-comments__comment-more:hover{-webkit-text-decoration:underline;text-decoration:underline}.components-post-comments__comment-form-container{border-top:1px solid #d7d7d7;box-sizing:border-box;padding:14px 25px 0}.components-post-comments__submit-button{align-items:flex-end;display:flex;flex-direction:column}.components-post-comments__submit-button .e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.components-post-comments__comment-form{display:flex;gap:10px}.components-post-comments__comment-button-wrapper{margin-bottom:20px;margin-top:12px}.components-post-comments__textarea{background:#fff;box-sizing:border-box;font-size:1.2rem;line-height:1.4;max-height:200px;overflow-y:auto;padding:2px 4px}.post-company_tag-bar{border-top:1px solid #ededed;display:flex;font-size:2rem;padding:9px 12px 8px 15px;position:relative}.post-company_tag-bar .tag-company-icon-container{color:#ccc;display:inline-flex;margin-right:5px}.post-company_tag-bar .container{flex-grow:2}.post-company_tag-bar .container .default-message{color:#a6a6a6;cursor:pointer;display:inline-block;font-size:1.4rem;font-weight:600;max-width:410px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.post-company_tag-bar .container .company_tag_label{color:#0054ff}.post-company_tag-bar .container .company_tag_no_setting{color:#ccc}.post-company_tag-bar .plus-button-container{color:#0054ff;cursor:pointer;display:inline-flex}.post-company_tag-bar .plus-button{color:#0054ff;cursor:pointer;font-size:2.3rem;left:7px;position:relative;width:31px}.post-company_tag-bar .plus-button:active{top:1px}.post-company_tag-view_bar{height:23px;z-index:3}.post-company_tag-detail_bar{align-items:center;z-index:3}.post-company_tag-edit_bar{height:23px;z-index:auto}.post-company_tag-company_tag{display:inline;font-weight:600;position:relative}.post-company_tag-company_tag .link{display:inline;padding:0 5px;position:relative;-webkit-text-decoration:none;text-decoration:none;top:-1px}.post-company_tag-company_tag .pending{color:#0000;height:0;left:0;overflow:hidden;padding:0 5px;position:absolute;top:0;white-space:nowrap}.post-company_tag-company_tag .confirmed{color:#0054ff;cursor:pointer;display:inline-block;padding:0 5px;position:relative}.post-company_tag-company_tag .ellipsis{max-width:275px;overflow:hidden;padding-right:0;text-overflow:ellipsis;top:3px}.post-company_tag-company_tag-editor_company_tag,.post-company_tag-company_tag-viewer_company_tag{font-size:1.4rem;top:-3px;white-space:nowrap}.post-company_tag-company_tag-detail_company_tag{font-size:1.4rem;top:-3px}.post-company_tag-company_tag-detail_company_tag .link{padding:0}.post-company_tag-tag_container li{display:inline}.post-company_tag-tag_container .rest{flex-grow:2}.post-company_tag-tag_container-editor_tag_container{display:flex;flex-wrap:wrap}.post-company_tag-tag_container-editor_tag_container li .confirmed:before{content:attr(data-delimiter);display:block;float:right;width:0}.post-company_tag-tag_container-editor_tag_container li .ellipsis:before{left:-8px;position:relative}.post-company_tag-tag_container-editor_tag_container .rest{padding-top:1px}.post-company_tag-tag_container-viewer_tag_container{display:flex;flex-wrap:wrap}.post-company_tag-tag_container-viewer_tag_container li .confirmed:before{content:attr(data-delimiter);display:block;float:right;width:0}.post-company_tag-tag_container-viewer_tag_container li .ellipsis:before{left:-8px;position:relative}.post-company_tag-tag_container-detail_tag_container span:not(:last-child) span a:after{content:attr(data-delimiter);display:inline-block;width:auto}.post-company_tag-tag_list_item-suggestion_item{cursor:pointer;padding:11px}.post-company_tag-tag_list_item-suggestion_item li{float:left}.post-company_tag-tag_list_item-suggestion_item .checkbox{align-items:center;display:inline-flex;height:38px;padding-right:6px;width:38px}.post-company_tag-tag_list_item-suggestion_item .checkbox--checked{color:#0054ff}.post-company_tag-tag_list_item-suggestion_item .checkbox--unchecked{color:#d7d7d7}.post-company_tag-tag_list_item-suggestion_item .company_icon{padding-right:14px}.post-company_tag-tag_list_item-suggestion_item .company_icon img{border:1px solid #d7d7d7;height:36px;width:36px}.post-company_tag-tag_list_item-suggestion_item .info{overflow:hidden;width:182px}.post-company_tag-tag_list_item-suggestion_item .info .name{font-size:1.3rem;font-weight:600;overflow:hidden;padding:4px 0;text-overflow:ellipsis;white-space:nowrap}.post-company_tag-tag_list_item-suggestion_item .info .address{color:#a6a6a6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-company_tag-tag_list_item-tagged_item{cursor:pointer;padding:11px 15px}.post-company_tag-tag_list_item-tagged_item li{float:left}.post-company_tag-tag_list_item-tagged_item .company_icon{padding-right:14px}.post-company_tag-tag_list_item-tagged_item .company_icon img{border:1px solid #d7d7d7;height:36px;width:36px}.post-company_tag-tag_list_item-tagged_item .info{overflow:hidden;width:408px}.post-company_tag-tag_list_item-tagged_item .info .name{font-size:1.375rem;font-weight:600;overflow:hidden;padding:2px 0 6px;text-overflow:ellipsis;white-space:nowrap}.post-company_tag-tag_list_item-tagged_item .info .address{color:#a6a6a6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-company_tag-tag_list-suggestion_popup{font-size:1.25rem;height:0;position:absolute;right:0;z-index:4}.post-company_tag-tag_list-suggestion_popup .frame{border:1px solid #d7d7d7;box-shadow:0 0 12px #0003;max-height:190px;overflow:auto;position:relative;top:38px;z-index:auto}@media(max-height:840px){.post-company_tag-tag_list-suggestion_popup .frame{max-height:130px;top:-70px}}.post-company_tag-tag_list-suggestion_popup header{align-items:center;background-color:#fbfbfb;display:flex;justify-content:space-between;padding:12px 12px 8px}.post-company_tag-tag_list-suggestion_popup header .close-and-caption{align-items:center;display:inline-flex}.post-company_tag-tag_list-suggestion_popup header .caption{font-size:1.3rem;font-weight:600}.post-company_tag-tag_list-suggestion_popup header .close-button{cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:400;padding-right:12px;position:relative}.post-company_tag-tag_list-suggestion_popup header .close-button:active{position:relative;top:1px}.post-company_tag-tag_list-suggestion_popup header .hint-button{color:#595959;-webkit-text-decoration:none;text-decoration:none}.post-company_tag-tag_list-suggestion_popup article{background-color:#fff}.post-company_tag-tag_list-suggestion_popup article .item{border-top:1px solid #d7d7d7;height:60px}.components-post-company_tag-tag_list-tagged_list_dialog__header{font-size:1.45rem}.components-post-company_tag-tag_list-tagged_list_dialog__header .caption{font-weight:600}.components-post-company_tag-tag_list-tagged_list_dialog__header .close-button{cursor:pointer;float:right;font-weight:400}.components-post-company_tag-tag_list-tagged_list_dialog__header .close-button:active{position:relative;top:1px}.components-post-company_tag-tag_list-tagged_list_dialog__article{background-color:#fff;border-radius:0 0 4px 4px;max-height:460px;overflow-y:auto;text-align:left}.components-post-company_tag-tag_list-tagged_list_dialog__article .item{height:60px}.components-post-company_tag-tag_list-tagged_list_dialog__article .item+.item{border-top:1px solid #d7d7d7}.components-post-company-company_post__content{margin-top:20px}.components-post-company-company_post__image-wrapper{display:block;margin-top:10px;text-align:center}.components-post-company-company_post__image{max-width:100%}.post-company-diffusion_button{text-align:center}.post-company-diffusion_dialog__title{color:#595959;font-size:1.6rem;font-weight:600;line-height:1.5}.post-company-diffusion_dialog__content{display:block;padding:15px 15px 20px;position:static}.post-company-diffusion_dialog__textarea{background:#fff;border:0;border-radius:2px;box-sizing:border-box;color:#595959;display:block;font-size:1.4rem;font-weight:400;height:90px;line-height:1.5;margin:3px 3px 10px;padding:3px;position:static;resize:none;width:525px}.post-company-diffusion_dialog__og{border:1px solid #d7d7d7;display:block;height:120px;margin:5px 25px;padding:0;position:static;white-space:pre-wrap;width:480px;word-wrap:break-word}.post-company-diffusion_dialog__thumb{border:0;border-right:1px solid #d7d7d7;display:block;float:left;height:120px;margin:0;overflow:hidden;padding:0;position:static;width:120px}.post-company-diffusion_dialog__ogImage{height:100%;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);width:auto}.post-company-diffusion_dialog__detail{border:0;box-sizing:border-box;display:block;height:120px;margin:0;overflow:hidden;padding:12px 15px;position:static;text-align:left}.post-company-diffusion_dialog__accessories{font-size:1.2rem;margin-bottom:8px}.post-company-diffusion_dialog__ogDescription,.post-company-diffusion_dialog__ogSiteName,.post-company-diffusion_dialog__ogTitle{display:block;margin:5px 0;position:static;text-align:left}.post-company-diffusion_dialog__ogTitle{color:#0e202e;font-size:1.6rem;font-weight:600}.post-company-diffusion_dialog__ogDescription{color:#0e202e;font-size:1.2rem;font-weight:600;line-height:1.5rem}.post-company-diffusion_dialog__ogSiteName{color:#a6a6a6;font-size:1.2rem}.post-company-diffusion_dialog__footer{background-color:#fbfbfb;border-top:1px solid #d7d7d7;display:flex;gap:20px;justify-content:flex-end;padding:16px 40px}.components-post-company-header__header{display:flex;justify-content:space-between}.components-post-company-header__post-info{display:flex;max-width:95%}.components-post-company-header__post-description{margin:0 4px 0 16px;overflow:hidden}.components-post-company-header__publisher-name{color:#0e202e;display:block;font-size:1.4rem;font-weight:600;line-height:1.5;margin:4px 0;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.components-post-company-header__post-time{color:#8c8c8c;display:block;font-size:1.2rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.components-post-company-header__menu-button{align-items:center;align-items:flex-start;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#8c8c8c;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;text-align:left;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-post-company-hiring_requirement_share_post__content{margin-top:20px}.components-post-company-hiring_requirement_share_post__diffusion-box{display:flex;justify-content:space-between;margin-bottom:20px;margin-top:16px}.components-post-company-hiring_requirement_share_post__diffusion-text{flex:1;font-size:1.3rem;height:34px;line-height:3.4rem}.components-post-company-link_share_post__content{margin-top:20px}.components-post-company-post_menu__menu-item-label{align-items:center;display:inline-flex;gap:4px;line-height:1}.components-post-company-post_menu__dialog-description{font-size:1.4rem;line-height:1.5}.post-dialog-cancel_edit_post_dialog__content{display:block;font-size:1.4rem;margin:0 0 0 8px;position:static;width:100%}.post-dialog-edit_post_dialog{padding:12px}.post-dialog-edit_post_dialog__header{font-size:1.4rem;font-weight:600;line-height:1.5}.post-dialog-edit_post_dialog .post-dialog-edit_post_dialog__form-textarea{background:#fff;border:0;box-sizing:border-box;color:#595959;font-size:1.4rem;line-height:1.4;max-height:200px;min-height:100px;overflow-y:auto}.post-dialog-edit_post_dialog__err{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin:4px}.post-dialog-edit_post_dialog__footer{background-color:#f5f7f8;border-radius:0 0 4px 4px;border-top:1px solid #d7d7d7;display:flex;gap:20px;justify-content:flex-end;padding:16px 36px}.components-post-dialog-liked_people_list_dialog__header{font-size:1.4rem;font-weight:600;line-height:1.5}.components-post-dialog-liked_people_list_dialog__list{max-height:460px;overflow-y:auto}.components-post-dialog-liked_people_list_dialog__list li{height:70px}.components-post-dialog-liked_people_list_dialog__loader-container{display:flex;justify-content:center}.components-post-dialog-shared_people_list_dialog .clickable{cursor:pointer}.components-post-dialog-shared_people_list_dialog__header{font-size:1.4rem;font-weight:600;line-height:1.5}.components-post-dialog-shared_people_list_dialog .active{color:#0054ff}.components-post-dialog-shared_people_list_dialog .note{font-size:1rem}.components-post-dialog-shared_people_list_dialog .button{background-color:#fff;border:1px solid #0054ff;border-radius:3px;color:#0054ff;display:inline-block;font-size:1.1rem;margin:3px;min-width:98px;padding:5px 10px;text-align:center;-webkit-text-decoration:none;text-decoration:none}.components-post-dialog-shared_people_list_dialog .button:hover{background-color:#0054ff;border:1px solid #fff;color:#fff}.components-post-dialog-shared_people_list_dialog .button.cancel,.components-post-dialog-shared_people_list_dialog .button.cancel:hover{background-color:#ededed;border:1px solid #ededed;color:#a6a6a6}.components-post-dialog-shared_people_list_dialog .subject .eight-user-icon.myself{display:none}.components-post-dialog-shared_people_list_dialog .list{display:block;max-height:350px;overflow-y:auto;position:static}.components-post-dialog-shared_people_list_dialog .list .item{display:flex;justify-content:space-between;padding:4px}.components-post-dialog-shared_people_list_dialog .list .item .cell{display:table-cell;padding:10px 3px;vertical-align:middle}.components-post-dialog-shared_people_list_dialog .list .item .dialog-button-container{position:relative}.components-post-dialog-shared_people_list_dialog .list .item .ellip{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-post-dialog-shared_people_list_dialog .list .item .subject{align-items:center;display:flex;font-size:1.3rem;font-weight:600;margin:0 0 6px}.components-post-dialog-shared_people_list_dialog .list .item .detail{display:block;font-size:1.1rem}.components-post-dialog-shared_people_list_dialog .list .item+.item{border-top:1px solid #d7d7d7}.components-post-dialog-shared_people_list_dialog__person-info{flex-grow:1}.components-post-dialog-shared_people_list_dialog__link-cell{color:#a6a6a6;display:flex;flex-direction:column;justify-content:center;padding:10px 11px 10px 10px;text-align:center;white-space:nowrap;width:120px}.components-post-dialog-shared_people_list_dialog__forbidden-dialog-text{color:#595959;font-size:1.4rem;line-height:1.5}.post-dialog-shared_post_dialog__content{display:block;padding:12px;position:static}.post-dialog-shared_post_dialog .post-dialog-shared_post_dialog__textarea{background:#fff;border:0;color:#595959;font-size:1.4rem;line-height:1.4;margin:3px;max-height:200px;min-height:80px;overflow-y:auto;padding:3px}.post-dialog-shared_post_dialog .original{border:1px solid #d7d7d7;display:block;height:80px;margin:5px;padding:0;position:static;white-space:pre-wrap;word-wrap:break-word}.post-dialog-shared_post_dialog .original .avatar :first-child{height:100%;width:100%}.post-dialog-shared_post_dialog .original .thumb{align-items:center;border:0;border-right:1px solid #d7d7d7;display:flex;float:left;height:80px;justify-content:center;margin:0;overflow:hidden;padding:0;position:static;width:80px}.post-dialog-shared_post_dialog .original .thumb .fit-center{height:100%;object-fit:cover;width:auto}.post-dialog-shared_post_dialog .original .thumb .avatar{border-radius:60px;display:inline-block;height:66px;overflow:hidden;padding:0;position:static;width:66px}.post-dialog-shared_post_dialog .original .text{border:0;box-sizing:border-box;display:block;height:80px;margin:0;overflow:hidden;padding:5px;position:static;text-align:left}.post-dialog-shared_post_dialog .original .text .description,.post-dialog-shared_post_dialog .original .text .source,.post-dialog-shared_post_dialog .original .text .title{text-align:left}.post-dialog-shared_post_dialog .original .text .title{display:block;font-size:1.4rem;font-weight:600;margin:5px 0;position:static}.post-dialog-shared_post_dialog .original .text .description{display:block;font-size:1.2rem;line-height:1.5rem;position:static}.post-dialog-shared_post_dialog .original .text .mention{color:#0054ff;font-weight:600;-webkit-text-decoration:none;text-decoration:none}.post-dialog-shared_post_dialog .original .text .source{color:#a6a6a6;display:block;font-size:1rem;margin:3px 0 0;position:static}.post-dialog-shared_post_dialog__footer{border-top:1px solid #d7d7d7;display:block;padding:5px 12px;position:static}.post-dialog-shared_post_dialog__err{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin:4px}.post-dialog-shared_post_dialog__button-wrapper{display:flex;justify-content:flex-end}.components-post-event_like_post-index__content{margin-top:20px}.components-post-event_like_post-index__share-content{margin-top:16px}.components-post-event_like_post-index__like-count{margin-bottom:12px;margin-top:20px}.components-post-event_share_post-error_content{border:1px solid #d7d7d7;border-radius:8px;color:#ccc;padding:24px;text-align:center}.components-post-event_share_post-error_content__message{font-size:1.6rem;font-weight:600;line-height:1.5;margin-top:12px}.components-post-event_share_post-index__content{margin-top:20px;position:relative}.components-post-event_share_post-index__share-content{margin-top:16px}.components-post-event_share_post-index__like-count{margin-bottom:12px;margin-top:20px;position:absolute}.components-post-event_share_post-like_count{color:#8c8c8c;font-size:1.4rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.components-post-event_share_post-like_count:hover{color:#0054ff}.components-post-event_share_post-share_body__event-date-time{color:#0e202e;font-size:1.2rem;line-height:1.5;margin-bottom:8px}.components-post-event_share_post-share_body__event-title{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5}.components-post-event_share_post-share_content{border:1px solid #d7d7d7;border-radius:8px;overflow:hidden}.components-post-event_share_post-share_content__wrapper--preview{cursor:default;pointer-events:none}.components-post-event_share_post-share_content__event-image-link{display:flex;justify-content:center;width:100%}.components-post-event_share_post-share_content__event-image{max-height:248px;max-width:100%}.components-post-event_share_post-share_content__event-participants{height:126px;margin-top:16px}.components-post-event_share_post-share_content__event-area{padding:16px}.components-post-event_share_post-share_content__event-info{position:relative}.components-post-event_share_post-share_content__share-body{margin-bottom:16px}.components-post-event_share_post-share_content__hit-area{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.components-post-event_share_post-share_content__like-button{margin-top:12px}.components-post-header__header{display:flex;justify-content:space-between}.components-post-header__post-info{display:flex;max-width:95%}.components-post-header__post-description{margin-left:16px;overflow:hidden}.components-post-header__publisher-name-with-link-icon{display:flex}.components-post-header__publisher-name{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.components-post-header__link-icon{margin-left:6px}.components-post-header__publisher-description{color:#8c8c8c;font-size:1.2rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-post-header__post-time{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#8c8c8c;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;line-height:1.5;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-post-header__menu-button-wrapper{align-items:flex-start;color:#8c8c8c;display:flex;justify-content:center}.components-post-header__menu-button{align-items:center;align-items:flex-start;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;text-align:left;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-post-headline{border-bottom:1px solid #d7d7d7;color:#0e202e;font-size:1.2rem;font-weight:600;line-height:1.5;padding:12px}.components-post-job_offer_link_dialog__input{font-size:1.4rem;line-height:1.5}.components-post-link_share_post-hiring_requirement_share_post__content,.components-post-link_share_post-link_share_post__content{margin-top:20px}.components-post-link_share_post-share_contents{background:#fff;border:1px solid #d7d7d7;border-radius:3px;margin-top:1em;position:relative;white-space:pre-wrap;word-wrap:break-word}.components-post-link_share_post-share_contents__label{border:1px solid #0054ff;border-radius:2px;color:#0054ff;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.5;margin-bottom:10px;padding:2px 8px}.components-post-link_share_post-share_contents__link-share-image{display:block;margin-left:auto;margin-right:auto;max-height:248px;max-width:100%}.components-post-link_share_post-share_contents__caption{border-top:1px solid #d7d7d7;position:relative;z-index:1}.components-post-link_share_post-share_contents__caption dl{padding:16px}.components-post-link_share_post-share_contents__caption dt{font-size:1.6rem;font-weight:600;margin-bottom:.5em}.components-post-link_share_post-share_contents__caption dd{font-size:1.2rem;line-height:1.58}.components-post-link_share_post-share_contents__caption small{color:#a6a6a6;font-size:1.2rem}.components-post-link_share_post-share_contents__link-box{background:hsla(0,0%,100%,.001);color:initial;height:100%;-webkit-text-decoration:none;text-decoration:none;width:100%}.components-post-link_share_post-share_contents__link-box:hover{background:#fff6}.components-post-message_text{font-size:1.4rem;line-height:1.5}.components-post-message_text__text{color:#0e202e;white-space:pre-wrap;word-wrap:break-word}.components-post-message_text__more-wrapper{display:flex;justify-content:flex-end}.components-post-message_text .mention{color:#0054ff;font-weight:600;-webkit-text-decoration:none;text-decoration:none}.components-post-message_text .mention:hover{color:#0054ff}.components-post-message_text .message-url-link-text{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-post-person_tile{border-bottom:1px solid #d7d7d7;color:#595959;cursor:pointer;display:block;position:relative;-webkit-text-decoration:none;text-decoration:none}.components-post-person_tile__person-tile-container{align-items:center;display:flex}.components-post-person_tile__person-info{flex-grow:1}.components-post-person_tile__avatar{display:inline-block;overflow:hidden;position:static;text-align:center;width:60px}.components-post-person_tile__avatar .avatar-icon{height:42px;width:42px}.components-post-person_tile__cell{display:table-cell;padding:10px 3px;vertical-align:middle}.components-post-person_tile__subject{align-items:center;display:flex;font-size:1.3rem;font-weight:600;margin:0 0 6px}.components-post-person_tile__detail{display:block;font-size:1.1rem}.components-post-person_tile__ellip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-post-person_tile__ellip-block{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:400px}.components-post-person_tile__link-field{color:#a6a6a6;font-size:1rem;padding:15px 11px 10px 10px;text-align:center;white-space:nowrap;width:120px}.components-post-person_tile__active{color:#0054ff}.components-post-person_tile__link-btn{border-radius:3px;display:inline-block;font-size:1.1rem;margin:3px 0;min-width:98px;padding:5px 10px;text-align:center;-webkit-text-decoration:none;text-decoration:none;width:100%}.components-post-person_tile__dialog-button-container{display:flex;flex-direction:column;gap:2px;position:relative}.components-post-post_form_footer{align-items:center;display:flex;justify-content:flex-end;margin-top:12px}.components-post-post_form_footer__buttons{display:flex;font-weight:600}.components-post-post_form_footer__icon-container{margin-right:4px}.components-post-post_form_footer__add-job-offer-wrapper{margin-left:6px}.components-post-post_form_footer__spacer{flex-grow:1}.components-post-post_form_footer__validation-message{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-right:8px}.components-post-post_form_ogp_preview{background:#fff;border:1px solid #d7d7d7;border-radius:3px;box-sizing:border-box;margin-top:12px;max-width:100%;min-width:100%;transition:opacity .5s ease .1s}.components-post-post_form_ogp_preview--ogp-closing{opacity:.01}.components-post-post_form_ogp_preview__ogp-title--accessories{margin-bottom:10px}.components-post-post_form_ogp_preview dt{font-size:1.6rem;font-weight:600;margin-bottom:.5em}.components-post-post_form_ogp_preview dd{font-size:1.2rem;line-height:1.58}.components-post-post_form_ogp_preview__normal_page{left:452px}.components-post-post_form_ogp_preview__sub-title{color:#a6a6a6}.components-post-post_form_ogp_preview__ogp-preview-area{display:inline-block;position:relative;transition:opacity .5s ease .1s;width:100%}.components-post-post_form_ogp_preview__ogp-preview-area figcaption{padding:16px}.components-post-post_form_ogp_preview__ogp-preview-area figcaption>dl{overflow-wrap:break-word;white-space:pre-wrap}.components-post-post_form_ogp_preview__ogp-preview-area .button-area .ogp-close{cursor:pointer;display:none;height:20px;position:absolute;right:-10px;top:-10px;width:20px;z-index:2}.components-post-post_form_ogp_preview__ogp-preview-area:hover .ogp-preview{opacity:.6}.components-post-post_form_ogp_preview__ogp-preview-area:hover .button-area .ogp-close{display:block}.components-post-post_form_ogp_preview__ogp-preview-image{border-bottom:1px solid #d7d7d7;display:block;margin:0 auto;max-height:248px;max-width:100%}.components-post-post_form_ogp_preview__image-loader-container{display:flex;justify-content:center;padding:36px}.components-post-post_form_ogp_preview__ogp-loading{border:0}.components-post-post_form{background-color:#fff;border-radius:3px;padding:20px 24px 12px}.components-post-post_form__header{color:#595959;font-size:1.4rem;font-weight:600}.components-post-post_form__form-textarea{font-size:1.4rem;line-height:1.54;margin-top:12px;max-height:200px;overflow-y:auto;padding:10px 12px}.components-post-post_form__image-loader-container{display:flex;justify-content:center;padding:36px}.components-post-post_form__thumbnail-wrapper{margin-top:12px;text-align:center;width:100%}.components-post-post_form__thumbnail-wrapper .thumbnail{display:inline-block;max-width:100%;position:relative}.components-post-post_form__thumbnail-wrapper .thumbnail .thumbnail-image{max-width:100%}.components-post-post_form__thumbnail-wrapper .thumbnail .thumbnail-close{cursor:pointer;display:none;height:20px;position:absolute;right:-10px;top:-10px;width:20px;z-index:2}.components-post-post_form__thumbnail-wrapper .thumbnail:hover .thumbnail-close{display:block}.components-post-post_form__thumbnail-wrapper .thumbnail:hover .thumbnail-image{opacity:.6}.web-renewal-layout .components-post-post_form{background-color:#fff;border-radius:3px;box-shadow:0 2px 4px 0 #0000000d;padding:20px 24px 12px}.web-renewal-layout .components-post-post_form__header{color:#595959;font-size:1.4rem;font-weight:600}.web-renewal-layout .components-post-post_form__form-textarea{font-size:1.4rem;line-height:1.54;margin-top:12px;max-height:200px;overflow-y:auto;padding:10px 12px}.web-renewal-layout .components-post-post_form__image-loader-container{display:flex;justify-content:center;padding:36px}.web-renewal-layout .components-post-post_form__thumbnail-wrapper{margin-top:12px;text-align:center;width:100%}.web-renewal-layout .components-post-post_form__thumbnail-wrapper .thumbnail{display:inline-block;max-width:100%;position:relative}.web-renewal-layout .components-post-post_form__thumbnail-wrapper .thumbnail .thumbnail-image{max-width:100%}.web-renewal-layout .components-post-post_form__thumbnail-wrapper .thumbnail .thumbnail-close{cursor:pointer;display:none;height:20px;position:absolute;right:-10px;top:-10px;width:20px;z-index:2}.web-renewal-layout .components-post-post_form__thumbnail-wrapper .thumbnail:hover .thumbnail-close{display:block}.web-renewal-layout .components-post-post_form__thumbnail-wrapper .thumbnail:hover .thumbnail-image{opacity:.6}.components-post-post_frame{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.119)}.components-post-post_frame__post{padding:16px 16px 8px}.components-post-post_menu{border-color:#d7d7d7;position:absolute;right:0}.components-post-post_menu__menu-item-label,.components-post-post_menu__sub-menu-label{align-items:center;display:inline-flex;gap:4px;line-height:1}.components-post-post_menu__sub-menu-label{color:#595959;font-size:1.2rem;vertical-align:middle}.components-post-post_menu__sub-menu-icon-container{display:inline-flex}.components-post-post_menu__confirm-content{font-size:1.6rem;line-height:1.5}.components-post-post_menu__publicity-confirm-content{display:flex;flex-direction:column;gap:16px;padding:4px 14px 0}.components-post-reaction_summary{display:flex;justify-content:space-between;margin-top:20px}.components-post-reaction_summary__event-share-post-spacer{height:40px}.components-post-reaction_summary__comment-and-share{display:flex}.components-post-reaction_summary__share-count-wrapper{margin-left:12px}.components-post-reaction_summary__reaction-summary-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#8c8c8c;cursor:pointer;display:flex;font-size:1.4rem;justify-content:center;line-height:1.5;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-post-reaction_summary__reaction-summary-text{color:#8c8c8c;font-size:1.4rem;line-height:1.5}.components-post-reactions__reactions{border-top:1px solid #d7d7d7;display:flex;justify-content:space-around;margin-top:12px;padding-top:10px}.components-post-reactions__reaction-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#8c8c8c;cursor:pointer;display:flex;flex-basis:166px;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-post-reactions__reaction-button:hover,.components-post-reactions__reaction-like--is-liked{color:#0054ff}.components-post-reactions__reaction-caption{font-size:1.4rem;font-weight:600;line-height:1.5;margin-left:6px}.components-post-send_message_button{display:flex;justify-content:center}.components-post-service_message_post{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.119);padding:16px}.components-post-service_message_post__block{display:block;-webkit-text-decoration:none;text-decoration:none}.components-post-service_message_post__block:hover{opacity:.7}.components-post-service_message_post__header{align-items:center;display:flex}.components-post-service_message_post__thumbnail{height:48px;margin-right:8px;width:48px}.components-post-service_message_post__header-title{color:#000;font-size:1.4rem;font-weight:600;line-height:1.5;margin-bottom:4px}.components-post-service_message_post__link-to-detail{color:#a6a6a6;font-size:1.4rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.components-post-service_message_post__post-body{margin:16px 0}.components-post-service_message_post__text-contents{color:#0e202e;font-size:1.4rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.components-post-service_message_post__contents{border:1px solid #d7d7d7;border-radius:3px;margin-top:1em}.components-post-service_message_post__image{display:block;margin:0 auto;max-width:100%}.components-post-service_message_post__caption{color:#000;font-size:1.4rem;font-weight:600;line-height:1.5;white-space:pre-wrap;word-wrap:break-word;padding:12px}.components-post-shared_post__content{margin-top:20px}.components-post-shared_post__original-post{border:1px solid #d7d7d7;border-radius:3px;margin:16px 4px;padding:16px;position:relative}.components-post-shared_post__forbidden{align-items:center;border:1px solid #d7d7d7;border-radius:3px;display:flex;text-align:left}.components-post-shared_post__icon{border-right:1px solid #d7d7d7;color:#d7d7d7}.components-post-shared_post__text{font-size:1.6rem;font-weight:600;line-height:1.5;margin-left:16px}.components-post-update_post-add_card_post__card-image,.components-post-update_post-add_card_post__content{margin:10px 0}.components-post-update_post-add_card_post__send-message-button-section{margin:20px 0}.components-post-update_post-career_summary_update_post__content{margin:10px 0}.components-post-update_post-career_summary_update_post__send-message-button-section{margin:20px 0;text-align:center}.components-post-update_post-educational_record_update_post__content{margin:10px 0}.components-post-update_post-educational_record_update_post__send-message-button-section{margin:20px 0;text-align:center}.components-post-update_post-educational_record_update_post__educational-record-item{line-height:1.7}.components-post-update_post-educational_record_update_post__educational-record-item:first-child{margin-top:-3px;padding-bottom:27px}.components-post-update_post-educational_record_update_post__educational-record-item:not(:first-child){border-top:1px solid #ededed;margin:0 -1px;padding:27px 1px}.components-post-update_post-educational_record_update_post__educational-record-item:last-child{padding-bottom:7px}.components-post-update_post-educational_record_update_post__school{font-weight:600;padding-bottom:8px}.components-post-update_post-educational_record_update_post__degree,.components-post-update_post-educational_record_update_post__faculty{color:#8c8c8c}.components-post-update_post-educational_record_update_post__remain-educational-record-count{color:#8c8c8c;float:right;margin-bottom:-20px;margin-top:-17px}.components-post-update_post-modify_card_post__card-image,.components-post-update_post-modify_card_post__content{margin:10px 0}.components-post-update_post-modify_card_post__send-message-button-section{margin:20px 0;text-align:center}.components-post-update_post-modify_card_post__update-field{border:1px solid #d7d7d7;border-radius:3px;margin:15px -6px;padding:12px}.components-post-update_post-modify_card_post__new-field,.components-post-update_post-modify_card_post__old-field{font-size:1.4rem;line-height:1.7rem;padding-left:42px;position:relative}.components-post-update_post-modify_card_post__attributes{display:table-cell;height:26px;vertical-align:middle}.components-post-update_post-modify_card_post__new-field{color:#595959;font-weight:600;margin-bottom:10px}.components-post-update_post-modify_card_post__new-icon{background-color:#0054ff;border-radius:26px;color:#fff;display:block;font-size:1.4rem;font-weight:600;height:26px;left:0;line-height:26px;margin-top:-13px;position:absolute;text-align:center;top:50%;width:26px}.components-post-update_post-modify_card_post__new-icon--en{font-size:1rem}.components-post-update_post-modify_card_post__old-field{color:#a6a6a6}.components-post-update_post-modify_card_post__old-icon{background-color:#a6a6a6;border-radius:26px;color:#fff;display:block;font-size:1.4rem;font-weight:600;height:26px;left:0;line-height:26px;margin-top:-13px;position:absolute;text-align:center;top:50%;width:26px}.components-post-update_post-modify_card_post__old-icon--en{font-size:1rem}.components-post-update_post-modify_card_post__update-attribute{word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:380px}.components-post-update_post-profile_update_box{border:1px solid #d7d7d7;border-radius:3px;display:block;margin:15px -6px 20px;-webkit-text-decoration:none;text-decoration:none}.components-post-update_post-profile_update_box:hover{cursor:pointer}.components-post-update_post-profile_update_box__update-title{background:#f5f7f8;border-top:1px solid #d7d7d7;color:#595959;font-size:1.6rem;font-weight:600;height:55px;line-height:55px;text-align:center;vertical-align:middle}.components-post-update_post-profile_update_box__update-content{color:#0e202e;font-size:1.4rem;line-height:1.3em;overflow:hidden;padding:30px 23px;white-space:pre-wrap;word-wrap:break-word}.components-post-user_post__content{margin-top:20px}.components-post-user_post__image-wrapper{display:block;margin-top:10px;text-align:center}.components-post-user_post__image{max-width:100%}.premium_banner .banner-image{background:url(/assets/webpack/resource/3c6b9750c83db1922feb.png);background-size:100% 100%;display:inline-block;height:250px;margin-top:20px;width:100%}.components-premium-attention_info_section{color:#595959;font-size:1.2rem;line-height:1.5;padding:24px 0 56px}.components-premium-attention_info_section__title{font-weight:600;margin-bottom:8px}.components-premium-attention_info_section__list{list-style:disc;margin:0;padding-left:18px}.components-premium-attention_info_section__item{margin-top:4px}.components-premium-attention_info_section__link,.components-premium-attention_info_section__link:hover{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-premium-attention_info_section__link:focus{color:#0054ff}.components-premium-function_info_section{box-sizing:border-box;padding:0 40px}.components-premium-function_info_section--stats-layout{padding:0 20px}.components-premium-function_info_section__title{color:#0e202e;font-size:2.4rem;font-weight:400;line-height:1.4;margin-bottom:24px;text-align:center}.components-premium-function_info_section__list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.components-premium-function_info_section__item{align-items:center;background-color:#f2f7ff;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;padding:24px;width:322px}.components-premium-function_info_section__item--old{background-color:#f0f3f5}.components-premium-function_info_section__item-title{color:#0e202e;font-size:1.8rem;font-weight:600;line-height:1.5;margin-bottom:20px;text-align:center}.components-premium-function_info_section__item-title--old{color:#0054ff}.components-premium-function_info_section__item-image{height:auto;margin-bottom:16px;max-width:228px;width:100%}.components-premium-function_info_section__item-text{color:#595959;font-size:1.4rem;line-height:1.5}.components-premium-function_info_section__note{color:#8c8c8c;font-size:1.2rem;line-height:1.5;margin-top:28px;text-align:center}.components-premium-function_info_section__only-pc{font-weight:600}.components-premium-lead_text_section{margin:0 auto;padding:80px 0 47px;text-align:center}.components-premium-lead_text_section__lead-text{color:#0054ff;font-size:3.2rem;font-weight:600;line-height:1.4;text-align:center}.components-premium-price_info_section{margin:0 auto;padding:80px 0;width:516px}.components-premium-price_info_section--en-layout{width:600px}.components-premium-price_info_section__title{color:#0e202e;font-size:3.2rem;font-weight:400;line-height:1.4;margin-bottom:40px;text-align:center}.components-premium-price_info_section__description{color:#0a68fa;font-size:2.4rem;font-weight:600;line-height:1.4;margin-bottom:36px;text-align:center}.components-premium-price_info_section__list{display:flex;justify-content:space-between;margin:0;padding:0}.components-premium-price_info_section__item{background-color:#fff;border-radius:4px;box-shadow:0 2px 12px #00334d1a;box-sizing:border-box;display:flex;flex-direction:column;list-style:none;position:relative;text-align:center;width:240px}.components-premium-price_info_section__item--en-item{width:280px}.components-premium-price_info_section__item-title{background-color:#0054ff;border-radius:4px 4px 0 0;color:#fff;font-size:2rem;font-weight:600;line-height:1.4;padding:8px 0}.components-premium-price_info_section__item-price{color:#0054ff;font-size:4rem;line-height:1.4;padding:20px 0}.components-premium-price_info_section__item-unit{color:#8c8c8c;font-size:1.6rem;line-height:1.5;margin:0 8px}.components-premium-price_info_section__item-eyecatch{background-color:#dbbd09;border-radius:50%;height:72px;position:absolute;right:-24px;top:-40px;width:72px}.components-premium-price_info_section__eyecatch-text{color:#fff;display:inline-block;font-size:1.4rem;font-weight:600;letter-spacing:-.05em;line-height:1.5;text-shadow:0 1px 2px #00000026;transform:translateY(18px)}.components-premium-price_info_section__attention{color:#595959;font-size:1.2rem;line-height:1.5;margin-top:20px;text-align:center}.components-premium-registration_info_section{background-color:#f0f3f5;box-sizing:border-box;margin:0 auto;padding:56px 0;text-align:center;width:100%}.components-premium-registration_info_section__title{color:#0e202e;font-size:3.2rem;font-weight:400;line-height:1.4;margin-bottom:16px}.components-premium-registration_info_section__title--is-expired{font-size:2.4rem;line-height:1.4;margin-bottom:24px}.components-premium-registration_info_section__qr-wrapper{align-items:center;background-color:#fff;border-radius:50%;box-shadow:-9px -12px 20px #ffffff4d,9px 12px 20px #d2d5d94d;display:flex;flex-direction:column;height:300px;justify-content:center;margin:0 auto 30px;width:300px}.components-premium-registration_info_section__qr-title{color:#0054ff;font-size:2rem;font-weight:600;line-height:1.4;margin-bottom:8px}.components-premium-registration_info_section__link-text{background-color:#ededed;background-color:#0000;border:0;color:#a6a6a6;color:#0054ff;cursor:pointer;padding:0;-webkit-text-decoration:none;text-decoration:none}.components-premium-registration_info_section__link-text:hover{color:#0054ff}.components-premium-registration_info_section__attention-text{color:#595959;font-size:1.4rem;line-height:1.5;margin-bottom:4px}.components-premium-special_contract_section{color:#595959;font-size:1.2rem;line-height:1.5;padding:56px 0 0}.components-premium-special_contract_section__title{font-weight:600;margin-bottom:8px}.components-premium-special_contract_section__list{list-style:disc;margin:0;padding-left:18px}.components-premium-special_contract_section__item{margin-top:4px}.components-premium-subscription_can_do_contents{display:flex;flex-direction:column;gap:52px;padding:42px 24px}.components-premium-subscription_can_do_contents__section{align-items:center;display:flex;flex-direction:column;gap:4px}.components-premium-subscription_can_do_contents__title-description-wrapper{align-items:center;display:flex;flex-direction:column;gap:8px}.components-premium-subscription_can_do_contents__title{color:#0e202e;font-size:2rem;font-weight:700;line-height:1.4;margin-top:4px;text-align:center}.components-premium-subscription_can_do_contents__description{color:#595959;font-size:1.6rem;line-height:1.5;max-width:400px}.components-premium-subscription_can_do_contents__image1{background-image:url(/assets/webpack/resource/314d0fd482f913826e36.png);background-repeat:no-repeat;background-size:100% auto;height:132px;width:220px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_can_do_contents__image1{background-image:url(/assets/webpack/resource/be6bd2c705409f9616e0.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_can_do_contents__image1{background-image:url(/assets/webpack/resource/e059b90fd7449413d8bc.png)}}.components-premium-subscription_can_do_contents__image1--en{background-image:url(/assets/webpack/resource/4c1a115edf7e2dbb3ae2.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_can_do_contents__image1--en{background-image:url(/assets/webpack/resource/8566b0bdf9aedbc2999e.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_can_do_contents__image1--en{background-image:url(/assets/webpack/resource/25ca3e701298a65e4e0f.png)}}.components-premium-subscription_can_do_contents__image2{background-image:url(/assets/webpack/resource/2c64b5df33a46320ea79.png);background-repeat:no-repeat;background-size:100% auto;height:121px;width:220px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_can_do_contents__image2{background-image:url(/assets/webpack/resource/320d8cc0495c08b1c41e.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_can_do_contents__image2{background-image:url(/assets/webpack/resource/9acdb431cc74e3b22603.png)}}.components-premium-subscription_can_do_contents__image3{background-image:url(/assets/webpack/resource/cbda90383ee886bceacd.png);background-repeat:no-repeat;background-size:100% auto;height:130px;width:220px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_can_do_contents__image3{background-image:url(/assets/webpack/resource/099b94cf9e9790822fa6.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_can_do_contents__image3{background-image:url(/assets/webpack/resource/b6cafded3bd299321ac0.png)}}.components-premium-subscription_can_do_contents__image4-old{background-image:url(/assets/webpack/resource/9ad54a85fabd1411ae17.png);background-repeat:no-repeat;background-size:100% auto;height:121px;width:220px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_can_do_contents__image4-old{background-image:url(/assets/webpack/resource/2fc31a54b1488657a7f5.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_can_do_contents__image4-old{background-image:url(/assets/webpack/resource/15454a2819a49ccd2315.png)}}.components-premium-subscription_can_do_contents__image4{background-image:url(/assets/webpack/resource/6de7ac5b6fcc36443fd1.png);background-repeat:no-repeat;background-size:100% auto;height:120px;width:222px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_can_do_contents__image4{background-image:url(/assets/webpack/resource/340c58caaf697ee309ab.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_can_do_contents__image4{background-image:url(/assets/webpack/resource/2a397cf77071aa892bde.png)}}.components-premium-subscription_can_do_contents__image4--en{background-image:url(/assets/webpack/resource/94e0af75781b775d081f.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_can_do_contents__image4--en{background-image:url(/assets/webpack/resource/5e78888912bb93ceb741.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_can_do_contents__image4--en{background-image:url(/assets/webpack/resource/4611c2654939aa5e5255.png)}}.components-premium-subscription_can_do_contents__note{color:#8c8c8c;font-size:1.2rem;line-height:1.5;text-align:center}.components-premium-subscription_can_do_contents__only-pc{color:#8c8c8c;font-size:1.2rem;font-weight:600;line-height:1.5}.components-premium-subscription-carousel{background-color:#f0f3f5;display:flex;flex-direction:column;padding:42px 0}.components-premium-subscription-carousel__carousel-title{color:#93999d;display:flex;font-size:1.8rem;font-weight:700;justify-content:center;line-height:1.5;width:100%}.components-premium-subscription-carousel__slider-wrapper{padding:28px 0 24px;position:relative}.components-premium-subscription-carousel__slide-content{background-color:#fff;border-radius:24px;box-sizing:border-box;display:grid;font-size:3rem;padding:28px 16px;place-items:center;width:100%}.components-premium-subscription-carousel__slide-title{color:#000;font-size:1.8rem;font-weight:700;line-height:1.5;margin-bottom:10px}.components-premium-subscription-carousel__slide-visual{height:120px;margin-bottom:24px;width:222px}.components-premium-subscription-carousel__phonecontact{background-image:url(/assets/webpack/resource/d21872965f9c96a3415c.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription-carousel__phonecontact{background-image:url(/assets/webpack/resource/d996c15122479faa5375.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription-carousel__phonecontact{background-image:url(/assets/webpack/resource/97fe9e38ef8aa6c323a0.png)}}.components-premium-subscription-carousel__cardimageupload{background-image:url(/assets/webpack/resource/c746840b1526ac268c5a.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription-carousel__cardimageupload{background-image:url(/assets/webpack/resource/1bffe01d1e13dbb1c3f5.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription-carousel__cardimageupload{background-image:url(/assets/webpack/resource/e972282b69e4abc33e4b.png)}}.components-premium-subscription-carousel__imagememo{background-image:url(/assets/webpack/resource/de11d58f49c06286acd5.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription-carousel__imagememo{background-image:url(/assets/webpack/resource/709ac60eaf1a6b667ccc.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription-carousel__imagememo{background-image:url(/assets/webpack/resource/c1f96497461082cd7500.png)}}.components-premium-subscription-carousel__imagememo--en{background-image:url(/assets/webpack/resource/7b21778022904b5c63a0.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription-carousel__imagememo--en{background-image:url(/assets/webpack/resource/26257e986514b257bda2.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription-carousel__imagememo--en{background-image:url(/assets/webpack/resource/4e55c35389164f8efe1f.png)}}.components-premium-subscription-carousel__collabo{background-image:url(/assets/webpack/resource/f893b06e1a638e2a3cba.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription-carousel__collabo{background-image:url(/assets/webpack/resource/3435ed510566d9aec2db.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription-carousel__collabo{background-image:url(/assets/webpack/resource/cf772cd813b336cb2586.png)}}.components-premium-subscription-carousel__slide-description{color:#595959;font-size:1.6rem;line-height:1.5;margin-bottom:10px}.components-premium-subscription-carousel__dots{align-items:center;display:flex;justify-content:center}.components-premium-subscription-carousel__dot{background-color:#d7d7d7;border-radius:50%;height:8px;margin:0 5px;width:8px}.components-premium-subscription-carousel__dot--active{background-color:#0054ff}.components-premium-subscription_comparison_table{display:flex;flex-direction:column;gap:32px;padding:52px 24px}.components-premium-subscription_comparison_table__title{align-items:center;color:#0e202e;display:flex;flex-direction:column;font-size:2rem;font-weight:700;line-height:1.4}.components-premium-subscription_comparison_table__old_table_image{background-image:url(/assets/webpack/resource/af6c0da04c3ca29598f1.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:113.76%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_comparison_table__old_table_image{background-image:url(/assets/webpack/resource/fa99261a3010bcf966e1.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_comparison_table__old_table_image{background-image:url(/assets/webpack/resource/22e9750e30d26b6d961d.png)}}.components-premium-subscription_comparison_table__old_table_image--en{background-image:url(/assets/webpack/resource/918103e8f2ef76bbab50.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:126.606%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_comparison_table__old_table_image--en{background-image:url(/assets/webpack/resource/d4700e4104df901b7a58.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_comparison_table__old_table_image--en{background-image:url(/assets/webpack/resource/62809b099565f0500484.png)}}.components-premium-subscription_comparison_table__table_image{background-image:url(/assets/webpack/resource/17317624f7bc9a910967.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:113.76%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_comparison_table__table_image{background-image:url(/assets/webpack/resource/ee00cdf28f3404689333.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_comparison_table__table_image{background-image:url(/assets/webpack/resource/2280c342ff405191ec00.png)}}.components-premium-subscription_comparison_table__table_image--en{background-image:url(/assets/webpack/resource/8d67cff7405e8e5b0780.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:143.731%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_comparison_table__table_image--en{background-image:url(/assets/webpack/resource/4e7603946186d045d2ac.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_comparison_table__table_image--en{background-image:url(/assets/webpack/resource/13d5423dec6f4ac602e7.png)}}.components-premium-subscription_faq_contents{display:flex;flex-direction:column;padding:30px 24px 48px}.components-premium-subscription_faq_contents__header{color:#0e202e;font-size:2.2rem;font-weight:700;line-height:1.4}.components-premium-subscription_faq_contents__qa-sections{display:flex;flex-direction:column;gap:46px;padding-top:36px}.components-premium-subscription_faq_contents__qa-section-container{display:flex;flex-direction:column;gap:12px}.components-premium-subscription_faq_contents__qa-container{align-items:baseline;display:flex;gap:8px}.components-premium-subscription_faq_contents__question-answer-text-icon{align-items:center;border:1px solid #0054ff;border-radius:50%;display:inline-flex;flex-shrink:0;font-size:1.4rem;font-weight:700;height:20px;justify-content:center;line-height:1.5;width:20px}.components-premium-subscription_faq_contents__question-answer-text-icon--question{background-color:#0054ff;color:#fff}.components-premium-subscription_faq_contents__question-answer-text-icon--answer{background-color:#fff;color:#0054ff}.components-premium-subscription_faq_contents__description{color:#0e202e;font-size:1.6rem;line-height:1.5}.components-premium-subscription_header_contents{background-image:url(/assets/webpack/resource/57058e452425b6859758.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:86.4%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_header_contents{background-image:url(/assets/webpack/resource/02119cf46b6d0d8a0872.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_header_contents{background-image:url(/assets/webpack/resource/02d4d8aa0a2e3cf7f6bf.png)}}.components-premium-subscription_header_contents--en{background-image:url(/assets/webpack/resource/fa84e9948b5c50e76fc0.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:97.07%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_header_contents--en{background-image:url(/assets/webpack/resource/a736b4d7e079ee8aaccf.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_header_contents--en{background-image:url(/assets/webpack/resource/2e71570205a0da7af999.png)}}.components-premium-subscription_iap_plan_label{border:1px solid #a6a6a6;border-radius:8px;display:flex;height:75px;justify-content:center}.components-premium-subscription_iap_plan_label__plan-column{align-items:center;background-color:#fff;border-radius:8px 0 0 8px;border-right:1px solid #a6a6a6;color:#0054ff;display:flex;font-size:1.4rem;justify-content:center;line-height:1.5;width:31%}.components-premium-subscription_iap_plan_label__price-column{align-items:center;background-color:#f2f7ff;border-radius:0 8px 8px 0;color:#0054ff;display:flex;justify-content:center;width:69%}.components-premium-subscription_iap_plan_label__table{display:flex;flex-direction:column;gap:2px}.components-premium-subscription_iap_plan_label__table--two-row{padding:7px 0 14px}.components-premium-subscription_iap_plan_label__row{align-items:baseline;display:flex;gap:20px;justify-content:space-between;width:100%}.components-premium-subscription_iap_plan_label__interval-cell,.components-premium-subscription_iap_plan_label__price-cell{font-size:1.2rem;font-weight:700;line-height:1.5}.components-premium-subscription_iap_plan_label__total-annual-cell,.components-premium-subscription_iap_plan_label__total-annual-price-cell{font-size:1.2rem;line-height:1.5}.components-premium-subscription_iap_plan_label__total-attention-price-number{font-size:2.4rem;font-weight:700;line-height:1.4}.components-premium-subscription_page_content{background-color:#fff;display:flex;flex-direction:column;padding-bottom:138px}.components-premium-subscription_page_content__top-section{display:flex;flex-direction:column}.components-premium-subscription_page_content__select-plan-section{padding:0 24px}.components-premium-subscription_page_content__border-bottom{border-bottom:1px solid #0e202e;padding-bottom:52px}.components-premium-subscription_page_content__eight-team-banner-image{background-image:url(/assets/webpack/resource/16dc0946ebc5540946c8.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:16%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-premium-subscription_page_content__eight-team-banner-image{background-image:url(/assets/webpack/resource/25a06132e81fd5920aef.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-premium-subscription_page_content__eight-team-banner-image{background-image:url(/assets/webpack/resource/ce00cd5d5311b85bbf26.png)}}.components-premium-subscription_page_content__fixed-button{background:#0054ff;border:0;border-radius:50px;bottom:28px;color:#fff;font-size:1.8rem;font-weight:700;left:24px;padding:18px 0;position:fixed;width:calc(100% - 48px)}.components-premium-subscription_require_attention_dialog{display:flex;flex-direction:column;gap:12px;list-style-type:disc;max-height:calc(100vh - 32rem);overflow-y:auto;padding-left:16px}.components-premium-subscription_require_attention_dialog__item{color:#595959;font-size:1.4rem;line-height:1.5}.components-premium-subscription_select_plan_field__select-plan-list{display:grid;grid-template-columns:minmax(160px,1fr) minmax(0,20px) minmax(160px,1fr);-webkit-tap-highlight-color:rgba(0,0,0,0)}.components-premium-subscription_select_plan_field__monthly-plan{grid-column:1/2}.components-premium-subscription_select_plan_field__yearly-plan{grid-column:3/4}.components-premium-subscription_select_plan_field__plan-radio{display:none}.components-premium-subscription_select_plan_field__plan-label{background:#fff;border:2px solid #ccc;border-radius:8px;box-sizing:border-box;color:#0e202e;display:flex;flex-direction:column;gap:2px;position:relative}.components-premium-subscription_select_plan_field__plan-label--selected{border:2px solid #0054ff;color:#0054ff}.components-premium-subscription_select_plan_field__plan-header{align-items:center;background:#ccc;border-radius:4px 4px 0 0;display:flex;gap:8px;justify-content:center;padding:14px 0 8px}.components-premium-subscription_select_plan_field__plan-header--selected{background:#0054ff}.components-premium-subscription_select_plan_field__plan-title{color:#fff;font-size:1.8rem;font-weight:700;line-height:1.5;text-wrap:nowrap}.components-premium-subscription_select_plan_field__plan-price-field{display:flex;flex-direction:column;min-height:46px;padding:12px 22px;text-align:center}.components-premium-subscription_select_plan_field__yen{font-weight:400}.components-premium-subscription_select_plan_field__plan-price{align-items:flex-end;display:flex;font-size:1.2rem;justify-content:space-between;line-height:1.5}.components-premium-subscription_select_plan_field__plan-price-yearly{align-items:baseline;display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between;line-height:1.5}.components-premium-subscription_select_plan_field__plan-price-numerical{font-size:2rem;font-weight:700;line-height:1.4}.components-premium-subscription_select_plan_field__plan-catch{background:#f5990d;border-radius:8px;color:#fff;font-size:1.2rem;font-weight:700;line-height:1.5;padding:4px 8px;position:absolute;right:-2px;top:-16px}.components-premium-subscription_select_plan_field__check-icon-wrapper{color:#fff}.components-premium-subscription_select_plan_field__un-check-circle{background:#fff;border-radius:50%;display:inline-block;height:22px;width:22px}.components-premium-subscription_special_contract_dialog{display:flex;flex-direction:column;gap:12px;list-style-type:disc;max-height:calc(100vh - 32rem);overflow-y:auto;padding-left:16px}.components-premium-subscription_special_contract_dialog__item{color:#595959;font-size:1.4rem;line-height:1.5}.components-premium-subscription_sub_text{color:#595959;font-size:1.2rem;line-height:1.5}.components-premium-subscription_sub_text__text-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#0054ff;cursor:pointer;display:flex;display:inline;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-user-select:none;user-select:none}.components-premium-subscription_submit_button{display:flex;flex-direction:column}.components-premium-subscription_submit_button__lead-text-field{display:flex;flex-direction:column;gap:12px;text-align:center}.components-premium-subscription_submit_button__key-text{color:#0054ff;font-size:2rem;font-weight:700;line-height:1.4}.components-premium-subscription_submit_button__subscription-iap-plan-label-container{padding-top:46px}.components-premium-subscription_submit_button__select-plan-field-container{padding-top:50px}.components-premium-subscription_submit_button__submit-field{display:flex;flex-direction:column;gap:12px;padding-top:40px;text-align:center}.components-premium-subscription_submit_button__plan-submit-button{align-items:center;background:#0054ff;border-radius:34px;box-sizing:border-box;color:#fff;display:flex;font-size:1.8rem;font-weight:700;justify-content:center;padding:18px 0;-webkit-text-decoration:none;text-decoration:none}.components-premium-subscription_submit_button__attention-text{color:#595959;font-size:1.2rem;line-height:1.5}.archived-card-profile-account_status{display:flex;gap:36px}.archived-card-profile-account_status__link{align-items:center;color:#0054ff;display:inline-flex;flex-direction:column;font-size:1rem;font-weight:600;gap:2px;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.archived-card-profile-account_status__link--disabled{color:#595959;font-weight:400;pointer-events:none}.archived-card-profile-account_status__link:hover{-webkit-text-decoration:underline;text-decoration:underline}.archived-card-profile-account_status__icon{height:auto;width:36px}.components-profile-archived_card_career{background:#fff;border-radius:0;box-shadow:1px 0 0 #d7d7d7;height:100%;min-height:250px;position:relative}.components-profile-archived_card_career:before{border-top:1px solid #ededed;content:"";display:block;margin:0 13px}.components-profile-archived_card_career .box .cts{color:#0e202e;font-size:1.2rem;line-height:1.4;padding:0 13px}.components-profile-archived_card_career__profile-merged_career{margin:16px 0 18px}.components-profile-archived_card_career__profile-merged_career a{color:#0054ff;-webkit-text-decoration:underline;text-decoration:underline}.components-profile-archived_card_career__profile-merged_career a:hover{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-profile-archived_card_career__profile-merged_career a:hover img{opacity:.7}.components-profile-archived_card_career__profile-merged_career a:focus{color:#0054ff}.components-profile-archived_card_career__career-company{color:#595959;font-size:1.4rem;font-weight:600;margin:9px 0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile-archived_card_career__merged-career{display:table;min-height:40px;width:100%}.components-profile-archived_card_career__career-piece{box-sizing:border-box;color:#595959;display:table-cell;padding-bottom:6px;padding-left:10px;position:relative}.components-profile-archived_card_career__career-piece:before{background:#595959;content:"";display:block;height:1px;left:0;position:absolute;top:1rem;width:4px}.components-profile-archived_card_career__career-span{color:#595959;font-size:1.1rem;margin:3px 0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile-archived_card_career__career-department,.components-profile-archived_card_career__career-title{color:#595959;font-size:1.2rem;margin:3px 0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archived-card-profile-thumbnail .tmb{display:table-cell;height:36px;position:relative;vertical-align:middle;width:59px}.archived-card-profile-thumbnail .card{border:1px solid #a5a5a5;box-sizing:border-box;display:block;height:36px;overflow:hidden;position:relative;width:59px}.components-profile-card_carousel{align-items:center;background-color:#fff;display:flex;height:67px;width:100%}.components-profile-card_carousel__arrow-wrapper{display:none;height:67px;width:43px}.components-profile-card_carousel__arrow-wrapper--show{align-items:center;display:flex;flex-shrink:0}.components-profile-card_carousel__arrow-wrapper--left{justify-content:flex-start}.components-profile-card_carousel__arrow-wrapper--right{justify-content:flex-end}.components-profile-card_carousel__arrow-button{align-items:center;background-color:#f2f4f5;border:0;border-radius:2px;color:#0054ff;display:flex;font-size:1.4rem;height:50px;justify-content:center;padding:0;width:16px}.components-profile-card_carousel__arrow-button:disabled{color:#d7d7d7}.components-profile-card_carousel__card-list-wrapper{height:75px;overflow:hidden;position:relative;width:100%}.components-profile-card_carousel__card-list{align-items:center;display:flex;height:67px;position:absolute;top:8px;transition:left .3s ease-out}.components-profile-card_carousel__card-wrapper{align-items:center;display:flex;flex:0 0 auto;height:47px;justify-content:center;margin:0 5px;position:relative;width:76px}.components-profile-card_carousel__card-wrapper--current{height:67px;width:108px}.components-profile-card_carousel__card-wrapper>input{display:none;height:0;margin:0;padding:0;width:0}.components-profile-card_carousel__inactive-icon{position:absolute;right:-8px;top:-8px;z-index:1}.components-profile-card_carousel__only-eight-user-image{align-items:center;background-color:#f5f4f5;border-radius:2px;color:#a6a6a6;cursor:pointer;display:flex;font-size:1.2rem;height:67px;justify-content:center;line-height:1.5;text-align:center;width:108px}.components-profile-card_carousel__private-image{cursor:pointer;height:47px;width:76px}.components-profile-card_carousel__edit-icon{bottom:7px;color:#0054ff;display:block;position:absolute;right:6px}.components-profile-card_carousel__outline{background:#0000;border:0;cursor:pointer;margin:0;overflow:visible;padding:0;position:static;text-align:center}.components-profile-card_carousel__image{background:#0000;border:1px solid #e0e0e0;box-sizing:border-box;display:block;margin:0;overflow:visible;padding:0;position:static}.profile-card_thumbnail .tmb,.profile-card_thumbnail.tmb{display:table-cell;height:36px;position:relative;vertical-align:middle;width:59px}.profile-card_thumbnail .card{border:1px solid #a5a5a5;box-sizing:border-box;display:block;height:36px;overflow:hidden;position:relative;width:59px}.profile-card_thumbnail .career-editor{cursor:pointer;display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.profile-card_thumbnail .career-editor.visible{display:block}.profile-card_thumbnail .hidden-cards{margin-top:2px}.profile-card_thumbnail .hidden-cards .tmb{display:block;height:36px;margin:2px 0;opacity:1;transition:all .3s}.profile-card_thumbnail .hidden-cards .card{height:36px;transition:all .3s}.profile-card_thumbnail .hidden-cards:not(.visible) .tmb{height:0;margin:0;opacity:0}.profile-card_thumbnail .hidden-cards:not(.visible) .card{height:0}.profile-card_thumbnail .hidden-trigger{height:15px;margin-top:5px}.profile-card_thumbnail .hidden-trigger:not(.visible){display:none}.profile-card_thumbnail .hidden-trigger .arrow-button-container{display:inline-flex}.profile-card_thumbnail .hidden-trigger .arrow-button-container.up{transform:rotate(180deg)}.profile-career_summary_description__summary-text{font-size:1.3rem;line-height:1.4;margin-top:32px;max-height:40vh;overflow:auto}.profile-career_summary_description__summary-text>p{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.profile-career_summary_description__close-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;position:absolute;right:0;-webkit-text-decoration:none;text-decoration:none;top:-4px;-webkit-user-select:none;user-select:none}.profile-career_summary_description__registration-field{align-items:center;background-color:#f2f7ff;border-radius:4px;display:flex;justify-content:space-between;margin-top:32px;padding:16px 20px}.profile-career_summary_description__description{color:#a6a6a6;font-size:1.4rem;font-weight:600;line-height:1.4}.profile-career_summary_description__registration-link{background-color:#0054ff;border-radius:2px;color:#fff;display:block;flex-shrink:0;font-size:1.4rem;font-weight:600;margin-left:20px;padding:12px 24px;-webkit-text-decoration:none;text-decoration:none}.components-profile-career_summary{background:#fff;border-radius:3px 3px 0 0;box-shadow:1px 0 0 #d7d7d7;height:252px;position:relative}.components-profile-career_summary__more-field{bottom:10px;display:block;padding-top:5px;position:absolute}.components-profile-career_summary__more-button{color:#a6a6a6;font-size:1.2rem}.components-profile-career_summary__centerized_wrapper{background:#fff;border-radius:3px;box-sizing:border-box;font-size:1.3rem;line-height:1.5;margin:10px 0 0;padding:10px 0}.components-profile-career_summary__centerized{color:#a6a6a6;display:table-cell;height:150px;text-align:center;vertical-align:middle;width:252px}.components-profile-career_summary__cts{color:#0e202e;font-size:1.2rem;line-height:1.4;padding:0 13px}.components-profile-career_summary__summary-content{white-space:pre-wrap;word-wrap:break-word}.profile-careers{background:#fff;border-radius:0;box-shadow:1px 0 0 #d7d7d7;height:100%;min-height:250px;padding-bottom:13px;position:relative}.profile-careers:before{border-top:1px solid #ededed;content:"";display:block;margin:0 13px}.profile-careers .box .cts{color:#0e202e;font-size:1.2rem;line-height:1.4;padding:0 13px}.profile-careers .box .cts .empty{color:#0054ff;font-size:1.2rem;font-weight:400;line-height:1;text-align:center}.profile-careers .centerized_wrapper{background:#fff;border-radius:3px;box-sizing:border-box;font-size:1.3rem;line-height:1.5;margin:10px 0 0;padding:10px 0}.profile-careers .centerized_wrapper .centerized{color:#a6a6a6;display:grid;height:110px;place-items:center;text-align:center;vertical-align:middle;width:100%}.profile-careers .btn_show_all_careers{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:flex;display:block;font-size:1.2rem;justify-content:center;margin:0 13px;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-profile-collected_card-collected_card_field{display:flex;flex-direction:column}.components-profile-collected_card-collected_card_field__friend-info{border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:16px;padding-top:20px}.components-profile-collected_card-collected_card_field__title{color:#8c8c8c;font-size:1.2rem;font-weight:600;line-height:1.5}.components-profile-collected_card-collected_card_field__button-inner{align-items:center;display:flex;gap:4px}.components-profile-collected_card-collected_card_field__button-text{font-size:1.2rem;line-height:1.5}.components-profile-collected_card-collected_card_section{display:flex;flex-direction:column;gap:20px;padding:20px}.components-profile-collected_card-contact_info_field{display:flex;gap:16px}.components-profile-collected_card-contact_info_field__title{color:#8c8c8c;flex-shrink:0;font-size:1.2rem;font-weight:600;line-height:1.5;padding-top:3px}.components-profile-collected_card-contact_info_field__content{color:#595959;display:flex;flex-direction:column;gap:5px}.components-profile-collected_card-contact_info_field__contact-date{color:#595959;font-size:1.4rem;font-weight:600;line-height:1.5}.components-profile-collected_card-contact_info_field__contact-person-name{display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#595959;overflow:hidden}.components-profile-collected_card-delete_collected_card_dialog__description{color:#595959;font-size:1.4rem;line-height:1.5}.components-profile-collected_card-delete_with_collected_card_dialog__content{display:flex;flex-direction:column;gap:16px}.components-profile-collected_card-delete_with_collected_card_dialog__description{color:#595959;font-size:1.4rem;line-height:1.5}.components-profile-collected_card-delete_with_collected_card_dialog__delete-my-card-wrapper{font-size:1.4rem;line-height:1.5}.components-profile-collected_card-detach_dialog__description{color:#595959;font-size:1.4rem;line-height:1.5}.components-profile-collected_card-eight_user_collected_card_dialog{display:flex;flex-direction:column;max-height:calc(100vh - 15rem)}.components-profile-collected_card-eight_user_collected_card_dialog__header{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4;padding-bottom:20px}.components-profile-collected_card-eight_user_collected_card_dialog__content{border-bottom:1px solid #e0e0e0;max-height:808px;overflow-y:auto}.components-profile-collected_card-eight_user_collected_card_item{border-top:1px solid #e0e0e0;display:flex;flex-direction:column;padding:12px 0}.components-profile-collected_card-eight_user_collected_card_item__content{align-items:center;display:flex;gap:20px}.components-profile-collected_card-eight_user_collected_card_item__card-info{color:#8c8c8c;display:flex;flex-direction:column;font-size:1.4rem;gap:4px;line-height:1.5}.components-profile-collected_card-eight_user_collected_card_item__company-name{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5}.components-profile-collected_card-eight_user_collected_card_item__company-name,.components-profile-collected_card-eight_user_collected_card_item__contact,.components-profile-collected_card-eight_user_collected_card_item__department,.components-profile-collected_card-eight_user_collected_card_item__title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.components-profile-collected_card-eight_user_collected_card_item__contact{color:#595959}.components-profile-collected_card-eight_user_collected_card_item__card-image{border:1px solid #e0e0e0;flex-shrink:0;height:75px;width:122px}.components-profile-collected_card-eight_user_collected_card_item__main-card{background-color:#f2f7ff;border-radius:2px;color:#0054ff;display:flex;flex-grow:auto;font-size:1.2rem;line-height:1.5;margin-top:8px;padding:3px 0 3px 8px}.components-profile-collected_card-eight_user_collected_card_item__edit-buttons{color:#0054ff;margin-left:auto}.components-profile-collected_card-friend_card_collected_card_item{display:flex;flex-direction:column}.components-profile-collected_card-friend_card_collected_card_item__company-name{display:-webkit-box;font-size:1.6rem;font-weight:600;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#595959;margin-bottom:4px;overflow:hidden}.components-profile-collected_card-friend_card_collected_card_item__content{align-items:center;display:flex;gap:12px;justify-content:space-between}.components-profile-collected_card-friend_card_collected_card_item__card-info{color:#595959;display:flex;flex-direction:column;font-size:1.2rem;gap:2px;line-height:1.5}.components-profile-collected_card-friend_card_collected_card_item__contact{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.components-profile-collected_card-friend_card_collected_card_item__department,.components-profile-collected_card-friend_card_collected_card_item__title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding-left:8px}.components-profile-collected_card-friend_card_collected_card_item__card-image{border:1px solid #e0e0e0;flex-shrink:0;height:34px;position:relative;width:55px}.components-profile-collected_card-friend_card_collected_card_item__main-card{background-color:#f2f7ff;border-radius:2px;color:#0054ff;display:flex;flex-grow:auto;font-size:1.2rem;line-height:1.5;margin-top:4px;padding:3px 0 3px 8px}.components-profile-collected_card-friend_card_collected_card_item__icon-wrapper{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.components-profile-collected_card-friend_card_collected_card_list{display:flex;flex-direction:column;gap:20px}.components-profile-collected_card-friend_card_collected_card_list__toggle-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;line-height:1.5;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-profile-collected_card-shared_contact_with_collected_card_dialog__description,.components-profile-collected_card-un_shared_contact_with_collected_card_dialog__description,.components-profile-collected_card-untagging_shared_tag_dialog__description,.components-profile-collected_card-update_order_dialog__description{color:#595959;font-size:1.4rem;line-height:1.5}.components-profile-company_menu{border-top:1px solid #e0e0e0;display:flex;flex-direction:column;padding:12px 0 8px;width:100%}.components-profile-company_menu__item{color:#0e202e;font-size:1.4rem;line-height:1.5;padding:8px 16px 8px 24px}.components-profile-company_menu__item:hover{background-color:#f2f7ff}.components-profile-company_menu__item--pulldown-wrapper{cursor:pointer}.components-profile-company_menu__item-title{align-items:center;color:#0e202e;display:inline-flex;font-size:1.4rem;gap:10px;line-height:1.5}.components-profile-company_menu__pulldown-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;display:block;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:100%}.components-profile-company_menu__title{font-weight:600}.components-profile-company_menu__icon-right{color:#0054ff;display:inline-flex}.components-profile-company_menu__link{-webkit-text-decoration:none;text-decoration:none}.components-profile-company_menu__menu-item-container{align-items:center;display:flex;justify-content:space-between}.components-profile-company_menu__company-pulldown-item-link{color:#0e202e;display:block;font-size:1.4rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none;width:100%}.components-profile-my_profile-confirm-header{color:#0e202e;font-size:2.2rem;font-weight:600;letter-spacing:-.05em;line-height:1.4;position:relative}.profile-default_theme_viewer{box-sizing:border-box}.profile-default_theme_viewer__loader-container{display:flex;justify-content:center;padding:36px}.profile-default_theme_viewer .thumbnail-area{box-sizing:border-box}.profile-default_theme_viewer .thumbnail-area>img{border:1px solid #f2f7ff;cursor:pointer;height:60px;margin:6px;width:60px}.profile-default_theme_viewer .thumbnail-area>img.thumbnail-selected{border-color:#0054ff;cursor:default;opacity:.5}.profile-educational_record .educational_records-school{color:#595959;font-size:1.4rem;font-weight:600;margin:6px 0 9px;max-width:100%;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.profile-educational_record .educational_records-piece{box-sizing:border-box;padding-bottom:6px;padding-left:10px;position:relative}.profile-educational_record .educational_records-piece:before{background:#595959;content:"";display:block;height:1px;left:0;position:absolute;top:1rem;width:4px}.profile-educational_record .educational_records-period{color:#595959;font-size:1.1rem;margin:3px 0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-educational_record .educational_records-degree,.profile-educational_record .educational_records-faculty{color:#595959;font-size:1.2rem;margin:3px 0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-educational_record .no-record,.profile-educational_record .user-only{color:#a6a6a6;display:table-cell;height:100px;padding-bottom:32px;text-align:center;vertical-align:middle;width:252px}.profile-educational_record .aquaintance-only{margin-left:-3px;padding:20px 0 30px;text-align:left}.profile-eight_user-eight_user_profile{width:808px}.profile-eight_user-eight_user_profile [data-ctltg] [data-ctl]{visibility:hidden}.profile-eight_user-eight_user_profile [data-ctltg].edit [data-ctl],.profile-eight_user-eight_user_profile [data-ctltg].hover [data-ctl]{visibility:visible}.profile-eight_user-eight_user_profile [data-ctltg].edit a [data-ctl],.profile-eight_user-eight_user_profile [data-ctltg].edit span [data-ctl],.profile-eight_user-eight_user_profile [data-ctltg].hover a [data-ctl],.profile-eight_user-eight_user_profile [data-ctltg].hover span [data-ctl]{display:inline-block}.profile-eight_user-eight_user_profile [data-ctltg].edit .prof-card .thmb [data-ctl],.profile-eight_user-eight_user_profile [data-ctltg].hover .prof-card .thmb [data-ctl]{display:block}.profile-eight_user-eight_user_profile__profile-main-pane{position:relative}.profile-eight_user-eight_user_profile__profile-nav{box-sizing:border-box;left:0;padding:10px 20px;position:absolute;top:0;width:100%;z-index:2}.profile-eight_user-eight_user_profile__profile-main-container{display:grid;gap:20px;grid-template-columns:260fr 528fr}.profile-eight_user-eight_user_profile__profile-aside{box-sizing:border-box;min-width:0;position:relative;z-index:5}.profile-eight_user-eight_user_profile__profile-aside-inner{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7}.profile-eight_user-eight_user_profile__profile-aside-inner+.profile-eight_user-eight_user_profile__profile-aside-inner{margin-top:8px}.profile-eight_user-eight_user_profile__profile-main{*zoom:1;box-sizing:border-box;min-width:0}.profile-eight_user-eight_user_profile__profile-main:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.profile-eight_user-eight_user_profile .limited-message{color:#0e202e;font-size:1.2rem;line-height:1.4;margin-left:10px;padding:20px 0 30px;text-align:left}.profile-eight_user-eight_user_profile .higher-card{border-radius:3px 3px 0 0}.profile-eight_user-eight_user_profile .lower-card{border-radius:0 0 3px 3px}.profile-eight_user-follow_section_button .button-field{display:flex;gap:1px}.profile-eight_user-follow_section_button .button-field .dialog-button-container{position:relative}.profile-eight_user-follow_section_button .button-field .dialog-button-container .menu-position{margin-top:2px;position:absolute;right:0}.profile-eight_user-follow_section_button .resend-btn{color:#0054ff;display:block;font-size:1.1rem;margin-right:30px;padding:5px 16px}.profile-eight_user-follow_section_button .resend-btn:hover{-webkit-text-decoration:underline;text-decoration:underline}.profile-eight_user-follow_section_button__menu-icon-container{display:block}.profile-eight_user-follow_section{box-sizing:border-box;margin:10px 0}.profile-eight_user-follow_section .follow_section_contents{background:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;padding:15px 0;text-align:center;vertical-align:middle}.profile-eight_user-follow_section .follow_section_contents p{font-size:1.3rem;line-height:1.5;margin:0}.profile-eight_user-head .lnk{display:block;margin:5px 28px}.profile-eight_user-head .profile-title-field{display:flex;min-width:0}.profile-eight_user-head .profile-title-field .thumbnail{position:relative}.profile-eight_user-head .profile-title-field .thumbnail img{height:46px;width:46px}.profile-eight_user-head .text-field{margin-left:10px;min-width:0}.profile-eight_user-head .text-field .description{font-size:1.1rem;font-weight:600;line-height:2rem;margin-top:3px;word-break:break-all}.profile-eight_user-head .text-field .user-name{align-items:center;color:#000;display:flex;font-size:2.1rem;font-weight:600;line-height:1}.profile-eight_user-head .text-field .user-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-eight_user-head .text-field .text-part{color:#0054ff;display:inline-block}.profile-eight_user-head .premium-icon{background-image:url(/assets/webpack/resource/bb40c220b25dce2fb6d3.png);display:inline-block;flex-shrink:0;height:18px;margin-left:8px;vertical-align:middle;width:60px}.profile-eight_user-head .profile-card{align-items:flex-end;display:flex;flex-shrink:0}.profile-eight_user-head .profile-card .ctrl,.profile-eight_user-head .profile-card .ctrl-follow-section{display:inline-block;margin-left:0;margin-right:10px;vertical-align:bottom}.profile-eight_user-head .profile-card .btn-smt{font-size:1.2rem}.profile-eight_user-head .profile-card .btn-dis{background-color:#d7d7d7;color:#fff;display:block;font-size:1.2rem}.profile-eight_user-head .profile-card .btn-dis:hover{background-color:#d7d7d7;color:#fff}.profile-eight_user-head .profile-card .thumbnail{border:1px solid #a5a3a1;box-sizing:border-box;display:inline-block;position:relative;vertical-align:bottom}.components-profile-eight_user-mutual_acquaintance_button{background:#f2f7ff;border:0;border-radius:3px;box-shadow:1px 1px 0 #0000000d;color:#0054ff;height:52px;margin-bottom:16px;position:relative;width:100%}.components-profile-eight_user-mutual_acquaintance_button__content{align-items:center;display:flex;justify-content:center}.components-profile-eight_user-mutual_acquaintance_button__text{font-size:1.4rem;font-weight:600;line-height:1.5;margin-left:8px}.components-profile-eight_user-mutual_acquaintance_button__arrow-icon-container{align-items:center;display:flex;height:100%;padding-right:16px;position:absolute;right:0;top:0}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-index{box-sizing:border-box;max-width:calc(100vw - 4rem);padding:32px 24px;position:relative;width:652px}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-index__close-button{align-items:center;-webkit-appearance:none;appearance:none;background:inherit;border:0;box-sizing:border-box;color:#0e202e;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;position:absolute;right:16px;-webkit-text-decoration:none;text-decoration:none;top:16px;-webkit-user-select:none;user-select:none}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-index__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-index__header{border-bottom:1px solid #e0e0e0;padding-bottom:16px}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-index__content{max-height:428px;overflow-y:scroll}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-index__person{align-items:center;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;height:98px;justify-content:space-between;padding:16px 12px}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-index__show-limited-data-text{border-bottom:1px solid #e0e0e0;color:#595959;font-size:1.2rem;line-height:1.5;padding:12px;text-align:right}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-profile{align-items:center;display:flex}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-profile__avatar-container{flex-shrink:0}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-profile__profile-info{margin-left:16px;max-width:420px}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-profile__name{align-items:center;color:#0e202e;display:flex;display:-webkit-box;font-size:1.6rem;font-weight:600;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-profile__company,.components-profile-eight_user-mutual_acquaintance-mutual_acquaintance_dialog-profile__department-title{color:#595959;display:-webkit-box;font-size:1.2rem;line-height:1.5;margin-top:2px;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.components-profile-eight_user-mutual_acquaintance-premium_dialog{border-radius:4px;overflow:hidden}.components-profile-eight_user-mutual_acquaintance-premium_dialog__image{height:auto;max-width:calc(100vw - 4rem)}.components-profile-eight_user-mutual_acquaintance-premium_dialog__body{align-items:center;display:flex;flex-direction:column;padding:32px 0}.components-profile-eight_user-mutual_acquaintance-premium_dialog__premium-collabo-image{background-image:url(/assets/webpack/resource/761bc416ee2e71161d0f.png);background-repeat:no-repeat;background-size:100% auto;height:0;max-width:calc(100vw - 4rem);padding-top:36.96%;width:652px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-profile-eight_user-mutual_acquaintance-premium_dialog__premium-collabo-image{background-image:url(/assets/webpack/resource/367ce4f4fd4eb47d8da2.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-profile-eight_user-mutual_acquaintance-premium_dialog__premium-collabo-image{background-image:url(/assets/webpack/resource/d99ad760e48d7dd3922c.png)}}.components-profile-eight_user-mutual_acquaintance-premium_dialog__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.components-profile-eight_user-mutual_acquaintance-premium_dialog__text{color:#595959;font-size:1.4rem;line-height:1.5;margin-top:20px}.components-profile-eight_user-mutual_acquaintance-premium_dialog__show-detail-button{margin-top:24px}.components-profile-eight_user-mutual_acquaintance-premium_dialog__later-button{margin-top:8px}.components-profile-eight_user-profile_info{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;box-sizing:border-box;padding:15px 15px 10px;position:relative}.components-profile-eight_user-profile_info .ttl{color:#a6a6a6;font-size:1.3rem;font-weight:600}.components-profile-eight_user-profile_info .info-table{margin:15px 0 0}.components-profile-eight_user-profile_info__inner-header{margin-bottom:16px}.components-profile-eight_user-profile_info__action-icons{align-items:flex-start;display:flex;gap:8px;position:absolute;right:20px;top:10px}.components-profile-eight_user-profile_info .icon-button{align-items:center;border:1px solid #a6a6a6;border-radius:2px;display:inline-flex;font-size:1.3rem;padding:4px 7px}.components-profile-eight_user-profile_info .icon-button:hover{border:1px solid #0054ff}.components-profile-eight_user-profile_info .icon-button:active{position:relative;top:2px}.components-profile-eight_user-profile_info__profile-info-switch-wrapper{padding:12px 0 20px}.components-profile-eight_user-profile_info__edit-field{margin-left:16px;padding:3px 0}.components-profile-eight_user-send_message_button{display:flex;gap:1px}.components-profile-eight_user-send_message_button__menu-icon-container{display:block}.profile-eight_user-send_message_suggestion{background:#fff;border-radius:3px;box-sizing:border-box;font-size:1.3rem;line-height:1.5;margin:10px 0 0;padding:10px 0}.profile-eight_user-send_message_suggestion .centerized{display:table-cell;height:100%;text-align:center;vertical-align:middle;width:500px}.profile-exchange_date_archived_card{align-items:center;display:flex}.profile-exchange_date_archived_card .e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.profile-exchange_date_archived_card .display-field{color:inherit;font-size:inherit;width:auto}.profile-exchange_date_archived_card td,.profile-exchange_date_archived_card th{vertical-align:middle}.components-profile-exchange_date{align-items:center;display:flex}.components-profile-exchange_date .e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.components-profile-exchange_date__display-field{font-size:inherit;width:auto}.components-profile-exchange_date__display-field:not(:hover){color:inherit}.components-profile-exchange_date__edit-btn{background-color:#ededed;border-radius:3px;color:#a6a6a6;cursor:pointer;padding:2px;visibility:hidden}.components-profile-exchange_date__edit-btn:hover{color:#0054ff}.components-profile-exchange_date:hover .components-profile-exchange_date__edit-btn--visible{visibility:visible}.components-profile-exchange_date__date-picker-input{background-color:#0000;border:0;margin:0;padding:0}.components-profile-exchange_date__e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.components-profile-feed_follow_toggle_button{display:flex}.components-profile-feed_follow_toggle_button__dialog-text{font-size:1.4rem;line-height:1.5}.components-profile-feed_follow_toggle_button__menu-item-label{align-items:center;display:inline-flex;gap:4px;line-height:1}.components-profile-feed_follow_toggle_button__icon-container{align-items:center;color:#0054ff;display:inline-flex;justify-content:center;vertical-align:bottom}.components-profile-feed_follow_toggle_button__icon-container--disabled{color:#d7d7d7}.friend-profile-card_thumbnail .tmb,.friend-profile-card_thumbnail.tmb{display:table-cell;height:36px;position:relative;vertical-align:middle;width:59px}.friend-profile-card_thumbnail .card{border:1px solid #a5a5a5;box-sizing:border-box;display:block;height:36px;overflow:hidden;position:relative;width:59px}.components-profile-friend_career{background:#fff;border-radius:0;box-shadow:1px 0 0 #d7d7d7;height:100%;min-height:250px;position:relative}.components-profile-friend_career:before{border-top:1px solid #ededed;content:"";display:block;margin:0 13px}.components-profile-friend_career .box .cts{color:#0e202e;font-size:1.2rem;line-height:1.4;padding:0 13px}.components-profile-friend_career__profile-merged_career{margin:16px 0 18px}.components-profile-friend_career__profile-merged_career a{color:#0054ff;-webkit-text-decoration:underline;text-decoration:underline}.components-profile-friend_career__profile-merged_career a:hover{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-profile-friend_career__profile-merged_career a:hover img{opacity:.7}.components-profile-friend_career__profile-merged_career a:focus{color:#0054ff}.components-profile-friend_career__career-company{color:#595959;font-size:1.4rem;font-weight:600;margin:9px 0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile-friend_career__merged-career{display:table;min-height:40px;width:100%}.components-profile-friend_career__career-piece{box-sizing:border-box;color:#595959;display:table-cell;padding-bottom:6px;padding-left:10px;position:relative}.components-profile-friend_career__career-piece:before{background:#595959;content:"";display:block;height:1px;left:0;position:absolute;top:1rem;width:4px}.components-profile-friend_career__career-span{color:#595959;font-size:1.1rem;margin:3px 0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile-friend_career__career-department,.components-profile-friend_career__career-title{color:#595959;font-size:1.2rem;margin:3px 0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile-friend-dialog-invite_with_imported_error_dialog,.components-profile-friend-dialog-invite_with_merged_friend_card_error_dialog{color:#595959;font-size:1.4rem;line-height:1.5}.profile-friend-friend_profile{position:relative;width:808px}.profile-friend-friend_profile__profile-nav{box-sizing:border-box;left:0;padding:10px 20px;position:absolute;top:0;width:100%;z-index:2}.profile-friend-friend_profile__profile-main-container{display:grid;gap:20px;grid-template-columns:260fr 528fr}.profile-friend-friend_profile__profile-aside{box-sizing:border-box;min-width:0;z-index:5}.profile-friend-friend_profile__profile-aside-inner{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7}.profile-friend-friend_profile__profile-main{*zoom:1;box-sizing:border-box;min-width:0}.profile-friend-friend_profile__profile-main:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.profile-friend-friend_profile .limited-message{color:#0e202e;font-size:1.2rem;line-height:1.4;margin-left:10px;padding:20px 0 30px;text-align:left}.profile-friend-friend_profile .higher-card{border-radius:3px 3px 0 0}.profile-friend-friend_profile .lower-card{border-radius:0 0 3px 3px}.profile-friend-friend_profile .section:not(:first-child):before{border-top:1px solid #ededed;content:"";display:block;margin:0 13px}.profile-friend-head .profile-title-field{display:flex;min-width:0}.profile-friend-head .profile-title-field .thumbnail{position:relative}.profile-friend-head .profile-title-field .thumbnail img{height:46px;width:46px}.profile-friend-head .text-field{margin-left:10px;min-width:0}.profile-friend-head .text-field .description{font-size:1.1rem;font-weight:600;height:20px;line-height:2rem;margin-top:3px;word-break:break-all}.profile-friend-head .text-field .user-name{align-items:center;color:#000;display:flex;font-size:2.1rem;font-weight:600;line-height:1}.profile-friend-head .text-field .user-name .inputing{color:#a6a6a6;display:inline-block}.profile-friend-head .text-field .user-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-friend-head .text-field .text-part{color:#0054ff;display:inline-block}.profile-friend-head .profile-card{align-items:flex-end;display:flex;flex-shrink:0}.profile-friend-head .profile-card .thumbnail{border:1px solid #a5a3a1;box-sizing:border-box;display:inline-block;position:relative;vertical-align:bottom}.profile-friend-head .profile-card .ctrl{display:inline-block;margin-left:0;margin-right:10px;vertical-align:bottom}.profile-friend-invitation_button .button-field{display:flex;gap:1px}.profile-friend-invitation_button .resend-btn{color:#0054ff;display:block;font-size:1.1rem;padding:5px 16px}.profile-friend-invitation_button .resend-btn:hover{-webkit-text-decoration:underline;text-decoration:underline}.profile-friend-invitation_button__menu-icon-container{display:block}.profile-friend-premium_section__centerized_wrapper{background:#fff;border-radius:3px;box-sizing:border-box;font-size:1.3rem;line-height:1.5;margin:10px 0 0;padding:10px 0}.profile-friend-premium_section__centerized{display:table-cell;height:100%;text-align:center;vertical-align:middle;width:500px}.profile-friend-premium_section__noreg-ad{border:#595959;color:#595959;font-weight:600;text-align:center}.profile-friend-premium_section__first-delivery-text{color:#0e202e}.profile-friend-premium_section__strong-text{font-weight:600}.profile-friend-premium_section__help-icon{line-height:1.4rem}.profile-friend-profile_info{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;box-sizing:border-box;padding:15px 15px 10px;position:relative}.profile-friend-profile_info .ttl{color:#a6a6a6;font-size:1.3rem;font-weight:600}.profile-friend-profile_info .info-table{margin:15px 0 0}.profile-friend-profile_info .action-icons{align-items:flex-start;display:flex;gap:8px;position:absolute;right:20px;top:10px}.profile-friend-profile_info .icon-button{align-items:center;border:1px solid #a6a6a6;border-radius:2px;display:inline-flex;font-size:1.3rem;padding:4px 7px}.profile-friend-profile_info .icon-button:hover{border:1px solid #0054ff}.profile-friend-profile_info .icon-button:active{position:relative;top:2px}.profile-friend-profile_info .edit-field{margin-left:16px;padding:3px 0}.components-profile-launch_mailer_dialog__text{font-size:1.4rem;line-height:1.5}.components-profile-launch_mailer_dialog__mailto-body-and-signature{background-color:#ededed;color:#595959;font-size:1.4rem;line-height:1.5;margin-top:16px;max-height:300px;overflow:auto;padding:12px 16px;white-space:pre-wrap}.components-profile-link{margin:6px 6px 6px 0}.components-profile-link a{color:#0054ff;-webkit-text-decoration:underline;text-decoration:underline}.components-profile-link a:hover{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-profile-link a:hover img{opacity:.7}.components-profile-link a:focus{color:#0054ff}.components-profile-link__title{font-weight:400;line-height:1.2;min-height:18px;word-break:break-all}.components-profile-link__url{display:inline-block;font-weight:600;line-height:1.4;margin-top:4px;word-break:break-all}.profile_mailto{display:inline-block}.profile_mailto a{color:#0054ff;-webkit-text-decoration:underline;text-decoration:underline}.profile_mailto a:hover{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.profile_mailto a:hover img{opacity:.7}.profile_mailto a:focus{color:#0054ff}.profile_mailto>a{cursor:pointer;display:inline-block;word-break:break-all}.components-profile-merged_career{margin:16px 0 18px}.components-profile-merged_career a{color:#0054ff;-webkit-text-decoration:underline;text-decoration:underline}.components-profile-merged_career a:hover{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-profile-merged_career a:hover img{opacity:.7}.components-profile-merged_career a:focus{color:#0054ff}.components-profile-merged_career .components-profile-merged_career__company-name-link{-webkit-text-decoration:none;text-decoration:none}.components-profile-merged_career .components-profile-merged_career__company-name-link:hover{-webkit-text-decoration:underline;text-decoration:underline}.components-profile-merged_career__merged-career{display:table;min-height:40px;width:100%}.components-profile-merged_career__career-department,.components-profile-merged_career__career-title{color:#595959;font-size:1.2rem;margin:3px 0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile-merged_career__career-piece{box-sizing:border-box;color:#595959;display:table-cell;padding-bottom:6px;padding-left:10px;position:relative}.components-profile-merged_career__career-piece:before{background:#595959;content:"";display:block;height:1px;left:0;position:absolute;top:1rem;width:4px}.components-profile-merged_career__career-span{color:#595959;font-size:1.1rem;margin:3px 0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile-merged_career__career-company{color:#595959;font-size:1.4rem;font-weight:600;margin:9px 0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile-merged_career__career-company--no-publicity{font-size:1.2rem;font-weight:400}.profile-action_menu__menu-item-label{align-items:center;display:inline-flex;gap:4px;line-height:1}.profile-action_menu__icon-container{align-items:center;color:#0054ff;display:inline-flex;justify-content:center;vertical-align:bottom}.profile-action_menu__icon-container--disabled{color:#d7d7d7}.profile-action_menu__dialog-text{font-size:1.4rem;line-height:1.5}.profile-misc-click_out_dialog__lead{color:#595959;font-size:1.4rem;line-height:1.4}.profile-misc-edit_button{background-color:#ededed;border:0;border-radius:3px;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:block;height:22px;margin:0;padding:0;width:22px}.profile-misc-edit_button:hover{color:#0054ff}.profile-misc-edit_button__edit-icon-container{align-items:center;display:flex;justify-content:center}.profile-misc-edit_button__edit-icon{font-size:1.8rem;padding:2px}.profile-label{list-style-type:none;position:relative}.profile-label .label-field{align-items:center;display:flex;font-size:1.4rem;line-height:1.5;width:240px}.profile-label .label-field--active{color:#0054ff}.profile-label__icon-container{display:inline-flex;margin-right:6px}.profile-label__label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-labels_dialog__add-label-button{align-items:center;display:flex;padding:12px 8px;width:100%}.profile-labels_dialog__add-icon-container{display:inline-flex;margin-right:6px}.profile-labels_dialog__label-text{font-weight:600}.profile-labels_dialog__label-comp,.profile-shared_labels_dialog__label-comp{padding:0}.discard_changes_memo_dialog__description{font-size:1.4rem;line-height:1.5}.components-profile-misc-memo-memo_form__btn-field{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-top:30px}.profile-misc-memo{width:100%}.profile-misc-memo .memo-text-container{align-items:center;display:flex;justify-content:space-between;overflow:hidden;padding:4px 0;width:100%}.profile-misc-memo .memo-text-container .memo-text{align-items:baseline;display:flex;min-width:0;width:100%}.profile-misc-memo .memo-text-container .memo-updated-at{color:#595959;font-size:1.2rem;font-weight:400;line-height:1.5;width:76px}.profile-misc-memo .memo-text-container .memo-data{color:#0054ff;display:flex;display:inline-block;font-size:1.4rem;line-height:1.5;margin:0 0 0 12px;overflow:hidden;padding:0;text-align:left;text-overflow:ellipsis;white-space:nowrap}.profile-misc-memo .memo-text-container .delete-button,.profile-misc-memo .memo-text-container .memo-data{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:0;box-sizing:border-box;cursor:pointer;justify-content:center;min-width:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.profile-misc-memo .memo-text-container .delete-button{display:flex;flex-shrink:0;margin:0;padding:4px}.profile-misc-memo__delete-description{font-size:1.4rem;line-height:1.5}.profile-misc-memo.selected{font-weight:600}.profile-misc-memos_dialog{border-radius:2px;box-sizing:border-box;margin:1px 0 0 7px;padding:10px 20px;width:280px}.profile-misc-memos_dialog__memo-header{color:#0e202e;display:flex;font-size:2.2rem;line-height:1.4;margin-bottom:18px}.profile-misc-memos_dialog .memo-form{margin-bottom:10px}.profile-misc-memos_dialog__not-save-description{font-size:1.4rem;line-height:1.5}.profile-misc-memos{border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-top:32px;max-height:140px;overflow-y:auto}.components-profile-misc-memo-shared_memo_button__icon-button{align-items:center;border:1px solid #a6a6a6;border-radius:2px;display:inline-flex;font-size:1.3rem;padding:4px 7px}.components-profile-misc-memo-shared_memo_button__icon-button:hover{border:1px solid #0054ff}.components-profile-misc-memo-shared_memo_button__icon-button:active{position:relative;top:2px}.profile-policy_icon{background-color:#ededed;border-radius:3px;color:#a6a6a6;display:block;height:22px;margin-left:2px;width:36px}.profile-policy_icon .policy-icon-field{align-items:center;display:flex;height:22px;justify-content:center;width:100%}.profile-policy_icon .policy-icon{font-size:1.6rem;margin:0}.profile-policy_icon .select-btn{font-size:1.3rem;margin:0 0 -2px}.profile-shared_icon{color:#0054ff;display:inline-flex;margin-left:4px}.components-profile-my_profile-appeal_card_image_upload_dialog{display:flex;flex-direction:column}.components-profile-my_profile-appeal_card_image_upload_dialog__image{background-image:url(/assets/webpack/resource/5ce29766427dec2c6469.png);background-repeat:no-repeat;background-size:100% auto;height:0;max-width:calc(100vw - 4rem);padding-top:36.96%;width:652px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-profile-my_profile-appeal_card_image_upload_dialog__image{background-image:url(/assets/webpack/resource/ca28c0d53d43eda46b65.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-profile-my_profile-appeal_card_image_upload_dialog__image{background-image:url(/assets/webpack/resource/d31231c797eb92b3de45.png)}}.components-profile-my_profile-appeal_card_image_upload_dialog__image--en{background-image:url(/assets/webpack/resource/e30b5fd15a70950f4e6f.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-profile-my_profile-appeal_card_image_upload_dialog__image--en{background-image:url(/assets/webpack/resource/970ea7143fa74eee8584.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-profile-my_profile-appeal_card_image_upload_dialog__image--en{background-image:url(/assets/webpack/resource/eef20a0642a0fb0b2cd6.png)}}.components-profile-my_profile-appeal_card_image_upload_dialog__content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:28px 24px 32px}.components-profile-my_profile-appeal_card_image_upload_dialog__title{color:#0e202e;font-size:2.2rem;line-height:1.4;text-align:center}.components-profile-my_profile-appeal_card_image_upload_dialog__description{color:#0e202e;font-size:1.4rem;line-height:1.5;margin-top:12px}.components-profile-my_profile-appeal_card_image_upload_dialog__button-container{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:24px}.components-profile-my_profile-basic_info_editor__desc{color:#595959;font-size:1.4rem;line-height:1.6}.components-profile-my_profile-basic_info_editor__form-table{margin-bottom:22px;margin-top:18px}.components-profile-my_profile-basic_info_editor__form-table>dt{color:#595959;font-size:1.2rem;font-weight:400;line-height:1.2}.components-profile-my_profile-basic_info_editor__form-table>dt:not(:first-of-type){margin-top:16px}.components-profile-my_profile-basic_info_editor__form-table>dd{color:#595959;font-size:1.2rem;font-weight:400;line-height:1.2;margin-top:5px}.components-profile-my_profile-basic_info_editor .components-profile-my_profile-basic_info_editor__table-head{font-size:1.3rem;font-weight:600}.components-profile-my_profile-basic_info_editor__gender{display:flex;gap:30px}.components-profile-my_profile-basic_info_editor__birth{display:flex;font-size:1.4rem;gap:5px}.components-profile-my_profile-basic_info_editor__input-year{width:93px}.components-profile-my_profile-basic_info_editor__input-day,.components-profile-my_profile-basic_info_editor__input-month{width:35px}.components-profile-my_profile-basic_info_editor__input-text{background:#fff;border:1px solid #c2c2c2;border-radius:2px;box-sizing:border-box;color:#595959;display:inline-block;font-size:1.4rem;font-weight:400;height:28px;line-height:2.2;margin-right:8px;padding-left:4px}.components-profile-my_profile-basic_info_editor__input-text.error{background:#ffefed;color:#a6a6a6;font-weight:600}.components-profile-my_profile-basic_info_editor__input-text[disabled]{background:#ededed;color:#a6a6a6;font-weight:600}.components-profile-my_profile-basic_info_editor__input-radio{height:0;left:0;opacity:.001;overflow:hidden;position:absolute;top:0;width:0;z-index:-999}.components-profile-my_profile-basic_info_editor__input-radio+label{color:#595959;display:block;font-size:1.4rem;font-weight:400;line-height:1.6;padding-left:22px;position:relative}.components-profile-my_profile-basic_info_editor__input-radio+label:before{background:#fff;border:1px solid #c2c2c2;border-radius:11px;box-sizing:border-box;content:"";display:inline-block;height:11px;left:0;margin-top:-5px;position:absolute;top:50%;vertical-align:middle;width:11px}.components-profile-my_profile-basic_info_editor__input-radio+label:hover:before{box-shadow:0 0 2px 0 #0054ff59}.components-profile-my_profile-basic_info_editor__input-radio:checked+label:after{background:#0054ff;border-radius:5px;content:"";height:5px;left:3px;margin-top:-2px;position:absolute;top:50%;width:5px}.profile-my_profile-basic_info{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;margin-top:10px}.profile-my_profile-basic_info .info,.profile-my_profile-basic_info .title{vertical-align:middle}.profile-my_profile-basic_info .info{background-color:#ccc;border-radius:1rem;color:#fff;font-size:1rem;font-weight:600;margin:4px;padding:4px}.profile-my_profile-basic_info .cts{color:#0e202e;font-size:1.2rem;line-height:1.4;padding:0 13px}.profile-my_profile-basic_info .tbl>dt{float:left;font-size:1.2rem;font-weight:400;line-height:1.54;padding-bottom:14px;padding-top:14px;width:130px}.profile-my_profile-basic_info .tbl>dd{font-size:1.3rem;font-weight:600;line-height:1.54;min-height:21px;padding-bottom:14px;padding-left:130px;padding-top:14px}.profile-my_profile-basic_info .tbl>dd:not(:last-of-type){border-bottom:1px solid #ededed;min-height:21px}.components-profile-my_profile-business_card_photograph_appeal_button{align-items:center;background:#f0f7fd;border:0;border-radius:4px;color:#0054ff;display:flex;height:57px;padding:0 15px 0 14px;width:100%}.components-profile-my_profile-business_card_photograph_appeal_button__icon_and_content{display:flex;padding:9px 0 12px;width:100%}.components-profile-my_profile-business_card_photograph_appeal_button__content{display:flex;flex:1 1 auto;flex-flow:column;gap:5px;margin-left:5px;text-align:left}.components-profile-my_profile-business_card_photograph_appeal_button__content-title{font-size:1.2rem;font-weight:600;line-height:1.5}.components-profile-my_profile-business_card_photograph_appeal_button__content-description{font-size:1rem;font-weight:300;line-height:1.5}.components-profile-my_profile-business_card_photograph_appeal_dialog{box-sizing:border-box;height:397px;padding:32px 24px;position:relative;width:652px}.components-profile-my_profile-business_card_photograph_appeal_dialog__close-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#0e202e;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;position:absolute;right:21px;-webkit-text-decoration:none;text-decoration:none;top:21px;-webkit-user-select:none;user-select:none}.components-profile-my_profile-business_card_photograph_appeal_dialog__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4;margin-bottom:12px}.components-profile-my_profile-business_card_photograph_appeal_dialog__description{color:#595959;font-size:1.4rem;font-weight:300;line-height:1.5;margin-bottom:4px}.components-profile-my_profile-business_card_photograph_appeal_dialog__steps{display:flex;gap:32px;justify-content:center;text-align:center}.components-profile-my_profile-business_card_photograph_appeal_dialog__step1{padding:24px 23px 16px}.components-profile-my_profile-business_card_photograph_appeal_dialog__step1-text{color:#0054ff;font-size:1.6rem;font-weight:600;line-height:1.5;margin-bottom:12px}.components-profile-my_profile-business_card_photograph_appeal_dialog__step2{padding:24px 9px 13px}.components-profile-my_profile-business_card_photograph_appeal_dialog__step2-text{color:#0054ff;font-size:1.6rem;font-weight:600;line-height:1.5;margin-bottom:15px}.components-profile-my_profile-business_card_photograph_appeal_dialog__apple-store-link{display:inline-block;height:32px;width:96px}.components-profile-my_profile-business_card_photograph_appeal_dialog__apple-store-link--ja{width:108px}.components-profile-my_profile-business_card_photograph_appeal_dialog__apple-store-button{background-image:url(/assets/webpack/resource/c58331a65b563656ea0b.png);background-repeat:no-repeat;background-size:100% auto;display:inline-block;height:0;padding-top:33.33%;width:100%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__apple-store-button{background-image:url(/assets/webpack/resource/ccfa0bd9ade37f357a34.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__apple-store-button{background-image:url(/assets/webpack/resource/f0df2e1506bca019da70.png)}}.components-profile-my_profile-business_card_photograph_appeal_dialog__apple-store-button--ja{background-image:url(/assets/webpack/resource/9a3c0b60350ca9c2552b.png);background-repeat:no-repeat;background-size:100% auto;padding-top:29.63%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__apple-store-button--ja{background-image:url(/assets/webpack/resource/05d1ee016da76f99b530.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__apple-store-button--ja{background-image:url(/assets/webpack/resource/06b23371fd7cd7e43e2e.png)}}.components-profile-my_profile-business_card_photograph_appeal_dialog__google-play-link{display:inline-block;height:32px;margin-left:4px;width:108px}.components-profile-my_profile-business_card_photograph_appeal_dialog__google-play-link--ja{width:106px}.components-profile-my_profile-business_card_photograph_appeal_dialog__google-play-button{background-image:url(/assets/webpack/resource/d4e8fb7213d0c7849359.png);background-repeat:no-repeat;background-size:100% auto;display:inline-block;height:0;padding-top:29.63%;width:100%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__google-play-button{background-image:url(/assets/webpack/resource/b563a5dc5d750e1cc234.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__google-play-button{background-image:url(/assets/webpack/resource/302db35bd7e6880ea6d6.png)}}.components-profile-my_profile-business_card_photograph_appeal_dialog__google-play-button--ja{background-image:url(/assets/webpack/resource/ad966dd2543efdbc5478.png);background-repeat:no-repeat;background-size:100% auto;padding-top:30.19%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__google-play-button--ja{background-image:url(/assets/webpack/resource/ec9c0116cefc944542f2.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__google-play-button--ja{background-image:url(/assets/webpack/resource/e42a68917468ff29c3bc.png)}}.components-profile-my_profile-business_card_photograph_appeal_dialog__app-login-image{background-image:url(/assets/webpack/resource/c5fcb997dd720a883fc3.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:68.25%;width:252px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__app-login-image{background-image:url(/assets/webpack/resource/2b2b30bf12997b0a27f0.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__app-login-image{background-image:url(/assets/webpack/resource/57c6b3dd0ea0bb844102.png)}}.components-profile-my_profile-business_card_photograph_appeal_dialog__app-login-image--ja{background-image:url(/assets/webpack/resource/ea82c856d54d9d09bf44.png);background-repeat:no-repeat;background-size:100% auto}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__app-login-image--ja{background-image:url(/assets/webpack/resource/86759ae2bb119ef895dd.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-profile-my_profile-business_card_photograph_appeal_dialog__app-login-image--ja{background-image:url(/assets/webpack/resource/5b10e6bd1eac661f5787.png)}}.components-profile-my_profile-business_card_photograph_appeal_dialog__qrcode-to-store{margin-bottom:19px}.components-profile-my_profile-career_info_editor__form-container{box-sizing:border-box;max-height:65vh;overflow-y:scroll;padding-right:20px}.components-profile-my_profile-career_info_editor__form-container::-webkit-scrollbar{-webkit-appearance:none;width:5px}.components-profile-my_profile-career_info_editor__form-container::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:10px}.components-profile-my_profile-career_info_editor__form-table{margin:0 0 1px}.components-profile-my_profile-career_info_editor__form-table>dt{color:#595959;font-size:1.2rem;font-weight:400;line-height:1.2}.components-profile-my_profile-career_info_editor__form-table>dt:not(:first-of-type){margin-top:16px}.components-profile-my_profile-career_info_editor__form-table>dd{color:#595959;font-size:1.2rem;font-weight:400;line-height:1.2;margin-top:5px}.components-profile-my_profile-career_info_editor__no-editable{color:#595959;font-size:1.3rem;font-weight:bolder;margin-top:12px}.components-profile-my_profile-career_info_editor__date-span-field{align-items:center;display:flex;gap:4px}.components-profile-my_profile-career_info_editor__date-span-field-item{line-height:1.4}.components-profile-my_profile-career_info_editor__date-field{border:1px solid #e0e0e0;border-radius:3px;font-size:1.3rem;padding:3px 8px;text-align:center}.components-profile-my_profile-career_info_editor__input-year{width:55px}.components-profile-my_profile-career_info_editor__input-day,.components-profile-my_profile-career_info_editor__input-month{width:35px}.components-profile-my_profile-career_info_editor__hyphen{padding:0 4px}.components-profile-my_profile-career_info_editor__delete-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:0;box-sizing:border-box;color:#0054ff;cursor:pointer;display:flex;font-size:1.4rem;font-weight:400;justify-content:center;letter-spacing:-.05em;line-height:1;margin:18px 0 0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-profile-my_profile-career_info_editor__e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.components-profile-my_profile-career_status{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;margin-top:10px}.components-profile-my_profile-career_status__info,.components-profile-my_profile-career_status__title{vertical-align:middle}.components-profile-my_profile-career_status__title{font-size:1.3rem}.components-profile-my_profile-career_status__status{color:#0e202e;font-size:1.2rem;font-weight:600;padding:14px 0 20px 12px}.components-profile-my_profile-career_status__info{background-color:#ccc;border-radius:1rem;color:#fff;font-size:1rem;font-weight:600;margin:4px;padding:4px}.components-profile-my_profile-career_status__edit-btn{line-height:1;position:absolute;right:0;top:0;visibility:hidden}.components-profile-my_profile-career_status:hover .components-profile-my_profile-career_status__edit-btn{visibility:visible}.components-profile-my_profile-career_status__desc{color:#595959;font-size:1.4rem;line-height:1.6}.components-profile-my_profile-career_status__label{display:block;font-size:1.3rem;font-weight:600;padding:16px 0 7px}.components-profile-my_profile-career_summary_editor__count-field{display:flex;font-size:1.4rem;font-weight:600;justify-content:flex-end;margin-bottom:8px;margin-top:8px}.components-profile-my_profile-career_summary_editor__count-field--exceeded{color:#ff134c}.components-profile-my_profile-career_summary_editor__tab-wrapper{box-sizing:border-box;margin-top:20px;min-height:212px}.components-profile-my_profile-career_summary_editor__tab-wrapper>textarea{min-height:208px}.components-profile-my_profile-career_summary_editor__tab-wrapper--example{border:1px solid #d7d7d7;border-radius:2px;color:#595959;display:block;font-size:1.2rem;line-height:1.68rem;padding:12px 16px}.components-profile-my_profile-career_summary{background:#fff;border-radius:3px 3px 0 0;box-shadow:1px 0 0 #d7d7d7;height:252px;position:relative}.components-profile-my_profile-career_summary .components-profile-my_profile-career_summary__career-summary-edit{vertical-align:top}.components-profile-my_profile-career_summary__notfriend{color:#0054ff;font-size:1.2rem;font-weight:400;line-height:1.71;text-align:center}.components-profile-my_profile-career_summary__more-field{bottom:10px;display:block;padding-top:5px;position:absolute}.components-profile-my_profile-career_summary__more-button{color:#a6a6a6;font-size:1.2rem}.components-profile-my_profile-career_summary__centerized_wrapper{background:#fff;border-radius:3px;box-sizing:border-box;font-size:1.3rem;line-height:1.5;margin:10px 0 0;padding:10px 0}.components-profile-my_profile-career_summary__centerized{color:#a6a6a6;display:table-cell;height:150px;text-align:center;vertical-align:middle;width:252px}.components-profile-my_profile-career_summary__cts{color:#0e202e;font-size:1.2rem;line-height:1.4;padding:0 13px}.components-profile-my_profile-career_summary__summary-content{white-space:pre-wrap;word-wrap:break-word}.components-profile-my_profile-careers_info{background:#fff;border-radius:0;box-shadow:1px 0 0 #d7d7d7;height:100%;min-height:250px}.components-profile-my_profile-careers_info:before{border-top:1px solid #ededed;content:"";display:block;margin:0 13px}.components-profile-my_profile-careers_info__cts{color:#0e202e;font-size:1.2rem;line-height:1.4;padding:0 13px}.components-profile-my_profile-careers_info__cts--sortable{padding:0}.components-profile-my_profile-careers_info__title--sorting{color:#0e202e;font-size:1.6rem;font-weight:600}.components-profile-my_profile-careers_info__career-sort{background-color:#ededed;border:0;border-radius:3px;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:block;height:22px;padding:0;width:22px}.components-profile-my_profile-careers_info__career-sort:hover{color:#0054ff}.components-profile-my_profile-careers_info__sort-icon-container{align-items:center;display:flex;height:100%;justify-content:center}.components-profile-my_profile-careers_info__buttons{align-items:center;display:flex;margin-top:5px;padding:13px 16px}.components-profile-my_profile-careers_info__buttons>li:not(:last-child){margin-right:9px}.profile-my_profile-careers{overflow:hidden}.profile-my_profile-careers .btn_show_all_careers{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:flex;display:block;font-size:1.2rem;justify-content:center;margin:13px 0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-profile-my_profile-confirm_name_dialog__description{color:#595959;font-size:1.4rem;line-height:1.5}.components-profile-my_profile-educational_record_info_editor__form-container{box-sizing:border-box;max-height:65vh;overflow:auto}.components-profile-my_profile-educational_record_info_editor__title{color:#595959;font-size:1.4rem;font-weight:600;letter-spacing:-.05em;line-height:1;position:relative}.components-profile-my_profile-educational_record_info_editor__form-table{margin:0}.components-profile-my_profile-educational_record_info_editor__form-table>dt{color:#595959;font-size:1.2rem;font-weight:400;line-height:1.2}.components-profile-my_profile-educational_record_info_editor__form-table>dt:not(:first-of-type){margin-top:16px}.components-profile-my_profile-educational_record_info_editor__form-table>dd{color:#595959;font-size:1.2rem;font-weight:400;line-height:1.2;margin-top:5px}.components-profile-my_profile-educational_record_info_editor .components-profile-my_profile-educational_record_info_editor__table-head{font-size:1.4rem;font-weight:600;line-height:1.2}.components-profile-my_profile-educational_record_info_editor .components-profile-my_profile-educational_record_info_editor__table-content{margin-top:8px;padding:0 2px 8px}.components-profile-my_profile-educational_record_info_editor__required{color:#ff134c;font-size:1.1rem;font-weight:600}.components-profile-my_profile-educational_record_info_editor__delete-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:0;box-sizing:border-box;color:#0054ff;cursor:pointer;display:flex;font-size:1.4rem;font-weight:400;justify-content:center;letter-spacing:-.05em;line-height:1;margin:16px 0 0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-profile-my_profile-educational_record_info_editor__e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.components-profile-my_profile-educational_record_info_editor__def{background:#fff;border:1px solid #e0e0e0;border-radius:3px;font-size:1.3rem;padding:3px 8px;width:100%}.components-profile-my_profile-educational_record_info_editor__def:-ms-input-placeholder{color:#a6a6a6}.components-profile-my_profile-educational_record_info_editor__def:-moz-placeholder,.components-profile-my_profile-educational_record_info_editor__def::-moz-placeholder{color:#a6a6a6}.components-profile-my_profile-educational_record_info_editor__def::-webkit-input-placeholder{color:#a6a6a6}.components-profile-my_profile-educational_record_info_editor__def--error{background:#ffefed;color:#a6a6a6;font-weight:600}.components-profile-my_profile-educational_record_info_editor__input{font-size:1.6rem;line-height:1.4rem}.components-profile-my_profile-educational_record_info_editor__select{background:#fff;border:1px solid #e0e0e0;border-radius:3px;font-size:1.4rem;height:3.2rem;line-height:1.1rem;margin-right:4px;padding:0 4px}.components-profile-my_profile-educational_record_info_editor__select--error{background:#ffefed}.profile-my_profile-educational_record{margin-top:10px}.profile-my_profile-educational_record dt.editm{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.profile-my_profile-educational_record .educational_records-school_name{color:#595959;font-size:1.4rem;font-weight:600;margin:6px 0 9px;max-width:100%;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.profile-my_profile-educational_record .educational_records-school-edit_button{position:relative;right:7px}.profile-my_profile-educational_record .educational_records-piece{box-sizing:border-box;color:#595959;padding-bottom:6px;padding-left:10px;position:relative}.profile-my_profile-educational_record .educational_records-piece:before{background:#595959;content:"";display:block;height:1px;left:0;position:absolute;top:1rem;width:4px}.profile-my_profile-educational_record .educational_records-period{color:#595959;font-size:1.1rem;margin:3px 0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-my_profile-educational_record .educational_records-degree,.profile-my_profile-educational_record .educational_records-faculty{color:#595959;font-size:1.2rem;margin:3px 0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-my_profile-educational_records_info{background-color:#fff;border-radius:3px;border-radius:0 0 3px 3px;box-shadow:1px 1px 1px #d7d7d7;height:100%}.profile-my_profile-educational_records_info:before{border-top:1px solid #ededed;content:"";display:block;margin:0 13px}.profile-my_profile-educational_records_info .cts{color:#0e202e;font-size:1.2rem;line-height:1.4;padding:0 13px}.profile-my_profile-educational_records_info .educational_record-plus{background-color:#ededed;border-radius:3px;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:flex}.profile-my_profile-educational_records_info .educational_record-plus:hover{color:#0054ff}.profile-my_profile-educational_records_info .educational_record-plus-button{align-items:center;display:flex;height:22px;justify-content:center;width:22px}.profile-my_profile-educational_records_info dd.cts p.notfriend{color:#0054ff;font-size:1.2rem;font-weight:400;line-height:1.71;margin-top:1.25rem;padding-bottom:5.25rem;text-align:center}.profile-my_profile-educational_records_info dd.cts p.notfriend span.promotion-words{cursor:pointer}.profile-my_profile-educational_records_info dd.cts:last-of-type div.itms{padding-bottom:12px}.profile-my_profile-educational_records_info .show-more{color:#a6a6a6;display:block;font-size:1.2rem;padding:18px 0}.components-profile-my_profile-feed_confirm_dialog{color:#595959;font-size:1.4rem;line-height:1.2}.components-profile_my_profile-head__policy-in-head{height:22px}.components-profile_my_profile-head__image-policy-in-head{bottom:0;display:block;height:22px;position:absolute;right:0}.components-profile_my_profile-head__edit-link{vertical-align:bottom}.components-profile_my_profile-head .components-profile_my_profile-head__edit-icon{padding:3px;vertical-align:bottom}.components-profile_my_profile-head__camera-button{background-color:#ededed;border:0;border-radius:3px;color:#a6a6a6;cursor:pointer;padding:1px}.components-profile_my_profile-head__camera-button:hover{color:#0054ff}.components-profile_my_profile-head__profile-title-field{display:flex;min-width:0}.components-profile_my_profile-head__thumbnail-edit-icon{bottom:0;position:absolute;right:-2px}.components-profile_my_profile-head__thumbnail{height:46px;position:relative;width:46px}.components-profile_my_profile-head__text-field{margin-left:10px;min-width:0}.components-profile_my_profile-head__user-name{align-items:center;color:#000;display:flex;font-size:2.1rem;font-weight:600;line-height:1}.components-profile_my_profile-head__user-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile_my_profile-head__description{font-size:1.1rem;font-weight:600;line-height:2rem;margin-top:3px;position:relative;word-break:break-all}.components-profile_my_profile-head__text-part{color:#0054ff;display:inline-block}.components-profile_my_profile-head__description-edit-icon{bottom:1px;display:inline-flex;position:absolute;right:0}.components-profile_my_profile-head__premium-icon{background-image:url(/assets/webpack/resource/bb40c220b25dce2fb6d3.png);display:inline-block;flex-shrink:0;height:18px;margin-left:8px;vertical-align:middle;width:60px}.components-profile_my_profile-head__profile-card{align-items:flex-end;display:flex;flex-shrink:0}.components-profile_my_profile-head__online-button{display:inline-block;margin-right:12px}.components-profile_my_profile-head__profile-card-thumbnail{border:1px solid #a5a3a1;box-sizing:border-box;display:inline-block;position:relative;vertical-align:bottom}.component-profile-my_profile-job_description_editor{color:#595959;font-size:1.6rem}.component-profile-my_profile-job_description_editor__form-container{box-sizing:border-box;display:block;max-height:580px;overflow-y:auto;position:relative}.component-profile-my_profile-job_description_editor__form-container .e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px;margin-top:10px}.component-profile-my_profile-job_description_editor__description{align-items:flex-end;color:#595959;display:flex;font-size:1.4rem;justify-content:space-between;line-height:1.6;margin-bottom:16px}.components-profile-my_profile-my_profile_skill_tag-skill_tagging_info_container__loader-wrapper{align-items:center;display:flex;justify-content:center;padding-top:8px}.profile-my_profile-my_profile{width:808px}.profile-my_profile-my_profile [data-ctltg] [data-ctl]{visibility:hidden}.profile-my_profile-my_profile [data-ctltg].edit [data-ctl],.profile-my_profile-my_profile [data-ctltg].hover [data-ctl]{visibility:visible}.profile-my_profile-my_profile [data-ctltg].edit a [data-ctl],.profile-my_profile-my_profile [data-ctltg].edit span [data-ctl],.profile-my_profile-my_profile [data-ctltg].hover a [data-ctl],.profile-my_profile-my_profile [data-ctltg].hover span [data-ctl]{display:inline-block}.profile-my_profile-my_profile [data-ctltg].edit .prof-card .thmb [data-ctl],.profile-my_profile-my_profile [data-ctltg].hover .prof-card .thmb [data-ctl]{display:block}.profile-my_profile-my_profile__profile-main-pane{position:relative}.profile-my_profile-my_profile__profile-nav{box-sizing:border-box;left:0;padding:10px 20px;position:absolute;top:0;width:100%;z-index:2}.profile-my_profile-my_profile__profile-main-container{display:grid;gap:20px;grid-template-columns:260fr 528fr}.profile-my_profile-my_profile__profile-aside{box-sizing:border-box;min-width:0;position:relative;z-index:5}.profile-my_profile-my_profile__profile-aside-inner{border-radius:3px;box-shadow:1px 1px 1px #d7d7d7}.profile-my_profile-my_profile__profile-main{*zoom:1;box-sizing:border-box;min-width:0}.profile-my_profile-my_profile__profile-main:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.components-profile-my_profile-notice_dialog__lead{color:#595959;font-size:1.4rem;line-height:1.4}.component-profile-my_profile-policy_dialog .contents{color:#595959;font-size:1.4rem;line-height:1.4;margin-top:-4px;padding-bottom:4px}.components-profile-my_profile-policy{box-sizing:border-box;text-align:left}.components-profile-my_profile-policy__lst{margin-bottom:6px}.components-profile-my_profile-policy__lst-li{position:relative}.components-profile-my_profile-policy__lst-label{color:#8f8f8f;cursor:pointer;display:block;font-size:1.1rem;font-weight:400;line-height:2;padding-left:22px;position:relative}.components-profile-my_profile-policy__label-icon-wrapper{margin-right:4px}.components-profile-my_profile-policy__radio{height:0;left:0;opacity:.001;overflow:hidden;position:absolute;top:0;width:0;z-index:-999}.components-profile-my_profile-policy__radio+label:before{background:#fff;border:1px solid #ccc;border-radius:11px;box-sizing:border-box;content:"";display:inline-block;height:11px;left:0;margin-top:-5px;position:absolute;top:50%;vertical-align:middle;width:11px}.components-profile-my_profile-policy__radio+label:hover:before{box-shadow:0 0 2px 0 #0054ff59}.components-profile-my_profile-policy__radio:checked+label:after{background:#0054ff;border-radius:5px;content:"";height:5px;left:3px;margin-top:-2px;position:absolute;top:50%;width:5px}.components-profile-my_profile-policy__title{color:#595959;font-size:1.4rem;font-weight:600;letter-spacing:-.05em;line-height:1;margin-bottom:14px;position:relative}.components-profile-my_profile-profile_card_mage_upload_dialog{display:flex;flex-direction:column}.components-profile-my_profile-profile_card_mage_upload_dialog__description{color:#595959;font-size:1.4rem;line-height:1.5;margin-bottom:20px}.components-profile-my_profile-profile_card_mage_upload_dialog__is-uploaded-content{background-color:#f0f3f5;border:1px dashed #a6a6a6;display:flex;gap:24px;padding:20px}.components-profile-my_profile-profile_card_mage_upload_dialog__uploaded-card-field{display:flex;flex-direction:column;gap:4px}.components-profile-my_profile-profile_card_mage_upload_dialog__uploaded-card-title{color:#8c8c8c;font-size:1.4rem;font-weight:600;line-height:1.5}.components-profile-my_profile-profile_card_mage_upload_dialog__uploaded-card-image-container{display:flex;justify-content:center;width:172px}.components-profile-my_profile-profile_card_mage_upload_dialog__uploaded-card-image-wrapper{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.components-profile-my_profile-profile_card_mage_upload_dialog__form-field{flex-grow:1;font-size:1.4rem;line-height:1.5}.components-profile-my_profile-profile_card_mage_upload_dialog__error{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5;margin-top:2px;min-height:18px}.components-profile-my_profile-profile_card_mage_upload_dialog__content{display:flex;flex-direction:column}.components-profile-my_profile-profile_card_mage_upload_dialog__notice-container{display:flex;flex-direction:column;margin-top:8px}.components-profile-my_profile-profile_card_mage_upload_dialog__notice{color:#8c8c8c;font-size:1.2rem;line-height:1.5}.components-profile-my_profile-profile_card_image_upload_field{display:flex;flex-direction:column}.components-profile-my_profile-profile_card_image_upload_field__error-message-field{background-color:#ffefed;border-radius:2px;display:flex;flex-direction:column;margin-bottom:8px}.components-profile-my_profile-profile_card_image_upload_field__error-message{align-items:center;color:#ff134c;display:inline-flex;font-size:1.4rem;gap:4px;line-height:1.5;padding:4px 8px}.components-profile-my_profile-profile_card_image_upload_field__highlight-error-text{color:#ff134c;font-size:1.4rem;font-weight:600;line-height:1.5}.components-profile-my_profile-profile_card_image_upload_field__upload-field{align-items:center;background-color:#f0f3f5;border:1px dashed #a6a6a6;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:108px;padding:20px}.components-profile-my_profile-profile_card_image_upload_field__upload-field-title{color:#8c8c8c;font-size:1.4rem;line-height:1.5}.components-profile-my_profile-profile_card_image_upload_field__input-file{display:none}.components-profile-my_profile-profile_editor .components-profile-my_profile-profile_editor__input{font-size:1.2rem}.components-profile-my_profile-profile_editor .components-profile-my_profile-profile_editor__input--tel{width:48.73%}.components-profile-my_profile-profile_editor .components-profile-my_profile-profile_editor__input--zip{margin-bottom:8px;width:22.98%}.components-profile-my_profile-profile_editor__def{background:#fff;border:1px solid #e0e0e0;border-radius:3px;display:inline-block;font-size:1.3rem;padding:3px 8px;width:100%}.components-profile-my_profile-profile_editor__def:-ms-input-placeholder{color:#a6a6a6}.components-profile-my_profile-profile_editor__def:-moz-placeholder,.components-profile-my_profile-profile_editor__def::-moz-placeholder{color:#a6a6a6}.components-profile-my_profile-profile_editor__def::-webkit-input-placeholder{color:#a6a6a6}.components-profile-my_profile-profile_editor__def--error{background:#ffefed;color:#a6a6a6;font-weight:600}.components-profile-my_profile-profile_editor__e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.profile-my_profile-profile_info{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;box-sizing:border-box;padding:15px 15px 10px;position:relative}.profile-my_profile-profile_info .ttl{color:#a6a6a6;font-size:1.3rem;font-weight:600}.profile-my_profile-profile_info .info-table{margin:15px 0 0}.profile-my_profile-profile_info__profile_card_count{color:#a6a6a6;font-size:1.2rem;font-weight:600;line-height:1.5}.profile-my_profile-profile_info__inner-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.profile-my_profile-profile_info__update-profile-field{display:flex;gap:8px;max-height:28px}.profile-my_profile-profile_info__email-activate-alert{align-items:center;background-color:#ffefed;border-radius:6px;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:16px;padding:8px 16px;width:100%}.profile-my_profile-profile_info__email-activate-alert .alert-message-wrapper{align-items:center;color:#ff134c;display:flex;gap:6px}.profile-my_profile-profile_info__email-activate-alert .alert-message-wrapper .alert-message{font-size:1.4rem;font-weight:600}.profile-my_profile-profile_info__email-activate-alert .send-email-btn{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#0054ff;font-size:1.2rem;height:28px;min-width:120px}.profile-my_profile-profile_info__appeal-upload-card-tooltip-anchor{position:absolute;right:88px}.components-profile-my_profile-sort_career-separator{box-sizing:border-box;padding:16px 10px 10px}.components-profile-my_profile-sort_career-separator__past-job-title{color:#0e202e;font-size:1.6rem;font-weight:600}.components-profile-my_profile-sort_career-sortable_career{background:#fff;border-bottom:1px solid #e0e0e0;border-radius:3px;margin-bottom:0;padding:12px 12px 16px}.components-profile-my_profile-sort_career-sortable_career__head{font-size:1.3rem;line-height:1.77}.components-profile-my_profile-sort_career-sortable_career__career-period{color:#0054ff}.components-profile-my_profile-sort_career-sortable_career__content{display:table;width:100%}.components-profile-my_profile-sort_career-sortable_career__department-and-title{display:table-cell;vertical-align:middle}.components-profile-my_profile-sort_career-sortable_career__belong-info{font-size:1.1rem;line-height:1.33;padding-left:10px;position:relative}.components-profile-my_profile-sort_career-sortable_career__belong-info:before{background:#0e202e;content:"";display:block;height:1px;left:0;position:absolute;top:.6em;width:4px}.components-profile-my_profile-sort_career-sortable_career__company{font-style:normal;font-weight:600;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-profile-my_profile-sort_career-sortable_career__department{display:inline-block;font-size:1.2rem}.components-profile-my_profile-sort_career-sortable_career__department,.components-profile-my_profile-sort_career-sortable_career__title{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-my_profile-timeline .profile-public-eight_registration{margin-top:10px}.profile-person-avatar_with_expantion__open-dialog-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.profile-person-avatar_with_expantion__image-wrapper{text-align:center}.components-profile-profile_card_dialog_container{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-profile-profile_card_dialog{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px 0 #0003;position:fixed;right:6px;top:var(--height-nav-header);width:296px}.components-profile-profile_card_dialog--hide{display:none}.components-profile-profile_card_dialog__content-wrapper{position:relative}.components-profile-profile_card_dialog__header{align-items:center;background-color:#0054ff;border-radius:8px 8px 0 0;box-sizing:border-box;display:flex;height:44px;justify-content:flex-end;position:absolute;width:100%;z-index:0}.components-profile-profile_card_dialog__close-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0054ff;border:0;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;position:absolute;right:12px;-webkit-text-decoration:none;text-decoration:none;top:10px;-webkit-user-select:none;user-select:none}.components-profile-profile_card_dialog__container{align-items:center;display:flex;flex-direction:column;gap:12px;padding:8px 24px 20px;position:relative;z-index:1}.components-profile-profile_card_dialog__profile-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.components-profile-profile_card_dialog__profile-description{display:flex;flex-direction:column;margin-top:4px;text-align:center}.components-profile-profile_card_dialog__name{display:-webkit-box;font-size:1.4rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#0e202e;font-weight:600;overflow:hidden}.components-profile-profile_card_dialog__company-name,.components-profile-profile_card_dialog__department-and-title,.components-profile-profile_card_dialog__job-description{display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#0e202e;overflow:hidden;word-break:break-all}.components-profile-profile_card_dialog__job-description{width:100%}.components-profile-profile_card_dialog__profile-card-container{position:relative}.components-profile-profile_card_dialog__not-activated-email-container{align-items:center;background-color:#ffffff80;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.components-profile-profile_card_dialog__not-activated-text-container{align-items:center;background-color:#ffefed;border-radius:4px;color:#ff134c;display:inline-flex;padding:8px 24px}.components-profile-profile_card_dialog__not-activated-text{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5}.components-profile-profile_card_dialog__button-container{display:flex;width:100%}.components-profile-profile_card_dialog__button-container--job-description-empty{margin-top:8px}.components-profile-profile_card_dialog__card-image-wrapper{height:150px;width:248px}.components-profile-profile_header{background:#fff;border-radius:3px;border-radius:0 0 3px 3px;box-shadow:1px 1px 1px #d7d7d7;box-sizing:border-box;margin-bottom:16px;min-height:246px;position:relative}.components-profile-profile_header__profile-info-section{align-items:flex-end;bottom:0;box-sizing:border-box;display:flex;gap:10px;justify-content:space-between;left:0;padding:0 20px 6px;position:absolute;width:100%}.components-profile-profile_header__profile-title-field{display:flex;min-width:0}.components-profile-profile_header__profile-card-field{align-items:flex-end;display:flex;flex-shrink:0}.components-profile-profile_info_blocks__lbl-auth{border:1px solid #0054ff;box-sizing:border-box;color:#0054ff;display:inline-block;font-size:1.1rem;font-weight:400;line-height:1;margin-left:5px;padding:4px 10px}.components-profile-profile_info_blocks__text-block{display:inline-block;word-break:break-all}.components-profile-profile_info_blocks__only-eight-user{color:#a6a6a6;font-size:1.2rem;font-weight:400}.profile-profile_info_content_archived_card a{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.profile-profile_info_content_archived_card a:hover{-webkit-text-decoration:underline;text-decoration:underline}.profile-profile_info_content_archived_card .sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.profile-profile_info_content_archived_card .tbl>li{align-items:center;display:flex;min-height:26px;padding:3px 0}.profile-profile_info_content_archived_card .tbl>li:not(.more-info):not(:last-of-type){border-bottom:1px solid #ededed}.profile-profile_info_content_archived_card .tbl>li.more-info{min-height:24px}.profile-profile_info_content_archived_card .tbl>li .more-info-button{align-self:flex-end;font-size:1.2rem;margin:0 0 3px 5px}.profile-profile_info_content_archived_card .tbl .title{color:#8c8c8c;flex:0 0 108px;font-size:1rem;font-weight:400;line-height:1.5}.profile-profile_info_content_archived_card .tbl .contents{flex-grow:1;font-size:1.2rem;font-weight:600;line-height:1;max-width:370px}.profile-profile_info_content_archived_card .tbl .exchange-date{flex-grow:1}.profile-profile_info_content_archived_card .tbl .lbl-auth{border:1px solid #0054ff;box-sizing:border-box;color:#0054ff;display:inline-block;font-size:1.1rem;font-weight:400;line-height:1;margin-left:5px;padding:4px 10px}.profile-profile_info_content_archived_card .tbl .text-block{display:inline-block;word-break:break-all}.profile-profile_info_content_archived_card .tbl .only-eight-user{color:#a6a6a6;font-size:1.2rem;font-weight:400}.profile-profile_info_content_archived_card .inputing{color:#0e202e;font-size:1.3rem;line-height:1.3}.components-profile-profile_info_editor__form-container{box-sizing:border-box;max-height:65vh;overflow-y:scroll;padding-right:20px}.components-profile-profile_info_editor__form-container::-webkit-scrollbar{-webkit-appearance:none;width:5px}.components-profile-profile_info_editor__form-container::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:10px}.components-profile-profile_info_editor__form{display:flex;flex-direction:column;gap:18px;margin-bottom:1px}.components-profile-profile_info_editor__form-table{margin:0}.components-profile-profile_info_editor__form-table>dt{color:#595959;font-size:1.2rem;font-weight:400;line-height:1.2}.components-profile-profile_info_editor__form-table>dt:not(:first-of-type){margin-top:16px}.components-profile-profile_info_editor__form-table>dd{color:#595959;font-size:1.2rem;font-weight:400;line-height:1.2;margin-top:5px}.components-profile-profile_info_editor__lnk-ttl{font-size:1.2rem;margin-bottom:8px}.components-profile-profile_info_editor__def{background:#fff;border:1px solid #e0e0e0;border-radius:3px;font-size:1.3rem;padding:3px 8px;width:100%}.components-profile-profile_info_editor__def:-ms-input-placeholder{color:#a6a6a6}.components-profile-profile_info_editor__def:-moz-placeholder,.components-profile-profile_info_editor__def::-moz-placeholder{color:#a6a6a6}.components-profile-profile_info_editor__def::-webkit-input-placeholder{color:#a6a6a6}.components-profile-profile_info_editor__def--error{background:#ffefed;color:#a6a6a6;font-weight:600}.components-profile-profile_info_editor__add-button{align-items:center;color:#8c8c8c;display:flex;float:right;font-size:1.2rem;font-weight:600}.components-profile-profile_info_editor__add-button:hover{color:#8c8c8c;opacity:.8}.components-profile-profile_info_editor__links{display:flex;flex-direction:column;gap:16px}.components-profile-profile_info_switch{align-items:center;background-color:#f0f3f5;border-radius:4px;display:flex;justify-content:space-between;padding:6px 12px}.components-profile-profile_info_switch--is-display-collected-card{background-color:#f2f7ff}.components-profile-profile_info_switch__title{color:#0e202e;font-size:1.2rem;font-weight:600;line-height:1.5}.components-profile-profile_info_switch__button-inner{align-items:center;display:flex;font-weight:600;gap:2px}.components-profile-profile_info_switch__action-buttons{display:flex;flex-shrink:0;gap:8px}.components-profile-profile_info a{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-profile-profile_info a:hover{-webkit-text-decoration:underline;text-decoration:underline}.components-profile-profile_info .sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.components-profile-profile_info__row{align-items:center;display:flex;min-height:26px;padding:3px 0}.components-profile-profile_info__row:not(.more-info):not(:last-of-type){border-bottom:1px solid #ededed}.components-profile-profile_info__row:hover .policy-icon-field{visibility:visible}.components-profile-profile_info__row--is-profile-url{display:block;padding-top:11px}.components-profile-profile_info__profile-url-head{align-items:center;display:flex;margin-bottom:5px}.components-profile-profile_info__profile-url-contents{color:#ccc;font-size:1.2rem;font-weight:600}.components-profile-profile_info .policy-icon-field{background-color:#ededed;border:0;border-radius:3px;color:#a6a6a6;cursor:pointer;display:block;padding:0;visibility:hidden;width:36px}.components-profile-profile_info .policy-icon-field:hover{color:#0054ff}.components-profile-profile_info .policy-icon-field.visible{visibility:visible}.components-profile-profile_info__more-info{min-height:24px}.components-profile-profile_info__more-info-button{align-self:flex-end;font-size:1.2rem;margin:0 0 3px 5px}.components-profile-profile_info__policy-icon-container{display:inline-block;padding:2px 2px 2px 3px;text-align:center}.components-profile-profile_info__title{color:#8c8c8c;flex:0 0 108px;font-size:1rem;font-weight:400;line-height:1.5}.components-profile-profile_info__contents{flex-grow:1;font-size:1.2rem;font-weight:600;line-height:1;max-width:370px}.components-profile-profile_info__policy{flex-basis:34px;margin-right:5px}.components-profile-profile_info__exchange-date{flex-grow:1}.components-profile-profile_info__inputing{color:#0e202e;font-size:1.3rem;line-height:1.3}.profile-archived-head .profile-title-field{display:flex;min-width:0}.profile-archived-head .profile-title-field .thumbnail{position:relative}.profile-archived-head .profile-title-field .thumbnail img{height:46px;width:46px}.profile-archived-head .text-field{margin-left:10px;min-width:0}.profile-archived-head .text-field .description{font-size:1.1rem;font-weight:600;line-height:2rem;margin-top:3px;word-break:break-all}.profile-archived-head .text-field .user-name{align-items:center;color:#000;display:flex;font-size:2.1rem;font-weight:600;line-height:1}.profile-archived-head .text-field .user-name .inputing{color:#a6a6a6;display:inline-block}.profile-archived-head .text-field .user-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-archived-head .text-field .text-part{color:#0054ff;display:inline-block}.profile-archived-head .profile-card{align-items:flex-end;display:flex;flex-shrink:0}.profile-archived-head .profile-card .thumbnail{border:1px solid #a5a3a1;box-sizing:border-box;display:inline-block;position:relative;vertical-align:bottom}.profile-archived-head .profile-card .ctrl{display:inline-block;margin-left:0;margin-right:10px;vertical-align:bottom}.profile-archived-profile_info{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;box-sizing:border-box;padding:15px 15px 10px;position:relative}.profile-archived-profile_info .ttl{color:#a6a6a6;font-size:1.3rem;font-weight:600}.profile-archived-profile_info .info-table{margin:15px 0 0}.profile-archived-profile_info .inner-header{display:flex;justify-content:space-between}.profile-archived-profile_info .action-icons{align-items:flex-start;display:flex;gap:8px;position:absolute;right:20px;top:10px}.profile-archived-profile_info .icon-button{align-items:center;border:1px solid #a6a6a6;border-radius:2px;display:inline-flex;font-size:1.3rem;padding:4px 7px}.profile-archived-profile_info .icon-button:hover{border:1px solid #0054ff}.profile-archived-profile_info .icon-button:active{position:relative;top:2px}.profile-archived-profile_info .edit-field{margin-left:16px;padding:3px 0}.shared-archived-card-profile{position:relative;width:808px}.shared-archived-card-profile__profile-nav{box-sizing:border-box;left:0;padding:10px 20px;position:absolute;top:0;width:100%;z-index:2}.shared-archived-card-profile__profile-main-container{display:grid;gap:20px;grid-template-columns:260fr 528fr}.shared-archived-card-profile__profile-aside{box-sizing:border-box;min-width:0;z-index:5}.shared-archived-card-profile__profile-aside-inner{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7}.shared-archived-card-profile__profile-aside-inner+.shared-archived-card-profile__profile-aside-inner{margin-top:8px}.shared-archived-card-profile__profile-main{*zoom:1;box-sizing:border-box;min-width:0}.shared-archived-card-profile__profile-main:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.shared-archived-card-profile .limited-message{color:#0e202e;font-size:1.2rem;line-height:1.4;margin-left:10px;padding:20px 0 30px;text-align:left}.shared-archived-card-profile .higher-card{border-radius:3px 3px 0 0}.shared-archived-card-profile .lower-card{border-radius:0 0 3px 3px}.shared-archived-card-profile .section:not(:first-child):before{border-top:1px solid #ededed;content:"";display:block;margin:0 13px}.profile-shared_eight_user-head .lnk{display:block;margin:5px 28px}.profile-shared_eight_user-head .profile-title-field{display:flex;min-width:0}.profile-shared_eight_user-head .profile-title-field .thumbnail{position:relative}.profile-shared_eight_user-head .profile-title-field .thumbnail img{height:46px;width:46px}.profile-shared_eight_user-head .text-field{margin-left:10px;min-width:0}.profile-shared_eight_user-head .text-field .description{font-size:1.1rem;font-weight:600;line-height:2rem;margin-top:3px;word-break:break-all}.profile-shared_eight_user-head .text-field .user-name{align-items:center;color:#000;display:flex;font-size:2.1rem;font-weight:600;line-height:1}.profile-shared_eight_user-head .text-field .user-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-shared_eight_user-head .text-field .text-part{color:#0054ff;display:inline-block}.profile-shared_eight_user-head .premium-icon{background-image:url(/assets/webpack/resource/bb40c220b25dce2fb6d3.png);display:inline-block;flex-shrink:0;height:18px;margin-left:8px;vertical-align:middle;width:60px}.profile-shared_eight_user-head .profile-card{align-items:flex-end;display:flex;flex-shrink:0}.profile-shared_eight_user-head .profile-card .ctrl,.profile-shared_eight_user-head .profile-card .ctrl-follow-section{display:inline-block;margin-left:0;margin-right:10px;vertical-align:bottom}.profile-shared_eight_user-head .profile-card .btn-smt{font-size:1.2rem}.profile-shared_eight_user-head .profile-card .btn-dis{background-color:#d7d7d7;color:#fff;display:block;font-size:1.2rem}.profile-shared_eight_user-head .profile-card .btn-dis:hover{background-color:#d7d7d7;color:#fff}.profile-shared_eight_user-head .profile-card .thumbnail{border:1px solid #a5a3a1;box-sizing:border-box;display:inline-block;position:relative;vertical-align:bottom}.profile-shared_eight_user-profile{width:808px}.profile-shared_eight_user-profile [data-ctltg] [data-ctl]{visibility:hidden}.profile-shared_eight_user-profile [data-ctltg].edit [data-ctl],.profile-shared_eight_user-profile [data-ctltg].hover [data-ctl]{visibility:visible}.profile-shared_eight_user-profile [data-ctltg].edit a [data-ctl],.profile-shared_eight_user-profile [data-ctltg].edit span [data-ctl],.profile-shared_eight_user-profile [data-ctltg].hover a [data-ctl],.profile-shared_eight_user-profile [data-ctltg].hover span [data-ctl]{display:inline-block}.profile-shared_eight_user-profile [data-ctltg].edit .prof-card .thmb [data-ctl],.profile-shared_eight_user-profile [data-ctltg].hover .prof-card .thmb [data-ctl]{display:block}.profile-shared_eight_user-profile__profile-main-pane{position:relative}.profile-shared_eight_user-profile__profile-nav{box-sizing:border-box;left:0;padding:10px 20px;position:absolute;top:0;width:100%;z-index:2}.profile-shared_eight_user-profile__profile-main-container{display:grid;gap:20px;grid-template-columns:260fr 528fr}.profile-shared_eight_user-profile__profile-aside{box-sizing:border-box;min-width:0;position:relative;z-index:5}.profile-shared_eight_user-profile__profile-aside-inner{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7}.profile-shared_eight_user-profile__profile-aside-inner+.profile-shared_eight_user-profile__profile-aside-inner{margin-top:8px}.profile-shared_eight_user-profile__profile-aside-skill-info{margin:8px 0}.profile-shared_eight_user-profile__profile-main{*zoom:1;box-sizing:border-box;min-width:0}.profile-shared_eight_user-profile__profile-main:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.profile-shared_eight_user-profile .limited-message{color:#0e202e;font-size:1.2rem;line-height:1.4;margin-left:10px;padding:20px 0 30px;text-align:left}.profile-shared_eight_user-profile .higher-card{border-radius:3px 3px 0 0}.profile-shared_eight_user-profile .lower-card{border-radius:0 0 3px 3px}.profile-shared_friend-head .profile-title-field{display:flex;min-width:0}.profile-shared_friend-head .profile-title-field .thumbnail{position:relative}.profile-shared_friend-head .profile-title-field .thumbnail img{height:46px;width:46px}.profile-shared_friend-head .text-field{margin-left:10px;min-width:0}.profile-shared_friend-head .text-field .description{font-size:1.1rem;font-weight:600;line-height:2rem;margin-top:3px;word-break:break-all}.profile-shared_friend-head .text-field .user-name{align-items:center;color:#000;display:flex;font-size:2.1rem;font-weight:600;line-height:1}.profile-shared_friend-head .text-field .user-name .inputing{color:#a6a6a6;display:inline-block}.profile-shared_friend-head .text-field .user-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-shared_friend-head .text-field .text-part{color:#0054ff;display:inline-block}.profile-shared_friend-head .profile-card{align-items:flex-end;display:flex;flex-shrink:0}.profile-shared_friend-head .profile-card .thumbnail{border:1px solid #a5a3a1;box-sizing:border-box;display:inline-block;position:relative;vertical-align:bottom}.profile-shared_friend-head .profile-card .ctrl{display:inline-block;margin-left:0;margin-right:10px;vertical-align:bottom}.profile-shared_friend-profile_info{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;box-sizing:border-box;padding:15px 15px 10px;position:relative}.profile-shared_friend-profile_info .ttl{color:#a6a6a6;font-size:1.3rem;font-weight:600}.profile-shared_friend-profile_info .info-table{margin:15px 0 0}.profile-shared_friend-profile_info .action-icons{align-items:flex-start;display:flex;gap:8px;position:absolute;right:20px;top:10px}.profile-shared_friend-profile_info .icon-button{align-items:center;border:1px solid #a6a6a6;border-radius:2px;display:inline-flex;font-size:1.3rem;padding:4px 7px}.profile-shared_friend-profile_info .icon-button:hover{border:1px solid #0054ff}.profile-shared_friend-profile_info .icon-button:active{position:relative;top:2px}.profile-shared_friend-profile_info .edit-field{margin-left:16px;padding:3px 0}.profile-shared_friend-profile{position:relative;width:808px}.profile-shared_friend-profile__profile-nav{box-sizing:border-box;left:0;padding:10px 20px;position:absolute;top:0;width:100%;z-index:2}.profile-shared_friend-profile__profile-main-container{display:grid;gap:20px;grid-template-columns:260fr 528fr}.profile-shared_friend-profile__profile-aside{box-sizing:border-box;min-width:0;z-index:5}.profile-shared_friend-profile__profile-aside-inner{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7}.profile-shared_friend-profile__profile-aside-inner+.profile-shared_friend-profile__profile-aside-inner{margin-top:8px}.profile-shared_friend-profile__profile-main{*zoom:1;box-sizing:border-box;min-width:0}.profile-shared_friend-profile__profile-main:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.profile-shared_friend-profile .limited-message{color:#0e202e;font-size:1.2rem;line-height:1.4;margin-left:10px;padding:20px 0 30px;text-align:left}.profile-shared_friend-profile .higher-card{border-radius:3px 3px 0 0}.profile-shared_friend-profile .lower-card{border-radius:0 0 3px 3px}.profile-shared_friend-profile .section:not(:first-child):before{border-top:1px solid #ededed;content:"";display:block;margin:0 13px}.components-profile-skill_tag-skill_tagging_expand_list_wrapper__more-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;line-height:1.5;margin:16px 0 0 12px;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-profile-skill_tag-skill_tagging_info_container__loader-wrapper{align-items:center;display:flex;justify-content:center;padding-top:8px}.components-profile-skill_tag-skill_tagging_info{background-color:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;margin-top:10px}.components-profile-skill_tag-skill_tagging_info__title{font-size:1.3rem;vertical-align:middle}.components-profile-skill_tag-skill_tagging_info__list{padding:8px 0 24px}.components-profile-skill_tag-skill_tagging_info__count{margin-left:3px}.components-profile-skill_tag-skill_tagging_list{color:#0e202e;padding-left:12px}.components-profile-skill_tag-skill_tagging_list__item{box-sizing:border-box;color:#595959;font-size:1.2rem;line-height:1.5;padding:0 0 2px 10px;position:relative}.components-profile-skill_tag-skill_tagging_list__item:before{background:#595959;content:"";display:block;height:1px;left:0;position:absolute;top:10px;width:4px}.components-profile-skill_tag-skill_tagging_list__link{color:#0054ff;font-size:1.2rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.components-profile-skill_tag-skill_tagging_list__empty{color:#a6a6a6;font-size:1.3rem;text-align:center}.profile-status_icon{font-size:2.8rem;line-height:18px}.components-profile-theme_selector{background-color:#fff;box-sizing:border-box}.components-profile-theme_selector__tab-contents-area{margin-top:16px}.components-profile-theme_selector__editor-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.components-profile-theme_selector__editor-scale{margin:20px 0 10px;min-width:140px}.profile-theme .background-image{background:url(/assets/webpack/resource/63a255d8631c12eaf8c2.jpg) no-repeat 50%;background-size:cover;height:100%;top:0}.profile-theme .background-image,.profile-theme .background-image:after{border-radius:0 0 3px 3px;display:block;left:0;position:absolute;width:100%}.profile-theme .background-image:after{background:url(/assets/webpack/resource/05b03f13c26a1e4c071d.png) repeat-x 0 100%;bottom:0;content:"";height:80%}.profile-theme .background-image .theme-picture-button{background-color:#ededed;border-radius:3px;color:#a6a6a6;cursor:pointer;font-size:1.4rem;font-weight:600;left:38%;min-width:135px;opacity:.85;padding:2px 20px;position:absolute;top:45%;z-index:5}.profile-theme .background-image .theme-picture-button:hover{color:#0054ff}.profile-theme .background-image .theme-picture-button .desc{vertical-align:middle}.components-profile-timeline__list-container>*{margin-top:17px}.components-profile-timeline__loader{display:flex;justify-content:center;margin-top:28px}.components-profile-timeline__fetcher{display:flex;justify-content:center;margin-top:8px}.profile-title{color:#a6a6a6;font-size:1.3rem;font-weight:600;height:36px;line-height:2.4;margin-left:9px;padding:5px 2px;position:relative}.profile-title>.icons{display:flex;position:absolute;right:20px;top:8px}.registration-card_update_notice-form_panel{color:#595959}.registration-card_update_notice-form_panel .form_title{color:#0e202e;font-size:1.9rem;font-weight:600;margin-bottom:0}.registration-card_update_notice-form_panel .form_description{font-size:.9rem;margin-left:46.5px;text-align:left}.registration-card_update_notice-form_panel .form_text{font-size:.9rem;line-height:1.2rem;text-align:left}.registration-card_update_notice-form_panel .form_login_info{font-size:.7rem;line-height:1.4;margin-bottom:30px}.registration-card_update_notice-form_panel .form_login_info .login_password{margin-top:16px}.registration-card_update_notice-form_panel .form_login_info .label{color:#a6a6a6;margin-bottom:4px}.registration-card_update_notice-form_panel .form_login_info .value{color:#595959;font-weight:600}.registration-card_update_notice-form_panel .form_app_image{background:url(/assets/webpack/resource/e337b0bb7ac8838aacda.png) 50% no-repeat;background-size:150px 303px;height:303px;margin:30px auto;width:150px}.registration-card_update_notice-form_panel .description_list{list-style-type:none;margin-bottom:0;margin-top:0;padding-left:0}.registration-card_update_notice-form_panel .check_icon{background:#0000 url(/assets/webpack/resource/ed4fc9eb10eb700fdca1.svg) no-repeat 50%;background-size:17.2px 12px;display:inline-block;height:24px;margin-left:4px;margin-right:5px;vertical-align:middle;width:25px}.registration-card_update_notice-form_panel .description_text{clear:left;font-size:.9rem;text-align:left}.registration-card_update_notice-form_panel .bottom_info{font-size:.8rem;padding:16px 0 0;text-align:left}.registration-card_update_notice-form_panel .bottom_info a{color:inherit}.registration-card_update_notice-form_panel .registration-registration_form .alert_message{font-size:.8rem;line-height:1.5;margin:8px 24px}.registration-card_update_notice-form_panel .registration-registration_form .account_form,.registration-card_update_notice-form_panel .registration-registration_form .password_form{background-color:#f5f7f8;border-radius:2px;color:#595959;font-size:1rem;height:40px;line-height:3rem;outline:none;padding:3px 0 3px 10px;position:relative;width:389px}.registration-card_update_notice-form_panel .registration-registration_form .use_updater_card_form{color:#595959;display:block;font-size:.5rem;margin:16px 0 15px;text-align:left;width:100%}.registration-card_update_notice-form_panel .registration-registration_form .use_updater_card_checkbox{display:none;height:10px;margin-right:3px;width:10px}.registration-card_update_notice-form_panel .registration-registration_form .use_updater_card_form input[type=checkbox]+label:before{background:url(/assets/webpack/resource/ae8167ff571a1479b087.svg) no-repeat 50%;background-size:8.5px 8.5px;content:"";display:inline-block;height:8.5px;margin-right:6px;vertical-align:-1px;width:8.5px}.registration-card_update_notice-form_panel .registration-registration_form .use_updater_card_form input[type=checkbox]:checked+label:before{background:url(/assets/webpack/resource/2b0f65e15fccac6c7aa6.svg) no-repeat 50%;background-size:8.5px 8.5px;content:"";display:inline-block;height:8.5px;margin-right:6px;vertical-align:-1px;width:8.5px}.registration-card_update_notice-form_panel .registration-registration_form .help-icon{background:#0000 url(/assets/webpack/resource/2453240be4b7c81c4fc8.svg) no-repeat 50%;background-size:15px 15px;cursor:pointer;display:inline-block;height:15px;margin-bottom:-3px;width:15px}.registration-card_update_notice-form_panel .registration-registration_form .help-icon:hover .tooltip{display:block}.registration-card_update_notice-form_panel .registration-registration_form .help-icon .tooltip{background-color:#fff;border:1px solid #ededed;box-shadow:0 0 5px #ededed;color:#595959;display:none;font-size:.63rem;line-height:1.4;margin:18px 0 0;padding:12px;position:absolute;width:200px}.registration-card_update_notice-form_panel .registration_button{background-color:#ff134c;border:0;border-radius:2px;color:#fff;font-size:1.1rem;font-weight:600;height:56px;margin:8px 0 0;width:100%}@media screen and (min-width:491px){.registration-invitation-footer{border-top:1px solid #d7d7d7;font-size:.6rem;margin:15px 0;padding-top:20px;text-align:left}.registration-invitation-footer .link{display:inline-block}.registration-invitation-footer ul{display:inline;padding:0}.registration-invitation-footer li{display:inline-block;padding-right:3px}.registration-invitation-footer li a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.registration-invitation-footer li a:hover{-webkit-text-decoration:underline;text-decoration:underline}.registration-invitation-footer .copyright{display:inline-block}}@media screen and (max-width:490px){.registration-invitation-footer{border-top:1px solid #d7d7d7;color:#a6a6a6;font-size:.5rem;margin:15px 0;padding-top:20px;text-align:left}.registration-invitation-footer .link{display:flex;justify-content:space-between}.registration-invitation-footer ul{display:block;list-style-type:none;margin-right:16px;padding:0}.registration-invitation-footer li{margin-bottom:20px}.registration-invitation-footer li a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.registration-invitation-footer li a:hover{-webkit-text-decoration:underline;text-decoration:underline}.registration-invitation-footer .copyright{display:block;margin-top:25px;text-align:center}}.registration-invitation-form_panel{background-color:#fbfbfb;border-radius:4px;padding:60px 23px;width:460px}.registration-invitation-form_panel .text{color:#0e202e;font-family:HiraKakuProN-W6;font-size:1.2rem;letter-spacing:.3px;text-align:center}.registration-invitation-form_panel .form{color:#595959;font-size:.7rem;line-height:1.4;margin-top:24px}.registration-invitation-form_panel .form input::-webkit-input-placeholder{color:#a6a6a6}.registration-invitation-form_panel .form input:-ms-input-placeholder{color:#a6a6a6}.registration-invitation-form_panel .form input::-moz-placeholder{color:#a6a6a6}.registration-invitation-form_panel .form input:disabled{color:#595959;-webkit-text-fill-color:#595959}.registration-invitation-form_panel .registration-registration_form{text-align:center}.registration-invitation-form_panel .registration-registration_form .alert_message{font-size:.8rem;line-height:1.5;margin:8px 24px}.registration-invitation-form_panel .registration-registration_form .account_form,.registration-invitation-form_panel .registration-registration_form .password_form{background-color:#f5f7f8;border:0;border-radius:2px;color:#595959;font-size:1rem;height:43px;line-height:normal;margin-bottom:22px;outline:none;padding:3px 0 3px 10px;position:relative;width:410px}.registration-invitation-form_panel .registration-registration_form .password_form_hint{color:#a6a6a6;top:-20px;width:410px}.registration-invitation-form_panel .registration-registration_form .use_updater_card_form{color:#595959;display:block;font-size:.7rem;margin-bottom:15px;width:410px}.registration-invitation-form_panel .registration-registration_form .use_updater_card_form input[type=checkbox]+label:before{background:url(/assets/webpack/resource/ae8167ff571a1479b087.svg) no-repeat 50%;background-size:8.5px 8.5px;content:"";display:inline-block;height:8.5px;margin-right:6px;width:8.5px}.registration-invitation-form_panel .registration-registration_form .use_updater_card_form input[type=checkbox]:checked+label:before{background:url(/assets/webpack/resource/2b0f65e15fccac6c7aa6.svg) no-repeat 50%;background-size:8.5px 8.5px;content:"";display:inline-block;height:8.5px;margin-right:6px;width:8.5px}.registration-invitation-form_panel .registration-registration_form .use_updater_card_checkbox{display:none;height:10px;margin-right:3px;width:10px}.registration-invitation-form_panel .registration-registration_form .use_updater_card_label{cursor:pointer}.registration-invitation-form_panel .registration-registration_form .help-icon{background:#0000 url(/assets/webpack/resource/265b241f407fcd2e6126.svg) no-repeat 50%;background-size:10px 10px;cursor:pointer;display:inline-block;height:10px;margin-bottom:-1px;margin-left:-3px;width:10px}.registration-invitation-form_panel .registration-registration_form .help-icon:hover .tooltip{display:block}.registration-invitation-form_panel .registration-registration_form .help-icon .tooltip{background-color:#fff;border:1px solid #ededed;box-shadow:0 0 5px #ededed;color:#595959;display:none;font-size:.63rem;line-height:1.4;margin:18px 0 0;padding:12px;position:absolute;width:200px}.registration-invitation-form_panel .registration-registration_form .registration_button{background-color:#ff134c;border:0;border-radius:2px;color:#fff;font-size:1.1rem;font-weight:600;height:43px;margin-top:8px;width:410px}.registration-invitation-form_panel .notes{color:#595959;font-size:.85rem;line-height:1.6;margin:24px 39px 0}@media screen and (max-width:490px){.registration-invitation-form_panel{padding:36px 0 16px;width:100%}.registration-invitation-form_panel .text{font-family:HiraginoSans-W6;font-size:.8rem}.registration-invitation-form_panel .form{margin-top:11px}.registration-invitation-form_panel .registration-registration_form .account_form,.registration-invitation-form_panel .registration-registration_form .password_form{font-size:.8rem;width:87%}.registration-invitation-form_panel .registration-registration_form .account_form{margin-bottom:12px}.registration-invitation-form_panel .registration-registration_form .password_form{margin-bottom:19px}.registration-invitation-form_panel .registration-registration_form .password_form_hint{color:#a6a6a6;width:87%}.registration-invitation-form_panel .registration-registration_form .help-icon{display:inline;margin-left:-10px;margin-top:-7px;padding:10px;position:absolute}.registration-invitation-form_panel .registration-registration_form .help-icon .tooltip{width:150px}.registration-invitation-form_panel .registration-registration_form .registration_button,.registration-invitation-form_panel .registration-registration_form .use_updater_card_form{width:87%}.registration-invitation-form_panel .registration-registration_form .use_updater_card_form{text-align:left}.registration-invitation-form_panel .notes{font-size:.7rem;margin:16px 19px;text-align:left}}@media screen and (min-width:491px){.registration-invitation-header .eight_logo{height:32px;width:auto}}@media screen and (max-width:490px){.registration-invitation-header{display:block;text-align:center}.registration-invitation-header .eight_logo{height:32px;width:auto}}.registration-registration_form form{align-items:center;display:flex;flex-direction:column}.registration-registration_form .account_form{margin-bottom:16px}.registration-registration_form .account_form,.registration-registration_form .password_form{background:#fbfbfb;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;color:#878787;font-size:13px;height:35px;padding-bottom:3px;padding-left:10px;padding-top:3px;position:relative;width:400px}.registration-registration_form .password_form_hint{color:#878787;font-size:14px;height:35px;line-height:18px;padding-bottom:8px;padding-top:5px;position:relative;text-align:left}.registration-registration_form .alert_message{color:#f16671;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.registration-registration_notes a{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.registration-registration_notes a:hover{-webkit-text-decoration:underline;text-decoration:underline}.components-requirement-other_requirements{background-color:#fff;border-radius:4px;padding:16px 16px 0}.components-requirement-other_requirements__link{-webkit-text-decoration:none;text-decoration:none}.components-requirement-other_requirements__title{color:#8c8c8c;font-size:1.4rem;font-weight:600;line-height:1;padding-bottom:13px}.components-requirement-other_requirements__items{padding-bottom:14px}.components-requirement-other_requirements__image{border:1px solid #d7d7d7;border-radius:2px;width:100%}.components-requirement-other_requirements__image--default{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:calc(52.86% - 1.0572px)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-requirement-other_requirements__image--default{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-requirement-other_requirements__image--default{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png)}}.components-requirement-other_requirements__requirement-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;box-sizing:border-box;color:#0e202e;font-size:1.2rem;font-weight:600;line-height:1.5;margin:5px 0;overflow:hidden}.components-requirement-other_requirements__company-container{align-items:center;display:flex;gap:8px}.components-requirement-other_requirements__company-name{color:#595959;font-size:1.2rem;line-height:1.33;word-break:break-word}.components-requirement-other_requirements__line{border-top:1px solid #e0e0e0;margin:13px 0 0}.components-requirement-profile_info__container{display:flex;padding:16px 0;-webkit-text-decoration:none;text-decoration:none}.components-requirement-profile_info__container+.components-requirement-profile_info__container{border-top:1px solid #e0e0e0}.components-requirement-profile_info__avatar-container{flex-shrink:0}.components-requirement-profile_info__profile-info{color:#0e202e;margin-left:8px}.components-requirement-profile_info__name{align-items:center;display:flex;font-size:1.6rem;font-weight:600;line-height:1.5;margin-right:5px;word-break:break-all}.components-requirement-profile_info__icon-container{display:inline-flex}.components-requirement-profile_info__department-title{font-size:1.4rem;line-height:1.5;margin-top:2px;word-break:break-all}.components-requirement-related_employee_card{border:1px solid #e0e0e0;border-radius:4px;box-shadow:1px 2px 4px rgba(0,0,0,.099);box-sizing:border-box;display:flex;flex:1 0 144px;flex-direction:column;padding:12px;-webkit-text-decoration:none;text-decoration:none}.components-requirement-related_employee_card__avatar-container{display:flex;flex-shrink:0;justify-content:center}.components-requirement-related_employee_card__profile-info{color:#0e202e;text-align:center}.components-requirement-related_employee_card__name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:1.6rem;font-weight:600;line-height:1.5;margin-top:4px;overflow:hidden;word-break:break-all}.components-requirement-related_employee_card__department-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#a6a6a6;font-size:1.2rem;line-height:1.5;margin-top:4px;overflow:hidden;word-break:break-all}.components-requirement-related_employees_dialog{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;max-height:calc(100vh - 20rem);overflow-y:auto}.components-requirement-related_employees_section__section-container{display:flex}.components-requirement-related_employees_section__section{color:#0e202e;flex-grow:1;font-size:1.6rem}.components-requirement-related_employees_section__open-dialog-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#0054ff;cursor:pointer;display:flex;display:inline-flex;font-size:1.6rem;font-weight:600;gap:6px;justify-content:center;line-height:1.5;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-requirement-related_employees_section__container{display:flex;margin-top:16px;overflow-x:auto;padding-bottom:5px}.components-requirement-related_employees_section__card{display:flex;flex:0 0 144px}.components-requirement-related_employees_section__card+.components-requirement-related_employees_section__card{margin-left:12px}.components-requirement-requirement_confirm_dialog__header{font-size:2.2rem;font-weight:600;line-height:1.4}.components-requirement-requirement_description{padding:20px 20px 40px}.components-requirement-requirement_description__latest-updated-at{color:#8c8c8c;font-size:1.2rem;line-height:1.5;margin-bottom:8px}.components-requirement-requirement_description__annual-income-section{color:#0e202e;display:inline-flex;margin-top:20px}.components-requirement-requirement_description__annual-income-text{font-size:1.4rem;line-height:1.5;margin-left:4px}.components-requirement-requirement_description__base{margin-top:40px}.components-requirement-requirement_description__base--job-description{margin-top:32px}.components-requirement-requirement_description__section-title{color:#0e202e;font-size:1.6rem}.components-requirement-requirement_description__sentence{color:#0e202e;font-size:1.4rem;line-height:1.4;margin-top:16px;word-wrap:break-word;white-space:pre-wrap}.components-requirement-requirement_description__conditions{box-sizing:border-box;display:flex;flex-wrap:wrap;font-size:1.3rem;word-wrap:break-word;border:1px solid #e0e0e0;border-radius:4px;line-height:2rem;white-space:pre-wrap}.components-requirement-requirement_description__conditions>dd,.components-requirement-requirement_description__conditions>dt{box-sizing:border-box;color:#0e202e;font-size:1.4rem;margin:0;padding:20px}.components-requirement-requirement_description__conditions>dt{align-items:center;background:#f0f3f5;border-right:1px solid #e0e0e0;display:flex;width:20%;word-break:break-all}.components-requirement-requirement_description__conditions>dd{flex-grow:1;width:80%}.components-requirement-requirement_description__conditions>dt:first-of-type{border-radius:4px 0 0}.components-requirement-requirement_description__conditions>dd:first-of-type{border-radius:0 4px 0 0}.components-requirement-requirement_description__conditions>dd:not(:first-of-type),.components-requirement-requirement_description__conditions>dt:not(:first-of-type){border-top:1px solid #e0e0e0}.components-requirement-requirement_description__conditions>dt:last-of-type{border-radius:0 0 0 4px}.components-requirement-requirement_description__conditions>dd:last-of-type{border-radius:0 0 4px}.components-requirement-requirement_description__share-info{align-items:center;display:flex;flex-wrap:wrap;padding-bottom:20px}.components-requirement-requirement_description__share-btn{align-items:center;border:1px solid #0054ff;border-radius:4px;color:#0054ff;display:flex;font-size:1.4rem;gap:4px;justify-content:center;padding:8px 12px}.components-requirement-requirement_detail{background:#fff;border-radius:4px;display:block}.requirement_expand_panel__text-wrapper{overflow:hidden;position:relative;transition:all .3s ease-out}.requirement_expand_panel__text{font-size:1.4rem;line-height:2rem;word-wrap:break-word;white-space:pre-wrap}.requirement_expand_panel__overlay{background-image:linear-gradient(180deg,#fff0,#fff);bottom:0;opacity:1;position:absolute;transition:opacity .3s ease-out;width:100%}.requirement_expand_panel__overlay--hidden{display:none;opacity:0;transition:opacity .3s ease-out}.requirement_expand_panel__expand-button-wrapper{display:flex;justify-content:center;padding-top:5px}.requirement-requirement_footer{box-sizing:border-box;padding:16px;text-align:center}.requirement-requirement_footer__link{color:#0054ff;font-size:1.4rem;-webkit-text-decoration:none;text-decoration:none}.requirement-requirement_footer__link:hover{-webkit-text-decoration:underline;text-decoration:underline}.requirement-requirement_footer__copyright{color:#a6a6a6;font-size:1.2rem;margin-top:8px}.components-requirement-requirement_images{align-items:center;display:flex;justify-content:center}.components-requirement-requirement_images__image{width:100%}.components-requirement-requirement_images__default-image{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:52.86%;width:100%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-requirement-requirement_images__default-image{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-requirement-requirement_images__default-image{background-image:url(/assets/webpack/resource/fdc4fbaa054c1a70f26c.png)}}.requirement-requirement_title{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;border-radius:4px 4px 0 0;display:flex;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:55px;z-index:1}.requirement-requirement_title__entry-button-container{flex-shrink:0}.requirement-requirement_title__title{color:#0e202e;flex-grow:1;font-size:2rem;font-weight:600;line-height:1.5;overflow-wrap:break-word;padding-right:20px;word-wrap:break-word;word-break:break-all}.requirement-requirement_title__btn{border-radius:4px;font-size:1.4rem;word-break:keep-all}.requirement-requirement_title__confirm{box-sizing:border-box;height:229px;padding:28px 36px;width:480px}.requirement-requirement_title__email{border:1px solid #ededed;border-radius:2px;font-size:1.4rem;margin-top:16px;padding:8px;width:100%}.requirement-requirement_title__notice{color:#8c8c8c;font-size:1.1rem}.requirement-requirement_title__confirmButtonGroup{margin-left:auto;width:220px}.requirement-requirement_title__dialog-description{font-size:1.4rem;line-height:1.5}.requirement-share_action_menu{flex-shrink:0}.requirement-share_action_menu,.requirement-share_action_menu__icon-list{align-items:center;display:flex}.requirement-share_action_menu__list-item{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin:0 0 0 8px;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.requirement-share_action_menu__icon-copy-container{color:#0054ff}.requirement-warning_private_badge{background-color:#ffefed;border-radius:4px;color:#ff134c;font-size:1.4rem;font-weight:600;line-height:1.5;margin:20px 20px 0;padding:18px;text-align:center}.components-right_side_bar-colleague_empty_field{display:flex;flex-direction:column;gap:16px;padding-top:8px}.components-right_side_bar-colleague_empty_field__description{color:#0e202e;font-size:1.2rem;line-height:1.5}.components-right_side_bar-colleague_empty_field__image-wrapper{display:flex;justify-content:center}.components-right_side_bar-colleague_info_field{display:flex;flex-direction:column;gap:12px;padding-top:8px}.components-right_side_bar-colleague_info_field__description{color:#0e202e;font-size:1.2rem;line-height:1.5}.components-right_side_bar-colleague_info_field__colleague-count{color:#0054ff;font-size:1.6rem;font-weight:600;line-height:1.5}.components-right_side_bar-colleague_info_field__people{color:#0054ff}.components-right_side_bar-colleague_info_field__list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.components-right_side_bar-colleague_info_field__button-container{align-items:center;display:flex;margin-left:auto}.components-right_side_bar-colleague_info_field__button-text{align-items:center;display:inline-flex;font-size:1.2rem;gap:4px;line-height:1.5}.right_side_bar{flex:1 1 auto;height:calc(100vh - 55px)}.right_side_bar .right_side_bar_container{box-sizing:border-box;display:block;margin-left:20px;min-height:1px;overflow-y:hidden;position:fixed;width:260px}.right_side_bar .right_side_bar_container:hover{overflow-y:auto}.web-renewal-layout .right_side_bar{flex:1 1 auto;height:calc(100vh - var(--height-nav-header))}.web-renewal-layout .right_side_bar .right_side_bar_container{box-sizing:border-box;display:flex;flex-direction:column;margin-left:0;min-height:0;overflow-y:hidden;position:fixed;width:216px}.web-renewal-layout .right_side_bar .right_side_bar_container:hover{overflow-y:auto}.components-right_side_bar-members_list_item{list-style:none}.components-right_side_bar-members_list_item__list-item{align-items:center;display:flex;gap:8px;-webkit-text-decoration:none;text-decoration:none}.components-right_side_bar-members_list_item__info-field{color:#595959;min-width:0}.components-right_side_bar-members_list_item__name-field{display:flex;gap:4px}.components-right_side_bar-members_list_item__name{font-size:1.4rem;font-weight:600;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-right_side_bar-members_list_item__position{font-size:1.2rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-right_side_bar-members_list_item__logo{color:#ccc}.components-right_side_bar-members_list_item__logo--linked{color:#0054ff}.component-right_side_bar-team_members_empty_field{align-items:center;color:#ccc;display:flex;flex-direction:column;gap:4px;padding:20px 0}.component-right_side_bar-team_members_empty_field__no-member-text{font-size:1.4rem;font-weight:600;line-height:1.5}.components-right_side_bar-team_members_list_field{display:flex;flex-direction:column;padding-top:20px}.components-right_side_bar-team_members_list_field__list{display:flex;flex-direction:column;gap:12px}.components-right_side_bar-team_members_list_field__button-container{align-items:center;display:flex;justify-content:flex-end;padding-top:16px;width:100%}.components-right_side_bar-team_members_list_field__button-text{align-items:center;display:inline-flex;font-size:1.2rem;gap:4px;line-height:1.5}.component-right_side_bar-team_section{background-color:#fff;border-radius:4px;display:flex;flex-direction:column;padding:16px 16px 20px}.component-right_side_bar-team_section__title{align-items:center;color:#0e202e;display:flex;font-size:1.6rem;font-weight:600;gap:4px;line-height:1.5}.web-renewal-layout .component-right_side_bar-team_section{background-color:#0000;border-radius:4px;display:flex;flex-direction:column;min-width:0;padding:16px 0}.web-renewal-layout .component-right_side_bar-team_section__title{align-items:center;color:#0e202e;display:flex;font-size:1.6rem;font-weight:600;gap:4px;line-height:1.5}.components-search-company_network_people_list{margin:20px 0 12px}.components-search-company_network_people_list__loader-container{display:flex;justify-content:center;padding:36px}.components-search-company_network_people_list__list{display:flex;flex-direction:column;gap:8px}.components-search-company_network_person{align-items:center;background:#fff;border:1px solid #ededed;border-radius:2px;box-sizing:border-box;display:flex;list-style:none;padding:12px 16px}.components-search-company_network_person__card-content{flex-grow:1;height:100%;min-width:0}.components-search-company_network_person__card-link{color:#0e202e;-webkit-text-decoration:none;text-decoration:none}.components-search-company_network_person__card-info{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.components-search-company_network_person__thumbnail{flex-shrink:0;min-width:74px;position:relative}.components-search-company_network_person__card{border:1px solid #d7d7d7;box-sizing:border-box;height:40px;width:63px}.components-search-company_network_person__avatar-wrapper{box-sizing:border-box;left:44px;overflow:hidden;position:absolute;top:-8px}.components-search-company_network_person__title-block{flex-grow:1;min-width:0}.components-search-company_network_person__title{display:flex;padding-bottom:4px}.components-search-company_network_person__person-name{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-search-company_network_person__option{display:flex}.components-search-company_network_person__front-company-name{color:#595959;font-size:1.2rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-search-company_network_person__owner{align-items:center;background:#f2f4f5;box-sizing:border-box;color:#595959;display:flex;justify-content:space-between;margin-top:12px;padding:0 8px}.components-search-company_network_person__latest-contacted-name{font-size:1.1rem;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:50%}.components-search-company_network_person__latest-contacted-date{font-size:1.1rem;line-height:normal}.components-search-eight_people_list{box-sizing:border-box;margin-top:16px}.components-search-eight_people_list__loader-container{display:flex;justify-content:center}.components-search-eight_people_list__count-label{color:#8c8c8c;display:flex;font-size:1.2rem;justify-content:flex-end;line-height:1.5;margin:8px 0}.components-search-eight_people_list__scroll{display:flex;flex-direction:column;gap:8px;height:100%}.components-search-eight_person{align-items:center;background:#fff;border-radius:4px;display:flex;gap:16px;padding:10px 16px;position:relative}.components-search-eight_person__contents-area{flex-grow:1;min-height:40px;min-width:0}.components-search-eight_person__hit-area{background:hsla(0,0%,100%,.001);color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-search-eight_person__hit-area:hover{background:#ffffff4d}.components-search-eight_person__item-field{align-items:center;box-sizing:border-box;display:flex;gap:12px}.components-search-eight_person__thumbnail{flex-shrink:0}.components-search-eight_person__text-field{flex-grow:1;min-width:0}.components-search-eight_person__user-name-field{align-items:center;display:flex;margin-bottom:5px}.components-search-eight_person__full-name{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.components-search-eight_person__company-name-field{color:#8c8c8c;font-size:1.2rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.components-search-eight_person__company-name{color:#595959;font-style:normal}.search-empty_view{margin-top:160px}.components-search-my_network_people_list{margin-top:20px}.components-search-my_network_people_list__header{align-items:center;display:flex;height:28px;justify-content:space-between;margin:24px 0 16px}.components-search-my_network_people_list__checkbox-wrapper{cursor:pointer;display:flex;margin-left:16px}.components-search-my_network_people_list__checkbox-info{color:#8c8c8c;font-size:1.4rem;line-height:1.5;margin-left:6px}.components-search-my_network_people_list__checkbox-info--checked{color:#595959;font-weight:600}.components-search-search_list_navigation{background-color:#fff;border-radius:4px}.search-search_result__loader-container{display:flex;justify-content:center;padding:36px}.search-search_result .searched-my-network-list{padding-top:5px}.search-search_result .ctl-srh .tab{padding:20px 80px 0}.search-search_result__navi{margin:24px 0 10px}.search-searched_company_list{margin-top:20px}.search-searched_company_list .loader-container{align-items:center;display:flex;justify-content:center}.search-searched_company_list__count-label{color:#8c8c8c;display:flex;font-size:1.2rem;justify-content:flex-end;line-height:1.5;margin:8px 0}.components-settings-career-desired_region_control{background-color:#fff;min-height:100%}.components-settings-career-pc-career_birthday_field{align-items:center;display:flex;flex-direction:row;font-size:1.4rem;gap:36px;line-height:1.5}.components-settings-career-pc-career_birthday_field__selected-items-wrapper{flex-grow:1}.components-settings-career-pc-career_birthday_field__selected-items{color:#0e202e}.components-settings-career-pc-career_birthday_field__empty{color:#8c8c8c}.components-settings-career-pc-career_birthday_input_dialog__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.components-settings-career-pc-career_birthday_input_dialog__input-wrapper{margin-top:28px}.components-settings-career-pc-career_setting_control{padding:0 20px}.components-settings-career-pc-career_setting_control__content{display:flex;gap:36px}.components-settings-career-pc-career_setting_control__head{min-width:170px;padding-top:29px}.components-settings-career-pc-career_setting_control__head--ja{min-width:112px}.components-settings-career-pc-career_setting_control__body{flex-grow:1}.components-settings-career-pc-career_setting_control__body--with-border-bottom{border-bottom:1px solid #ccc}.components-settings-career-pc-career_setting_control__row{align-items:center;display:flex;gap:36px;padding:20px 0}.components-settings-career-pc-career_setting_control__row--is-button-field-row{align-items:flex-start;padding:30px 0 20px}.components-settings-career-pc-career_setting_control__title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5}.components-settings-career-pc-career_setting_control__label{color:#8c8c8c;font-size:1.4rem;font-weight:600;line-height:1.5;min-width:164px}.components-settings-career-pc-career_setting_control__label--ja{min-width:70px}.components-settings-career-pc-career_setting_control__select-field-wrapper{width:252px}.components-settings-career-pc-career_setting_control__button-field-wrapper{width:100%}.components-career-current_annual_income_field,.components-career-desired_annual_income_field{font-size:1.4rem;line-height:1.5}.components-settings-career-pc-desired_job_category_dialog{display:flex;flex-direction:column}.components-settings-career-pc-desired_job_category_dialog__header{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4;margin-bottom:16px}.components-settings-career-pc-desired_job_category_dialog__content{border-bottom:1px solid #e0e0e0;max-height:calc(100vh - 32rem);overflow-y:auto}.components-settings-career-pc-desired_job_category_dialog__button-wrapper{display:flex;gap:8px;justify-content:flex-end;margin-top:32px}.components-settings-career-pc-desired_job_category_field{align-items:flex-start;display:flex;flex-direction:row;font-size:1.4rem;gap:36px;line-height:1.5}.components-settings-career-pc-desired_job_category_field__selected-items-wrapper{flex-grow:1}.components-settings-career-pc-desired_job_category_field__selected-items{color:#0e202e}.components-settings-career-pc-desired_job_category_field__empty{color:#8c8c8c}.components-settings-career-pc-desired_region_dialog{display:flex;flex-direction:column}.components-settings-career-pc-desired_region_dialog__header{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4;margin-bottom:16px}.components-settings-career-pc-desired_region_dialog__content{border-bottom:1px solid #e0e0e0;max-height:calc(100vh - 32rem);overflow-y:auto}.components-settings-career-pc-desired_region_dialog__button-wrapper{display:flex;gap:8px;justify-content:flex-end;margin-top:32px}.components-settings-career-pc-desired_region_field{align-items:flex-start;display:flex;flex-direction:row;font-size:1.4rem;gap:36px;line-height:1.5}.components-settings-career-pc-desired_region_field__selected-items-wrapper{flex-grow:1}.components-settings-career-pc-desired_region_field__selected-items{color:#0e202e}.components-settings-career-pc-desired_region_field__empty{color:#8c8c8c}.components-career-job_change_intention_field{font-size:1.4rem;line-height:1.5}.components-settings-career-sp-career_setting_control{display:flex;flex-direction:column;padding-top:20px}.components-settings-career-sp-career_setting_control__text-field{display:flex;flex-direction:column;padding:0 20px}.components-settings-career-sp-career_setting_control__description{color:#8c8c8c;font-size:1.4rem;line-height:1.5;margin-bottom:8px}.components-settings-career-sp-career_setting_control__attention{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5}.components-settings-career-sp-career_setting_control__section{background-color:#fff;display:flex;flex-direction:column;margin-top:12px;padding:24px 0 8px 20px}.components-settings-career-sp-career_setting_control__title{color:#8c8c8c;font-size:1.6rem;font-weight:600;line-height:1.5}.components-settings-career-sp-career_setting_control__body{display:flex;flex-direction:column}.components-settings-career-sp-career_setting_control__row{border-bottom:1px solid #e0e0e0;color:#8c8c8c;margin-top:16px;padding-right:20px}.components-settings-career-sp-career_setting_control__row--no-border{border-bottom:unset}.components-settings-career-sp-career_setting_control__label{font-size:1.4rem;line-height:1.5}.components-settings-career-sp-career_setting_control__content{padding:8px 0 16px}.components-settings-career-sp-checkbox_sp{align-items:center;-webkit-appearance:none;appearance:none;color:#595959;cursor:pointer;display:flex;font-size:1.4rem;line-height:1.5;outline:none}.components-settings-career-sp-checkbox_sp__checkbox{display:none;margin:0;padding:0}.components-settings-career-sp-checkbox_sp__icon-container{color:#e0e0e0;margin-right:20px}.components-settings-career-sp-checkbox_sp__icon-container--checked{color:#0054ff}.components-settings-career-sp-desired_region_field__button-text{text-align:left}.components-settings-career-sp-grouped_checkbox_accordion_row__head{border-bottom:1px solid #e0e0e0;box-sizing:border-box;margin-left:20px}.components-settings-career-sp-grouped_checkbox_accordion_row__toggle-button{align-items:center;display:flex;padding:16px 20px 16px 0;text-align:left;width:100%}.components-settings-career-sp-grouped_checkbox_accordion_row__head-name{color:#0e202e;flex-grow:1;font-size:1.4rem;font-weight:600;line-height:1.5}.components-settings-career-sp-grouped_checkbox_accordion_row__count{color:#0054ff}.components-settings-career-sp-grouped_checkbox_accordion_row__accordion-icon-container{color:#a6a6a6}.components-settings-career-sp-grouped_checkbox_accordion_row__list{margin-left:29px}.components-settings-career-sp-grouped_checkbox_accordion_row__label{padding:15px 0}.components-settings-career-sp-input_date_sp__date-label{position:relative;width:100%}.components-settings-career-sp-input_date_sp__date{-webkit-appearance:none;appearance:none;background:#0000;border:unset;color:#0054ff;font-size:1.4rem;line-height:1.5;margin:0;outline:none;padding:0;width:100%}.components-settings-career-sp-input_date_sp__date::-webkit-clear-button,.components-settings-career-sp-input_date_sp__date::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.components-settings-career-sp-input_date_sp__date::-webkit-calendar-picker-indicator{background:#0000;bottom:0;color:#0000;cursor:pointer;height:23px;left:0;margin:auto;padding:0;position:absolute;top:0;width:auto}.components-settings-career-sp-input_date_sp__date::-webkit-date-and-time-value{text-align:left}.components-settings-career-sp-input_date_sp__date--empty:before{color:#0054ff;content:attr(placeholder)!important;margin-right:.5em;width:100%}.components-settings-career-sp-input_date_sp__error{color:#ff134c;font-size:1.2rem;line-height:1.5;margin-top:8px}.components-settings-mail_option-sp-select_sp{font-size:1.4rem;line-height:1.5}.components-settings-mail_option-sp-select_sp__select{-webkit-appearance:none;appearance:none;background:#0000;border:unset;color:#0054ff;font-size:1.4rem;line-height:1.5;margin:0;outline:none;padding:0}.components-settings-general-back-button-container{margin-bottom:20px}.components-settings-general-back-button-container__back-button-icon-container{display:inline-flex;height:16px;margin-right:6px}.components-settings-general-banner-section__eight-scan-link{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-sizing:border-box;display:flex;height:82px;justify-content:center;max-width:352px}.components-settings-general-banner-section__eight-scan-logo{max-height:44px}.components-settings-general-company_relations-row{display:flex;width:100%}.components-settings-general-company_relations-row__flex-wrapper{align-items:center;box-sizing:border-box;display:flex;min-height:76px;padding-right:20px;width:100%}.components-settings-general-company_relations-row__company-name{box-sizing:border-box;color:#000;flex-basis:270px;font-size:1.4rem;line-height:1.5;padding-right:12px}.components-settings-general-company_relations-row__options{display:flex}.components-settings-general-company_relations-row__option-disable{margin-left:36px}.components-settings-general-company_relations-section__company-relation-list{padding-left:20px}.components-settings-general-company_relations-section__company-relation-list>li{border-bottom:1px solid #e0e0e0}.components-settings-general-company_relations-section__company-relation-list>li:last-of-type{border-bottom:0}.components-settings-general-country-section__form{padding:0 20px}.components-settings-general-country-section__section{align-items:center;box-sizing:border-box;display:flex;height:76px}.components-settings-general-country-section__wrapper{flex-basis:180px;font-size:1.4rem;line-height:1.5}.components-settings-general-country-section__label{box-sizing:border-box;color:#000;flex-basis:268px;font-size:1.4rem;line-height:1.5}.components-settings-general-language-section__form{padding:0 20px}.components-settings-general-language-section__section{align-items:center;box-sizing:border-box;display:flex;height:76px}.components-settings-general-language-section__wrapper{flex-basis:180px;font-size:1.4rem;line-height:1.5}.components-settings-general-language-section__label{box-sizing:border-box;color:#000;flex-basis:268px;font-size:1.4rem;line-height:1.5}.components-settings-general-login_address-change_login_address_dialog__description{color:#595959;font-size:1.4rem;line-height:1.5;margin-bottom:16px}.components-settings-general-login_address-change_login_address_dialog__description>a{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-settings-general-login_address-change_login_address_dialog__input-wrapper{box-sizing:border-box;flex-basis:490px;font-size:1.4rem;line-height:1.5}.components-settings-general-login_address-section__login-address-change-form{padding-left:20px}.components-settings-general-login_address-section__section{align-items:center;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;height:76px;padding-right:20px}.components-settings-general-login_address-section__section--confirm{border:0}.components-settings-general-login_address-section__label{box-sizing:border-box;color:#000;flex-basis:268px;font-size:1.4rem}.components-settings-general-login_address-section__input-wrapper{box-sizing:border-box;flex-basis:490px;font-size:1.4rem}.components-settings-general-login_address-section__current-login-address{box-sizing:border-box;color:#8c8c8c;flex-basis:490px;font-size:1.4rem;padding-left:8px}.components-settings-general-login_address-section__complete-description{color:#595959;font-size:1.4rem;line-height:1.5}.components-settings-general-login_devices-login_device_item__login-device-wrapper{align-items:center;color:#000;display:flex;font-size:1.4rem;height:82px;justify-content:space-between;line-height:1.5;padding-right:20px}.components-settings-general-login_devices-login_device_item__device-icon-container{color:#0e202e;margin-right:10px}.components-settings-general-login_devices-login_device_item__device-information{flex-basis:226px;flex-grow:0}.components-settings-general-login_devices-login_device_item__device{font-weight:600}.components-settings-general-login_devices-login_device_item__browser{font-size:1.2rem;line-height:1.5}.components-settings-general-login_devices-login_device_item__location{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#8c8c8c;overflow:hidden}.components-settings-general-login_devices-login_device_item__login-at-and-ip-address{color:#595959;flex-basis:auto;flex-grow:1;margin-left:12px}.components-settings-general-login_devices-login_device_item__revoke-button-wrapper{flex-basis:164px;flex-grow:0;flex-shrink:0}.components-settings-general-login_devices-login_device_item__current-device-text{color:#8c8c8c;text-align:center}.components-settings-general-login_devices-logout_dialog__logout-confirmation{font-size:1.4rem;line-height:1.5}.components-settings-general-login_devices-section{padding-left:20px}.components-settings-general-login_devices-section__login-device-item{border-bottom:1px solid #e0e0e0}.components-settings-general-login_devices-section__licenses{color:#8c8c8c;font-size:1rem;line-height:1.5;padding:16px 20px}.components-settings-general-login_devices-section__license-link{color:#0054ff}.components-settings-general-mailer-section{color:#000}.components-settings-general-mailer-section__mailer-form{padding-left:20px}.components-settings-general-mailer-section__section{align-items:center;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;min-height:64px;padding-right:20px}.components-settings-general-mailer-section__section--confirm{border:0}.components-settings-general-mailer-section__section--last{border-bottom:0}.components-settings-general-mailer-section__section-content{max-width:490px;padding:20px 0}.components-settings-general-mailer-section__radio-button-gmail-wrapper{font-size:1.4rem;line-height:1.5;margin-left:16px}.components-settings-general-mailer-section__mail-client{display:flex;flex-basis:230px;justify-content:flex-start}.components-settings-general-mailer-section__charset{height:0;overflow:hidden;transition:height .2s,margin-top .2s}.components-settings-general-mailer-section__charset--show{height:60px;margin-top:20px;overflow:visible}.components-settings-general-mailer-section__charset-label{color:#595959;font-size:1.2rem;line-height:1.5}.components-settings-general-mailer-section__charset-select-wrapper{font-size:1.4rem;line-height:1.5;margin-top:8px;max-width:180px}.components-settings-general-mailer-section__label{box-sizing:border-box;color:#000;flex-basis:268px;font-size:1.4rem;line-height:1.5}.components-settings-general-mailer-section__mail-soft-example{color:#8c8c8c;font-size:1.2rem;line-height:1.5;padding-left:24px}.components-settings-general-mailer-section__insertion-items{color:#000;display:flex;flex-direction:column;font-size:1.4rem;height:108px;justify-content:space-around;line-height:1.5}.components-settings-general-mailer-section__signature-insertion-switch-wrapper{align-items:center;display:flex;justify-content:space-between;width:194px}.components-settings-general-mailer-section__signature{height:0;overflow:hidden;transition:height .2s,margin-top .2s}.components-settings-general-mailer-section__signature--show{height:248px;margin-top:16px}.components-settings-general-mailer-section__signature-insertion-label{font-size:1.4rem;line-height:1.5;text-align:center}.components-settings-general-mailer-section__signature-insertion-label--enable{color:#000}.components-settings-general-mailer-section__signature-insertion-radio-group{display:flex}.components-settings-general-mailer-section__radio-button-custom-wrapper{margin-left:15px}.components-settings-general-mailer-section__custom-signature-input-wrapper{margin-top:16px;width:490px}.components-settings-general-mailer-section__custom-signature-input-wrapper textarea{resize:none}.components-settings-general-password-section__password-change-form{padding-left:20px}.components-settings-general-password-section__section{align-items:center;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;height:76px;padding-right:20px}.components-settings-general-password-section__section--confirm{border:0}.components-settings-general-password-section__label{box-sizing:border-box;color:#000;flex-basis:268px;font-size:1.4rem}.components-settings-general-password-section__input-wrapper{box-sizing:border-box;flex-basis:490px;font-size:1.4rem}.components-settings-general-post_publicity-section{font-size:1.4rem}.components-settings-general-post_publicity-section__section{align-items:center;display:flex;height:134px;padding:0 20px}.components-settings-general-post_publicity-section__label{box-sizing:border-box;color:#000;flex-basis:268px;font-size:1.4rem}.components-settings-general-post_publicity-section__setting{box-sizing:border-box;flex-basis:490px;font-size:1.4rem}.components-settings-general-post_publicity-section__select{margin-bottom:12px;width:220px}.components-settings-general-post_publicity-section__description{color:#000;line-height:1.5}.components-settings-scan_code-scan_code_label__scan-code-label-wrapper{display:flex;font-size:1.4rem;height:38px;margin-right:12px;width:314px}.components-settings-scan_code-scan_code_label__expire-date-label{color:#ff134c;font-size:1.2rem;line-height:1.5;margin-top:8px}.components-settings-general-scan_code-section__section{align-items:flex-start;display:flex;padding:20px}.components-settings-general-scan_code-section__label{box-sizing:border-box;color:#000;display:flex;flex-basis:270px;flex-direction:column;font-size:1.4rem;height:38px;justify-content:center}.components-settings-general-scan_code-section__button-wrapper{display:flex;height:38px}.components-settings-general-scout_message-section__scout-message{align-items:center;box-sizing:border-box;display:flex;height:76px;padding:0 20px}.components-settings-general-scout_message-section__scout-message-title{color:#000;flex-basis:270px;font-size:1.4rem;line-height:1.5}.components-settings-general-scout_message-section__options{display:flex}.components-settings-general-scout_message-section__option-not-receive{margin-left:36px}.components-settings-general-submit_buttons{height:0;overflow:hidden;transition:height .2s}.components-settings-general-submit_buttons--show{height:54px}.components-settings-general-submit_buttons__button-wrapper{display:flex;justify-content:flex-end;padding-right:20px}.components-settings-general-submit_buttons button:last-child{margin-left:12px}.components-settings-general-team-leave_team_dialog__description{font-size:1.4rem;line-height:1.5}.components-settings-general-team-leave_team_dialog__section{background-color:#f2f7ff;color:#595959;font-size:1.4rem;line-height:1.5;margin-top:16px;padding:24px 20px}.components-settings-general-team-leave_team_dialog__login-mail-address-section{margin-top:24px}.components-settings-general-team-leave_team_dialog__mail-address{font-weight:600}.components-settings-general-team-section__section{align-items:center;display:flex;height:72px;justify-content:space-between;padding:0 20px}.components-settings-general-team-section__label{box-sizing:border-box;color:#000;flex-basis:268px;font-size:1.4rem}.components-settings-general-team-section__dialog-description{font-size:1.4rem;line-height:1.5}.components-settings-general-team-section__dialog-section{background-color:#f2f7ff;color:#595959;font-size:1.4rem;line-height:1.5;margin-top:16px;padding:24px 20px}.components-settings-general-team-section__login-mail-address-section{margin-top:24px}.components-settings-general-team-section__mail-address{font-weight:600}.components-settings-general-two_factor_authenticator-unused_section__content-wrapper{align-items:center;box-sizing:border-box;display:flex;height:72px;justify-content:space-between;padding:0 20px;width:100%}.components-settings-general-two_factor_authenticator-unused_section__content-label{color:#000;font-size:1.4rem;line-height:1.5}.components-settings-general-two_factor_authenticator-unused_section__setting-link-buttons{display:flex;flex-basis:348px;height:32px;justify-content:space-between}.components-settings-general-two_factor_authenticator-used_section{padding-left:20px}.components-settings-general-two_factor_authenticator-used_section__current-setting-row{align-items:center;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;height:72px;justify-content:space-between;padding-right:20px}.components-settings-general-two_factor_authenticator-used_section__current-setting-label{color:#000;font-size:1.4rem;line-height:1.5}.components-settings-general-two_factor_authenticator-used_section__current-setting-content{align-items:center;display:flex;flex-basis:490px;justify-content:space-between}.components-settings-general-two_factor_authenticator-used_section__current-authenticator-type{color:#8c8c8c;font-size:1.4rem;line-height:1.5}.components-settings-general-two_factor_authenticator-used_section__recovery-code-row{align-items:center;display:flex;height:134px;justify-content:space-between;padding-right:20px}.components-settings-general-two_factor_authenticator-used_section__recovery-code-content{flex-basis:490px}.components-settings-general-two_factor_authenticator-used_section__recovery-code-label{font-size:1.4rem;line-height:1.5}.components-settings-general-two_factor_authenticator-used_section__recovery-code-reset-content{display:flex;justify-content:space-between}.components-settings-general-two_factor_authenticator-used_section__recovery-code-input-wrapper{box-sizing:border-box;flex-basis:314px;font-size:1.4rem;line-height:1.5}.components-settings-general-two_factor_authenticator-used_section__reset-recovery-code-description{font-size:1.4rem;line-height:1.5;margin-top:12px}.components-settings-general-two_factor_authenticator-used_section__delete-confirm-description{font-size:1.4rem;line-height:1.5}.components-settings-mail_option-pc-main{padding-left:20px}.components-settings-mail_option-pc-main__row{border-bottom:1px solid #e0e0e0}.components-settings-mail_option-pc-main__row:last-child{border-bottom:0}.components-settings-mail_option-pc-row,.components-settings-mail_option-pc-row__label{box-sizing:border-box;display:flex;min-height:98px}.components-settings-mail_option-pc-row__label{align-items:center;flex-basis:270px;font-size:1.4rem;padding-right:20px}.components-settings-mail_option-pc-row__contents{box-sizing:border-box;display:flex;flex-basis:508px;flex-direction:column;justify-content:center;padding:20px 20px 20px 0}.components-settings-mail_option-pc-row__switch-wrapper{align-items:center;display:flex;width:100%}.components-settings-mail_option-pc-row__switch-state{color:#8c8c8c;font-size:1.4rem;line-height:1;margin-left:10px}.components-settings-mail_option-pc-row__description{font-size:1.4rem;line-height:1.5;margin-top:12px;width:100%;word-break:break-all}.components-settings-mail_option-sp-main__mail-options{background-color:#fff;padding-top:53px}.components-settings-mail_option-sp-main__mail-options--iab{padding-top:0}.components-settings-mail_option-sp-main__row{margin-left:20px}.components-settings-mail_option-sp-main__row:not(:last-child){border-bottom:1px solid #e0e0e0}.components-settings-mail_option-sp-main__row--iab:last-child{margin-bottom:12px}.components-settings-mail_option-sp-row{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;justify-content:space-between;min-height:68px;padding-right:14px}.components-settings-mail_option-sp-row__label{padding:16px 16px 16px 0}.components-settings-mail_option-sp-row__title{font-size:1.6rem;font-weight:600;line-height:1.5}.components-settings-mail_option-sp-row__description{color:#8c8c8c;font-size:1.2rem;line-height:1.5;margin-top:8px}.components-settings-notification_option-sp-career_notification{background-color:#fff}.components-settings-notification_option-sp-career_notification__inner-rows{height:0;opacity:0;overflow:hidden;transition:height .2s ease-in-out}.components-settings-notification_option-sp-career_notification__inner-rows--show{height:84px;opacity:1}.components-settings-notification_option-sp-career_notification__inner-rows-wrapper{margin-bottom:16px}.components-settings-notification_option-sp-event_notification{background-color:#fff}.components-settings-notification_option-sp-event_notification__inner-rows{height:0;opacity:0;overflow:hidden;transition:height .2s ease-in-out}.components-settings-notification_option-sp-event_notification__inner-rows--show{height:144px;opacity:1}.components-settings-notification_option-sp-event_notification__inner-rows-wrapper{margin-bottom:16px}.components-settings-notification_option-sp-feed_notification{background-color:#fff}.components-settings-notification_option-sp-feed_notification__inner-rows{height:0;opacity:0;overflow:hidden;transition:height .2s ease-in-out}.components-settings-notification_option-sp-feed_notification__inner-rows--show{height:220px;opacity:1}.components-settings-notification_option-sp-feed_notification__inner-rows-wrapper{margin-bottom:16px}.components-settings-notification_option-sp-inner_row{align-items:center;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;margin-left:28px;min-height:68px;padding-right:14px}.components-settings-notification_option-sp-inner_row__label{color:#0e202e;font-size:1.4rem;line-height:1.5}.components-settings-notification_option-sp-main{padding-top:53px}.components-settings-notification_option-sp-main--iab{padding-top:0}.components-settings-notification_option-sp-main__description{color:#a6a6a6;font-size:1.4rem;line-height:1.5;padding:16px 20px;text-align:center}.components-settings-notification_option-sp-main__row{margin-bottom:12px}.components-settings-notification_option-sp-news_notification{background-color:#fff}.components-settings-notification_option-sp-news_notification__inner-rows{height:0;opacity:0;overflow:hidden;transition:height .2s ease-in-out}.components-settings-notification_option-sp-news_notification__inner-rows--show{height:424px;opacity:1}.components-settings-notification_option-sp-news_notification__inner-rows-wrapper{margin-bottom:16px}.components-settings-notification_option-sp-row{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;justify-content:space-between;min-height:68px;padding-left:20px;padding-right:14px}.components-settings-notification_option-sp-row__label{padding:16px 16px 16px 0}.components-settings-notification_option-sp-row__title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5}.components-settings-notification_option-sp-row__description{color:#8c8c8c;font-size:1.2rem;line-height:1.5;margin-top:4px}.components-settings-notification_option-sp-service_notification{background-color:#fff}.components-settings-notification_option-sp-service_notification__inner-rows{height:0;opacity:0;overflow:hidden;transition:height .2s ease-in-out}.components-settings-notification_option-sp-service_notification__inner-rows--show{height:152px;opacity:1}.components-settings-notification_option-sp-service_notification__inner-rows-wrapper{margin-bottom:16px}.components-settings-notification_option-sp-talk_notification{background-color:#fff;box-sizing:border-box;padding-left:20px}.components-settings-notification_option-sp-talk_notification__base{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:68px;padding-right:14px}.components-settings-notification_option-sp-talk_notification__label{padding:16px 16px 16px 0}.components-settings-notification_option-sp-talk_notification__title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5}.components-settings-notification_option-sp-talk_notification__description{color:#8c8c8c;font-size:1.2rem;line-height:1.5;margin-top:4px}.components-settings-notification_option-sp-talk_notification__notification-pane{height:0;opacity:0;overflow:hidden;transition:height .2s ease-in-out}.components-settings-notification_option-sp-talk_notification__notification-pane--show{height:112px;opacity:1}.components-settings-notification_option-sp-talk_notification__notification-wrapper{margin:0 0 16px 8px}.components-settings-notification_option-sp-talk_notification__notification-body{border-bottom:1px solid #e0e0e0;display:flex;min-height:48px;padding-right:28px}.components-settings-notification_option-sp-talk_notification__check-icon-container{color:#0054ff}.components-settings-notification_option-sp-talk_notification input[name=talkNotification]{display:none}.components-settings-notification_option-sp-talk_notification__notification-label{align-items:center;color:#0e202e;display:flex;font-size:1.4rem;justify-content:space-between;width:100%}.components-settings-pc_main{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:808px;padding:91px 0 0}.components-settings-pc_main__footer-container{box-sizing:border-box;margin:20px 0 0;width:100%}.components-settings-pc_main__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.web-renewal-layout .components-settings-pc_main{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:808px;padding:36px 0 0}.web-renewal-layout .components-settings-pc_main__footer-container{box-sizing:border-box;margin:20px 0 0;width:100%}.web-renewal-layout .components-settings-pc_main__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.components-settings-sp_main{background-color:#f0f3f5;height:100%;overflow-y:scroll}.components-settings-two_factor_authenticator-row{align-items:center;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;padding:20px 20px 20px 0}.components-settings-two_factor_authenticator-row__last-row{border-bottom:0}.components-settings-two_factor_authenticator-row__row-labels{flex-basis:168px}.components-settings-two_factor_authenticator-row__row-title,.components-settings-two_factor_authenticator-row__step-label{color:#000;font-size:1.4rem;line-height:1.5}.components-settings-two_factor_authenticator-row__row-contents{flex-basis:490px}.components-settings-two_factor_authenticator-row__row-description{font-size:1.4rem;line-height:1.5}.components-settings-two_factor_authenticator-verify-code-form{align-items:flex-start;display:flex;justify-content:space-between;margin-top:12px;max-width:490px}.components-settings-two_factor_authenticator-verify-code-form__verify-token-input-wrapper{flex-basis:394px;font-size:1.4rem;line-height:1.5;margin-right:8px}.components-settings-two_factor_authenticator-verify-code-form__submit-button-wrapper{margin-top:2px}.components-shared_memo-archive_shared_memo_button{align-items:center;border:1px solid #a6a6a6;border-radius:2px;display:inline-flex;font-size:1.3rem;padding:4px 7px}.components-shared_memo-archive_shared_memo_button:hover{border:1px solid #0054ff}.components-shared_memo-archive_shared_memo_button:active{position:relative;top:2px}.components-shared_memo-confirm_delete_dialog{word-break:break-all}.components-shared_memo-confirm_delete_dialog,.components-shared_memo-confirm_discard_changes_dialog__description{color:#595959;font-size:1.4rem;line-height:1.5}.components-shared_memo-profile_card{display:flex;justify-content:space-between}.components-shared_memo-profile_card__profile-info-container{display:flex;flex-direction:column;justify-content:center}.components-shared_memo-profile_card__name{font-size:1.8rem;font-weight:600}.components-shared_memo-profile_card__name,.components-shared_memo-profile_card__position{display:-webkit-box;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#0e202e;overflow:hidden}.components-shared_memo-profile_card__position{font-size:1.4rem}.components-shared_memo-profile_card__profile-card{flex-shrink:0;max-width:86px;width:86px}.components-shared_memo-profile_card__image{width:100%}.components-shared_memo-shared_memo_card__card-container{padding:20px 0 12px}.components-shared_memo-shared_memo_card__card-container+.components-shared_memo-shared_memo_card__card-container{border-top:1px solid #e0e0e0}.components-shared_memo-shared_memo_card__title-container{align-items:center;display:flex;gap:16px;justify-content:space-between;padding-right:16px}.components-shared_memo-shared_memo_card__icon-container{display:flex;gap:8px}.components-shared_memo-shared_memo_card__icon-button{align-items:center;border:0;border-radius:50%;display:flex;height:32px;justify-content:center;-webkit-text-decoration:none;text-decoration:none;width:32px}.components-shared_memo-shared_memo_card__icon-button--edit{background-color:#f2f7ff;color:#0054ff}.components-shared_memo-shared_memo_card__icon-button--delete{background-color:#ededed;color:#595959}.components-shared_memo-shared_memo_card__title{display:-webkit-box;font-size:1.4rem;font-weight:600;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#0e202e;overflow:hidden;word-break:break-all}.components-shared_memo-shared_memo_card__content-list{color:#0e202e;display:flex;flex-direction:column;font-size:1.2rem;gap:12px;line-height:1.5;margin-top:8px}.components-shared_memo-shared_memo_card__content{display:flex;flex-direction:column;gap:4px}.components-shared_memo-shared_memo_card__content-header{color:#8c8c8c}.components-shared_memo-shared_memo_card__content-header,.components-shared_memo-shared_memo_card__content-value{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.components-shared_memo-shared_memo_card__content-value--empty{color:#ccc}.components-shared_memo-shared_memo_card__memo{white-space:pre-line;word-break:break-all}.components-shared_memo-shared_memo_card__memo--empty{color:#ccc}.components-shared_memo-shared_memo_editor_dialog{display:flex;flex-direction:column;max-height:calc(100vh - 30rem)}.components-shared_memo-shared_memo_editor_dialog__header{word-break:break-all}.components-shared_memo-shared_memo_editor_dialog__target-person{color:#8c8c8c;display:flex;flex-direction:column;font-size:1.2rem;gap:14px;line-height:1.5;padding-bottom:16px}.components-shared_memo-shared_memo_editor_dialog__form-container{display:flex;flex-direction:column;overflow-y:auto}.components-shared_memo-shared_memo_form{display:flex;flex-direction:column}.components-shared_memo-shared_memo_form__field-container{border-bottom:1px solid #ccc;display:flex;flex-direction:column;padding:16px 0 24px}.components-shared_memo-shared_memo_form__title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5;margin-bottom:8px}.components-shared_memo-shared_memo_form__error{color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5;margin-top:4px}.components-shared_memo-shared_memo_list_dialog{display:flex;flex-direction:column;max-height:calc(100vh - 20rem);padding-bottom:24px}.components-shared_memo-shared_memo_list_dialog__header{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.components-shared_memo-shared_memo_list_dialog__button-container{display:flex;padding-top:12px}.components-shared_memo-shared_memo_list_dialog__list-container{border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;margin-top:16px;overflow-y:auto}.components-shared_memo-shared_memo_list_dialog__empty-view-container{display:flex;flex-direction:column;margin-top:16px;padding:40px 0}.components-shared_memo-shared_memo_question_field{display:flex;flex-direction:column}.components-shared_memo-shared_memo_question_field__title{color:#0e202e;font-size:1.4rem;font-weight:600;line-height:1.5;margin-bottom:8px}.components-shared_memo-shared_memo_question_field__checkbox-wrapper{display:flex;flex-direction:column;gap:8px}.components-shared_memo-shared_memo_question_field__checkbox-container{align-items:center;color:#0e202e;display:flex}.components-shared_memo-shared_memo_question_field__checkbox-label{color:#0e202e;font-size:1.4rem;line-height:1.5}.components-shared_memo-template_card{border-bottom:1px solid #ccc;cursor:pointer;padding:16px}.components-shared_memo-template_card:hover{background-color:#f2f7ff}.components-shared_memo-template_card__title-container{align-items:center;color:#0054ff;display:flex}.components-shared_memo-template_card__title{display:-webkit-box;font-size:1.4rem;font-weight:600;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.components-shared_memo-template_card__icon{margin-right:2px}.components-shared_memo-template_card__description{display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#8c8c8c;margin-top:4px;overflow:hidden;word-break:break-all}.components-shared_memo-template_dialog{display:flex;flex-direction:column;max-height:calc(100vh - 20rem)}.components-shared_memo-template_dialog__header{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.components-shared_memo-template_dialog__target-person{color:#8c8c8c;display:flex;flex-direction:column;font-size:1.2rem;gap:14px;line-height:1.5;margin-top:16px}.components-shared_memo-template_dialog__content-wrapper{display:flex;flex-direction:column;margin-top:16px;overflow-y:auto}.components-shared_memo-template_dialog__content-wrapper--empty,.components-shared_memo-template_dialog__content-wrapper--loading{padding:40px 0}.components-shared_memo-template_dialog__empty-container,.components-shared_memo-template_dialog__loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.components-shared_memo-template_dialog__empty-container{gap:12px}.components-shared_memo-template_dialog__empty-help-link-text{font-size:1.4rem;line-height:1.5}.components-shared_people-appeal-import_appeal_panel{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:20px;padding:24px;position:relative}.components-shared_people-appeal-import_appeal_panel__close-wrapper{position:absolute;right:16px;top:16px}.components-shared_people-appeal-import_appeal_panel__close-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#8c8c8c;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.components-shared_people-appeal-import_appeal_panel__importable-services{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}.components-shared_people-appeal-import_appeal_panel__importable-description{color:#0054ff;font-size:1.8rem;font-weight:600;line-height:1.5;text-align:center}.components-shared_people-appeal-import_appeal_panel__importable-list{align-items:center;background-color:#f5f7f8;display:flex;gap:20px;justify-content:center;padding:16px 0;width:100%}.components-shared_people-appeal-import_appeal_panel__importable-item{align-items:center;color:#0e202e;display:flex;font-size:1.2rem;font-weight:600;gap:6px;justify-content:center;line-height:1.5}.components-shared_people-company_premium_appeal_area{background-color:#fff;display:flex;flex-direction:column}.components-shared_people-company_premium_appeal_area--is-shared-people{margin-top:20px}.components-shared_people-company_premium_appeal_area__container{box-sizing:border-box;flex-grow:1;max-width:780px;padding:48px 38px;text-align:center;width:100%}.components-shared_people-company_premium_appeal_area__title{color:#0e202e;font-size:2.2rem;font-weight:400;line-height:1.4;margin-bottom:20px}.components-shared_people-company_premium_appeal_area__attention{color:#f5990d;display:block;font-weight:600}.components-shared_people-company_premium_appeal_area__description{color:#595959;font-size:1.2rem;line-height:1.5;margin:16px 0 32px}.components-shared_people-company_premium_appeal_area__button-container{display:flex;justify-content:center}.components-shared_people-company_premium_appeal_area__button-container>a,.components-shared_people-company_premium_appeal_area__button-container>a:hover{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-shared_people-company_premium_appeal_area__button-container>a:focus{color:#0054ff}.components-shared_people-company_premium_appeal_area__arrow-icon-wrapper{margin-left:6px}.components-shared_people-coworker_selector{margin-left:5px;width:140px}.components-shared_people-index_block__mi{color:#777;font-size:1.4rem;font-weight:600;line-height:1.5;padding:18px 0 15px;text-align:center}.components-shared_people-index_block__shared-people-list{display:flex;flex-direction:column;gap:5px}.components-shared_people-shard_people_list_navigation{align-items:center;background:#fff;border-radius:0 0 2px 2px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;display:flex;height:49px;justify-content:space-between;padding:0 16px;position:fixed;width:528px;z-index:9}.components-shared_people-shard_people_list_navigation__selector-wrapper{align-items:center;display:flex;flex:1 0 auto;justify-content:space-between}.components-shared_people-shard_people_list_navigation__checkbox-wrapper{display:flex}.components-shared_people-shard_people_list_navigation__checkbox-info{color:#595959;font-size:1.4rem;font-weight:600;line-height:1.5;margin-left:6px;margin-top:2px}.components-shared_people-shard_people_list_navigation__warning-text{color:#ff134c;font-size:1.2rem;line-height:1.5;margin-left:12px}.components-shared_people-shard_people_list_navigation__tagging-block{align-items:center;display:flex;justify-content:flex-end}.shared_people-shared_people_list__loading-container{display:flex;justify-content:center;padding:36px}.shared_people-shared_people_message_view a{color:#ccc}.components-shared_people-shared_people_v2__content{padding-top:60px}.components-shared_people-shared_people_v2__alert-dialog-text{font-size:1.4rem;line-height:1.5}.components-shared_people-shared_person{align-items:center;background:#fff;border-radius:4px;box-sizing:border-box;display:flex;gap:16px;min-height:68px;padding:13px 16px;position:relative}.components-shared_people-shared_person--checked{background:#f2f7ff}.components-shared_people-shared_person__checkbox-field{align-items:center;display:flex;justify-content:center}.components-shared_people-shared_person__contents-area{flex-grow:1;min-height:39px;min-width:0}.components-shared_people-shared_person__hitarea{background:hsla(0,0%,100%,.001);-webkit-text-decoration:none;text-decoration:none}.components-shared_people-shared_person__hitarea:hover{background:#fff3}.components-shared_people-shared_person__contents-info--is-archived{padding-left:32px}.components-shared_people-shared_person__person-info{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.components-shared_people-shared_person__thumbnail{min-width:90px;position:relative}.components-shared_people-shared_person__card{border:1px solid #a6a6a6;box-sizing:border-box;height:44px;width:69px}.components-shared_people-shared_person__avatar-wrapper{box-sizing:border-box;left:46px;margin-top:-26px;overflow:hidden;position:absolute;top:50%}.components-shared_people-shared_person__title-block{flex-grow:1;min-width:0}.components-shared_people-shared_person__title{align-items:center;display:flex;font-size:1.4rem;margin-bottom:9px}.components-shared_people-shared_person__person-name{color:#000;font-size:1.6rem;font-weight:600;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.components-shared_people-shared_person__option{color:#8c8c8c;font-size:1.2rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-shared_people-shared_person__front-company-name{color:#595959;font-style:normal}.components-shared_people-shared_person__owner{align-items:center;background:#f2f4f5;box-sizing:border-box;color:#595959;display:flex;justify-content:space-between;margin-top:12px;padding:0 8px}.components-shared_people-shared_person__latest-contacted-name{font-size:1.1rem;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:50%}.components-shared_people-shared_person__latest-contacted-date{font-size:1.1rem;line-height:normal}.components-shared_people-sort_type_selector{display:inline-block;position:relative}.components-shared_people-sort_type_selector__icon-container{color:#0054ff;display:inline-flex;margin-right:4px}.components-shared_people-sort_type_selector__sort-button-text{color:#0e202e}.components-shared_people-sort_type_selector__options-wrapper{display:none;position:absolute;right:0}.components-shared_people-sort_type_selector__options-wrapper--opened{display:block}.components-shared_people-sort_type_selector__options{background:#fff;border:1px solid #0054ff;border-radius:4px;box-shadow:2px 4px 7px 0 #00000059;font-size:1.4rem;line-height:1.5;position:relative}.components-shared_people-sort_type_selector__option{align-items:center;box-sizing:border-box;color:#0e202e;display:inline-flex;height:36px;min-width:96px;padding-left:20px;-webkit-text-decoration:none;text-decoration:none}.components-shared_people-sort_type_selector__option:hover{background:#f5f7f8}.shared_tag_menu{margin-left:24px}.shared_tag_menu .menu-item{border-radius:3px 0 0 3px;font-size:1.2rem;letter-spacing:-.05em;line-height:2.8;position:relative}.shared_tag_menu .menu-item .labels{padding:0 0 0 6px}.shared_tag_menu .menu-item.current{background:#0054ff}.shared_tag_menu .menu-item .item,.shared_tag_menu .menu-item .item-button{color:#fff;display:block;line-height:2.8;padding:0 12px 0 6px;position:relative;-webkit-text-decoration:none;text-decoration:none}.shared_tag_menu .menu-item .item-button:hover,.shared_tag_menu .menu-item .item:hover{background:#fff3;border-radius:3px 0 0 3px}.shared_tag_menu .menu-item .item .edit,.shared_tag_menu .menu-item .item-button .edit{display:none;font-size:1.5rem;line-height:1.5rem;margin-top:-7px;padding:0 8px 0 0;position:absolute;right:0;top:50%}.shared_tag_menu .menu-item .editable:hover .edit{display:block}.shared_tag_menu .menu-item .editable:hover .num{display:none}.shared_tag_menu .menu-item .item-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;border-radius:3px 0 0 3px;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;justify-content:flex-start;margin:0;padding:0 12px 0 6px;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:100%}.shared_tag_menu .menu-item .num{display:inline-block;font-size:1.1rem;font-weight:400;letter-spacing:-.05em;line-height:1.1;margin-top:-.7em;padding:1px 0;position:absolute;right:12px;top:50%}.shared_tag_menu .menu-item .tag-name{display:block;left:0;margin:0;overflow:hidden;padding:0 48px 0 30px;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap}.shared_tag_menu__alert-dialog-text{font-size:1.4rem;line-height:1.5}.side_bar-linked_menu_item{border-radius:3px 0 0 3px;position:relative}.side_bar-linked_menu_item .menu-item{color:#fff;display:block;letter-spacing:-.05em;line-height:2.8;padding:0 12px 0 6px;-webkit-text-decoration:none;text-decoration:none}.side_bar-linked_menu_item .link-item:hover{background:#fff3;border-radius:3px 0 0 3px}.side_bar-linked_menu_item.active{background:#0054ff}.side_bar-menu{height:100%}.side_bar-menu .icon-wrapper{margin-right:8px}.side_bar-menu .nav .sub-menu-items{margin-left:24px}.side_bar-menu .nav .sub-menu-items .sub-menu{font-size:1.2rem}.side_bar-menu .nav .hidden{visibility:hidden}.side_bar-menu .nav .title-menu{font-size:1.3rem;font-weight:600}.side_bar-menu .nav .title-menu .unread-icon{background:#ff134c;border-radius:4px;height:8px;left:18px;position:absolute;top:5px;width:8px}.side_bar-menu .nav .num{display:inline-block;font-weight:400;letter-spacing:-.05em;line-height:1.1;margin-top:-.7em;position:absolute;right:12px;top:50%}.side_bar-menu .nav.menu .num{align-items:center;background:#fff;border-radius:8px;box-sizing:border-box;color:#0e202e;display:flex;font-size:1rem;height:16px;justify-content:center;line-height:1;min-width:16px;padding:0 4px}.side_bar-menu .nav.networks .num{font-size:1rem;padding:1px 0}.side_bar-menu .tag-num{font-size:1.1rem}.side_bar-my_profile_info{box-sizing:border-box;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;width:100%;z-index:9}.side_bar-my_profile_info .profiles{background:#0e202e;padding:20px 15px 12px}.side_bar-my_profile_info .thumbnail{float:left;overflow:hidden}.side_bar-my_profile_info .text-field{margin-left:46px;min-height:40px}.side_bar-my_profile_info .text-field dd,.side_bar-my_profile_info .text-field dt{color:#fff;font-size:1.4rem;line-height:1.43;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.side_bar-my_profile_info .text-field dd:active,.side_bar-my_profile_info .text-field dd:hover,.side_bar-my_profile_info .text-field dt:active,.side_bar-my_profile_info .text-field dt:hover{-webkit-text-decoration:none;text-decoration:none}.side_bar-my_profile_info .text-field dt{font-weight:600}.side_bar-my_profile_info .card{border:1px solid #9b9b9b;box-sizing:border-box;display:block;height:0;margin-top:17px;overflow:hidden;padding-bottom:60%;position:relative;width:100%}.sidebar-online_exchange_button{padding:0 12px 12px}.sidebar-online_exchange_button button{height:32px;padding:9px 0;width:100%}.components-side_bar-profile_card_image__no-image{background-image:url(/assets/webpack/resource/a755607ef27555cc463b.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding-top:62.27%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-side_bar-profile_card_image__no-image{background-image:url(/assets/webpack/resource/f5fcf2e64c2dc422196c.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-side_bar-profile_card_image__no-image{background-image:url(/assets/webpack/resource/c6976bcefda496eed5cc.png)}}.components-side_bar-profile_card_image__image{height:100%;left:0;max-width:100%;position:absolute;top:0;width:100%}.components-side_bar-profile_card_image__image--portrait{transform:rotate(-90deg) scaleX(.60952) scaleY(1.65)}.components-side_bar-profile_card_image__image:hover{opacity:.7}.side_bar-side_bar{background:#0e202e;border-radius:0 0 3px 3px;bottom:0;box-sizing:border-box;color:#fff;overflow-y:auto;position:fixed;top:55px;width:260px}.side_bar-side_bar--with-ad{top:101px}.side_bar-side_bar--with-hiring-career-summary-banner{top:115px}.side_bar-side_bar>.navs{box-sizing:border-box;padding-bottom:16px;padding-left:9px}.components-sign_up-app_download_appeal_panel{align-items:center;display:flex;flex-direction:column}.components-sign_up-app_download_appeal_panel__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4;margin-bottom:28px}.components-sign_up-app_download_appeal_panel__app-download-info-field{align-items:center;display:flex;flex-direction:column;gap:28px}.components-sign_up-app_download_appeal_panel__store-info-wrapper{display:flex;gap:8px}.components-sign_up-app_download_appeal_panel__apple-store-link{min-width:149px}.components-sign_up-app_download_appeal_panel__apple-store-button{background-image:url(/assets/webpack/resource/64c7e446965672b8c6fd.png);background-repeat:no-repeat;background-size:100% auto;display:inline-block;height:0;padding-top:29.53%;width:100%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-sign_up-app_download_appeal_panel__apple-store-button{background-image:url(/assets/webpack/resource/7b22c22087a2bff4926f.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-sign_up-app_download_appeal_panel__apple-store-button{background-image:url(/assets/webpack/resource/c56660d6f021ae6b3409.png)}}.components-sign_up-app_download_appeal_panel__google-play-link{min-width:146px}.components-sign_up-app_download_appeal_panel__google-play-button{background-image:url(/assets/webpack/resource/24632101c2d5efd40e45.png);background-repeat:no-repeat;background-size:100% auto;display:inline-block;height:0;padding-top:30.13%;width:100%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.components-sign_up-app_download_appeal_panel__google-play-button{background-image:url(/assets/webpack/resource/07c69371e4278760132a.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.components-sign_up-app_download_appeal_panel__google-play-button{background-image:url(/assets/webpack/resource/23fac3f96cbac9f587cb.png)}}.components-sign_up-sign_up_form_dialog{display:flex;flex-direction:column;gap:32px}.components-sign_up-sign_up_form_dialog__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.components-sign_up-sign_up_form_dialog__content{display:flex;flex-direction:column;gap:20px}.components-sign_up-sign_up_form_dialog__field-section{display:flex;flex-direction:column;gap:4px}.components-sign_up-sign_up_form_dialog__label{color:#8c8c8c;font-size:1.4rem;font-weight:600;line-height:1.5}.components-sign_up-sign_up_form_dialog__password-description{color:#595959;font-size:1.2rem;line-height:1.5;margin-bottom:4px}.components-sign_up-sign_up_form_dialog__button-wrapper{display:flex;justify-content:flex-end}.components-sign_up-sign_up_input_field{font-size:1.4rem;line-height:1.5}.components-sign_up-sign_up_input_field__error{box-sizing:border-box;color:#ff134c;font-size:1.2rem;font-weight:600;line-height:1.5;margin:4px 0 0;padding:0}.components-sign_up-sign_up_panel{align-items:center;display:flex;flex-direction:column}.components-sign_up-sign_up_panel__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4;margin-bottom:20px}.components-sign_up-sign_up_panel__button-wrapper{margin-bottom:56px}.components-sign_up-sign_up_panel__login-info{color:#000;font-size:1.4rem;font-weight:600;line-height:1.5}.components-sign_up-sign_up_panel__link-text{color:#0054ff;padding:0 4px;-webkit-text-decoration:underline;text-decoration:underline}.components-skill_tags-skill_tagging-empty_skill_taggings{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:74px}.components-skill_tags-skill_tagging-empty_skill_taggings__icon-container{color:#ccc}.components-skill_tags-skill_tagging-empty_skill_taggings__text{color:#a6a6a6;font-size:1.6rem;line-height:1.5;margin-top:20px;text-align:center}.components-skill_tags-skill_tagging-empty_skill_taggings__description{font-weight:600}.components-skill_tags-skill_tagging-empty_skill_taggings__link{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-skill_tags-skill_tagging-skill_taggings_container{width:100%}.components-skill_tags-skill_tagging-skill_taggings_container__loading{align-items:center;display:flex;justify-content:center}.components-skill_tags-skill_tagging-skill_taggings_field{background:#fff;border-radius:4px;overflow:hidden}.components-skill_tags-skill_tagging-skill_taggings_field__tag-group-section{border-bottom:1px solid #ededed}.components-skill_tags-skill_tagging-skill_taggings_field__toggle-button{align-items:center;box-sizing:border-box;display:flex;height:54px;padding:16px;text-align:left;width:100%}.components-skill_tags-skill_tagging-skill_taggings_field__tag-group-image{height:24px;width:24px}.components-skill_tags-skill_tagging-skill_taggings_field__tag-group-name{color:#0e202e;flex-grow:1;font-size:1.4rem;font-weight:600;line-height:1.5;margin-left:12px;padding-top:1px}.components-skill_tags-skill_tagging-skill_taggings_field__accordion-icon-wrapper{color:#ccc}.components-skill_tags-skill_tagging-skill_taggings_field__tag-item-link{align-items:center;box-sizing:border-box;display:flex;font-size:1.4rem;height:48px;justify-content:space-between;line-height:1.5;padding:12px 16px 12px 52px;-webkit-text-decoration:none;text-decoration:none}.components-skill_tags-skill_tagging-skill_taggings_field__tag-item-link:hover{background-color:#f2f7ff}.components-skill_tags-skill_tagging-skill_taggings_field__tag-name{color:#595959}.components-skill_tags-skill_tagging-skill_taggings_field__tag-item+.components-skill_tags-skill_tagging-skill_taggings_field__tag-item:before{border-top:1px solid #ededed;content:"";display:block;margin-left:52px}.components-skill_tags-skill_tagging-skill_taggings_field__tagged-count{color:#0054ff}.components-skill_tags-skill_tagging-skill_taggings__skill-taggings-field{margin-top:12px}.components-skill_tags-tagged_people-index{margin-top:24px}.components-skill_tags-tagged_people-index__tag-name{color:#595959;font-size:1.4rem;font-weight:600;line-height:1.5;text-align:center}.components-skill_tags-tagged_people-index__tagged-people-tab{background-color:#fff;border-radius:4px;margin-top:16px}.components-skill_tags-tagged_people-index__empty-view{color:#ccc;margin-top:80px;text-align:center}.components-skill_tags-tagged_people-index__empty-text{color:#a6a6a6;font-size:1.6rem;font-weight:600;line-height:1.5;margin-top:12px}.components-skill_tags-tagged_people-people_list__person{margin-top:12px}.components-skill_tags-tagged_people-people_list__show-limited-data-text{color:#8c8c8c;font-size:1rem;line-height:1.5;margin-top:8px;text-align:right}.components-skill_tags-tagged_people-tagged_person{background:#fff}.components-skill_tags-tagged_people-tagged_person__hit-area{display:block;-webkit-text-decoration:none;text-decoration:none}.components-skill_tags-tagged_people-tagged_person__hit-area:hover{opacity:.8}.components-skill_tags-tagged_people-tagged_person__content{padding:10px 16px 12px}.components-skill_tags-tagged_people-tagged_person__person-info{display:flex;justify-content:space-between}.components-skill_tags-tagged_people-tagged_person__person-name{color:#0e202e;display:-webkit-box;font-size:1.6rem;font-weight:600;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.components-skill_tags-tagged_people-tagged_person__name-with-linked-icon{align-items:center;display:flex;margin-bottom:4px;margin-top:4px}.components-skill_tags-tagged_people-tagged_person__company-info{color:#8c8c8c;display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.components-skill_tags-tagged_people-tagged_person__images{position:relative}.components-skill_tags-tagged_people-tagged_person__card-image{border:1px solid #d7d7d7;height:40px;margin:6px 8px 0 12px;width:64px}.components-skill_tags-tagged_people-tagged_person__avatar{position:absolute;right:0;top:0}.components-skill_tags-tagged_people-tagged_person__mutual-acquaintance-count{background:#f2f7ff;border-radius:2px;color:#0054ff;font-size:1.2rem;line-height:1.5;margin-top:8px;padding:3px 8px}.components-sp_footer{background:#f0f3f5;box-sizing:border-box;padding:32px 24px 23px;width:100%}.components-sp_footer__footer-nav{display:flex;max-width:327px}.components-sp_footer__left-nav{margin-right:27px}.components-sp_footer__nav-item{margin-bottom:10px}.components-sp_footer__nav-item-link{color:#a6a6a6;font-size:1.2rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.components-sp_footer__footer-copyright{color:#a6a6a6;font-size:1.2rem;margin-top:8px}.components-sp_footer__coporate-mark{font-family:Helvetica}.components-sp_header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;height:53px;padding-left:16px;position:fixed;width:100%;z-index:1}.components-sp_header__eight-logo-image{height:21px;width:89px}.tag_accordion__icon-container{margin-right:6px}.tag_accordion__item-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:2px solid #0000;border-radius:3px 0 0 3px;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;justify-content:flex-start;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:100%}.tag_accordion__item-button:hover{background:#fff3}.tag_menu{margin-left:24px}.tag_menu .menu-item{border-radius:3px 0 0 3px;font-size:1.2rem;letter-spacing:-.05em;line-height:2.8;position:relative}.tag_menu .menu-item .labels{padding:0 0 0 6px}.tag_menu .menu-item.current{background:#0054ff}.tag_menu .menu-item .item-button,.tag_menu .menu-item a{align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;display:block;justify-content:center;line-height:2.8;margin:0;padding:0 12px 0 6px;position:relative;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.tag_menu .menu-item .item-button .edit,.tag_menu .menu-item a .edit{display:none;font-size:1.5rem;line-height:1.5rem;margin-top:-7px;padding:0 8px 0 0;position:absolute;right:0;top:50%}.tag_menu .menu-item .item-button:hover,.tag_menu .menu-item a:hover{background:#fff3;border-radius:3px 0 0 3px}.tag_menu .menu-item .item-button:hover .edit,.tag_menu .menu-item a:hover .edit{display:block}.tag_menu .menu-item .item-button:hover .num,.tag_menu .menu-item a:hover .num{display:none}.tag_menu .menu-item .item-button{text-align:left;width:100%}.tag_menu .menu-item .num{display:inline-block;font-size:1.1rem;font-weight:400;letter-spacing:-.05em;line-height:1.1;margin-top:-.7em;padding:1px 0;position:absolute;right:12px;top:50%}.tag_menu .menu-item .tag-name{display:block;left:0;margin:0;overflow:hidden;padding:0 48px 0 30px;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap}.components-tag-button{align-items:center;background:#fff;border:1px solid #d7d7d7;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;font-size:1.2rem;height:28px;justify-content:center;line-height:1.5;margin-left:8px;min-width:64px}.components-tag-button:hover{box-shadow:0 0 2px 0 #0054ff59}.components-tag-shared_tag_button{color:#0054ff}.components-tag-shared_tag_button__icon{height:16px;margin-right:2px;width:16px}.components-tag-shared_shared_tag_creator__error-message{font-size:1.4rem;line-height:1.5}.tag-shared_tag_editor__delbtn{position:absolute;right:32px;top:20px}.tag-shared_tag_editor__del{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:0;box-sizing:border-box;color:#a6a6a6;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.tag-shared_tag_editor__delete-description{font-size:1.6rem;line-height:1.5}.tag-shared_tag_editor__delete-notice{font-size:1.2rem;line-height:1.5}.components-tag-tag_button{color:#0054ff}.components-tag-tag_button__icon{height:16px;margin-right:2px;width:16px}.components-tag-tag_creator__form{font-size:1.4rem;line-height:1.5}.tag-tag_editor__delbtn{color:#a6a6a6;position:absolute;right:42px;top:23px}.tag-tag_editor__del{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.tag-tag_editor__delete-description{font-size:1.4rem;line-height:1.5;word-break:break-all}.tag-tag_editor__delete-notice{font-size:1.2rem;line-height:1.5}.tag-tag_form .e-txt{color:#ff134c;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.2;margin-bottom:4px}.components-tag-tag_select_dialog__list{font-size:1.4rem;line-height:1.5;overflow:auto}.components-tag-tag_select_dialog__list:not(:empty){border-bottom:1px solid #e0e0e0;border-left:0;border-right:0;border-top:1px solid #e0e0e0;margin-top:16px;max-height:352px;padding:8px 20px}.components-tag-tag_select_dialog__item{align-items:center;cursor:pointer;display:inline-flex;margin:8px 0}.components-tag-tag_select_dialog__label-text{margin-left:8px;max-width:540px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-tag-tag_select_dialog__add-icon-container{display:inline-flex;margin-right:4px}.components-tag-untagging_button__button{color:#ff134c}.components-tag-untagging_button__icon{height:16px;margin-right:2px;width:16px}.components-team_member_table-team_member_table_header{align-items:flex-start;display:flex;flex-direction:column;gap:24px;padding:16px 24px}.components-team_member_table-team_member_table_header__title{align-items:center;color:#0e202e;display:flex;font-size:2.2rem;font-weight:600;line-height:1.4}.components-team_member_table-team_member_table_item{align-items:center;border-bottom:1px solid #d7d7d7;display:grid;grid-template-columns:76px 130px 200px 200px 56px;padding:14px 0;-webkit-text-decoration:none;text-decoration:none}.components-team_member_table-team_member_table_item__name-area{align-items:center;display:flex;padding:0 8px}.components-team_member_table-team_member_table_item__name{display:-webkit-box;font-size:1.4rem;font-weight:600;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0e202e;max-width:84px;overflow:hidden}.components-team_member_table-team_member_table_item__linked-icon{color:#ccc;padding-left:4px}.components-team_member_table-team_member_table_item__linked-icon--linked{color:#0054ff}.components-team_member_table-team_member_table_item__company-area,.components-team_member_table-team_member_table_item__position-area{display:-webkit-box;font-size:1.2rem;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0e202e;overflow:hidden;padding:0 8px}.components-team_member_table-team_member_table_item__rule-area{color:#0e202e;display:grid;place-items:center}.components-team_member_table-team_member_table_main_content{background:#fff;display:flex;flex-direction:column;flex-grow:1;min-height:0;padding-bottom:24px;width:100%}.components-team_member_table-team_member_table_main_content__loading-container{display:grid;height:100%;place-items:center}.components-team_member_table-team_member_table_main_content__table-head{display:grid;grid-template-columns:76px 130px 200px 200px 1fr;padding-left:24px}.components-team_member_table-team_member_table_main_content__name{grid-column:2;padding:8px}.components-team_member_table-team_member_table_main_content__company{grid-column:3;padding:8px}.components-team_member_table-team_member_table_main_content__position{grid-column:4;padding:8px}.components-team_member_table-team_member_table_main_content__rule{grid-column:5;padding:8px}.components-team_member_table-team_member_table_main_content__table-body{padding-left:24px}.components-util-datetime_input .rdtPicker td,.components-util-datetime_input .rdtPicker th{vertical-align:middle}.components-util-datetime_input .rdtPicker td.rdtNew,.components-util-datetime_input .rdtPicker td.rdtOld{color:#a6a6a6}.components-util-datetime_input .rdtPicker td.rdtDay.rdtNew,.components-util-datetime_input .rdtPicker td.rdtDay.rdtOld{pointer-events:none}.components-util-datetime_input .rdtPicker td.rdtToday:before{border-bottom-color:#0054ff}.components-util-datetime_input .rdtPicker th{border-bottom-color:#e0e0e0}.components-util-datetime_input .rdtPicker td.rdtActive,.components-util-datetime_input .rdtPicker td.rdtActive:hover{background-color:#0054ff;color:#fff}.components-util-datetime_input .rdtPicker td.rdtDisabled,.components-util-datetime_input .rdtPicker td.rdtDisabled:hover{color:#e0e0e0;cursor:default}.components-util-datetime_input .rdtPicker td span.rdtOld{color:#a6a6a6}.components-util-datetime_input .rdtPicker td span.rdtDisabled,.components-util-datetime_input .rdtPicker td span.rdtDisabled:hover,.components-util-datetime_input .rdtPicker th.rdtDisabled,.components-util-datetime_input .rdtPicker th.rdtDisabled:hover{color:#e0e0e0;cursor:default}.util-rich_text-custom_textarea{border:1px solid #d7d7d7;border-radius:3px;box-sizing:border-box;cursor:text;max-width:100%;min-height:32px;width:100%}.util-rich_text-custom_textarea--wide-min-height{min-height:64px}.util-rich_text-custom_textarea__container--disabled{cursor:auto;opacity:.8}.util-rich_text-custom_textarea__mention{background-color:#f2f7ff;border-radius:2px;color:#575f67;display:inline;padding:4px 2px}.util-rich_text-custom_textarea>ul{border:1px solid #d7d7d7;border-radius:2px;box-shadow:0 0 3px 0 #00000026;padding:0;width:320px}.util-rich_text-custom_textarea>ul .util-rich_text-suggestion+.util-rich_text-suggestion{border-top:.5px solid #d7d7d7}.util-rich_text-suggestion{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;gap:12px;height:72px;padding:16px 16px 12px;width:100%}.util-rich_text-suggestion__person-cell{flex:1}.util-rich_text-suggestion__subject-field{align-items:center;display:flex;margin:0 0 6px}.util-rich_text-suggestion__subject-cell{font-size:1.4rem;font-weight:600;max-width:210px}.util-rich_text-suggestion__ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.util-rich_text-suggestion__career-cell{color:#a6a6a6;font-size:1.2rem;max-width:230px}.util-rich_text-suggestion--focus{background-color:#f2f7ff}.components-virtual_cards-button{-webkit-appearance:none;appearance:none;background:#0000;box-sizing:border-box;display:inline-block;margin:0;padding:12px 0;position:relative;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:1.4rem;min-width:80px;text-align:center}.components-virtual_cards-button--primary{background-color:#0054ff;border:1px solid #0054ff;color:#fff;font-weight:600}.components-virtual_cards-button--primary.components-virtual_cards-button--disabled{background-color:#ededed;border:1px solid #ededed;pointer-events:none}.components-virtual_cards-button--secondary{background-color:#fff;border:1px solid #0054ff;color:#0054ff;font-weight:600}.components-virtual_cards-button--text{border:0;color:#0054ff}.components-virtual_cards-button--text.components-virtual_cards-button--disabled{color:#ededed;pointer-events:none}.components-virtual_cards-card_carousel{max-width:434px;width:100%}.components-virtual_cards-card_carousel__carousel-container{align-items:center;display:flex;justify-content:space-between;width:100%}.components-virtual_cards-card_carousel__indicators-container{align-items:center;display:flex;justify-content:center;width:100%}.components-virtual_cards-card_carousel__arrow-wrapper{align-items:center;display:flex;width:40px}.components-virtual_cards-card_carousel__arrow-wrapper--sp{width:32px}.components-virtual_cards-card_carousel__arrow-button{background-color:#f2f4f5;border:0;border-radius:4px;color:#0054ff;display:none;height:100px;touch-action:manipulation;width:40px}.components-virtual_cards-card_carousel__arrow-button--sp{background-color:#f2f7ff;color:#0054ff;height:120px;width:32px}.components-virtual_cards-card_carousel__arrow-button--show{align-items:center;display:flex;justify-content:center}.components-virtual_cards-card_carousel__card-list-wrapper{overflow:hidden;width:322px}.components-virtual_cards-card_carousel__card-list-wrapper--sp{width:272px}.components-virtual_cards-card_carousel__card-wrapper{align-items:center;display:flex;justify-content:center;margin:18px 12px;min-width:298px}.components-virtual_cards-card_carousel__card-wrapper--sp{min-width:248px}.components-virtual_cards-card_carousel__card-image-container{position:relative}.components-virtual_cards-card_carousel__virtual-card-image{border:1px solid #ccc;box-shadow:2px 6px 8px 0 #0003;box-sizing:border-box;max-height:298px;max-width:298px}.components-virtual_cards-card_carousel__virtual-card-image--sp{max-height:248px;max-width:248px}.components-virtual_cards-card_carousel__profile-info{color:#0e202e;font-size:1.4rem;line-height:1.6;margin:6px auto 12px;max-width:320px;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.components-virtual_cards-card_carousel__company-name{font-weight:600}.components-virtual_cards-carousel_indicator{height:12px;max-width:144px;overflow:hidden;position:relative}.components-virtual_cards-carousel_indicator__indicators{height:12px;padding:0 12px}.components-virtual_cards-carousel_indicator__indicator{background-color:#d7d7d7;border-radius:3px;flex:0 0 auto;height:6px;margin:3px;transition:width,height,margin .3s ease-out;width:6px}.components-virtual_cards-carousel_indicator__indicator--active{background-color:#0054ff}.components-virtual_cards-carousel_indicator__indicator--hidden{border-radius:0;height:0;margin:6px;width:0}.components-virtual_cards-carousel_indicator__indicator--edge{border-radius:2px;height:4px;margin:4px;width:4px}.components-virtual_cards-pc-card{align-items:center;box-sizing:border-box;display:flex;flex-direction:column}.components-virtual_cards-pc-card__virtual-card-image{border:1.5px solid #ccc;box-shadow:2px 6px 15px 0 #0003;margin-top:28px;max-height:300px;max-width:300px}.components-virtual_cards-pc-card__personal-info-area{align-items:center;display:flex;flex-direction:column;width:320px}.components-virtual_cards-pc-card__profile-info{max-width:320px}.components-virtual_cards-pc-card__greeting{color:#0e202e;font-size:1.8rem;line-height:1.5;overflow-wrap:break-word;word-wrap:break-word;margin-top:20px}.components-virtual_cards-pc-card__name{font-weight:600}.components-virtual_cards-pc-contents{align-items:center;align-self:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;padding:36px 56px;width:516px}.components-virtual_cards-pc-contents__card-area{width:100%}.components-virtual_cards-pc-contents__form-container{margin-top:20px;min-width:320px;width:100%}.components-virtual_cards-pc-contents__caution{color:#ccc;font-size:1.2rem;margin-top:8px;text-align:center}.components-virtual_cards-pc-contents__caution>a{color:#0054ff}.components-virtual_cards-pc-contents__profile-label{color:#ccc;font-size:1.2rem;margin-right:10px;width:66px}.components-virtual_cards-pc-contents__profile-value{color:#000;font-size:1.4rem;width:328px;word-break:break-all}.components-virtual_cards-pc-contents__profile-value>a{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-virtual_cards-pc-header{align-items:center;background-color:#fff;border:1px solid #ededed;box-sizing:border-box;display:flex;flex:0 0 auto;gap:14px;height:52px;padding:0 20px;width:100%}.components-virtual_cards-pc-header__logo-wrapper{min-width:30px}.components-virtual_cards-pc-header__title{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__sansan-button{border:1px solid #004e98;border-radius:20px;color:#004e98;display:block;height:40px;margin:12px auto 0;max-width:300px;padding:0;width:100%}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__title-block{margin:0 36px 10px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__title{color:#0e202e;font-size:2.2rem;font-weight:600;margin-bottom:16px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__attention{color:#ff134c;font-size:1.4rem}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__currentjobs-block{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;box-sizing:border-box;margin:0 12px;max-height:287px;overflow-y:visible}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__currentjobs-block--scroll-on{overflow-y:scroll}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__currentjob-row{align-items:center;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;justify-content:space-between;min-height:82px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__currentjob-row:first-child{border-top:0}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__radio-wrapper{height:82px;position:relative;width:70px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__radio-wrapper input[type=radio]{display:none}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__radio-wrapper input[type=radio]:checked+div>div{display:block}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__radio-circle{align-items:center;border:1px solid #e0e0e0;border-radius:10px;box-sizing:border-box;display:flex;height:20px;justify-content:center;left:25px;position:absolute;top:31px;width:20px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__radio-circle-on{background-color:#0054ff;border-radius:6px;display:none;height:12px;width:12px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__card-info-wrapper{align-items:center;display:flex;justify-content:space-between;width:calc(100% - 70px)}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__card-info{margin:24px 0;width:calc(100% - 122px)}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__company-name{font-size:1.4rem;font-weight:600;margin-bottom:8px;word-break:break-all}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__department-and-title{color:#8c8c8c;font-size:1.2rem;word-break:break-all}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__department-and-title span{margin-right:5px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__virtual-card-image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;margin-right:24px;width:78px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__virtual-card-image{border:1px solid #d7d7d7;max-height:68px;max-width:78px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__buttons-block{margin:32px 32px 0;text-align:right}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__cancel-button{border-radius:2px;display:inline;height:38px;margin-right:16px;padding:0;width:118px}.components-virtual_cards-pc-logged_in_contents-add_to_sansan_button__submit-button{-webkit-appearance:none;appearance:none;background-color:#004e98;border:0;border-radius:2px;color:#fff;display:inline;font-size:1.4rem;font-weight:600;height:38px;padding:0;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;width:118px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.components-virtual_cards-pc-logged_in_contents-logged_in_contents_page{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex:1 0 auto;flex-direction:column;position:relative}.components-virtual_cards-pc-logged_in_contents-logged_in_contents_page__toast{left:0;position:absolute;top:0}.components-virtual_cards-pc-logged_in_contents-logged_in_contents_page__main{border:1px solid #e0e0e0;border-radius:4px;margin:32px 0 20px;max-width:528px;min-width:300px;padding:32px 0 28px;width:95%}.components-virtual_cards-pc-logged_in_contents-logged_in_contents_page__eight-connect-button{border-radius:20px;display:block;height:40px;margin:24px auto 0;max-width:300px;padding:0;width:100%}.components-virtual_cards-pc-logged_in_contents-logged_in_contents_page__sending-loader-container{display:flex;justify-content:center}.components-virtual_cards-pc-logged_in_contents-logged_in_contents_page__top-page-link{font-size:1.6rem}.components-virtual_cards-pc-logged_in_contents-logged_in_contents_page__footer{margin:56px 12px 0;max-width:100%}.components-virtual_cards-pc-logged_in_contents-toast__toast-contents{align-items:center;color:#fff;display:flex;justify-content:center}.components-virtual_cards-pc-logged_in_contents-toast__exchange-complete-message{color:#fff;font-size:1.8rem;font-weight:600;margin:0 16px}.components-virtual_cards-pc-logged_in_contents-toast__show-profile-btn{-webkit-appearance:none;appearance:none;background:#0000;height:28px;margin:0;padding:0 10px 0 12px;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background-color:#fff;border:0;border-radius:14px;color:#0054ff;display:flex;font-size:1.2rem;font-weight:600;gap:4px;justify-content:center;text-align:center}.components-virtual_cards-pc-main,body.virtual-card #c-wrap{box-sizing:border-box;display:flex;flex-direction:column}.components-virtual_cards-pc-main{background-color:#f2f4f5;flex:1 0 auto}.components-virtual_cards-pc-main__body-container{box-sizing:border-box;display:flex;flex:1 0 auto;flex-direction:column;margin:28px 0}.components-virtual_cards-pc-profile{margin:28px 0;min-width:320px;width:100%}.components-virtual_cards-pc-profile__item{border-bottom:1px solid #ededed;height:50px}.components-virtual_cards-pc-profile__label{color:#a6a6a6;font-size:1.2rem;padding:16px 16px 16px 0;white-space:nowrap;width:50px}.components-virtual_cards-pc-profile__value{color:#0e202e;font-size:1.4rem;padding:16px 0;word-break:break-all}.components-virtual_cards-pc-profile__value>a{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-virtual_cards-pc-send_mail_form{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.components-virtual_cards-pc-send_mail_form__description{color:#0e202e;font-size:1.4rem;line-height:1.5}.components-virtual_cards-pc-send_mail_form__input-wrapper{display:flex;flex-direction:column;gap:12px;width:100%}.components-virtual_cards-pc-send_mail_form__mail-input{font-size:1.4rem;line-height:1.5;width:100%}.components-virtual_cards-pc-send_mail_form__caution-note{color:#8c8c8c;font-size:1rem;line-height:1.5}.components-virtual_cards-pc-sent_message_dialog{color:#595959;font-size:1.4rem;line-height:1.5}.components-virtual_cards-pc-toast{display:none;height:56px;width:100%}.components-virtual_cards-pc-toast--show{display:block}.components-virtual_cards-pc-toast__parts-container{height:100%;position:relative;width:100%}.components-virtual_cards-pc-toast__opacity-background{background-color:#0054ff;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.components-virtual_cards-pc-toast__contents-wrapper{align-items:center;background:#0000;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.components-virtual_cards-pc-toast__close-btn{-webkit-appearance:none;appearance:none;background:#0000;display:block;height:100%;margin:0;padding:0;position:absolute;right:16px;-webkit-text-decoration:none;text-decoration:none;top:0;-webkit-user-select:none;user-select:none;width:56px;-webkit-tap-highlight-color:rgba(0,0,0,0);border:0;color:#fff;font-size:1.4rem;text-align:center}.components-virtual_cards-sp-card{align-items:center;box-sizing:border-box;display:flex;flex-direction:column}.components-virtual_cards-sp-card__personal-info-area{align-items:center;display:flex;flex-direction:column;max-width:320px}.components-virtual_cards-sp-card__greeting{color:#0e202e;font-size:1.8rem;font-weight:600;line-height:1.5;overflow-wrap:break-word;word-wrap:break-word;margin-top:8px}.components-virtual_cards-sp-contents_page{align-items:center;align-self:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;max-width:400px;padding:24px 20px 36px;width:100%}.components-virtual_cards-sp-contents_page__card-area{width:100%}.components-virtual_cards-sp-contents_page__form-container{margin-top:28px;width:100%}.components-virtual_cards-sp-contents_page__caution{color:#ccc;font-size:1.2rem;margin-top:8px;text-align:center}.components-virtual_cards-sp-contents_page__caution>a{color:#0054ff}.components-virtual_cards-sp-contents_page__hidden-input{visibility:hidden}.components-virtual_cards-sp-contents_page__alert-text{font-size:1.6rem;line-height:1.5}.components-virtual_cards-sp-contents_page__loading-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.components-virtual_cards-sp-header{align-items:center;background-color:#0054ff;box-sizing:border-box;display:flex;flex:0 0 auto;gap:2px;height:36px;justify-content:center;padding:0 20px;width:100%}.components-virtual_cards-sp-header__logo-wrapper{align-items:center;display:flex;justify-content:center;min-width:28px;padding:2px}.components-virtual_cards-sp-header__logo{width:23px}.components-virtual_cards-sp-header__title{color:#fff;font-size:1.4rem;font-weight:600;line-height:1.5}.components-virtual_cards-sp-main{background-color:#f2f4f5;box-sizing:border-box;display:flex;flex:1 0 auto;flex-direction:column}.components-virtual_cards-sp-profile{margin:20px 0;padding:0 16px;width:100%}.components-virtual_cards-sp-profile__item{border-bottom:1px solid #ededed;padding:8px 0}.components-virtual_cards-sp-profile__label{color:#a6a6a6;font-size:1.2rem;margin:4px 0}.components-virtual_cards-sp-profile__value{color:#0e202e;font-size:1.4rem;line-height:1.5;word-break:break-all}.components-virtual_cards-sp-profile__value>a{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.components-virtual_cards-sp-send_mail_form{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center}.components-virtual_cards-sp-send_mail_form__description{color:#0e202e;font-size:1.2rem;line-height:1.5}.components-virtual_cards-sp-send_mail_form__input-wrapper{display:flex;flex-direction:column;gap:12px;width:100%}.components-virtual_cards-sp-send_mail_form__mail-input{font-size:1.4rem;line-height:1.5;width:100%}.components-virtual_cards-sp-send_mail_form__caution-note{color:#8c8c8c;font-size:1rem;line-height:1.5}.components-virtual_cards-sp-sent_message_dialog__info-area{text-align:center}.components-virtual_cards-sp-sent_message_dialog__info-area--collapsed{display:none}.components-virtual_cards-sp-sent_message_dialog__mail-sent-title{color:#0e202e;font-size:1.6rem;font-weight:600;line-height:1.5;margin-top:20px}.components-virtual_cards-sp-sent_message_dialog__mail-sent-description{color:#0e202e;font-size:1.4rem;line-height:1.5;margin-top:28px;text-align:left}.components-virtual_cards-sp-sent_message_dialog__ok-button-wrapper{margin-top:28px;width:100%}.pages-company-company_main .company-tabs{background-color:#fff;margin-top:-12px;padding:0 12px}.pages-company-company_main .company-tabs>*{box-shadow:none}.pages-company-company_main .company_container{box-sizing:border-box;display:flex;margin-left:auto;margin-right:auto;margin-top:55px;max-width:1088px;width:100%}.pages-company-company_main .company_main_components{float:left;margin-left:20px;width:808px}.web-renewal-layout .pages-company-company_main .company-tabs{background-color:#fff;margin-top:-12px;padding:0 12px}.web-renewal-layout .pages-company-company_main .company-tabs>*{box-shadow:none}.web-renewal-layout .pages-company-company_main .company_container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;margin:0;max-width:unset;width:100%}.web-renewal-layout .pages-company-company_main .company_main_components{float:none;margin-left:0;max-width:808px;width:unset}.pages-company-requirement_main{background-color:#f2f4f5}.pages-company-requirement_main__container{box-sizing:border-box;display:flex;margin:55px auto 0;max-width:1088px;width:100%}.pages-company-requirement_main__main-column{max-width:810px;width:100%}.pages-company-requirement_main__company-info-panel{margin-bottom:12px}.pages-company-requirement_main__footer{height:92px}.pages-company-requirement_main__other-requirements-container{flex-grow:1;margin-bottom:100px;margin-left:20px;max-width:260px}.pages-company-requirement_main__other-requirements{position:-webkit-sticky;position:sticky;top:55px;z-index:1}.web-renewal-layout .pages-company-requirement_main{background-color:#e9f0fd}.web-renewal-layout .pages-company-requirement_main__container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1088px;width:100%}.web-renewal-layout .pages-company-requirement_main__main-column{max-width:810px;width:100%}.web-renewal-layout .pages-company-requirement_main__company-info-panel{margin-bottom:12px}.web-renewal-layout .pages-company-requirement_main__footer{height:92px}.web-renewal-layout .pages-company-requirement_main__other-requirements-container{flex-grow:1;margin-bottom:100px;margin-left:20px;max-width:260px}.web-renewal-layout .pages-company-requirement_main__other-requirements{position:-webkit-sticky;position:sticky;top:55px;z-index:1}.pages-guest-need_activation_page__sp{background-color:#fff;height:100%;padding-top:0}.pages-guest-need_activation_page__pc{background-color:#fff;height:100%;padding-top:55px}.pages-guest-need_activation_page__content-container{display:flex;justify-content:center;width:100%}.pages-my_profile-career_summary_entry_main__sp-content{box-sizing:border-box;height:100%}.pages-my_profile-career_summary_entry_main__pc-content{box-sizing:border-box;height:100vh;padding-top:55px}.pages-my_profile-career_summary_entry_main__container{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:600px;padding:24px}.pages-my_profile-career_summary_entry_main__container--first-page{padding:24px 0}.pages-my_profile-career_summary_entry_main__entry-title{color:#0e202e;font-size:2rem;line-height:1.8;padding:0 24px;text-align:center}.pages-my_profile-career_summary_entry_main__career-summary-entry-image{background-image:url(/assets/webpack/resource/590f70a8e010959e9e63.png);background-repeat:no-repeat;background-size:100% auto;height:0;margin-top:36px;padding-top:59.73%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.pages-my_profile-career_summary_entry_main__career-summary-entry-image{background-image:url(/assets/webpack/resource/2e6129dfc10ba614508b.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.pages-my_profile-career_summary_entry_main__career-summary-entry-image{background-image:url(/assets/webpack/resource/070857fab0caebae5fa6.png)}}.pages-my_profile-career_summary_entry_main__entry-description{color:#0e202e;font-size:1.4rem;line-height:1.4;margin-top:25px;padding:0 24px}.pages-my_profile-career_summary_entry_main__button-container{align-items:center;display:flex;flex-direction:column;flex-shrink:0;font-weight:600;gap:8px;margin-top:28px;padding:0 24px}.pages-my_profile-career_summary_entry_main__button-container>button:first-child:active,.pages-my_profile-career_summary_entry_main__button-container>button:first-child:focus{background-color:#0054ff;border-color:#0054ff}.pages-my_profile-career_summary_entry_main__page-title{color:#0e202e;font-size:1.6rem;line-height:1.6;text-align:center}.pages-my_profile-career_summary_entry_main__page-description{color:#8c8c8c;font-size:1.4rem;line-height:1.4;margin-top:12px;text-align:center}.pages-my_profile-career_summary_entry_main__textarea{background-color:#f0f3f5;border:0;border-radius:4px;color:#0e202e;font-size:1.4rem;height:100%;line-height:1.8;margin-top:16px;padding:16px 12px;resize:none;width:100%}.pages-my_profile-career_summary_entry_main__preview{border:1px solid #e0e0e0;border-radius:4px;color:#0e202e;font-size:1.4rem;height:100%;line-height:1.8;margin-top:16px;overflow-y:auto;padding:16px 12px;white-space:pre-wrap;word-break:break-all}.pages-my_profile-career_summary_entry_main__checkbox-wrapper{margin-top:13px}.pages-my_profile-career_summary_entry_main__checkbox-wrapper label span{color:#0e202e;font-size:1.4rem}.pages-my_profile-career_summary_entry_main__finished-career-summary-entry-image{background-color:#f0f3f5;background-image:url(/assets/webpack/resource/353f694a9accb2fb80f3.png);background-repeat:no-repeat;background-size:100% auto;height:0;margin-top:20px;padding-top:63.6%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.pages-my_profile-career_summary_entry_main__finished-career-summary-entry-image{background-image:url(/assets/webpack/resource/23ab88014f0720a61b71.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.pages-my_profile-career_summary_entry_main__finished-career-summary-entry-image{background-image:url(/assets/webpack/resource/4176396082e99b32a020.png)}}.web-renewal-layout .pages-my_profile-career_summary_entry_main__sp-content{box-sizing:border-box;height:100%}.web-renewal-layout .pages-my_profile-career_summary_entry_main__pc-content{box-sizing:border-box;height:100vh;padding-top:0}.web-renewal-layout .pages-my_profile-career_summary_entry_main__container{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:600px;padding:24px}.web-renewal-layout .pages-my_profile-career_summary_entry_main__container--first-page{padding:24px 0}.web-renewal-layout .pages-my_profile-career_summary_entry_main__entry-title{color:#0e202e;font-size:2rem;line-height:1.8;padding:0 24px;text-align:center}.web-renewal-layout .pages-my_profile-career_summary_entry_main__career-summary-entry-image{background-image:url(/assets/webpack/resource/590f70a8e010959e9e63.png);background-repeat:no-repeat;background-size:100% auto;height:0;margin-top:36px;padding-top:59.73%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.web-renewal-layout .pages-my_profile-career_summary_entry_main__career-summary-entry-image{background-image:url(/assets/webpack/resource/2e6129dfc10ba614508b.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.web-renewal-layout .pages-my_profile-career_summary_entry_main__career-summary-entry-image{background-image:url(/assets/webpack/resource/070857fab0caebae5fa6.png)}}.web-renewal-layout .pages-my_profile-career_summary_entry_main__entry-description{color:#0e202e;font-size:1.4rem;line-height:1.4;margin-top:25px;padding:0 24px}.web-renewal-layout .pages-my_profile-career_summary_entry_main__button-container{align-items:center;display:flex;flex-direction:column;flex-shrink:0;font-weight:600;gap:8px;margin-top:28px;padding:0 24px}.web-renewal-layout .pages-my_profile-career_summary_entry_main__button-container>button:first-child:active,.web-renewal-layout .pages-my_profile-career_summary_entry_main__button-container>button:first-child:focus{background-color:#0054ff;border-color:#0054ff}.web-renewal-layout .pages-my_profile-career_summary_entry_main__page-title{color:#0e202e;font-size:1.6rem;line-height:1.6;text-align:center}.web-renewal-layout .pages-my_profile-career_summary_entry_main__page-description{color:#8c8c8c;font-size:1.4rem;line-height:1.4;margin-top:12px;text-align:center}.web-renewal-layout .pages-my_profile-career_summary_entry_main__textarea{background-color:#f0f3f5;border:0;border-radius:4px;color:#0e202e;font-size:1.4rem;height:100%;line-height:1.8;margin-top:16px;padding:16px 12px;resize:none;width:100%}.web-renewal-layout .pages-my_profile-career_summary_entry_main__preview{border:1px solid #e0e0e0;border-radius:4px;color:#0e202e;font-size:1.4rem;height:100%;line-height:1.8;margin-top:16px;overflow-y:auto;padding:16px 12px;white-space:pre-wrap;word-break:break-all}.web-renewal-layout .pages-my_profile-career_summary_entry_main__checkbox-wrapper{margin-top:13px}.web-renewal-layout .pages-my_profile-career_summary_entry_main__checkbox-wrapper label span{color:#0e202e;font-size:1.4rem}.web-renewal-layout .pages-my_profile-career_summary_entry_main__finished-career-summary-entry-image{background-color:#f0f3f5;background-image:url(/assets/webpack/resource/353f694a9accb2fb80f3.png);background-repeat:no-repeat;background-size:100% auto;height:0;margin-top:20px;padding-top:63.6%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.web-renewal-layout .pages-my_profile-career_summary_entry_main__finished-career-summary-entry-image{background-image:url(/assets/webpack/resource/23ab88014f0720a61b71.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.web-renewal-layout .pages-my_profile-career_summary_entry_main__finished-career-summary-entry-image{background-image:url(/assets/webpack/resource/4176396082e99b32a020.png)}}.pages-my_profile-download_page{overflow-x:auto;padding:73px 0 0}.pages-my_profile-download_page__back-link{align-items:center;color:#0054ff;cursor:pointer;display:inline-flex;font-size:1.2rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.pages-my_profile-download_page__arrow-icon-container{display:inline-flex}.pages-my_profile-download_page__contents{background-color:#fff;border-radius:2px;box-sizing:border-box;font-size:1.4rem;line-height:1.5;margin:0 auto 8px;min-height:661px;padding:24px 20px 28px;width:940px}@media screen and (max-width:490px){.components-online_exchange-download_page{padding:0}.components-online_exchange-download_page__profile-header-container{display:none}.components-online_exchange-download_page__contents{margin:0;padding:0;width:100%}.components-online_exchange-download_page__back-link{display:none}}.web-renewal-layout .pages-my_profile-download_page{overflow-x:auto;padding:18px 0 0}.web-renewal-layout .pages-my_profile-download_page__back-link{align-items:center;color:#0054ff;cursor:pointer;display:inline-flex;font-size:1.2rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.web-renewal-layout .pages-my_profile-download_page__arrow-icon-container{display:inline-flex}.web-renewal-layout .pages-my_profile-download_page__contents{background-color:#fff;border-radius:2px;box-sizing:border-box;font-size:1.4rem;line-height:1.5;margin:0 auto 8px;min-height:661px;padding:24px 20px 28px;width:940px}@media screen and (max-width:490px){.web-renewal-layout .components-online_exchange-download_page{padding:0}.web-renewal-layout .components-online_exchange-download_page__profile-header-container{display:none}.web-renewal-layout .components-online_exchange-download_page__contents{margin:0;padding:0;width:100%}.web-renewal-layout .components-online_exchange-download_page__back-link{display:none}}.pages_my_profile-my_profile_main{box-sizing:border-box;position:relative}.pages_my_profile-my_profile_main__contents-pane{padding-top:55px}.pages_my_profile-my_profile_main__container{*zoom:1;box-sizing:border-box;height:100%;margin-left:auto;margin-right:auto;max-width:1088px;padding-left:20px;position:relative;width:100%}.pages_my_profile-my_profile_main__container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.pages_my_profile-my_profile_main__prof-wrap{display:flex;max-width:none;min-width:auto;width:100%}.web-renewal-layout .pages_my_profile-my_profile_main{box-sizing:border-box;position:relative}.web-renewal-layout .pages_my_profile-my_profile_main__contents-pane{padding-top:0}.web-renewal-layout .pages_my_profile-my_profile_main__container{*zoom:1;box-sizing:border-box;height:100%;margin-left:auto;margin-right:auto;max-width:1088px;max-width:unset;padding-left:0;position:relative;width:100%}.web-renewal-layout .pages_my_profile-my_profile_main__container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.web-renewal-layout .pages_my_profile-my_profile_main__prof-wrap{display:flex;justify-content:center;max-width:none;min-width:auto;width:100%}.pages-my_profile-online_exchange_page{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;min-height:100%;overflow-x:auto;padding:55px 0 0}.pages-my_profile-online_exchange_page__contents{box-sizing:border-box;flex:1 1 auto;font-size:1.4rem;margin:16px auto 0;text-align:center;width:100%}.pages-my_profile-online_exchange_page__page-title{color:#0e202e;font-size:2rem;margin:36px auto 20px}.pages-my_profile-online_exchange_page__footer-container{box-sizing:border-box;margin:60px auto 0;max-width:720px;width:100%}.pages-my_profile-online_exchange_page__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.web-renewal-layout .pages-my_profile-online_exchange_page{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;min-height:100%;overflow-x:auto;padding:0}.web-renewal-layout .pages-my_profile-online_exchange_page__contents{box-sizing:border-box;flex:1 1 auto;font-size:1.4rem;margin:16px auto 0;text-align:center;width:100%}.web-renewal-layout .pages-my_profile-online_exchange_page__page-title{color:#0e202e;font-size:2rem;margin:36px auto 20px}.web-renewal-layout .pages-my_profile-online_exchange_page__footer-container{box-sizing:border-box;margin:60px auto 0;max-width:720px;width:100%}.web-renewal-layout .pages-my_profile-online_exchange_page__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.pages-my_profile-shared_virtual_bg_download_page{overflow-x:auto;padding:73px 0 0}.pages-my_profile-shared_virtual_bg_download_page__back-link{align-items:center;color:#0054ff;cursor:pointer;display:inline-flex;font-size:1.2rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.pages-my_profile-shared_virtual_bg_download_page__arrow-icon-container{display:inline-flex}.pages-my_profile-shared_virtual_bg_download_page__contents{background-color:#fff;border-radius:2px;box-sizing:border-box;font-size:1.4rem;line-height:1.5;margin:0 auto 8px;min-height:661px;padding:24px 20px 28px;width:940px}.web-renewal-layout .pages-my_profile-shared_virtual_bg_download_page{overflow-x:auto;padding:18px 0 0}.web-renewal-layout .pages-my_profile-shared_virtual_bg_download_page__back-link{align-items:center;color:#0054ff;cursor:pointer;display:inline-flex;font-size:1.2rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.web-renewal-layout .pages-my_profile-shared_virtual_bg_download_page__arrow-icon-container{display:inline-flex}.web-renewal-layout .pages-my_profile-shared_virtual_bg_download_page__contents{background-color:#fff;border-radius:2px;box-sizing:border-box;font-size:1.4rem;line-height:1.5;margin:0 auto 8px;min-height:661px;padding:24px 20px 28px;width:940px}.pages-my_profile-virtual_bg_download_page{overflow-x:auto;padding:73px 0 0}.pages-my_profile-virtual_bg_download_page__back-link{align-items:center;color:#0054ff;cursor:pointer;display:inline-flex;font-size:1.2rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.pages-my_profile-virtual_bg_download_page__arrow-icon-container{display:inline-flex}.pages-my_profile-virtual_bg_download_page__contents{background-color:#fff;border-radius:2px;box-sizing:border-box;font-size:1.4rem;line-height:1.5;margin:0 auto 8px;min-height:661px;padding:24px 20px 28px;width:940px}.web-renewal-layout .pages-my_profile-virtual_bg_download_page{overflow-x:auto;padding:18px 0 0}.web-renewal-layout .pages-my_profile-virtual_bg_download_page__back-link{align-items:center;color:#0054ff;cursor:pointer;display:inline-flex;font-size:1.2rem;line-height:1.5;-webkit-text-decoration:none;text-decoration:none}.web-renewal-layout .pages-my_profile-virtual_bg_download_page__arrow-icon-container{display:inline-flex}.web-renewal-layout .pages-my_profile-virtual_bg_download_page__contents{background-color:#fff;border-radius:2px;box-sizing:border-box;font-size:1.4rem;line-height:1.5;margin:0 auto 8px;min-height:661px;padding:24px 20px 28px;width:940px}.pages-my_profile-wallpapers_download_page_sp{background-color:#f2f4f5;padding:0}.pages-my_profile-wallpapers_download_page_sp__content-title{font-size:1.4rem;line-height:1.5;margin:24px 14px 12px;text-align:left}.pages-my_profile-wallpapers_download_page_sp__content-text{font-size:1.4rem;line-height:1.5;margin:0 14px}.pages-my_profile-wallpapers_download_page_sp__content{padding:0}.pages-my_profile-wallpapers_download_page_sp__download-description{color:#8c8c8c;font-size:1.4rem;line-height:1.5;padding:16px 0;text-align:center}.pages-my_profile-wallpapers_download_page_sp__sub-title{display:flex}.pages-my_profile-wallpapers_download_page_sp__icon-box{height:24px;padding-left:23px;width:24px}.pages-my_profile-wallpapers_download_page_sp__title-for-pc{align-self:flex-start;color:#8c8c8c;flex:none;font-size:1.6rem;font-style:normal;font-weight:600;line-height:1.5;margin:0 7px;order:0}.pages-my_profile-wallpapers_download_page_sp__box-wrapper{background-color:#fff;margin-bottom:12px;padding:36px 0 28px}.pages-my_profile-wallpapers_download_page_sp__box-wrapper:last-child{margin-bottom:0}.pages-my_profile-wallpapers_download_page_sp__property-title{color:#0e202e;font-size:1.4rem;font-style:normal;font-weight:400;line-height:1.5;margin:24px 20px 12px;text-align:left}.pages-my_profile-wallpapers_download_page{background-color:#fff;box-sizing:border-box;min-height:100%;overflow-x:auto;padding-top:55px}.pages-my_profile-wallpapers_download_page__download-description-content{box-sizing:border-box;font-size:1.4rem;line-height:1.5;margin:0 auto;max-width:100%;padding:28px 0 0;text-align:center;width:930px}.pages-my_profile-wallpapers_download_page__download-head-title{font-size:2rem;line-height:1.4;margin:0 14px 16px}.pages-my_profile-wallpapers_download_page__download-head-text{font-size:1.4rem;line-height:1.5;margin:0 14px}.pages-my_profile-wallpapers_download_page__help-for-online-exchange{align-items:center;display:flex;font-size:1.4rem;justify-content:center;line-height:1.5;margin:13px 0 0}.pages-my_profile-wallpapers_download_page__help-for-online-exchange>a{align-items:center;color:#0054ff;display:flex;-webkit-text-decoration:none;text-decoration:none}.pages-my_profile-wallpapers_download_page__arrow-icon-container{align-items:center;display:inline-flex;height:26px;margin-left:4px}.pages-my_profile-wallpapers_download_page__content{border-radius:2px;box-sizing:border-box;font-size:1.4rem;margin:0 auto;max-width:100%;min-height:372px;padding:28px 0;text-align:center;width:930px}.pages-my_profile-wallpapers_download_page__content .card{margin:29px 0 16px;min-height:100px}.pages-my_profile-wallpapers_download_page__content .card img{box-shadow:1px 3px 8px 0 #0003}.pages-my_profile-wallpapers_download_page__content-title{font-size:1.4rem;line-height:1.5;margin:24px 14px 12px;text-align:left}.pages-my_profile-wallpapers_download_page__content-text{font-size:1.4rem;line-height:1.5;margin:0 14px}.pages-my_profile-wallpapers_download_page__virtual-bg-image-editor-container{display:block}.pages-my_profile-wallpapers_download_page__image-editor-content{box-sizing:border-box;margin:0 auto;max-width:100%;padding:28px 14px 0;width:930px}.pages-my_profile-wallpapers_download_page__image-editor-title{font-size:1.4rem;line-height:1.5;margin:0 0 4px}.pages-my_profile-wallpapers_download_page__image-editor-attention{color:#8c8c8c;font-size:1.2rem;line-height:1.5;margin-bottom:16px}.pages-my_profile-wallpapers_download_page__sample-download-link{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.pages-my_profile-wallpapers_download_page__shared-virtual-bg-container{display:block}.pages-my_profile-wallpapers_download_page__shared-virtual-bg-content{box-sizing:border-box;margin:0 auto;max-width:100%;padding:52px 14px 0;width:930px}.pages-my_profile-wallpapers_download_page__shared-virtual-bg-title{align-items:center;display:flex;font-size:1.4rem;gap:4px;line-height:1.5;margin:0 0 8px}.web-renewal-layout .pages-my_profile-wallpapers_download_page{background-color:#fff;box-sizing:border-box;min-height:100%;overflow-x:auto;padding-top:0}.web-renewal-layout .pages-my_profile-wallpapers_download_page__download-description-content{box-sizing:border-box;font-size:1.4rem;line-height:1.5;margin:0 auto;max-width:100%;padding:28px 0 0;text-align:center;width:930px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__download-head-title{font-size:2rem;line-height:1.4;margin:0 14px 16px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__download-head-text{font-size:1.4rem;line-height:1.5;margin:0 14px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__help-for-online-exchange{align-items:center;display:flex;font-size:1.4rem;justify-content:center;line-height:1.5;margin:13px 0 0}.web-renewal-layout .pages-my_profile-wallpapers_download_page__help-for-online-exchange>a{align-items:center;color:#0054ff;display:flex;-webkit-text-decoration:none;text-decoration:none}.web-renewal-layout .pages-my_profile-wallpapers_download_page__arrow-icon-container{align-items:center;display:inline-flex;height:26px;margin-left:4px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__content{border-radius:2px;box-sizing:border-box;font-size:1.4rem;margin:0 auto;max-width:100%;min-height:372px;padding:28px 0;text-align:center;width:930px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__content .card{margin:29px 0 16px;min-height:100px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__content .card img{box-shadow:1px 3px 8px 0 #0003}.web-renewal-layout .pages-my_profile-wallpapers_download_page__content-title{font-size:1.4rem;line-height:1.5;margin:24px 14px 12px;text-align:left}.web-renewal-layout .pages-my_profile-wallpapers_download_page__content-text{font-size:1.4rem;line-height:1.5;margin:0 14px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__virtual-bg-image-editor-container{display:block}.web-renewal-layout .pages-my_profile-wallpapers_download_page__image-editor-content{box-sizing:border-box;margin:0 auto;max-width:100%;padding:28px 14px 0;width:930px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__image-editor-title{font-size:1.4rem;line-height:1.5;margin:0 0 4px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__image-editor-attention{color:#8c8c8c;font-size:1.2rem;line-height:1.5;margin-bottom:16px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__sample-download-link{color:#0054ff;-webkit-text-decoration:none;text-decoration:none}.web-renewal-layout .pages-my_profile-wallpapers_download_page__shared-virtual-bg-container{display:block}.web-renewal-layout .pages-my_profile-wallpapers_download_page__shared-virtual-bg-content{box-sizing:border-box;margin:0 auto;max-width:100%;padding:52px 14px 0;width:930px}.web-renewal-layout .pages-my_profile-wallpapers_download_page__shared-virtual-bg-title{align-items:center;display:flex;font-size:1.4rem;gap:4px;line-height:1.5;margin:0 0 8px}.pages-myhome-advanced_search-main{display:flex;flex-direction:column;height:100%;margin-top:16px}.pages-myhome-application_verification{padding-left:20px}.pages-myhome-application_verification__qr-code{margin:8px 0 0 -12px}.pages-myhome-colleague_table_main{padding:55px 0 0}.pages-myhome-colleague_table_main,.web-renewal-layout .pages-myhome-colleague_table_main{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:808px}.web-renewal-layout .pages-myhome-colleague_table_main{padding:0}.pages-myhome-colleague_usage-main{box-sizing:border-box;display:flex;height:100vh;justify-content:center;padding:75px 0 20px}.pages-myhome-colleague_usage-main__contents{background-color:#fff;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;max-width:calc(100vw - 4rem);padding:20px;width:808px}.web-renewal-layout .pages-myhome-colleague_usage-main{box-sizing:border-box;display:flex;height:100vh;justify-content:center;padding:20px 0}.web-renewal-layout .pages-myhome-colleague_usage-main__contents{background-color:#fff;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;max-width:calc(100vw - 4rem);padding:20px;width:808px}.pages-myhome-csv_download-layout{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:808px;padding:91px 0 0}.pages-myhome-csv_download-layout__footer-container{box-sizing:border-box;margin:20px 0 0;width:100%}.pages-myhome-csv_download-layout__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.web-renewal-layout .pages-myhome-csv_download-layout{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:808px;padding:36px 0 0}.web-renewal-layout .pages-myhome-csv_download-layout__footer-container{box-sizing:border-box;margin:20px 0 0;width:100%}.web-renewal-layout .pages-myhome-csv_download-layout__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.pages-myhome-feed__list-container>*{margin-top:17px}.pages-myhome-feed__loader{display:flex;justify-content:center;margin-top:28px}.pages-myhome-feed__fetcher{display:flex;justify-content:center;margin-top:8px}.web-renewal-layout .pages-myhome-feed{padding-top:12px}.web-renewal-layout .pages-myhome-feed__list-container>*{margin-top:12px}.web-renewal-layout .pages-myhome-feed__loader{display:flex;justify-content:center;margin-top:28px}.web-renewal-layout .pages-myhome-feed__fetcher{display:flex;justify-content:center;margin-top:8px}.pages-myhome-import_card_main{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;min-height:calc(100vh - 55px);padding:32px 20px}.pages-myhome-import_card_main__title-container{display:flex;flex-direction:column;gap:12px;margin-bottom:48px}.pages-myhome-import_card_main__title{color:#0e202e;font-size:2.2rem;font-weight:600;line-height:1.4}.pages-myhome-import_card_main__description{color:#0e202e;font-size:1.4rem;line-height:1.5}.news-news_detail .news-back-button{border:1px solid #ccc;border-radius:2px;display:table-cell;height:30px;text-align:center;vertical-align:middle;width:65px}.news-news_detail .news-back-button .prev{background:#fff}.news-news_detail .nav{background:#fff;border-radius:0 0 3px 3px;box-shadow:0 0 10px 0 #0e202e;box-sizing:border-box;min-height:49px;padding:11px;position:fixed;width:528px;z-index:9}.news-news_detail .cts{box-sizing:border-box}.news-news_detail .cts:not(.srh-list){padding-bottom:100px;padding-top:70px}.news-news_detail .news_detail-content{background:#fff;border-radius:3px;box-shadow:1px 1px 1px #d7d7d7;padding:19px 20px 29px}.news-news{padding-bottom:100px}.news-news .spinner-wrapper{display:flex;justify-content:center;margin-top:12px;width:100%}.news-news .mi{color:#595959;font-size:1.6rem;font-weight:600;line-height:1.5;padding:20px 0 12px;text-align:center}.news-news .close-button,.news-news .load-button{align-items:center;background-color:#fff;border-radius:4px;color:#0054ff;cursor:pointer;display:flex;font-size:1.4rem;justify-content:center;line-height:1.5;margin-top:12px;min-height:34px;width:100%}.news-news .close-button .text,.news-news .load-button .text{font-weight:600;margin-left:10px}.news-news__news-list-container{display:flex;flex-direction:column;gap:12px}.pages-myhome-post_detail__back-button{background-color:#fff;border:1px solid #ccc;border-radius:2px;display:table-cell;height:30px;text-align:center;vertical-align:middle}.pages-myhome-post_detail__navigation{background:#fff;border-radius:0 0 3px 3px;box-shadow:0 0 10px 0 #0e202e;box-sizing:border-box;min-height:49px;padding:11px;position:fixed;width:528px;z-index:9}.pages-myhome-post_detail__contents{box-sizing:border-box;padding-top:72px}.pages-myhome-post_detail__loader{display:flex;justify-content:center}.pages-myhome-post_detail__post{background:#fff}.pages-myhome-main_page{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:1088px;padding:91px 0 0}.pages-myhome-main_page__content-wrapper{align-items:center;background-color:#fff;border-radius:0 0 4px 4px;display:flex;flex-direction:column}.pages-myhome-main_page__notes{max-width:525px}.pages-myhome-main_page__footer-container{box-sizing:border-box;margin:20px 0 0;max-width:1088px;width:100%}.pages-myhome-main_page__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.pages-myhome-premium_ticket_contracts_page{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:1088px;padding:91px 0 0}.pages-myhome-premium_ticket_contracts_page__content-wrapper{align-items:center;background-color:#fff;border-radius:0 0 4px 4px;display:flex;flex-direction:column}.pages-myhome-premium_ticket_contracts_page__footer-container{box-sizing:border-box;margin:20px 0 0;max-width:1088px;width:100%}.pages-myhome-premium_ticket_contracts_page__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.web-renewal-layout .pages-myhome-premium_ticket_contracts_page{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:1088px;padding:36px 0 0}.web-renewal-layout .pages-myhome-premium_ticket_contracts_page__content-wrapper{align-items:center;background-color:#fff;border-radius:0 0 4px 4px;display:flex;flex-direction:column}.web-renewal-layout .pages-myhome-premium_ticket_contracts_page__footer-container{box-sizing:border-box;margin:20px 0 0;max-width:1088px;width:100%}.web-renewal-layout .pages-myhome-premium_ticket_contracts_page__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.profile_main,.profile_main .container{box-sizing:border-box;position:relative}.profile_main .container{*zoom:1;height:100%;margin-left:auto;margin-right:auto;max-width:1088px;width:100%}.profile_main .container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.profile_main>.contents-pane{padding-top:55px}.profile_main>.contents-pane .prof-wrap{*zoom:1;display:flex;max-width:none;min-width:auto;width:100%}.profile_main>.contents-pane .prof-wrap:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.profile_main>.contents-pane>.container{padding-left:20px}.web-renewal-layout .profile_main{box-sizing:border-box;position:relative}.web-renewal-layout .profile_main .container{*zoom:1;box-sizing:border-box;height:100%;margin-left:auto;margin-right:auto;max-width:1088px;max-width:unset;padding-left:0;position:relative;width:100%}.web-renewal-layout .profile_main .container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.web-renewal-layout .profile_main>.contents-pane{padding-top:0}.web-renewal-layout .profile_main>.contents-pane .prof-wrap{*zoom:1;display:flex;justify-content:center;max-width:none;min-width:auto;width:100%}.web-renewal-layout .profile_main>.contents-pane .prof-wrap:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.web-renewal-layout .profile_main>.contents-pane>.container{padding-left:0}.pages-myhome-room{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:528px}.pages-myhome-room__navigation{background:#fff;border-radius:0 0 3px 3px;box-shadow:0 0 10px 0 #0e202e;box-sizing:border-box;padding:8px;position:fixed;width:528px;z-index:9}.pages-myhome-room .pages-myhome-room__room-back-button{border:1px solid #ccc;border-radius:2px;display:table-cell;height:30px;text-align:center;vertical-align:middle}.pages-myhome-room .pages-myhome-room__room-back-button .prev{background:#fff}.pages-myhome-room__room-title{color:#8c8c8c;font-size:1.4rem;font-weight:600;margin-top:60px;padding:16px 0;text-align:center}.pages-myhome-room__room-inner{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}.pages-myhome-room__message-title,.pages-myhome-room__room-footer-container,.pages-myhome-room__room-header-container{display:flex;flex-direction:column;flex-shrink:0}.pages-myhome-room__loader-container{display:flex;justify-content:center;margin-top:70px}.web-renewal-layout .pages-myhome-room{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:528px}.web-renewal-layout .pages-myhome-room__navigation{display:none}.web-renewal-layout .pages-myhome-room__room-title{color:#595959;font-size:1.4rem;font-weight:600;margin-top:0;padding:16px 0 12px;text-align:center}.web-renewal-layout .pages-myhome-room__room-inner{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}.web-renewal-layout .pages-myhome-room__message-title,.web-renewal-layout .pages-myhome-room__room-footer-container,.web-renewal-layout .pages-myhome-room__room-header-container{display:flex;flex-direction:column;flex-shrink:0}.web-renewal-layout .pages-myhome-room__loader-container{display:flex;justify-content:center;margin-top:70px}.pages-myhome-rooms{box-sizing:border-box}.pages-myhome-rooms__navigation{align-items:center;background:#fff;border-radius:0 0 3px 3px;box-shadow:0 0 10px 0 #0e202e;box-sizing:border-box;display:flex;justify-content:flex-end;padding:12px;position:fixed;width:528px;z-index:9}.pages-myhome-rooms__new-button-text{font-size:1.2rem;line-height:1.5;margin-left:4px}.pages-myhome-rooms__rooms-title{padding:80px 0 15px;text-align:center}.pages-myhome-rooms__switch-menu-button-container{display:inline-flex}.pages-myhome-rooms .pages-myhome-rooms__switch-menu-button{align-items:center;color:#595959;display:inline-flex}.pages-myhome-rooms__down-icon-container{color:#8c8c8c;display:inline-flex;margin:0 4px}.web-renewal-layout .pages-myhome-rooms{box-sizing:border-box;padding-top:78px}.web-renewal-layout .pages-myhome-rooms__navigation{align-items:center;background:#fff;border-radius:0 0 3px 3px;box-shadow:0 2px 4px 0 #0000000d;box-sizing:border-box;display:flex;gap:4px;justify-content:flex-start;padding:24px 20px;position:fixed;top:var(--height-nav-header);width:528px;z-index:9}.web-renewal-layout .pages-myhome-rooms__more-icon{background-color:#0000;border:1px solid #d7d7d7;border-radius:4px;color:#0054ff;height:28px;width:28px}.web-renewal-layout .pages-myhome-rooms__rooms-title{padding:12px 0 0;text-align:center}.web-renewal-layout .pages-myhome-rooms__rooms-container{padding-top:12px}.web-renewal-layout .pages-myhome-rooms__switch-menu-button-container{display:inline-flex}.web-renewal-layout .pages-myhome-rooms .web-renewal-layout .pages-myhome-rooms__switch-menu-button{align-items:center;color:#595959;display:inline-flex}.web-renewal-layout .pages-myhome-rooms__down-icon-container{color:#8c8c8c;display:inline-flex;margin:0 4px}.pages-myhome-scan_application_status_main{color:#000;font-size:1.4rem;line-height:1.5}.pages-myhome-scan_application_status_main__section-content{padding:20px}.pages-myhome-scan_application_status_main__loader-container{align-items:center;display:flex;justify-content:center}.pages-myhome-scan_application_status_main__description2{margin-top:12px}.pages-myhome-scan_application_status_main__notice-title{margin-top:32px}.pages-myhome-scan_application_status_main__checkbox-container{margin:20px 0 10px}.pages-myhome-scan_application_status_main__label{color:#595959}.pages-myhome-scan_application_status_main__button-container{display:flex;justify-content:flex-end}.pages-myhome-scan_application_status_main__confirm-text{font-size:1.4rem;line-height:1.5}.service_message .post-back-button{border:1px solid #ccc;border-radius:2px;display:table-cell;height:30px;text-align:center;vertical-align:middle;width:65px}.service_message .post-back-button .prev{background:#fff}.service_message .nav{background:#fff;border-radius:0 0 3px 3px;box-shadow:0 0 10px 0 #0e202e;box-sizing:border-box;min-height:49px;padding:11px;position:fixed;width:528px;z-index:9}.service_message .cts{display:flex;justify-content:center;padding-top:70px}.service_message .pst{background:#fff;border-radius:4px;margin-top:10px;position:relative}.service_message .pst.official{padding-bottom:17px}.service_message .pst .tmb,.service_message .pst .txt{box-sizing:border-box;display:block;min-height:1px;position:relative}.service_message .pst .tmb{float:left;height:46px;left:0;margin-top:-23px;position:absolute;top:50%;width:46px}.service_message .txt{margin-left:56px;margin-right:21px}.service_message .txt dd,.service_message .txt dt{font-size:1.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service_message .txt dt{color:#000;font-weight:600;margin-bottom:9px}.service_message .txt dt .op{color:#595959;font-weight:400}.service_message .txt dd{color:#787878}.service_message .pst-head{padding:16px 13px;position:relative}.service_message .pst-head .pst-ttl{display:block;*zoom:1;box-sizing:border-box;position:relative}.service_message .pst-head .pst-ttl:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.service_message .pst-cont{color:#0e202e;padding:0 26px}.service_message .pst-cont p{font-size:1.4rem;line-height:1.54}.shared-profile_main,.shared-profile_main .container{box-sizing:border-box;position:relative}.shared-profile_main .container{*zoom:1;height:100%;margin-left:auto;margin-right:auto;max-width:1088px;width:100%}.shared-profile_main .container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.shared-profile_main>.contents-pane{padding-top:55px}.shared-profile_main>.contents-pane .prof-wrap{*zoom:1;display:flex;max-width:none;min-width:auto;width:100%}.shared-profile_main>.contents-pane .prof-wrap:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.shared-profile_main>.contents-pane>.container{padding-left:20px}.web-renewal-layout .shared-profile_main{box-sizing:border-box;position:relative}.web-renewal-layout .shared-profile_main .container{*zoom:1;box-sizing:border-box;height:100%;margin-left:auto;margin-right:auto;max-width:1088px;max-width:unset;padding-left:0;position:relative;width:100%}.web-renewal-layout .shared-profile_main .container:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.web-renewal-layout .shared-profile_main>.contents-pane{padding-top:0}.web-renewal-layout .shared-profile_main>.contents-pane .prof-wrap{*zoom:1;display:flex;justify-content:center;max-width:none;min-width:auto;width:100%}.web-renewal-layout .shared-profile_main>.contents-pane .prof-wrap:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.web-renewal-layout .shared-profile_main>.contents-pane>.container{padding-left:0}.pages-myhome-skill_tagging-main{padding:24px 0}.pages-myhome-skill_tagging-main__title{margin-bottom:16px;text-align:center}.pages-myhome-sms_verification{padding-left:20px}.pages-myhome-sms_verification__send-sms-form{display:flex;flex-direction:column;margin-top:12px;max-width:490px}.pages-myhome-sms_verification__phone-country-code-select-wrapper{font-size:1.4rem;line-height:1.5;max-width:180px}.pages-myhome-sms_verification__phone-number-input-and-button{align-items:flex-start;display:flex;justify-content:space-between;margin-top:12px;max-width:490px}.pages-myhome-sms_verification__phone-number-input-wrapper{flex-basis:402px;font-size:1.4rem;line-height:1.5}.pages-myhome-sms_verification__submit-button-wrapper{margin-top:2px}.pages-myhome-stats_page{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:808px;padding:91px 0 0}.pages-myhome-stats_page__content-wrapper{align-items:center;background-color:#fff;border-radius:0 0 4px 4px;display:flex;flex-direction:column}.pages-myhome-stats_page__content-wrapper--not-expired{padding-bottom:20px}.pages-myhome-stats_page__footer-container{box-sizing:border-box;margin:20px 0 0;width:100%}.pages-myhome-stats_page__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.web-renewal-layout .pages-myhome-stats_page{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:808px;padding:36px 0 0}.web-renewal-layout .pages-myhome-stats_page__content-wrapper{align-items:center;background-color:#fff;border-radius:0 0 4px 4px;display:flex;flex-direction:column}.web-renewal-layout .pages-myhome-stats_page__content-wrapper--not-expired{padding-bottom:20px}.web-renewal-layout .pages-myhome-stats_page__footer-container{box-sizing:border-box;margin:20px 0 0;width:100%}.web-renewal-layout .pages-myhome-stats_page__footer{border-top:1px solid #e0e0e0;padding-bottom:67px}.pages-myhome-tagged_people_container{height:100%}.pages-myhome-tagged_people_container__loading-container{align-items:center;display:flex;height:100%;justify-content:center}.pages-myhome-team_member_table_main{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:808px;padding:55px 0 0}.pages-myhome-team_member_table_main__pagination-container{font-size:1.4rem;line-height:1.5;padding:10px 0}.web-renewal-layout .pages-myhome-team_member_table_main{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:808px;padding:0}.web-renewal-layout .pages-myhome-team_member_table_main__pagination-container{font-size:1.4rem;line-height:1.5;padding:10px 0}.pages-one_tap_reply-one_tap_reply{color:#0e202e;padding-top:88px}.pages-one_tap_reply-one_tap_reply__loader-wrapper{display:flex;justify-content:center}.pages-one_tap_reply-one_tap_reply__container{margin:0 auto;max-width:602px}.pages-one_tap_reply-one_tap_reply__contents{background-color:#fff;box-sizing:border-box;padding:18px}.pages-one_tap_reply-one_tap_reply__message{font-size:2.1rem;line-height:1.5}.pages-one_tap_reply-one_tap_reply__send-button-container{display:flex;justify-content:center;margin:26px auto 0}.registration-invitation-main .contents-field{align-items:flex-start;display:flex;justify-content:center}@media screen and (min-width:491px){.registration-invitation-main{margin:28px 56px}.registration-invitation-main .contents-field{margin:40px auto 28px;width:78%}}@media screen and (max-width:490px){.registration-invitation-main{margin:32px 16px 78px}.registration-invitation-main .contents-field{flex-direction:column-reverse;margin:16px auto 28px;width:100%}}.pages-registration-sign_up_page{height:100vh;overflow-y:auto}.pages-registration-sign_up_page__wrapper{background-color:#fff;display:flex;min-height:100%}.pages-registration-sign_up_page__block-image{width:45%}.pages-registration-sign_up_page__block-content{box-shadow:2px 0 18px #00000040;padding:46px 0;width:55%}.pages-registration-sign_up_page__block-content--is-column{width:100%}.pages-registration-sign_up_page__sign-up-image{background:url(/assets/webpack/resource/33a62aab8ce9af52194c.png) no-repeat;background-position:50%;background-size:cover;height:100%}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.pages-registration-sign_up_page__sign-up-image{background:url(/assets/webpack/resource/33a62aab8ce9af52194c.png) no-repeat;background-position:50%;background-size:cover}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi),only screen and (min-resolution:3dppx){.pages-registration-sign_up_page__sign-up-image{background:url(/assets/webpack/resource/5b0d2528ec80415b53b3.png) no-repeat;background-position:50%;background-size:cover}}.pages-registration-sign_up_page__content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.pages-registration-sign_up_page__logo-wrapper{align-items:center;display:flex;height:40px;margin-bottom:40px}.pages-registration-sign_up_page__eight-logo{height:40px}.pages-registration-sign_up_page__text-divider{align-items:center;color:#8c8c8c;display:flex;font-size:1.2rem;line-height:1.5;padding:40px;width:420px}.pages-registration-sign_up_page__text-divider:before{background-color:#8c8c8c;content:"";flex-grow:1;height:1px;margin-right:1rem}.pages-registration-sign_up_page__text-divider:after{background-color:#8c8c8c;content:"";flex-grow:1;height:1px;margin-left:1rem}.pages-registration-sign_up_page__attention-info{color:#8c8c8c;font-size:1.4rem;line-height:1.5;margin-top:47px}.pages-registration-sign_up_page__link-text{color:#0054ff;-webkit-text-decoration:underline;text-decoration:underline}.layouts-right_side_bar_layout{display:flex;flex-direction:column}.layouts-right_side_bar_layout__content-wrapper{display:grid;gap:20px;grid-template-columns:216px 1fr 216px;min-height:calc(100vh - var(--full-header-height));padding:0 24px;position:relative}.layouts-right_side_bar_layout__content-wrapper--narrow{grid-template-columns:1fr}.layouts-right_side_bar_layout__spacer{width:216px}.layouts-right_side_bar_layout__spacer--narrow{display:none}.layouts-right_side_bar_layout__content{min-width:0}.layouts-right_side_bar_layout__side-bar-wrapper{display:flex;height:calc(100vh - var(--height-nav-header));justify-content:center;position:fixed;right:24px;top:var(--height-nav-header);width:216px}.layouts-right_side_bar_layout__side-bar-wrapper--narrow{display:none}
