@charset "UTF-8";
/*===============================================================
	色
===============================================================*/
.page_game .course_color {
  color: #f52d56;
}

.page_esports .course_color {
  color: #32a254;
}

.page_aiit .course_color {
  color: #023eb3;
}

.page_media .course_color {
  color: #fe6f06;
}

.page_design .course_color {
  color: #6700ae;
}

.page_game .bg_course_color {
  background: #f52d56;
}

.page_esports .bg_course_color {
  background: #32a254;
}

.page_aiit .bg_course_color {
  background: #023eb3;
}

.page_media .bg_course_color {
  background: #fe6f06;
}

.page_design .bg_course_color {
  background: #6700ae;
}

.page_game .course_border_color {
  border-color: #f52d56 !important;
}

.page_esports .course_border_color {
  border-color: #32a254 !important;
}

.page_aiit .course_border_color {
  border-color: #023eb3 !important;
}

.page_media .course_border_color {
  border-color: #fe6f06 !important;
}

.page_design .course_border_color {
  border-color: #6700ae !important;
}

/*===============================================================

グラデテキスト

===============================================================*/
.page_game .gradient_txt {
  color: #f52d56;
  background: -webkit-gradient(linear, left bottom, left top, from(#e80053), color-stop(55.23%, #fb3a8b), color-stop(104.19%, #e20856));
  background: linear-gradient(360deg, #e80053 0%, #fb3a8b 55.23%, #e20856 104.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page_esports .gradient_txt {
  color: #32a254;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 222, 79, 0.894118)), color-stop(50%, rgba(39, 171, 89, 0.947059)), to(#007863));
  background: linear-gradient(180deg, rgba(77, 222, 79, 0.894118) 0%, rgba(39, 171, 89, 0.947059) 50%, #007863 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page_aiit .gradient_txt {
  color: #023eb3;
  background: linear-gradient(3.32deg, #023eb3 -12.74%, #2589ff 108.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page_media .gradient_txt {
  color: #fe6f06;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.5%, #fd4e02), color-stop(50%, #ffb82e), to(#fe8318));
  background: linear-gradient(360deg, #fd4e02 6.5%, #ffb82e 50%, #fe8318 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page_design .gradient_txt {
  color: #6700ae;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.13%, #5418c5), color-stop(51.94%, #6700ae), color-stop(110%, #632dff));
  background: linear-gradient(180deg, #5418c5 -6.13%, #6700ae 51.94%, #632dff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page_game .bg_gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#e80053), color-stop(55.23%, #fb3a8b), color-stop(104.19%, #e20856));
  background: linear-gradient(360deg, #e80053 0%, #fb3a8b 55.23%, #e20856 104.19%);
}

.page_esports .bg_gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 222, 79, 0.894118)), color-stop(50%, rgba(39, 171, 89, 0.947059)), to(#007863));
  background: linear-gradient(180deg, rgba(77, 222, 79, 0.894118) 0%, rgba(39, 171, 89, 0.947059) 50%, #007863 100%);
}

.page_aiit .bg_gradient {
  background: linear-gradient(3.32deg, #023eb3 -12.74%, #2589ff 108.87%);
}

.page_media .bg_gradient {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.5%, #fd4e02), color-stop(50%, #ffb82e), to(#fe8318));
  background: linear-gradient(360deg, #fd4e02 6.5%, #ffb82e 50%, #fe8318 100%);
}

.page_design .bg_gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.13%, #5418c5), color-stop(51.94%, #6700ae), color-stop(110%, #632dff));
  background: linear-gradient(180deg, #5418c5 -6.13%, #6700ae 51.94%, #632dff 110%);
}

.page_game .bg_gradient2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#e80053), color-stop(55.23%, #fb3a8b), color-stop(104.19%, #e20856));
  background: linear-gradient(360deg, #e80053 0%, #fb3a8b 55.23%, #e20856 104.19%);
}

.page_esports .bg_gradient2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00783e), color-stop(50%, rgba(39, 171, 60, 0.947059)), to(rgba(77, 222, 79, 0.894118)));
  background: linear-gradient(180deg, #00783e 0%, rgba(39, 171, 60, 0.947059) 50%, rgba(77, 222, 79, 0.894118) 100%);
}

.page_aiit .bg_gradient2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0047ce), to(#002468));
  background: linear-gradient(180deg, #0047ce 0%, #002468 100%);
}

.page_media .bg_gradient2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.5%, #fe8318), color-stop(50%, #ffb82e), to(#fd4e02));
  background: linear-gradient(360deg, #fe8318 6.5%, #ffb82e 50%, #fd4e02 100%);
}

.page_design .bg_gradient2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.13%, #5418c5), color-stop(51.94%, #6700ae), color-stop(110%, #632dff));
  background: linear-gradient(180deg, #5418c5 -6.13%, #6700ae 51.94%, #632dff 110%);
}

/*----------------------------------------------------------
top common
----------------------------------------------------------*/
body {
  background-color: #f2f2f2;
}

/*----------------------------------------------------------
news
----------------------------------------------------------*/
.news {
  background-color: #fff;
  padding: 60px 0 25px 0;
}
@media screen and (min-width: 751px) {
  .news {
    padding: 150px 0;
  }
}
@media screen and (min-width: 751px) {
  .news_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 751px) {
  .news_pickup {
    width: 38.6%;
  }
}
.news_pickup_title {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fa0f0c;
}
@media screen and (min-width: 751px) {
  .news_pickup_title {
    font-size: 20px;
  }
}
.news_pu_list_wrap {
  position: relative;
}
.news_pu_list {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 751px) {
  .news_pu_list {
    margin: 10px 0 0 0;
  }
}
.news_pu_list .slick-arrow {
  position: absolute;
  display: block;
  top: inherit;
  bottom: -50px;
  left: inherit;
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .news_pu_list .slick-arrow {
    bottom: -65px;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news_pu_list .slick-arrow:hover {
    background-color: #fa0f0c;
  }
  .news_pu_list .slick-arrow:hover::before {
    background-color: #f7f7f7;
  }
  .news_pu_list .slick-arrow:hover::after {
    border-color: #f7f7f7;
  }
}
.news_pu_list .slick-arrow::before,
.news_pu_list .slick-arrow::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_pu_list .slick-arrow::before {
  width: 15px;
  height: 1px;
  background-color: #fa0f0c;
}
.news_pu_list .slick-arrow::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fa0f0c;
  border-right: 1px solid #fa0f0c;
}
.news_pu_list .slick-prev {
  right: 50px;
}
@media screen and (min-width: 751px) {
  .news_pu_list .slick-prev {
    right: 60px;
  }
}
.news_pu_list .slick-prev::after {
  left: -6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.news_pu_list .slick-next {
  right: 0;
}
.news_pu_list .slick-next::after {
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news_pu_item a {
  display: block;
}
@media screen and (min-width: 751px) {
  .news_pu_item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news_pu_item a:hover {
    opacity: 0.8;
  }
}
.news_modal_btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 20px 0 0 0;
  pointer-events: visible;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .news_modal_btn {
    margin: 29px 0 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news_modal_btn:hover {
    color: #fa0f0c;
  }
}
.news_modal_btn::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.news .slide_counts {
  position: absolute;
  bottom: -1px;
  right: 110px;
}
@media screen and (min-width: 751px) {
  .news .slide_counts {
    bottom: 0;
    right: 130px;
  }
}
.news_block {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 751px) {
  .news_block {
    width: 56.2%;
    margin: 0;
  }
}
.news_list {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 751px) {
  .news_list {
    margin: 40px 0 0 0;
  }
}
.news_item {
  border-top: 1px solid #e5e5e5;
}
.news_item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 751px) {
  .news_item:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
}
.news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}
@media screen and (min-width: 751px) {
  .news_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news_item a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .news_item .img_block {
    width: 100px;
  }
}
@media screen and (min-width: 751px) {
  .news_item .img_block {
    width: 100px;
  }
}
.news_item .img_block img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.news_item .date_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .news_item .date_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.news_item .date {
  font-size: 13px;
  color: #fa0f0c;
  margin-bottom: 5px;
}
@media screen and (min-width: 751px) {
  .news_item .date {
    font-size: 14px;
    padding: 2px 0 0 0;
  }
}
.news_item .catlabel {
  font-size: 11px;
  line-height: 1;
  padding: 3px 7px 4px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fa0f0c;
  border: solid 1px #fa0f0c;
}
.news_item .catlabel.game {
  border-color: #f52d56;
  color: #fff;
  background: #f52d56;
}
.news_item .catlabel.esports {
  border-color: #32a254;
  color: #fff;
  background: #32a254;
}
.news_item .catlabel.ai-robot {
  border-color: #023eb3;
  color: #fff;
  background: #023eb3;
}
.news_item .catlabel.web {
  border-color: #fe6f06;
  color: #fff;
  background: #fe6f06;
}
.news_item .catlabel.design {
  border-color: #6700ae;
  color: #fff;
  background: #6700ae;
}
.news_item .catlabel + .catlabel {
  margin-left: 0;
}
@media screen and (min-width: 751px) {
  .news_item .catlabel {
    font-size: 11px;
    line-height: 1;
    padding: 3px 7px 4px;
    display: inline-block;
    margin-left: 10px;
    color: #fa0f0c;
    border: solid 1px #fa0f0c;
  }
}
.news_item .txt_block {
  margin-left: 15px;
  margin-right: 10px;
  width: calc(100% - 125px);
}
@media screen and (max-width: 750px) {
  .news_item .txt_block {
    margin-right: 0;
    width: calc(100% - 115px);
  }
}
.news_item .title {
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 751px) {
  .news_item .title {
    font-size: 14px;
    margin: 0 10px 0 0;
  }
}

.sec_news_pu_modal {
  position: fixed;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  z-index: -999;
}
.sec_news_pu_modal.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 999999;
}
.sec_news_pu_modal.show .sec_news_pu_modal_bg {
  opacity: 0.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 998;
}
.sec_news_pu_modal.show .sec_news_pu_modal_wrap {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}
.sec_news_pu_modal_bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -999;
}
.sec_news_pu_modal_wrap {
  position: relative;
  width: 100%;
  height: 90%;
  background-color: #fff;
  padding: 50px 30px 30px 30px;
  margin: 0 25px;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -999;
}
@media screen and (min-width: 751px) {
  .sec_news_pu_modal_wrap {
    width: 69.5%;
    height: auto;
    padding: 5.6% 5.6% 3.5% 5.6%;
    overflow: hidden;
  }
}
.sec_news_modal_title {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .sec_news_modal_title {
    font-size: 20px;
  }
}
.sec_news_pu_modal_wrap .close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  border-radius: 50%;
  pointer-events: visible;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .sec_news_pu_modal_wrap .close {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sec_news_pu_modal_wrap .close:hover {
    background-color: #fa0f0c;
  }
  .sec_news_pu_modal_wrap .close:hover::before,
  .sec_news_pu_modal_wrap .close:hover::after {
    background-color: #f7f7f7;
  }
}
.sec_news_pu_modal_wrap .close::before,
.sec_news_pu_modal_wrap .close::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 1px;
  background-color: #fa0f0c;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_news_pu_modal_wrap .close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sec_news_pu_modal_wrap .close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sec_news_modal_list {
  position: relative;
  margin: 10px 0 0 0;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  .sec_news_modal_list {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .sec_news_modal_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
}
.sec_news_modal_list::after {
  content: '';
  display: block;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 31%;
}
.sec_news_modal_item {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 751px) {
  .sec_news_modal_item {
    width: 31%;
    margin: 0 0 30px 0;
  }
}
.sec_news_modal_item:last-child {
  margin: 0;
}
.sec_news_modal_item a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .sec_news_modal_item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sec_news_modal_item a:hover {
    opacity: 0.8;
  }
}

/*----------------------------------------------------------
feature
----------------------------------------------------------*/
.feature {
  background-color: #fff;
  padding: 60px 0 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 751px) {
  .feature {
    padding: 150px 0 0 0;
    margin: 0;
  }
}
.feature .sec_lead {
  line-height: 1.6;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .feature .sec_lead {
    margin: 73px 0 0 0;
  }
}
@media screen and (min-width: 751px) {
  .feature .sec_lead .column1 {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 751px) {
  .feature .sec_lead .column2 {
    padding: 0 10px 0 0;
  }
}
.feature_fixed {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .feature_fixed {
    margin: 80px 0 0 0;
  }
}
.feature_scroll {
  display: block;
}
.feature_contents_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
.feature_flex {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
}
@media screen and (min-width: 1001px) {
  .feature_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
  }
}
.feature_flex.js_fixed {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100%;
  height: calc(100vh - 100px);
  z-index: 5;
}
@media screen and (min-width: 1001px) {
  .feature_flex.js_fixed {
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 100px;
  }
}
.feature_img {
  display: block;
  width: 100%;
  height: 40%;
  min-height: 200px;
}
@media screen and (min-width: 751px) {
  .feature_img {
    min-height: 300px;
  }
}
@media screen and (min-width: 1001px) {
  .feature_img {
    width: 47.761194029%;
    height: 100vh;
  }
}
.feature_img li {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.feature_img li.is_active {
  position: relative;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (min-width: 751px) {
  .feature_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 40%;
    object-position: center 40%;
  }
}
@media screen and (min-width: 1001px) {
  .feature_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.feature_img img.sp {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 1001px) {
  .feature_img img.sp {
    display: none;
  }
}
.feature_img img.pc {
  display: none;
}
@media screen and (min-width: 1001px) {
  .feature_img img.pc {
    display: block;
  }
}
.feature_contents {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1001px) {
  .feature_contents {
    width: 36.3%;
    height: 100%;
    margin: 0 0 0 2%;
  }
}
.feature_contents > ul {
  position: relative;
}
@media screen and (min-width: 751px) {
  .feature_contents > ul {
    height: 100%;
    padding: 50px 0;
  }
}
.feature_contents > ul > li {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .feature_contents > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
  }
}
.feature_contents > ul > li.is_active {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 1;
}
.feature_contents > ul > li.is_active .btn_line a {
  pointer-events: auto;
}
.feature_contents .lead_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature_contents .sec_point .text {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.3em;
  padding: 0 0 0 5px;
}
@media screen and (min-width: 751px) {
  .feature_contents .sec_point .text {
    font-size: 13px;
  }
}
.feature_contents .sec_point .num {
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .feature_contents .sec_point .num {
    font-size: 90px;
  }
}
.feature_contents .lead_flex .lead {
  font-size: 12px;
  letter-spacing: 0.04em;
  margin: 15px 0 0 27px;
}
@media screen and (min-width: 751px) {
  .feature_contents .lead_flex .lead {
    font-size: 16px;
    margin: 15px 0 0 44px;
  }
}
.feature_contents .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 1001px) {
  .feature_contents .title {
    font-size: 28px;
    line-height: 1.3;
    margin: 0;
  }
}
.feature_contents .text {
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 1001px) {
  .feature_contents .text {
    font-size: 14px;
    margin: 30px 0 0 0;
  }
}
.feature_contents .text.small {
  font-size: 11px;
}
@media screen and (min-width: 1001px) {
  .feature_contents .text.small {
    font-size: 12px;
  }
}
.feature_contents .btn_line {
  margin: 45px 0 0 0;
}
@media screen and (min-width: 1001px) {
  .feature_contents .btn_line {
    margin: 0;
  }
}
.feature_contents .btn_line a {
  pointer-events: none;
}
.feature_conut {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1001px) {
  .feature_conut {
    right: 26px;
  }
}
.feature_conut_line {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .feature_conut_line {
    left: -21px;
  }
}
.feature_conut_line .base_line {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #fa0f0c;
  z-index: 1;
}
.feature_conut_wrap {
  position: relative;
}
.feature_conut_wrap .js_line {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #fa0f0c;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .feature_conut_wrap .js_line {
    top: -8px;
    left: -21px;
  }
}
.feature_conut_num li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 1px;
  margin: 0 0 65px 0;
}
@media screen and (min-width: 1001px) {
  .feature_conut_num li {
    width: auto;
    height: 67px;
    margin: 0;
  }
}
.feature_conut_num li:last-child {
  margin: 0;
}
.feature_conut_num li.is_active::after {
  background-color: #fa0f0c;
}
.feature_conut_num li.is_active span {
  color: #fa0f0c;
  opacity: 1;
}
.feature_conut_num li.is_active.over::after {
  background-color: #fa0f0c;
}
.feature_conut_num li.is_active.over span {
  color: #111111;
  opacity: 1;
}
.feature_conut_num li::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: -2px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  margin: auto 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1001px) {
  .feature_conut_num li::after {
    top: 0;
    left: -23px;
    bottom: inherit;
    margin: 0;
  }
}
.feature_conut_num span.num {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 9px 0 0;
}
@media screen and (max-width: 1000px) {
  .feature_conut_num span.num {
    display: none;
  }
}
.feature_conut_num span.text {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  opacity: 0.3;
}
@media screen and (max-width: 1000px) {
  .feature_conut_num span.text {
    display: none;
  }
}

/*----------------------------------------------------------
project
----------------------------------------------------------*/
.project {
  background-color: rgba(242, 242, 242, 0.6);
  padding: 60px 0;
}
@media screen and (min-width: 751px) {
  .project {
    padding: 150px 0 235px 0;
  }
}
.project_wrap {
  position: relative;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .project_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 1001px) {
  .project_wrap {
    width: 92.537313432%;
    padding: 0;
    margin: 100px 0 0 auto;
  }
}
.project_wrap.ipad {
  width: 100%;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 750px) {
  .project_text {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .project_text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.project_text .project_lead {
  font-size: 49px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fa0f0c;
}
@media screen and (min-width: 751px) {
  .project_text .project_lead {
    text-orientation: mixed;
    font-size: 84px;
    line-height: 1.1;
  }
}
.project_text .project_lead span {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0 5px;
}
@media screen and (min-width: 751px) {
  .project_text .project_lead span {
    width: 60px;
    height: 60px;
  }
}
.project_text .project_lead span::before,
.project_text .project_lead span::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fa0f0c;
  margin: auto;
}
.project_text .project_lead span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.project_text .project_lead span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project_text p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .project_text p {
    text-orientation: mixed;
    font-size: 14px;
    line-height: 1;
  }
}
.project_list_wrap {
  position: relative;
  margin: 25px 0 0 0;
}
@media screen and (min-width: 751px) {
  .project_list_wrap {
    width: 85%;
    margin: 0;
  }
}
@media screen and (min-width: 1001px) {
  .project_list_wrap {
    width: 77.95%;
  }
}
@media (max-width: 1100px) and (min-width: 1001px) {
  .project_list_wrap {
    width: 85%;
  }
}
.project .slide_counts {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .project .slide_counts {
    top: -65px;
    bottom: inherit;
    right: 31%;
    text-align: right;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .project .slide_counts {
    right: 28%;
  }
}
.project_list {
  width: 100%;
  margin: 0 0 0 10px;
}
@media screen and (min-width: 751px) {
  .project_list {
    margin: 0;
  }
}
.project_list .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project_list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project_list .slick-arrow {
  position: absolute;
  display: block;
  top: inherit;
  bottom: -60px;
  left: inherit;
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .project_list .slick-arrow {
    top: -75px;
    bottom: inherit;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .project_list .slick-arrow:hover {
    background-color: #fa0f0c;
  }
  .project_list .slick-arrow:hover::before {
    background-color: #f7f7f7;
  }
  .project_list .slick-arrow:hover::after {
    border-color: #f7f7f7;
  }
}
.project_list .slick-arrow::before,
.project_list .slick-arrow::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.project_list .slick-arrow::before {
  width: 15px;
  height: 1px;
  background-color: #fa0f0c;
}
.project_list .slick-arrow::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fa0f0c;
  border-right: 1px solid #fa0f0c;
}
.project_list .slick-prev {
  left: 15px;
}
@media screen and (min-width: 751px) {
  .project_list .slick-prev {
    left: inherit;
    right: 11%;
    margin: 0 60px 0 0;
  }
}
.project_list .slick-prev::after {
  left: -6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.project_list .slick-next {
  right: 35px;
}
@media screen and (min-width: 751px) {
  .project_list .slick-next {
    right: 11%;
  }
}
.project_list .slick-next::after {
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project_item {
  background-color: #fff;
  margin: 0 5px 0 10px;
}
@media screen and (min-width: 751px) {
  .project_item {
    margin: 0 10px 0 50px;
  }
}
.project .slick-list {
  padding: 0 10% 0 0 !important;
}
@media screen and (min-width: 751px) {
  .project .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.project_item a {
  display: block;
}
@media screen and (min-width: 751px) {
  .project_item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .project_item a:hover {
    opacity: 0.8;
  }
}
.project_thumb {
  position: relative;
}
.project_item .lead {
  position: absolute;
  bottom: 10px;
  right: -5px;
  text-align: right;
}
@media screen and (min-width: 751px) {
  .project_item .lead {
    bottom: 25px;
    right: -10px;
  }
}
.project_item .lead span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #fff;
  padding: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8001), color-stop(49.26%, #ff0355), to(#570880));
  background: linear-gradient(to right, #ff8001 0%, #ff0355 49.26%, #570880 100%);
}
@media screen and (min-width: 751px) {
  .project_item .lead span {
    font-size: 25px;
    line-height: 1.7;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 1001px) {
  .project_item .lead span {
    font-size: 32px;
  }
}
@media (max-width: 1100px) and (min-width: 1001px) {
  .project_item .lead span {
    font-size: 28px;
  }
}
.project_item .lead span.komidashi {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  .project_item .lead span.komidashi {
    font-size: 16px;
  }
}
@media screen and (min-width: 1001px) {
  .project_item .lead span.komidashi {
    font-size: 22px;
  }
}
@media (max-width: 1100px) and (min-width: 1001px) {
  .project_item .lead span.komidashi {
    font-size: 18px;
  }
}
.project_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
@media screen and (min-width: 751px) {
  .project_item_wrap {
    padding: 40px;
  }
}
.project_item_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project_item_wrap .icon {
  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;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 20px 0 0;
  border-right: 1px solid #e5e5e5;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 751px) {
  .project_item_wrap .icon {
    width: 80px;
    height: 80px;
    padding: 0 40px 0 0;
    margin: 0 40px 0 0;
  }
}
.project_item_wrap .icon img {
  width: 40px;
}
@media screen and (min-width: 751px) {
  .project_item_wrap .icon img {
    width: 80px;
  }
}
.project_item_wrap .text_wtap .text {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .project_item_wrap .text_wtap .text {
    font-size: 12px;
  }
}
.project_item_wrap .text_wtap .name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .project_item_wrap .text_wtap .name {
    font-size: 30px;
  }
}
.project .btn_line {
  width: 100%;
  margin: 110px auto 0 auto;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .project .btn_line {
    position: absolute;
    bottom: -105px;
    left: 50px;
  }
}
.project .btn_line.second {
  margin-top: 10vw;
}
@media screen and (min-width: 751px) {
  .project .btn_line.second {
    bottom: -220px;
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .project .btn_line.second {
    bottom: -105px;
    left: 400px;
  }
}
.project .btn_line a {
  border-color: rgba(0, 0, 0, 0.08);
}
.project_list .sec_item {
  background-color: #fff;
  margin: 0 5px 0 10px;
}
@media screen and (min-width: 751px) {
  .project_list .sec_item {
    margin: 0 10px 0 50px;
  }
}
.project_list .sec_item a {
  display: block;
}
@media screen and (min-width: 751px) {
  .project_list .sec_item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .project_list .sec_item a:hover {
    opacity: 0.8;
  }
}
.project_list .sec_thumb {
  position: relative;
}
.project_list .sec_item .lead {
  position: absolute;
  bottom: 10px;
  right: -5px;
  text-align: right;
}
@media screen and (min-width: 751px) {
  .project_list .sec_item .lead {
    bottom: 25px;
    right: -10px;
  }
}
.project_list .sec_item .lead span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #fff;
  padding: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8001), color-stop(49.26%, #ff0355), to(#570880));
  background: linear-gradient(to right, #ff8001 0%, #ff0355 49.26%, #570880 100%);
}
@media screen and (min-width: 751px) {
  .project_list .sec_item .lead span {
    font-size: 25px;
    line-height: 1.7;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 1001px) {
  .project_list .sec_item .lead span {
    font-size: 32px;
  }
}
@media (max-width: 1100px) and (min-width: 1001px) {
  .project_list .sec_item .lead span {
    font-size: 28px;
  }
}
.project_list .sec_item .lead span.komidashi {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  .project_list .sec_item .lead span.komidashi {
    font-size: 16px;
  }
}
@media screen and (min-width: 1001px) {
  .project_list .sec_item .lead span.komidashi {
    font-size: 22px;
  }
}
@media (max-width: 1100px) and (min-width: 1001px) {
  .project_list .sec_item .lead span.komidashi {
    font-size: 18px;
  }
}
.project_list .sec_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 751px) {
  .project_list .sec_item_wrap {
    padding: 40px;
  }
}
.project_list .sec_item_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.project_list .sec_item_wrap .icon {
  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;
  width: 80px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 20px 0 0;
  border-right: 1px solid #e5e5e5;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 751px) {
  .project_list .sec_item_wrap .icon {
    width: 150px;
    padding: 0 40px 0 0;
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 751px) {
  .project_list .sec_item_wrap .icon img {
    width: 100%;
  }
}
.project_list .sec_item_wrap .text_wtap {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.project_list .sec_item_wrap .text_wtap .position {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .project_list .sec_item_wrap .text_wtap .position {
    font-size: 12px;
  }
}
.project_list .sec_item_wrap .text_wtap .name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .project_list .sec_item_wrap .text_wtap .name {
    font-size: 30px;
  }
}
.project_list .sec_item_wrap .text_wtap .name span {
  font-size: 70%;
}
.project_list .sec_item_wrap .text_wtap .name_small {
  font-size: 20px;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .project_list .sec_item_wrap .text_wtap .name_small {
    font-size: 24px;
  }
}
.project_list .sec_item_wrap .text_wtap .text {
  display: none;
}

/*----------------------------------------------------------
event
----------------------------------------------------------*/
.event {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (min-width: 751px) {
  .event {
    padding: 150px 0;
  }
}
.event_cat_list {
  width: 100%;
  padding: 0 0 0 25px;
  margin: 35px 0 0 0;
}
@media screen and (min-width: 751px) {
  .event_cat_list {
    width: 88.805970149%;
    margin: 60px auto 0 auto;
  }
}
.event_cat_item {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  border-radius: 25px;
  margin: 10px;
  pointer-events: visible;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .event_cat_item {
    font-size: 14px;
    padding: 7px 20px 9px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.event_cat_item:first-child {
  margin-left: 0;
}
.event_cat_item:last-child::before {
  display: none;
}
.event_cat_item::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}
.event_cat_item.all {
  color: #fa0f0c;
  border: 1px solid #fa0f0c;
}
.event_cat_item.all:hover {
  color: #fff;
  background-color: #fa0f0c;
}
.event_cat_item.special {
  color: #8194d9;
  border: 1px solid #8194d9;
}
.event_cat_item.special:hover {
  color: #fff;
  background-color: #8194d9;
}
.event_cat_item.information {
  color: #00a8b5;
  border: 1px solid #00a8b5;
}
.event_cat_item.information:hover {
  color: #fff;
  background-color: #00a8b5;
}
.event_cat_item.online {
  color: #d91535;
  border: 1px solid #d91535;
}
.event_cat_item.online:hover {
  color: #fff;
  background-color: #d91535;
}
.event_cat_item.game {
  color: #f52d56;
  border: 1px solid #f52d56;
}
.event_cat_item.game:hover {
  color: #fff;
  background-color: #f52d56;
}
.event_cat_item.esports {
  color: #32a254;
  border: 1px solid #32a254;
}
.event_cat_item.esports:hover {
  color: #fff;
  background-color: #32a254;
}
.event_cat_item.aiit {
  color: #023eb3;
  border: 1px solid #023eb3;
}
.event_cat_item.aiit:hover {
  color: #fff;
  background-color: #023eb3;
}
.event_cat_item.web {
  color: #fe6f06;
  border: 1px solid #fe6f06;
}
.event_cat_item.web:hover {
  color: #fff;
  background-color: #fe6f06;
}
.event_cat_item.design {
  color: #6700ae;
  border: 1px solid #6700ae;
}
.event_cat_item.design:hover {
  color: #fff;
  background-color: #6700ae;
}
.year2024 .event_cat_item.web {
  color: #884091;
  border: 1px solid #884091;
}
.year2024 .event_cat_item.web:hover {
  color: #fff;
  background-color: #884091;
}
.event_cat_item.current {
  color: #fff;
  background-color: #fa0f0c;
}
.event_cat_item.current.special {
  background-color: #8194d9;
}
.event_cat_item.current.information {
  background-color: #00a8b5;
}
.event_cat_item.current.online {
  background-color: #d91535;
}
.event_cat_item.current.game {
  background-color: #f52d56;
}
.event_cat_item.current.esports {
  background-color: #32a254;
}
.event_cat_item.current.aiit {
  background-color: #023eb3;
}
.event_cat_item.current.web {
  background-color: #fe6f06;
}
.event_cat_item.current.design {
  background-color: #6700ae;
}
.year2024 .event_cat_item.current.web {
  color: #fff;
  background-color: #884091;
}
.event_block {
  display: none;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 751px) {
  .event_block {
    margin: 60px 0 0 0;
  }
}
.event_block.show {
  display: block;
}
@media screen and (min-width: 751px) {
  .event .sec_event_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.event .sec_event_item {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 751px) {
  .event .sec_event_item {
    width: 21.1%;
    margin: 0 5.3% 0 0;
  }
}
@media screen and (min-width: 751px) {
  .event .sec_event_item:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 751px) {
  .event .btn_line {
    margin: 60px 0 0 0;
  }
}

/*----------------------------------------------------------
course
----------------------------------------------------------*/
.sec_course .sec_lead {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .sec_course .sec_lead {
    margin: 60px 0 0 0;
  }
}
@media screen and (min-width: 1001px) {
  .sec_course .sec_lead {
    font-size: 42px;
  }
}
.sec_course .text {
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 751px) {
  .sec_course .text {
    margin: 27px 0 0 0;
  }
}

/*----------------------------------------------------------
sns
----------------------------------------------------------*/
.sns {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (min-width: 751px) {
  .sns {
    padding: 100px 0 120px 0;
  }
}
@media screen and (min-width: 751px) {
  .sns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sns_tl {
  border: 1px solid #e6e6e6;
  height: 310px;
  padding: 20px;
  overflow-y: scroll;
}
@media screen and (min-width: 751px) {
  .sns_tl {
    width: 47.4%;
    height: 500px;
    padding: 35px 35px 0 35px;
  }
}
@media screen and (max-width: 750px) {
  .sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 751px) {
  .sns_list {
    width: 47.4%;
  }
}
.sns_item.btn_line {
  max-width: none !important;
}
@media screen and (max-width: 750px) {
  .sns_item.btn_line {
    width: 48%;
  }
}
.sns_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (min-width: 751px) {
  .sns_item a {
    padding: 30px 0;
  }
  .sns_item a:hover::before {
    width: 100%;
  }
  .sns_item a:hover .btn_icon::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .sns_item a:hover .btn_icon::after {
    -webkit-transform: translate3d(0, 0, 0) scale(1) !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition:
      transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1),
      -webkit-transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.sns_item a .icon {
  width: 20px;
}
@media screen and (min-width: 751px) {
  .sns_item a .icon {
    width: 40px;
  }
}
.sns_item a .name {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 0 0 0 10px;
}
@media screen and (min-width: 751px) {
  .sns_item a .name {
    font-size: 20px;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .sns_item a .btn_icon {
    display: none;
  }
}

/*----------------------------------------------------------
 top_bnr
----------------------------------------------------------*/
.top_bnr {
  max-width: 1200px;
  margin: 100px auto 0;
}
.top_bnr .bnr + .bnr {
  margin-top: 30px;
}
.top_bnr .bnr {
  padding: 0 80px;
}
.top_bnr .bnr a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_bnr .bnr a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .top_bnr {
    margin-top: 6.6vw;
  }
  .top_bnr .bnr + .bnr {
    margin-top: 5vw;
  }
  .top_bnr .bnr {
    padding: 0;
  }
  .top_bnr.pc_hide {
    margin-top: 10vw;
  }
}

/*----------------------------------------------------------
anayume
----------------------------------------------------------*/
.sec_anayume {
  position: relative;
  background-color: #fff;
  margin-top: -45px;
  padding-bottom: 120px;
  text-align: center;
  z-index: 1;
}
.sec_anayume .bnr_anayume {
  display: inline-block;
}
.sec_anayume .bnr_anayume a {
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sec_anayume .bnr_anayume a:hover {
  opacity: 0.7;
}
.sec_anayume .bnr_anayume img {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 65px;
  width: auto;
  border: 1px solid #e5e5e5;
}
.sec_anayume .bnr_anayume span {
  width: 70%;
  margin-left: 10px;
  font-size: 13px;
  color: #333;
  text-align: left;
}
.sec_anayume .bnr_anayume + .bnr_anayume {
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  .sec_anayume {
    margin-top: 0;
    padding: 0 25px 60px;
  }
  .sec_anayume .bnr_anayume a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec_anayume .bnr_anayume img {
    width: 90%;
    height: auto;
  }
  .sec_anayume .bnr_anayume span {
    width: 100%;
    margin-left: 0;
    font-size: 3.2vw;
    margin-top: 2vw;
    text-align: center;
  }
  .sec_anayume .bnr_anayume + .bnr_anayume {
    margin-left: 0;
    margin-top: 10vw;
  }
}

/*===============================================================

	section_feature

===============================================================*/
.section_feature {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
.section_feature .feature_step_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.section_feature .step_menu {
  width: 180px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.section_feature .content_step {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_feature .steps {
  width: calc(100% - 180px);
}
.section_feature .img_block {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50%;
  min-height: 100vh;
  height: 100%;
  background-color: #eee;
  background-image: url('/assets/images/top/feature01_pc.jpg');
  background-position: center center;
  background-size: cover;
}
.section_feature .txt_block {
  height: 100%;
  margin-left: 50%;
  width: 50%;
  background: #fff;
}
.section_feature .reverse .img_block {
  top: 0;
  bottom: 0;
  right: 0;
}
.section_feature .reverse .txt_block {
  margin-left: 0;
  margin-right: 50%;
}
.section_feature .txt_block .inner {
  padding: 50px;
}
.section_feature .lead_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .section_feature .feature_step_wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section_feature .step_menu {
    width: 100%;
    min-height: inherit;
    display: none !important;
  }
  .section_feature .content_step {
    min-height: inherit;
    display: block;
  }
  .section_feature .steps {
    width: 100%;
    height: auto;
  }
  .section_feature .img_block {
    width: 100%;
    height: auto;
    min-height: inherit;
    background: none;
    position: static;
  }
  .section_feature .img_block img {
    display: block;
  }
  .section_feature .txt_block {
    margin-left: 0%;
    width: 100%;
    height: auto;
  }
  .section_feature .txt_block .inner {
    padding: 25px;
    padding-bottom: 50px;
  }
}

/*===============================================================
	section_feature txt
===============================================================*/
.section_feature .lead_block .point {
  text-align: center;
  color: #fa0f0c;
}
.section_feature .lead_block .point .point_txt {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.3em;
}
.section_feature .lead_block .point .num {
  font-size: 90px;
  line-height: 1;
}
.section_feature .lead_block .lead {
  font-size: 16px;
  margin: 15px 0 0 44px;
}
.section_feature .txt_block .title {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 30px;
}
.section_feature .txt_block .text {
  margin-top: 30px;
  font-size: 14px;
}
.section_feature .txt_block .btn_line {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .section_feature .lead_block .point .point_txt {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .section_feature .lead_block .point .num {
    font-size: 50px;
    line-height: 1;
  }
  .section_feature .lead_block .lead {
    margin: 15px 0 0 27px;
  }
  .section_feature .txt_block .title {
    font-size: 20px;
    margin-top: 15px;
  }
  .section_feature .txt_block .text {
    margin-top: 25px;
    font-size: 13px;
  }
  .section_feature .txt_block .btn_line {
    margin-top: 30px;
  }
}

/*===============================================================
	section_feature step_menu
===============================================================*/
.section_feature {
  position: relative;
}
.section_feature .step_menu {
  border-left: solid 1px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
.section_feature .step_menu.menu_fixed {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
}
.section_feature .step_menu.menu_bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.section_feature .step_menu li {
  position: relative;
  padding-left: 15px;
  margin-top: 30px;
  opacity: 0.4;
}
.section_feature .step_menu li + li {
  margin-top: 30px;
}
.section_feature .step_menu li::after {
  content: '';
  position: absolute;
  top: 15px;
  left: -2px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #000;
}
.section_feature .step_menu .num {
  font-size: 13px;
  color: #fa0f0c;
  padding-right: 10px;
}
.section_feature .step_menu .txt {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.section_feature .step_menu li.is_active::after {
  background: #fa0f0c;
}
.section_feature .step_menu li.is_active {
  opacity: 1;
}
/*===============================================================

    mv_wrap TVCM

===============================================================*/
.mv .tvcm {
  position: absolute;
  top: 130px;
  right: 30px;
  width: 150px;
  z-index: 1000;
}
.mv .tvcm a {
  display: block;
  background-color: #fff;
  padding: 3px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv .tvcm a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.mv .tvcm p {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .mv .tvcm {
    top: 70px;
    right: 10px;
    width: 100px;
  }
  .mv .tvcm p {
    font-size: 3.2vw;
  }
}

/*===============================================================
    news_pickup
===============================================================*/
@media screen and (max-width: 750px) {
  .news_pickup .slick-list {
    width: 100vw;
    margin-left: -25px;
  }
  .news_pickup .news_pu_item {
    padding: 0 8px;
  }
}
/*# sourceMappingURL=top.css.map */

.index_top_bnr {
  transition: opacity 0.3s;
  display: block;
  margin-block-end: 40px;
}
.index_top_bnr:hover {
  opacity: 0.8;
}
