@charset "UTF-8";
@import url(reset.css);
/*--------------------------------------
共通設定
--------------------------------------*/
body {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans JP', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica Neue', 'HelveticaNeue', 'Verdana', 'Meiryo', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #111111;
  background-color: #fff; }
  @media screen and (min-width: 751px) {
    body {
      font-size: 16px; } }
  @media screen and (min-width: 1001px) {
    body {
      width: calc(100% - 100px);
      margin: 0 0 0 100px; } }

h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5; }

h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5; }

h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6; }

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

img {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0; }

a {
  text-decoration: none;
  color: #111111; }

ul {
  list-style: none; }

@font-face {
  font-family: 'Simplon Norm';
  src: url("../fonts/SimplonNorm-Regular-WebS.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Simplon Norm';
  src: url("../fonts/SimplonNorm-Medium-WebS.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
ruby {
  line-height: 1.3; }

ruby rt {
  line-height: 1.3;
  transform: translateY(-0.1em);
  font-size: 35%; }

/*	safari */
_::-webkit-full-page-media, _:future, :root ruby {
  line-height: 1; }

_::-webkit-full-page-media, _:future, :root ruby rt {
  line-height: 1;
  transform: translateY(0.5em);
  font-size: 35%; }

/* FF */
@-moz-document url-prefix() {
  ruby {
    line-height: 1; }

  ruby rt {
    line-height: 1;
    transform: translateY(0.5em);
    font-size: 35%; } }
/*===============================================================
	色
===============================================================*/
/*===============================================================
	読み込み
===============================================================*/
/*----------------------------------------------------------
common
----------------------------------------------------------*/
body.overflow {
  overflow: hidden; }

.inner {
  padding: 0 25px;
  margin: 0 auto; }
  @media screen and (min-width: 1001px) {
    .inner {
      width: 88.805970149%; } }

.inner_max {
  max-width: 1190px;
  padding: 0 25px;
  margin: 0 auto; }

.inner_s {
  max-width: 990px;
  padding: 0 25px;
  margin: 0 auto; }

.inner_left {
  padding: 0 25px;
  margin: 0 auto; }
  @media screen and (min-width: 751px) {
    .inner_left {
      width: 92.537313432%;
      padding: 0;
      margin: 0 auto 0 0; } }

.inner_right {
  padding: 0 25px;
  margin: 0 auto; }
  @media screen and (min-width: 751px) {
    .inner_right {
      width: 92.537313432%;
      padding: 0;
      margin: 0 0 0 auto; } }

.for_pc {
  display: none; }
  @media screen and (min-width: 751px) {
    .for_pc {
      display: block; } }

.for_tablet {
  display: block; }
  @media screen and (max-width: 1000px) {
    .for_tablet {
      display: none; } }

.for_sp {
  display: block; }
  @media screen and (min-width: 751px) {
    .for_sp {
      display: none; } }

.wrap {
  position: relative;
  overflow: hidden; }

.grayout a {
  opacity: .5;
  pointer-events: none; }

.hide {
  opacity: 0; }
  .hide a {
    pointer-events: none; }

/*----------------- font -----------------*/
.sn_400 {
  font-family: 'Simplon Norm';
  font-weight: 400;
  font-style: normal; }

.sn_500 {
  font-family: 'Simplon Norm';
  font-weight: 500;
  font-style: normal; }

.yu_go {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }

/*----------------- color -----------------*/
.gradation.game {
  background: linear-gradient(to right, #f4275c 0%, #fa5230 100%); }

.gradation.esports {
  background: linear-gradient(to right, #31a154 0%, #5ab559 100%); }

.gradation.aiit {
  background: linear-gradient(100deg, #1D588A 0%, #227496 100%); }

.gradation.media {
  background: linear-gradient(to right, #fe5508 0%, #ff8705 100%); }

.text_game {
  color: #F52D56 !important; }

.text_esports {
  color: #32A254 !important; }

.text_aiit {
  color: #226E94 !important; }

.text_media {
  color: #FE6F06 !important; }

.bd0 {
  border: 0 !important; }

/*----------------------------------------------------------
sec
----------------------------------------------------------*/
.sec_title {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: .05em; }
  @media screen and (min-width: 751px) {
    .sec_title {
      font-size: 16px; } }
.sec_border_top {
  border-top: 1px solid #E5E5E5; }
.sec_border_bottom {
  border-bottom: 1px solid #E5E5E5; }
.sec_title.long {
  flex-wrap: wrap; }
.sec_title span {
  display: block;
  font-size: 24px;
  letter-spacing: .04em;
  color: #FA0F0C; }
  @media screen and (min-width: 751px) {
    .sec_title span {
      font-size: 40px; } }
.sec_title .line {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #111111;
  margin: 0 5px;
  opacity: .4; }
  @media screen and (min-width: 751px) {
    .sec_title .line {
      width: 60px;
      margin: 0 20px; } }
.sec_lead {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff; }
  @media screen and (min-width: 751px) {
    .sec_lead {
      font-size: 36px; } }
.sec_lead.gradation {
  line-height: 1.65; }
.sec_lead span {
  background-color: #111111;
  padding: 0 5px; }
  @media screen and (min-width: 751px) {
    .sec_lead span {
      padding: 0 10px; } }
.sec_columns_title_wrap {
  position: relative;
  padding: 30px 0 0 0;
  border-top: 1px solid #E5E5E5; }
  @media screen and (min-width: 751px) {
    .sec_columns_title_wrap {
      padding: 40px 0 0 0; } }
  .sec_columns_title_wrap::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #FA0F0C; }
    @media screen and (min-width: 751px) {
      .sec_columns_title_wrap::before {
        width: 80px; } }
.sec_columns_title_wrap .line_entry {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .sec_columns_title_wrap .line_entry {
      width: 60vw;
      top: 22px;
      right: 0; } }
  .sec_columns_title_wrap .line_entry p {
    font-size: 12px;
    line-height: 1.4;
    padding-right: 15px; }
    @media screen and (max-width: 750px) {
      .sec_columns_title_wrap .line_entry p {
        display: none; } }
.sec_columns_title_wrap .line_btn {
  width: 170px;
  margin-top: 0; }
  @media screen and (max-width: 750px) {
    .sec_columns_title_wrap .line_btn {
      width: 40vw;
      margin-right: 0; } }
  .sec_columns_title_wrap .line_btn a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.04em;
    background-color: #06c755;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .sec_columns_title_wrap .line_btn a:hover {
    color: #fff;
    opacity: 0.8; }
.sec_columns_title_wrap .fukidashi {
  margin: 0 0 10px 0; }
  @media screen and (min-width: 751px) {
    .sec_columns_title_wrap .fukidashi {
      margin: 0 0 16px 0; } }
.sec_columns_title_wrap .fukidashi span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #fff;
  background-color: #FA0F0C;
  padding: 2px 10px 2px 10px;
  border-radius: 18px; }
  @media screen and (min-width: 751px) {
    .sec_columns_title_wrap .fukidashi span {
      font-size: 20px;
      padding: 2px 14px 2px 18px; } }
  .sec_columns_title_wrap .fukidashi span::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 35px;
    border: 4px solid transparent;
    border-left: 15px solid #FA0F0C;
    transform: rotate(60deg); }
    @media screen and (min-width: 751px) {
      .sec_columns_title_wrap .fukidashi span::after {
        left: 55px; } }
.sec_columns_title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .04em; }
  @media screen and (min-width: 751px) {
    .sec_columns_title {
      font-size: 24px; } }
.sec_columns_title .notice {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .04em;
  padding: 0 0 0 10px; }
  @media screen and (min-width: 751px) {
    .sec_columns_title .notice {
      font-size: 14px;
      padding: 0 0 0 15px; } }
.sec_columns_line_title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .04em;
  padding: 0 0 0 15px;
  border-left: 2px solid #FA0F0C; }
  @media screen and (min-width: 751px) {
    .sec_columns_line_title {
      font-size: 20px;
      padding: 0 0 0 20px; } }
.sec_columns_line_title .notice {
  font-size: 10px;
  padding: 0 0 0 10px; }
  @media screen and (min-width: 751px) {
    .sec_columns_line_title .notice {
      font-size: 12px; } }
.sec_point {
  display: inline-block;
  text-align: center;
  color: #FA0F0C; }
.sec_point .text {
  font-size: 10px;
  letter-spacing: .3em; }
  @media screen and (min-width: 751px) {
    .sec_point .text {
      font-size: 12px; } }
.sec_point .num {
  font-size: 50px;
  line-height: 1; }
  @media screen and (min-width: 751px) {
    .sec_point .num {
      font-size: 60px; } }
@media screen and (min-width: 751px) {
  .sec_event_list {
    display: flex;
    justify-content: space-between; } }
.sec_event_item {
  margin: 0 0 40px 0; }
  @media screen and (min-width: 751px) {
    .sec_event_item {
      width: 21.1%;
      margin: 0; } }
.sec_event_item > a {
  display: block;
  transition: .3s; }
  @media screen and (min-width: 751px) {
    .sec_event_item > a:hover {
      opacity: .8; } }
.sec_event_item .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 20px 0 0 0; }
  @media screen and (min-width: 751px) {
    .sec_event_item .title {
      font-size: 18px; } }
.sec_event_item .lead {
  font-size: 13px;
  letter-spacing: .04em;
  margin: 15px 0 0 0; }
  @media screen and (min-width: 751px) {
    .sec_event_item .lead {
      font-size: 14px; } }
.sec_event_item .date {
  font-size: 14px;
  letter-spacing: .04em;
  color: #FA0F0C;
  margin: 20px 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all; }
.sec_event_item .date span {
  padding: 0 5px 0 0; }
.sec_event_item .link_wrap {
  display: flex;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E5E5E5;
  margin: 15px 0 0 0; }
  @media screen and (min-width: 751px) {
    .sec_event_item .link_wrap {
      padding: 0 0 30px 0; } }
.sec_event_item .link_wrap > div {
  display: block;
  width: 50%;
  text-align: center; }
.sec_event_item .link_wrap > div a {
  display: block;
  width: 100%;
  font-size: 13px;
  letter-spacing: .04em;
  color: #fff;
  padding: 10px 0; }
  @media screen and (min-width: 751px) {
    .sec_event_item .link_wrap > div a {
      transition: .3s; }
      .sec_event_item .link_wrap > div a:hover {
        opacity: .8; } }
.sec_event_item .detail a {
  background-color: #111111; }
.sec_event_item .application a {
  background-color: #FA0F0C; }
.sec_event_item .application.game a {
  background-color: #F52D56; }
.sec_event_item .application.esports a {
  background-color: #32A254; }
.sec_event_item .application.aiit a {
  background-color: #226E94; }
.sec_event_item .application.media a {
  background-color: #FE6F06; }
.sec_course {
  background-color: rgba(242, 242, 242, 0.6);
  padding: 54px 0 60px 0; }
  @media screen and (min-width: 751px) {
    .sec_course {
      padding: 127px 0 150px 0; } }
.sec_course_list {
  margin: 31px 0 0 0; }
  @media screen and (min-width: 751px) {
    .sec_course_list {
      margin: 50px 0 0 0; } }
.sec_course_item {
  margin: 0 0 15px 0; }
  @media screen and (min-width: 751px) {
    .sec_course_item {
      margin: 0 0 61px 0; } }
  .sec_course_item:last-child {
    margin: 0; }
@media screen and (min-width: 751px) {
  .sec_course_item a:hover .btn_icon::before {
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
    transition-delay: .2s; }
  .sec_course_item a:hover .btn_icon::after {
    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);
    transition-delay: 0s; }
  .sec_course_item a:hover .sec_course_img img {
    opacity: .8; } }
.sec_course_item .title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 22px;
  letter-spacing: .04em;
  line-height: 1.3;
  color: #fff;
  padding: 15px 20px; }
  @media screen and (min-width: 751px) {
    .sec_course_item .title {
      font-size: 32px;
      padding: 30px 40px 25px 40px; } }
.sec_course_item .title .en {
  font-size: 15px;
  letter-spacing: .05em;
  opacity: .6; }
  @media screen and (max-width: 750px) {
    .sec_course_item .title .en {
      display: block;
      padding: 8px 0 0 0; } }
  @media screen and (min-width: 751px) {
    .sec_course_item .title .en {
      display: block;
      font-size: 24px;
      padding: 8px 0 0 0; } }
  @media screen and (min-width: 1001px) {
    .sec_course_item .title .en {
      display: inline;
      padding: 15px 0 0 15px; } }
.sec_course_img {
  position: relative;
  background-color: #fff; }
  .sec_course_img img {
    transition: .3s; }
.sec_course_item_lead {
  position: absolute;
  bottom: -10px;
  right: 10px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #fff; }
  @media screen and (min-width: 751px) {
    .sec_course_item_lead {
      bottom: -20px;
      right: 60px;
      font-size: 30px; } }
  @media screen and (min-width: 1001px) {
    .sec_course_item_lead {
      font-size: 42px; } }
.sec_course_details {
  background-color: #fff;
  padding: 41px 20px 20px 20px; }
  @media screen and (min-width: 751px) {
    .sec_course_details {
      padding: 56px 20px 38px 20px; } }
.sec_course_item_lead span {
  padding: 0 5px; }
  @media screen and (min-width: 751px) {
    .sec_course_item_lead span {
      padding: 0 10px; } }
.sec_course_details ul {
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (min-width: 751px) {
    .sec_course_details ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
.sec_course_details li {
  position: relative;
  font-size: 14px;
  letter-spacing: .04em;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 751px) {
    .sec_course_details li {
      width: 44.5%;
      max-width: none;
      margin: 0 0 22px 0; } }
.sec_course_details li a {
  align-items: flex-end; }
.sec_course_details li p {
  margin: 0 0 4px 0; }
  @media screen and (min-width: 751px) {
    .sec_course_details li p {
      margin: 0 0 8px 0; } }
.sec_course_details li .tag {
  width: max-content;
  color: #fff;
  background-color: #111111;
  padding: 0 5px 1px 3px;
  border-radius: 2px; }
  @media screen and (min-width: 751px) {
    .sec_course_details li .tag {
      padding: 2px 10px; } }
.sec_course_details li .tag .small {
  font-size: 11px; }
.sec_course_details li .tag.game {
  background-color: #F52D56; }
.sec_course_details li .tag.esports {
  background-color: #32A254; }
.sec_course_details li .tag.aiit {
  background-color: #226E94; }
.sec_course_details li .tag.media {
  background-color: #FE6F06; }
.sec_ao {
  position: relative;
  background-image: url(../images/ao_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  z-index: 1; }
  @media screen and (min-width: 751px) {
    .sec_ao {
      background-image: url(../images/ao_bg_pc.jpg);
      padding: 80px 0; } }
  .sec_ao::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .85;
    z-index: -1; }
.sec_ao .sec_title {
  align-items: flex-end; }
.sec_ao .title_en {
  font-size: 36px;
  letter-spacing: .04em;
  line-height: 1; }
  @media screen and (min-width: 751px) {
    .sec_ao .title_en {
      font-size: 60px; } }
.sec_ao .title_jp {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  color: #fff;
  padding: 0 0 4px 8px; }
  @media screen and (min-width: 751px) {
    .sec_ao .title_jp {
      font-size: 16px;
      padding: 0 0 8px 19px; } }
.sec_ao_entry {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 22px 0 0 0; }
  @media screen and (min-width: 751px) {
    .sec_ao_entry {
      margin: 66px 0 0 0; } }
.sec_ao_entry .flex {
  color: #fff;
  border-bottom: 2px solid #fff; }
  @media screen and (min-width: 751px) {
    .sec_ao_entry .flex {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      border-width: 3px; } }
.sec_ao_entry .flex .lead {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05em; }
  @media screen and (min-width: 751px) {
    .sec_ao_entry .flex .lead {
      font-size: 14px;
      margin: 0 12px 0 0; } }
.sec_ao_entry .flex .lead span {
  background-color: #FA0F0C;
  padding: 1px 6px 3px 6px;
  border-radius: 18px; }
  @media screen and (min-width: 751px) {
    .sec_ao_entry .flex .lead span {
      padding: 2px 12px 5px 15px; } }
.sec_ao_entry .flex div {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .sec_ao_entry .flex div {
      margin: 12px 0 8px 0; } }
.sec_ao_entry .flex .date {
  display: flex;
  align-items: center;
  font-size: 26px;
  letter-spacing: .05em;
  line-height: 1; }
  @media screen and (min-width: 751px) {
    .sec_ao_entry .flex .date {
      font-size: 48px; } }
.sec_ao_entry .flex .date .day {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #111111;
  background-color: #fff;
  padding: 5px 4px 6px 5px;
  border-radius: 50%;
  margin: 0 0 0 2px; }
  @media screen and (min-width: 751px) {
    .sec_ao_entry .flex .date .day {
      font-size: 24px;
      padding: 4px 3px 6px 5px;
      margin: 0 0 0 6px; } }
.sec_ao_entry .flex div > span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 0 3px 0 5px; }
  @media screen and (min-width: 751px) {
    .sec_ao_entry .flex div > span {
      font-size: 24px;
      padding: 0 12px; } }
.sec_ao_entry .circle {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.2;
  color: #fff;
  background-color: #FA0F0C;
  padding: 22px 5px 22px 9px;
  border-radius: 50%; }
  @media screen and (min-width: 751px) {
    .sec_ao_entry .circle {
      font-size: 14px;
      padding: 45px 8px 45px 17px; } }
  @media screen and (min-width: 1001px) {
    .sec_ao_entry .circle {
      font-size: 23px;
      padding: 55px 12px 55px 20px; } }
.sec_ao_entry .circle span {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 3px 0; }
  @media screen and (min-width: 751px) {
    .sec_ao_entry .circle span {
      font-size: 28px;
      padding: 0 0 4px 0; } }
  @media screen and (min-width: 1001px) {
    .sec_ao_entry .circle span {
      font-size: 36px; } }
  .sec_ao_entry .circle span::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 1px;
    background-color: #fff; }
    @media screen and (min-width: 751px) {
      .sec_ao_entry .circle span::before {
        bottom: -2px;
        height: 2px; } }
@media screen and (min-width: 751px) {
  .sec_ao_wrap {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0 0; } }
.sec_ao_list {
  color: #fff;
  margin: 40px 0 0 0; }
  @media screen and (min-width: 751px) {
    .sec_ao_list {
      width: 50%;
      padding: 0 20px;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      margin: 0; } }
  @media screen and (min-width: 1001px) {
    .sec_ao_list {
      padding: 0 40px; } }
@media screen and (min-width: 751px) {
  .sec_ao_list:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.2); } }
.sec_ao_list .lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em; }
  @media screen and (min-width: 751px) {
    .sec_ao_list .lead {
      font-size: 24px; } }
.sec_ao_list ul {
  padding: 20px 0 0 0;
  border-top: 1px solid #E5E5E5;
  margin: 20px 0 0 0; }
.sec_ao_list li {
  display: flex;
  margin: 0 0 15px 0; }
.sec_ao_list li .num {
  font-size: 16px;
  color: #FA0F0C;
  padding: 0 5px 0 0; }
  @media screen and (min-width: 751px) {
    .sec_ao_list li .num {
      font-size: 20px;
      padding: 0 7px 0 0; } }
.sec_ao_list li p {
  letter-spacing: .04em;
  line-height: 1.78; }
  @media screen and (min-width: 751px) {
    .sec_ao_list li p {
      line-height: 1.81; } }
.sec_ao_list li p .line {
  position: relative;
  display: inline-block; }
  .sec_ao_list li p .line::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FA0F0C; }
.sec_ao_btn_wrap {
  padding: 10px 0 0 0; }
  @media screen and (min-width: 751px) {
    .sec_ao_btn_wrap {
      display: flex;
      justify-content: space-between;
      padding: 0; } }
.sec_ao_btn {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0 auto; }
  @media screen and (min-width: 751px) {
    .sec_ao_btn {
      width: 45%;
      margin: 65px auto 0 auto; } }
.sec_ao_btn a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #fff;
  background-color: #FA0F0C;
  padding: 18px 0; }
  @media screen and (min-width: 751px) {
    .sec_ao_btn a {
      font-size: 20px;
      padding: 25px 0;
      transition: .3s; }
      .sec_ao_btn a:hover {
        color: #FA0F0C;
        background-color: #fff; }
        .sec_ao_btn a:hover .btn_icon::before {
          transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
          transition-delay: .2s; }
        .sec_ao_btn a:hover .btn_icon::after {
          transform: translate3d(0, 0, 0) scale(1);
          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);
          transition-delay: 0s; } }
  @media screen and (min-width: 1201px) {
    .sec_ao_btn a br {
      display: none; } }
.sec_ao_btn .btn_icon {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0; }
  @media screen and (min-width: 751px) {
    .sec_ao_btn .btn_icon {
      right: 20px; } }
.sec_schedule {
  max-width: 1140px;
  background-color: #111111;
  padding: 30px;
  margin: 0 auto 30px auto;
  overflow: hidden; }
  @media screen and (min-width: 751px) {
    .sec_schedule {
      margin: 0 auto 40px auto; } }
.sec_schedule_item {
  position: relative;
  padding: 0 0 20px 25px; }
  @media screen and (min-width: 751px) {
    .sec_schedule_item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      margin: 0 0 10px 0; } }
  .sec_schedule_item::before {
    content: '';
    position: absolute;
    display: block;
    top: -150px;
    left: 0;
    width: 1px;
    height: 150%;
    background-color: #fff; }
    @media screen and (min-width: 751px) {
      .sec_schedule_item::before {
        display: none; } }
.sec_schedule_item .time {
  position: relative;
  color: #fff; }
  @media screen and (min-width: 751px) {
    .sec_schedule_item .time {
      width: 15%;
      text-align: right; } }
  .sec_schedule_item .time::before, .sec_schedule_item .time::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto 0;
    z-index: 1; }
  .sec_schedule_item .time::before {
    left: -32px;
    width: 15px;
    height: 15px;
    background-color: #fff; }
    @media screen and (min-width: 751px) {
      .sec_schedule_item .time::before {
        left: inherit;
        right: -29px;
        width: 23px;
        height: 23px; } }
    @media screen and (min-width: 1001px) {
      .sec_schedule_item .time::before {
        right: -35px; } }
  .sec_schedule_item .time::after {
    left: -27px;
    width: 5px;
    height: 5px;
    background-color: #FA0F0C; }
    @media screen and (min-width: 751px) {
      .sec_schedule_item .time::after {
        left: inherit;
        right: -22px;
        width: 9px;
        height: 9px; } }
    @media screen and (min-width: 1001px) {
      .sec_schedule_item .time::after {
        right: -28px; } }
.sec_schedule_item .time p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1; }
  @media screen and (min-width: 751px) {
    .sec_schedule_item .time p {
      font-size: 22px; } }
.sec_schedule_item .time span {
  font-size: 16px;
  padding: 0 0 0 10px; }
  @media screen and (min-width: 751px) {
    .sec_schedule_item .time span {
      font-weight: 400; } }
.sec_schedule .fukidashi {
  position: relative;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 10px 0 0 0; }
  @media screen and (min-width: 751px) {
    .sec_schedule .fukidashi {
      display: flex;
      align-items: center;
      width: 79.5%;
      padding: 30px 7.4% 30px 4%;
      margin: 0; } }
  .sec_schedule .fukidashi::before {
    content: '';
    position: absolute;
    display: block;
    top: 43%;
    left: -13px;
    border: 6px solid transparent;
    border-top: 8px solid #fff;
    transform: rotate(90deg); }
    @media screen and (max-width: 750px) {
      .sec_schedule .fukidashi::before {
        display: none; } }
  .sec_schedule .fukidashi::after {
    content: '';
    position: absolute;
    display: block;
    top: -95%;
    left: -4%;
    width: 1px;
    height: 150%;
    background-color: #fff; }
    @media screen and (max-width: 750px) {
      .sec_schedule .fukidashi::after {
        display: none; } }
    @media screen and (min-width: 1001px) {
      .sec_schedule .fukidashi::after {
        left: -4.2%; } }
.sec_schedule .fukidashi .lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.35; }
  @media screen and (min-width: 751px) {
    .sec_schedule .fukidashi .lead {
      width: 30%;
      font-size: 20px; } }
.sec_schedule .fukidashi .text {
  width: 100%;
  height: 100%;
  padding: 12px 0 0 0;
  margin: 15px 0 0 0; }
  @media screen and (max-width: 750px) {
    .sec_schedule .fukidashi .text {
      border-top: 1px solid #E5E5E5; } }
  @media screen and (min-width: 751px) {
    .sec_schedule .fukidashi .text {
      padding: 0 0 0 28px;
      border-left: 1px solid #E5E5E5;
      margin: 0; } }

/*----------------------------------------------------------
btn
----------------------------------------------------------*/
.btn_line {
  max-width: 325px; }
  @media screen and (min-width: 751px) {
    .btn_line {
      max-width: 300px; } }
.btn_line a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .btn_line a .btn_icon.up::before {
    transform: translate3d(0, 0, 0) scale(1) rotate(-45deg);
    transition-delay: .2s; }
  .btn_line a .btn_icon.down::before {
    transform: translate3d(0, 0, 0) scale(1) rotate(135deg);
    transition-delay: .2s; }
  @media screen and (min-width: 751px) {
    .btn_line a:hover::before {
      width: 100%; }
    .btn_line a:hover .btn_icon::before {
      transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
      transition-delay: .2s; }
    .btn_line a:hover .btn_icon::after {
      transform: translate3d(0, 0, 0) scale(1);
      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);
      transition-delay: 0s; }
    .btn_line a:hover .btn_icon.left::before {
      transform: translate3d(0, 0, 0) scale(1) rotate(-135deg);
      transition-delay: .2s; }
    .btn_line a:hover .btn_icon.up::before {
      transform: translate3d(0, 0, 0) scale(1) rotate(-45deg);
      transition-delay: .2s; }
    .btn_line a:hover .btn_icon.down::before {
      transform: translate3d(0, 0, 0) scale(1) rotate(135deg);
      transition-delay: .2s; } }
  .btn_line a::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #FA0F0C;
    transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99); }
.btn_icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #F9F9F9;
  border-radius: 50%;
  margin: 0 0 0 auto; }
  .btn_icon::before, .btn_icon::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .btn_icon::before {
    left: -1px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FA0F0C;
    border-right: 1px solid #FA0F0C;
    margin: auto;
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    z-index: 1; }
    @media screen and (min-width: 751px) {
      .btn_icon::before {
        border-color: #fff;
        transform: translate3d(0, 0, 0) scale(calc(5 / 50)) rotate(45deg);
        transition: transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1); } }
  .btn_icon::after {
    width: 100%;
    height: 100%;
    background-color: #FA0F0C;
    border-radius: 50%;
    transform: translate3d(0, 0, 0) scale(calc(5 / 50));
    transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition-delay: 0s; }
    @media screen and (max-width: 750px) {
      .btn_icon::after {
        display: none; } }
.btn_icon.left::before {
  left: 3px;
  transform: translate3d(0, 0, 0) scale(1) rotate(-135deg); }
.btn_line.game a::before {
  background-color: #F52D56; }
.btn_line.game .btn_icon::after {
  background-color: #F52D56; }
.btn_line.esports a::before {
  background-color: #32A254; }
.btn_line.esports .btn_icon::after {
  background-color: #32A254; }
.btn_line.aiit a::before {
  background-color: #226E94; }
.btn_line.aiit .btn_icon::after {
  background-color: #226E94; }
.btn_line.media a::before {
  background-color: #FE6F06; }
.btn_line.media .btn_icon::after {
  background-color: #FE6F06; }
@media screen and (max-width: 750px) {
  .btn_icon.game::before {
    border-color: #F52D56; } }
.btn_icon.game::after {
  background-color: #F52D56; }
@media screen and (max-width: 750px) {
  .btn_icon.esports::before {
    border-color: #32A254; } }
.btn_icon.esports::after {
  background-color: #32A254; }
@media screen and (max-width: 750px) {
  .btn_icon.aiit::before {
    border-color: #226E94; } }
.btn_icon.aiit::after {
  background-color: #226E94; }
@media screen and (max-width: 750px) {
  .btn_icon.media::before {
    border-color: #FE6F06; } }
.btn_icon.media::after {
  background-color: #FE6F06; }

body.ie .btn_icon::before {
  transform: translate3d(0, 0, 0) scale(0.1) rotate(45deg); }
body.ie .btn_icon::after {
  transform: translate3d(0, 0, 0) scale(0.1); }

/*----------------------------------------------------------
slide
----------------------------------------------------------*/
.slide_counts {
  position: absolute;
  width: 100px;
  height: auto;
  text-align: right; }
  @media screen and (min-width: 751px) {
    .slide_counts {
      bottom: inherit; } }

.slide_counts span {
  font-size: 13px;
  letter-spacing: .05em; }

.slide_counts span.counts {
  position: relative;
  padding: 0 0 0 30px; }
  .slide_counts span.counts::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 18px;
    height: 1px;
    background-color: #111111;
    margin: auto 0;
    opacity: .2;
    transform: rotate(-70deg); }

/*----------------------------------------------------------
lower
----------------------------------------------------------*/
.lower {
  position: relative;
  width: 100%;
  height: 300px; }
  @media screen and (min-width: 1001px) {
    .lower {
      height: 500px; } }
  .lower_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .lower_wrap::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .3; }
  .lower .inner {
    display: flex;
    align-items: center;
    height: 100%; }
  .lower_title_wrap {
    position: relative;
    z-index: 1; }
  .lower_title {
    font-size: 40px;
    letter-spacing: .05em;
    line-height: 1.8;
    color: #FA0F0C; }
    @media screen and (min-width: 751px) {
      .lower_title {
        font-size: 60px;
        line-height: 1.2; } }
  .lower_title_jp {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .12em;
    color: #fff; }
    @media screen and (min-width: 751px) {
      .lower_title_jp {
        font-size: 16px; } }

/*----------------------------------------------------------
breadcrumb
----------------------------------------------------------*/
.breadcrumb {
  background-color: #F2F2F2;
  padding: 60px 0 0 0; }
  @media screen and (min-width: 1001px) {
    .breadcrumb {
      padding: 100px 0 0 0; } }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px; }
    @media screen and (min-width: 751px) {
      .breadcrumb ul {
        padding: 16px 30px; } }
  .breadcrumb li {
    position: relative;
    font-size: 11px;
    letter-spacing: .03em;
    padding: 0 24px 0 0; }
    @media screen and (min-width: 751px) {
      .breadcrumb li {
        font-size: 12px;
        padding: 0 34px 0 0; } }
    .breadcrumb li::before {
      content: '';
      position: absolute;
      display: block;
      top: 1px;
      right: 11px;
      bottom: 0;
      width: 4px;
      height: 4px;
      border-top: 1px solid #A2A2A2;
      border-right: 1px solid #A2A2A2;
      margin: auto 0;
      transform: rotate(45deg); }
      @media screen and (min-width: 751px) {
        .breadcrumb li::before {
          right: 15px; } }
  .breadcrumb li:last-child {
    padding: 0; }
    .breadcrumb li:last-child::before {
      display: none; }
  .breadcrumb li a {
    color: #A2A2A2;
    transition: .3s; }
    .breadcrumb li a:hover {
      color: #111111; }

/*----------------------------------------------------------
header
----------------------------------------------------------*/
.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
  z-index: 9999; }
  @media screen and (min-width: 1001px) {
    .header {
      position: absolute;
      display: flex;
      height: 100px; } }
  .header_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    z-index: 1; }
    @media screen and (max-width: 1000px) {
      .header_wrap {
        background-color: #fff; } }
    @media screen and (min-width: 1001px) {
      .header_wrap {
        width: 20%;
        min-width: 190px;
        height: 100px; } }
    @media screen and (min-width: 1181px) {
      .header_wrap {
        width: 25.373134329%; } }
  .header_logo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 750px) {
      .header_logo {
        width: calc(100% - 60px); } }
    @media screen and (min-width: 1001px) {
      .header_logo {
        justify-content: center;
        border-right: 1px solid #EBEBEB; } }
  .header_logo a {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 0 0 15px; }
    @media screen and (min-width: 1001px) {
      .header_logo a {
        width: 82.352941176%;
        max-width: none;
        margin: 0;
        transition: .3s; }
        .header_logo a:hover {
          opacity: .8; } }
  .header_logo img.pc_logo {
    display: none; }
    @media screen and (min-width: 1001px) {
      .header_logo img.pc_logo {
        display: block; } }
  .header_logo img.sp_logo {
    display: block; }
    @media screen and (min-width: 1001px) {
      .header_logo img.sp_logo {
        display: none; } }
  .header_btn {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-left: 1px solid #EBEBEB;
    pointer-events: visible;
    cursor: pointer; }
    @media screen and (min-width: 1001px) {
      .header_btn {
        display: none; } }
  .header_btn.active .header_btn_line:nth-child(1) {
    top: 28px;
    transform: rotate(-45deg); }
  .header_btn.active .header_btn_line:nth-child(2) {
    top: 29px;
    transform: rotate(45deg); }
  .header_btn_line {
    position: absolute;
    left: 0;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
    transition: .3s; }
  .header_btn_line:nth-child(1) {
    top: 26px; }
  .header_btn_line:nth-child(2) {
    top: 32px; }
  .header_spnav {
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: .3s;
    overflow-y: scroll; }
  .header_spnav.open {
    right: 0; }
  .header_sp_list {
    border-top: 1px solid #EBEBEB;
    margin: 60px 0 0 0; }
  .header_sp_item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #EBEBEB; }
  .header_sp_list .has_child > a .more {
    position: relative;
    width: 60px;
    height: 100%;
    border-left: 1px solid #EBEBEB;
    margin: 0 0 0 auto; }
  .header_sp_list .has_child > a .more::before, .header_sp_list .has_child > a .more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: #111111;
    margin: auto; }
  .header_sp_list .has_child > a .more::after {
    transition: .3s;
    transform: rotate(90deg); }
  .header_sp_list .has_child > a.active .more::after {
    transform: rotate(0); }
  .header_sp_item a .en {
    font-size: 12px;
    color: #FA0F0C;
    padding: 2px 0 0 10px; }
  .header_sp_item .children {
    display: none; }
  .header_sp_item .children a {
    background-color: #F2F2F2; }
  .header_sp_item .grandchild {
    display: none; }
  .header_sp_item .grandchild a {
    background-color: #D3D3D3;
    border-color: #C2C2C2; }
  .header_sp_item .grandchild li:last-child a {
    border-color: #EBEBEB; }
  .header_sp_visitor {
    padding: 0 0 20px;
    border-bottom: 1px solid #EBEBEB; }
    .header_sp_visitor .head {
      font-size: 14px; }
      .header_sp_visitor .head a {
        display: block;
        width: 100%;
        line-height: 50px;
        padding: 0 0 0 25px; }
        .header_sp_visitor .head a .en {
          font-size: 12px;
          color: #FA0F0C;
          padding: 2px 0 0 10px; }
    .header_sp_visitor .list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0 25px;
      margin-top: -10px; }
      .header_sp_visitor .list li {
        width: calc(49%);
        margin-top: 10px; }
        .header_sp_visitor .list li a {
          font-size: 12px;
          color: #000;
          display: block;
          padding: 10px 0;
          text-align: center;
          background: #F2F2F2; }
  .header_sp_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 25px;
    margin: 20px 0 30px 0; }
  .header_sp_info_btn a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    border: 1px solid #707070; }
  .header_sp_info_btn {
    width: 49%;
    margin: 10px 0 0 0; }
  .header_sp_info_btn.dr.oc {
    width: 100%;
    background-color: #000; }
  .header_sp_info_btn.dr {
    width: 100%;
    background-color: #FA0F0C; }
  .header_sp_info_btn.dr a {
    font-size: 13px;
    color: #fff;
    padding: 15px 0;
    border: none; }
  .header_sp_info_btn.map a span {
    position: relative;
    padding: 0 0 0 15px; }
    .header_sp_info_btn.map a span::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: -3px;
      bottom: 0;
      width: 7.5px;
      height: 12px;
      background-image: url(../images/icon_map.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin: auto 0; }
  .header_sp_info_btn.contact a span {
    position: relative;
    padding: 0 0 0 10px; }
    .header_sp_info_btn.contact a span::before {
      content: '';
      position: absolute;
      display: block;
      top: 2px;
      left: -8px;
      bottom: 0;
      width: 12px;
      height: 9.6px;
      background-image: url(../images/icon_contact.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin: auto 0; }
  .header_sp_lang {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    margin: 20px 0 0 0; }
  .header_sp_lang li {
    width: 23.7%; }
  .header_sp_lang li a {
    display: block; }
  .header_sp_sns {
    display: flex;
    justify-content: center;
    padding: 0 25px;
    margin: 20px 0; }
  .header_sp_sns li {
    width: 40px;
    margin: 0 10px; }
  .header_sp_sns li a {
    display: block; }
  .header_pcnav {
    display: none; }
    @media screen and (min-width: 1001px) {
      .header_pcnav {
        display: block;
        width: 80%; } }
    @media screen and (min-width: 1181px) {
      .header_pcnav {
        width: 74.626865671%; } }
  .header_pc_sub {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 2%;
    border-bottom: 1px solid #EBEBEB; }
    @media screen and (min-width: 1401px) {
      .header_pc_sub {
        padding: 0 0 0 4%; } }
  .header_pc_sub_list {
    display: flex; }
  .header_pc_sub_list li {
    margin: 0 10px 0 0; }
    @media screen and (min-width: 1401px) {
      .header_pc_sub_list li {
        margin: 0 25px 0 0; } }
    .header_pc_sub_list li:last-child {
      margin: 0; }
  .header_pc_sub_list li a {
    position: relative;
    display: block;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 0;
    transition: .3s; }
    .header_pc_sub_list li a:hover {
      color: #FA0F0C; }
  .header_pc_sub .flex {
    display: flex; }
  .header_pc_sub_sns {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0; }
    @media screen and (min-width: 1401px) {
      .header_pc_sub_sns {
        margin: 0 20px 0 0; } }
  .header_pc_sub_sns li {
    margin: 10px 0 10px 5px; }
    @media screen and (min-width: 1401px) {
      .header_pc_sub_sns li {
        margin: 10px 0 10px 10px; } }
  .header_pc_sub_sns a {
    display: block;
    width: 16px;
    transition: .3s; }
    .header_pc_sub_sns a:hover {
      opacity: .5; }
    @media screen and (min-width: 1401px) {
      .header_pc_sub_sns a {
        width: 20px; } }
  .header_pc_sub_lang {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #EBEBEB; }
  .header_pc_sub_lang a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 5px 0 15px;
    transition: .3s;
    pointer-events: visible;
    cursor: pointer; }
    .header_pc_sub_lang a:hover span {
      color: #FA0F0C; }
    @media screen and (min-width: 1401px) {
      .header_pc_sub_lang a {
        padding: 0 30px 0 40px; } }
  .header_pc_sub_lang a span {
    position: relative;
    font-size: 10px;
    letter-spacing: .1em;
    transition: .3s; }
    @media screen and (min-width: 1401px) {
      .header_pc_sub_lang a span {
        font-size: 12px; } }
    .header_pc_sub_lang a span::before {
      content: '';
      position: absolute;
      display: block;
      top: 3px;
      left: -10px;
      bottom: 0;
      width: 4px;
      height: 4px;
      box-sizing: border-box;
      border: 4px solid transparent;
      border-left: 4px solid #FA0F0C;
      margin: auto 0;
      transition: .3s;
      transform: rotate(90deg); }
      @media screen and (min-width: 1401px) {
        .header_pc_sub_lang a span::before {
          left: -18px; } }
  .header_pc_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 2%; }
    @media screen and (min-width: 1181px) {
      .header_pc_main {
        padding: 0 0 0 4%; } }
  .header_pc_main_list {
    display: flex; }
  .header_pc_main_list > li {
    margin: 0 15px 0 0; }
    @media screen and (min-width: 1401px) {
      .header_pc_main_list > li {
        margin: 0 40px 0 0; } }
    .header_pc_main_list > li:last-child {
      margin: 0; }
  .header_pc_main_list > li > a {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 19px 0; }
    .header_pc_main_list > li > a:hover::before {
      opacity: 1; }
    .header_pc_main_list > li > a::before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #FA0F0C;
      opacity: 0;
      transition: .3s; }
  .header_pc_main_list > li.is_act > a::before {
    opacity: 1; }
  .header_pc_main_list .children {
    position: absolute;
    display: none;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 50px 0; }
  .header_pc_main_list .children_inner {
    width: 100%;
    max-width: 1190px;
    padding: 0 25px;
    margin: 0 auto; }
  .header_pc_main_list .children_lead {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .04em;
    margin: 0 0 30px 0; }
    .header_pc_main_list .children_lead span {
      font-size: 30px;
      color: #FA0F0C;
      padding: 0 15px 0 0; }
  .header_pc_main_list .children_lead.course_lead {
    margin: 0 0 10px 0; }
  .header_pc_main_list .children_btn {
    width: 22.632%;
    margin: 0 0 30px 0; }
  .header_pc_main_list .btn_line {
    max-width: none; }
  .header_pc_main_list .children .btn_line {
    font-size: 14px; }
  .header_pc_main_list .children .btn_line a {
    padding: 0 0 10px 0; }
  .header_pc_main_list .children .btn_icon {
    width: 30px;
    height: 30px; }
  .header_pc_main_list .children .children_inner > ul {
    display: flex;
    flex-wrap: wrap; }
  .header_pc_main_list .children li {
    margin: 0 0 10px 0; }
    .header_pc_main_list .children li:last-child {
      margin: 0; }
  .header_pc_main_list .children .children_inner > ul > li {
    width: 22.632%;
    margin: 0 3.158% 10px 0; }
  .header_pc_main_list .children .children_inner > ul > li:nth-child(4n) {
    margin: 0; }
  .header_pc_main_list .children .children_inner > ul > li:last-child {
    margin: 0; }
  .header_pc_main_list .children .column2 {
    width: 48% !important; }
  .header_pc_main_list .course_img {
    margin: 0 0 10px 0; }
  .header_pc_main_list .children .flex {
    display: flex;
    flex-wrap: wrap; }
  .header_pc_main_list .children .flex > ul {
    width: 22.632%;
    margin: 0 3.158% 0 0; }
  .header_pc_main_list .children .flex > ul:last-of-type {
    margin: 0; }
  .header_pc_main_list .grandchild {
    margin: 15px 0 0 0; }
  .header_pc_main_list .children .column2 .grandchild {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .header_pc_main_list .children .column2 .grandchild li {
    width: 50%; }
  .header_pc_main_list .grandchild a {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 0 0 0 13px;
    transition: .3s; }
    .header_pc_main_list .grandchild a:hover {
      color: #FA0F0C; }
    .header_pc_main_list .grandchild a::before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0;
      bottom: 0;
      width: 4px;
      height: 4px;
      background-color: #FA0F0C;
      border-radius: 50%;
      margin: auto 0; }
  .header_pc_main_list .nav_game a, .header_pc_main_list .nav_esports a, .header_pc_main_list .nav_aiit a, .header_pc_main_list .nav_media a {
    display: block;
    transition: .3s; }
  .header_pc_main_list .nav_game .course_img, .header_pc_main_list .nav_esports .course_img, .header_pc_main_list .nav_aiit .course_img, .header_pc_main_list .nav_media .course_img {
    transition: .3s; }
  .header_pc_main_list .nav_game .btn_line, .header_pc_main_list .nav_esports .btn_line, .header_pc_main_list .nav_aiit .btn_line, .header_pc_main_list .nav_media .btn_line {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .header_pc_main_list .nav_game .btn_line::before, .header_pc_main_list .nav_esports .btn_line::before, .header_pc_main_list .nav_aiit .btn_line::before, .header_pc_main_list .nav_media .btn_line::before {
      content: '';
      position: absolute;
      display: block;
      bottom: -1px;
      left: 0;
      width: 0;
      height: 1px;
      transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99); }
  .header_pc_main_list .nav_game .btn_line.game::before, .header_pc_main_list .nav_esports .btn_line.game::before, .header_pc_main_list .nav_aiit .btn_line.game::before, .header_pc_main_list .nav_media .btn_line.game::before {
    background-color: #F52D56; }
  .header_pc_main_list .nav_game .btn_line.esports::before, .header_pc_main_list .nav_esports .btn_line.esports::before, .header_pc_main_list .nav_aiit .btn_line.esports::before, .header_pc_main_list .nav_media .btn_line.esports::before {
    background-color: #32A254; }
  .header_pc_main_list .nav_game .btn_line.aiit::before, .header_pc_main_list .nav_esports .btn_line.aiit::before, .header_pc_main_list .nav_aiit .btn_line.aiit::before, .header_pc_main_list .nav_media .btn_line.aiit::before {
    background-color: #226E94; }
  .header_pc_main_list .nav_game .btn_line.media::before, .header_pc_main_list .nav_esports .btn_line.media::before, .header_pc_main_list .nav_aiit .btn_line.media::before, .header_pc_main_list .nav_media .btn_line.media::before {
    background-color: #FE6F06; }
  .header_pc_main_list .nav_game a:hover .course_img, .header_pc_main_list .nav_esports a:hover .course_img, .header_pc_main_list .nav_aiit a:hover .course_img, .header_pc_main_list .nav_media a:hover .course_img {
    opacity: .8; }
  .header_pc_main_list .nav_game a:hover .btn_line::before, .header_pc_main_list .nav_esports a:hover .btn_line::before, .header_pc_main_list .nav_aiit a:hover .btn_line::before, .header_pc_main_list .nav_media a:hover .btn_line::before {
    width: 100%; }
  .header_pc_main_list .nav_game a:hover .btn_line .btn_icon::before, .header_pc_main_list .nav_esports a:hover .btn_line .btn_icon::before, .header_pc_main_list .nav_aiit a:hover .btn_line .btn_icon::before, .header_pc_main_list .nav_media a:hover .btn_line .btn_icon::before {
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transition-delay: .2s; }
  .header_pc_main_list .nav_game a:hover .btn_line .btn_icon::after, .header_pc_main_list .nav_esports a:hover .btn_line .btn_icon::after, .header_pc_main_list .nav_aiit a:hover .btn_line .btn_icon::after, .header_pc_main_list .nav_media a:hover .btn_line .btn_icon::after {
    transform: translate3d(0, 0, 0) scale(1);
    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);
    transition-delay: 0s; }
  .header_pc_main_list .nav_game a:hover .btn_line .btn_icon.left::before, .header_pc_main_list .nav_esports a:hover .btn_line .btn_icon.left::before, .header_pc_main_list .nav_aiit a:hover .btn_line .btn_icon.left::before, .header_pc_main_list .nav_media a:hover .btn_line .btn_icon.left::before {
    transform: translate3d(0, 0, 0) scale(1) rotate(-135deg);
    transition-delay: .2s; }
  .header_pc_main_list .nav_game .grandchild a:hover {
    color: #F52D56; }
  .header_pc_main_list .nav_game .grandchild a::before {
    background-color: #F52D56; }
  .header_pc_main_list .nav_esports .grandchild a:hover {
    color: #32A254; }
  .header_pc_main_list .nav_esports .grandchild a::before {
    background-color: #32A254; }
  .header_pc_main_list .nav_aiit .grandchild a:hover {
    color: #226E94; }
  .header_pc_main_list .nav_aiit .grandchild a::before {
    background-color: #226E94; }
  .header_pc_main_list .nav_media .grandchild a:hover {
    color: #FE6F06; }
  .header_pc_main_list .nav_media .grandchild a::before {
    background-color: #FE6F06; }
  .header_pc_main .btn_nav_flex {
    display: flex;
    margin: 0 10px 0 0; }
    @media screen and (min-width: 1401px) {
      .header_pc_main .btn_nav_flex {
        margin: 0 30px 0 0; } }
  .header_pc_main .btn_nav {
    margin: 0 0 0 5px; }
  .header_pc_main .btn_nav a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    padding: 7px 0;
    transition: .3s; }
    .header_pc_main .btn_nav a:hover {
      opacity: .7; }
    @media screen and (min-width: 1401px) {
      .header_pc_main .btn_nav a {
        width: 124px;
        font-size: 12px; } }
  .header_pc_main .btn_nav.black a {
    background-color: #000; }
  .header_pc_main .btn_nav.red a {
    background-color: #FA0F0C; }

/*----------------------------------------------------------
side
----------------------------------------------------------*/
.side {
  position: fixed;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #EBEBEB;
  z-index: 99999; }
  @media screen and (max-width: 1000px) {
    .side {
      display: none; } }
  .side_logo {
    width: 100%;
    height: 100px;
    padding: 30px 0 0 0; }
  .side_logo a {
    display: block;
    width: 36px;
    height: 46.18px;
    margin: 0 auto; }
    @media screen and (min-width: 751px) {
      .side_logo a {
        transition: all .2s; }
        .side_logo a:hover {
          opacity: .8; } }
  .side_btn {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    transition: all .3s;
    pointer-events: visible;
    cursor: pointer; }
    .side_btn:hover {
      background-color: #000; }
      .side_btn:hover .side_btn_line {
        background-color: #fff; }
  .side_btn.active .side_btn_line:nth-child(1) {
    top: 49px;
    transform: rotate(-45deg); }
  .side_btn.active .side_btn_line:nth-child(2) {
    top: 50px;
    transform: rotate(45deg); }
  .side_btn_line {
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: #000;
    margin: auto;
    transition: all .3s; }
  .side_btn_line:nth-child(1) {
    top: 45px; }
  .side_btn_line:nth-child(2) {
    top: 53px; }
  .side_dr {
    width: 100%;
    height: 180px; }
  .side_dr a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #111111; }
    @media screen and (min-width: 751px) {
      .side_dr a {
        transition: all .2s; }
        .side_dr a:hover {
          opacity: .8; } }
  .side_dr a.ao {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .side_dr a.dr {
    background-color: #FA0F0C; }
  .side_nav {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: -100%;
    width: calc(100% - 100px);
    height: 100%;
    background-color: #fff;
    transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    z-index: 9999; }
    @media screen and (max-width: 1000px) {
      .side_nav {
        display: none; } }
  .side_nav.open {
    left: 100px; }
  .side_inner {
    display: flex;
    width: 85.1%;
    margin: 0 auto; }
  .side_nav_wrap {
    width: 21.1%;
    margin: 0 5.262% 0 0; }
  .side_nav_wrap:last-of-type {
    margin: 0; }
  .side_nav_block {
    margin: 0 0 50px 0; }
  .side_nav_list {
    margin: 25px 0 0 0; }
  .side_nav_list li {
    margin: 0 0 15px 0; }
  .side_nav_list li a {
    position: relative;
    font-size: 13px; }
    .side_nav_list li a:hover::after {
      width: 100%; }
    .side_nav_list li a::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #FA0F0C;
      transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99); }
  .side_nav_list .children {
    margin: 20px 0; }
  .side_nav_list .children li {
    position: relative;
    padding: 0 0 0 30px; }
    .side_nav_list .children li::before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      bottom: 0;
      width: 20px;
      height: 1px;
      background-color: #E5E5E5;
      margin: auto 0; }

body.ie .side_inner {
  margin: 0; }

/*----------------------------------------------------------
sp_fixed
----------------------------------------------------------*/
.sp_fixed {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 9990; }
  @media screen and (min-width: 751px) {
    .sp_fixed {
      display: none;
      z-index: -9999; } }
  .sp_fixed ul {
    display: flex;
    height: 100%; }
  .sp_fixed li {
    display: block;
    width: 50%;
    height: 100%; }
  .sp_fixed a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 11px;
    letter-spacing: .04em;
    line-height: 1;
    color: #fff;
    padding: 7px 0 5px 0; }
    .sp_fixed a img {
      width: 15px;
      margin: 0 auto 2px auto; }
  .sp_fixed li.red a {
    background-color: #FA0F0C; }
  .sp_fixed li.black a {
    background-color: #111111; }
  .sp_fixed li.ao a {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }

/*----------------------------------------------------------
footer
----------------------------------------------------------*/
.footer {
  background-color: #111111; }
  @media screen and (max-width: 750px) {
    .footer {
      margin: 0 0 44px 0; } }
  .footer p, .footer a {
    color: #fff; }
  .footer .grayout a {
    opacity: .3; }
  .footer_dr {
    background-image: url(../images/footer_dr_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0; }
    @media screen and (min-width: 751px) {
      .footer_dr {
        padding: 160px 0; } }
  .footer_dr_link {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 20px 40px 20px; }
    @media screen and (min-width: 751px) {
      .footer_dr_link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 20px; }
        .footer_dr_link:hover .btn_icon::before {
          transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
          transition-delay: .2s; }
        .footer_dr_link:hover .btn_icon::after {
          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);
          transition-delay: 0s; } }
    @media screen and (min-width: 851px) {
      .footer_dr_link {
        padding: 30px 40px; } }
  .footer_dr_lead {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .04em;
    color: #111111 !important; }
    @media screen and (min-width: 751px) {
      .footer_dr_lead {
        font-size: 24px; } }
    @media screen and (min-width: 851px) {
      .footer_dr_lead {
        margin: 0 0 0 20px; } }
    .footer_dr_lead span {
      display: block;
      font-size: 12px;
      letter-spacing: .05em; }
      @media screen and (min-width: 751px) {
        .footer_dr_lead span {
          font-size: 16px;
          margin: 5px 0 0 0; } }
  .footer_dr_wrap {
    margin: 15px 0 0 0; }
    @media screen and (min-width: 751px) {
      .footer_dr_wrap {
        display: flex;
        align-items: center;
        margin: 0; } }
  .footer_dr_img {
    display: block;
    border: 1px solid #707070; }
    @media screen and (max-width: 750px) {
      .footer_dr_img {
        position: absolute;
        top: 30px;
        right: 20px;
        width: 100%;
        max-width: 95px; } }
    @media screen and (min-width: 751px) {
      .footer_dr_img {
        max-width: 115px;
        padding: 10px; } }
  .footer_dr_text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #111111 !important; }
    @media screen and (min-width: 751px) {
      .footer_dr_text {
        font-size: 18px;
        margin: 0 0 0 21px; } }
  .footer_dr_wrap .btn_icon {
    margin: 0 0 0 25px; }
    @media screen and (max-width: 750px) {
      .footer_dr_wrap .btn_icon {
        display: none; } }
    @media screen and (min-width: 851px) {
      .footer_dr_wrap .btn_icon {
        margin: 0 0 0 70px; } }
  .footer_pcnav {
    display: none; }
    @media screen and (min-width: 751px) {
      .footer_pcnav {
        display: block;
        margin: 90px 0 0 0; } }
  .footer_pcnav .inner_max {
    display: flex; }
  .footer_nav_wrap {
    width: 21.1%;
    margin: 0 5.262% 0 0; }
  .footer_nav_wrap:last-of-type {
    margin: 0; }
  .footer_nav_block {
    margin: 0 0 60px 0; }
  .footer_nav_lead a {
    font-size: 14px;
    border-color: rgba(255, 255, 255, 0.1); }
    @media screen and (min-width: 891px) {
      .footer_nav_lead a {
        font-size: 16px; } }
  .footer_nav_lead .btn_icon {
    background-color: #111111; }
    .footer_nav_lead .btn_icon::before {
      border-color: #FA0F0C; }
    .footer_nav_lead .btn_icon::after {
      background-color: #fff; }
  .footer_nav_list {
    margin: 25px 0 0 0; }
  .footer_nav_list li {
    margin: 0 0 15px 0; }
  .footer_nav_list li a {
    position: relative;
    font-size: 12px; }
    @media screen and (min-width: 891px) {
      .footer_nav_list li a {
        font-size: 13px; } }
    .footer_nav_list li a:hover::after {
      width: 100%; }
    .footer_nav_list li a::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #FA0F0C;
      transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99); }
  .footer_nav_list .children {
    margin: 20px 0; }
  .footer_nav_list .children li {
    position: relative;
    padding: 0 0 0 30px; }
    .footer_nav_list .children li::before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      bottom: 0;
      width: 20px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.4);
      margin: auto 0; }
  .footer_contents {
    padding: 40px 0 35px 0; }
    @media screen and (min-width: 751px) {
      .footer_contents {
        padding: 40px 0 60px 0; } }
  .footer_contents_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    @media screen and (min-width: 751px) {
      .footer_contents_list {
        padding: 40px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1); } }
  .footer_contents_item {
    margin: 0 15px 0 0; }
    @media screen and (min-width: 751px) {
      .footer_contents_item {
        margin: 0 30px 0 0; } }
    .footer_contents_item:last-child {
      margin: 0; }
  .footer_contents_item a {
    position: relative;
    font-size: 12px; }
    @media screen and (min-width: 751px) {
      .footer_contents_item a {
        font-size: 13px; }
        .footer_contents_item a:hover::after {
          width: 100%; } }
    .footer_contents_item a::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #FA0F0C;
      transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99); }
  .footer_info {
    padding: 25px 0 0 0; }
    @media screen and (min-width: 751px) {
      .footer_info {
        padding: 60px 0 0 0; } }
    @media screen and (min-width: 1061px) {
      .footer_info {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; } }
  .footer_logo {
    max-width: 270px; }
    @media screen and (min-width: 751px) {
      .footer_logo {
        max-width: 345px; } }
  .footer_logo a {
    display: block; }
    @media screen and (min-width: 751px) {
      .footer_logo a {
        transition: .3s; }
        .footer_logo a:hover {
          opacity: .8; } }
  .footer_address {
    font-size: 13px;
    margin: 19px 0 0 0;
    opacity: .4; }
  .footer_info_column.contact {
    margin: 50px 0 0 0; }
    @media screen and (min-width: 1061px) {
      .footer_info_column.contact {
        margin: 0; } }
  @media screen and (min-width: 1061px) {
    .footer_info_column.contact ul {
      display: flex;
      justify-content: flex-end; } }
  @media screen and (min-width: 1061px) {
    .footer_info_column.contact li:last-child {
      margin: 0 0 0 20px; } }
  .footer_info_column.contact a {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: .05em; }
    @media screen and (min-width: 751px) {
      .footer_info_column.contact a {
        font-size: 24px;
        transition: .3s; }
        .footer_info_column.contact a:hover {
          opacity: .8; } }
  @media screen and (min-width: 751px) {
    .footer_info_column.contact a.tel {
      pointer-events: none; } }
  .footer_info_column.contact a span {
    position: relative;
    display: block;
    margin: 0 8px 0 0; }
    .footer_info_column.contact a span::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin: auto; }
  .footer_info_column.contact a span.mail {
    width: 14px;
    height: 11px; }
    .footer_info_column.contact a span.mail::before {
      background-image: url(../images/icon_mail.svg); }
  .footer_info_column.contact a span.tel {
    width: 11px;
    height: 11px; }
    .footer_info_column.contact a span.tel::before {
      background-image: url(../images/icon_tel.svg); }
  .footer_info .copyright {
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.8;
    margin: 15px 0 0 0;
    opacity: .4; }
    @media screen and (min-width: 751px) {
      .footer_info .copyright {
        font-size: 12px;
        margin: 10px 0 0 0; } }
  .footer_totop {
    position: fixed;
    display: block;
    bottom: 50px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #F9F9F9;
    border-radius: 50%;
    pointer-events: visible;
    cursor: pointer;
    transition: .4s;
    opacity: 0;
    z-index: -9999; }
    @media screen and (min-width: 751px) {
      .footer_totop {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px; } }
  @media screen and (min-width: 751px) and (min-width: 751px) {
    .footer_totop:hover {
      opacity: .8; } }

    .footer_totop::before, .footer_totop::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transition: .3s; }
    .footer_totop::before {
      width: 1px;
      height: 12px;
      background-color: #FA0F0C; }
    .footer_totop::after {
      top: -4px;
      left: 0;
      width: 6px;
      height: 6px;
      border-top: 1px solid #FA0F0C;
      border-right: 1px solid #FA0F0C;
      transform: rotate(-45deg); }
  .footer_totop.scroll {
    opacity: 1;
    z-index: 9998; }

/*修正指示no13*/
.footer_info_column .footer_sns li {
  width: 25px; }

.footer_info_column .footer_sns li + li {
  margin: 0 0 0 15px; }

.footer_info_column .footer_sns li:last-child {
  margin: 0 0 0 15px; }

.footer_info_column .footer_sns + * {
  margin-top: 10px; }

@media screen and (max-width: 1100px) {
  .footer_info_column .footer_sns {
    display: flex; } }
/*===============================================================
	
	font
	
===============================================================*/
.none {
  display: none; }

/*===============================================================
	
	img fig
	
===============================================================*/
.section img {
  width: 100%;
  height: auto; }

.photo img,
.fig img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/* マージン
----------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important; }

.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mb05 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.txt_align_center {
  text-align: center !important; }

.txt_align_left {
  text-align: left !important; }

.txt_align_right {
  text-align: right !important; }

/*===============================================================
	
	マージン
	
===============================================================*/
.mt_section {
  margin-top: 80px; }
  @media screen and (max-width: 750px) {
    .mt_section {
      margin-top: 50px; } }

.mt_content {
  margin-top: 60px; }
  @media screen and (max-width: 750px) {
    .mt_content {
      margin-top: 30px; } }

.mt_item {
  margin-top: 30px; }
  @media screen and (max-width: 750px) {
    .mt_item {
      margin-top: 15px; } }

/*===============================================================
	
	device
	
===============================================================*/
@media screen and (min-width: 751px) {
  .sp {
    display: none; } }

.pc {
  display: block; }
  @media screen and (max-width: 750px) {
    .pc {
      display: none; } }

/*===============================================================
	
	レイアウト
	
===============================================================*/
.full_width {
  width: 100%;
  max-width: 1700px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.wide_width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.content_width {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1190px;
  padding: 0 25px; }
  @media screen and (max-width: 750px) {
    .content_width {
      padding: 0; } }

.narrow_width {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.narrow_width {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.narrower_width {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .wide_width {
    width: 100%;
    padding: 0 50px; } }
/* for tablet max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .wide_width {
    width: 100%;
    padding: 0 0; } }
/* for tablet max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1240px) {
  .full_width {
    padding: 0 20px; }

  .content_width {
    width: 100%; } }
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .full_width {
    padding: 0; }

  .narrow_width {
    width: 100%; }

  .narrower_width {
    width: 75%; } }
/* for SP max-width: 800px */
/*===============================================================
	
	flex_container
	
===============================================================*/
.flex_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.flex_container_reverse {
  flex-direction: row-reverse; }

.flex_container .item {
  flex-basis: auto; }

.flex_container .item.item_center {
  margin-right: auto;
  margin-left: auto; }

.flex_container.align_bottom {
  align-items: flex-end; }

.flex_container.align_center {
  align-items: center; }

.flex_container.item_list {
  margin-top: -40px; }

.flex_container.item_list .item {
  margin-top: 40px; }

.flex_container.item_list .item .caption {
  font-size: 14px;
  margin-top: 10px; }

@media screen and (max-width: 1000px) {
  .flex_container.item_list {
    margin-top: -30px; }

  .flex_container.item_list .item {
    margin-top: 30px; }

  .flex_container.item_list .item .caption {
    font-size: 14px;
    margin-top: 10px; } }
/*----------------------------------------------------------------
アイテム比率
----------------------------------------------------------------*/
.flex_container .item_1_1,
.flex_container .col_1_1 {
  width: 100%; }

.flex_container .item_2_1,
.flex_container .col_2_1 {
  width: 48.598130841121495%;
  margin-right: 2.803738317757009%;
  /* 1070px幅で30pxのgutter */ }

.flex_container .item_3_1,
.flex_container .col_3_1 {
  width: 31.464174454828661%;
  margin-right: 2.803738317757009%;
  /* 1070px幅で30pxのgutter */ }

.flex_container .item_3_2,
.flex_container .col_3_2 {
  width: 65.73208722741433%;
  margin-right: 2.803738317757009%;
  /* 1070px幅で30pxのgutter */ }

.flex_container .item_4_1,
.flex_container .col_4_1 {
  width: 23.598130841121495%;
  margin-right: 1.869158878504673%;
  /* 1070px幅で20pxのgutter */ }

.flex_container .item_5_1,
.flex_container .col_5_1 {
  width: 18.878504672897196%;
  margin-right: 1.401869158878505%;
  /* 1070px幅で15pxのgutter */ }

.flex_container .item_6_1,
.flex_container .col_6_1 {
  width: 15.88785046728972%;
  margin-right: 0.934579439252336%;
  /* 1070px幅で10pxのgutter */ }

.flex_container .col_3_1 + .col_3_2,
.flex_container .col_3_2 + .col_3_1,
.flex_container .col_2_1:nth-child(2n),
.flex_container .col_3_1:nth-child(3n),
.flex_container .col_4_1:nth-child(4n),
.flex_container .col_5_1:nth-child(5n),
.flex_container .col_6_1:nth-child(6n),
.flex_container .item_3_1 + .item_3_2,
.flex_container .item_3_2 + .item_3_1,
.flex_container .item_2_1:nth-child(2n),
.flex_container .item_3_1:nth-child(3n),
.flex_container .item_4_1:nth-child(4n),
.flex_container .item_5_1:nth-child(5n),
.flex_container .item_6_1:nth-child(6n) {
  margin-right: 0; }

/* タブレット以下 */
@media screen and (max-width: 1023px) {
  /*4→3カラム*/
  .flex_container .col_4_1,
  .flex_container .col_4_1:nth-child(4n),
  .flex_container .item_4_1,
  .flex_container .item_4_1:nth-child(4n) {
    width: 31.464174454828661%;
    margin-right: 2.803738317757009%; }

  /*5→4カラム*/
  .flex_container .col_5_1,
  .flex_container .col_5_1:nth-child(5n),
  .flex_container .item_5_1,
  .flex_container .item_5_1:nth-child(5n) {
    width: 23.598130841121495%;
    margin-right: 1.869158878504673%; }

  .flex_container .col_4_1:nth-child(3n),
  .flex_container .col_5_1:nth-child(4n),
  .flex_container .item_4_1:nth-child(3n),
  .flex_container .item_5_1:nth-child(4n) {
    margin-right: 0; }

  /*6→3カラム*/
  .flex_container .col_6_1,
  .flex_container .col_6_1:nth-child(6n),
  .flex_container .item_6_1,
  .flex_container .item_6_1:nth-child(6n) {
    width: 31.464174454828661%;
    margin-right: 2.803738317757009%; }

  .flex_container .col_6_1:nth-child(3n),
  .flex_container .item_6_1:nth-child(3n) {
    margin-right: 0; } }
/* for tablet max-width: 1023px */
/* SP向けレイアウトの指定：～767px */
@media only screen and (max-width: 767px) {
  /*2→1カラム*/
  /*3→1カラム*/
  .flex_container .col_2_1,
  .flex_container .col_3_1,
  .flex_container .col_3_2,
  .flex_container .item_2_1,
  .flex_container .item_3_1,
  .flex_container .item_3_2 {
    width: 100%;
    margin-right: 0; }

  /*4→2カラム*/
  /*5→2カラム*/
  .flex_container .col_2_1 .col_2_1,
  .flex_container .col_3_1 .col_2_1,
  .flex_container .col_4_1,
  .flex_container .col_4_1:nth-child(3n),
  .flex_container .col_4_1:nth-child(4n),
  .flex_container .col_5_1,
  .flex_container .col_5_1:nth-child(4n),
  .flex_container .col_5_1:nth-child(5n),
  .flex_container .item_4_1,
  .flex_container .item_4_1:nth-child(3n),
  .flex_container .item_4_1:nth-child(4n),
  .flex_container .item_5_1,
  .flex_container .item_5_1:nth-child(4n),
  .flex_container .item_5_1:nth-child(5n) {
    width: 48.598130841121495%;
    margin-right: 2.803738317757009%; }

  .flex_container .col_2_1 .col_2_1:nth-child(2n),
  .flex_container .col_3_1 .col_2_1:nth-child(2n),
  .flex_container .col_4_1:nth-child(2n),
  .flex_container .col_5_1:nth-child(2n),
  .flex_container .item_4_1:nth-child(2n),
  .flex_container .item_5_1:nth-child(2n) {
    margin-right: 0; }

  /* SPは2カラム　*/
  .flex_container .sp_2_1:nth-child(3n),
  .flex_container .sp_2_1 {
    width: 48.598130841121495%;
    margin-right: 2.803738317757009%; }

  .flex_container .sp_2_1:nth-child(2n) {
    margin-right: 0; }

  /* SPは1カラム　*/
  .flex_container .sp_1_1 {
    width: 100% !important;
    margin-right: 0 !important; } }
/* for SP max-width: 767px */
/*===============================================================
	
	grid 
	マージン　40px 設定
	
===============================================================*/
.grid_wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box; }

.grid_list {
  margin-top: -60px; }

.grid_list .grid {
  margin-top: 60px; }

.grid_wrp .grid .grid_wrp {
  margin-top: -20px; }

.grid_wrp .grid .grid {
  margin-top: 20px; }

.grid_wrp .grid_1_1 {
  width: 100%; }

.grid_wrp .grid_2_1 {
  width: calc((100% - 40px)/2); }

.grid_wrp .grid_3_1 {
  width: calc((100% - 80px)/3);
  /* 40px * 2 = 80px */ }

.grid_wrp .grid_3_2 {
  width: calc(100% - ((100% - 80px)/3) - 40px); }

.grid_wrp .grid_4_1 {
  width: calc((100% - 120px)/4);
  /* 40px * 3 = 120px */ }

.grid_wrp .grid_5_1 {
  width: calc((100% - 80px)/5);
  /* 20px * 4 = 80px */ }

.grid_wrp .grid_6_1 {
  width: calc((100% - 100px)/6);
  /* 50px * 5 = 100px */ }

.grid_wrp3:after,
.grid_wrp4:after,
.grid_wrp4:before,
.grid_wrp5:after,
.grid_wrp5:before {
  content: "";
  display: block;
  height: 0;
  order: 1; }

.grid_wrp3:after {
  width: calc((100% - 80px)/3); }

.grid_wrp4:after,
.grid_wrp4:before {
  width: calc((100% - 120px)/4); }

.grid_wrp5:after,
.grid_wrp5:before {
  width: calc((100% - 80px)/5); }

/* PCのみ */
 	/* for PC min-width: 1031px

/* タブレット以下 */
/* for tablet max-width: 1030px */
@media screen and (max-width: 750px) {
  .grid_list {
    margin-top: -30px; }

  .grid_list .grid {
    margin-top: 30px; }

  .grid_wrp .grid .grid_wrp {
    margin-top: -3vw; }

  .grid_wrp .grid .grid {
    margin-top: 3vw; }

  .grid_wrp .grid_1_1 {
    width: 100%; }

  .grid_wrp .grid_2_1 {
    width: 100%; }

  .grid_wrp .grid_3_1 {
    width: calc((100% - 5vw)/2); }

  .grid_wrp .grid_3_2 {
    width: 100%; }

  .grid_wrp .grid_4_1 {
    width: calc((100% - 5vw)/2); }

  .grid_wrp .grid_5_1 {
    width: calc((100% - 5vw)/2); }

  .grid_wrp .grid_6_1 {
    width: calc((100% - 10vw)/3); }

  .grid_wrp3:after {
    width: calc((100% - 80px)/3); }

  .grid_wrp4:after,
  .grid_wrp4:before {
    width: calc((100% - 120px)/4); }

  .grid_wrp5:after,
  .grid_wrp5:before {
    width: calc((100% - 80px)/5); } }
/* for SP max-width: 800px */
/*===============================================================
	
	_list_dl.scss
	
===============================================================*/
/*-------------------------------------------------------------
	list	
-------------------------------------------------------------*/
.content .list li {
  position: relative;
  font-size: 14px;
  letter-spacing: .04em;
  color: #202123;
  margin-bottom: 15px; }
.content .list li:last-child {
  margin-bottom: 0; }
@media screen and (max-width: 750px) {
  .content .list li {
    margin-bottom: 10px; } }

.content * + .list {
  margin-top: 30px; }
  @media screen and (max-width: 750px) {
    .content * + .list {
      margin-top: 20px; } }

/*-------------------------------------------------------------
	list_caption	
-------------------------------------------------------------*/
.content .list_caption li {
  position: relative;
  font-size: 12px;
  letter-spacing: .04em;
  color: #202123;
  margin-bottom: 0; }
@media screen and (max-width: 750px) {
  .content .list_caption li {
    margin-bottom: 3px; } }

@media screen and (max-width: 750px) {
  .content * + .list_caption {
    margin-top: 15px; } }
/*-------------------------------------------------------------
	list_dot	
-------------------------------------------------------------*/
.content .list_dot li {
  padding: 0 0 0 13px; }
.content .list_dot li::after {
  content: '';
  position: absolute;
  display: block;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #FA0F0C;
  border-radius: 50%; }

.game .list_dot li::after {
  background-color: #f4275c; }

.esports .list_dot li::after {
  background-color: #31a154; }

.aiit .list_dot li::after {
  background-color: #1D588A; }

.media .list_dot li::after {
  background-color: #fe5508; }

/*-------------------------------------------------------------
	list_check	
-------------------------------------------------------------*/
.content .list_check li {
  padding: 0 0 0 32px;
  background: url("/assets/images/school/checked.png") no-repeat top left;
  background-size: 24px auto; }
@media screen and (max-width: 750px) {
  .content .list_check li {
    padding: 0 0 0 30px;
    background-size: 20px auto; } }

/*-------------------------------------------------------------
	list_tag	
-------------------------------------------------------------*/
.content .list_tag li {
  padding: 5px 10px;
  font-size: 14px;
  border: solid 1px #ddd;
  background: #fafafa;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px; }
@media screen and (max-width: 750px) {
  .content .list_tag li {
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px; } }

/*-------------------------------------------------------------
	list_number	
-------------------------------------------------------------*/
.content .list_number li span {
  color: #FA0F0C;
  font-size: 110%; }

/*-------------------------------------------------------------
	list_box
-------------------------------------------------------------*/
.content .list_box li {
  border: solid 1px #666;
  padding: 15px;
  margin-bottom: 15px; }
@media screen and (max-width: 750px) {
  .content .list_box li {
    margin-bottom: 15px; } }

/*-------------------------------------------------------------
	list_indent
-------------------------------------------------------------*/
.content .list_indent li {
  text-indent: -1em;
  padding-left: 1em; }

/*-------------------------------------------------------------
	list_strong
-------------------------------------------------------------*/
.content .list_strong li {
  font-size: 16px;
  font-weight: bold; }
.content .list_strong li .cap {
  font-weight: normal; }

/*-------------------------------------------------------------
	list_column2	
-------------------------------------------------------------*/
.content .list_column2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content .list_column2 li {
    width: 48%; }
  @media screen and (max-width: 750px) {
    .content .list_column2 li {
      width: 100%; } }

/*-------------------------------------------------------------
	list_column3	
-------------------------------------------------------------*/
.content .list_column3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content .list_column3 li {
    width: 32%; }
  @media screen and (max-width: 750px) {
    .content .list_column3 li {
      width: 100%; } }

/*-------------------------------------------------------------
	list_column4	
-------------------------------------------------------------*/
.content .list_column4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px; }
  .content .list_column4 li {
    width: 24%; }
  @media screen and (max-width: 750px) {
    .content .list_column4 li {
      width: 100%; } }

/*-------------------------------------------------------------
	list_column5	
-------------------------------------------------------------*/
.content .list_column5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px; }
  .content .list_column5 li {
    width: 19%; }
  @media screen and (max-width: 750px) {
    .content .list_column5 li {
      width: 100%; } }

/*===============================================================
	
	data_list
	
===============================================================*/
.data_list {
  margin-top: 40px; }
  .data_list li {
    border-top: 1px solid #E5E5E5; }
  .data_list li:last-child {
    border-bottom: 1px solid #E5E5E5; }
  .data_list a {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    transition: .3s; }
  .data_list a:hover {
    margin: 0 0 0 10px;
    opacity: .8; }
  .data_list .date {
    font-size: 14px;
    padding: 2px 0 0 0; }
  .data_list .title {
    font-size: 14px;
    margin: 0 0 0 7%; }
  @media screen and (max-width: 750px) {
    .data_list {
      margin-top: 20px; }
      .data_list a {
        display: block;
        padding: 25px 0; }
      .data_list a:hover {
        margin: 0;
        opacity: .8; }
      .data_list .date {
        color: #FA0F0C;
        font-size: 13px; }
      .data_list .title {
        font-size: 13px;
        letter-spacing: .04em;
        margin: 15px 0 0 0; } }

/*===============================================================
	
	txtlink_list
	
===============================================================*/
.txtlink_list li {
  padding: 0 0 0 13px;
  padding-left: 15px;
  transition: all 0.3s;
  position: relative; }
.txtlink_list li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #FA0F0C;
  box-sizing: border-box;
  transition: all .3s; }
.txtlink_list li a {
  transition: all .3s; }
.txtlink_list li a:hover {
  color: #FA0F0C; }

/*===============================================================
	
	_headline.scss
	
===============================================================*/
/*===============================================================
	
	big_lead
	
===============================================================*/
.big_lead {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin-top: 60px; }
  .big_lead span {
    background-color: #111;
    padding: 0 10px; }
  .big_lead .column1 {
    padding: 0 10px 0 0; }
  .big_lead .column2 {
    padding: 0 0 0 10px; }
  @media screen and (max-width: 750px) {
    .big_lead {
      font-size: 21px;
      margin-top: 40px; }
      .big_lead .column1,
      .big_lead .column2,
      .big_lead span {
        padding: 0 5px; } }

/*===============================================================
	
	title_pop
	
===============================================================*/
.title_pop span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: .04em;
  color: #fff;
  background-color: #FA0F0C;
  font-size: 20px;
  padding: 2px 14px 2px 18px;
  border-radius: 18px; }
.title_pop span::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 55px;
  border: 4px solid transparent;
  border-left: 15px solid #FA0F0C;
  transform: rotate(60deg); }
.title_pop.black span {
  background-color: #000; }
.title_pop.black span::after {
  border-left: 15px solid #000; }
.title_pop + .title {
  margin-top: 15px; }
@media screen and (max-width: 750px) {
  .title_pop span {
    font-size: 14px;
    padding: 2px 10px 2px 10px; }
  .title_pop span::after {
    left: 35px; } }

/*===============================================================
	
	content_headline
	
===============================================================*/
.content_headline {
  /* バリエーション */ }
  .content_headline .title {
    font-size: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: .04em;
    color: #FA0F0C; }
  .content_headline .title .sub {
    font-size: 16px;
    margin-left: 20px;
    padding-left: 40px;
    position: relative;
    color: #111; }
  .content_headline .title .sub::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #111;
    opacity: 0.4; }
  .content_headline .lead {
    margin-top: 0; }
  .content_headline.line_long .title .sub {
    padding-left: 80px; }
  .content_headline.line_long .title .sub::after {
    width: 60px; }
  @media screen and (max-width: 750px) {
    .content_headline .title {
      font-size: 24px; }
    .content_headline .title .sub {
      font-size: 12px;
      margin-left: 5px;
      padding-left: 25px;
      position: relative;
      color: #111; }
    .content_headline .title .sub::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 20px;
      height: 1px;
      background: #111; }
    .content_headline .lead {
      margin-top: 0; } }
  .game .content_headline .title {
    color: #f4275c; }
  .esports .content_headline .title {
    color: #31a154; }
  .aiit .content_headline .title {
    color: #1D588A; }
  .media .content_headline .title {
    color: #fe5508; }

/*===============================================================
	
	content 見出しレベル
	
===============================================================*/
.h_lv1 {
  position: relative;
  padding: 40px 0 0 0;
  border-top: 1px solid #E5E5E5; }
  .h_lv1::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #FA0F0C; }
  .h_lv1 .box_txt {
    font-size: 15px;
    line-height: 1.7;
    position: absolute;
    top: 40px;
    right: 0;
    border: solid 1px #666;
    padding: 4px 10px; }
  .h_lv1 .title {
    font-size: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .h_lv1 .title .box_txt {
      font-size: 15px;
      position: static;
      margin-right: 15px;
      display: inline-block; }
  .h_lv1 .lead {
    margin-top: 10px; }

.content * + .h_lv1 {
  margin-top: 100px; }

.content * + .content,
.content .h_lv1 + * {
  margin-top: 40px; }

.content * + .content_schedule_simple {
  margin-top: 30px; }

.content .content + .h_lv1 {
  margin-top: 60px; }

.content .h_lv1 + .grid_list {
  margin-top: -20px; }

.content .h_lv1 + .list {
  margin-top: 60px; }

@media screen and (max-width: 750px) {
  .h_lv1 {
    padding: 30px 0 0 0; }
    .h_lv1::after {
      width: 60px; }
    .h_lv1 .box_txt {
      font-size: 15px;
      line-height: 1.7;
      position: static;
      margin-top: 10px; }
    .h_lv1 .title {
      font-size: 18px;
      display: block; }

  .content * + .content,
  .content .h_lv1 + * {
    margin-top: 30px; }

  .content * + .h_lv1 {
    margin-top: 60px; }

  .content .content + .h_lv1 {
    margin-top: 60px; }

  .content .h_lv1 + .list {
    margin-top: 30px; }

  .content .h_lv1 + .grid_list {
    margin-top: -10px; } }
/*-------------------------------------------------------------
	h_lv2	
-------------------------------------------------------------*/
.h_lv2 {
  position: relative;
  font-weight: 500;
  letter-spacing: .04em;
  border-left: 2px solid #FA0F0C;
  padding: 0 0 0 20px; }
  @media screen and (max-width: 750px) {
    .h_lv2 {
      padding: 0 0 0 15px; } }
  .h_lv2 .title {
    font-size: 20px; }
    @media screen and (max-width: 750px) {
      .h_lv2 .title {
        font-size: 18px; } }
  .h_lv2 .lead {
    font-weight: normal;
    margin-top: 5px; }

.content * + .h_lv2 {
  margin-top: 60px; }

.content .h_lv1 + .h_lv2 {
  margin-top: 30px; }

.content .content + .h_lv2 {
  margin-top: 60px; }

/*-------------------------------------------------------------
	h_lv3	
-------------------------------------------------------------*/
.h_lv3 {
  position: relative;
  font-weight: 500; }
  .h_lv3 .title {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    padding: 0 0 0 20px; }
    @media screen and (max-width: 750px) {
      .h_lv3 .title {
        font-size: 16px;
        padding: 0 0 0 18px; } }
  .h_lv3 .title::after {
    content: '';
    position: absolute;
    top: 7.5px;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background: #FA0F0C;
    border-radius: 30px;
    transition: all 0.3s; }
    @media screen and (max-width: 750px) {
      .h_lv3 .title::after {
        top: 7px;
        width: 12px;
        height: 12px; } }
  .h_lv3 .strong_title::after {
    top: 13px; }
    @media screen and (max-width: 750px) {
      .h_lv3 .strong_title::after {
        top: 11px; } }
  .h_lv3 .lead {
    font-size: 80%;
    margin-top: 0;
    font-weight: normal; }

.content * + .h_lv3 {
  margin-top: 60px; }

.content .h_lv1 + .h_lv3,
.content .h_lv2 + .h_lv3 {
  margin-top: 30px; }

.content .content + .h_lv3 {
  margin-top: 60px; }

.content ul + .h_lv3
.content p + .h_lv3 {
  margin-top: 40px; }

/*-------------------------------------------------------------
	p	
-------------------------------------------------------------*/
.content * + p {
  margin-top: 25px; }

.content .h_lv1 + p {
  margin-top: 40px; }

.content .h_lv2 + p {
  margin-top: 30px; }

.content .list + p {
  margin-top: 20px; }

@media screen and (max-width: 750px) {
  .content * + p {
    margin-top: 20px; }

  .content .h_lv1 + p {
    margin-top: 40px; }

  .content .h_lv2 + p {
    margin-top: 20px; } }
/*-------------------------------------------------------------
	その他	
-------------------------------------------------------------*/
.red,
.notice {
  color: #FA0F0C; }

.blue {
  color: #1458e4; }

.content .strong {
  font-weight: bold;
  font-size: 120%; }

.content .strong_title {
  font-weight: bold;
  font-size: 150%; }

.content .cap {
  margin-top: 10px;
  font-size: 80%; }

.content li .cap {
  margin-top: 0; }

/*===============================================================
	
	_rayout.scss
	
===============================================================*/
/*===============================================================
	
	section_wrp
	
===============================================================*/
.section_wrp {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 751px) {
    .section_wrp {
      margin: 80px 0 0 0; } }

.section_inner {
  padding: 40px 25px 60px 25px; }
  @media screen and (min-width: 751px) {
    .section_inner {
      padding: 80px 0 140px 0; } }

.section_localmenu .section_inner {
  padding-bottom: 80px; }
  @media screen and (min-width: 751px) {
    .section_localmenu .section_inner {
      padding-bottom: 80px; } }

.section_inner_bottom0 {
  padding-bottom: 0; }
  @media screen and (min-width: 751px) {
    .section_inner_bottom0 {
      padding-bottom: 0; } }

.section_wrp .section:first-child .section_inner {
  padding-top: 0; }

.section_wrp .section:first-child .section_header + .section_inner,
.section_header + .section_inner {
  padding: 30px 25px 60px 25px; }
  @media screen and (min-width: 751px) {
    .section_wrp .section:first-child .section_header + .section_inner,
    .section_header + .section_inner {
      padding: 60px 0 140px 0; } }

.page_header + .content {
  margin-top: 30px; }
  @media screen and (min-width: 751px) {
    .page_header + .content {
      margin-top: 60px; } }

.content + .page_header,
.content + .content {
  margin-top: 60px; }
  @media screen and (min-width: 751px) {
    .content + .page_header,
    .content + .content {
      margin-top: 120px; } }

.content .content + .content {
  margin-top: 40px; }
  @media screen and (min-width: 751px) {
    .content .content + .content {
      margin-top: 80px; } }

/*===============================================================
	
	page_header
	
===============================================================*/
.page_header {
  padding: 0 0 0 0; }
  .page_header .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.5; }
    @media screen and (min-width: 751px) {
      .page_header .title {
        font-size: 32px; } }
  .page_header .lead {
    letter-spacing: .04em;
    line-height: 1.78;
    color: #202123;
    font-size: 16px; }
  .page_header * + .lead {
    margin-top: 25px; }
    @media screen and (min-width: 751px) {
      .page_header * + .lead {
        margin-top: 40px; } }
  .page_header .cap {
    letter-spacing: .04em;
    line-height: 1.78;
    color: #202123;
    font-size: 14px; }
  .page_header .content * + .cap {
    margin-top: 10px; }

/*===============================================================
	
	section_header
	
===============================================================*/
.section_header {
  border-bottom: 1px solid #E5E5E5; }
  .section_header .title {
    font-size: 32px;
    padding: 0 0 40px 0;
    position: relative; }
  .section_header .title::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background-color: #FA0F0C; }
  .section_header .caption {
    font-weight: normal;
    opacity: 0.7;
    font-size: 70%; }
  @media screen and (max-width: 750px) {
    .section_header .title {
      font-size: 24px;
      padding: 0 25px 20px 25px;
      position: relative; }
    .section_header .title::after {
      width: 60px;
      height: 3px;
      left: 25px; } }

/*===============================================================
	
	btn_red ボタン
	
===============================================================*/
.btn_red {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto; }
  .btn_red a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: .04em;
    color: #fff;
    background-color: #FA0F0C;
    border: 1px solid #FA0F0C;
    font-size: 20px;
    padding: 25px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .btn_red a:hover {
    color: #FA0F0C;
    background-color: #fff; }
  .btn_red .btn_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #F9F9F9;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0; }
  .btn_red a:hover .btn_icon::before {
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transition-delay: .2s; }
  .btn_red a:hover .btn_icon::after {
    transform: translate3d(0, 0, 0) scale(1);
    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);
    transition-delay: 0s; }
  .btn_red.color_black a {
    color: #fff;
    background-color: #111;
    border: 1px solid #111; }
  .btn_red.color_black a:hover {
    color: #111;
    background-color: #fff; }
  .btn_red.color_black .btn_icon::after {
    background-color: #111; }
  @media screen and (max-width: 750px) {
    .btn_red a {
      font-size: 16px;
      padding: 23px 20px 23px 0; }
    .btn_red.color_black .btn_icon::before {
      border-color: #111; } }

.btn_red + .btn_red {
  margin-top: 20px; }
  @media screen and (max-width: 750px) {
    .btn_red + .btn_red {
      margin-top: 15px; } }

.content * + .btn_red {
  margin-top: 40px; }
  @media screen and (max-width: 750px) {
    .content * + .btn_red {
      margin-top: 30px; } }

.content .grid_wrp .btn_red {
  margin-top: 40px; }

.content .grid_wrp .btn_red {
  max-width: 700px; }

/*===============================================================
	
	btn_link ボタン
	
===============================================================*/
.btn_link {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-top: 40px; }
  .btn_link a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .btn_link a::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #FA0F0C;
    transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99); }
  .btn_link a:hover::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FA0F0C; }
  .btn_link.game a::before {
    background-color: #f4275c; }
  .btn_link.esports a::before {
    background-color: #31a154; }
  .btn_link.aiit a::before {
    background-color: #1D588A; }
  .btn_link.media a::before {
    background-color: #fe5508; }
  .btn_link.game a:hover::before {
    background-color: #f4275c; }
  .btn_link.esports a:hover::before {
    background-color: #31a154; }
  .btn_link.aiit a:hover::before {
    background-color: #1D588A; }
  .btn_link.media a:hover::before {
    background-color: #fe5508; }
  .btn_link .btn_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #F9F9F9;
    border-radius: 50%;
    margin: 0 0 0 auto; }
  .btn_link a:hover .btn_icon::before {
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transition-delay: .2s; }
  .btn_link a:hover .btn_icon::after {
    transform: translate3d(0, 0, 0) scale(1);
    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);
    transition-delay: 0s; }
  .btn_link.grid_2_1 {
    max-width: inherit; }
  @media screen and (max-width: 750px) {
    .btn_link {
      margin-top: 30px;
      max-width: inherit; }
      .btn_link a {
        padding: 0 0 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08); } }

/*===============================================================
	
	btn_gray ボタン
	
===============================================================*/
.btn_gray {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto; }
  .btn_gray a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 16px;
    padding: 28px 20px;
    letter-spacing: .04em;
    color: #111;
    background-color: #F2F2F2;
    border: 1px solid #E5E5E5;
    transition: .3s; }
  .btn_gray .btn_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #F2F2F2;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0; }
  .btn_gray .btn_icon::after {
    background-color: #111; }
  .btn_gray a:hover .btn_icon::before {
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transition-delay: .2s; }
  .btn_gray a:hover .btn_icon::after {
    transform: translate3d(0, 0, 0) scale(1);
    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);
    transition-delay: 0s; }
  .btn_gray.is_active a {
    color: #fff;
    background-color: #FA0F0C;
    pointer-events: none; }
  .btn_gray.is_active .btn_icon {
    background-color: #FA0F0C; }
  .btn_gray.is_active .btn_icon::after {
    background-color: #fff; }
  @media screen and (max-width: 750px) {
    .btn_gray {
      margin-top: 10px; }
      .btn_gray:first-child {
        margin-top: 0; }
      .btn_gray.grid_2_1, .btn_gray.grid_3_1, .btn_gray.grid_4_1 {
        width: 100%; }
      .btn_gray a {
        font-size: 16px;
        background-color: #F2F2F2;
        border: 1px solid #E5E5E5;
        padding: 23px 20px 23px 25px; }
      .btn_gray.is_active .btn_icon,
      .btn_gray .btn_icon {
        width: 30px;
        height: 30px;
        background-color: #F9F9F9;
        border-radius: 50%; } }

/*===============================================================
	
	line_btn ボタン
	
===============================================================*/
.line_btn {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  margin-top: 40px; }
  .line_btn a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: .04em;
    color: #fff;
    background-color: #06c755;
    border: 1px solid #06c755;
    font-size: 20px;
    padding: 25px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .line_btn a:hover {
    color: #06c755;
    background-color: #fff; }
  .line_btn .btn_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #F9F9F9;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0; }
  .line_btn .btn_icon::before {
    border-top: 1px solid #06c755;
    border-right: 1px solid #06c755; }
  .line_btn a .btn_icon::after {
    background-color: #06c755; }
  .line_btn a:hover .btn_icon::before {
    background-color: #06c755;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transition-delay: .2s; }
  .line_btn a:hover .btn_icon::after {
    transform: translate3d(0, 0, 0) scale(1);
    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);
    transition-delay: 0s; }
  @media screen and (max-width: 750px) {
    .line_btn {
      margin-top: 30px; }
      .line_btn a {
        font-size: 16px;
        padding: 15px; } }

.btn_red + .line_btn {
  margin-top: 20px; }
  @media screen and (max-width: 750px) {
    .btn_red + .line_btn {
      margin-top: 15px; } }

/*===============================================================
	
	btn : down_arrow
	
===============================================================*/
.down_arrow a .btn_icon::before {
  top: -1px;
  left: 0;
  border-top: none;
  border-bottom: 1px solid #fff; }
.down_arrow a:hover .btn_icon::before {
  top: -1px;
  left: 0;
  border-top: none;
  border-bottom: 1px solid #fff; }
@media screen and (max-width: 750px) {
  .down_arrow a .btn_icon::before {
    border-bottom: 1px solid #FA0F0C; } }

/*===============================================================
	
	is_deactive
	
===============================================================*/
.is_deactive {
  opacity: 0.1;
  pointer-events: none; }
  .is_deactive a {
    background-color: #333;
    border: solid 1px #000;
    color: #fff; }

/*===============================================================
	
	表組/テーブル
	
===============================================================*/
.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: solid 1px #E5E5E5; }

.table th,
.table td {
  padding: 10px;
  border: solid 1px #E5E5E5;
  vertical-align: middle;
  font-weight: normal; }

.table th {
  border-bottom: 0;
  background: #F2F2F2;
  padding: 20px; }

.table td {
  padding: 20px;
  border: solid 1px #E5E5E5;
  border-bottom: 0; }

.table tr:nth-child(odd) {
  background: #fff; }

.table thead th {
  border: solid 1px #E5E5E5;
  color: #fff;
  background: #000; }

.table thead th + th {
  background: #000;
  border-left: solid 1px #fff; }

.table + .cap {
  margin-top: 15px; }

.table tbody {
  background: #fff; }

.simple_table th {
  width: 200px; }

.table .bold {
  font-weight: bold; }

.table_date th,
.table_date td {
  text-align: center; }

.content * + .table {
  margin-top: 40px; }

.table + .table {
  margin-top: 20px; }

.table_event_menu th,
.table_event_menu td {
  padding: 10px 20px; }

.table .list li {
  font-size: 16px; }

.table .list_dot li::after {
  top: 14px; }

.table_scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap; }
  .table_scroll::-webkit-scrollbar {
    height: 5px; }
  .table_scroll::-webkit-scrollbar-track {
    background: #fff; }
  .table_scroll::-webkit-scrollbar-thumb {
    background: #FA0F0C; }

@media screen and (max-width: 750px) {
  .table th,
  .table td {
    font-size: 13px;
    padding: 15px; }

  .simple_table th,
  .simple_table td {
    display: block; }

  .simple_table th {
    width: 100%;
    padding: 10px;
    text-align: center; }

  .table_date th,
  .table_date td {
    padding: 10px 0; }

  .table_event_menu th,
  .table_event_menu td {
    padding: 10px 5px; }

  .content * + .table {
    margin-top: 30px; }

  .table .list li {
    font-size: 13px; }

  .table .list_dot li::after {
    top: 11px; } }
/*===============================================================
	
	table_floor
	
===============================================================*/
.table_floor td, .table_floor th {
  padding: 16px; }
  @media screen and (max-width: 1000px) {
    .table_floor td, .table_floor th {
      padding: 10px; } }
  @media screen and (max-width: 750px) {
    .table_floor td, .table_floor th {
      padding: 2vw; } }
@media screen and (max-width: 1000px) {
  .table_floor {
    display: block;
    overflow-x: scroll;
    white-space: nowrap; }
    .table_floor::-webkit-scrollbar {
      height: 5px; }
    .table_floor::-webkit-scrollbar-track {
      background: #fff; }
    .table_floor::-webkit-scrollbar-thumb {
      background: #FA0F0C; } }

.table_floor tbody, .table_floor tr, .table_floor th, .table_floor td {
  transition: 0.2s; }
.table_floor tbody:nth-of-type(odd) tr {
  background: #fafafa; }
.table_floor tbody:nth-of-type(even) tr {
  background: #fafafa; }
.table_floor tbody:hover tr {
  background: #FFECEB; }
.table_floor tbody:nth-of-type(odd):hover tr {
  background: #FFECEB; }
.table_floor tbody:nth-last-of-type(8) th {
  background: #fc6e6c; }
.table_floor tbody:nth-last-of-type(7) th {
  background: #fc807e; }
.table_floor tbody:nth-last-of-type(6) th {
  background: #fd9290; }
.table_floor tbody:nth-last-of-type(5) th {
  background: #fda4a2; }
.table_floor tbody:nth-last-of-type(4) th {
  background: #feb6b5; }
.table_floor tbody:nth-last-of-type(3) th {
  background: #fec8c7; }
.table_floor tbody:nth-last-of-type(2) th {
  background: #ffdad9; }
.table_floor tbody:nth-last-of-type(1) th {
  background: #FFECEB; }
.table_floor span {
  display: block;
  font-size: 12px; }
  @media screen and (max-width: 750px) {
    .table_floor span {
      font-size: 12px; } }
.table_floor .img {
  width: 230px; }
  .table_floor .img img {
    width: 200px; }
  .table_floor .img img + img {
    margin-top: 10px; }
  @media screen and (max-width: 1000px) {
    .table_floor .img img {
      width: 20vw; } }
  @media screen and (max-width: 750px) {
    .table_floor .img img {
      width: 30vw; } }
.table_floor .time {
  text-indent: -.5em;
  color: #FC7B79; }
.table_floor .note {
  color: #FC7B79; }
.table_floor .small {
  display: inline-block;
  font-size: 14px; }
  @media screen and (max-width: 750px) {
    .table_floor .small {
      font-size: 12px; } }
.table_floor .tag {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  background: #FC7B79;
  border-radius: 3px; }
.table_floor .sup {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 10px 6px;
  margin-top: 10px;
  color: #fff;
  background: #FC7B79;
  border-radius: 3px; }
  .table_floor .sup:after {
    border: solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    border-width: 6px 7px;
    margin-top: -6px;
    border-right-color: #FC7B79; }
  .table_floor .sup span {
    margin-top: 2px; }
.table_floor td > .line_height {
  line-height: 1.4; }
.table_floor td > .line_height + .line_height {
  margin-top: 5px;
  padding-bottom: 8px; }
.table_floor td:first-of-type {
  font-weight: 500; }
  .table_floor td:first-of-type span {
    font-weight: normal; }

/*===============================================================
	
	htxtlinkoge
	
===============================================================*/
.txtlink a {
  display: inline-block;
  padding-left: 15px;
  color: #FA0F0C;
  font-weight: normal;
  position: relative;
  transition: all 0.3s; }
.txtlink a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #FA0F0C;
  box-sizing: border-box;
  transition: all .3s; }
.txtlink a:hover {
  opacity: 0.7; }

/*===============================================================
	
	_content.scss
	
===============================================================*/
/*===============================================================
	
	content_profile
	
===============================================================*/
.ex_head {
  width: 100%;
  text-align: center;
  background: #000;
  margin-top: 20px;
  padding: 10px 0; }
  .ex_head .title {
    color: #fff;
    font-size: 30px; }
    @media screen and (max-width: 1000px) {
      .ex_head .title {
        font-size: 5vw; } }
  .ex_head + .content_profile {
    margin-top: 0;
    border-top: 0; }
  .ex_head .cap {
    color: #fff;
    margin-top: 0; }

.content_profile {
  padding: 40px 60px;
  background: #fafafa;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: .04em;
  border: solid 1px #ddd; }
  .content_profile .photo_round {
    overflow: hidden;
    border-radius: 50%; }
  .content_profile .photo_block {
    width: 140px; }
  .content_profile .txt_block {
    width: calc(100% - 180px); }
  .content_profile .profile .position {
    font-size: 14px; }
  .content_profile .profile .name {
    margin-top: 0;
    font-size: 24px;
    font-weight: 500px; }
  .content_profile .profile .name span {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500px; }
  .content_profile .profile .furigana {
    margin-top: 4px;
    font-size: 12px;
    color: #FA0F0C; }
  .content_profile .detail {
    margin-top: 30px; }
  .content_profile .detail p {
    font-size: 14px;
    line-height: 2; }
  @media screen and (max-width: 1000px) {
    .content_profile {
      flex-direction: column;
      padding: 40px 30px 30px 30px; }
      .content_profile .photo_block {
        margin: 0 auto; }
        .content_profile .photo_block.photo_full {
          width: 100%; }
          .content_profile .photo_block.photo_full .photo_round {
            border-radius: 0; }
      .content_profile .photo_block {
        margin: 0 auto; }
      .content_profile .txt_block {
        width: 100%;
        margin-top: 25px; }
      .content_profile .profile .position {
        font-size: 12px; }
      .content_profile .profile .name {
        margin-top: 0;
        font-size: 20px;
        font-weight: 500px; }
      .content_profile .profile .name span {
        margin-top: 0;
        font-size: 13px;
        font-weight: 500px; }
      .content_profile .profile .furigana {
        margin-top: 6px;
        font-size: 12px;
        color: #FA0F0C; }
      .content_profile .detail {
        margin-top: 25px; }
      .content_profile .detail p {
        font-size: 13px;
        line-height: 2; } }

/*===============================================================
	
	content_anayume
	
===============================================================*/
.content_anayume .movie {
  margin-top: 50px; }
.content_anayume .movie p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold; }
.content_anayume .movie span {
  font-size: 13px;
  color: #FA0F0C;
  background: #111;
  color: #fff;
  padding: 2px 5px; }

/*===============================================================
	
	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: flex;
    flex-direction: row;
    flex-wrap: wrap;
    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: flex;
    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: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
  @media screen and (max-width: 1000px) {
    .section_feature .feature_step_wrp {
      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: .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: .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: .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: flex;
    flex-direction: column;
    justify-content: 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: .04em;
    line-height: 1.6; }
  .section_feature .step_menu li.is_active::after {
    background: #FA0F0C; }
  .section_feature .step_menu li.is_active {
    opacity: 1; }

/*===============================================================
	
	content_language_outline
	
===============================================================*/
.content_language_outline {
  border: solid 1px #ddd;
  padding: 20px; }
  @media screen and (min-width: 751px) {
    .content_language_outline {
      padding: 50px;
      margin: 80px 0 0 0;
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: wrap;
      justify-content: space-between; }
      .content_language_outline .block {
        width: 48%; } }
  @media screen and (max-width: 750px) {
    .content_language_outline .txt_block {
      margin-top: 20px; } }
  .content_language_outline .txt_block li {
    padding: 15px;
    text-align: center;
    background: #eee;
    position: relative; }
  .content_language_outline .txt_block li + li {
    margin-top: 15px; }
  .content_language_outline .txt_block li:last-child {
    background: #FA0F0C;
    color: #fff; }
  .content_language_outline .txt_block li::after,
  .content_language_outline .txt_block li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .content_language_outline .txt_block li::before {
    margin: auto;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 20px;
    bottom: -20px;
    z-index: 2; }
  .content_language_outline .txt_block li::after {
    content: '+';
    color: #fff;
    z-index: 3;
    font-size: 20px;
    line-height: 30px;
    bottom: -20px; }
  .content_language_outline .txt_block li:nth-child(3)::after {
    content: '=';
    transform: rotate(90deg); }
  .content_language_outline .txt_block li:last-child::before,
  .content_language_outline .txt_block li:last-child::after {
    display: none; }
  .content_language_outline .txt_block p {
    font-size: 14px;
    margin-top: 20px; }

/*===============================================================
	
	content_point_pop
	
===============================================================*/
.content_point_pop {
  letter-spacing: .04em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content_point_pop .grid_wrp {
    margin-top: -40px; }
    @media screen and (max-width: 750px) {
      .content_point_pop .grid_wrp {
        margin-top: -30px; } }
  .content_point_pop .point_box {
    border: solid 1px #ddd;
    padding: 40px;
    padding-top: 45px;
    position: relative;
    margin-top: 40px; }
    @media screen and (max-width: 750px) {
      .content_point_pop .point_box {
        padding: 20px;
        padding-top: 35px;
        margin-top: 30px; } }
  .content_point_pop .point {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: #FA0F0C;
    padding: 8px 27px 5px 24px;
    border-radius: 18px;
    top: -18px; }
  .content_point_pop .point::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 35px;
    border: 4px solid transparent;
    border-left: 15px solid #FA0F0C;
    transform: rotate(60deg);
    z-index: 10; }
  .content_point_pop .point_box .title_block .title {
    font-size: 24px;
    line-height: 1.4; }
    @media screen and (max-width: 750px) {
      .content_point_pop .point_box .title_block .title {
        font-size: 20px; } }
  .content_point_pop .point_box.grid_3_1 .title_block .title {
    font-size: 22px; }
    @media screen and (max-width: 750px) {
      .content_point_pop .point_box.grid_3_1 .title_block .title {
        font-size: 20px; } }
  .content_point_pop .point_box .title_block + .body_block {
    margin-top: 20px; }
  .content_point_pop .point_box .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .content_point_pop .point_box .flex_reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between; }
  .content_point_pop .point_box .body_block .fig,
  .content_point_pop .point_box .body_block .txt {
    width: 100%; }
    @media screen and (max-width: 750px) {
      .content_point_pop .point_box .body_block .fig,
      .content_point_pop .point_box .body_block .txt {
        width: 100%; } }
  .content_point_pop .point_box .body_block .txt {
    margin-top: 20px; }
  .content_point_pop .point_box .flex .fig,
  .content_point_pop .point_box .flex .txt {
    width: 48%;
    margin-top: 0; }
    @media screen and (max-width: 750px) {
      .content_point_pop .point_box .flex .fig,
      .content_point_pop .point_box .flex .txt {
        width: 100%; } }
  @media screen and (max-width: 750px) {
    .content_point_pop .point_box .flex * + .fig,
    .content_point_pop .point_box .flex * + .txt {
      margin-top: 10px; } }
  @media screen and (max-width: 750px) {
    .content_point_pop .point_box.grid_3_1 {
      width: 100%; } }

/*===============================================================
	
	content_point_event
	
===============================================================*/
.content_point_event {
  letter-spacing: .04em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content_point_event .grid_wrp {
    margin-top: -40px; }
    @media screen and (max-width: 750px) {
      .content_point_event .grid_wrp {
        margin-top: -30px; } }
  .content_point_event .point_box {
    border: solid 1px #ddd;
    padding: 40px;
    padding-top: 45px;
    position: relative;
    margin-top: 40px; }
    @media screen and (max-width: 750px) {
      .content_point_event .point_box {
        padding: 20px;
        padding-top: 35px;
        margin-top: 30px; } }
  .content_point_event .point_box .title_block + .body_block {
    margin-top: 20px; }
  .content_point_event .point_box .title_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 3px solid #FA0F0C;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .content_point_event .point_box .title_block {
        align-items: center; } }
    .content_point_event .point_box .title_block .point {
      position: absolute;
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      line-height: 1;
      color: #fff;
      background-color: #FA0F0C;
      padding: 8px 27px 5px 24px;
      border-radius: 18px;
      top: -18px; }
    .content_point_event .point_box .title_block .point::after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -8px;
      left: 35px;
      border: 4px solid transparent;
      border-left: 15px solid #FA0F0C;
      transform: rotate(60deg);
      z-index: 10; }
    .content_point_event .point_box .title_block .special {
      display: inline-block;
      text-align: center;
      color: #FA0F0C;
      width: 60px; }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .title_block .special {
          width: 40px; } }
    .content_point_event .point_box .title_block .special .text {
      font-size: 12px;
      letter-spacing: .15em;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .title_block .special .text {
          font-size: 10px; } }
    .content_point_event .point_box .title_block .special .num {
      font-size: 50px;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .title_block .special .num {
          font-size: 30px; } }
    .content_point_event .point_box .title_block .title {
      width: calc(100% - 70px);
      margin-left: 10px;
      font-size: 24px;
      line-height: 1.4; }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .title_block .title {
          width: calc(100% - 50px);
          font-size: 20px; } }
  .content_point_event .point_box .body_block {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      .content_point_event .point_box .body_block {
        flex-direction: column; } }
    .content_point_event .point_box .body_block .fig {
      width: 20%; }
    .content_point_event .point_box .body_block .txt {
      width: 75%; }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .body_block .txt {
          margin-top: 5vw; } }
    @media screen and (max-width: 750px) {
      .content_point_event .point_box .body_block .fig, .content_point_event .point_box .body_block .txt {
        width: 100%; } }
    .content_point_event .point_box .body_block .txt .title {
      font-size: 24px;
      line-height: 1.4; }
      .content_point_event .point_box .body_block .txt .title span {
        font-size: 70%; }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .body_block .txt .title {
          font-size: 5vw; } }
    .content_point_event .point_box .body_block .txt .title + p {
      margin-top: 30px;
      font-size: 14px; }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .body_block .txt .title + p {
          margin-top: 4vw;
          font-size: 3.5vw; } }
    .content_point_event .point_box .body_block .txt .lead {
      font-size: 14px;
      font-weight: 500;
      padding-bottom: 5px; }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .body_block .txt .lead {
          font-size: 12px;
          padding-bottom: 0; } }
  .content_point_event .point_box .body_block.profile .fig {
    display: inline-block;
    margin: 0 auto; }
    .content_point_event .point_box .body_block.profile .fig img {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto; }
  .content_point_event .point_box .body_block.profile .txt {
    width: auto;
    margin: 0 0 0 40px; }
    @media screen and (max-width: 750px) {
      .content_point_event .point_box .body_block.profile .txt {
        margin: 7vw 0 0; } }
  @media screen and (max-width: 750px) {
    .content_point_event .point_box .body_block.profile .txt .lead {
      padding-bottom: 1vw; } }
  .content_point_event .point_box .body_block.experience .fig {
    display: flex;
    width: 40%; }
    .content_point_event .point_box .body_block.experience .fig img {
      width: 50%; }
  .content_point_event .point_box .body_block.experience .txt {
    width: 55%; }
  @media screen and (max-width: 750px) {
    .content_point_event .point_box .body_block.experience .fig, .content_point_event .point_box .body_block.experience .txt {
      width: 100%; } }
  .content_point_event .point_box .body_block.experience .txt .segment {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5; }
    @media screen and (max-width: 750px) {
      .content_point_event .point_box .body_block.experience .txt .segment {
        padding: 3vw 0; } }
    .content_point_event .point_box .body_block.experience .txt .segment .icon {
      width: 30%; }
    .content_point_event .point_box .body_block.experience .txt .segment img {
      width: 100%;
      height: 80px;
      object-fit: contain; }
      @media screen and (min-width: 751px) and (max-width: 1200px) {
        .content_point_event .point_box .body_block.experience .txt .segment img {
          height: 7vw; } }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .body_block.experience .txt .segment img {
          height: 10vw; } }
    .content_point_event .point_box .body_block.experience .txt .segment .title {
      padding-left: 20px; }
      @media screen and (max-width: 750px) {
        .content_point_event .point_box .body_block.experience .txt .segment .title {
          padding-left: 3vw;
          font-size: 5vw; } }
    .content_point_event .point_box .body_block.experience .txt .segment:first-of-type {
      padding-top: 0; }
    .content_point_event .point_box .body_block.experience .txt .segment:last-of-type {
      border: none;
      padding-bottom: 0; }

/*===============================================================
	
	content_point
	
===============================================================*/
.content_point {
  letter-spacing: .04em; }
  .content_point .grid_wrp {
    margin-top: -40px; }
    @media screen and (max-width: 750px) {
      .content_point .grid_wrp {
        margin-top: -20px; } }
  .content_point .point_box {
    border: solid 1px #ddd;
    padding: 40px;
    padding-top: 45px;
    position: relative;
    margin-top: 40px; }
    @media screen and (max-width: 750px) {
      .content_point .point_box {
        padding: 20px;
        padding-top: 35px;
        margin-top: 20px; } }
  .content_point .point_box .title_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 3px solid #FA0F0C;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .content_point .point_box .title_block {
        align-items: center; } }
  .content_point .point {
    display: inline-block;
    text-align: center;
    color: #FA0F0C;
    width: 60px; }
    @media screen and (max-width: 750px) {
      .content_point .point {
        width: 40px; } }
  .content_point .point .text {
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 1; }
    @media screen and (max-width: 750px) {
      .content_point .point .text {
        font-size: 10px; } }
  .content_point .point .num {
    font-size: 50px;
    line-height: 1; }
    @media screen and (max-width: 750px) {
      .content_point .point .num {
        font-size: 30px; } }
  .content_point .point_box .title_block .title {
    width: calc(100% - 70px);
    margin-left: 10px;
    font-size: 24px;
    line-height: 1.4; }
    .content_point .point_box .title_block .title .lead {
      font-size: 14px;
      padding-bottom: 5px; }
    @media screen and (max-width: 750px) {
      .content_point .point_box .title_block .title {
        width: calc(100% - 50px);
        font-size: 18px; }
        .content_point .point_box .title_block .title .lead {
          font-size: 12px;
          padding-bottom: 0px; } }
  .content_point .point_box.grid_3_1 {
    padding: 30px;
    padding-top: 35px; }
    @media screen and (max-width: 750px) {
      .content_point .point_box.grid_3_1 {
        padding: 10px;
        padding-top: 15px; } }
  .content_point .point_box.grid_3_1 .title_block .title {
    font-size: 22px; }
    @media screen and (max-width: 750px) {
      .content_point .point_box.grid_3_1 .title_block .title {
        font-size: 20px; } }
  .content_point .point_box.grid_4_1 {
    padding: 20px;
    padding-top: 25px; }
    @media screen and (max-width: 750px) {
      .content_point .point_box.grid_4_1 {
        padding: 10px;
        padding-top: 15px; } }
  .content_point .point_box.grid_4_1 .title_block .title {
    font-size: 20px; }
    @media screen and (max-width: 750px) {
      .content_point .point_box.grid_4_1 .title_block .title {
        font-size: 18px; } }
  .content_point .point_box .title_block + .body_block {
    margin-top: 25px; }
    @media screen and (max-width: 750px) {
      .content_point .point_box .title_block + .body_block {
        margin-top: 15px; } }
  .content_point .point_box .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .content_point .point_box .flex_reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between; }
  .content_point .point_box .body_block .fig,
  .content_point .point_box .body_block .txt {
    width: 100%; }
    @media screen and (max-width: 750px) {
      .content_point .point_box .body_block .fig,
      .content_point .point_box .body_block .txt {
        width: 100%; } }
  .content_point .point_box .body_block .txt {
    margin-top: 20px; }
  .content_point .point_box .flex .fig,
  .content_point .point_box .flex .txt {
    width: 48%;
    margin-top: 0; }
    @media screen and (max-width: 750px) {
      .content_point .point_box .flex .fig,
      .content_point .point_box .flex .txt {
        width: 100%; } }
  @media screen and (max-width: 750px) {
    .content_point .point_box .flex * + .fig,
    .content_point .point_box .flex * + .txt {
      margin-top: 10px; } }
  @media screen and (max-width: 750px) {
    .content_point .point_box.grid_3_1 {
      width: 100%; } }

/*===============================================================
	
	content_btn_box
	
===============================================================*/
.content_btn_box {
  padding: 40px 20px;
  background-color: #F2F2F2;
  border: 1px solid #E5E5E5;
  text-align: center; }
  .content_btn_box .title + .btn_red {
    margin-top: 30px; }
  @media screen and (max-width: 750px) {
    .content_btn_box {
      padding: 20px 15px; }
      .content_btn_box .title {
        font-size: 16px; }
      .content_btn_box .title + .btn_red {
        margin-top: 15px; } }

/*===============================================================
	
	jikei_foreign_students
	
===============================================================*/
.jikei_foreign_students .left_block {
  width: 80%; }
.jikei_foreign_students .right_block {
  width: 16%; }
.jikei_foreign_students .right_block a {
  display: block;
  transition: all 0.3s; }
.jikei_foreign_students .right_block a:hover {
  opacity: 0.7; }
@media screen and (max-width: 750px) {
  .jikei_foreign_students .left_block {
    width: 70%; }
  .jikei_foreign_students .right_block {
    width: 26%; } }

/*-------------------------------------------------------------
	font	
-------------------------------------------------------------*/
.hiragino {
  font-family: "Hiragino Kaku Gothic ProN" ,Meiryo,sans-serif; }

/*-------------------------------------------------------------
	jikei_foreign_students	
-------------------------------------------------------------*/
.jikei_foreign_students {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  margin-top: 50px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: 100%; }

.jikei_foreign_students .img {
  width: 90%; }

.jikei_foreign_students .btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.jikei_foreign_students .btns li {
  width: 31%;
  margin-top: 20px; }

.jikei_foreign_students .btns li a {
  display: block;
  color: #404040;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
  padding: 15px 0;
  border: 1px solid #E0E0E0;
  background: #f6f6f6;
  transition: 0.6s background; }

.jikei_foreign_students .btns li a:hover {
  background-color: #fff; }

/* タブレット以下 */
@media (max-width: 1023px) {
  .jikei_foreign_students {
    padding: 20px; }

  .jikei_foreign_students .img {
    width: 100%; } }
/* for tablet max-width: 1023px */
/* SP向けレイアウトの指定：～767px */
@media screen and (max-width: 750px) {
  .jikei_foreign_students {
    position: relative;
    padding: 4vw;
    padding-top: 16vw;
    align-items: center; }

  .jikei_foreign_students .img {
    position: absolute;
    top: 4vw;
    width: 90%; }

  .jikei_foreign_students .btns li {
    width: 48%;
    margin-top: 2vw; }

  .jikei_foreign_students .btns li a {
    font-size: 3vw;
    line-height: 1.4;
    padding: 2vw 0; } }
/* for SP max-width: 767px */
/*===============================================================
	
	content_tel_line
	
===============================================================*/
.content_tel_line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid 1px #ddd;
  padding: 40px 0;
  margin-top: 40px; }
  .content_tel_line .block {
    width: 50%;
    padding: 0 40px; }
  .content_tel_line .block .title {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 15px;
    border-bottom: solid 1px #666; }
  .content_tel_line .tel_num {
    font-size: 50px;
    line-height: 1.2;
    margin-top: 30px;
    background: #f5f5f5;
    padding: 30px;
    text-align: center; }
  .content_tel_line p {
    margin-top: 20px; }
  .content_tel_line .line_btn {
    margin-top: 10px; }
  .content_tel_line .caption {
    margin-top: 10px; }
  .content_tel_line .block_line {
    border-left: solid 1px #ddd; }
  @media screen and (max-width: 750px) {
    .content_tel_line {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      border: solid 1px #ddd;
      padding: 20px 0;
      margin-top: 30px; }
      .content_tel_line .block {
        width: 100%;
        padding: 0 20px; }
      .content_tel_line .block .title {
        font-size: 16px;
        border-bottom: solid 0px #666;
        padding: 0; }
      .content_tel_line .tel_num {
        font-size: 9vw;
        line-height: 1.2;
        margin-top: 10px;
        padding: 20px; }
      .content_tel_line p {
        margin-top: 10px; }
      .content_tel_line .line_btn {
        margin-top: 10px; }
      .content_tel_line .caption {
        margin-top: 10px; }
      .content_tel_line .block_line {
        border-left: solid 0px #ddd;
        border-top: solid 1px #ddd;
        padding-top: 20px;
        margin-top: 20px; } }

/*===============================================================
	
	content_tel_mail
	
===============================================================*/
.content_tel_mail {
  border: solid 1px #ddd;
  padding: 40px 0;
  margin-top: 60px; }
  .content_tel_mail .tel_mail_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px; }
  .content_tel_mail .title_block {
    text-align: center;
    margin: 0 40px; }
  .content_tel_mail .title_block .title {
    font-size: 20px; }
  .content_tel_mail .block {
    width: 50%;
    padding: 0 40px; }
  .content_tel_mail .block .title {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 15px;
    border-bottom: solid 1px #666; }
  .content_tel_mail .tel {
    font-size: 32px;
    line-height: 1.2;
    background: #f5f5f5;
    padding: 30px;
    text-align: center; }
  .content_tel_mail .mail {
    font-size: 30px;
    line-height: 1.2;
    background: #f5f5f5;
    padding: 30px;
    text-align: center; }
  .content_tel_mail .tel a,
  .content_tel_mail .mail a {
    transition: all .3s; }
  .content_tel_mail .tel a:hover,
  .content_tel_mail .mail a:hover {
    opacity: .5; }
  .content_tel_mail p {
    margin-top: 20px; }
  .content_tel_mail .line_btn {
    margin-top: 10px; }
  .content_tel_mail .caption {
    margin-top: 10px; }
  .content_tel_mail .block_mail {
    border-left: solid 1px #ddd; }
  @media screen and (max-width: 750px) {
    .content_tel_mail {
      display: block;
      padding: 20px 0;
      margin-top: 30px; }
      .content_tel_mail .tel_mail_list {
        margin-top: 20px; }
      .content_tel_mail .title_block {
        margin: 0 20px; }
      .content_tel_mail .title_block .title {
        font-size: 4vw; }
      .content_tel_mail .block {
        width: 100%;
        padding: 0 20px; }
      .content_tel_mail .block .title {
        font-size: 16px;
        border-bottom: solid 0px #666;
        padding: 0; }
      .content_tel_mail .tel {
        font-size: 5vw;
        line-height: 1;
        padding: 22px 20px 18px; }
      .content_tel_mail .mail {
        font-size: 5vw;
        line-height: 1;
        margin-top: 10px;
        padding: 21px 20px 19px; }
      .content_tel_mail p {
        margin-top: 10px; }
      .content_tel_mail .line_btn {
        margin-top: 10px; }
      .content_tel_mail .caption {
        margin-top: 10px; }
      .content_tel_mail .block_line {
        border-left: solid 0px #ddd;
        border-top: solid 1px #ddd;
        padding-top: 20px;
        margin-top: 20px; } }

/*===============================================================
	
	content_flywire
	
===============================================================*/
.content_flywire .bnr .title {
  font-size: 25px;
  font-weight: normal; }
.content_flywire .bnr a {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px 40px 40px;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  transition: 0.2s; }
.content_flywire .bnr a:hover {
  background: #FA0F0C; }
.content_flywire .bnr a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 40px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(135deg); }
@media screen and (max-width: 750px) {
  .content_flywire .bnr .title {
    font-size: 20px;
    font-weight: normal; }
  .content_flywire .bnr a {
    padding: 20px 40px 20px 20px; }
  .content_flywire .bnr a::after {
    right: 20px; } }

/*===============================================================
	
	content_bnr
	
===============================================================*/
.content_bnr a {
  display: block;
  transition: 0.2s; }
.content_bnr a:hover {
  opacity: 0.8; }
@media screen and (max-width: 750px) {
  .content_bnr .grid_wrp {
    margin-top: -15px; }
  .content_bnr .grid_3_1 {
    width: 100%;
    margin: 0;
    margin-top: 15px; } }

/*===============================================================
	
	content_step_wrp
	
===============================================================*/
.content_step_wrp .content_step {
  border-left: solid 2px #FA0F0C; }
.content_step_wrp .content_step:last-child .body_block {
  border-bottom: 1px solid #E5E5E5; }
.content_step_wrp .title_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
.content_step_wrp .title_block .step_num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FA0F0C;
  color: #fff;
  width: 15.85%;
  padding: 0 20px;
  letter-spacing: .05em; }
.content_step_wrp .title_block .step_headline {
  width: 84.15%;
  padding: 60px 40px;
  color: #fff;
  background-color: #111; }
.content_step_wrp .title_block .step_num .txt {
  font-size: 20px;
  line-height: 1;
  display: block; }
.content_step_wrp .title_block .step_num .num {
  font-size: 60px;
  line-height: 1;
  display: block; }
.content_step_wrp .body_block {
  padding: 40px 5.3% 80px 5.3%;
  border-top: 0;
  border-right: 1px solid #E5E5E5;
  box-sizing: border-box; }
.content_step_wrp .body_block_split {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.content_step_wrp .body_block_split .split_block {
  width: 50%;
  padding: 40px 5.3% 80px 5.3%;
  display: flex;
  align-items: center; }
.content_step_wrp .body_block_split .split_block + .split_block {
  border-left: solid 1px #E5E5E5; }
@media screen and (max-width: 750px) {
  .content_step_wrp .content_step {
    border-left: solid 1px #FA0F0C; }
  .content_step_wrp .title_block {
    flex-direction: column; }
  .content_step_wrp .title_block .step_num {
    width: 100%;
    padding: 9px 0;
    text-align: center; }
  .content_step_wrp .title_block .step_headline {
    width: 100%;
    padding: 25px 20px; }
  .content_step_wrp .title_block .step_headline .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .04em; }
  .content_step_wrp .title_block .step_num .txt {
    font-size: 10px;
    line-height: 1; }
  .content_step_wrp .title_block .step_num .num {
    font-size: 30px; }
  .content_step_wrp .body_block {
    padding: 30px 15px 40px 15px; }
  .content_step_wrp .body_block_split {
    padding: 0;
    flex-direction: column; }
  .content_step_wrp .body_block_split .split_block {
    width: 100%;
    padding: 30px 15px 15px 15px; }
  .content_step_wrp .body_block_split .split_block + .split_block {
    padding: 0 15px 40px 15px;
    border: none; } }

/*===============================================================
	
	section_localmenu
	
===============================================================*/
.content_localmenu + .page_header {
  margin-top: 40px; }
  @media screen and (min-width: 751px) {
    .content_localmenu + .page_header {
      margin-top: 80px; } }

/*===============================================================
	
	content_point_column
	
===============================================================*/
.content_point_column {
  /* text */
  /* tel mail */ }
  .content_point_column .point_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .content_point_column .point_column:nth-child(even) {
    flex-direction: row-reverse; }
  .content_point_column .point_column + .point_column {
    margin-top: 60px; }
  .content_point_column .point_column .photo_block,
  .content_point_column .point_column .txt_block {
    width: 47.4%; }
  .content_point_column .point_column .txt_block {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .content_point_column .point {
    color: #FA0F0C;
    line-height: 1; }
  .content_point_column .point .txt {
    letter-spacing: .3em;
    font-size: 12px; }
  .content_point_column .point .num {
    font-size: 60px;
    margin-top: 5px; }
  .content_point_column .title_block .title {
    font-size: 24px;
    margin: 4px 0 0 0;
    font-weight: 500;
    letter-spacing: 0.04em; }
  .content_point_column .lead {
    margin-top: 30px;
    font-size: 17px; }
  .content_point_column .lead + p {
    margin-top: 5px; }
  .content_point_column .tell_mail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #ddd;
    margin-top: 30px; }
  .content_point_column .tell_mail li {
    width: 50%;
    text-align: center; }
  .content_point_column .tell_mail li + li {
    border-left: solid 1px #ddd; }
  .content_point_column .tell_mail a {
    padding: 15px;
    transition: all 0.3s; }
  .content_point_column .tell_mail a:hover {
    color: #FA0F0C; }
  @media screen and (max-width: 750px) {
    .content_point_column {
      /* text */
      /* tel mail */ }
      .content_point_column .point_column,
      .content_point_column .point_column:nth-child(even) {
        flex-direction: column; }
      .content_point_column .point_column + .point_column {
        margin-top: 40px; }
      .content_point_column .point_column .photo_block,
      .content_point_column .point_column .txt_block {
        width: 100%; }
      .content_point_column .point_column .txt_block {
        margin-top: 25px; }
      .content_point_column .point .txt {
        font-size: 10px; }
      .content_point_column .point .num {
        font-size: 50px;
        margin-top: 5px; }
      .content_point_column .title_block .title {
        font-size: 18px; }
      .content_point_column .lead {
        margin-top: 20px;
        font-size: 16px; }
      .content_point_column .lead + p {
        margin-top: 5px; }
      .content_point_column .tell_mail {
        margin-top: 30px; } }

/* linkbox */
.linkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px; }

.linkbox li {
  width: 340px;
  text-align: center;
  border: solid 1px #ddd; }

.linkbox li + li {
  border-left: 0; }

.linkbox a {
  transition: all 0.3s;
  display: block;
  padding: 15px; }

.linkbox a:hover {
  color: #FA0F0C; }

@media screen and (max-width: 750px) {
  .linkbox {
    margin-top: 30px; }

  .linkbox li {
    width: 50%; } }
/*===============================================================
	
	content_special_event
	
===============================================================*/
.content + .special_guests {
  margin-top: 60px; }
  @media screen and (max-width: 750px) {
    .content + .special_guests {
      margin-top: 0; } }

.content_special_event .event_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 750px) {
    .content_special_event .event_box {
      flex-direction: column; } }
.content_special_event .event_box:nth-of-type(n + 2) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #e5e5e5; }
  @media screen and (max-width: 750px) {
    .content_special_event .event_box:nth-of-type(n + 2) {
      margin-top: 10vw;
      padding-top: 10vw; } }
.content_special_event .event_box.type2 .photo_block {
  width: 55%; }
.content_special_event .event_box.type2 .txt_block {
  width: 40%; }
@media screen and (max-width: 750px) {
  .content_special_event .event_box.type2 .photo_block {
    width: 100%; }
  .content_special_event .event_box.type2 .txt_block {
    width: 100%; } }
.content_special_event .row_reverse {
  flex-direction: row-reverse; }
  @media screen and (max-width: 750px) {
    .content_special_event .row_reverse.sp_no_reverse {
      flex-direction: column-reverse; }
      .content_special_event .row_reverse.sp_no_reverse .photo_block {
        margin-top: 5vw; } }
.content_special_event .event_box .photo_block {
  width: 45%; }
  @media screen and (max-width: 750px) {
    .content_special_event .event_box .photo_block {
      width: 100%; } }
.content_special_event .event_box .txt_block {
  width: 50%; }
  @media screen and (max-width: 750px) {
    .content_special_event .event_box .txt_block {
      width: 100%; } }
.content_special_event .photo_block .profile {
  width: 100%;
  height: 100%;
  position: relative; }
  .content_special_event .photo_block .profile img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden; }
  .content_special_event .photo_block .profile::before {
    content: '';
    width: 60%;
    height: 60%;
    position: absolute;
    top: -30px;
    left: -10px;
    background-image: url("../opencampus/include/spring_festa/dot.svg");
    background-repeat: no-repeat; }
@media screen and (max-width: 750px) {
  .content_special_event .photo_block img {
    width: 100%; }
  .content_special_event .photo_block .profile img {
    width: 60%; }
  .content_special_event .photo_block .profile::before {
    top: -4vw;
    left: 2vw; } }
@media screen and (max-width: 750px) {
  .content_special_event .txt_block {
    text-align: center;
    margin-top: 8vw; } }
.content_special_event .txt_block .special {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .05em;
  border-radius: 50vh;
  background-image: linear-gradient(90deg, #73eee0, #96a7f1);
  min-width: 280px;
  text-align: center; }
  .content_special_event .txt_block .special + p, .content_special_event .txt_block .special + .title {
    margin-top: 25px; }
  .content_special_event .txt_block .special p {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    padding: 0 0 2px 5px;
    white-space: nowrap;
    vertical-align: middle; }
  .content_special_event .txt_block .special span {
    font-size: 12px;
    padding: 3px 6px 4px 10px;
    border: solid 1px #fff;
    margin: 0;
    white-space: nowrap; }
  @media screen and (min-width: 751px) and (max-width: 1200px) {
    .content_special_event .txt_block .special {
      min-width: 30vw; }
      .content_special_event .txt_block .special p {
        font-size: 1.6vw; }
      .content_special_event .txt_block .special span {
        font-size: 1.2vw; } }
  @media screen and (max-width: 750px) {
    .content_special_event .txt_block .special {
      padding: 1.6vw 5vw 1vw;
      min-width: 70vw; }
      .content_special_event .txt_block .special + p, .content_special_event .txt_block .special + .title {
        margin-top: 20px; }
      .content_special_event .txt_block .special p {
        font-size: 3.8vw;
        padding: 0 0 .6vw 1vw; }
      .content_special_event .txt_block .special span {
        font-size: 3vw;
        padding: .5vw 2vw 1vw 1.5vw; } }
.content_special_event .txt_block h3.title::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background-image: linear-gradient(to right, #a74aef 0%, #38e9f9 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#a74aef), to(#38e9f9)); }
.content_special_event .txt_block .txt_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px; }
  @media screen and (max-width: 750px) {
    .content_special_event .txt_block .txt_body {
      text-align: left; } }
.content_special_event .txt_block .lead {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px; }
  @media screen and (max-width: 750px) {
    .content_special_event .txt_block .lead {
      text-align: left;
      font-size: 3.5vw;
      padding-bottom: 2vw; } }
.content_special_event .txt_block .title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500; }
  @media screen and (max-width: 750px) {
    .content_special_event .txt_block .title {
      text-align: left;
      font-size: 6.5vw; } }
.content_special_event .txt_block .title + p {
  margin-top: 30px;
  font-size: 14px; }
  @media screen and (max-width: 750px) {
    .content_special_event .txt_block .title + p {
      text-align: left;
      font-size: 3.5vw;
      margin-top: 5vw; } }
.content_special_event .txt_block .segment + .segment {
  margin-top: 0; }
.content_special_event .txt_block .segment {
  border-top: solid 1px #e5e5e5;
  display: flex;
  align-items: center; }
  .content_special_event .txt_block .segment .icon {
    width: 40%; }
    .content_special_event .txt_block .segment .icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .content_special_event .txt_block .segment .title {
    font-size: 18px;
    padding-left: 20px; }
    @media screen and (min-width: 751px) and (max-width: 1200px) {
      .content_special_event .txt_block .segment .title {
        font-size: 1.6vw; } }
    @media screen and (max-width: 750px) {
      .content_special_event .txt_block .segment .title {
        padding-left: 3vw;
        font-size: 4vw; } }
  .content_special_event .txt_block .segment:first-of-type {
    padding-top: 0; }
  .content_special_event .txt_block .segment:last-of-type {
    border: none;
    padding-bottom: 0; }
.content_special_event .txt_block .segment:nth-of-type(2) {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5; }

/*===============================================================
	
	slider_block
	
===============================================================*/
.content_point_column .point_column_noflex {
  display: inherit; }

.slider_block {
  position: relative;
  margin-top: 30px;
  padding-bottom: 50px; }
  .slider_block .slick-arrow {
    position: absolute;
    display: block;
    top: inherit;
    bottom: -50px;
    left: inherit;
    width: 40px;
    height: 40px;
    background-color: #F7F7F7;
    border-radius: 50%;
    transform: translate(0, 0);
    transition: .3s;
    z-index: 1; }
  .slider_block .slick-arrow:hover {
    background-color: #FA0F0C; }
  .slider_block .slick-arrow::before,
  .slider_block .slick-arrow::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s; }
  .slider_block .slick-arrow::before {
    width: 15px;
    height: 1px;
    background-color: #FA0F0C; }
  .slider_block .slick-arrow::after {
    width: 6px;
    height: 6px;
    border-top: 1px solid #FA0F0C;
    border-right: 1px solid #FA0F0C; }
  .slider_block .slick-arrow:hover::before {
    background-color: #F7F7F7; }
  .slider_block .slick-arrow:hover::after {
    border-color: #F7F7F7; }
  .slider_block .slick-prev {
    right: 50px; }
  .slider_block .slick-prev::after {
    left: -6px;
    transform: rotate(-135deg); }
  .slider_block .slick-next {
    right: 0; }
  .slider_block .slick-next::after {
    left: 5px;
    transform: rotate(45deg); }
  .slider_block .slide_counts {
    position: absolute;
    bottom: 5px;
    right: 110px;
    width: 70px;
    height: 30px;
    text-align: right; }
  .slider_block .slide_counts span {
    font-size: 13px;
    line-height: 1;
    letter-spacing: .05em; }
  .slider_block .slide_counts span.counts {
    position: relative;
    padding: 0 0 0 30px; }
  .slider_block .slide_counts span.counts::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 18px;
    height: 1px;
    background-color: #111111;
    margin: auto 0;
    opacity: .2;
    transform: rotate(-70deg); }
  .slider_block + .txtlink {
    margin-top: -20px; }
  @media screen and (max-width: 750px) {
    .slider_block {
      margin-top: 20px; }
      .slider_block .slide_counts {
        right: 110px; }
      .slider_block + .txtlink {
        margin-top: -30px; } }

/*===============================================================
	
	content_schedule
	
===============================================================*/
.content_schedule {
  padding: 50px;
  border: solid 1px #ddd;
  background: #fafafa; }
  .content_schedule .time_line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -15px; }
  .content_schedule .time_line .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 50px; }
  .content_schedule .time_line .label_block {
    width: 50px;
    color: #FA0F0C;
    color: #000;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    position: relative; }
  .content_schedule .time_line .txt_block {
    width: calc(100% - 50px);
    padding-left: 15px;
    padding-top: 15px; }
  .content_schedule .time_line .label_block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #666;
    z-index: 1; }
  .content_schedule .time_line:last-child .block {
    padding-bottom: 0; }
  .content_schedule .time_line:last-child .label_block::after {
    display: none; }
  .content_schedule .time_line .label {
    background: #fafafa;
    padding: 10px 5px 10px 5px;
    z-index: 2; }
  .content_schedule .time_line .label_block .num {
    font-size: 40px;
    line-height: 1; }
  .content_schedule .time_line .label_block .time {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    margin-top: 0px; }
  .content_schedule .time_line .txt_block .title {
    font-size: 18px; }
  .content_schedule .time_line .txt_block p {
    font-size: 14px;
    margin-top: 10px; }
  @media screen and (max-width: 750px) {
    .content_schedule {
      padding: 10px; }
      .content_schedule .time_line {
        margin-top: -0px; }
      .content_schedule .time_line .block {
        padding-bottom: 30px; }
      .content_schedule .time_line .label_block {
        width: 40px;
        color: #FA0F0C;
        color: #000;
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        position: relative; }
      .content_schedule .time_line .txt_block {
        width: calc(100% - 40px);
        padding-left: 5px;
        padding-top: 13px; }
      .content_schedule .time_line .label_block::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 100%;
        background: #666;
        z-index: 1; }
      .content_schedule .time_line:last-child .label_block::after {
        display: none; }
      .content_schedule .time_line .label {
        padding: 10px 0; }
      .content_schedule .time_line .label_block .num {
        font-size: 30px; }
      .content_schedule .time_line .label_block .time {
        font-size: 11px;
        margin-top: 0px; }
      .content_schedule .time_line .txt_block .title {
        font-size: 16px; }
      .content_schedule .time_line .txt_block p {
        font-size: 13px;
        margin-top: 10px; } }

/*===============================================================
	
	content_schedule_simple
	
===============================================================*/
.content_schedule_simple {
  padding: 30px;
  padding-top: 15px;
  border: solid 1px #ddd;
  background: #fafafa;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content_schedule_simple.culumn3 {
    justify-content: flex-start; }
  .content_schedule_simple .time_line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding-left: 10px;
    border-left: solid 1px #666; }
  .content_schedule_simple.culumn3 .time_line {
    width: calc(100% /3); }
  .content_schedule_simple .time_line .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .content_schedule_simple .time_line .label_block {
    width: 50px;
    color: #FA0F0C;
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative; }
  .content_schedule_simple .time_line .txt_block {
    width: calc(100% - 50px);
    padding: 0 10px; }
  .content_schedule_simple .time_line:last-child .block {
    padding-bottom: 0; }
  .content_schedule_simple .time_line:last-child .label_block::after {
    display: none; }
  .content_schedule_simple .time_line .label {
    background: #fafafa;
    padding: 10px 5px 10px 5px;
    z-index: 2; }
  .content_schedule_simple .time_line .label_block .num {
    font-size: 35px;
    line-height: 1; }
  .content_schedule_simple .time_line .label_block .time {
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    margin-top: 0px; }
  .content_schedule_simple .time_line .txt_block .title {
    font-size: 18px;
    line-height: 1.4; }
  .content_schedule_simple .time_line .txt_block .caption {
    font-size: 70%;
    line-height: 1; }
  .content_schedule_simple .time_line .txt_block p {
    font-size: 14px;
    margin-top: 0px; }
  @media screen and (max-width: 1000px) {
    .content_schedule_simple.culumn3 .time_line {
      width: 50%; } }
  @media screen and (max-width: 750px) {
    .content_schedule_simple {
      padding: 10px;
      flex-direction: column; }
      .content_schedule_simple .time_line {
        margin-top: 0;
        padding-left: 0;
        border-left: solid 0px #666;
        justify-content: flex-start;
        align-items: flex-start; }
      .content_schedule_simple.culumn3 .time_line {
        width: 100%; }
      .content_schedule_simple .time_line .block {
        padding-bottom: 10px; }
      .content_schedule_simple .time_line .label_block {
        width: 40px;
        color: #FA0F0C;
        color: #000;
        text-align: center;
        justify-content: center;
        align-items: center;
        position: relative; }
      .content_schedule_simple .time_line .txt_block {
        width: calc(100% - 40px);
        padding-left: 5px;
        padding-top: 13px; }
      .content_schedule_simple .time_line .label_block::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 100%;
        background: #666;
        z-index: 1; }
      .content_schedule_simple .time_line:last-child .label_block::after {
        display: none; }
      .content_schedule_simple .time_line .label {
        padding: 10px 0; }
      .content_schedule_simple .time_line .label_block .num {
        font-size: 30px; }
      .content_schedule_simple .time_line .label_block .time {
        font-size: 11px;
        margin-top: 0px; }
      .content_schedule_simple .time_line .txt_block .title {
        font-size: 16px; }
      .content_schedule_simple .time_line .txt_block p {
        font-size: 13px;
        margin-top: 0px; } }

/*===============================================================
	
	content_cource_menu
	
===============================================================*/
.content_cource_menu {
  text-align: left;
  /*バリエーション*/ }
  .content_cource_menu .course {
    width: 23%; }
  .content_cource_menu .world a {
    display: block; }
  .content_cource_menu .btn_link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 10px; }
  .content_cource_menu .world a .btn_link::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #FA0F0C;
    transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99); }
  .content_cource_menu .world a:hover .btn_link::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FA0F0C; }
  .content_cource_menu .world a:hover .btn_icon::before {
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transition-delay: .2s; }
  .content_cource_menu .world a:hover .btn_icon::after {
    transform: translate3d(0, 0, 0) scale(1);
    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);
    transition-delay: 0s; }
  .content_cource_menu .course_list {
    margin-top: 15px; }
  .content_cource_menu .course_list li {
    margin-bottom: 10px; }
  .content_cource_menu .course_list li a {
    font-size: 13px;
    transition: all 0.3s; }
  @media screen and (max-width: 750px) {
    .content_cource_menu .course {
      width: 100%; }
    .content_cource_menu .course + .course {
      margin-top: 20px; }
    .content_cource_menu .btn_link {
      padding: 0 0 10px 0;
      margin-top: 10px; }
    .content_cource_menu .world a .btn_link::before,
    .content_cource_menu .world a:hover .btn_link::before {
      display: none; }
    .content_cource_menu .btn_link .btn_icon {
      background: none; }
    .content_cource_menu .btn_link .btn_icon::after,
    .content_cource_menu .btn_link .btn_icon::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      margin: auto;
      width: 14px;
      height: 2px;
      background: #000;
      border: 0;
      transform: rotate(0);
      border-radius: 0;
      transition: all 0.3s; }
    .content_cource_menu .world .btn_icon::before {
      transform: rotate(90deg); }
    .content_cource_menu .world a:hover .btn_icon::before {
      transform: rotate(90deg);
      transition-delay: .0s; }
    .content_cource_menu .is_active .world a:hover .btn_icon::before {
      transform: rotate(0);
      transition-delay: .0s; }
    .content_cource_menu .world a:hover .btn_icon::after {
      transform: none;
      transition-delay: .0s; }
    .content_cource_menu .course_list {
      margin-top: 15px;
      display: none; }
    .content_cource_menu .course_list li {
      margin-bottom: 10px; }
    .content_cource_menu .course_list li a {
      font-size: 13px;
      transition: all 0.3s; } }
  @media screen and (min-width: 751px) {
    .content_cource_menu .course_list {
      display: block !important; } }
  .content_cource_menu .game .course_list a:hover {
    color: #f4275c; }
  .content_cource_menu .esports .course_list a:hover {
    color: #31a154; }
  .content_cource_menu .aiit .course_list a:hover {
    color: #1D588A; }
  .content_cource_menu .media .course_list a:hover {
    color: #fe5508; }

/*===============================================================
	
	content_pager
	
===============================================================*/
.content_pager {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center; }
  .content_pager .page_count {
    width: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .content_pager .page_count span {
      font-size: 13px;
      letter-spacing: .05em; }
    .content_pager .page_count .counts {
      position: relative; }
    .content_pager .page_count .counts::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: -25px;
      bottom: 0;
      width: 18px;
      height: 1px;
      background-color: #111111;
      margin: auto 0;
      opacity: .2;
      transform: rotate(-70deg); }
  .content_pager .pager_btns {
    width: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 20px; }
    .content_pager .pager_btns .pager_btn a {
      display: block;
      width: 50px;
      height: 50px;
      position: relative;
      background: #f5f5f5;
      border-radius: 50px; }
    .content_pager .pager_btns .pager_btn a:hover {
      background: #FA0F0C; }
    .content_pager .pager_btns .pager_btn a::before,
    .content_pager .pager_btns .pager_btn a::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transition: .3s; }
    .content_pager .pager_btns .pager_btn a::before {
      top: 0px;
      width: 15px;
      height: 1px;
      background-color: #FA0F0C; }
    .content_pager .pager_btns .pager_btn a::after {
      top: 1px;
      width: 6px;
      height: 6px;
      border-top: 1px solid #FA0F0C;
      border-right: 1px solid #FA0F0C;
      left: -4px;
      transform: rotate(-135deg); }
    .content_pager .pager_btns .pager_btn.next a::after {
      left: auto;
      right: 16px;
      transform: rotate(45deg); }
    .content_pager .pager_btns .pager_btn a:hover::before {
      background-color: #fff; }
    .content_pager .pager_btns .pager_btn a:hover::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
    .content_pager .pager_btns .pager_btn.deactive a {
      background: #f5f5f5;
      pointer-events: none; }
    .content_pager .pager_btns .pager_btn.deactive a::before,
    .content_pager .pager_btns .pager_btn.deactive a:hover::before {
      background-color: rgba(0, 0, 0, 0.1); }
    .content_pager .pager_btns .pager_btn.deactive a::after,
    .content_pager .pager_btns .pager_btn.deactive a:hover::after {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 750px) {
    .content_pager {
      margin-top: 30px;
      justify-content: center;
      position: relative; }
      .content_pager .page_count {
        width: 60px; }
      .content_pager .pager_btns {
        width: 100%;
        position: absolute;
        margin-left: 0; }
        .content_pager .pager_btns .pager_btn a {
          width: 40px;
          height: 40px;
          background: #fff;
          border-radius: 40px; }
        .content_pager .pager_btns .pager_btn a::before {
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 15px;
          height: 1px;
          background-color: #FA0F0C; }
        .content_pager .pager_btns .pager_btn a::after {
          top: 0px;
          width: 6px;
          height: 6px;
          border-top: 1px solid #FA0F0C;
          border-right: 1px solid #FA0F0C;
          left: -4px;
          transform: rotate(-135deg); }
        .content_pager .pager_btns .pager_btn.next a::after {
          left: auto;
          right: 12px;
          transform: rotate(45deg); }
        .content_pager .pager_btns .pager_btn a:hover::before {
          background-color: #fff; }
        .content_pager .pager_btns .pager_btn a:hover::after {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; } }

/*===============================================================
	
	content_info
	
===============================================================*/
.content_info {
  margin-top: 40px;
  /* tel mail */ }
  .content_info .grid_wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box; }
  .content_info .grid_list {
    margin-top: -60px; }
  .content_info .grid_list .grid {
    margin-top: 60px; }
  .content_info .grid_wrp .txt_block {
    width: 60%; }
  .content_info .grid_wrp .txt_block .title {
    font-size: 24px; }
    @media screen and (max-width: 750px) {
      .content_info .grid_wrp .txt_block .title {
        font-size: 18px; } }
  .content_info .grid_wrp .img_block {
    width: 35%; }
  .content_info .tell_mail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #ddd;
    margin-top: 30px; }
    @media screen and (max-width: 750px) {
      .content_info .tell_mail {
        margin-top: 30px; } }
  .content_info .tell_mail li {
    width: 50%;
    padding: 15px;
    text-align: center; }
  .content_info .tell_mail li + li {
    border-left: solid 1px #ddd; }
  .content_info .tell_mail a {
    transition: all 0.3s; }
  .content_info .tell_mail a:hover {
    color: #FA0F0C; }
  @media screen and (max-width: 750px) {
    .content_info .grid_list {
      margin-top: -30px; }
    .content_info .grid_list .grid {
      margin-top: 30px; }
    .content_info .grid_wrp .grid .grid_wrp {
      margin-top: -3vw; }
    .content_info .grid_wrp .grid .grid {
      margin-top: 3vw; }
    .content_info .grid_wrp .txt_block {
      width: 100%; }
    .content_info .grid_wrp .img_block {
      width: 100%; } }

/*===============================================================
	
	content_merit
	
===============================================================*/
.content_merit {
  letter-spacing: .04em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content_merit .grid_wrp {
    margin-top: -40px;
    width: 100%; }
    @media screen and (max-width: 750px) {
      .content_merit .grid_wrp {
        margin-top: -30px; } }
  @media screen and (max-width: 750px) {
    .content_merit .grid_wrp .grid:nth-of-type(n + 3) {
      margin-top: 30px; } }
  .content_merit .grid_wrp .grid_4_1 {
    width: calc((100% - 80px)/4); }
    @media screen and (max-width: 750px) {
      .content_merit .grid_wrp .grid_4_1 {
        width: calc((100% - 5vw)/2); } }
  .content_merit .merit_box {
    border: solid 1px #ddd;
    padding: 50px 20px 45px;
    padding-top: 45px;
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .content_merit .merit_box {
        padding: 30px 15px;
        padding-top: 35px;
        margin-top: 30px; } }
  .content_merit .merit {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: #FA0F0C;
    padding: 8px 20px 5px 18px;
    border-radius: 18px;
    top: -16px; }
    @media screen and (max-width: 750px) {
      .content_merit .merit {
        font-size: 14px;
        padding: 6px 15px 3px;
        top: -12px; } }
  .content_merit .merit_box .title_block .title {
    font-size: 18px;
    line-height: 1.4;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .content_merit .merit_box .title_block .title {
        font-size: 14px; } }

/*===============================================================
	
	content_recruit
	
===============================================================*/
.content_recruit {
  margin-top: 40px; }

.content_recruit.content_point .point_box .title_block .title {
  width: 100%; }

/*===============================================================
	
	content_sns
	
===============================================================*/
.content_sns {
  margin-top: 40px; }
  .content_sns .sns_box {
    padding: 40px;
    background-color: #F2F2F2;
    border: 1px solid #E5E5E5; }
  .content_sns .sns_box .sns_list {
    justify-content: center; }
  .content_sns .sns_list {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .content_sns .sns_list li {
      width: 50px;
      margin-right: 40px;
      transition: all .2s; }
    .content_sns .sns_list li:last-of-type {
      margin-right: 0; }
    .content_sns .sns_list li:hover {
      opacity: .7; }
  .content_sns .btn_red + .line_btn {
    margin-top: 40px; }
  @media screen and (max-width: 750px) {
    .content_sns {
      margin-top: 20px; }
      .content_sns .sns_box {
        padding: 20px; }
      .content_sns .sns_box .sns_list {
        justify-content: space-between; }
      .content_sns .sns_list li {
        width: 40px;
        margin-right: 20px; }
      .content_sns .line_btn {
        max-width: 700px; }
      .content_sns .line_btn a {
        padding: 23px 20px 23px 0; }
      .content_sns .btn_red + .line_btn {
        margin-top: 30px; } }

/*===============================================================
	
	content_event_entry
	
===============================================================*/
.content_event_entry {
  margin-top: 40px;
  padding: 50px;
  background: #f2f2f2;
  border: solid 1px #ddd; }
  @media screen and (max-width: 750px) {
    .content_event_entry {
      margin-top: 30px;
      padding: 20px; } }
  .content_event_entry a {
    display: block;
    transition: all .2s; }
  .content_event_entry a:hover {
    opacity: .7; }
  .content_event_entry .event_entry_inner {
    padding: 40px 40px 30px;
    background: #fff; }
    @media screen and (max-width: 750px) {
      .content_event_entry .event_entry_inner {
        padding: 0 0 20px 0; } }
  .content_event_entry .txtlink {
    text-align: center; }
  .content_event_entry .txtlink a {
    display: inline-block; }
  .content_event_entry .txtlink a:hover {
    opacity: .7; }

/*===============================================================
	
	content_applicant_point
	
===============================================================*/
.content_applicant_point .point01 {
  margin-top: 40px; }
.content_applicant_point .content_point_column .point_column.point01 .photo_block, .content_applicant_point .content_point_column .point_column.point01 .txt_block {
  width: 100%; }
.content_applicant_point .content_point_column .point_column .photo_block {
  margin-top: 20px; }
  @media screen and (max-width: 750px) {
    .content_applicant_point .content_point_column .point_column .photo_block {
      order: 1; } }

/*===============================================================
	
	content_teacher_column
	
===============================================================*/
.content_teacher_column .title_number .title span {
  color: #FA0F0C; }
.content_teacher_column .title_dot .title {
  position: relative;
  font-size: 20px;
  padding: 0 0 0 18px; }
.content_teacher_column .title_dot .title::after {
  content: '';
  position: absolute;
  display: block;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #FA0F0C;
  border-radius: 50%; }
.content_teacher_column .title_block .title {
  font-size: 22px; }
.content_teacher_column .title_block + p {
  margin-top: 20px; }
.content_teacher_column p + .title_block {
  margin-top: 30px; }
@media screen and (max-width: 750px) {
  .content_teacher_column .title_dot .title {
    font-size: 18px;
    padding: 0 0 0 18px; }
  .content_teacher_column .title_dot .title::after {
    top: 11px;
    width: 8px;
    height: 8px; }
  .content_teacher_column .title_block .title {
    font-size: 18px; }
  .content_teacher_column .title_block + p {
    margin-top: 10px; }
  .content_teacher_column p + .title_block {
    margin-top: 10px; } }

/*===============================================================
	
	content_entry
	
===============================================================*/
.section_entry_bg {
  background-color: #f2f2f2; }

.content_entry .entry_link {
  margin-top: 40px; }
  @media screen and (max-width: 750px) {
    .content_entry .entry_link {
      margin-top: 20px; } }
.content_entry .content_btn_box {
  padding: 40px 30px 35px;
  background-color: #fff; }

/*===============================================================
	
	content_annual_schedule
	
===============================================================*/
.content_annual_schedule .toptxt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .content_annual_schedule .toptxt .year {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    color: #FA0F0C;
    line-height: 1;
    margin-right: 30px; }
    .content_annual_schedule .toptxt .year .num {
      font-size: 80px;
      font-weight: normal; }
    .content_annual_schedule .toptxt .year .s {
      font-size: 40px;
      font-weight: 500;
      margin-top: 0;
      margin-left: 10px; }
    .content_annual_schedule .toptxt .year .en {
      display: block;
      font-size: 14px;
      margin-top: 2px; }
  .content_annual_schedule .toptxt .lead {
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-top: 0; }
    .content_annual_schedule .toptxt .lead::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -110px;
      margin: auto;
      width: 100px;
      height: 1px;
      background: #111;
      opacity: .4; }
.content_annual_schedule .box {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow-x: scroll; }
  .content_annual_schedule .box::-webkit-scrollbar {
    height: 5px; }
  .content_annual_schedule .box::-webkit-scrollbar-track {
    background: #fff; }
  .content_annual_schedule .box::-webkit-scrollbar-thumb {
    background: #FA0F0C; }
  .content_annual_schedule .box .line {
    position: absolute;
    top: 44px;
    left: 30px;
    margin: auto;
    /*width: 100%;*/
    height: 1px;
    background: #111; }
  .content_annual_schedule .box .months {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .content_annual_schedule .box .months .month {
      position: relative;
      min-width: 250px; }
      .content_annual_schedule .box .months .month:last-child::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        width: 30px;
        height: 30px; }
      .content_annual_schedule .box .months .month .head {
        position: relative; }
        .content_annual_schedule .box .months .month .head::after {
          /*content: '';
          position: absolute;
          top: 0; bottom: 0; left: 0;
          margin: auto;
          width: 100%;
          height: 0;
          border-top: 1px solid #111;*/ }
        .content_annual_schedule .box .months .month .head .txt {
          position: relative;
          z-index: 1;
          width: -moz-fit-content;
          width: fit-content;
          color: #fff;
          font-size: 18px;
          line-height: 1;
          font-weight: normal;
          padding: 5px 10px;
          background: #111; }
      .content_annual_schedule .box .months .month .list {
        margin-top: 15px; }
        .content_annual_schedule .box .months .month .list li {
          position: relative;
          font-size: 14px;
          line-height: 1.4;
          padding-left: 10px;
          margin-top: 5px;
          margin-bottom: 0; }
          .content_annual_schedule .box .months .month .list li::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 0;
            margin: auto;
            width: 4px;
            height: 4px;
            background: #FA0F0C;
            border-radius: 50%; }
  .content_annual_schedule .box .items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 30px; }
    .content_annual_schedule .box .items .item {
      position: relative;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      width: auto;
      margin-right: 50px; }
      .content_annual_schedule .box .items .item:last-child {
        position: relative;
        margin-right: 0; }
      .content_annual_schedule .box .items .item:last-child::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        width: 30px;
        height: 30px; }
      .content_annual_schedule .box .items .item .topic {
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        background: #FA0F0C;
        padding: 10px; }
        .content_annual_schedule .box .items .item .topic .head {
          color: #fff;
          font-size: 18px;
          line-height: 1;
          font-weight: 500; }
        .content_annual_schedule .box .items .item .topic p {
          color: #fff;
          font-size: 10px;
          line-height: 1.4;
          margin-top: 0;
          margin-left: 10px; }
      .content_annual_schedule .box .items .item .img {
        position: relative; }
        .content_annual_schedule .box .items .item .img + .img {
          margin-left: 2px; }
        .content_annual_schedule .box .items .item .img img {
          width: auto;
          height: 200px; }
        .content_annual_schedule .box .items .item .img p {
          position: absolute;
          bottom: 10px;
          left: 0;
          right: 0;
          margin: auto;
          font-size: 14px;
          line-height: 1.2;
          font-weight: normal;
          text-align: center;
          background: #fff;
          padding: 5px;
          margin-top: 0;
          width: calc(100% - 20px); }
      .content_annual_schedule .box .items .item .img_arw {
        position: relative; }
        .content_annual_schedule .box .items .item .img_arw + .img {
          margin-left: 20px; }
        .content_annual_schedule .box .items .item .img_arw::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: -20px;
          margin: auto;
          width: 10px;
          height: 10px;
          border-top: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #111;
          box-sizing: border-box; }
      .content_annual_schedule .box .items .item .lead {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 300px;
        margin-top: 0;
        margin-left: 20px;
        background: #fff;
        border-radius: 5px;
        padding: 20px;
        font-size: 14px; }
        .content_annual_schedule .box .items .item .lead::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: -20px;
          margin: auto;
          width: 10px;
          height: 10px;
          border-top: 10px solid transparent;
          border-right: 10px solid #fff;
          border-bottom: 10px solid transparent;
          border-left: 10px solid transparent;
          box-sizing: border-box; }
      .content_annual_schedule .box .items .item .lead_end {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 200px;
        margin-top: 0;
        margin-left: 50px;
        background: #fff;
        padding: 20px;
        padding-right: 0;
        font-size: 20px;
        font-weight: 500; }
        .content_annual_schedule .box .items .item .lead_end::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: -100px;
          margin: auto;
          width: 100px;
          height: 200px;
          border-top: 100px solid transparent;
          border-right: 50px solid transparent;
          border-bottom: 100px solid transparent;
          border-left: 50px solid #fff;
          box-sizing: border-box; }
@media screen and (max-width: 750px) {
  .content_annual_schedule .toptxt .year {
    margin-right: 20px; }
    .content_annual_schedule .toptxt .year .num {
      font-size: 50px; }
    .content_annual_schedule .toptxt .year .s {
      font-size: 24px;
      font-weight: 700;
      margin-left: 5px; }
    .content_annual_schedule .toptxt .year .en {
      font-size: 8px;
      font-weight: 700;
      margin-top: 2px; }
  .content_annual_schedule .toptxt .lead {
    font-size: 16px; }
    .content_annual_schedule .toptxt .lead::after {
      display: none; }
  .content_annual_schedule .box {
    padding: 20px;
    margin-top: 10px; }
    .content_annual_schedule .box .line {
      top: 32px;
      left: 20px; }
    .content_annual_schedule .box .months .month {
      min-width: 200px; }
      .content_annual_schedule .box .months .month:last-child::after {
        width: 20px;
        height: 20px; }
      .content_annual_schedule .box .months .month .head {
        position: relative; }
        .content_annual_schedule .box .months .month .head .txt {
          font-size: 14px; }
      .content_annual_schedule .box .months .month .list {
        margin-top: 15px; }
        .content_annual_schedule .box .months .month .list li {
          font-size: 12px;
          margin-top: 6px; }
          .content_annual_schedule .box .months .month .list li::before {
            top: 6.5px; }
    .content_annual_schedule .box .items {
      margin-top: 25px; }
      .content_annual_schedule .box .items .item {
        margin-right: 20px; }
        .content_annual_schedule .box .items .item:last-child::after {
          width: 20px;
          height: 20px; }
        .content_annual_schedule .box .items .item .topic {
          padding: 5px; }
          .content_annual_schedule .box .items .item .topic .head {
            font-size: 14px; }
          .content_annual_schedule .box .items .item .topic p {
            font-size: 10px;
            margin-left: 10px; }
        .content_annual_schedule .box .items .item .img img {
          height: 45vw; }
        .content_annual_schedule .box .items .item .img p {
          font-size: 12px;
          padding: 5px; }
        .content_annual_schedule .box .items .item .img_arw + .img {
          margin-left: 15px; }
        .content_annual_schedule .box .items .item .lead {
          width: 260px;
          margin-top: 0;
          margin-left: 20px;
          padding: 15px;
          font-size: 14px; }
        .content_annual_schedule .box .items .item .lead_end {
          width: 160px;
          margin-left: 20px;
          padding: 15px;
          padding-right: 0;
          font-size: 16px; }
          .content_annual_schedule .box .items .item .lead_end::after {
            right: -22.5vw;
            width: 22.5vw;
            height: 45vw;
            border-top: 22.5vw solid transparent;
            border-right: 11.25vw solid transparent;
            border-bottom: 22.5vw solid transparent;
            border-left: 11.25vw solid #fff; } }

/*===============================================================
	
	btn_gray_grid_3
	
===============================================================*/
.btn_gray_grid_3 {
  justify-content: flex-start; }
  .btn_gray_grid_3 + .btn_gray_grid_3 {
    margin-top: 50px; }
  .btn_gray_grid_3 .grid_3_1 {
    width: calc((100%)/3);
    padding: 0 5px; }
  .btn_gray_grid_3 .btn_gray {
    display: block;
    max-width: 540px;
    margin: 0; }
    .btn_gray_grid_3 .btn_gray.grid_1_1 {
      max-width: 100%; }
    .btn_gray_grid_3 .btn_gray:nth-child(n + 4) {
      margin-top: 20px; }
    .btn_gray_grid_3 .btn_gray a {
      padding: 20px 50px 20px 20px; }
  @media screen and (max-width: 750px) {
    .btn_gray_grid_3 + .btn_gray_grid_3 {
      margin-top: 30px; }
    .btn_gray_grid_3 .grid_3_1 {
      width: 100%;
      padding: 0; }
    .btn_gray_grid_3 .btn_gray {
      max-width: 100%; }
      .btn_gray_grid_3 .btn_gray:nth-child(n + 2) {
        margin-top: 10px; }
      .btn_gray_grid_3 .btn_gray:nth-child(n + 4) {
        margin-top: 10px; } }

/*----------------------------------------------------------
public_info_list
----------------------------------------------------------*/
.public_info_list {
  margin: 30px 0 0 0; }
  .public_info_list:first-of-type {
    border-top: 1px solid #EBEBEB; }
  .public_info_list + .btn_gray_grid_3 {
    margin-top: 50px; }
  .public_info_list:nth-of-type(n + 2) {
    margin: 0; }
  .public_info_list .public_info_item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 14px;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #EBEBEB; }
  .public_info_list .public_info_item .en {
    font-size: 12px;
    color: #FA0F0C;
    padding: 2px 0 0 10px; }
  .public_info_list .public_info_item .children {
    display: none; }
    .public_info_list .public_info_item .children a {
      background-color: #F2F2F2; }
    .public_info_list .public_info_item .children li .grid_wrp {
      padding: 30px 0;
      border-bottom: 1px solid #EBEBEB; }
      .public_info_list .public_info_item .children li .grid_wrp .grid_3_1 {
        width: calc((100%)/3);
        padding: 0 5px; }
        .public_info_list .public_info_item .children li .grid_wrp .grid_3_1 a {
          padding: 0 50px 0 25px; }
        @media screen and (max-width: 750px) {
          .public_info_list .public_info_item .children li .grid_wrp .grid_3_1 {
            width: 100%;
            padding: 0; } }
  .public_info_list .public_info_item .grandchild {
    display: none; }
    .public_info_list .public_info_item .grandchild a {
      background-color: #D3D3D3;
      border-color: #C2C2C2; }
    .public_info_list .public_info_item .grandchild li:last-child a {
      border-color: #EBEBEB; }

.public_info_list .has_child > a .more {
  position: relative;
  width: 60px;
  height: 100%;
  border-left: 1px solid #EBEBEB;
  margin: 0 0 0 auto; }

.public_info_list .has_child > a .more::before, .public_info_list .has_child > a .more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 2px;
  background-color: #111111;
  margin: auto; }

.public_info_list .has_child > a .more::after {
  transition: .3s;
  transform: rotate(90deg); }

.public_info_list .has_child > a.active .more::after {
  transform: rotate(0); }

/*----------------------------------------------------------
truste_logo
----------------------------------------------------------*/
.truste_logo {
  margin-top: 30px;
  width: 180px; }
  @media screen and (max-width: 750px) {
    .truste_logo {
      width: 119px; } }

/*----------------------------------------------------------
txtlink_red
----------------------------------------------------------*/
.txtlink_red {
  color: #FA0F0C; }
  .txtlink_red:hover {
    opacity: 0.7; }

/*===============================================================
	
	special_event
	
===============================================================*/
.special_event {
  margin-top: 80px;
  padding: 100px 0;
  background-image: linear-gradient(90deg, #fbd5fb, #95e9f3); }
  @media screen and (max-width: 750px) {
    .special_event {
      width: 100vw;
      margin: 10vw calc(50% - 50vw) 0;
      padding: 10vw 0; } }
  @media screen and (max-width: 750px) {
    .special_event .content {
      background: #fff;
      width: 100vw;
      margin: 0 calc(50% - 50vw); } }
  .special_event .content + .content {
    margin-top: 50px; }
    @media screen and (max-width: 750px) {
      .special_event .content + .content {
        margin-top: 10vw; } }
  .special_event .inner {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 60px; }
    @media screen and (max-width: 750px) {
      .special_event .inner {
        padding: 40px 0px 60px; } }

.special_event .content_experience .grid_list {
  margin-top: -20px; }
@media screen and (max-width: 750px) {
  .special_event .content_experience .grid_list {
    margin-top: 0; } }

.special_event .content_sns .inner {
  padding: 40px 0;
  background: none; }
.special_event .content_sns .img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto; }
  .special_event .content_sns .img img:first-of-type {
    width: 30%; }
  .special_event .content_sns .img img:last-of-type {
    width: 70%; }
@media screen and (max-width: 750px) {
  .special_event .content_sns {
    background: none; }
    .special_event .content_sns .inner {
      padding: 0; }
    .special_event .content_sns .img {
      flex-direction: column;
      width: 100%; }
      .special_event .content_sns .img img:first-of-type {
        transform: rotate(13deg);
        width: 60%; }
      .special_event .content_sns .img img:last-of-type {
        width: 100%; } }

@media screen and (max-width: 750px) {
  .special_event .content + .content_sns {
    margin-top: 0; } }

.special_event .content_floor p.note {
  font-size: 14px; }
  @media screen and (max-width: 750px) {
    .special_event .content_floor p.note {
      font-size: 3vw; } }

.special_guests {
  padding: 0 0 60px; }
  .special_guests .inner {
    border: solid 1px #ddd;
    background: #fafafa;
    padding: 60px;
    width: 100%; }
  .special_guests .photo_block .profile::before {
    display: none; }
  @media screen and (max-width: 750px) {
    .special_guests {
      padding: 10vw 0;
      margin-bottom: 10vw; }
      .special_guests .inner_max {
        padding: 0; }
      .special_guests .inner {
        padding: 5vw 3vw; } }

/*===============================================================
	
	_flow_chart.scss
	
===============================================================*/
.flow_chart {
  position: relative;
  width: 100%; }

.flow_chart + .flow_chart {
  margin-top: 10px; }

.flow_chart .step_wrp {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.flow_chart .step_wrp + .step_wrp {
  padding-top: 30px; }

.flow_chart .step_wrp .step_box {
  position: relative;
  z-index: 2;
  text-align: center; }

.flow_chart .step_wrp .step_column_1 {
  width: 100%; }

.flow_chart .step_wrp .step_column_2 {
  width: calc((100% - 30px)/2); }

.flow_chart .step_wrp .step_column_3 {
  width: calc((100% - 60px)/3); }

.flow_chart .step_wrp .step_column_4 {
  width: calc((100% - 60px)/4); }

.flow_chart .step_wrp .step_column_4_3 {
  width: calc(100% - 20px - (100% - 60px)/4); }

.flow_chart .step_wrp .step_box .inbox {
  border: solid 3px #000;
  background: #fff;
  padding: 15px 20px 20px 20px;
  box-sizing: border-box;
  height: 100%; }

.flow_chart .step_wrp .step_box .inbox + .inbox {
  margin-top: 30px; }

@media screen and (max-width: 750px) {
  .flow_chart {
    overflow-y: scroll;
    padding-bottom: 2vw; }

  .flow_chart_inner {
    width: 200vw; }

  .flow_chart .step_wrp + .step_wrp {
    padding-top: 10vw; }

  .flow_chart .step_wrp .step_column_2 {
    width: calc((100% - 2vw)/2); }

  .flow_chart::after {
    left: calc(25% - 0.5vw); }

  .flow_chart::before {
    left: calc(75% + 0.5vw); }

  .flow_chart .step_wrp .step_box .inbox {
    padding: 3vw; } }
/* @include sp */
/*-------------------------------------------------------------
	v_line	
-------------------------------------------------------------*/
.flow_chart .v_line {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #666;
  z-index: 1; }

/* line 1	*/
.step_wrp_line1 .v_line:nth-child(1) {
  left: 50%; }

.step_wrp_line1 .v_line:nth-child(2),
.step_wrp_line1 .v_line:nth-child(3),
.step_wrp_line1 .v_line:nth-child(4) {
  display: none; }

/* line 2	*/
.step_wrp_line2 .v_line:nth-child(1) {
  left: calc(((100% - 30px)/2) / 2); }

.step_wrp_line2 .v_line:nth-child(2) {
  left: calc(100% -  ((100% - 30px)/2)/2); }

.step_wrp_line2 .v_line:nth-child(3),
.step_wrp_line2 .v_line:nth-child(4) {
  display: none; }

/* line 3	*/
.step_wrp_line3 .v_line:nth-child(1) {
  left: calc(((100% - 60px)/3) / 2); }

.step_wrp_line3 .v_line:nth-child(2) {
  left: 50%; }

.step_wrp_line3 .v_line:nth-child(3) {
  left: calc(100% -  ((100% - 60px)/3)/2); }

.step_wrp_line3 .v_line:nth-child(4) {
  display: none; }

/* line 4	*/
.step_wrp_line4 .v_line:nth-child(1) {
  left: calc(((100% - 60px)/4) / 2); }

.step_wrp_line4 .v_line:nth-child(2) {
  left: calc((100% - 60px)/4 + 20px + ((100% - 60px)/4)/2); }

.step_wrp_line4 .v_line:nth-child(3) {
  left: calc((100% - 20px)/2 + 20px + ((100% - 60px)/4)/2); }

.step_wrp_line4 .v_line:nth-child(4) {
  left: calc(100% -  ((100% - 60px)/4)/2); }

/*-------------------------------------------------------------
	step_end	
-------------------------------------------------------------*/
.flow_chart .step_wrp + .step_end {
  padding-top: 60px; }

.step_end .v_line::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 5px solid #666;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-width: 8px;
  transform: translate(-50%, 0px);
  box-sizing: border-box;
  transition: all .3s; }

.flow_chart .step_end + .step_wrp {
  padding-top: 0;
  margin-top: 10px; }

/*-------------------------------------------------------------
	flow_chart txt	
-------------------------------------------------------------*/
.flow_chart .step_num {
  position: absolute;
  width: 120px;
  background: #000;
  color: #fff;
  text-align: center;
  top: -00px;
  left: 0;
  font-size: 18px;
  font-weight: bold; }

.flow_chart .title {
  font-size: 20px;
  line-height: 1.4; }

.flow_chart .red_title_block + .title {
  margin-top: 20px; }

.flow_chart .red_title_block {
  background: #FA0F0C;
  color: #fff;
  width: calc(100% + 40px);
  margin-top: -15px;
  margin-left: -20px;
  padding: 15px 20px; }

.flow_chart p {
  font-size: 14px;
  line-height: 1.6; }

.flow_chart * + p {
  margin-top: 0.5em; }

.flow_chart sup {
  font-size: 14px;
  line-height: 1.6; }

@media screen and (max-width: 750px) {
  .flow_chart .step_num {
    top: -6vw;
    font-size: 3vw; }

  .flow_chart .title {
    font-size: 4vw;
    line-height: 1.6; }

  .flow_chart p {
    font-size: 3.5vw;
    line-height: 1.6; }

  .flow_chart * + p {
    margin-top: 1em; }

  .flow_chart .red_title_block {
    background: #FA0F0C;
    color: #fff;
    width: calc(100% + 6vw);
    margin-top: -3vw;
    margin-left: -3vw;
    padding: 3vw; } }
/* @include sp */
/*===============================================================
	
	content_flowbox
	
===============================================================*/
.content_flowbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.content_flowbox + .content_flowbox {
  border-top: dashed 1px #000;
  padding-top: 20px;
  margin-top: 20px; }

.content_flowbox .flowbox {
  text-align: left;
  position: relative; }

.content_flowbox .flowbox + .flowbox {
  padding-left: 60px; }

.content_flowbox .flowbox + .flowbox::after,
.content_flowbox .flowbox + .flowbox::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto; }

.content_flowbox .flowbox + .flowbox::before {
  width: 15px;
  height: 6px;
  background: #FA0F0C;
  transform: translate(3px, 0); }

.content_flowbox .flowbox + .flowbox::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #FA0F0C;
  transform: translate(18px, 0); }

.content_flowbox .flowbox p {
  margin-top: 0; }

.flow_chart .flowbox:first-child {
  width: 25%; }

/* @include sp */
/*===============================================================
	
	_event.scss
	event_list
	
===============================================================*/
.sort_list .event_item {
  display: none; }

.event_item {
  width: auto;
  margin: 0;
  margin-top: 60px; }

.event_item.is_active {
  display: block; }

.event_item > a:hover {
  opacity: .8; }

.event_item .title {
  font-size: 18px; }

.event_item .lead {
  font-size: 14px; }

.event_item .link_wrap {
  padding: 0 0 30px 0; }

.event_item .link_wrap > div a {
  transition: .3s; }

.event_item .link_wrap > div a:hover {
  opacity: .8; }

.event_item .detail a {
  background-color: #111111; }

.event_item .application a {
  background-color: #FA0F0C; }

.event_item .application.game a {
  background-color: #f4275c; }

.event_item .application.esports a {
  background-color: #31a154; }

.event_item .application.aiit a {
  background-color: #1D588A; }

.event_item .application.media a {
  background-color: #fe5508; }

.event_item .date span {
  padding: 0 5px 0 0; }

/* SPのみ */
@media screen and (max-width: 750px) {
  .event_item {
    margin: 0 0 40px 0; }

  .grid_wrp .grid_4_1.event_item,
  .grid_wrp .grid_3_1.event_item {
    width: 100% !important;
    margin-top: 30px; }

  .grid_wrp .event_item.grid_4_1 + .event_item,
  .grid_wrp .event_item.grid_3_1 + .event_item {
    margin-top: 30px; }

  .event_item > a {
    display: block;
    transition: .3s; }

  .event_item .title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 20px 0 0 0; }

  .event_item .lead {
    font-size: 13px;
    letter-spacing: .04em;
    margin: 15px 0 0 0; }

  .event_item .date {
    font-size: 14px;
    letter-spacing: .04em;
    color: #FA0F0C;
    margin: 20px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all; }

  .event_item .date span {
    padding: 0 5px 0 0; }

  .event_item .link_wrap {
    display: flex;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #E5E5E5;
    margin: 15px 0 0 0; }

  .event_item .link_wrap > div {
    display: block;
    width: 50%;
    text-align: center; }

  .event_item .link_wrap > div a {
    display: block;
    width: 100%;
    font-size: 13px;
    letter-spacing: .04em;
    color: #fff;
    padding: 10px 0; }

  .sp_row.grid_wrp {
    display: block; }

  .sp_row .event_item {
    display: flex;
    padding-bottom: 20px;
    border-bottom: solid 1px #E5E5E5; }

  .sp_row .event_item > a {
    width: 100%;
    display: flex;
    justify-content: space-between; }

  .sp_row.grid_wrp .thumbnail {
    width: 48%; }

  .sp_row .txtwrp {
    width: 49%;
    display: block;
    margin-left: 3%; }

  .sp_row .txtwrp .title {
    font-size: 14px;
    margin-top: 0; }

  .sp_row .txtwrp .lead {
    font-size: 11px;
    margin-top: 10px; }

  .sp_row .txtwrp .date {
    margin-top: 10px; }

  .sp_row .event_item .btn_wrp {
    display: none; } }
/*===============================================================
	
	event_item
	
===============================================================*/
.event_item .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 20px 0 0 0; }

.event_item .lead {
  font-size: 14px;
  margin: 15px 0 0 0; }

.event_item .date {
  font-size: 14px;
  letter-spacing: .04em;
  color: #FA0F0C;
  margin: 20px 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all; }

/* SPのみ */
@media screen and (max-width: 750px) {
  .event_item {
    width: 100%;
    margin: 0 0 40px 0; }

  .event_item .title {
    font-size: 16px;
    margin: 20px 0 0 0; }

  .event_item .lead {
    font-size: 13px;
    letter-spacing: .04em;
    margin: 15px 0 0 0; } }
/*===============================================================
	
	.event_list .btn_wrp
	
===============================================================*/
.event_list .btn_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;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 30px 0; }

.event_list .btn_wrp .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 31.3333%;
  flex-basis: 31.3333%;
  width: auto;
  margin-top: 15px; }

.event_list .btn_wrp .btn a {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s; }

.event_list .btn_wrp .btn a:hover {
  opacity: 0.8; }

.event_list .btn_wrp .more_btn a {
  background: #000; }

.event_list .btn_wrp .entry_btn a {
  background: #FA0F0C; }

.event_list .btn_wrp .line_btn a {
  background: #06c755;
  border: none; }

/* SPのみ */
@media screen and (max-width: 750px) {
  .event_list .btn_wrp {
    padding: 0 0 20px 0; } }
/* バリエーション */
.game .event_list .btn_wrp .entry_btn a {
  background: #f4275c; }

.esports .event_list .btn_wrp .entry_btn a {
  background: #31a154; }

.aiit .event_list .btn_wrp .entry_btn a {
  background: #1D588A; }

.media .event_list .btn_wrp .entry_btn a {
  background: #fe5508; }

/*===============================================================
	
	main_event
	
===============================================================*/
.main_event {
  background-color: #F2F2F2;
  padding: 120px 0; }

.main_event .event_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: .05em; }

.main_event .event_title span {
  font-size: 40px; }

.main_event .event_title .line {
  display: block;
  width: 60px;
  width: 20px;
  height: 1px;
  background-color: #111111;
  margin: 0 5px;
  margin: 0 20px;
  opacity: .4; }

.main_event_lead {
  font-size: 24px;
  margin: 55px 0 0 0;
  font-weight: 500;
  letter-spacing: .04em; }

.main_event_lead br {
  display: none; }

.main_event .event_block {
  margin: 37px 0 0 0; }

.main_event .event_item {
  padding: 0 60px 0 0;
  margin: 0; }

.main_event .btn_line {
  margin: 80px 0 0 0; }

.main_event.game .date {
  color: #F52D56 !important; }

.main_event.esports .date {
  color: #32A254 !important; }

.main_event.aiit .date {
  color: #226E94 !important; }

.main_event.media .date {
  color: #FE6F06 !important; }

@media screen and (max-width: 1001px) {
  .main_event_lead br {
    display: block; }

  .main_event .event_item {
    padding: 0 30px 0 0;
    margin: 0; } }
/* SPのみ */
@media screen and (max-width: 750px) {
  .main_event {
    padding: 60px 0; }

  .main_event .event_title {
    font-size: 12px; }

  .main_event .event_title span {
    display: block;
    font-size: 24px;
    letter-spacing: .04em; }

  .main_event .event_title .line {
    width: 20px;
    margin: 0 5px; }

  .main_event_lead {
    font-size: 18px;
    margin: 46px 0 0 0; }

  .main_event .event_block {
    margin: 29px 0 0 0; }

  .main_event .event_list {
    position: relative;
    margin: 29px 0 0 0; }

  .main_event .event_item {
    margin: 0;
    padding: 0; }

  .main_event .btn_line {
    margin: 94px 0 0 0; } }
/*===============================================================
	
	slide_counts
	
===============================================================*/
.main_event .slide_counts {
  top: -70px;
  left: inherit;
  right: 8.1%;
  bottom: inherit;
  text-align: right;
  margin: 0 139px 0 0; }

/* SPのみ */
@media screen and (max-width: 750px) {
  .main_event .slide_counts {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto; } }
/*===============================================================
	
	slick
	
===============================================================*/
.main_event .slick-arrow {
  position: absolute;
  display: block;
  top: inherit;
  bottom: -58px;
  left: inherit;
  width: 40px;
  height: 40px;
  background-color: #F7F7F7;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1; }

.main_event .slick-arrow::before, .main_event .slick-arrow::after {
  content: '';
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.main_event .slick-arrow::before {
  top: 3px;
  width: 15px;
  height: 1px;
  background-color: #FA0F0C; }

.main_event .slick-arrow::after {
  top: -1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FA0F0C;
  border-right: 1px solid #FA0F0C; }

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

.main_event .slick-prev::after {
  left: -4px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.main_event .slick-next {
  right: 0; }

.main_event .slick-next::after {
  left: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* SPのみ */
@media screen and (min-width: 751px) {
  .main_event .slick-list {
    padding: 0 3.5% 0 0 !important; }

  .main_event .slick-arrow {
    top: -79px;
    bottom: inherit;
    width: 50px;
    height: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

  .main_event .slick-arrow:hover {
    background-color: #FA0F0C; }

  .main_event .slick-arrow:hover::before {
    background-color: #F7F7F7 !important; }

  .main_event .slick-arrow:hover::after {
    border-color: #F7F7F7 !important; }

  .main_event .slick-prev {
    left: inherit;
    right: 8.1%;
    margin: 0 60px 0 0; }

  .main_event .slick-next {
    right: 8.1%; } }
/*===============================================================
	
	section_wrp .article_head
	
===============================================================*/
.section_wrp .article_head {
  margin-top: 60px; }
  @media screen and (max-width: 750px) {
    .section_wrp .article_head {
      margin-top: 40px; } }

/*===============================================================
	
	event_nodata
	
===============================================================*/
.event_nodata {
  background: rgba(0, 0, 0, 0.05);
  padding: 50px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal; }
  .inner_right .event_nodata {
    margin-right: 7vw; }
  @media screen and (max-width: 750px) {
    .event_nodata {
      padding: 20px;
      font-size: 12px; }
      .inner_right .event_nodata {
        margin-right: 0; } }

/*===============================================================
	色 バリエーション
===============================================================*/
.game .world a .btn_link::before {
  background-color: #f4275c; }

.game .world a:hover .btn_link::before {
  background-color: #f4275c; }

.game .btn_icon::after {
  background-color: #f4275c; }

.esports .world a .btn_link::before {
  background-color: #31a154; }

.esports .world a:hover .btn_link::before {
  background-color: #31a154; }

.esports .btn_icon::after {
  background-color: #31a154; }

.aiit .world a .btn_link::before {
  background-color: #1D588A; }

.aiit .world a:hover .btn_link::before {
  background-color: #1D588A; }

.aiit .btn_icon::after {
  background-color: #1D588A; }

.media .world a .btn_link::before {
  background-color: #fe5508; }

.media .world a:hover .btn_link::before {
  background-color: #fe5508; }

.media .btn_icon::after {
  background-color: #fe5508; }

.bg_gray {
  background-color: #F2F2F2; }

.bg_black {
  background-color: #111 !important; }
