.lp_head_logo:hover {
  opacity: 0.6;
}

.column_layout {
  display: flex;
}

.campus_access {
  margin: 24px 0;
}

.campus_access .column_layout_item:first-child {
  width: 614px;
  padding: 26px 40px;
  box-sizing: border-box;
  background: #fff;
}

.campus_access .column_layout_item:last-child {
  width: calc(100% - 614px);
}

.campus_access .section_sub_title {
  font-size: 23px;
}

.section_sub_title+.section_text {
  margin-top: 16px;
}

.list_dec {
  margin-top: 16px;
}

.list_dec li {
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
}

.list_dec li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #1847C7;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  top: 5px;
  left: 0;
}

.list_dec li:not(:first-child) {
  margin-top: 8px;
}


.tab_btns > li.selected, .tab_btns_campus > li.selected {
  background-color: #1847C7;
}

.tab_btns > li, .tab_btns_campus > li {
  border-color: #1847C7;
}


.schedule_time_inner {
  color: #1847C7;
}

.tab_select_ico-date::after {
  filter: brightness(0) saturate(100%) invert(14%) sepia(63%) saturate(5865%) hue-rotate(226deg) brightness(95%) contrast(83%);
}

@media all and (max-width: 767px) {
  .tab_step_title {
    font-size: 14px;
  }
  .campus_access {
    margin: 0 0 24px;
  }
  .campus_access .column_layout_item:last-child {
    width: 100%;
  }
  .campus_access {
    flex-direction: column-reverse;
  }
  .campus_access .column_layout_item:first-child {
    width: 100%;
    padding: 21px 15px;
    box-sizing: border-box;
  }
  .tab_btns_campus {
    border-top: solid 1px #1847C7;
    border-left: solid 1px #1847C7;
  }
}


.lp_modal {
  background: rgba(0, 0, 0, .8);
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.lp_modal__inner {
  width: 980px;
  margin: 90px auto 0;
  overflow: hidden;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
}

.lp_modal__box {
  background: #fff;
  margin-bottom: 80px;
}

.lp_modal__contents {
  margin: 0 auto;
  padding-bottom: 56px;
}

.lp_modal__kv {
  display: flex;
}

.lp_modal__kv_image {
  width: 362px;
}

.lp_modal__kv_contents {
  padding: 48px;
  box-sizing: border-box;
  width: calc(100% - 362px);
}

.lp_modal__kv_profile {
  color: #fff;
  background: #1847C7;
  font-size: 20px;
  font-weight: 600;
  width: calc(100% + 136px);
  position: relative;
  left: -88px;
  padding: 12px 0 12px 20px;
  box-sizing: border-box;
}

.lp_modal__kv_name {
  margin-top: 24px;
  font-weight: 600;
  font-size: 24px;
}

.lp_modal__kv_caption {
  margin-top: 8px;
  line-height: 1.5;
}

.lp_modal__kv .lp_text {
  margin-top: 32px;
}

.lp_modal__item {
  padding: 0 60px;
  margin: 48px 0;
}

.lp_modal__title {
  font-weight: 600;
  font-size: 20px;
}

.lp_modal__sub-title {
  margin-top: 32px;
  font-size: 18px;
}

.lp_modal__text {
  margin-top: 16px;
}

.lp_modal__item.image_type01 {
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp_modal__text_group {
  width: 510px;
}

.lp_modal__image_group {
  width: 362px;
}

.lp_modal__button_close {
  border: solid 1px #707070;
  border-radius: 6px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  max-width: 368px;
  margin: 0 auto;
  position: relative;
  transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.lp_modal__button_close::before, .lp_modal__button_close::after{
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  transition: background 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}


.lp_modal__button_close:hover {
  cursor: pointer;
  color: #1847C7;
  border-color: #1847C7;
  transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}


.lp_modal__button_close:hover::before,.lp_modal__button_close:hover::after {
  background: #1847C7;
  transition: background 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.lp_modal__button_close::after {
  transform: rotate(135deg) translateY(-50%);
  right: 30px;
  top: calc(50% - 1px);
}


.lp_modal__close {
  width: 38px;
  height: 38px;
  position: fixed;
  margin-bottom: 24px;
  background: url(../img/lp/ico_close_01.svg) no-repeat 0 0 / 100%;
  top: 40px;
  left: calc(50% + 471px);
  transform: translateX(-50%);
  z-index: 10;
}

.lp_modal__close:hover {
  cursor: pointer;
  opacity: 0.7;
}


@media all and (max-width: 767px) {
  .site_header.lp_page {
    height: 60px;
  }
  .lp_modal__inner {
    width: 100%;
    padding: 0 16px;
    margin-top: 56px;
    box-sizing: border-box;
  }
  .lp_modal__kv {
    flex-direction: column;
  }
  .lp_modal__kv_image {
    width: 100%;
  }
  .lp_modal__kv_contents {
    width: 100%;
    padding: 0;
  }
  .lp_modal__kv_profile {
    width: calc(100% - 20px);
    left: 0;
    height: 40px;
    display: flex;
    align-items: center;
    top: -20px;
  }
  .lp_modal__kv_profile,.lp_modal__kv_name,.lp_modal__kv_caption,.lp_modal .lp_text {
    padding: 0 20px;
  }
  .lp_modal__kv_name {
    margin-top: 4px;
  }
  .lp_modal__kv .lp_text {
    margin-top: 24px;
  }

  .lp_modal__kv+.lp_modal__item {
    border-top: solid 1px #ccc;
    padding-top: 32px;
  }

  .lp_modal__item {
    padding: 24px 0 0;
    margin: 24px 20px;
  }

  .lp_modal__image+.lp_modal__item {
    border: none;
    padding-top: 0;
  }

  .lp_modal__item.image_type01 {
    flex-direction: column;
    padding: 0;
    border-top: none;
    margin: 32px 0;
  }
  .lp_modal__image_group {
    order: 1;
    width: 100%;
  }
  .lp_modal__text_group {
    order: 2;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 48px;
  }
  .lp_modal__button_close {
    width: calc(100% - 40px);
    max-width: none;
    height: 56px;
    box-sizing: border-box;
  }
}




.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 32px;
  padding: 1px 0 0 1px;
  width: 100%;
  box-sizing: border-box;
}
.tab_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  height: 50px;
  font-weight: 600;
}
.tab_item:hover {
  cursor: pointer;
}
.tab.campus .tab_item {
      flex: 1;
}
.tab.campus.o-small .tab_item {
}
.tab_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 10px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  text-align: center;
  -webkit-transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  -o-transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  line-height: 1.9rem;
}
.tab_anchor:hover {
  color: #1847C7;
  text-decoration: none;
}
.tab_anchor[aria-selected=true] {
  background-color: #1847C7;
  color: #fff;
}
.tab_anchor:hover::after, .tab_anchor[aria-selected=true]::after {
  opacity: 1;
}
.tab_anchor::before, .tab_anchor::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  right: 0;
}
.tab_anchor::before {
  border: 1px solid #cccccc;
  z-index: -1;
}
.tab_anchor:visited::before {
  border-color: #cccccc;
}
.tab_anchor::after {
  opacity: 0;
  border: 1px solid #1847C7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  -o-transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.tab_anchor.o-sp_hide {
  display: block;
  padding: 5px 0;
}
.tab.o-tab_nowrap .tab_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab_content_panel {
  display: block;
}
.tab_content_panel[aria-hidden=true] {
  display: none;
}

.data_map .tab_content_panel {
  margin-bottom: 20px;
}

.tab_btn .tab.o-mt0 {
  margin-bottom: 72px;
}
.tab_btn .tab.o-mt0.col5 .meta_tab_item, .tab_btn .tab.o-mt0.col5 .tab_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.tab_btn .col2 .meta_tab_item, .tab_btn .col2 .tab_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.tab_col2_970.meta_tab_item {
  width: calc(970px / 2);
}
.tab_col2_970.meta_tab_item .meta_tab_anchor {
  width: calc(970px / 2);
}

.tab_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.tab_category_list_item:not(:first-child) {
  margin-left: 8px;
}
.tab_category_list_item[data-tab-contents=none] a {
  color: #fff;
  background: #ccc;
  pointer-events: none;
}
.tab_category_list_item a {
  font-size: 1.4rem;
  width: 180px;
  border-radius: 20px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #cccccc;
  -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  -o-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  color: #333333;
}
.tab_category_list_item a[aria-selected=true] {
  color: #fff;
  background: #1847C7;
  border-color: #1847C7;
}
.tab_category_list_item a:hover {
  color: #fff;
  background: #1847C7;
  -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  -o-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  cursor: pointer;
  border-color: #1847C7;
  text-decoration: none;
}
.tab_category_list_item a.tab_category_list_item--active {
  color: #fff;
  background: #1847C7;
  border-color: #1847C7;
}
.tab_category_list_item a.tab_category_list_item--none {
  color: #fff;
  background: #cccccc;
  pointer-events: none;
}


.tab_step_title {
  font-size: 18px;
  margin-bottom: 16px;
}
.tab_step_title:not(:first-child) {
  margin-top: 32px
}
.tab_step_title span {
  color: #1847C7;
  display: block;
  margin-right: 16px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.tab_step_title span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background: #1847C7;
}

.tab.campus {
  margin-top: 16px;
}





.trial_step_list{
  position: relative;
}

.trial_step_list::before{
  content: "";
  position: absolute;
  top: 60px;
  left: 23px;
  width: 1px;
  height: calc(100% - 60px);
  background: #333;
}

.trial_step_list_title,.trial_step_list_text{
  padding-left: 70px;
}

.lead_text.o-small{
  margin-top: 0;
}

.trial_step_list_title{
  position: relative;
  font-size: 2.4rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "ヒラギノ角ゴ ProN W6";
}

.trial_step_list_title::before{
  content: "";
  position: absolute;
  left: 0;
}

.trial_step_list_title.title_1::before{
  top: 0;
  width: 50px;
  height: 70px;
  background: url(../img/img-trial_number_flow_1.png) no-repeat 0 0;
}

.trial_step_list_title.title_2::before{
  top: 0;
  width: 50px;
  height: 70px;
  background: url(../img/img-trial_number_flow_2.png) no-repeat 0 0;
}

.trial_step_list_title.title_3::before{
  top: 0;
  width: 50px;
  height: 70px;
  background: url(../img/img-trial_number_flow_3.png) no-repeat 0 0;
}

.trial_step_list_title.title_4::before{
  top: 0;
  width: 50px;
  height: 70px;
  background: url(../img/img-trial_number_flow_4.png) no-repeat 0 0;
}

.trial_step_list_title.title_5::before{
  top: 0;
  width: 50px;
  height: 70px;
  background: url(../img/img-trial_number_flow_5.png) no-repeat 0 0;
}

.trial_step_list.image_small .column_layout_item.one_half:first-child{
  flex: 1 0 651px;
}

.trial_step_list.image_small .column_layout_item.one_half{
  flex: 1 0 270px;
}


.column_layout.trial_step_list{
  display: flex;
}

.column_layout.trial_step_list .column_layout_item.one_half.sp_break .body_text{
  margin-top: 20px;
}

.column_layout.trial_step_list .column_layout_item.one_half .column_layout_item.one_half{
  width: 461px;
  float: right;
  margin-left: 48px;
}

.trial_step_list_slider{
  width: 461px;
}

.column_layout.trial_step_list.image_small{
  display: flex;
}

.column_layout.trial_step_list.image_small .column_layout_item.one_half.sp_break .body_text{
  margin-top: 20px;
}

.column_layout.trial_step_list.image_small .column_layout_item.one_half .column_layout_item.one_half{
  width: 291px;
  float: right;
  margin-left: 48px;
  margin-bottom: 20px;
}

  .schedule_item {
    background: #fff;
  }




@media all and (max-width: 767px) {
  .lp_modal__close {
    margin-bottom: 10px;
    transform: none;
    left: auto;
    top: 0;
    right: 16px;
  }
  .lp_modal__sub-title {
    margin-top: 12px;
  }
  .tab {
    padding-left: 0;
    margin: 10px auto 0;
  }
  .tab_item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 1.3rem;
    height: 40px;
  }
  .tab_step_title {
    font-size: 14px;
  }
  .tab_step_title span {
    margin-bottom: 8px;
  }
  .tab.campus .tab_item {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
  .tab.campus .tab_item:nth-child(2n) .tab_anchor::before,
  .tab.campus .tab_item:nth-child(2n) .tab_anchor::after {
    border-right-width: 1;
  }
  .tab.campus .tab_item.tab-sp_col2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .tab_anchor:hover {
    color: #333333;
  }
  .tab_anchor:hover::before {
    opacity: 1;
  }
  .tab_anchor:hover::after {
    opacity: 0;
  }
  .tab_anchor:hover[aria-selected=true] {
    color: #ffffff;
  }
  .tab_anchor:hover[aria-selected=true]::before {
    border-color: #1847C7;
  }
  .tab_anchor:hover[aria-selected=true]::after {
    border-color: #1847C7;
  }
  .tab--category-existing {
    margin-bottom: 20px;
  }
  .schedule_item .sp_appear {
    width: 100%;
  }
  ul.js-tab {
    margin-top: 0;
  }
  
  .tab_btn .tab.o-mt0 {
    margin-bottom: 50px;
  }
  .tab_btn .tab.o-mt0.col5 .meta_tab_item, .tab_btn .tab.o-mt0.col5 .tab_item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .tab_btn .sp.f-small {
    font-size: 1.2rem;
  }
  
  .tab_anchor.o-sp_hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  
  .tab_category_list {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab_category_list_item {
    width: calc(50% - 4.5px);
  }
  .tab_category_list_item:nth-child(n+3) {
    margin-top: 9px;
  }
  .tab_category_list_item:nth-child(odd) {
    margin-left: 0;
  }
  .tab_category_list_item a {
    width: 100%;
  }

  .list_dec li {
    font-size: 12px;
    padding-left: 18px;
  }
  .list_dec li::before {
    width: 12px;
    left: 12px;
    top: 1px;
    left: 0;
  }

  .schedule_time_inner .date {
    top: 7px;
  }
  .schedule_time_inner .time {
    width: 100%;
  }

  .online_join .tab_step_title {
    margin-top: 16px;
  }

  .tab_nav li {
    font-size: 13px;
  }
}


.schedule_button_wrapper .button a {
  border: solid 1px #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.schedule_button_wrapper .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  display: inline-block;
  transform: translateY(-50%) rotate(45deg);
}
.schedule_button_wrapper .button a.conversion {
  color: #fff;
  background-color: #1847C7;
  border-color: #1847C7;
  transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition-property: background-color, color, border-color;
}
.schedule_button_wrapper .button a.conversion::after {
  border-color: #fff;
}
.schedule_button_wrapper .button a.conversion:hover {
  color: #1847C7;
  background-color: #fff;
  transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition-property: background-color, color, border-color;
}
.schedule_button_wrapper .button a:hover {
  color: #1847C7;
  border-color: #1847C7;
  transition: color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.schedule_button_wrapper .button a:hover::after {
  border-color: #1847C7;
}

.tab_select_ico-date {
  margin-bottom: 8px;
  position: relative;
  width: 18px;
  height: 18px;
  top: 3px;
}
.tab_select_ico-date img {
  display: none;
}
.tab_select_ico-date::after {
  content: "";
  width: 18px;
  height: 19px;
  display: block;
  background: url(/careernote/assets/img/lp/ico_info-calendar_01.svg) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.tab_select_category a {
  display: none;
}

.js_map_target:hover {
  cursor: initial;
}