@charset "UTF-8";
@import 'reset.css';
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================
	色
===============================================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.page_game .course_color {
  color: #f52d56;
}

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

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

.page_media .course_color {
  color: #fe6f06;
}

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

.page_game .bg_course_color {
  background: #f52d56;
}

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

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

.page_media .bg_course_color {
  background: #fe6f06;
}

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

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

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

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

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

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

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

グラデテキスト

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------------------------
common
----------------------------------------------------------*/
body.overflow {
  overflow: hidden;
}

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

.inner_1350 {
  max-width: 1350px;
  padding: 0 25px;
  margin: 0 auto;
}

.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;
  }
}

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

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

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

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

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

.p_wrap {
  word-break: break-all;
}

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

.indent_left {
  margin-left: -7px;
}
@media screen and (max-width: 750px) {
  .indent_left {
    margin-left: -1.5vw;
  }
}

strong {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  strong {
    font-size: 4vw;
  }
}

/*----------------- 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: -webkit-gradient(linear, left top, right top, from(#f4275c), to(#fa5230));
  background: linear-gradient(to right, #f4275c 0%, #fa5230 100%);
}

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

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

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

.gradation.design {
  background: -webkit-gradient(linear, left top, right top, from(#384a91), to(#884091));
  background: linear-gradient(to right, #384a91 0%, #884091 100%);
}

.text_game {
  color: #f52d56 !important;
}

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

.text_aiit {
  color: #023eb3 !important;
}

.text_media {
  color: #fe6f06 !important;
}

.text_design {
  color: #6700ae !important;
}

.bd0 {
  border: 0 !important;
}

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

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

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

.esports .world a .btn_link::before {
  background-color: #32a254;
}

.esports .world a:hover .btn_link::before {
  background-color: #32a254;
}

.esports .btn_icon::after {
  background-color: #32a254;
}

.aiit .world a .btn_link::before {
  background-color: #023eb3;
}

.aiit .world a:hover .btn_link::before {
  background-color: #023eb3;
}

.aiit .btn_icon::after {
  background-color: #023eb3;
}

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

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

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

.design .world a .btn_link::before {
  background-color: #6700ae;
}

.design .world a:hover .btn_link::before {
  background-color: #6700ae;
}

.design .btn_icon::after {
  background-color: #6700ae;
}

.bg_gray {
  background-color: #f2f2f2;
}

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

/*----------------------------------------------------------
	2024年度
----------------------------------------------------------*/
.year2024 .gradation.media {
  background: -webkit-gradient(linear, left top, right top, from(#384a91), to(#884091));
  background: linear-gradient(to right, #384a91 0%, #884091 100%);
}
.year2024 .text_media {
  color: #884091 !important;
}
.year2024 .media .world a .btn_link::before,
.year2024 .media .world a:hover .btn_link::before,
.year2024 .media .btn_icon::after,
.year2024 .btn_line.media a::before,
.year2024 .btn_line.media .btn_icon::after,
.year2024 .sec_course_details li .tag.media {
  background-color: #884091;
}
.year2024 .gradation.design {
  background: -webkit-gradient(linear, left top, right top, from(#fe5508), to(#fe6f06));
  background: linear-gradient(to right, #fe5508 0%, #fe6f06 100%);
}
.year2024 .text_design {
  color: #fe6f06 !important;
}
.year2024 .design .world a .btn_link::before,
.year2024 .design .world a:hover .btn_link::before,
.year2024 .design .btn_icon::after,
.year2024 .btn_line.design a::before,
.year2024 .btn_line.design .btn_icon::after,
.year2024 .sec_course_details li .tag.design {
  background-color: #fe6f06;
}

/*----------------------------------------------------------
sec
----------------------------------------------------------*/
.sec_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.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 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_title span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.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: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: 0.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;
  -webkit-transform: rotate(60deg);
  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: 0.04em;
}
@media screen and (min-width: 751px) {
  .sec_columns_title {
    font-size: 24px;
  }
}
.sec_columns_title.large {
  font-size: 24px;
}
@media screen and (min-width: 751px) {
  .sec_columns_title.large {
    font-size: 34px;
  }
}
.sec_columns_title .notice {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.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: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .sec_event_item > a:hover {
    opacity: 0.8;
  }
}
.sec_event_item .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.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: 0.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: 0.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: -webkit-box;
  display: -ms-flexbox;
  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: 0.04em;
  color: #fff;
  padding: 10px 0;
}
@media screen and (min-width: 751px) {
  .sec_event_item .link_wrap > div a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sec_event_item .link_wrap > div a:hover {
    opacity: 0.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: #023eb3;
}
.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 {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .sec_course_item a:hover .btn_icon::after {
    -webkit-transform: translate3d(0, 0, 0) scale(1) !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition:
      transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1),
      -webkit-transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .sec_course_item a:hover .sec_course_img img {
    opacity: 0.8;
  }
}
.sec_course_item .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  letter-spacing: 0.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: 0.05em;
  opacity: 0.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 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_course_item_lead {
  position: absolute;
  bottom: -10px;
  right: 10px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec_course_details li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.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 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  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: -webkit-max-content;
  width: -moz-max-content;
  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: #023eb3;
}
.sec_course_details li .tag.media {
  background-color: #fe6f06;
}
.sec_course_details li .tag.design {
  background-color: #6700ae;
}
.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: 0.85;
  z-index: -1;
}
.sec_ao .sec_title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.sec_ao .title_en {
  font-size: 36px;
  letter-spacing: 0.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: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 3px;
  }
}
.sec_ao_entry .flex .lead {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  letter-spacing: 0.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: 0.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: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: 0.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: -webkit-box;
  display: -ms-flexbox;
  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: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: 0.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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sec_ao_btn a:hover {
    color: #fa0f0c;
    background-color: #fff;
  }
  .sec_ao_btn a:hover .btn_icon::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .sec_ao_btn a:hover .btn_icon::after {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    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);
    -webkit-transition-delay: 0s;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
  -webkit-transform: rotate(90deg);
  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: 0.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
----------------------------------------------------------*/
.sec_title_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec_title_logos .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.sec_title_logos .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  width: auto;
  height: 40px;
  margin-left: auto;
  margin-right: -40px;
}
.sec_title_logos .logos .item {
  width: auto;
  height: 100%;
}
.sec_title_logos .logos .item a {
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_title_logos .logos .item a:hover {
  opacity: 0.7;
}
.sec_title_logos .logos .item a img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .sec_title_logos {
    display: block;
  }
  .sec_title_logos .logos {
    height: 3.5vw;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sec_title_logos {
    display: block;
  }
  .sec_title_logos .logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5vw;
    height: 6vw;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
/*----------------------------------------------------------
btn
----------------------------------------------------------*/
.btn_line {
  max-width: 325px;
}
@media screen and (min-width: 751px) {
  .btn_line {
    max-width: 300px;
  }
}
.btn_line a,
.btn_line .trg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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,
.btn_line .trg .btn_icon.up::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-45deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(-45deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn_line a .btn_icon.down::before,
.btn_line .trg .btn_icon.down::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(135deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(135deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (min-width: 751px) {
  .btn_line a:hover::before,
  .btn_line .trg:hover::before {
    width: 100%;
  }
  .btn_line a:hover .btn_icon::before,
  .btn_line .trg:hover .btn_icon::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .btn_line a:hover .btn_icon::after,
  .btn_line .trg:hover .btn_icon::after {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    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);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .btn_line a:hover .btn_icon.left::before,
  .btn_line .trg:hover .btn_icon.left::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-135deg);
    transform: translate3d(0, 0, 0) scale(1) rotate(-135deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .btn_line a:hover .btn_icon.up::before,
  .btn_line .trg:hover .btn_icon.up::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-45deg);
    transform: translate3d(0, 0, 0) scale(1) rotate(-45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .btn_line a:hover .btn_icon.down::before,
  .btn_line .trg:hover .btn_icon.down::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(135deg);
    transform: translate3d(0, 0, 0) scale(1) rotate(135deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.btn_line a::before,
.btn_line .trg::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fa0f0c;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.btn_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 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;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .btn_icon::before {
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) scale(0.1) rotate(45deg);
    transform: translate3d(0, 0, 0) scale(0.1) 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%;
  -webkit-transform: translate3d(0, 0, 0) scale(0.1);
  transform: translate3d(0, 0, 0) scale(0.1);
  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);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 750px) {
  .btn_icon::after {
    display: none;
  }
}
.btn_icon.left::before {
  left: 3px;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-135deg);
  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,
.btn_line.ai-robot a::before {
  background-color: #023eb3;
}
.btn_line.aiit .btn_icon::after,
.btn_line.ai-robot .btn_icon::after {
  background-color: #023eb3;
}
.btn_line.media a::before {
  background-color: #fe6f06;
}
.btn_line.media .btn_icon::after {
  background-color: #fe6f06;
}
.btn_line.web a::before {
  background-color: #fe6f06;
}
.btn_line.web .btn_icon::after {
  background-color: #fe6f06;
}
.btn_line.design a::before {
  background-color: #6700ae;
}
.btn_line.design .btn_icon::after {
  background-color: #6700ae;
}
@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,
  .btn_icon.ai-robot::before {
    border-color: #023eb3;
  }
}
.btn_icon.aiit::after,
.btn_icon.ai-robot::after {
  background-color: #023eb3;
}
@media screen and (max-width: 750px) {
  .btn_icon.media::before {
    border-color: #fe6f06;
  }
}
.btn_icon.media::after {
  background-color: #fe6f06;
}
@media screen and (max-width: 750px) {
  .btn_icon.web::before {
    border-color: #fe6f06;
  }
}
.btn_icon.web::after {
  background-color: #fe6f06;
}
@media screen and (max-width: 750px) {
  .btn_icon.design::before {
    border-color: #6700ae;
  }
}
.btn_icon.design::after {
  background-color: #6700ae;
}

body.ie .btn_icon::before {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1) rotate(45deg);
  transform: translate3d(0, 0, 0) scale(0.1) rotate(45deg);
}
body.ie .btn_icon::after {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1);
  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: 0.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: 0.2;
  -webkit-transform: rotate(-70deg);
  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: 0.3;
}
.lower .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.lower_title_wrap {
  position: relative;
  z-index: 1;
}
.lower_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  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: 0.12em;
  color: #fff;
}
.lower_title_jp .cap {
  font-size: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 751px) {
  .lower_title_jp {
    font-size: 16px;
  }
  .lower_title_jp .cap {
    font-size: 11px;
    padding-left: 10px;
  }
}

/*----------------------------------------------------------
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: 0.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;
  -webkit-transform: rotate(45deg);
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb li a:hover {
  color: #111111;
}

/*----------------------------------------------------------
 accordion_news
----------------------------------------------------------*/
.accordion_news {
  display: block;
  background-color: #fff;
  border: solid 1px #ddd;
  width: 100%;
  /*-------------------------------------------------------------
  	accordion_header
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	accordion_body
  -------------------------------------------------------------*/
}
.accordion_news_header {
  position: relative;
  display: block;
  width: 100%;
  height: 131.2px;
  border: none;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  padding: 30px;
  padding-right: 60px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.accordion_news_header:hover {
  background: #f8f8f8;
}
.accordion_news_header .accordion_news_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 18px;
  height: 18px;
}
.accordion_news_header .accordion_news_icon::before,
.accordion_news_header .accordion_news_icon::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}
.accordion_news_header .accordion_news_icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.accordion_news_header.opened .accordion_news_icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (max-width: 750px) {
  .accordion_news_header {
    height: auto;
    padding: 5vw 12vw 5vw 5vw;
    font-size: 3.6vw;
  }
  .accordion_news_header .accordion_news_icon {
    right: 5vw;
    width: 4vw;
    height: 4vw;
  }
  .accordion_news_header .accordion_news_icon::before,
  .accordion_news_header .accordion_news_icon::after {
    height: 1px;
  }
}
.accordion_news_body {
  overflow: hidden;
  padding: 0 30px 30px;
}
.accordion_news_body .inner {
  width: 100%;
  padding: 27px 0 0;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .accordion_news_body {
    padding: 5vw;
    padding-top: 0;
  }
  .accordion_news_body .inner {
    padding: 0;
    padding-top: 4.5vw;
  }
}

/*----------------------------------------------------------
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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
  }
}
.header_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #ebebeb;
  }
}
.header_logo a {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 0 0 15px;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .header_logo a {
    width: 82.352941176%;
    max-width: none;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header_logo a:hover {
    opacity: 0.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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header_btn.active .header_btn_line:nth-child(2) {
  top: 29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_btn_line {
  position: absolute;
  left: 0;
  right: 0;
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.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;
  -webkit-transition: 0.3s;
  transition: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header_sp_list .has_child > a.active .more::after {
  -webkit-transform: rotate(0);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px;
  margin-top: -10px;
}
.header_sp_visitor .list li {
  width: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_pc_sub_list li a:hover {
  color: #fa0f0c;
}
.header_pc_sub .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_pc_sub_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_pc_sub_sns a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1401px) {
  .header_pc_sub_sns a {
    width: 20px;
  }
}
.header_pc_sub_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #ebebeb;
}
.header_pc_sub_lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 5px 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.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: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 4px solid #fa0f0c;
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 1401px) {
  .header_pc_sub_lang a span::before {
    left: -18px;
  }
}
.header_pc_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: 0.3s;
  transition: 0.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: 0.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%;
  width: calc((100% - 20px) / 4);
  margin: 0 0 30px 0;
}
.header_pc_main_list .btn_line {
  max-width: none;
}
.header_pc_main_list .children .btn_line {
  font-size: 13px;
}
.header_pc_main_list .children .children_inner > .course_list + .btn_line {
  margin-top: 30px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 > :not(:nth-child(4n-3)) {
  margin-left: 20px;
}
.header_pc_main_list .children .children_inner > ul > :nth-child(n + 5) {
  margin-top: 20px;
}
.header_pc_main_list .children .children_inner > ul > li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 0;
}
.header_pc_main_list .children .children_inner > .course_list > :not(:nth-child(4n-3)),
.header_pc_main_list .children .children_inner > .course_list > :nth-child(n + 5) {
  margin: initial;
}
.header_pc_main_list .children .children_inner > .course_list > :not(:nth-child(5n-4)) {
  margin-left: 10px;
}
.header_pc_main_list .children .children_inner > .course_list > :nth-child(n + 6) {
  margin-top: 20px;
}
.header_pc_main_list .children .children_inner > .course_list > li {
  width: calc((100% - 40px) / 5);
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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;
  -webkit-transition: 0.3s;
  transition: 0.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,
.header_pc_main_list .nav_design a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.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,
.header_pc_main_list .nav_design .course_img {
  -webkit-transition: 0.3s;
  transition: 0.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,
.header_pc_main_list .nav_design .btn_line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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,
.header_pc_main_list .nav_design .btn_line::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  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,
.header_pc_main_list .nav_design .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,
.header_pc_main_list .nav_design .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,
.header_pc_main_list .nav_design .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,
.header_pc_main_list .nav_design .btn_line.media::before {
  background-color: #fe6f06;
}
.header_pc_main_list .nav_game .btn_line.design::before,
.header_pc_main_list .nav_esports .btn_line.design::before,
.header_pc_main_list .nav_aiit .btn_line.design::before,
.header_pc_main_list .nav_media .btn_line.design::before,
.header_pc_main_list .nav_design .btn_line.design::before {
  background-color: #6700ae;
}
.year2024 .header_pc_main_list .nav_game .btn_line.media::before,
.year2024 .header_pc_main_list .nav_esports .btn_line.media::before,
.year2024 .header_pc_main_list .nav_aiit .btn_line.media::before,
.year2024 .header_pc_main_list .nav_media .btn_line.media::before,
.year2024 .header_pc_main_list .nav_design .btn_line.media::before {
  background-color: #884091;
}
.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,
.header_pc_main_list .nav_design a:hover .course_img {
  opacity: 0.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,
.header_pc_main_list .nav_design 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,
.header_pc_main_list .nav_design a:hover .btn_line .btn_icon::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.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,
.header_pc_main_list .nav_design a:hover .btn_line .btn_icon::after {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  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);
  -webkit-transition-delay: 0s;
  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,
.header_pc_main_list .nav_design a:hover .btn_line .btn_icon.left::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-135deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(-135deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.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_list .nav_design .grandchild a:hover {
  color: #884091;
}
.header_pc_main_list .nav_design .grandchild a::before {
  background-color: #884091;
}
.year2024 .header_pc_main_list .nav_media .grandchild a:hover {
  color: #884091;
}
.year2024 .header_pc_main_list .nav_media .grandchild a::before {
  background-color: #884091;
}
.header_pc_main .btn_nav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_pc_main .btn_nav a:hover {
  opacity: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  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 {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .side_logo a:hover {
    opacity: 0.8;
  }
}
.side_btn {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 0.3s;
  transition: all 0.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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side_btn.active .side_btn_line:nth-child(2) {
  top: 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side_btn_line {
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #000;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side_btn_line:nth-child(1) {
  top: 45px;
}
.side_btn_line:nth-child(2) {
  top: 53px;
}
.side_dr {
  width: 100%;
}
.side_dr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #111111;
}
@media screen and (min-width: 751px) {
  .side_dr a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .side_dr a:hover {
    opacity: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: -100%;
  width: calc(100% - 100px);
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  z-index: 9999;
  overflow-y: auto;
}
@media screen and (max-width: 1000px) {
  .side_nav {
    display: none;
  }
}
.side_nav.open {
  left: 100px;
}
.side_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  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: -70px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9990;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_fixed.active {
  bottom: 0;
}
@media screen and (min-width: 751px) {
  .sp_fixed {
    display: none;
    z-index: -9999;
  }
}
.sp_fixed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 0.04em;
  line-height: 1.4;
  color: #fff;
  padding: 17px 0 15px;
}
.sp_fixed a img {
  width: 23px;
  margin: 0 auto 2px auto;
}
.sp_fixed li.dr a img {
  width: 25px;
}
.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: 0.3;
}
.footer_dr {
  background-image: url(../images/school/facility/exterior.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.footer_dr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
  }
  .footer_dr_link:hover .btn_icon::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .footer_dr_link:hover .btn_icon::after {
    -webkit-transform: translate3d(0, 0, 0) scale(1) !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition:
      transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1),
      -webkit-transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (min-width: 851px) {
  .footer_dr_link {
    padding: 30px 40px;
  }
}
.footer_dr_lead {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.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-inline-end: 20px;
  }
}
.footer_dr_lead span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .footer_dr_lead span {
    font-size: 16px;
    margin: 5px 0 0 0;
  }
}

.footer_dr_lead small {
  display: block;
  font-size: 13px;
  white-space: nowrap;
}
.footer_dr_wrap {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 751px) {
  .footer_dr_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    padding: 5px;
  }
}
@media screen and (min-width: 751px) {
  .footer_dr_img {
    max-width: 115px;
    padding: 5px;
  }
}
.footer_dr_text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #111111 !important;
}
@media screen and (min-width: 751px) {
  .footer_dr_text {
    font-size: 18px;
    margin: 0 0 0 30px;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    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 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_logo a:hover {
    opacity: 0.8;
  }
}
.footer_address {
  font-size: 13px;
  margin: 19px 0 0 0;
  opacity: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .footer_info_column.contact a {
    font-size: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_info_column.contact a:hover {
    opacity: 0.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: 0.05em;
  line-height: 1.8;
  margin: 15px 0 0 0;
  opacity: 0.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: 80px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #f9f9f9;
  border-radius: 50%;
  pointer-events: visible;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.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: 0.8;
  }
}
.footer_totop::before,
.footer_totop::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer_totop.scroll {
  opacity: 1;
  z-index: 9998;
}

.facility_document .footer_dr {
  position: relative;
  background-image: url('../images/school/facility/exterior.jpg');
}
.facility_document .footer_dr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.facility_document .footer_dr_text {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .facility_document .footer_dr_text {
    font-size: 15px;
  }
  .facility_document .footer_dr_lead {
    font-size: 23px;
  }
  .facility_document .footer_dr_wrap .btn_icon {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .facility_document .footer_dr_lead {
    font-size: 20px;
  }
  .facility_document .footer_dr_text {
    width: 60%;
    font-size: 12px;
  }
  .facility_document .footer_dr_img {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

/*修正指示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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*----------------------------------------------------------

 資料請求はこちら　修正

----------------------------------------------------------*/
.facility_document .footer_dr_img {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .facility_document .footer_dr_img {
    position: static;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(50% - 7px);
    display: inline-block;
    margin-right: 10px;
  }
}
.facility_document .footer_dr_img:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .facility_document .footer_dr_img:first-of-type {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .facility_document .footer_dr_img:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .facility_document .footer_dr_text {
    width: 100%;
    margin-top: 2vw;
  }
}

/*-------------------------------------------------------------
single_oc
-------------------------------------------------------------*/
.single_oc .footer {
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .single_oc .footer {
    padding-bottom: 15vw;
  }
}
.single_oc .footer_totop {
  bottom: 100px;
}
@media screen and (min-width: 751px) {
  .single_oc .footer_totop {
    bottom: 140px;
  }
}

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

	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 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

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

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

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

.palt {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

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

	マージン

===============================================================*/
.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;
  }
}

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

	幅

===============================================================*/
.w100 {
  width: 100% !important;
}

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

	高さ

===============================================================*/
.h100 {
  height: 100% !important;
}

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

	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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.narrower_width {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex_container_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_container .item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

.flex_container.align_center {
  -webkit-box-align: center;
  -ms-flex-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.5981308411%;
  margin-right: 2.8037383178%;
  /* 1070px幅で30pxのgutter */
}

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

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

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

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

.flex_container .item_6_1,
.flex_container .col_6_1 {
  width: 15.8878504673%;
  margin-right: 0.9345794393%;
  /* 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.4641744548%;
    margin-right: 2.8037383178%;
  }
  /*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.5981308411%;
    margin-right: 1.8691588785%;
  }
  .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.4641744548%;
    margin-right: 2.8037383178%;
  }
  .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.5981308411%;
    margin-right: 2.8037383178%;
  }
  .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.5981308411%;
    margin-right: 2.8037383178%;
  }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  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);
}

.icon_list img {
  padding: 50px 50px 0;
}
.icon_list .icon_txt {
  font-size: 18px;
  color: #00ada9;
  font-weight: bold;
}

/* 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.sp_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .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);
  }
  .icon_list img {
    padding: 30px 30px 0;
  }
  .icon_list .icon_txt {
    font-size: 14px;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	_list_dl.scss

===============================================================*/
/*-------------------------------------------------------------
	list
-------------------------------------------------------------*/
.content .list li {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #202123;
  margin-bottom: 15px;
}
.content .list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .content .list li {
    font-size: 14px;
    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: 0.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: #f52d56;
}

.esports .list_dot li::after {
  background-color: #32a254;
}

.aiit .list_dot li::after {
  background-color: #023eb3;
}

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

.design .list_dot li::after {
  background-color: #6700ae;
}

/*-------------------------------------------------------------
	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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content .list_column2 li {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .content .list_column2 li {
    width: 100%;
  }
}

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

/*-------------------------------------------------------------
	list_column4
-------------------------------------------------------------*/
.content .list_column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.data_list a:hover {
  margin: 0 0 0 10px;
  opacity: 0.8;
}
.data_list .date {
  font-size: 14px;
  color: #fa0f0c;
  padding: 2px 0 0 0;
  margin-bottom: 5px;
}
.data_list .title {
  font-size: 14px;
  margin: 0 0 0 7%;
}
.data_list .img_block {
  width: 100px;
}
.data_list .img_block img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.data_list .txt_block {
  margin-left: 15px;
  margin-right: 10px;
  width: calc(100% - 125px);
}
@media screen and (max-width: 750px) {
  .data_list .txt_block {
    margin-right: 0;
    width: calc(100% - 115px);
  }
}
.data_list .date_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.data_list .catlabel {
  font-size: 11px;
  line-height: 1;
  padding: 3px 7px 4px;
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fa0f0c;
  border: solid 1px #fa0f0c;
}
.data_list .catlabel.game {
  border-color: #f52d56;
  color: #fff;
  background: #f52d56;
}
.data_list .catlabel.esports {
  border-color: #32a254;
  color: #fff;
  background: #32a254;
}
.data_list .catlabel.ai-robot {
  border-color: #023eb3;
  color: #fff;
  background: #023eb3;
}
.data_list .catlabel.web {
  border-color: #fe6f06;
  color: #fff;
  background: #fe6f06;
}
.data_list .catlabel.design {
  border-color: #6700ae;
  color: #fff;
  background: #6700ae;
}
.data_list .catlabel + .catlabel {
  margin-left: 0;
}
.data_list .title {
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 751px) {
  .data_list .title {
    font-size: 14px;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .data_list {
    margin-top: 20px;
  }
  .data_list a {
    padding: 25px 0;
  }
  .data_list a:hover {
    margin: 0;
    opacity: 0.8;
  }
  .data_list .date {
    color: #fa0f0c;
    font-size: 13px;
  }
  .data_list .title {
    font-size: 13px;
    letter-spacing: 0.04em;
    margin: 15px 0 0 0;
  }
  .data_list .txt_block {
    margin-right: 0;
    width: calc(100% - 115px);
  }
  .data_list .title {
    font-size: 14px;
    margin: 0;
  }
}

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

	txtlink_list

===============================================================*/
.txtlink_list li {
  padding: 0 0 0 13px;
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.txtlink_list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.txtlink_list li a:hover {
  color: #fa0f0c;
}
/*===============================================================

	list_qa

===============================================================*/
.list_qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list_qa .qa dt,
.list_qa .qa dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_qa .qa {
  display: inline-block;
  margin-top: 20px;
}
.list_qa .qa:first-of-type {
  margin-top: 0;
}
.list_qa .qa dd {
  margin-top: 5px;
}
.list_qa .qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}
.list_qa .qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
.list_qa .qa dt::before,
.list_qa .qa dd::before {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.list_qa .qa dt::before {
  content: 'Q';
  color: #fa0f0c;
}
.list_qa .qa dd::before {
  content: 'A';
  color: #1458e4;
}
@media screen and (max-width: 750px) {
  .list_qa .qa {
    margin-top: 3vw;
  }
  .list_qa .qa:first-of-type {
    margin-top: 0;
  }
  .list_qa .qa dd {
    margin-top: 2vw;
  }
  .list_qa .qa dt p {
    font-size: 3.5vw;
    padding-top: 1vw;
    padding-left: 3vw;
  }
  .list_qa .qa dd p {
    font-size: 3.5vw;
    padding-top: 1vw;
    padding-left: 3vw;
  }
  .list_qa .qa dt::before,
  .list_qa .qa dd::before {
    font-size: 4vw;
  }
}

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

	list_bnr

===============================================================*/
.list_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_bnr li {
  width: 47.4%;
}
.list_bnr li:nth-of-type(n + 3) {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .list_bnr li {
    width: 100%;
  }
  .list_bnr li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .list_bnr li:nth-of-type(n + 2) {
    margin-top: 5vw;
  }
}

.content .list.list_bnr li {
  margin-bottom: 0;
}

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

	_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: 0.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;
  -webkit-transform: rotate(60deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.04em;
  color: #fa0f0c;
}
.content_headline .title.small {
  font-size: 22px;
}
.content_headline .title.small .sub {
  font-size: 14px;
}
.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.small {
    font-size: 18px;
  }
  .content_headline .title.small .sub {
    font-size: 12px;
  }
  .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: #f52d56;
}
.esports .content_headline .title {
  color: #32a254;
}
.aiit .content_headline .title {
  color: #023eb3;
}
.media .content_headline .title {
  color: #fe6f06;
}

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

	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: -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;
}
.h_lv1 .title .box_txt {
  font-size: 15px;
  position: static;
  margin-right: 15px;
  display: inline-block;
}
.h_lv1 .lead {
  margin-top: 10px;
}
.h_lv1 .line_entry {
  position: absolute;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .h_lv1 .line_entry {
    width: 60vw;
    top: 22px;
    right: 0;
  }
}
.h_lv1 .line_entry p {
  font-size: 12px;
  line-height: 1.4;
  padding-right: 15px;
}
@media screen and (max-width: 750px) {
  .h_lv1 .line_entry p {
    display: none;
  }
}
.h_lv1 .line_btn {
  width: 170px;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .h_lv1 .line_btn {
    width: 40vw;
    margin-right: 0;
  }
}
.h_lv1 .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;
}
.h_lv1 .line_btn a:hover {
  color: #fff;
  opacity: 0.8;
}

.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_lv2 + .grid_list {
  margin-top: -30px;
}

.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;
  }
  .content .h_lv2 + .grid_list {
    margin-top: 0;
  }
}
/*-------------------------------------------------------------
	h_lv2
-------------------------------------------------------------*/
.h_lv2 {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-left: 2px solid #fa0f0c;
  padding: 0 0 0 20px;
}
.h_lv2::after {
  content: '';
}
@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;
}
@media screen and (max-width: 750px) {
  .content * + .h_lv2 {
    margin-top: 10vw;
  }
}

.content .h_lv1 + .h_lv2 {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .content .h_lv1 + .h_lv2 {
    margin-top: 5vw;
  }
}

.content .content + .h_lv2 {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .content .content + .h_lv2 {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------
	h_lv3
-------------------------------------------------------------*/
.h_lv3 {
  position: relative;
  font-weight: 500;
}
.h_lv3 .title {
  position: relative;
  font-size: 22px;
  line-height: 1.6;
  padding: 0 0 0 22px;
}
@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: 12.5px;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #fa0f0c;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .h_lv3 .title::after {
    top: 8px;
    width: 12px;
    height: 12px;
  }
}
.h_lv3.afterblue .title::after {
  background: #1458e4;
}
.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;
}

.smallhead {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .smallhead {
    font-size: 18px;
  }
}

/*-------------------------------------------------------------
	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;
}

.white {
  color: #fff;
}

.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%;
  color: #666;
}

.content img + .cap {
  margin-top: 5px;
}

.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 !important;
}
@media screen and (min-width: 751px) {
  .section_inner_bottom0 {
    padding-bottom: 0 !important;
  }
}

.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: 80px;
  }
}

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

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

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

	page_header

===============================================================*/
.page_header {
  padding: 0 0 0 0;
}
.page_header .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .page_header .title {
    font-size: 32px;
  }
}
.page_header .lead {
  letter-spacing: 0.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: 0.04em;
  line-height: 1.78;
  color: #202123;
  font-size: 14px;
}
.page_header .content * + .cap {
  margin-top: 10px;
}
.page_header .event_times {
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 5vw;
}
@media screen and (min-width: 751px) {
  .page_header .event_times {
    padding-bottom: 20px;
  }
}

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

	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%;
}
.section_header .box_txt {
  display: inline-block;
  font-size: 25px;
  border: solid 1px #666;
  margin-right: 15px;
  padding: 5px 10px 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.section_header .box_txt.red {
  border: solid 1px #fa0f0c;
  color: #fa0f0c;
}
@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;
  }
  .section_header .box_txt {
    font-size: 18px;
    margin-right: 10px;
    padding-inline: 8px;
  }
}

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

	col_list

===============================================================*/
.col_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin-inline: auto;
}
.col_list > :not(:nth-child(2n-1)) {
  margin-left: 40px;
}
.col_list .col_item {
  max-width: 100%;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1200px) {
  .col_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_list > :not(:nth-child(2n-1)) {
    margin-top: 20px;
    margin-left: 0;
  }
  .col_list .col_item {
    width: 100%;
  }
  .col_list.sp_flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .col_list.sp_flex > :not(:nth-child(2n-1)) {
    margin-top: 0;
  }
  .col_list.sp_flex .col_item {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .col_list > :not(:nth-child(2n-1)) {
    margin-top: 5vw;
  }
  .col_list.sp_flex > :not(:nth-child(2n-1)) {
    margin-top: 0;
  }
  .col_list.sp_flex .col_item {
    width: calc((100% - 15px) / 2);
  }
}

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

	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: 0.04em;
  color: #fff;
  background-color: #fa0f0c;
  border: 1px solid #fa0f0c;
  font-size: 20px;
  padding: 25px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_red a:hover {
  color: #fa0f0c;
  background-color: #fff;
}
.btn_red .btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 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 {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn_red a:hover .btn_icon::after {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  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);
  -webkit-transition-delay: 0s;
  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: 3.8vw;
    padding: 23px 20px 23px 0;
  }
  .btn_red.color_black .btn_icon::before {
    border-color: #111;
  }
}

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

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

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

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

.content .grid_wrp .grid_2_1 .btn_red {
  margin-top: 0;
}

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

	btn_link ボタン

===============================================================*/
.btn_link {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}
.btn_link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  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: #f52d56;
}
.btn_link.esports a::before {
  background-color: #32a254;
}
.btn_link.aiit a::before {
  background-color: #023eb3;
}
.btn_link.media a::before {
  background-color: #fe6f06;
}
.btn_link.game a:hover::before {
  background-color: #f52d56;
}
.btn_link.esports a:hover::before {
  background-color: #32a254;
}
.btn_link.aiit a:hover::before {
  background-color: #023eb3;
}
.btn_link.media a:hover::before {
  background-color: #fe6f06;
}
.btn_link .btn_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #f9f9f9;
  border-radius: 50%;
  margin: 0 0 0 auto;
}
.btn_link a:hover .btn_icon::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn_link a:hover .btn_icon::after {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  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);
  -webkit-transition-delay: 0s;
  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_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn_archive li {
  width: 29.9%;
  max-width: none;
  margin-top: 0;
  margin-right: 5.1%;
}
.btn_archive li:nth-child(3n) {
  margin-right: 0;
}
.btn_archive li:nth-child(n + 4) {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .btn_archive li {
    width: 100%;
    margin-right: 0;
  }
  .btn_archive li + li {
    margin-top: 7.5vw;
  }
  .btn_archive li:nth-child(n + 4) {
    margin-top: 7.5vw;
  }
}
.btn_archive.btn_img a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .btn_archive.btn_img a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_archive.btn_img a:hover .img {
    opacity: 0.8;
  }
  .btn_archive.btn_img a:hover .btn_link::before {
    width: 100%;
  }
  .btn_archive.btn_img a:hover .btn_icon::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .btn_archive.btn_img a:hover .btn_icon::after {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    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);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.btn_archive.btn_img .img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_archive.btn_img .btn_link {
  width: 100%;
  max-width: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 20px 0 0 0;
}
.btn_archive.btn_img .btn_link::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fa0f0c;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.btn_archive .txt_block {
  margin-top: 10px;
}
.btn_archive .txt_block p {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .btn_archive .txt_block {
    margin-top: 2vw;
  }
}

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

	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: 0.04em;
  color: #111;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_gray .btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 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 {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn_gray a:hover .btn_icon::after {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  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);
  -webkit-transition-delay: 0s;
  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: 0.04em;
  color: #fff;
  background-color: #06c755;
  border: 1px solid #06c755;
  font-size: 20px;
  padding: 25px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.line_btn a:hover {
  color: #06c755;
  background-color: #fff;
}
.line_btn .btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 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;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.line_btn a:hover .btn_icon::after {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  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);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 750px) {
  .line_btn {
    margin-top: 30px;
  }
  .line_btn a {
    font-size: 3.8vw;
    padding: 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 thead.black th {
  background: #000;
}

.table thead.gray th {
  background: #f2f2f2;
  color: #000;
}

.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 {
  table-layout: fixed;
}

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

.table_date .midashi th:first-of-type {
  width: 200px;
}

.table_date.column2 thead th {
  width: 50%;
}

.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 .small {
  font-size: 14px;
  display: block;
  letter-spacing: 0.04em;
  margin: 0 0 0 1em;
}

@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_date .midashi th:first-of-type {
    width: 20vw;
  }
  .table_event_menu th,
  .table_event_menu td {
    padding: 10px 5px;
  }
  .table_event_menu .th_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .table_event_menu tbody th {
    padding: 5vw 4vw;
  }
  .table_event_menu tbody th span {
    display: block;
    letter-spacing: 0.15em;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .content * + .table {
    margin-top: 30px;
  }
  .table .list li {
    font-size: 13px;
  }
  .table .list_dot li::after {
    top: 11px;
  }
  .table .small {
    display: block;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin: 0 0 0 1em;
  }
}
/*===============================================================

	table_event_menu

===============================================================*/
.table_event_menu {
  position: relative;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 0;
  border-bottom: none;
}
.table_event_menu::-webkit-scrollbar {
  height: 3px;
}
.table_event_menu::-webkit-scrollbar-track {
  background: #fff;
}
.table_event_menu::-webkit-scrollbar-thumb {
  background: #fa0f0c;
}
.table_event_menu .hizuke th {
  width: 33.3333333333%;
}
.table_event_menu tbody {
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 750px) {
  .table_event_menu::-webkit-scrollbar {
    height: 0.8vw;
  }
  .table_event_menu th {
    padding: 2vw;
  }
}

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

	table_major

===============================================================*/
.table_major {
  table-layout: fixed;
}
.table_major th,
.table_major td {
  letter-spacing: 0.04em;
}
.table_major thead .midashi th {
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
}
.table_major tbody th {
  color: #fff;
}
.table_major tbody td a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.table_major tbody td a:nth-of-type(n + 2) {
  margin-top: 10px;
}
.table_major tbody td a:hover {
  color: #fa0f0c;
}
@media screen and (max-width: 750px) {
  .table_major {
    border: solid 1px #e5e5e5;
  }
  .table_major th,
  .table_major td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #e5e5e5;
  }
  .table_major thead th {
    border: none;
  }
  .table_major tbody tr:last-of-type td {
    border-bottom: none;
  }
  .table_major tbody td a:nth-of-type(n + 2) {
    margin-top: 2vw;
  }
}

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

	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 {
  -webkit-transition: 0.2s;
  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: -0.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.column3 {
  display: table;
}
.table_floor.column3 th:first-of-type {
  width: 0;
  white-space: nowrap;
}
.table_floor.column3 td.img {
  width: 230px;
}
.table_floor.column3 td.img img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .table_floor.column3 td.img {
    width: 20vw;
  }
}
@media screen and (max-width: 750px) {
  .table_floor.column3 td:first-of-type {
    width: 30vw;
  }
}

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

	txtlink

===============================================================*/
.txtlink a {
  display: inline-block;
  padding-left: 15px;
  color: #fa0f0c;
  font-weight: normal;
  position: relative;
  -webkit-transition: all 0.3s;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.txtlink a:hover {
  opacity: 0.7;
}
/*----------------------------------------------------------

	table sp_column1

----------------------------------------------------------*/
.sec_columns .table.table_sp_1column {
  table-layout: fixed;
  border: 1px solid #e5e5e5;
  margin-top: 40px;
}
.sec_columns .table.table_sp_1column th {
  text-align: center;
  font-weight: normal;
  padding: 20px;
}
.sec_columns .table.table_sp_1column td {
  padding: 10px;
}
@media screen and (max-width: 750px) {
  .sec_columns .table.table_sp_1column {
    width: 100%;
    margin-top: 30px;
  }
  .sec_columns .table.table_sp_1column tr {
    border: none;
  }
  .sec_columns .table.table_sp_1column td:first-child {
    border-right: none;
  }
  .sec_columns .table.table_sp_1column th,
  .sec_columns .table.table_sp_1column td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .sec_columns .table.table_sp_1column th {
    font-size: 13px;
    padding: 10px;
  }
  .sec_columns .table.table_sp_1column td {
    text-align: left;
    padding: 15px 10px;
  }
  .sec_columns .table.table_sp_1column tr:last-of-type td:last-of-type {
    border-bottom: none;
  }
}

/*----------------------------------------------------------

	table sp_column1

----------------------------------------------------------*/
.table.sp_column1 {
  table-layout: fixed;
  border: 1px solid #e5e5e5;
}
.table.sp_column1 th {
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .table.sp_column1 {
    width: 100%;
  }
  .table.sp_column1 tr {
    border: none;
  }
  .table.sp_column1 td:first-child {
    border-right: none;
  }
  .table.sp_column1 th,
  .table.sp_column1 td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .table.sp_column1 th {
    font-size: 13px;
  }
  .table.sp_column1 td {
    text-align: left;
  }
  .table.sp_column1 tr:last-of-type td:last-of-type {
    border-bottom: none;
  }
}

/*----------------------------------------------------------

	content_step > table

----------------------------------------------------------*/
.content_step .table {
  margin-top: 40px;
}
.content_step .table th {
  padding: 20px;
}
.content_step .table td {
  padding: 10px;
}
@media screen and (max-width: 750px) {
  .content_step .table {
    margin-top: 30px;
  }
  .content_step .table th {
    padding: 10px;
  }
  .content_step .table td {
    padding: 15px 10px;
  }
}

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

	recruitment_table

===============================================================*/
@media screen and (max-width: 750px) {
  .recruitment_table .midashi {
    font-size: 90%;
  }
  .recruitment_table tr td:nth-last-of-type(even) {
    border-bottom: none;
    font-size: 15px;
    padding-bottom: 5px;
  }
  .recruitment_table tr td:nth-last-of-type(odd) {
    padding-top: 0;
    font-size: 90%;
  }
}

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

	recruit_table

===============================================================*/
.content * + .recruit_table {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .content * + .recruit_table {
    margin-top: 30px;
  }
}

.recruit_table td,
.recruit_table th {
  padding: 25px;
}
.recruit_table p + .note {
  margin-top: 10px;
}
.recruit_table p + p {
  margin-top: 20px;
}
.recruit_table .text_title {
  display: block;
  margin-left: -8px;
}
@media screen and (max-width: 750px) {
  .recruit_table th {
    padding: 10px;
  }
  .recruit_table td {
    padding: 15px;
  }
  .recruit_table .note {
    font-size: 12px;
  }
  .recruit_table p + .note {
    margin-top: 8px;
  }
  .recruit_table p + p {
    margin-top: 10px;
  }
  .recruit_table .text_title {
    margin-left: -5px;
  }
}

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

	color_white

===============================================================*/
.btn_red.color_white a {
  color: #fa0f0c;
  background-color: #fff;
  border: 1px solid #fa0f0c;
}
.btn_red.color_white a .cap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_red.color_white a:hover {
  color: #fff;
  background-color: #fa0f0c;
}
.btn_red.color_white a:hover .cap {
  color: #fff;
}

.btn_red.color_white .btn_icon {
  background-color: #fa0f0c;
}

.btn_red.color_white .btn_icon::before {
  border-color: #fa0f0c;
}

.btn_red.color_white .btn_icon::after {
  background-color: #fff;
}

.btn_red.color_white .btn_icon::after:hover {
  background-color: #fa0f0c;
}

@media screen and (max-width: 750px) {
  .btn_red.color_white .btn_icon::before {
    border-color: #fff;
  }
  .btn_red.color_white:hover .btn_icon::before {
    border-color: #fa0f0c;
  }
  .btn_red.color_white .btn_icon::before:hover {
    border-color: #fa0f0c;
  }
  .btn_red.color_white:hover .btn_icon {
    background-color: #fff;
  }
}
/*===============================================================

	color_line

===============================================================*/
.btn_red.color_line a {
  color: #fff;
  background-color: #06c755;
  border: 1px solid #06c755;
}
.btn_red.color_line a .cap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_red.color_line a:hover {
  color: #06c755;
  background-color: #fff;
}
.btn_red.color_line a:hover .cap {
  color: #fff;
}

.btn_red.color_line .btn_icon {
  background-color: #f9f9f9;
}

.btn_red.color_line .btn_icon::before {
  border-color: #f9f9f9;
}

.btn_red.color_line .btn_icon::after {
  background-color: #06c755;
}

.btn_red.color_line .btn_icon::after:hover {
  background-color: #f9f9f9;
}

@media screen and (max-width: 750px) {
  .btn_red.color_line .btn_icon::before {
    border-color: #06c755;
  }
  .btn_red.color_line:hover .btn_icon::before {
    border-color: #06c755;
  }
  .btn_red.color_line .btn_icon::before:hover {
    border-color: #06c755;
  }
  .btn_red.color_line:hover .btn_icon {
    background-color: #f9f9f9;
  }
}
/*===============================================================

	table_myschool

===============================================================*/
.myschool_tables {
  position: relative;
}
.myschool_tables .menu_block {
  width: 300px;
}
.myschool_tables .date_tables {
  overflow-x: auto;
}
.myschool_tables .sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: #f2f2f2;
  z-index: 5;
}
.myschool_tables .sticky.headline {
  background: #000;
}
.myschool_tables .tablecap {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}
.myschool_tables .tablecap.above {
  margin-top: 0;
  margin-bottom: 10px;
}
.myschool_tables .tablecap.alignleft {
  text-align: left;
}
.myschool_tables .tablecap span {
  padding: 0 0 0 35px;
  position: relative;
  margin-left: 20px;
}
.myschool_tables .tablecap span::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  width: 30px;
  height: 14px;
}
.myschool_tables .tablecap span:first-of-type {
  margin-left: 0;
}
.myschool_tables .tablecap .lb_blue::before {
  background: #7dffff;
}
.myschool_tables .tablecap .lb_green::before {
  background: #83ffc6;
}
@media screen and (max-width: 750px) {
  .myschool_tables .tablecap {
    font-size: 3vw;
    text-align: left;
  }
  .myschool_tables .tablecap span {
    margin-left: 0;
  }
  .myschool_tables .tablecap span::before {
    top: 5px;
  }
}

.table_myschool td,
.table_myschool th {
  padding: 16px;
}
@media screen and (max-width: 1000px) {
  .table_myschool td,
  .table_myschool th {
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  .table_myschool td,
  .table_myschool th {
    padding: 2vw;
  }
}
.table_myschool .cell_small td {
  font-size: 14px;
  padding: 10px 16px;
  vertical-align: middle;
}
.table_myschool thead th {
  padding: 10px;
}
.table_myschool thead .headline .head {
  font-size: 18px;
  width: 200px;
  text-align: center;
}
.table_myschool tbody tr td {
  font-size: 16px;
  line-height: 1.6;
  vertical-align: top;
  white-space: normal;
}
.table_myschool tbody tr td.sticky {
  text-align: center;
  vertical-align: middle;
}
.table_myschool .headth {
  width: 250px;
  position: relative;
}
.table_myschool .headth .lead {
  position: absolute;
  left: 0;
  bottom: 6px;
  margin-top: 0;
  padding: 5px 10px;
  line-height: 1;
  font-weight: 500;
}
.table_myschool .headtd {
  font-size: 20px;
  font-weight: 500;
}
.table_myschool .headtd + span {
  font-size: 14px;
  margin-top: 0;
}
.table_myschool .num {
  font-size: 22px;
  position: relative;
  z-index: 1;
}
.table_myschool tbody tr .num::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 15px;
  margin: auto;
  width: 110px;
  height: 15px;
  z-index: -1;
}
.table_myschool tbody tr.bg_blue .num::after {
  background: #a4ffff;
}
.table_myschool tbody tr.bg_green .num::after {
  background: #83ffc6;
}
.table_myschool span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .table_myschool {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .table_myschool::-webkit-scrollbar {
    height: 5px;
  }
  .table_myschool::-webkit-scrollbar-track {
    background: #fff;
  }
  .table_myschool::-webkit-scrollbar-thumb {
    background: #fa0f0c;
  }
}
@media screen and (max-width: 750px) {
  .table_myschool thead .headline .head {
    font-size: 3.5vw;
    width: auto;
  }
  .table_myschool thead th {
    padding: 5px;
  }
  .table_myschool thead th.headline {
    padding: 10px;
  }
  .table_myschool .cell_small td {
    font-size: 2.5vw;
    padding: 1vw 2vw;
  }
  .table_myschool .num {
    font-size: 4vw;
  }
  .table_myschool tbody tr .num::after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 15vw;
    height: 5.5vw;
  }
  .table_myschool tbody tr td {
    font-size: 3.5vw;
    padding: 3vw;
  }
  .table_myschool span {
    font-size: 2.5vw;
    margin-top: 2vw;
  }
  .table_myschool .headth {
    width: 170px;
  }
  .table_myschool .headth .lead {
    left: 0;
  }
  .table_myschool .headtd {
    font-size: 2.7vw;
  }
  .table_myschool .headtd + span {
    font-size: 2.5vw;
  }
}

/*===============================================================
	camp_tables
===============================================================*/
.camp_tables .table_myschool thead .headline .head {
  font-size: 25px;
}
.camp_tables .table_myschool thead .headline .head span {
  margin-top: 0;
  font-size: 14px;
}
.camp_tables .table_myschool .headth {
  width: 280px;
}
.camp_tables .table_myschool .cell_small {
  background: #f2f2f2;
}
.camp_tables .table_myschool .cell_large {
  background: #fff;
}
.camp_tables .table_myschool .cell_large .sticky {
  background: #fff;
}
.camp_tables .table_myschool.type_one .headth .lead {
  background: -webkit-gradient(linear, left top, right top, from(rgb(51, 157, 226)), to(rgb(37, 78, 202)));
  background: linear-gradient(90deg, rgb(51, 157, 226) 0%, rgb(37, 78, 202) 100% 100%);
}
.camp_tables .table_myschool.type_one .headtd {
  color: #27a3ff;
}
.camp_tables .table_myschool.type_one .headtd.c_red {
  color: #ff4845;
}
.camp_tables .table_myschool.type_one .bg_blue .sticky {
  background: #fff;
}
.camp_tables .table_myschool.type_two .headth .lead {
  background: -webkit-gradient(linear, left top, right top, from(rgb(44, 195, 150)), to(rgb(0, 141, 116)));
  background: linear-gradient(90deg, rgb(44, 195, 150) 0%, rgb(0, 141, 116) 100% 100%);
}
.camp_tables .table_myschool.type_two .headtd {
  color: #33d3a4;
}
.camp_tables .table_myschool.type_two .headtd.c_red {
  color: #ff4845;
}
.camp_tables .table_myschool.single_cell .headline {
  width: 300px;
  text-align: center;
}
.camp_tables .table_myschool.single_cell .headline .head {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: auto;
}
.camp_tables .table_myschool.single_cell .headline .head span {
  display: inline;
}
.camp_tables .table_myschool.single_cell .headth .head {
  font-size: 18px;
  font-weight: 500;
}
.camp_tables .table_myschool.single_cell thead th {
  padding: 10px 17px;
}
@media screen and (max-width: 750px) {
  .camp_tables .table_myschool .sticky {
    min-width: 100px;
  }
  .camp_tables .table_myschool .headtd {
    font-size: 3.5vw;
  }
  .camp_tables .table_myschool .headtd + span {
    font-size: 2.7vw;
  }
  .camp_tables .table_myschool .cell_small td {
    font-size: 2.7vw;
  }
  .camp_tables .table_myschool thead .headline .head {
    font-size: 4vw;
  }
  .camp_tables .table_myschool thead .headline .head span {
    font-size: 2.5vw;
  }
  .camp_tables .table_myschool .headth {
    width: auto;
  }
  .camp_tables .table_myschool .headth .lead {
    font-size: 2.7vw;
  }
  .camp_tables .table_myschool.single_cell .headline {
    width: 100px;
  }
  .camp_tables .table_myschool.single_cell .headline .head {
    font-size: 3vw;
  }
  .camp_tables .table_myschool.single_cell .headline .head span {
    font-size: 2.7vw;
  }
  .camp_tables .table_myschool.single_cell .headth .head {
    font-size: 3vw;
  }
  .camp_tables .table_myschool.single_cell thead th {
    padding: 2vw 3vw;
  }
}

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

	_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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.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;
}
.content_profile .txt_link {
  color: #fa0f0c;
}
.content_profile .txt_link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1000px) {
  .content_profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
}
/*===============================================================

	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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: '=';
  -webkit-transform: rotate(90deg);
  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: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.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;
  -webkit-transform: rotate(60deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_point_pop .point_box .flex_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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_pop_sp_small

===============================================================*/
.content_point_pop_sp_small {
  letter-spacing: 0.04em;
  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;
  position: relative;
}
.content_point_pop_sp_small .deco {
  z-index: 10;
  position: absolute;
  width: 23%;
  top: -107px;
  left: -17%;
}
@media (max-width: 1500px) {
  .content_point_pop_sp_small .deco {
    width: 14%;
    top: -214px;
    left: 25%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .content_point_pop_sp_small .deco {
    width: 18%;
    top: -230px;
    left: 34%;
  }
}
@media screen and (max-width: 750px) {
  .content_point_pop_sp_small .deco {
    width: 34%;
    top: -32vw;
    left: auto;
    right: 0;
  }
}
.content_point_pop_sp_small .grid_wrp {
  margin-top: -40px;
}
@media screen and (max-width: 750px) {
  .content_point_pop_sp_small .grid_wrp {
    margin-top: -30px;
  }
}
.content_point_pop_sp_small .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_sp_small .point_box {
    padding: 4vw;
    padding-top: 6vw;
    margin-top: 8vw;
  }
}
.content_point_pop_sp_small .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;
}
@media screen and (max-width: 750px) {
  .content_point_pop_sp_small .point {
    top: -12vw;
    left: 1vw;
    margin-top: 30px;
    padding: 2.5vw 5vw 2vw;
    font-size: 4vw;
    border-radius: 2rem;
  }
}
.content_point_pop_sp_small .point::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 35px;
  border: 4px solid transparent;
  border-left: 15px solid #fa0f0c;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: 10;
}
.content_point_pop_sp_small .point_box .title_block .title {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .content_point_pop_sp_small .point_box .title_block .title {
    font-size: 4vw;
  }
}
.content_point_pop_sp_small .point_box.grid_3_1 .title_block .title {
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .content_point_pop_sp_small .point_box.grid_3_1 .title_block .title {
    font-size: 4vw;
  }
}
.content_point_pop_sp_small .point_box .title_block + .body_block {
  margin-top: 20px;
}
.content_point_pop_sp_small .point_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_point_pop_sp_small .point_box .flex_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_point_pop_sp_small .point_box .body_block .fig,
.content_point_pop_sp_small .point_box .body_block .txt {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content_point_pop_sp_small .point_box .body_block .fig,
  .content_point_pop_sp_small .point_box .body_block .txt {
    width: 100%;
  }
}
.content_point_pop_sp_small .point_box .body_block .txt {
  margin-top: 20px;
}
.content_point_pop_sp_small .point_box .flex .fig,
.content_point_pop_sp_small .point_box .flex .txt {
  width: 48%;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .content_point_pop_sp_small .point_box .flex .fig,
  .content_point_pop_sp_small .point_box .flex .txt {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .content_point_pop_sp_small .point_box .flex * + .fig,
  .content_point_pop_sp_small .point_box .flex * + .txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .content_point_pop_sp_small .point_box.grid_3_1 {
    width: 100%;
  }
}

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

	content_point_event

===============================================================*/
.content_point_event {
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.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: -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;
  padding-bottom: 15px;
  border-bottom: 3px solid #fa0f0c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .content_point_event .point_box .title_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
  -webkit-transform: rotate(60deg);
  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: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .content_point_event .point_box .body_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -o-object-fit: contain;
  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: 0.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: -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;
  padding-bottom: 15px;
  border-bottom: 3px solid #fa0f0c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .content_point .point_box .title_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_point .point_box .flex_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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_point .flow_box {
  position: relative;
  padding: 30px;
  border: 1px solid #e5e5e5;
}
.content_point .flow_box:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -32px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 18px solid #fa0f0c;
  border-right: 0;
  z-index: 1;
}
.content_point .flow_box .title_block {
  padding-bottom: 15px;
  border-bottom: 1px solid #fa0f0c;
}
.content_point .flow_box .title {
  font-size: 20px;
  font-weight: 500;
}
.content_point .flow_box .body_block {
  margin-top: 25px;
}
.content_point .flow_box .fig + p {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .content_point .flow_box {
    padding: 20px;
  }
  .content_point .flow_box:not(:last-child)::after {
    top: initial;
    left: 0;
    right: 0;
    bottom: -22.5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #fa0f0c;
    border-bottom: 0;
  }
  .content_point .flow_box .title_block {
    padding-bottom: 12px;
  }
  .content_point .flow_box .title {
    font-size: 18px;
  }
  .content_point .flow_box .body_block {
    margin-top: 20px;
  }
  .content_point .flow_box .fig + p {
    margin-top: 10px;
  }
}

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

	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;
  -webkit-transition: all 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 40px;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: 100%;
}

.jikei_foreign_students .img {
  width: 90%;
}

.jikei_foreign_students .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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: 0.05em;
  padding: 15px 0;
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
  -webkit-transition: 0.6s background;
  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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content_tel_mail .tel a:hover,
.content_tel_mail .mail a:hover {
  opacity: 0.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_tel_mail .block_mail {
    border-left: 0;
  }
}

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

	contact_info

===============================================================*/
.contact_info {
  border: solid 1px #e5e5e5;
  padding: 35px 0 40px;
}
.contact_info .tel_mail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.contact_info .tel_mail_list .block a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact_info .tel_mail_list .block a:hover {
  color: #fa0f0c;
}
.contact_info .title_block {
  text-align: center;
  margin: 0 40px;
}
.contact_info .title_block .title {
  font-size: 20px;
}
.contact_info .block {
  width: 50%;
  padding: 0 40px;
}
.contact_info .block .title {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: solid 1px #666;
}
.contact_info .tel {
  font-size: 28px;
  line-height: 1.2;
  background: #f5f5f5;
  padding: 30px 30px 28px;
  text-align: center;
}
.contact_info .mail {
  font-size: 26px;
  line-height: 1.2;
  background: #f5f5f5;
  padding: 30px 30px 28px;
  text-align: center;
}
.contact_info p {
  margin-top: 20px;
}
.contact_info .line_btn {
  margin-top: 10px;
}
.contact_info .caption {
  margin-top: 10px;
}
.contact_info .block_mail {
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 1000px) {
  .contact_info {
    padding: 3.5vw 0 4vw;
  }
  .contact_info .tel_mail_list {
    margin-top: 3vw;
  }
  .contact_info .title_block {
    margin: 0 4vw;
  }
  .contact_info .title_block .title {
    font-size: 2vw;
  }
  .contact_info .block {
    padding: 0 4vw;
  }
  .contact_info .tel {
    font-size: 2.8vw;
    padding: 3vw 2vw 2.8vw;
  }
  .contact_info .mail {
    font-size: 2.6vw;
    padding: 3vw 2vw 2.8vw;
  }
  .contact_info p {
    margin-top: 2vw;
  }
  .contact_info .caption {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_info {
    display: block;
    padding: 5vw 0;
  }
  .contact_info .tel_mail_list {
    margin-top: 4.5vw;
  }
  .contact_info .title_block {
    margin: 0 5vw;
  }
  .contact_info .title_block .title {
    font-size: 4vw;
  }
  .contact_info .block {
    width: 100%;
    padding: 0 5vw;
  }
  .contact_info .tel {
    font-size: 4.5vw;
    line-height: 1;
    padding: 5vw 3vw 4vw;
  }
  .contact_info .mail {
    font-size: 4.5vw;
    line-height: 1;
    margin-top: 2vw;
    padding: 5vw 3vw 4vw;
  }
  .contact_info .block_mail {
    border-left: none;
  }
  .contact_info p {
    margin-top: 3vw;
  }
  .contact_info .caption {
    margin-top: 3vw;
  }
}

.section + .section_contact {
  margin-top: -100px;
}
@media screen and (max-width: 750px) {
  .section + .section_contact {
    margin-top: -40px;
  }
}

.page_admission_ao main + .section_contact {
  margin-top: -170px;
}
@media screen and (max-width: 750px) {
  .page_admission_ao main + .section_contact {
    margin-top: -100px;
  }
}

main + .section_contact {
  margin-top: -120px;
}
@media screen and (max-width: 750px) {
  main + .section_contact {
    margin-top: -60px;
  }
}

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

	contact_tel

===============================================================*/
.contact_tel {
  border: solid 1px #e5e5e5;
  padding: 30px;
  text-align: center;
  letter-spacing: 0.04em;
}
.contact_tel .tel {
  margin-top: 15px;
  font-size: 30px;
}
.contact_tel .tel a {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .contact_tel {
    padding: 20px;
  }
  .contact_tel .tel {
    margin-top: 3vw;
    font-size: 5.5vw;
  }
  .contact_tel .tel a {
    pointer-events: auto !important;
  }
}

.h_lv3 + .contact_info,
.h_lv3 + .contact_tel {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .h_lv3 + .contact_info,
  .h_lv3 + .contact_tel {
    margin-top: 20px;
  }
}

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

	content_flywire

===============================================================*/
.content_flywire .bnr .title {
  font-size: 25px;
  font-weight: normal;
}
.content_flywire .bnr a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 80px 40px 40px;
  background: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  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;
  -webkit-transform: rotate(135deg);
  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;
  -webkit-transition: 0.2s;
  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 p {
  letter-spacing: 0.02em;
}
.content_step_wrp .content_step .bold {
  font-weight: bold;
}
.content_step_wrp .content_step .small {
  font-size: 14px;
}
.content_step_wrp .content_step:last-child .body_block {
  border-bottom: 1px solid #e5e5e5;
}
.content_step_wrp .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_step_wrp .title_block .step_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fa0f0c;
  color: #fff;
  width: 15.85%;
  padding: 0 20px;
  letter-spacing: 0.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content_step_wrp .body_block_split {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_step_wrp .body_block_split .split_block {
  width: 50%;
  padding: 40px 5.3% 80px 5.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 .content_step p {
    font-size: 14px;
  }
  .content_step_wrp .content_step .small {
    font-size: 12px;
  }
  .content_step_wrp .title_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
    text-align: center;
  }
  .content_step_wrp .title_block .step_headline .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_point_column .point_column:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content_point_column .point {
  color: #fa0f0c;
  line-height: 1;
}
.content_point_column .point .txt {
  letter-spacing: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: all 0.3s;
  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) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}

.linkbox li {
  width: 340px;
  text-align: center;
  border: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.linkbox a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 15px;
  width: 100%;
}

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

@media screen and (max-width: 750px) {
  .linkbox {
    margin-top: 30px;
  }
  .linkbox li {
    width: 50%;
  }
}
/*===============================================================

	content_special_guest

===============================================================*/
.content_special_guest {
  border: solid 1px #ddd;
  background: #fafafa;
  padding: 60px;
}
.content_special_guest .event_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content_special_guest .event_box.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content_special_guest .event_box .photo_block {
  width: 45%;
}
.content_special_guest .event_box .photo_block .profile {
  width: 100%;
  height: 100%;
  position: relative;
}
.content_special_guest .event_box .photo_block .profile img {
  width: 28vw;
  height: 28vw;
  max-width: 350px;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.content_special_guest .event_box .txt_block {
  width: 50%;
}
.content_special_guest .event_box .txt_block .special {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 50vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#73eee0), to(#96a7f1));
  background-image: linear-gradient(90deg, #73eee0, #96a7f1);
  min-width: 280px;
  text-align: center;
}
.content_special_guest .event_box .txt_block .special + .title {
  margin-top: 25px;
}
.content_special_guest .event_box .txt_block .lead {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
}
.content_special_guest .event_box .txt_block .title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}
.content_special_guest .event_box .txt_block .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_guest .event_box .txt_block .text {
  margin-top: 30px;
  font-size: 14px;
}
.content_special_guest .event_box + .event_box {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #e5e5e5;
}
@media screen and (max-width: 750px) {
  .content_special_guest {
    padding: 5vw 3vw;
  }
  .content_special_guest .event_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_special_guest .event_box .photo_block {
    width: 100%;
  }
  .content_special_guest .event_box .photo_block .profile img {
    width: 50vw;
    height: 50vw;
  }
  .content_special_guest .event_box .txt_block {
    width: 100%;
    margin-top: 8vw;
  }
  .content_special_guest .event_box .txt_block .special {
    display: block;
    margin: 0 auto;
    padding: 1.6vw 5vw 1vw;
    width: 70vw;
  }
  .content_special_guest .event_box .txt_block .special p {
    font-size: 3.8vw;
  }
  .content_special_guest .event_box .txt_block .special + .title {
    margin-top: 5vw;
  }
  .content_special_guest .event_box .txt_block .lead {
    margin-top: 5vw;
    font-size: 3.5vw;
    padding-bottom: 2vw;
  }
  .content_special_guest .event_box .txt_block .title {
    font-size: 6.5vw;
  }
  .content_special_guest .event_box .txt_block .title::after {
    margin-top: 2vw;
  }
  .content_special_guest .event_box .txt_block .text {
    margin-top: 5vw;
    font-size: 3.5vw;
  }
  .content_special_guest.sp_no_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

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

	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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .content_special_event .event_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .content_special_event .row_reverse.sp_no_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-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 .event_box.no_photo .txt_block {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content_special_event .event_box.no_photo .txt_block .special {
    width: 100%;
  }
}
.content_special_event .photo_block .profile {
  width: 100%;
  height: 100%;
  position: relative;
}
.content_special_event .photo_block .profile img {
  width: 28vw;
  height: 28vw;
  max-width: 350px;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  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: 50vw;
    height: 50vw;
  }
  .content_special_event .photo_block .profile::before {
    top: -4vw;
    left: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .content_special_event .txt_block {
    margin-top: 8vw;
  }
}
.content_special_event .txt_block .special {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 50vh;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(115, 238, 224)), to(rgb(150, 167, 241)));
  background-image: linear-gradient(90deg, rgb(115, 238, 224), rgb(150, 167, 241));
  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 0.6vw 1vw;
  }
  .content_special_event .txt_block .special span {
    font-size: 3vw;
    padding: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_special_event .txt_block .segment .icon {
  width: 40%;
}
.content_special_event .txt_block .segment .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  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;
  /* タブレット以下 */
  /* for tablet max-width: 1023px */
}
.slider_block.slider--variable .sub {
  font-size: 14px;
  margin: 15px 0 0 0;
}
.slider_block.slider--variable .title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.slider_block.slider--variable .slide_counts {
  top: inherit;
  bottom: 5px;
  right: 110px;
}
.slider_block.show-3 .slick-slide {
  padding-right: 30px;
}
.slider_block li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider_block li a:hover {
  opacity: 0.8;
}
.slider_block .slick-arrow {
  position: absolute;
  display: block;
  top: inherit;
  bottom: -50px;
  left: inherit;
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.3s;
  transition: 0.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;
  -webkit-transition: 0.3s;
  transition: 0.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;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slider_block .slick-next {
  right: 0;
}
.slider_block .slick-next::after {
  left: 5px;
  -webkit-transform: rotate(45deg);
  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: 0.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: 0.2;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.slider_block + .txtlink {
  margin-top: -20px;
}
.slider_block.sp_only {
  margin-top: 0;
}
.slider_block.sp_only li + li {
  margin-top: 2rem;
}
.slider_block.sp_only .slide_counts {
  display: none;
}
@media (max-width: 1023px) {
  .slider_block.show-3 .slick-slide {
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .slider_block {
    margin-top: 20px;
  }
  .slider_block.slider--variable .sub {
    font-size: 13px;
    margin: 15px 0 0 0;
  }
  .slider_block.slider--variable .title {
    font-size: 16px;
  }
  .slider_block.slider--variable .slide_counts {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .slider_block.slider--variable .slick-prev {
    left: 0;
  }
  .slider_block.show-3 .slick-slide {
    padding-right: 0;
  }
  .slider_block .slide_counts {
    right: 110px;
  }
  .slider_block + .txtlink {
    margin-top: -30px;
  }
  .slider_block.sp_only {
    margin-top: 0;
  }
  .slider_block.sp_only li + li {
    margin-top: 0;
  }
  .slider_block.sp_only .slide_counts {
    display: block;
  }
}

.content_project .item .grid_list .grid .item + .slider_block {
  margin-top: 2rem;
}
/*===============================================================

	content_schedule

===============================================================*/
.content_schedule {
  padding: 50px;
  border: solid 1px #ddd;
  background: #fafafa;
}
.content_schedule .time_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -15px;
}
.content_schedule .time_line .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 50px;
}
.content_schedule .time_line .label_block {
  width: 50px;
  color: #fa0f0c;
  color: #000;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_schedule_simple.culumn3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content_schedule_simple .time_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  padding-left: 10px;
  border-left: solid 1px #666;
}
.content_schedule_simple.culumn3 .time_line {
  width: 33.3333333333%;
}
.content_schedule_simple .time_line .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}
.content_schedule_simple .time_line .label_block {
  width: 50px;
  color: #fa0f0c;
  color: #000;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_schedule_simple .time_line {
    margin-top: 0;
    padding-left: 0;
    border-left: solid 0px #666;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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（旧）2025年度更新したら削除

===============================================================*/
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  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 {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.content_cource_menu .world a:hover .btn_icon::after {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  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);
  -webkit-transition-delay: 0s;
  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;
  -webkit-transition: all 0.3s;
  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;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .content_cource_menu .world .btn_icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .content_cource_menu .world a:hover .btn_icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .content_cource_menu .is_active .world a:hover .btn_icon::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .content_cource_menu .world a:hover .btn_icon::after {
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    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;
    -webkit-transition: all 0.3s;
    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: #f52d56;
}
.content_cource_menu .esports .course_list a:hover {
  color: #32a254;
}
.content_cource_menu .aiit .course_list a:hover {
  color: #023eb3;
}
.content_cource_menu .media .course_list a:hover {
  color: #fe6f06;
}

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

	content_course_menu

===============================================================*/
.content_course_menu {
  /*---------------------------------------------------------------
  	btn_link
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	バリエーション
  ---------------------------------------------------------------*/
}
.content_course_menu .course_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content_course_menu .course_menu_list > :not(:nth-child(3n-2)) {
  margin-left: 40px;
}
.content_course_menu .course_menu_list > :nth-child(n + 4) {
  margin-top: 30px;
}
.content_course_menu .course {
  width: calc((100% - 80px) / 3);
}
.content_course_menu .course_world_link {
  display: block;
}
.content_course_menu .course_list {
  margin-top: 15px;
}
.content_course_menu .course_item {
  margin-bottom: 0 !important;
}
.content_course_menu .course_item + .course_item {
  margin-top: 15px;
}
.content_course_menu .course_link {
  display: inline-block;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content_course_menu .btn_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.content_course_menu .btn_link::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fa0f0c;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.content_course_menu .game .btn_link::before {
  background-color: #f52d56;
}
.content_course_menu .game .course_link:hover {
  color: #f52d56;
}
.content_course_menu .esports .btn_link::before {
  background-color: #32a254;
}
.content_course_menu .esports .course_link:hover {
  color: #32a254;
}
.content_course_menu .aiit .btn_link::before {
  background-color: #023eb3;
}
.content_course_menu .aiit .course_link:hover {
  color: #023eb3;
}
.content_course_menu .media .btn_link::before {
  background-color: #fe6f06;
}
.content_course_menu .media .course_link:hover {
  color: #fe6f06;
}
.content_course_menu .design .btn_link::before {
  background-color: #6700ae;
}
.content_course_menu .design .course_link:hover {
  color: #6700ae;
}
@media (any-hover: hover) {
  .content_course_menu .course_world_link:hover .btn_link::before {
    width: 100%;
  }
  .content_course_menu .course_world_link:hover .btn_icon::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .content_course_menu .course_world_link:hover .btn_icon::after {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    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);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (min-width: 751px) {
  .content_course_menu .course_list {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .content_course_menu {
    /*---------------------------------------------------------------
    	btn_link
    ---------------------------------------------------------------*/
  }
  .content_course_menu .course_menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_course_menu .course_menu_list > :not(:nth-child(3n-2)),
  .content_course_menu .course_menu_list > :nth-child(n + 4) {
    margin: initial;
  }
  .content_course_menu .course {
    width: 100%;
  }
  .content_course_menu .course + .course {
    margin-top: 20px;
  }
  .content_course_menu .course_list {
    margin-top: 15px;
    display: none;
  }
  .content_course_menu .course_item {
    margin-bottom: 0 !important;
  }
  .content_course_menu .course_item + .course_item {
    margin-top: 10px;
  }
  .content_course_menu .course_link {
    font-size: 13px;
  }
  .content_course_menu .btn_link {
    padding: 10px 0;
  }
  .content_course_menu .btn_link::before {
    display: none;
  }
  .content_course_menu .btn_icon {
    background: none;
  }
  .content_course_menu .btn_icon::after,
  .content_course_menu .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;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .content_course_menu .btn_icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 750px) and (any-hover: hover) {
  .content_course_menu .course_world_link:hover .btn_icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .content_course_menu .course_world_link:hover .btn_icon::after {
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .content_course_menu .is_active .course_world_link:hover .btn_icon::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

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

	content_pager

===============================================================*/
.content_pager {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_pager .page_count {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_pager .page_count span {
  font-size: 13px;
  letter-spacing: 0.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: 0.2;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.content_pager .pager_btns {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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;
  -webkit-transition: 0.3s;
  transition: 0.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: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fa0f0c;
  border-right: 1px solid #fa0f0c;
  left: -8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.content_pager .pager_btns .pager_btn.next a::after {
  left: auto;
  right: 18px;
  -webkit-transform: rotate(45deg);
  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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .content_pager .pager_btns .pager_btn.next a::after {
    left: auto;
    right: 13px;
    -webkit-transform: rotate(45deg);
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content_info .tell_mail a:hover {
  color: #fa0f0c;
}
@media screen and (max-width: 750px) {
  .content_info {
    margin-top: 30px;
    /* tel mail */
  }
  .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_info .tell_mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_info .tell_mail li {
    width: 100%;
  }
  .content_info .tell_mail li + li {
    border-left: 0;
    border-top: solid 1px #ddd;
  }
}

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

	content_merit

===============================================================*/
.content_merit {
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content_sns .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_sns .sns_list li {
  width: 50px;
  margin-right: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content_sns .sns_list li:last-of-type {
  margin-right: 0;
}
.content_sns .sns_list li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .content_sns {
    margin-top: 20px;
  }
  .content_sns .sns_box {
    padding: 20px;
  }
  .content_sns .sns_box .sns_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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_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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content_event_entry a:hover {
  opacity: 0.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: 0.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 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_annual_schedule .toptxt .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: 0.4;
}
.content_annual_schedule .box {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  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: -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: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-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: -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: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}
.content_annual_schedule .box .items .item {
  position: relative;
  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: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content_annual_schedule .box .items .item .lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content_annual_schedule .box .items .item .lead_end {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn_gray_grid_3 + .btn_gray_grid_3 {
  margin-top: 50px;
}
.btn_gray_grid_3 .grid_3_1 {
  width: 33.3333333333%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: 33.3333333333%;
  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 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.public_info_list .has_child > a.active .more::after {
  -webkit-transform: rotate(0);
  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: -webkit-gradient(linear, left top, right top, from(rgb(251, 213, 251)), to(rgb(149, 233, 243)));
  background-image: linear-gradient(90deg, rgb(251, 213, 251), rgb(149, 233, 243));
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .special_event .content_sns .img img:first-of-type {
    -webkit-transform: rotate(13deg);
    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-bottom: 7.5vw;
  }
  .special_guests .inner_max {
    padding: 0;
  }
  .special_guests .inner {
    padding: 5vw 3vw;
  }
}

/*----------------------------------------------------------
attempt
----------------------------------------------------------*/
.attempt {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 751px) {
  .attempt {
    margin: 52px 0 0 0;
  }
}
.attempt .title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
  background-color: #00b79f;
  padding: 13px 0 10px 0;
}
@media screen and (min-width: 751px) {
  .attempt .title {
    font-size: 20px;
    padding: 15px 0;
  }
}
@media screen and (min-width: 1001px) {
  .attempt .title br {
    display: none;
  }
}
.attempt .attempt_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 860px;
  padding: 0 25px;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 751px) {
  .attempt .attempt_list {
    margin: 40px auto 0 auto;
  }
}
.attempt .attempt_list li {
  width: 45.46%;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 751px) {
  .attempt .attempt_list li {
    width: 22.223%;
    margin: 0 0 30px 0;
  }
}
.attempt .attempt_list li .text {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 751px) {
  .attempt .attempt_list li .text {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
}

/*----------------------------------------------------------
floor_list
----------------------------------------------------------*/
.floor_list {
  margin: 44px 0 0 0;
}
@media screen and (max-width: 750px) {
  .floor_list {
    margin-top: 10vw;
  }
}
.floor_list .floor_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.floor_list .floor_menu_list > :nth-child(n + 4) {
  margin-top: 30px;
}
.floor_list .floor_menu_list li {
  width: calc((100% - 90px) / 3);
  margin: 0 20px;
}
.floor_list .floor_menu_list .banner {
  width: calc((100% - 60px) / 3);
  margin: 45px 10px 0;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .floor_list .floor_menu_list > :not(:nth-child(4n-3)) {
    margin-left: 0;
  }
  .floor_list .floor_menu_list > :not(:nth-child(3n-2)) {
    margin-left: 30px;
  }
  .floor_list .floor_menu_list > :nth-child(n + 5) {
    margin-top: 0;
  }
  .floor_list .floor_menu_list > :nth-child(n + 4) {
    margin-top: 30px;
  }
  .floor_list .floor_menu_list li {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
  .floor_list .floor_menu_list .banner {
    width: calc((100% - 20px) / 3);
    margin: 45px 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .floor_list .floor_menu_list > :not(:nth-child(4n-3)) {
    margin-left: 0;
  }
  .floor_list .floor_menu_list > :not(:nth-child(2n-1)) {
    margin-left: 3vw;
  }
  .floor_list .floor_menu_list > :nth-child(n + 5) {
    margin-top: 0;
  }
  .floor_list .floor_menu_list > :nth-child(n + 3) {
    margin-top: 3vw;
  }
  .floor_list .floor_menu_list li {
    width: calc((100% - 3vw) / 2);
    margin: 0;
  }
  .floor_list .floor_menu_list .banner {
    width: 100%;
    margin: 5vw 0 0;
  }
}
.floor_list.culumn3 {
  margin-top: 0;
  margin-left: -30px;
}
.floor_list.culumn3 .floor_menu_list li {
  width: calc((100% - 90px) / 3);
  margin: 0;
  margin-top: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .floor_list.culumn3 {
    margin-left: 0;
  }
  .floor_list.culumn3 .floor_menu_list li {
    width: 100%;
    margin-top: 3vw;
    margin-left: 0;
  }
  .floor_list.culumn3 + .mt90 {
    margin-top: 40px;
  }
}
.floor_list .floor_menu_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}
.floor_list .floor_menu_list li a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floor_list .floor_menu_list li a .num {
  color: #fa0f0c;
  line-height: 2;
  margin-right: 10px;
  font-size: 30px;
  padding-top: 4px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .floor_list .floor_menu_list li a {
    font-size: 3.5vw;
    padding: 2vw 0vw 4vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .floor_list .floor_menu_list li a .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .floor_list .floor_menu_list li a .num {
    font-size: 6vw;
    line-height: 1.4;
  }
  .floor_list .floor_menu_list li a .btn_icon {
    right: 3vw;
  }
}

/*----------------------------------------------------------

	cat_btns

----------------------------------------------------------*/
.cat_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cat_btns > :not(:nth-child(4n-3)) {
  margin-left: 25px;
}
.cat_btns > :nth-child(n + 5) {
  margin-top: 25px;
}
.cat_btns li {
  width: calc((100% - 75px) / 4);
  margin: 0;
}
.cat_btns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 20px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .cat_btns > :not(:nth-child(4n-3)) {
    margin-left: 2vw;
  }
  .cat_btns li {
    width: calc((100% - 6vw) / 4);
  }
}
@media screen and (max-width: 750px) {
  .cat_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cat_btns > :not(:nth-child(4n-3)) {
    margin-left: 0;
  }
  .cat_btns > :nth-child(n + 5) {
    margin-top: 0;
  }
  .cat_btns li {
    max-width: 100%;
    width: 100%;
  }
  .cat_btns li:not(:first-of-type) {
    margin-top: 10px;
  }
  .cat_btns li a {
    font-size: 14px;
    padding: 23px 20px 23px 25px;
  }
}

.cat_btns.column2 .btn_gray {
  max-width: 100%;
}
.cat_btns.column2 > :not(:nth-child(2n-1)) {
  margin-left: 30px;
}
.cat_btns.column2 > :nth-child(n + 3) {
  margin-top: 30px;
}
.cat_btns.column2 li {
  width: calc((100% - 30px) / 2);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .cat_btns.column2 > :not(:nth-child(2n-1)) {
    margin-left: 0;
  }
  .cat_btns.column2 > :nth-child(n + 3) {
    margin-top: 0;
  }
  .cat_btns.column2 li {
    width: 100%;
  }
  .cat_btns.column2 li:not(:first-of-type) {
    margin-top: 10px;
  }
}

.cat_btns.column3 > :not(:nth-child(3n-2)) {
  margin-left: 25px;
}
.cat_btns.column3 > :nth-child(n + 4) {
  margin-top: 30px;
}
.cat_btns.column3 li {
  width: calc((100% - 50px) / 3);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .cat_btns.column3 > :not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .cat_btns.column3 > :nth-child(n + 4) {
    margin-top: 0;
  }
  .cat_btns.column3 li {
    width: 100%;
  }
  .cat_btns.column3 li:not(:first-of-type) {
    margin-top: 10px;
  }
}

/*----------------------------------------------------------

	num_btns

----------------------------------------------------------*/
.num_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.num_btns > :not(:nth-child(4n-3)) {
  margin-left: 30px;
}
.num_btns > :nth-child(n + 5) {
  margin-top: 30px;
}
.num_btns li {
  width: calc((100% - 90px) / 4);
  margin: 0;
}
.num_btns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  padding: 15px 50px 15px 15px;
}
.num_btns li a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.num_btns li a .num {
  color: #fa0f0c;
  line-height: 2;
  margin-right: 10px;
  font-size: 30px;
  padding-top: 4px;
  font-weight: normal;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .num_btns > :not(:nth-child(4n-3)) {
    margin-left: 0;
  }
  .num_btns > :not(:nth-child(3n-2)) {
    margin-left: 30px;
  }
  .num_btns > :nth-child(n + 5) {
    margin-top: 0;
  }
  .num_btns > :nth-child(n + 4) {
    margin-top: 30px;
  }
  .num_btns li {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
  .num_btns li a {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .num_btns > :not(:nth-child(4n-3)) {
    margin-left: 0;
  }
  .num_btns > :nth-child(n + 5) {
    margin-top: 0;
  }
  .num_btns li {
    max-width: 100%;
    width: 100%;
  }
  .num_btns li:not(:first-of-type) {
    margin-top: 3vw;
  }
  .num_btns li a {
    font-size: 3.5vw;
    padding: 2vw 5vw 4vw 3vw;
  }
  .num_btns li a .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .num_btns li a .num {
    font-size: 6vw;
    line-height: 1.4;
  }
  .num_btns li a .btn_icon {
    right: 3vw;
  }
}

@media screen and (max-width: 750px) {
  .num_btns.sp_column2 > :not(:nth-child(2n-1)) {
    margin-left: 3vw;
  }
  .num_btns.sp_column2 > :nth-child(n + 3) {
    margin-top: 3vw;
  }
  .num_btns.sp_column2 li {
    width: calc((100% - 3vw) / 2);
    margin: 0;
  }
}

.num_btns.column3 > :not(:nth-child(3n-2)) {
  margin-left: 30px;
}
.num_btns.column3 > :nth-child(n + 4) {
  margin-top: 30px;
}
.num_btns.column3 li {
  width: calc((100% - 60px) / 3);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .num_btns.column3 > :not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .num_btns.column3 > :nth-child(n + 4) {
    margin-top: 0;
  }
  .num_btns.column3 li {
    width: 100%;
  }
  .num_btns.column3 li:not(:first-of-type) {
    margin-top: 3vw;
  }
}

.h_lv2 + .num_btns,
.h_lv2 + .cat_btns {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .h_lv2 + .num_btns,
  .h_lv2 + .cat_btns {
    margin-top: 30px;
  }
}

/*----------------------------------------------------------
content_graybox
----------------------------------------------------------*/
.content_graybox {
  background: #fafafa;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content_graybox {
    padding: 3vw;
  }
}

.grid_center.grid_wrp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*----------------------------------------------------------
	content_question
----------------------------------------------------------*/
.content_question {
  /*----------------------------------------------------------
  	qa_list
  ----------------------------------------------------------*/
}
.content_question .txt_block {
  text-align: center;
}
.content_question .photo_block {
  padding: 20px 20px 0;
}
.content_question .photo_block p {
  margin-top: 10px;
}
.content_question .m_center {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .content_question .txt_block {
    text-align: left;
  }
  .content_question .photo_block {
    margin-top: 5vw;
    padding: 0;
  }
  .content_question .photo_block p {
    margin-top: 1.5vw;
  }
}
.content_question .qa_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.content_question .qa_list .qa dt,
.content_question .qa_list .qa dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_question .qa_list .qa {
  display: inline-block;
  margin-top: 20px;
}
.content_question .qa_list .qa:first-of-type {
  margin-top: 0;
}
.content_question .qa_list .qa dd {
  margin-top: 10px;
}
.content_question .qa_list .qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}
.content_question .qa_list .qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
.content_question .qa_list .qa dt::before,
.content_question .qa_list .qa dd::before {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.content_question .qa_list .qa dt::before {
  content: 'Q';
  color: #fa0f0c;
}
.content_question .qa_list .qa dd::before {
  content: 'A';
  color: #1458e4;
}
@media screen and (max-width: 750px) {
  .content_question .qa_list .qa {
    margin-top: 3vw;
  }
  .content_question .qa_list .qa:first-of-type {
    margin-top: 0;
  }
  .content_question .qa_list .qa dd {
    margin-top: 2vw;
  }
  .content_question .qa_list .qa dt p {
    font-size: 3.5vw;
    padding-top: 1vw;
    padding-left: 3vw;
  }
  .content_question .qa_list .qa dd p {
    font-size: 3.5vw;
    padding-top: 1vw;
    padding-left: 3vw;
  }
  .content_question .qa_list .qa dt::before,
  .content_question .qa_list .qa dd::before {
    font-size: 4vw;
  }
}

/*----------------------------------------------------------
	course_btn_block
----------------------------------------------------------*/
.course_btn_block {
  padding: 40px 20px;
  background-color: #f2f2f2;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.course_btn_block .btn_red .btn_icon::after {
  background-color: #fa0f0c;
}
@media screen and (max-width: 750px) {
  .course_btn_block {
    padding: 5vw;
  }
}

.sec_wm_jobs + .course_btn_block {
  margin-top: 120px;
  border: none;
}
@media screen and (max-width: 750px) {
  .sec_wm_jobs + .course_btn_block {
    background: #fff;
    padding: 0;
    margin-top: 16vw;
  }
}

.sec_curriculum + .course_btn_block {
  background-color: #fff;
}

/*----------------------------------------------------------

	facility_info

----------------------------------------------------------*/
.facility_info {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .facility_info {
    padding-bottom: 60px;
  }
}

/*------- software_env --------*/
.software_env {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f2f2f2;
  border: solid 1px #e5e5e5;
}
.software_env .software {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 1px #e5e5e5;
  border-top: none;
  border-left: none;
  width: 20%;
  padding: 20px 0;
}
.software_env .software .title {
  text-align: center;
  font-size: 18px;
}
.software_env .software .cat {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.software_env .software .img {
  margin-top: 20px;
}
.software_env .software .img img {
  margin: 0 auto;
  width: 90px;
  height: 90px;
}
.software_env .software:nth-of-type(5n) {
  border-right: none;
}
.software_env .software:nth-of-type(n + 6) {
  border-bottom: none;
}
.software_env .software_adobe {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.software_env + p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.software_env + p span {
  font-weight: bold;
  font-size: 95%;
}
@media screen and (max-width: 1000px) {
  .software_env .software .title {
    font-size: 1.8vw;
  }
  .software_env .software .cat {
    font-size: 1.2vw;
  }
  .software_env .software .img {
    margin-top: 1vw;
  }
  .software_env .software .img img {
    width: 10vw;
    height: 10vw;
  }
  .software_env + p {
    margin-top: 1vw;
  }
  .software_env + p span {
    font-size: 90%;
  }
}
@media screen and (max-width: 750px) {
  .software_env {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border-bottom: none;
  }
  .software_env .software {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3vw;
    border: none;
    border-bottom: solid 1px #e5e5e5;
  }
  .software_env .software:nth-of-type(n + 6) {
    border-bottom: solid 1px #e5e5e5;
  }
  .software_env .software .title {
    text-align: left;
    font-size: 4vw;
    width: 75%;
  }
  .software_env .software .cat {
    font-size: 3vw;
  }
  .software_env .software .img {
    margin-top: 0;
    width: 25%;
    padding: 2vw;
  }
  .software_env .software .img img {
    width: 100%;
    height: 100%;
  }
  .software_env .software_adobe {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    padding: 6vw 3vw;
  }
  .software_env + p {
    margin-top: 3vw;
    font-size: 3.4vw;
  }
}

/*----------------------------------------------------------

	sec_facility

----------------------------------------------------------*/
.sec_facility {
  background-color: rgba(242, 242, 242, 0.6);
  padding: 120px 0 0 0;
}
.sec_facility .slider_block {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .sec_facility {
    padding: 50px 0 0 0;
  }
}

.sec_course + .sec_facility {
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .sec_course + .sec_facility {
    padding-bottom: 60px;
  }
}

/*----------------------------------------------------------

	sec_bnr

----------------------------------------------------------*/
.sec_bnr {
  padding: 120px 0 0;
}
.sec_bnr .title {
  font-size: 24px;
}
.sec_bnr .title span {
  padding-right: 3px;
}
.sec_bnr .title + .bnr {
  margin-top: 30px;
}
.sec_bnr .bnr_stage0 a {
  display: block;
  border: solid 1px #e5e5e5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec_bnr .bnr_stage0 a:hover {
  border: solid 1px #32a254;
}
@media screen and (max-width: 750px) {
  .sec_bnr {
    padding: 45px 0 0;
    margin-bottom: -20px;
  }
  .sec_bnr .title {
    font-size: 4.8vw;
  }
  .sec_bnr .title span {
    padding-right: 1vw;
  }
  .sec_bnr .title + .bnr {
    margin-top: 5vw;
  }
}

/*----------------------------------------------------------

	special_guest

----------------------------------------------------------*/
.special_guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 1px #ddd;
  background: #fafafa;
  padding: 40px 60px;
}
.special_guest .photo_block {
  width: 300px;
}
.special_guest .photo_block .profile {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.special_guest .photo_block .profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.special_guest .txt_block {
  width: calc(100% - 380px);
}
.special_guest .txt_block .special {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  border: 2px solid #73eee0;
  -o-border-image: linear-gradient(to right, #73eee0 0%, #96a7f1 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#73eee0), to(#96a7f1));
  border-image: linear-gradient(to right, #73eee0 0%, #96a7f1 100%);
  border-image-slice: 1;
}
.special_guest .txt_block .special p {
  font-weight: 500;
}
.special_guest .txt_block .special + .special {
  margin-left: 5px;
}
.special_guest .txt_block .special_nums {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.special_guest .txt_block .title_block {
  padding: 20px 0;
  border-bottom: solid 1px #e5e5e5;
}
.special_guest .txt_block .title_block .title {
  font-size: 28px;
}
.special_guest .txt_block .title_block .title span {
  font-size: 18px;
  font-weight: normal;
  padding-left: 3px;
}
.special_guest .txt_block .title_block .lead {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
.special_guest .txt_block .detail {
  margin-top: 25px;
}
.special_guest .txt_block .detail p {
  font-size: 14px;
  line-height: 1.8;
}
.special_guest .txt_block .detail p + p {
  margin-top: 10px;
}
.special_guest.no_photo .txt_block {
  width: 100%;
}
.special_guest.txt_column {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}
.special_guest.txt_column .txt_block {
  width: calc(50% - 30px);
}
.special_guest.txt_column .txt_block:nth-of-type(n + 3) {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .special_guest {
    padding: 30px;
  }
  .special_guest .photo_block {
    width: 200px;
  }
  .special_guest .photo_block .profile {
    width: 200px;
    height: 200px;
  }
  .special_guest .txt_block {
    width: calc(100% - 250px);
  }
  .special_guest .txt_block .special {
    font-size: 13px;
    padding: 0.4vw 1vw;
  }
  .special_guest .txt_block .special + .special {
    margin-left: 0.5vw;
  }
  .special_guest .txt_block .title_block {
    padding: 1vw 0 2vw;
  }
  .special_guest .txt_block .title_block .title {
    font-size: 2.8vw;
  }
  .special_guest .txt_block .title_block .title span {
    font-size: 1.8vw;
    padding-left: 0.3vw;
  }
  .special_guest .txt_block .title_block .lead {
    margin-top: 0.5vw;
    font-size: 1.4vw;
  }
  .special_guest .txt_block .detail {
    margin-top: 2vw;
  }
  .special_guest .txt_block .detail p {
    font-size: 1.4vw;
  }
  .special_guest .txt_block .detail p + p {
    margin-top: 1vw;
  }
  .special_guest.txt_column .txt_block {
    width: calc(50% - 15px);
  }
  .special_guest.txt_column .txt_block:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .special_guest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8vw 5vw;
  }
  .special_guest .photo_block {
    width: 100%;
  }
  .special_guest .photo_block .profile {
    width: 50%;
    height: 50%;
  }
  .special_guest .txt_block {
    width: 100%;
    margin-top: 8vw;
  }
  .special_guest .txt_block .special {
    padding: 0.3vw 1vw 0.5vw;
    border: 1px solid #73eee0;
    -o-border-image: linear-gradient(to right, #73eee0 0%, #96a7f1 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#73eee0), to(#96a7f1));
    border-image: linear-gradient(to right, #73eee0 0%, #96a7f1 100%);
    border-image-slice: 1;
  }
  .special_guest .txt_block .special p {
    font-size: 3.4vw;
  }
  .special_guest .txt_block .special + .special {
    margin-left: 0.5vw;
  }
  .special_guest .txt_block .special_nums {
    border: 1px solid #000;
  }
  .special_guest .txt_block .title_block {
    padding: 2vw 0 4vw;
  }
  .special_guest .txt_block .title_block .title {
    font-size: 6vw;
  }
  .special_guest .txt_block .title_block .title span {
    font-size: 4vw;
    padding-left: 0.3vw;
  }
  .special_guest .txt_block .title_block .lead {
    margin-top: 0.5vw;
    font-size: 3.5vw;
  }
  .special_guest .txt_block .detail {
    margin-top: 4.5vw;
  }
  .special_guest .txt_block .detail p {
    font-size: 3.5vw;
  }
  .special_guest .txt_block .detail p + p {
    margin-top: 2vw;
  }
  .special_guest.txt_column .txt_block {
    width: 100%;
  }
  .special_guest.txt_column .txt_block:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .special_guest.txt_column .txt_block + .txt_block {
    margin-top: 15vw;
  }
}

/*----------------------------------------------------------

	special_content_block

----------------------------------------------------------*/
.special_content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 1px #ddd;
  background: #fafafa;
  padding: 40px 60px;
  min-height: 350px;
}
.special_content_block .photo_block {
  width: 45%;
}
.special_content_block .photo_block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.special_content_block .txt_block {
  width: 45%;
}
.special_content_block .txt_block .special {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  background: #000;
  color: #fff;
}
.special_content_block .txt_block .special p {
  font-weight: 500;
}
.special_content_block .txt_block .special + .special {
  margin-left: 5px;
}
.special_content_block .txt_block .title_block {
  padding: 10px 0 20px;
}
.special_content_block .txt_block .title_block .title {
  font-size: 24px;
}
.special_content_block .txt_block .title_block .title span {
  font-size: 18px;
  font-weight: normal;
  padding-left: 3px;
}
.special_content_block .txt_block .title_block .lead {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
.special_content_block .txt_block .detail {
  margin-top: 0;
}
.special_content_block .txt_block .detail p {
  font-size: 14px;
  line-height: 1.8;
}
.special_content_block .txt_block .detail p + p {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .special_content_block {
    padding: 40px;
    min-height: 35vw;
  }
  .special_content_block .photo_block {
    width: 45%;
  }
  .special_content_block .txt_block .special {
    padding: 5px 10px;
  }
  .special_content_block .txt_block .special + .special {
    margin-left: 5px;
  }
  .special_content_block .txt_block .title_block {
    padding: 10px 0 20px;
  }
  .special_content_block .txt_block .title_block .title {
    font-size: 28px;
  }
  .special_content_block .txt_block .title_block .title span {
    font-size: 18px;
    font-weight: normal;
    padding-left: 3px;
  }
  .special_content_block .txt_block .title_block .lead {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
  }
  .special_content_block .txt_block .detail {
    margin-top: 0;
  }
  .special_content_block .txt_block .detail p {
    font-size: 14px;
    line-height: 1.8;
  }
  .special_content_block .txt_block .detail p + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .special_content_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5vw;
    min-height: 0;
  }
  .special_content_block .photo_block {
    width: 100%;
  }
  .special_content_block .photo_block .img {
    width: 100%;
    height: 100%;
  }
  .special_content_block .txt_block {
    width: 100%;
    margin-top: 5vw;
    padding-bottom: 2vw;
  }
  .special_content_block .txt_block .special {
    padding: 0.3vw 2vw 0.5vw;
  }
  .special_content_block .txt_block .special p {
    font-size: 3.4vw;
  }
  .special_content_block .txt_block .special + .special {
    margin-left: 0.5vw;
  }
  .special_content_block .txt_block .special_nums {
    border: 1px solid #000;
  }
  .special_content_block .txt_block .title_block {
    padding: 2vw 0 0;
  }
  .special_content_block .txt_block .title_block .title {
    font-size: 5vw;
  }
  .special_content_block .txt_block .title_block .title span {
    font-size: 4vw;
    padding-left: 0.3vw;
  }
  .special_content_block .txt_block .title_block .lead {
    margin-top: 0.6vw;
    font-size: 3.2vw;
  }
  .special_content_block .txt_block .detail {
    margin-top: 4.5vw;
  }
  .special_content_block .txt_block .detail p {
    font-size: 3.5vw;
  }
  .special_content_block .txt_block .detail p + p {
    margin-top: 2vw;
  }
}

/*----------------------------------------------------------

	sec_btn

----------------------------------------------------------*/
.sec_menu + .sec_btn {
  padding: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .sec_menu + .sec_btn {
    padding: 0 0 5vw;
  }
}

/*----------------------------------------------------------

	youtube_wrp

----------------------------------------------------------*/
.youtube_wrp {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.youtube_wrp iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.content_past_event {
  margin-top: 30px;
  padding: 30px 150px;
  border: solid 1px #e5e5e5;
  background-color: #fafafa;
}
@media screen and (max-width: 1000px) {
  .content_past_event {
    padding: 30px 8vw;
  }
}
@media screen and (max-width: 750px) {
  .content_past_event {
    padding: 0;
  }
}

.content_movie {
  margin-top: 30px;
  padding: 30px 150px;
  border: solid 1px #e5e5e5;
  background-color: #fafafa;
}
@media screen and (max-width: 1000px) {
  .content_movie {
    padding: 30px 8vw;
  }
}
@media screen and (max-width: 750px) {
  .content_movie {
    margin-top: 5vw;
    padding: 0;
    border: none;
  }
}

.content + .content_movie {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .content + .content_movie {
    margin-top: 8vw;
  }
}

.content_movie + .content_movie {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .content_movie + .content_movie {
    margin-top: 5vw;
  }
}

/*----------------------------------------------------------

	experience_content

----------------------------------------------------------*/
.experience_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.experience_content > :not(:nth-child(3n-2)) {
  margin-left: 40px;
}
.experience_content > :nth-child(n + 4) {
  margin-top: 60px;
}
.experience_content li {
  width: calc((100% - 80px) / 3);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .experience_content > :not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .experience_content > :nth-child(n + 4) {
    margin-top: 0;
  }
  .experience_content > :not(:nth-child(2n-1)) {
    margin-left: 5vw;
  }
  .experience_content > :nth-child(n + 3) {
    margin-top: 7vw;
  }
  .experience_content li {
    width: calc((100% - 5vw) / 2);
  }
}

/*----------------------------------------------------------

	special_contents

----------------------------------------------------------*/
.special_contents.bg_gold {
  background: linear-gradient(85deg, #f6d1f4 0%, #ffefad 100%);
}

.special_contents {
  margin-top: 80px;
  padding: 60px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(251, 213, 251)), to(rgb(149, 233, 243)));
  background-image: linear-gradient(90deg, rgb(251, 213, 251), rgb(149, 233, 243));
}
.special_contents .h_lv2 + * {
  margin-top: 40px;
}
.special_contents .content + .content {
  margin-top: 80px;
}
.special_contents .special_content_block + .special_content_block {
  margin-top: 30px;
}
.special_contents .special_content {
  position: relative;
  background: #fff;
  padding: 60px;
}
.special_contents .sns_content .inner {
  padding: 40px 0;
  background: none;
}
.special_contents .sns_content .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.special_contents .sns_content .img img:first-of-type {
  width: 30%;
}
.special_contents .sns_content .img img:last-of-type {
  width: 70%;
}
.special_contents .content_point_column .txt_block p {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .special_contents .special_content {
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  .special_contents {
    width: 100vw;
    margin: 10vw calc(50% - 50vw) 0;
    padding: 10vw 0;
  }
  .special_contents .inner_max {
    padding: 0;
  }
  .special_contents .h_lv2 + * {
    margin-top: 10vw;
  }
  .special_contents .content + .content {
    margin-top: 8vw;
  }
  .special_contents .content + .content.sns_content {
    margin-top: 1vw;
  }
  .special_contents .special_content_block + .special_content_block {
    margin-top: 3vw;
  }
  .special_contents .special_content {
    padding: 10vw 25px;
  }
  .special_contents .sns_content {
    background: none;
  }
  .special_contents .sns_content .inner {
    padding: 0;
  }
  .special_contents .sns_content .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .special_contents .sns_content .img img:first-of-type {
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
    width: 60%;
  }
  .special_contents .sns_content .img img:last-of-type {
    width: 100%;
  }
  .special_contents .sns_content {
    margin-top: 0;
    padding: 0 25px;
  }
  .special_contents .content_point_column .point_column + .point_column {
    margin-top: 8vw;
    padding-top: 10vw;
    border-top: solid 1px #e5e5e5;
  }
  .special_contents .content_point_column .txt_block p {
    margin-top: 2vw;
  }
}

.btn_red + .bnr {
  width: 100%;
  max-width: 540px;
  margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
  .btn_red + .bnr {
    margin-top: 8vw;
  }
}

.bnr a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bnr a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------------

	special_content_head

----------------------------------------------------------*/
.special_content .special_content_head {
  position: absolute;
  top: -87px;
  left: 0;
}
.special_content .special_content_head .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #fa0f0c;
  padding: 16px 26px 18px;
  border-radius: 3rem;
}
.special_content .special_content_head .title::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 35px;
  border: 6px solid transparent;
  border-left: 17px solid #fa0f0c;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .special_content {
    padding: 10vw 0;
  }
  .special_content .special_content_head {
    top: -8vw;
    left: 5vw;
  }
  .special_content .special_content_head .title {
    font-size: 5vw;
    padding: 3vw 5vw 3.5vw;
  }
}

/*----------------------------------------------------------

	special_content_grid

----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .special_contents.special_contents_grid {
    padding: 10vw 0;
  }
  .special_contents.special_contents_grid .special_content .grid p {
    margin-top: 3vw;
    font-size: 3.5vw;
  }
  .special_contents.special_contents_grid .special_content .grid_list {
    margin-top: -4vw;
  }
  .special_contents.special_contents_grid .special_content .grid_list .grid {
    margin-top: 6vw;
  }
}

/*----------------------------------------------------------

	page_school_english

----------------------------------------------------------*/
.page_school_english .sec_english_program {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_english_program {
    margin: 60px 0 0 0;
  }
}
.page_school_english .sec_english_program .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_english_program .flex {
    margin: 40px 0 0 0;
  }
}
.page_school_english .sec_english_program .flex .text {
  width: 47.4%;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.81;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_english_program .flex .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin: 20px 0 0 0;
  }
}
.page_school_english .sec_english_program .flex .photo {
  width: 47.4%;
}
.page_school_english .sec_columns_list.hoge.columns2 li {
  width: 47.4%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_columns_list.hoge.columns2 li {
    margin: 0 0 40 0;
  }
}
.page_school_english .sec_columns_list .fadeinUp .photo {
  border: 1px solid #e5e5e5;
}
.page_school_english .sec_english_columns .title_wrap {
  padding: 125px 0 185px 0;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_english_columns .title_wrap {
    position: relative;
    padding: 115px 0;
    z-index: 1;
  }
}
.page_school_english .sec_english_columns .title_wrap:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/school/os/sf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.page_school_english .sec_english_columns .title_wrap.los:before {
  background-image: url(../images/school/os/la.jpg);
  background-position: center 40%;
}
.page_school_english .sec_english_columns .title_wrap.las:before {
  background-image: url(../images/school/os/lv.jpg);
  background-position: center 40%;
}
.page_school_english .sec_english_columns .columns_lead_wrap {
  background-color: #fff;
  padding: 33px 0 80px 5%;
  margin: -80px 0 0 0;
}
.page_school_english .sec_english_columns .columns_lead_wrap .lead {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_english_columns .columns_lead_wrap .lead {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}
.page_school_english .sec_english_columns .columns_lead_wrap .text {
  margin: 42px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_english_columns .columns_lead_wrap .text {
    letter-spacing: 0.04em;
    margin: 20px 0 0 0;
  }
}
.page_school_english .sec_english_columns .columns_lead_wrap:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_english_columns .columns_lead_wrap {
    position: relative;
    padding: 40px 0 60px 0;
    z-index: 1;
  }
}
.page_school_english .sec_checked {
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_checked {
    padding: 40px 0;
    background-color: #fff;
  }
}
.page_school_english .sec_checked.career {
  margin: 120px 0;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_checked.career {
    background-color: inherit;
    margin: 60px 0;
  }
}
.page_school_english .sec_checked ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.page_school_english .sec_checked li {
  width: 33.33%;
  padding: 30px 40px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_checked li {
    padding: 20px 35px 25px 35px;
  }
}
.page_school_english .sec_checked li:last-child {
  border: none;
}
.page_school_english .sec_checked li .icon {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_checked li .icon {
    width: 32px;
    height: 32px;
    margin: 0 auto;
  }
}
.page_school_english .sec_checked li .lead {
  font-size: 16px;
  margin: 29px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_checked li .lead {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 15px 0 0 0;
  }
}
.page_school_english .sec_checked li .text {
  margin: 30px 0 0 0;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .page_school_english .sec_checked li .text {
    letter-spacing: 0.04em;
    color: #202123;
    margin: 10px 0 0 0;
  }
}
.page_school_english .sec_ip .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 34px 0 0 0;
}
.page_school_english .sec_first .figure {
  margin: 40px 0 0 0;
}
.page_school_english .sec_ip .flex {
  margin: 43px 0 0 0;
}
.page_school_english .sec_title.long {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*----------------------------------------------------------

	page_school_os

----------------------------------------------------------*/
.page_school_os:before {
  background-image: url(../images/school/os/lv.jpg);
  background-position: center 40%;
}
.page_school_os .sec_os_columns .sec_title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #000 !important;
}
.page_school_os .fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 79.5%;
  background-color: #fff;
  padding: 30px 7.4% 10px 4%;
  margin: 0;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .page_school_os .fukidashi {
    position: relative;
    padding: 15px 20px;
    margin: 10px 0 0 0;
  }
}
.page_school_os .fukidashi:before {
  display: none;
}
@media screen and (max-width: 750px) {
  .page_school_os .fukidashi:before {
    content: '';
    position: absolute;
    display: block;
    top: 43%;
    left: -13px;
    border: 6px solid transparent;
    border-top: 8px solid #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.page_school_os .fukidashi span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #fa0f0c;
  padding: 2px 14px 2px 18px;
  border-radius: 18px;
}
@media screen and (max-width: 750px) {
  .page_school_os .fukidashi span {
    font-size: 15px;
    padding: 2px 10px 2px 10px;
  }
}
.page_school_os .fukidashi span:after {
  display: none;
}
.page_school_os .fukidashi .lead {
  width: 30%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
}
@media screen and (max-width: 750px) {
  .page_school_os .fukidashi .lead {
    font-size: 18px;
  }
}
.page_school_os .fukidashi .text {
  width: 100%;
  height: 100%;
  padding: 12px 0 0 0;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .page_school_os .fukidashi .text {
    margin: 15px 0 0 0;
  }
}
.page_school_os .fukidashi span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #fa0f0c;
  padding: 2px 14px 2px 18px;
  border-radius: 18px;
}
@media screen and (max-width: 750px) {
  .page_school_os .fukidashi span {
    font-size: 15px;
    padding: 2px 10px 2px 10px;
  }
}
.page_school_os .fukidashi span:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 45px;
  border: 4px solid transparent;
  border-left: 15px solid #fa0f0c;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media screen and (max-width: 750px) {
  .page_school_os .fukidashi span:after {
    left: 35px;
  }
}

/*----------------------------------------------------------

	page_school_job

----------------------------------------------------------*/
.page_school_job .sec_flow {
  padding: 80px 0 0 0;
  border-top: 1px solid #e5e5e5;
  margin: 120px 0 150px 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_flow {
    padding: 60px 0 0 0;
    margin: 60px 0 60px 0;
  }
}
.page_school_job .sec_flow .sec_schedule {
  background-color: #f4f4f4;
  padding: 30px 30px 0 30px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_flow .sec_schedule {
    margin: 30px auto 0 auto;
  }
}
.page_school_job .sec_flow .sec_schedule .lead {
  width: 65%;
}
.page_school_job .sec_flow .sec_schedule .time {
  color: #fa0f0c;
}
.page_school_job .sec_flow .sec_schedule .time span {
  font-size: 12px;
  color: #111111;
}
.page_school_job .sec_flow .sec_schedule .sec_schedule_item:before {
  background-color: #e5e5e5;
}
.page_school_job .sec_flow .sec_schedule .sec_schedule_item:after {
  background-color: #e5e5e5;
}
.page_school_job .sec_flow .sec_schedule_decision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_flow .sec_schedule_decision {
    position: relative;
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.page_school_job .sec_flow .sec_schedule_decision .img {
  position: absolute;
  bottom: 0;
  left: -45px;
  width: 15.6%;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_flow .sec_schedule_decision .img {
    display: block;
  }
}
.page_school_job .sec_flow .sec_schedule_decision .fukidashi {
  background-color: #ff9300;
  margin: 0 0 0 65px;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_flow .sec_schedule_decision .fukidashi {
    margin: 0;
  }
}
.page_school_job .sec_flow .sec_schedule_decision .fukidashi:before {
  display: block;
  border-top: 8px solid #ff9300;
}
.page_school_job .sec_flow .sec_schedule_decision .fukidashi:after {
  display: none;
}
.page_school_job .sec_flow .sec_schedule_decision .text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0;
  border: none;
  margin: 0;
}

/*----------------------------------------------------------

	TECH TALK

----------------------------------------------------------*/
.single_outline .special_lecture_wrap,
.single_outline .special_lecture_wrap.column2 {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single_outline .special_lecture_wrap.column2 .special_lecture {
  width: 49.9%;
}
@media screen and (max-width: 750px) {
  .single_outline .special_lecture_wrap.column2 .special_lecture {
    width: 100%;
  }
}

.single_outline .special_lecture_wrap.column4 .special_lecture {
  width: 24.9%;
}
@media screen and (max-width: 750px) {
  .single_outline .special_lecture_wrap.column4 .special_lecture {
    width: 100%;
  }
}

.seminar .bottom120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .seminar .bottom120 {
    padding-bottom: 60px;
  }
}
.seminar .article_main h2 .lead {
  font-size: 80%;
}
.seminar .grey_border .grid_wrp {
  border: 1px solid #e5e5e5;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .seminar .grey_border .grid_wrp {
    margin-top: 30px;
  }
}
.seminar .grey_border .grid_wrp .grid {
  margin-top: 0;
}
.seminar .grey_border .grid_wrp .grid.logo_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.seminar .grey_border .grid_wrp .grid p {
  margin: 0;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 750px) {
  .seminar .grey_border .grid_wrp .grid p {
    margin: 0;
    padding: 30px;
  }
}
.seminar .grid_wrp {
  margin-top: 0;
}

/*----------------------------------------------------------

	tech_talk_logo

----------------------------------------------------------*/
.tech_talk_logo {
  width: 500px;
}
.tech_talk_logo.small {
  width: 400px;
}
@media screen and (max-width: 750px) {
  .tech_talk_logo {
    width: 100%;
  }
}

/*----------------------------------------------------------
sec job
----------------------------------------------------------*/
.page_school_job .sec_job_pfm .pfm_wrap.single {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .page_school_job .sec_job_pfm .pfm_wrap.single {
    width: 40%;
    margin: 0;
  }
}
.page_school_job .sec_job_pfm .pfm_wrap .komidashi span {
  font-size: 14px !important;
}
@media screen and (min-width: 751px) {
  .page_school_job .sec_job_pfm .pfm_wrap .komidashi span {
    font-size: 16px;
  }
}
.page_school_job .sec_job_pfm .pfm_wrap .small {
  font-size: 12px !important;
}
@media screen and (min-width: 751px) {
  .page_school_job .sec_job_pfm .pfm_wrap .small {
    font-size: 13px;
  }
}
.page_school_job .sec_job_pfm .flex .obj01.single {
  left: -18px;
  width: 54px;
}
@media screen and (min-width: 751px) {
  .page_school_job .sec_job_pfm .flex .obj01.single {
    width: 11%;
    max-width: 124px;
    left: 208px;
  }
}
.page_school_job .sec_job_pfm .flex .obj02.single {
  right: -19px;
  width: 50px;
}
@media screen and (min-width: 751px) {
  .page_school_job .sec_job_pfm .flex .obj02.single {
    right: 205px;
    width: 10.5%;
    max-width: 118px;
  }
}

/*----------------------------------------------------------
project btn_link
----------------------------------------------------------*/
.btn_link.long {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-top: 40px;
}

/*----------------------------------------------------------
海外実学研修 ラスベガス追加
----------------------------------------------------------*/
.page_school_os .sec_os_columns .title_wrap.las::before {
  background-image: url(../images/school/os/lv.jpg);
  background-position: center 40%;
}

/*----------------------------------------------------------
sec_support_point
----------------------------------------------------------*/
.page_school_job .sec_support_point {
  margin: 85px 0 0 0;
}
.page_school_job .sec_support_point .sec_lead {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fa0f0c;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .sec_lead {
    font-size: 18px;
  }
}
.page_school_job .sec_support_point .sec_lead::before,
.page_school_job .sec_support_point .sec_lead::after {
  content: '';
  position: absolute;
  margin: 0 auto;
}
.page_school_job .sec_support_point .sec_lead::before {
  display: block;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fa0f0c;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .sec_lead::before {
    bottom: -13px;
  }
}
.page_school_job .sec_support_point {
  margin: 40px 0 0 0;
}
.page_school_job .sec_support_point .sec_lead::after {
  left: 48.5%;
  border: 5px solid transparent;
  border-top: 7px solid #fa0f0c;
  bottom: -37px;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .sec_lead::after {
    bottom: -38px;
  }
}
.page_school_job .sec_support_point .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 78px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list {
    margin: 60px 0 0 0;
  }
}
.page_school_job .sec_support_point .point_list li {
  width: 47.369%;
  position: relative;
  padding: 35px 20px 20px 20px;
  border: 1px solid #e5e5e5;
  padding: 45px 40px 40px 40px;
  margin: 0 0 58px 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list li {
    width: 100%;
    padding: 35px 20px 20px 20px;
    margin: 0 0 37px 0;
  }
}
.page_school_job .sec_support_point .point_list .fukidashi {
  position: absolute;
  text-align: center;
  top: -18px;
  left: 40px;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list .fukidashi {
    top: -15px;
    left: 20px;
  }
}
.page_school_job .sec_support_point .point_list .fukidashi span {
  position: relative;
  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;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list .fukidashi span {
    padding: 8px 27px 5px 24px;
  }
}
.page_school_job .sec_support_point .point_list .fukidashi span::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 45px;
  border: 4px solid transparent;
  border-left: 15px solid #fa0f0c;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list .fukidashi span::after {
    left: 35px;
  }
}
.page_school_job .sec_support_point .point_list .komidashi {
  letter-spacing: 0.04em;
  color: #202123;
}
.page_school_job .sec_support_point .point_list .lead {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list .lead {
    font-size: 20px;
  }
}
.page_school_job .sec_support_point .point_list .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list .flex {
    margin: 20px 0 0 0;
  }
}
.page_school_job .sec_support_point .point_list .img {
  width: 48.1%;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list .img {
    width: 100%;
    min-width: 1px;
  }
}
.page_school_job .sec_support_point .point_list .text {
  width: 48.1%;
  letter-spacing: 0.04em;
  color: #202123;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list .text {
    width: 100%;
    font-size: 13px;
    margin: 20px 0 0 0;
  }
}
.page_school_job .sec_support_point .point_list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_support_point .point_list .flex {
    display: block;
  }
}
.page_school_job .sec_voice {
  padding: 0;
  margin: 80px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice {
    margin: 60px 0 0 0;
  }
}
.page_school_job .sec_voice_list {
  margin: 55px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice_list {
    margin: 46px 0 0 0;
  }
}
.page_school_job .sec_voice_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #e5e5e5;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice_list li {
    display: block;
    padding: 28px 20px 20px 20px;
  }
}
.page_school_job .sec_voice_list .photo {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice_list .photo {
    width: 100%;
  }
}
.page_school_job .sec_voice_list .textwrap {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice_list .textwrap {
    margin: 20px 0 0 0;
  }
}
.page_school_job .sec_voice_list .voice {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice_list .voice {
    font-size: 18px;
  }
}
.page_school_job .sec_voice_list .position {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice_list .position {
    text-align: center;
    font-size: 13px;
    margin: 10px 0 0 0;
  }
}
.page_school_job .sec_voice_list .position span {
  background-color: #fa0f0c;
  padding: 2px 15px 4px 15px;
  border-radius: 15px;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice_list .position span {
    padding: 5px 15px;
  }
}
.page_school_job .sec_voice_list .text {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 17px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice_list .text {
    text-align: center;
    margin: 5px 0 0 0;
  }
}
.page_school_job .sec_voice_list .school {
  font-size: 12px;
}
.page_school_job .sec_voice_list .name {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .page_school_job .sec_voice_list .name {
    padding: 0 0 0 7px;
  }
}
.page_school_job .sec_voice_list .small {
  font-size: 14px;
  padding: 0 0 0 3px;
}

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

	content_experience_list

===============================================================*/
.content_experience_list .grid img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content_experience_list .grid .btn_link {
  width: 100%;
  max-width: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 20px 0 0 0;
}
.content_experience_list .grid .btn_link::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fa0f0c;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.content_experience_list .grid .btn_link .btn_icon {
  margin-left: 20px;
}
@media screen and (min-width: 751px) {
  .content_experience_list .grid a:hover .btn_link::before {
    width: 100%;
  }
  .content_experience_list .grid a:hover .btn_icon::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
    transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .content_experience_list .grid a:hover .btn_icon::after {
    -webkit-transform: translate3d(0, 0, 0) scale(1) !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition:
      transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1),
      -webkit-transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .content_experience_list .grid a:hover img {
    opacity: 0.8;
  }
}
/*===============================================================

	page_support_temp

===============================================================*/
.page_support_temp .sec_noline .comment {
  margin: 82px 0 20px 0;
}
.page_support_temp .sec_noline .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .flex {
    display: block;
  }
}
.page_support_temp .sec_noline .comment_item {
  width: 47.4%;
  padding: 40px;
  margin: 0 0 60px 0;
  position: relative;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item {
    width: 100%;
  }
}
.page_support_temp .sec_noline .comment_item .fukidashi {
  position: absolute;
  top: -22px;
  left: 45px;
  right: inherit;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .fukidashi {
    top: -15px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.page_support_temp .sec_noline .comment_item .fukidashi span {
  font-size: 20px;
  padding: 2px 14px 2px 18px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #fa0f0c;
  border-radius: 18px;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .fukidashi span {
    font-size: 15px;
    padding: 2px 10px 2px 10px;
  }
}
.page_support_temp .sec_noline .comment_item .fukidashi span:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 45px;
  border: 4px solid transparent;
  border-left: 15px solid #fa0f0c;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .fukidashi span:after {
    left: 35px;
  }
}
.page_support_temp .sec_noline .comment_item .comment_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .comment_flex {
    display: block;
  }
}
.page_support_temp .sec_noline .comment_item .photo {
  width: 140px;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .photo {
    margin: 0 auto;
  }
}
.page_support_temp .sec_noline .comment_item .textwrap {
  width: 61.1%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .textwrap {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
.page_support_temp .sec_noline .comment_item .position {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.page_support_temp .sec_noline .comment_item .name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .name {
    font-size: 20px;
    margin: 0 auto;
  }
}
.page_support_temp .sec_noline .comment_item .name span {
  font-size: 16px;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .name span {
    font-size: 13px;
  }
}
.page_support_temp .sec_noline .comment_item .lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .lead {
    font-size: 16px;
  }
}
.page_support_temp .sec_noline .comment_item .text {
  font-size: 14px;
  margin: 15px 0 0 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_noline .comment_item .text {
    font-size: 13px;
  }
}
.page_support_temp .sec_job_pfm {
  margin: 0 0 45px 0;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_job_pfm {
    margin: 0 0 48px 0;
    padding: 60px 0 0 0;
  }
}
.page_support_temp .sec_job_pfm .flex .obj01.single {
  width: 11%;
  max-width: 124px;
  left: 208px;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_job_pfm .flex .obj01.single {
    left: -18px;
    width: 54px;
  }
}
.page_support_temp .sec_job_pfm .flex .obj02.single {
  right: 205px;
  width: 10.5%;
  max-width: 118px;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_job_pfm .flex .obj02.single {
    right: -19px;
    width: 50px;
  }
}

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

	page_support_intern

===============================================================*/
.page_support_intern .sec_upper .comment_item {
  padding: 40px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 750px) {
  .page_support_intern .sec_upper .comment_item {
    padding: 40px 30px 30px 30px;
    margin: 0 0 50px 0;
  }
}
.page_support_intern .sec_upper .comment_item .comment_flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page_support_intern .sec_upper .comment_item .comment_flex .lead {
  font-size: 18px;
  margin: 20px 0 0 0;
}
.page_support_intern .sec_upper .comment_item .comment_flex .text {
  font-size: 14px;
  margin: 15px 0 0 0;
}

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

	page_support_intern

===============================================================*/
.table_major tbody tr th a {
  color: #fff;
}
.table_major tbody tr th a:hover {
  opacity: 0.7;
}

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

	資料請求

===============================================================*/
.section_doc_request .section_inner {
  padding-bottom: 0;
}
.section_doc_request .content_width {
  max-width: 1140px;
}
.content_doc_request {
  width: 850px;
  margin: 0 auto;
}
.content_doc_request a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fa0f0c;
  border-radius: 15px;
}
.content_doc_request a:hover {
  opacity: 0.8;
}
.content_doc_request .txtbox {
  position: relative;
}
.content_doc_request .txtbox .title {
  font-size: 30px;
  font-weight: 500;
  color: #111;
  line-height: 2;
  border-bottom: 3px solid #fa0f0c;
  position: relative;
}
.content_doc_request .txtbox .fukidashi {
  position: absolute;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #fa0f0c;
  padding: 5px 23px 7px 25px;
  border-radius: 18px;
  top: -35px;
  left: -10px;
}
.content_doc_request .txtbox .fukidashi:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 35px;
  border: 4px solid transparent;
  border-left: 15px solid #fa0f0c;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: 10;
}
.content_doc_request .imgbox {
  width: calc(100% - 290px);
}
@media (max-width: 1023px) {
  .content_doc_request {
    width: 100%;
  }
  .content_doc_request a {
    padding: 60px 30px;
  }
  .content_doc_request .imgbox {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  .content_doc_request a {
    display: block;
    background: none;
    padding: 60px 25px 20px;
  }
  .content_doc_request .txtbox {
    position: relative;
    margin-top: -10vw;
  }
  .content_doc_request .txtbox .title {
    font-size: 6vw;
    border-width: 2px;
    display: inline-block;
  }
  .content_doc_request .txtbox .fukidashi {
    font-size: 4vw;
    left: 0;
  }
  .content_doc_request .imgbox {
    width: 100%;
    margin-top: 5vw;
  }
}

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

	top_content

===============================================================*/
.top_content {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
  padding: 30px 50px;
  border: solid 1px #fa0f0c;
}
.top_content .headline {
  font-size: 22px;
  color: #fa0f0c;
  font-weight: 500;
}
.top_content p {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .top_content {
    width: 100%;
    padding: 25px;
    margin-bottom: 60px;
  }
  .top_content .headline {
    font-size: 4.5vw;
  }
  .top_content p {
    font-size: 3.5vw;
  }
}

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

	content_overview

===============================================================*/
.content_overview .content_headline {
  margin-top: 40px;
}
.content_overview + .content_profile {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .content_overview .content_headline {
    margin-top: 30px;
  }
  .content_overview + .content_profile {
    margin-top: 30px;
  }
}

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

	content_project

===============================================================*/
.content_project .item + .item {
  margin-top: 100px;
}
.content_project .grid_wrp .grid_2_1 {
  width: calc((100% - 40px) / 3);
}
.content_project .grid_wrp .grid_2_1.txt_block {
  width: calc((100% - 40px) / 3 * 2);
}
@media screen and (max-width: 750px) {
  .content_project .item + .item {
    margin-top: 20vw;
  }
  .content_project.content * + .h_lv3 {
    margin-top: 30px;
  }
  .content_project.content * + p {
    margin-top: 10px;
  }
  .content_project .grid_wrp .grid_2_1 {
    width: 100%;
  }
  .content_project .grid_wrp .grid_2_1.txt_block {
    width: 100%;
  }
  .content_project .grid_list .grid {
    margin-top: 20px;
  }
  .content_project .grid_list .grid.txt_block {
    margin-top: 40px;
  }
}

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

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

	content_world_bnr

===============================================================*/
.content_world_bnr {
  margin-top: 150px;
}
.content_world_bnr .bnr_list .item {
  position: relative;
  height: 150px;
  margin-top: 10px;
}
.content_world_bnr .bnr_list .item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content_world_bnr .bnr_list .item a:hover {
  opacity: 0.9;
}
.content_world_bnr .bnr_list .item a:hover .btn_icon::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.content_world_bnr .bnr_list .item a:hover .btn_icon::after {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  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);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.content_world_bnr .bnr_list .item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 20%;
  object-position: 0% 20%;
  height: 100%;
}
.content_world_bnr .bnr_list .item .area {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0 10px 0 20px;
}
.content_world_bnr .bnr_list .item .area.bg_mask {
  background: rgba(0, 0, 0, 0.5);
}
.content_world_bnr .bnr_list .item .head {
  font-size: 55px;
  display: block;
  line-height: 1;
  font-weight: bold;
}
.content_world_bnr .bnr_list .item .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: transparent;
}
.content_world_bnr .bnr_list .item.game .area.bg_mask {
  background: rgba(245, 45, 86, 0.6);
}
.content_world_bnr .bnr_list .item.esports .area.bg_mask {
  background: rgba(50, 162, 84, 0.6);
}
.content_world_bnr .bnr_list .item.ai-robot .area.bg_mask {
  background: rgba(2, 62, 179, 0.6);
}
.content_world_bnr .bnr_list .item.web .area.bg_mask {
  background: rgba(254, 111, 6, 0.6);
}
.content_world_bnr .bnr_list .item.design .area.bg_mask {
  background: rgba(103, 0, 174, 0.6);
}
.content_world_bnr.content * + p {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .content_world_bnr .bnr_list p {
    font-size: 3.3vw;
  }
  .content_world_bnr .bnr_list .item {
    height: 16vw;
    margin-top: 1.5vw;
  }
  .content_world_bnr .bnr_list .item .sub {
    font-size: 2.8vw;
    display: block;
    line-height: 1;
  }
  .content_world_bnr .bnr_list .item .head {
    font-size: 4.5vw;
    display: block;
    margin-top: 1vw;
  }
  .content_world_bnr.content {
    margin-top: 15vw;
  }
  .content_world_bnr.content * + p {
    margin-top: 6vw;
  }
}

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

	_flow_chart.scss

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

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

.flow_chart .step_wrp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.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: 0px;
  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: -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;
}

.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;
  -webkit-transform: translate(3px, 0);
  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;
  -webkit-transform: translate(18px, 0);
  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 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.event_item > a:hover {
  opacity: 0.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 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

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

.event_item .application.esports a {
  background-color: #32a254;
}

.event_item .application.aiit a {
  background-color: #023eb3;
}

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

.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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .event_item .title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 20px 0 0 0;
  }
  .event_item .lead {
    font-size: 13px;
    letter-spacing: 0.04em;
    margin: 15px 0 0 0;
  }
  .event_item .date {
    font-size: 14px;
    letter-spacing: 0.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: -webkit-box;
    display: -ms-flexbox;
    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: 0.04em;
    color: #fff;
    padding: 10px 0;
  }
  .sp_row.grid_wrp {
    display: block;
  }
  .sp_row .event_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
  }
  .sp_row .event_item > a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: 0.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: 0.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: 0.04em;
    margin: 15px 0 0 0;
  }
}
/*===============================================================

	.event_list .btn_wrp

===============================================================*/
.oc_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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 30px 0;
}
.oc_event_list .btn_wrp .btn,
.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;
}
.oc_event_list .btn_wrp .btn a,
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.oc_event_list .btn_wrp .btn a:hover,
.event_list .btn_wrp .btn a:hover {
  opacity: 0.8;
}
.oc_event_list .btn_wrp .more_btn a,
.event_list .btn_wrp .more_btn a {
  background: #000;
}
.oc_event_list .btn_wrp .entry_btn a,
.event_list .btn_wrp .entry_btn a {
  background: #fa0f0c;
}
.oc_event_list .btn_wrp .line_btn a,
.event_list .btn_wrp .line_btn a {
  background: #06c755;
  border: none;
}
@media screen and (max-width: 750px) {
  .oc_event_list .btn_wrp,
  .event_list .btn_wrp {
    padding: 0 0 20px 0;
  }
}

/* バリエーション */
.game .event_list .btn_wrp .entry_btn a {
  background: #f52d56;
}

.esports .event_list .btn_wrp .entry_btn a {
  background: #32a254;
}

.aiit .event_list .btn_wrp .entry_btn a {
  background: #023eb3;
}

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

.design .event_list .btn_wrp .entry_btn a {
  background: #6700ae;
}

.year2024 .media .event_list .btn_wrp .entry_btn a {
  background: #884091;
}
.year2024 .design .event_list .btn_wrp .entry_btn a {
  background: #fe6f06;
}

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

	main_event

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

.bg_gray {
  background-color: #f2f2f2;
}

.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: 0.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: 0.4;
}

.main_event_lead {
  font-size: 24px;
  margin: 55px 0 0 0;
  font-weight: 500;
  letter-spacing: 0.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: #023eb3 !important;
}

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

.main_event.design .date {
  color: #6700ae !important;
}

.year2024 .main_event.media .date {
  color: #884091 !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: 0.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);
  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: 0.3s;
  transition: 0.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);
  transform: rotate(-135deg);
}

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

.main_event .slick-next::after {
  left: 3px;
  -webkit-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: 0.3s;
    transition: 0.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;
  }
}

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

	event_menu_tables

===============================================================*/
.event_menu_tables {
  background: #eee;
  position: relative;
  /* タブレット以下 */
  /* for tablet max-width: 1070px */
  /* SP向けレイアウトの指定：～750px */
  /* for SP max-width: 750px */
}
.event_menu_tables .date_tables {
  width: calc(100% - 390px);
  overflow-x: auto;
  position: absolute;
  right: 0;
}
.event_menu_tables .date_tables_inner {
  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;
}
.event_menu_tables .menu_block .label_day {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  border: solid 1px #e5e5e5;
  border-bottom: 0;
}
.event_menu_tables .menu_block .label_day .arw {
  display: none;
}
.event_menu_tables .menu_block .label_day + .table {
  margin-top: 0px;
}
.event_menu_tables .menu_block thead .label th {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 10px;
}
.event_menu_tables .menu_block tbody td {
  text-align: center;
}
.event_menu_tables .day_menu_label {
  width: 390px;
  position: absolute;
  left: 0;
}
.event_menu_tables .day_menu_label .label_day {
  background: #fa0f0c;
}
.event_menu_tables .day_menu_label thead .label th {
  background: #fa0f0c;
}
.event_menu_tables .day_menu {
  width: 300px;
}
.event_menu_tables .day_menu tr > th:first-child {
  display: none;
}
.event_menu_tables.single .day_menu {
  width: 250px;
}
@media only screen and (max-width: 750px) {
  .event_menu_tables {
    height: auto !important;
  }
  .event_menu_tables .date_tables {
    width: 100%;
    position: static;
  }
  .event_menu_tables .date_tables_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: flex;
    flex-direction: flex;
  }
  .event_menu_tables .menu_block .label_day {
    position: relative;
  }
  .event_menu_tables .menu_block .label_day .arw {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    display: block;
  }
  .event_menu_tables .menu_block .label_day .arw::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: solid 1px #fff;
    width: 8px;
    height: 8px;
    border-top: none;
    border-left: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .event_menu_tables .menu_block .label_day .prev {
    left: 0;
  }
  .event_menu_tables .menu_block .label_day .next {
    right: 0;
  }
  .event_menu_tables .menu_block .label_day .prev::after {
    -webkit-transform: rotate(135deg) translate(-1px, -1px);
    transform: rotate(135deg) translate(-1px, -1px);
  }
  .event_menu_tables .menu_block .label_day .next::after {
    -webkit-transform: rotate(-45deg) translate(-1px, -1px);
    transform: rotate(-45deg) translate(-1px, -1px);
  }
  .event_menu_tables .day_menu_label {
    display: none;
  }
  .event_menu_tables .day_menu tr > th:first-child {
    display: block;
  }
  .event_menu_tables.single .day_menu td {
    width: 25%;
  }
}

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

	_event_custom.scss

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

	Halloween

===============================================================*/
.section.bg_orange {
  background-color: #ff7237;
  color: #fff;
}
.section.bg_orange .special_contents {
  color: #111;
}

.halloween_list {
  text-align: center;
}
.halloween_list .ribbon_txt {
  margin: 16px auto 0;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 15px;
  font-weight: bold;
  background: #64119c;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.halloween_list .ribbon_txt::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #ff7237;
  border-style: solid;
}
.halloween_list .ribbon_txt::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #ff7237 transparent transparent;
  border-style: solid;
}
.halloween_list .ribbon_txt .txt {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 34px;
}
@media screen and (max-width: 1200px) {
  .halloween_list .ribbon_txt {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 750px) {
  .halloween_list .ribbon_txt {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .halloween_list .ribbon_txt {
    height: 55px;
  }
  .halloween_list .ribbon_txt::before {
    border-width: 28px 0px 28px 15px;
  }
  .halloween_list .ribbon_txt::after {
    border-width: 28px 15px 28px 0px;
  }
  .halloween_list .ribbon_txt .txt {
    line-height: 38px;
  }
  .halloween_list .grid_3_1 {
    width: 100% !important;
  }
}

.bg_halloween {
  position: relative;
  background-color: #f4e8cf;
  margin-top: 140px !important;
  margin-bottom: 140px !important;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: visible;
  color: #111111;
}
.bg_halloween .title {
  font-size: 24px !important;
}
.bg_halloween::before,
.bg_halloween::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}
.bg_halloween::before {
  top: -78px; /* ← 背景色の外に100pxはみ出させる */
  background-image: url('/assets/opencampus/include/halloween/bg_top.svg');
}
.bg_halloween::after {
  bottom: -78px; /* ← 下にもはみ出させる */
  background-image: url('/assets/opencampus/include/halloween/bg_bottom.svg');
}
.bg_halloween > * {
  position: relative;
  z-index: 2; /* 中身を擬似要素の上に出す */
}
.bg_halloween .deco01,
.bg_halloween .deco02,
.bg_halloween .deco03 {
  position: absolute;
}
.bg_halloween .deco01 {
  left: -49px;
  bottom: -70px;
  width: 18%;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.bg_halloween .deco02 {
  right: 30px;
  top: -30px;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  width: 26%;
}
.bg_halloween .deco03 {
  bottom: 255px;
  right: 51px;
  width: 8%;
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
}
@media screen and (max-width: 1200px) {
  .bg_halloween::before {
    top: -70px;
  }
  .bg_halloween::after {
    bottom: -70px;
  }
}
@media screen and (max-width: 750px) {
  .bg_halloween {
    margin-top: 18vw !important;
    margin-bottom: 18vw !important;
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: visible;
  }
  .bg_halloween .mt30 {
    margin-top: 8vw !important;
  }
  .bg_halloween .title {
    font-size: 18px !important;
  }
  .bg_halloween::before,
  .bg_halloween::after {
    content: '';
    background-size: 180% auto;
  }
  .bg_halloween::before {
    top: -64px;
  }
  .bg_halloween::after {
    bottom: -64px;
  }
  .bg_halloween .deco01 {
    left: -6vw;
    bottom: -21vw;
    width: 33%;
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  .bg_halloween .deco02 {
    right: -6vw;
    top: -16vw;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    width: 30%;
  }
  .bg_halloween .deco03 {
    bottom: 28vw;
    right: 0;
    width: 14%;
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
  }
}

/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================

	マージン

===============================================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.47vw !important;
  }
  .mt10 {
    margin-top: 0.93vw !important;
  }
  .mt15 {
    margin-top: 1.4vw !important;
  }
  .mt20 {
    margin-top: 1.87vw !important;
  }
  .mt25 {
    margin-top: 2.34vw !important;
  }
  .mt30 {
    margin-top: 2.8vw !important;
  }
  .mt40 {
    margin-top: 3.74vw !important;
  }
  .mt50 {
    margin-top: 4.67vw !important;
  }
  .mt60 {
    margin-top: 5.61vw !important;
  }
  .mt70 {
    margin-top: 6.54vw !important;
  }
  .mt80 {
    margin-top: 7.48vw !important;
  }
  .mt90 {
    margin-top: 8.41vw !important;
  }
  .mt100 {
    margin-top: 9.35vw !important;
  }
  .mb05 {
    margin-bottom: 0.47vw !important;
  }
  .mb10 {
    margin-bottom: 0.93vw !important;
  }
  .mb15 {
    margin-bottom: 1.4vw !important;
  }
  .mb20 {
    margin-bottom: 1.87vw !important;
  }
  .mb25 {
    margin-bottom: 2.34vw !important;
  }
  .mb30 {
    margin-bottom: 2.8vw !important;
  }
  .mt05 {
    margin-top: 0.47vw !important;
  }
  .mt10 {
    margin-top: 0.93vw !important;
  }
  .mt15 {
    margin-top: 1.4vw !important;
  }
  .mt20 {
    margin-top: 1.87vw !important;
  }
  .mt25 {
    margin-top: 2.34vw !important;
  }
  .mt30 {
    margin-top: 2.8vw !important;
  }
  .mt40 {
    margin-top: 3.74vw !important;
  }
  .mt50 {
    margin-top: 4.67vw !important;
  }
  .mt60 {
    margin-top: 5.61vw !important;
  }
  .mt70 {
    margin-top: 6.54vw !important;
  }
  .mt80 {
    margin-top: 7.48vw !important;
  }
  .mt90 {
    margin-top: 8.41vw !important;
  }
  .mt100 {
    margin-top: 9.35vw !important;
  }
  .mb05 {
    margin-bottom: 0.47vw !important;
  }
  .mb10 {
    margin-bottom: 0.93vw !important;
  }
  .mb15 {
    margin-bottom: 1.4vw !important;
  }
  .mb20 {
    margin-bottom: 1.87vw !important;
  }
  .mb25 {
    margin-bottom: 2.34vw !important;
  }
  .mb30 {
    margin-bottom: 2.8vw !important;
  }
  .mb40 {
    margin-bottom: 3.74vw !important;
  }
  .mb50 {
    margin-bottom: 4.67vw !important;
  }
  .mb60 {
    margin-bottom: 5.61vw !important;
  }
  .mb70 {
    margin-bottom: 6.54vw !important;
  }
  .mb80 {
    margin-bottom: 7.48vw !important;
  }
  .mb90 {
    margin-bottom: 8.41vw !important;
  }
  .mb100 {
    margin-bottom: 9.35vw !important;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media screen and (max-width: 750px) {
  .mt05 {
    margin-top: 0.63vw !important;
  }
  .mt10 {
    margin-top: 1.25vw !important;
  }
  .mt15 {
    margin-top: 1.88vw !important;
  }
  .mt20 {
    margin-top: 2.5vw !important;
  }
  .mt25 {
    margin-top: 3.13vw !important;
  }
  .mt30 {
    margin-top: 3.75vw !important;
  }
  .mt40 {
    margin-top: 5vw !important;
  }
  .mt50 {
    margin-top: 6.25vw !important;
  }
  .mt60 {
    margin-top: 7.5vw !important;
  }
  .mt70 {
    margin-top: 8.75vw !important;
  }
  .mt80 {
    margin-top: 10vw !important;
  }
  .mt90 {
    margin-top: 11.25vw !important;
  }
  .mt100 {
    margin-top: 12.5vw !important;
  }
  .mt0_sp {
    margin-top: 0 !important;
  }
  .mt05_sp {
    margin-top: 0.63vw !important;
  }
  .mt10_sp {
    margin-top: 1.25vw !important;
  }
  .mt15_sp {
    margin-top: 1.88vw !important;
  }
  .mt20_sp {
    margin-top: 2.5vw !important;
  }
  .mt25_sp {
    margin-top: 3.13vw !important;
  }
  .mt30_sp {
    margin-top: 3.75vw !important;
  }
  .mt40_sp {
    margin-top: 5vw !important;
  }
  .mt50_sp {
    margin-top: 6.25vw !important;
  }
  .mt60_sp {
    margin-top: 7.5vw !important;
  }
  .mt70_sp {
    margin-top: 8.75vw !important;
  }
  .mt80_sp {
    margin-top: 10vw !important;
  }
  .mt90_sp {
    margin-top: 11.25vw !important;
  }
  .mt100_sp {
    margin-top: 12.5vw !important;
  }
  .mb05_sp {
    margin-bottom: 0.63vw !important;
  }
  .mb10_sp {
    margin-bottom: 1.25vw !important;
  }
  .mb15_sp {
    margin-bottom: 1.88vw !important;
  }
  .mb20_sp {
    margin-bottom: 2.5vw !important;
  }
  .mb25_sp {
    margin-bottom: 3.13vw !important;
  }
  .mb30_sp {
    margin-bottom: 3.75vw !important;
  }
  .mb40_sp {
    margin-bottom: 5vw !important;
  }
  .mb50_sp {
    margin-bottom: 6.25vw !important;
  }
  .mb60_sp {
    margin-bottom: 7.5vw !important;
  }
  .mb70_sp {
    margin-bottom: 8.75vw !important;
  }
  .mb80_sp {
    margin-bottom: 10vw !important;
  }
  .mb90_sp {
    margin-bottom: 11.25vw !important;
  }
  .mb100_sp {
    margin-bottom: 12.5vw !important;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
 margin-bottom
-------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0rem !important;
}

.mb05 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 750px) {
  .mb05 {
    margin-bottom: 0.63vw !important;
  }
  .mb10 {
    margin-bottom: 1.25vw !important;
  }
  .mb15 {
    margin-bottom: 1.88vw !important;
  }
  .mb20 {
    margin-bottom: 2.5vw !important;
  }
  .mb25 {
    margin-bottom: 3.13vw !important;
  }
  .mb30 {
    margin-bottom: 3.75vw !important;
  }
  .mb40 {
    margin-bottom: 5vw !important;
  }
  .mb50 {
    margin-bottom: 6.25vw !important;
  }
  .mb60 {
    margin-bottom: 7.5vw !important;
  }
  .mb70 {
    margin-bottom: 8.75vw !important;
  }
  .mb80 {
    margin-bottom: 10vw !important;
  }
  .mb90 {
    margin-bottom: 11.25vw !important;
  }
  .mb100 {
    margin-bottom: 12.5vw !important;
  }
}
/* for SP */
/*-------------------------------------------------------------
 margin-left
-------------------------------------------------------------*/
.ml0 {
  margin-left: 0rem !important;
}

.ml05 {
  margin-left: 0.5rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

@media screen and (max-width: 750px) {
  .ml05 {
    margin-left: 0.63vw !important;
  }
  .ml10 {
    margin-left: 1.25vw !important;
  }
  .ml15 {
    margin-left: 1.88vw !important;
  }
  .ml20 {
    margin-left: 2.5vw !important;
  }
  .ml25 {
    margin-left: 3.13vw !important;
  }
  .ml30 {
    margin-left: 3.75vw !important;
  }
  .ml40 {
    margin-left: 5vw !important;
  }
  .ml50 {
    margin-left: 6.25vw !important;
  }
  .ml60 {
    margin-left: 7.5vw !important;
  }
  .ml70 {
    margin-left: 8.75vw !important;
  }
  .ml80 {
    margin-left: 10vw !important;
  }
  .ml90 {
    margin-left: 11.25vw !important;
  }
  .ml100 {
    margin-left: 12.5vw !important;
  }
}
/* for SP */
/*-------------------------------------------------------------
 margin-right
-------------------------------------------------------------*/
.mr0 {
  margin-right: 0rem !important;
}

.mr05 {
  margin-right: 0.5rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

@media screen and (max-width: 750px) {
  .mr05 {
    margin-right: 0.63vw !important;
  }
  .mr10 {
    margin-right: 1.25vw !important;
  }
  .mr15 {
    margin-right: 1.88vw !important;
  }
  .mr20 {
    margin-right: 2.5vw !important;
  }
  .mr25 {
    margin-right: 3.13vw !important;
  }
  .mr30 {
    margin-right: 3.75vw !important;
  }
  .mr40 {
    margin-right: 5vw !important;
  }
  .mr50 {
    margin-right: 6.25vw !important;
  }
  .mr60 {
    margin-right: 7.5vw !important;
  }
  .mr70 {
    margin-right: 8.75vw !important;
  }
  .mr80 {
    margin-right: 10vw !important;
  }
  .mr90 {
    margin-right: 11.25vw !important;
  }
  .mr100 {
    margin-right: 12.5vw !important;
  }
}
/* for SP */
/*===============================================================

	padding

===============================================================*/
.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 0.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .pt0 {
    padding-top: 0px !important;
  }
  .pt05 {
    padding-top: 0.47vw !important;
  }
  .pt10 {
    padding-top: 0.93vw !important;
  }
  .pt15 {
    padding-top: 1.4vw !important;
  }
  .pt20 {
    padding-top: 1.87vw !important;
  }
  .pt25 {
    padding-top: 2.34vw !important;
  }
  .pt30 {
    padding-top: 2.8vw !important;
  }
  .pt40 {
    padding-top: 3.74vw !important;
  }
  .pt50 {
    padding-top: 4.67vw !important;
  }
  .pt60 {
    padding-top: 5.61vw !important;
  }
  .pt70 {
    padding-top: 6.54vw !important;
  }
  .pt80 {
    padding-top: 7.48vw !important;
  }
  .pt90 {
    padding-top: 8.41vw !important;
  }
  .pt100 {
    padding-top: 9.35vw !important;
  }
  .pb05 {
    padding-bottom: 0.47vw !important;
  }
  .pb10 {
    padding-bottom: 0.93vw !important;
  }
  .pb15 {
    padding-bottom: 1.4vw !important;
  }
  .pb20 {
    padding-bottom: 1.87vw !important;
  }
  .pb25 {
    padding-bottom: 2.34vw !important;
  }
  .pb30 {
    padding-bottom: 2.8vw !important;
  }
  .pt05 {
    padding-top: 0.47vw !important;
  }
  .pt10 {
    padding-top: 0.93vw !important;
  }
  .pt15 {
    padding-top: 1.4vw !important;
  }
  .pt20 {
    padding-top: 1.87vw !important;
  }
  .pt25 {
    padding-top: 2.34vw !important;
  }
  .pt30 {
    padding-top: 2.8vw !important;
  }
  .pt40 {
    padding-top: 3.74vw !important;
  }
  .pt50 {
    padding-top: 4.67vw !important;
  }
  .pt60 {
    padding-top: 5.61vw !important;
  }
  .pt70 {
    padding-top: 6.54vw !important;
  }
  .pt80 {
    padding-top: 7.48vw !important;
  }
  .pt90 {
    padding-top: 8.41vw !important;
  }
  .pt100 {
    padding-top: 9.35vw !important;
  }
  .pb05 {
    padding-bottom: 0.47vw !important;
  }
  .pb10 {
    padding-bottom: 0.93vw !important;
  }
  .pb15 {
    padding-bottom: 1.4vw !important;
  }
  .pb20 {
    padding-bottom: 1.87vw !important;
  }
  .pb25 {
    padding-bottom: 2.34vw !important;
  }
  .pb30 {
    padding-bottom: 2.8vw !important;
  }
  .pb40 {
    padding-bottom: 3.74vw !important;
  }
  .pb50 {
    padding-bottom: 4.67vw !important;
  }
  .pb60 {
    padding-bottom: 5.61vw !important;
  }
  .pb70 {
    padding-bottom: 6.54vw !important;
  }
  .pb80 {
    padding-bottom: 7.48vw !important;
  }
  .pb90 {
    padding-bottom: 8.41vw !important;
  }
  .pb100 {
    padding-bottom: 9.35vw !important;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media screen and (max-width: 750px) {
  .pt05 {
    padding-top: 0.63vw !important;
  }
  .pt10 {
    padding-top: 1.25vw !important;
  }
  .pt15 {
    padding-top: 1.88vw !important;
  }
  .pt20 {
    padding-top: 2.5vw !important;
  }
  .pt25 {
    padding-top: 3.13vw !important;
  }
  .pt30 {
    padding-top: 3.75vw !important;
  }
  .pt40 {
    padding-top: 5vw !important;
  }
  .pt50 {
    padding-top: 6.25vw !important;
  }
  .pt60 {
    padding-top: 7.5vw !important;
  }
  .pt70 {
    padding-top: 8.75vw !important;
  }
  .pt80 {
    padding-top: 10vw !important;
  }
  .pt90 {
    padding-top: 11.25vw !important;
  }
  .pt100 {
    padding-top: 12.5vw !important;
  }
  .pt0_sp {
    padding-top: 0 !important;
  }
  .pt05_sp {
    padding-top: 0.63vw !important;
  }
  .pt10_sp {
    padding-top: 1.25vw !important;
  }
  .pt15_sp {
    padding-top: 1.88vw !important;
  }
  .pt20_sp {
    padding-top: 2.5vw !important;
  }
  .pt25_sp {
    padding-top: 3.13vw !important;
  }
  .pt30_sp {
    padding-top: 3.75vw !important;
  }
  .pt40_sp {
    padding-top: 5vw !important;
  }
  .pt50_sp {
    padding-top: 6.25vw !important;
  }
  .pt60_sp {
    padding-top: 7.5vw !important;
  }
  .pt70_sp {
    padding-top: 8.75vw !important;
  }
  .pt80_sp {
    padding-top: 10vw !important;
  }
  .pt90_sp {
    padding-top: 11.25vw !important;
  }
  .pt100_sp {
    padding-top: 12.5vw !important;
  }
  .pb05_sp {
    padding-bottom: 0.63vw !important;
  }
  .pb10_sp {
    padding-bottom: 1.25vw !important;
  }
  .pb15_sp {
    padding-bottom: 1.88vw !important;
  }
  .pb20_sp {
    padding-bottom: 2.5vw !important;
  }
  .pb25_sp {
    padding-bottom: 3.13vw !important;
  }
  .pb30_sp {
    padding-bottom: 3.75vw !important;
  }
  .pb40_sp {
    padding-bottom: 5vw !important;
  }
  .pb50_sp {
    padding-bottom: 6.25vw !important;
  }
  .pb60_sp {
    padding-bottom: 7.5vw !important;
  }
  .pb70_sp {
    padding-bottom: 8.75vw !important;
  }
  .pb80_sp {
    padding-bottom: 10vw !important;
  }
  .pb90_sp {
    padding-bottom: 11.25vw !important;
  }
  .pb100_sp {
    padding-bottom: 12.5vw !important;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
 padding-bottom
-------------------------------------------------------------*/
.pb0 {
  padding-bottom: 0rem !important;
}

.pb05 {
  padding-bottom: 0.5rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

@media screen and (max-width: 750px) {
  .pb05 {
    padding-bottom: 0.63vw !important;
  }
  .pb10 {
    padding-bottom: 1.25vw !important;
  }
  .pb15 {
    padding-bottom: 1.88vw !important;
  }
  .pb20 {
    padding-bottom: 2.5vw !important;
  }
  .pb25 {
    padding-bottom: 3.13vw !important;
  }
  .pb30 {
    padding-bottom: 3.75vw !important;
  }
  .pb40 {
    padding-bottom: 5vw !important;
  }
  .pb50 {
    padding-bottom: 6.25vw !important;
  }
  .pb60 {
    padding-bottom: 7.5vw !important;
  }
  .pb70 {
    padding-bottom: 8.75vw !important;
  }
  .pb80 {
    padding-bottom: 10vw !important;
  }
  .pb90 {
    padding-bottom: 11.25vw !important;
  }
  .pb100 {
    padding-bottom: 12.5vw !important;
  }
}
/* for SP */
/*-------------------------------------------------------------
 padding-left
-------------------------------------------------------------*/
.pl0 {
  padding-left: 0rem !important;
}

.pl05 {
  padding-left: 0.5rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

@media screen and (max-width: 750px) {
  .pl05 {
    padding-left: 0.63vw !important;
  }
  .pl10 {
    padding-left: 1.25vw !important;
  }
  .pl15 {
    padding-left: 1.88vw !important;
  }
  .pl20 {
    padding-left: 2.5vw !important;
  }
  .pl25 {
    padding-left: 3.13vw !important;
  }
  .pl30 {
    padding-left: 3.75vw !important;
  }
  .pl40 {
    padding-left: 5vw !important;
  }
  .pl50 {
    padding-left: 6.25vw !important;
  }
  .pl60 {
    padding-left: 7.5vw !important;
  }
  .pl70 {
    padding-left: 8.75vw !important;
  }
  .pl80 {
    padding-left: 10vw !important;
  }
  .pl90 {
    padding-left: 11.25vw !important;
  }
  .pl100 {
    padding-left: 12.5vw !important;
  }
}
/* for SP */
/*-------------------------------------------------------------
 padding-right
-------------------------------------------------------------*/
.pr0 {
  padding-right: 0rem !important;
}

.pr05 {
  padding-right: 0.5rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

@media screen and (max-width: 750px) {
  .pr05 {
    padding-right: 0.63vw !important;
  }
  .pr10 {
    padding-right: 1.25vw !important;
  }
  .pr15 {
    padding-right: 1.88vw !important;
  }
  .pr20 {
    padding-right: 2.5vw !important;
  }
  .pr25 {
    padding-right: 3.13vw !important;
  }
  .pr30 {
    padding-right: 3.75vw !important;
  }
  .pr40 {
    padding-right: 5vw !important;
  }
  .pr50 {
    padding-right: 6.25vw !important;
  }
  .pr60 {
    padding-right: 7.5vw !important;
  }
  .pr70 {
    padding-right: 8.75vw !important;
  }
  .pr80 {
    padding-right: 10vw !important;
  }
  .pr90 {
    padding-right: 11.25vw !important;
  }
  .pr100 {
    padding-right: 12.5vw !important;
  }
}
/* for SP */
/*===============================================================
	フォント
===============================================================*/
.roboto {
  font-family: 'Roboto', sans-serif;
}

.roboto-regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*===============================================================
	font
===============================================================*/
/*-------------------------------------------------------------
フォントサイズ
-------------------------------------------------------------*/
.fs_bass {
  font-size: 16px;
}

.fs_xs {
  font-size: 10px;
}

.fs_sm {
  font-size: 14px;
}

.fs_md {
  font-size: 18px;
}

.fs_lg {
  font-size: 20px;
}

.fs_xl {
  font-size: 25px;
}

.fs_xxl {
  font-size: 30px;
}

.fs_xxxl {
  font-size: 35px;
}

/* for TABLET */
/* SP */
@media screen and (max-width: 750px) {
  .fs_bass {
    font-size: 4vw;
  }
  .fs_xs {
    font-size: 3.2vw;
  }
  .fs_sm {
    font-size: 3.8vw;
  }
  .fs_md {
    font-size: 4.2vw;
  }
  .fs_lg {
    font-size: 4.2vw;
  }
  .fs_xl {
    font-size: 4.5vw;
  }
  .fs_xxl {
    font-size: 4.5vw;
  }
  .fs_xxxl {
    font-size: 5vw;
  }
}
/* for SP */
/*-------------------------------------------------------------
line-height
-------------------------------------------------------------*/
.lh_20 {
  line-height: 2;
}

.lh_19 {
  line-height: 1.9;
}

.lh_18 {
  line-height: 1.8;
}

.lh_17 {
  line-height: 1.7;
}

.lh_16 {
  line-height: 1.6;
}

.lh_15 {
  line-height: 1.5;
}

.lh_14 {
  line-height: 1.4;
}

.lh_13 {
  line-height: 1.3;
}

.lh_12 {
  line-height: 1.2;
}

.lh_11 {
  line-height: 1.1;
}

.lh_10 {
  line-height: 1;
}

/*===============================================================
	_grid.scss
===============================================================*/
.grid_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_wrp.grid_wrp_justify_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid_wrp .grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_wrp .grid_1_1 {
  width: 100%;
}
.grid_wrp .grid_2_1 {
  width: calc((100% - 30px) / 2);
}
.grid_wrp .grid_3_1 {
  width: calc((100% - 30px * 2) / 3);
  /* 40px * 2 = 80px */
}
.grid_wrp .grid_3_2 {
  width: calc(100% - (100% - 30px * 2) / 3 - 30px);
}
.grid_wrp .grid_4_1 {
  width: calc((100% - 30px * 3) / 4);
  /* 40px * 3 = 120px */
}
.grid_wrp .grid_5_1 {
  width: calc((100% - 30px * 2) / 5);
  /* 20px * 4 = 80px */
}
.grid_wrp .grid_6_1 {
  width: calc((100% - 30px * 5) / 6);
  /* 50px * 5 = 100px */
}
.grid_wrp.grid_wrp3:after,
.grid_wrp.grid_wrp4:after,
.grid_wrp.grid_wrp4:before,
.grid_wrp.grid_wrp5:after,
.grid_wrp.grid_wrp5:before {
  content: '';
  display: block;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.grid_wrp.grid_wrp3:after {
  width: calc((100% - 30px * 2) / 3);
}
.grid_wrp.grid_wrp4:after,
.grid_wrp.grid_wrp4:before {
  width: calc((100% - 30px * 3) / 4);
}
.grid_wrp.grid_wrp5:after,
.grid_wrp.grid_wrp5:before {
  width: calc((100% - 30px * 2) / 5);
}
@media screen and (max-width: 750px) {
  .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_wrp.grid_wrp3:after {
    width: calc((100% - 80px) / 3);
  }
  .grid_wrp.grid_wrp4:after,
  .grid_wrp.grid_wrp4:before {
    width: calc((100% - 120px) / 4);
  }
  .grid_wrp.grid_wrp5:after,
  .grid_wrp.grid_wrp5:before {
    width: calc((100% - 80px) / 5);
  }
  .grid_wrp .sp_grid_1 {
    width: 100% !important;
  }
}

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

	seciton
	headlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的な親要素。
	幅はsection_innerに記述する

===============================================================*/
.section_wrp {
  display: block;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section {
  width: 100%;
}

.section_inner {
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .section_inner {
    padding-top: 10vw;
    padding-bottom: 12vw;
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

	content
	個別のコンテンツ

===============================================================*/
.content + .content {
  margin-top: 80px;
}

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

.content + .headline {
  margin-top: 50px;
}

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

.content_title + .content {
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 750px) {
  .content + .content {
    margin-top: 8vw;
  }
  .headline + .content {
    margin-top: 4vw;
  }
  .content + .headline {
    margin-top: 5vw;
  }
  .content .content + *,
  .content * + .content {
    margin-top: 4vw;
  }
  .content_title + .content {
    margin-top: 0;
  }
}
/* for SP */
/*===============================================================

    block_title

===============================================================*/
.block_title {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_title + .block_title {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .block_title + .block_title {
    margin-top: 2.4vw;
  }
}

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

	_utils.scss 2021/9/24

===============================================================*/
.align_center {
  text-align: center !important;
}

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

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

@media only screen and (max-width: 750px) {
  .sp_align_center {
    text-align: center !important;
  }
  .sp_align_right {
    text-align: right !important;
  }
  .sp_align_left {
    text-align: left !important;
  }
}
/* for SP  */
/*===============================================================

	フロート関係

===============================================================*/
.clear {
  width: 100%;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

.cf:before,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flol {
  float: left;
}

.flor {
  float: right;
}

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

	PC/SP/TABLET

===============================================================*/
.sp {
  display: none;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.sp_tablet {
  display: none;
}

.none {
  display: none !important;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .pc {
    display: none;
  }
  .tablet,
  .pc_tablet,
  .sp_tablet {
    display: block;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc_tablet,
  .tablet {
    display: none;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	font
-------------------------------------------------------------*/
.font_ss {
  font-size: smaller;
  font-size: 70%;
}

.font_s {
  font-size: small;
  font-size: 80%;
}

.font_m {
  font-size: medium;
  font-size: 90%;
}

.font_l {
  font-size: large;
  font-size: 120%;
}

.font_xl {
  font-size: larger;
  font-size: 140%;
}

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

	img fig

===============================================================*/
.fig img,
.fitimg img,
.photo img {
  width: 100%;
  height: auto;
}

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

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

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	multilinkarea

===============================================================*/
.multilinkarea {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.multilinkarea.hover {
  opacity: 0.8;
}

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

	リンク非活性

===============================================================*/
.deactivate,
.deactivate a {
  pointer-events: none;
}

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

	レイアウト
	_rayout.scss

===============================================================*/
.max_width {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1900px) {
  .max_width {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1170px) {
  .max_width {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 750px) {
  .max_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.large_x_width {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1650px) {
  .large_x_width {
    padding: 0 5rem;
  }
  .max_width .large_x_width {
    padding: 0;
  }
}
@media screen and (max-width: 1170px) {
  .large_x_width {
    padding: 0 3rem;
  }
  .max_width .large_x_width {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .large_x_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.large_width {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1550px) {
  .large_width {
    padding: 0 50px;
  }
  .max_width .large_width,
  .wide_width .large_width {
    padding: 0;
  }
}
@media screen and (max-width: 1170px) {
  .large_width {
    padding: 0 50px;
  }
  .max_width .large_width,
  .wide_width .large_width {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .large_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.content_width {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_width {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .btn_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.absolute_full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/*===============================================================
	色
===============================================================*/
.page_game .course_color {
  color: #f52d56;
}

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

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

.page_media .course_color {
  color: #fe6f06;
}

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

.page_game .bg_course_color {
  background: #f52d56;
}

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

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

.page_media .bg_course_color {
  background: #fe6f06;
}

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

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

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

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

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

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

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

グラデテキスト

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

page_world

===============================================================*/
.page_world {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  //page_world
  ===============================================================*/
}
.page_world .footer {
  padding-top: 1px;
}
.page_world .footer_dr {
  display: none;
}
.page_world .main_event .inner_right {
  width: 100%;
}
/*===============================================================

	world_kv2024

===============================================================*/
.world_kv2024 {
  position: relative;
  min-height: calc(100vh - 153px);
  /*===============================================================
  bg_photo
  ===============================================================*/
  /*===============================================================
  	video-background
  ===============================================================*/
  /* Container for the video background */
  /* Style the video element to cover the entire background */
  /*===============================================================
  txt_block
  ===============================================================*/
  /*===============================================================
  course_list
  ===============================================================*/
}
.page_game .world_kv2024 {
  background-color: #f52d56;
}
.page_esports .world_kv2024 {
  background-color: #32a254;
}
.page_aiit .world_kv2024 {
  background-color: #023eb3;
}
.page_media .world_kv2024 {
  background-color: #fe6f06;
}
.page_design .world_kv2024 {
  background-color: #6700ae;
}
@media screen and (max-width: 750px) {
  .world_kv2024 {
    min-height: calc(100vh - 99px);
    min-height: calc(58vh - 99px);
  }
}
.world_kv2024 .bg_photo img {
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100vh - 153px);
}
@media screen and (max-width: 750px) {
  .world_kv2024 .bg_photo img {
    -o-object-fit: cover;
    object-fit: cover;
    height: calc(100vh - 99px);
    height: calc(67vh - 99px);
    height: calc(58vh - 99px);
  }
}
.world_kv2024 .video-background {
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  /* Ensure the video is behind other content */
}
.world_kv2024 #background-video {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* Ensures the video covers the entire container */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.world_kv2024 .txt_block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 50px 0;
}
.world_kv2024 .txt_block::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#8deaff), to(#1f70cf));
  background: linear-gradient(to bottom, #8deaff 0%, #1f70cf 100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}
.world_kv2024 .txt_block .inner_1350 {
  position: relative;
  z-index: 2;
}
.world_kv2024 .txt_block .title_ja {
  font-size: 25px;
  line-height: 1;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.world_kv2024 .txt_block .title_en {
  font-size: 110px;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .world_kv2024 .txt_block {
    padding: 5vw 0;
  }
  .world_kv2024 .txt_block .title_ja {
    font-size: 3.5vw;
  }
  .world_kv2024 .txt_block .title_en {
    font-size: 8vw;
    margin-top: 2vw;
  }
}
.world_kv2024 .course_list_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.world_kv2024 .course_list_wrp .course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.world_kv2024 .course_list_wrp .course_list + .course_list {
  margin-right: 0;
}
.world_kv2024 .course_list_wrp .course_list li {
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.world_kv2024 .course_list_wrp .course_list .year {
  color: #fff;
  background-color: #000;
  padding: 10px 10px;
}
.world_kv2024 .course_list_wrp .course_list .course_name {
  margin-right: 5px;
}
.world_kv2024 .course_list_wrp .course_list a {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  padding: 10px 35px 10px 20px;
  background-color: #023eb3;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.world_kv2024 .course_list_wrp .course_list a::after {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 13px;
  margin: auto;
  border: solid 3px #fff;
  width: 8px;
  height: 8px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
  transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.world_kv2024 .course_list_wrp .course_list a:hover {
  color: #023eb3;
  background-color: #fff !important;
}
.world_kv2024 .course_list_wrp .course_list a:hover::after {
  right: 6px;
}
@media screen and (max-width: 750px) {
  .world_kv2024 .course_list_wrp {
    padding-top: 1vw;
  }
  .world_kv2024 .course_list_wrp .course_list {
    margin-right: 3vw;
    margin-top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .world_kv2024 .course_list_wrp .course_list + .course_list {
    margin-right: 0;
  }
  .world_kv2024 .course_list_wrp .course_list li {
    font-size: 3.2vw;
    line-height: 1;
    margin-top: 0.5vw;
  }
  .world_kv2024 .course_list_wrp .course_list .year {
    color: #fff;
    background-color: #000;
    padding: 2vw;
  }
  .world_kv2024 .course_list_wrp .course_list a {
    font-size: 3.2vw;
    padding: 2vw 5vw 2vw 2vw;
  }
  .world_kv2024 .course_list_wrp .course_list a::after {
    top: 2px;
    right: 8px;
    width: 5px;
    height: 5px;
    border-width: 2px;
  }
}

@media screen and (max-width: 750px) {
  .view_popup {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .course_list_wrp .course_list.view_popup a {
    background-color: #fff !important;
  }
  .course_list_wrp .course_list.view_popup a::after {
    right: 4px;
  }
}
/*===============================================================

バリエーション

===============================================================*/
.page_game .world_kv2024 .txt_block::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#e80053), color-stop(101.52%, #fb3a8b), color-stop(104.19%, #e20856));
  background: linear-gradient(360deg, #e80053 0%, #fb3a8b 101.52%, #e20856 104.19%);
  mix-blend-mode: soft-light;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .page_game .world_kv2024 .txt_block::before {
    opacity: 0;
  }
}
.page_game .world_kv2024 .course_list_wrp .course_list a {
  background-color: #f52d56;
}
.page_game .world_kv2024 .course_list_wrp .course_list a:hover {
  color: #f52d56;
}
.page_game .world_kv2024 .course_list_wrp .course_list a:hover::after {
  border-color: #f52d56;
}
@media screen and (max-width: 750px) {
  .page_game .world_kv2024 .course_list_wrp .course_list.view_popup a {
    color: #f52d56;
    border-color: #f52d56;
  }
  .page_game .world_kv2024 .course_list_wrp .course_list.view_popup a::after {
    border-color: #f52d56;
  }
}
.page_esports .world_kv2024 .txt_block::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 222, 79, 0.894118)), color-stop(50%, rgba(39, 171, 89, 0.947059)), to(#007863));
  background: linear-gradient(180deg, rgba(77, 222, 79, 0.894118) 0%, rgba(39, 171, 89, 0.947059) 50%, #007863 100%);
  mix-blend-mode: screen;
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .page_esports .world_kv2024 .txt_block::before {
    opacity: 0;
  }
}
.page_esports .world_kv2024 .course_list_wrp .course_list a {
  background-color: #32a254;
}
.page_esports .world_kv2024 .course_list_wrp .course_list a:hover {
  color: #32a254;
}
.page_esports .world_kv2024 .course_list_wrp .course_list a:hover::after {
  border-color: #32a254;
}
@media screen and (max-width: 750px) {
  .page_esports .world_kv2024 .course_list_wrp .course_list.view_popup a {
    color: #32a254;
    border-color: #32a254;
  }
  .page_esports .world_kv2024 .course_list_wrp .course_list.view_popup a::after {
    border-color: #32a254;
  }
}
.page_aiit .world_kv2024 .txt_block::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#8deaff), to(#1f70cf));
  background: linear-gradient(to bottom, #8deaff 0%, #1f70cf 100%);
}
@media screen and (max-width: 750px) {
  .page_aiit .world_kv2024 .txt_block::before {
    opacity: 0;
  }
}
.page_aiit .world_kv2024 .course_list_wrp .course_list a {
  background-color: #023eb3;
}
.page_aiit .world_kv2024 .course_list_wrp .course_list a:hover {
  color: #023eb3;
}
.page_aiit .world_kv2024 .course_list_wrp .course_list a:hover::after {
  border-color: #023eb3;
}
@media screen and (max-width: 750px) {
  .page_aiit .world_kv2024 .course_list_wrp .course_list.view_popup a {
    color: #023eb3;
    border-color: #023eb3;
  }
  .page_aiit .world_kv2024 .course_list_wrp .course_list.view_popup a::after {
    border-color: #023eb3;
  }
}
@media screen and (max-width: 750px) {
  .page_aiit .world_kv2024 .bg_photo img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
}

.page_media .world_kv2024 .txt_block::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(19.5%, #eb662d), to(#ffb950));
  background: linear-gradient(270deg, #eb662d 19.5%, #ffb950 100%);
  mix-blend-mode: normal;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .page_media .world_kv2024 .txt_block::before {
    opacity: 0;
  }
}
.page_media .world_kv2024 .course_list_wrp .course_list a {
  background-color: #fe6f06;
}
.page_media .world_kv2024 .course_list_wrp .course_list a:hover {
  color: #fe6f06;
}
.page_media .world_kv2024 .course_list_wrp .course_list a:hover::after {
  border-color: #fe6f06;
}
@media screen and (max-width: 750px) {
  .page_media .world_kv2024 .course_list_wrp .course_list.view_popup a {
    color: #fe6f06;
    border-color: #fe6f06;
  }
  .page_media .world_kv2024 .course_list_wrp .course_list.view_popup a::after {
    border-color: #fe6f06;
  }
}

.page_design .world_kv2024 .txt_block::before {
  mix-blend-mode: soft-light;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.13%, #5418c5), color-stop(51.94%, #6700ae), color-stop(110%, #632dff));
  background: linear-gradient(180deg, #5418c5 -6.13%, #6700ae 51.94%, #632dff 110%);
}
@media screen and (max-width: 750px) {
  .page_design .world_kv2024 .txt_block::before {
    opacity: 0;
  }
}
.page_design .world_kv2024 .course_list_wrp .course_list a {
  background-color: #6700ae;
}
.page_design .world_kv2024 .course_list_wrp .course_list a:hover {
  color: #6700ae;
}
.page_design .world_kv2024 .course_list_wrp .course_list a:hover::after {
  border-color: #6700ae;
}
@media screen and (max-width: 750px) {
  .page_design .world_kv2024 .course_list_wrp .course_list.view_popup a {
    color: #6700ae;
    border-color: #6700ae;
  }
  .page_design .world_kv2024 .course_list_wrp .course_list.view_popup a::after {
    border-color: #6700ae;
  }
}

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

page_world

===============================================================*/
.page_world {
  /*-------------------------------------------------------------
  grid_wrp
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  block
  -------------------------------------------------------------*/
  /*===============================================================
  //page_world
  ===============================================================*/
}
.page_world .grid_wrp {
  margin-top: -30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page_world .grid_wrp .grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
.page_world .grid_wrp .grid .grid_wrp {
  margin-top: -15px;
}
.page_world .grid_wrp .grid .grid {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .page_world .grid_wrp {
    margin-top: -5vw;
  }
  .page_world .grid_wrp .grid {
    margin-top: 5vw;
  }
  .page_world .grid_wrp .grid .grid_wrp {
    margin-top: -3vw;
  }
  .page_world .grid_wrp .grid .grid {
    margin-top: 3vw;
  }
}
.page_world .block + .block_title {
  margin-top: 100px;
}
.block_title + .page_world .block {
  margin-top: 60px;
}
.page_world .block + .block {
  margin-top: 30px;
}
.page_world .block p + p {
  margin-top: 1em;
}
@media screen and (max-width: 1070px) {
  .page_world .block + .block_title {
    margin-top: 80px;
  }
  .page_world .block + .block {
    margin-top: 20px;
  }
  .page_world .block p + p {
    margin-top: 1em;
  }
}
@media screen and (max-width: 750px) {
  .page_world .block + .block_title {
    margin-top: 10vw;
  }
  .block_title + .page_world .block {
    margin-top: 5vw;
  }
  .page_world .block + .block {
    margin-top: 5vw;
  }
}
.page_world .block_title {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.page_world .block_title + .page_world .block_title {
  margin-top: 16px;
}
.page_world .block_title + .block {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .page_world .block_title + .page_world .block_title {
    margin-top: 2.4vw;
  }
  .page_world .block_title + .block {
    margin-top: 5vw;
  }
}

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

world_headline

===============================================================*/
.world_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /* SP */
  /* for SP */
}
.world_headline::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 5px;
  border-bottom: dashed 1px #000;
  width: calc(100% - 30em);
}
.section_world_feature .world_headline::after {
  width: calc(100% - 15em);
}
.section_world_course_menu .world_headline::after {
  width: calc(100% - 14em);
}
.section_world_about .world_headline::after {
  width: calc(100% - 12em);
}
.section_world_w_major .world_headline::after {
  width: calc(100% - 18em);
}
.world_headline .title {
  font-size: 58px;
  line-height: 1;
  font-weight: bold;
}
.world_headline .subtitle {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .world_headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .world_headline::after {
    width: 100%;
    bottom: auto;
    top: 0;
    border-bottom: 0;
    display: none;
  }
  .world_headline .title {
    font-size: 8vw;
    line-height: 8vw;
  }
  .world_headline .subtitle {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
}

.page_design .section_world_about .bg_course_color {
  background-color: #971dea;
}

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

world_lead

===============================================================*/
.world_lead {
  letter-spacing: 0.1em;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.world_lead span {
  font-size: 45px;
  line-height: 1.4;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 0.2em;
}
.world_lead span + span {
  margin-top: 5px;
}
.world_headline + .world_lead {
  margin-top: 80px;
}
.world_lead .bg_course_color,
.world_lead .bg_gradient {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .world_lead {
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .world_lead span {
    font-size: 5vw;
  }
  .world_lead span + span {
    margin-top: 1vw;
  }
  .world_headline + .world_lead {
    margin-top: 5vw;
  }
  .world_lead .bg_course_color,
  .world_lead .bg_gradient {
    padding: 0.1em 0;
  }
  .world_lead .bg_gradient {
    line-height: 1.7;
  }
}
.world_lead + .lead {
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .world_lead + .lead {
    font-size: 4vw;
  }
}

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

section_world_about

===============================================================*/
.section_world_about {
  position: relative;
  color: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  strength
  -------------------------------------------------------------*/
  /*===============================================================
  //world_about
  ===============================================================*/
}
.section_world_about .section_inner {
  position: relative;
  z-index: 2;
}
.section_world_about::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.section_world_about .world_headline::after {
  border-bottom: dashed 1px #fff;
}
.section_world_about .world_headline .subtitle {
  color: #fff;
}
.section_world_about .lead {
  margin-top: 30px;
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .section_world_about {
    padding: 0 0 8vw 0;
  }
  .section_world_about .section_inner {
    padding-top: 3vw;
  }
  .section_world_about .world_headline {
    display: none;
  }
  .section_world_about .world_headline + .world_lead {
    margin-top: 3vw;
  }
  .section_world_about .lead {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.section_world_about .strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_world_about .strength .item {
  width: calc((100% - 100px) / 3);
}
.section_world_about .strength .icon_x {
  width: 50px;
  position: relative;
}
.section_world_about .strength .icon_x::after,
.section_world_about .strength .icon_x::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  background-color: #fff;
}
.section_world_about .strength .icon_x::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section_world_about .strength .icon_x::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section_world_about .strength .txt_block {
  background-color: #fff;
  padding: 20px;
  padding-top: 0;
}
.section_world_about .strength .txt_block .title {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  min-height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_world_about .strength .txt_block p {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 0;
  min-height: 4.5em;
}
@media screen and (max-width: 1070px) {
  .section_world_about .strength .txt_block .title {
    font-size: 28px;
  }
  .section_world_about .strength .txt_block p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .section_world_about .strength {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5vw;
  }
  .section_world_about .strength .item {
    width: 100%;
  }
  .section_world_about .strength .icon_x {
    width: 10vw;
    height: 10vw;
  }
  .section_world_about .strength .txt_block {
    padding: 5vw;
  }
  .section_world_about .strength .txt_block .title {
    font-size: 5vw;
    min-height: inherit;
  }
  .section_world_about .strength .txt_block p {
    font-size: 3.5vw;
    min-height: inherit;
    margin-top: 1em;
  }
}
.page_game .section_world_about::after {
  background-color: rgba(232, 0, 83, 0.9);
}
.page_game .section_world_about .strength {
  color: #f52d56;
}
.page_esports .section_world_about::after {
  background-color: rgba(15, 150, 85, 0.9);
}
.page_esports .section_world_about .world_lead .bg_gradient {
  background: #4dde4f !important;
}
.page_esports .section_world_about .strength {
  color: #32a254;
}
.page_esports .section_world_about .lead {
  text-align: center;
}
.page_esports .section_world_about .img {
  border: solid 10px #fff;
}
.page_esports .section_world_about .img a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.page_esports .section_world_about .img a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1070px) {
  .page_esports .section_world_about .lead {
    text-align: left;
  }
}
.page_aiit .section_world_about::after {
  background-color: rgba(2, 38, 107, 0.9);
}
.page_aiit .section_world_about .strength {
  color: #023eb3;
}
.page_media .section_world_about::after {
  background-color: rgba(255, 125, 31, 0.9);
}
.page_media .section_world_about .strength {
  color: #fe6f06;
}
.page_design .section_world_about::after {
  background-color: rgba(103, 0, 174, 0.9);
}
.page_design .section_world_about .strength {
  color: #6700ae;
}

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

section_world_jikei_team

===============================================================*/
.section_world_jikei_team {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 222, 79, 0.894118)), color-stop(50%, rgba(39, 171, 60, 0.947059)), to(#00783e));
  background: linear-gradient(180deg, rgba(77, 222, 79, 0.894118) 0%, rgba(39, 171, 60, 0.947059) 50%, #00783e 100%);
  color: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  //section_world_jikei_team
  ===============================================================*/
}
.section_world_jikei_team .japan_map {
  mix-blend-mode: multiply;
  margin-top: -30px;
}
.section_world_jikei_team .txt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 30px;
}
.section_world_jikei_team .block_upper {
  background: -webkit-gradient(linear, left top, right top, from(#27ab59), to(#4dde4f));
  background: linear-gradient(90deg, #27ab59 0%, #4dde4f 100%);
}
.section_world_jikei_team .block_downer {
  background: -webkit-gradient(linear, left top, right top, from(#4dde4f), to(#27ab59));
  background: linear-gradient(90deg, #4dde4f 0%, #27ab59 100%);
}
.section_world_jikei_team .logos_block {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.section_world_jikei_team .logos_block .logos {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .section_world_jikei_team .section_inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .section_world_jikei_team .japan_map {
    margin-top: -5vw;
  }
  .section_world_jikei_team .txt {
    font-size: 4vw;
    padding: 3vw;
  }
  .section_world_jikei_team .block_upper {
    background: -webkit-gradient(linear, left top, right top, from(#27ab59), to(#4dde4f));
    background: linear-gradient(90deg, #27ab59 0%, #4dde4f 100%);
  }
  .section_world_jikei_team .block_downer {
    background: -webkit-gradient(linear, left top, right top, from(#4dde4f), to(#27ab59));
    background: linear-gradient(90deg, #4dde4f 0%, #27ab59 100%);
  }
  .section_world_jikei_team .logos_block {
    display: block;
    padding: 3vw;
  }
  .section_world_jikei_team .logos_block .logos {
    width: 100%;
    padding: 0;
  }
  .section_world_jikei_team .logos_block .logos + .logos {
    padding-top: 2vw;
  }
}

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

section_panf_guide

===============================================================*/
.section_panf_guide {
  padding: 50px 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_panf_guide .inner_1350 {
  background-color: #fff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_panf_guide a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_panf_guide a:hover {
  opacity: 0.8;
}
.section_panf_guide .img_block,
.section_panf_guide .txt_block {
  width: 50%;
  padding: 0 100px;
}
.section_panf_guide .txt_block .title {
  font-size: 30px;
  color: #fa0f0c;
}
.section_panf_guide .txt_block p {
  font-size: 18px;
}
.section_panf_guide .img_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_panf_guide .img_block .panf {
  width: calc((100% - 20px) / 2);
}
.section_panf_guide .img_block .panf img {
  border: solid 1px #ccc;
  padding: 5px;
}
@media screen and (max-width: 1450px) {
  .section_panf_guide {
    padding: 50px;
  }
  .section_panf_guide .img_block,
  .section_panf_guide .txt_block {
    padding: 0 0;
  }
}
@media screen and (max-width: 750px) {
  .section_panf_guide {
    padding: 5vw;
  }
  .section_panf_guide .inner_1350 {
    background-color: #fff;
    padding: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section_panf_guide .img_block,
  .section_panf_guide .txt_block {
    width: 100%;
    padding: 0;
  }
  .section_panf_guide .txt_block .title {
    font-size: 5vw;
  }
  .section_panf_guide .txt_block p {
    font-size: 3.5vw;
  }
  .section_panf_guide .img_block {
    margin-top: 5vw;
  }
  .section_panf_guide .img_block .panf {
    width: calc((100% - 3vw) / 2);
  }
}

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

section_world_course_menu

===============================================================*/
.section_world_course_menu {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  //section_world_course_menu
  ===============================================================*/
}
/*===============================================================

block_course_menu

===============================================================*/
.block_course_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -80px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  header_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  course_name_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  txt_block
  -------------------------------------------------------------*/
  /*===============================================================
  バリエーション
  ===============================================================*/
  /*===============================================================
  //block_course_menu
  ===============================================================*/
}
.block_course_menu .course_item {
  width: 48.3%;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .block_course_menu {
    margin-top: -8vw;
  }
  .block_course_menu .course_item {
    width: 100%;
    margin-top: 8vw;
  }
}
.block_course_menu .header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 15px 20px;
  background-color: #f52d56;
  /* タブレット */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_course_menu .header_block .world_subject li {
  font-size: 17px;
  line-height: 1.4;
}
.block_course_menu .header_block .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block_course_menu .header_block .tags li {
  font-size: 24px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
}
.block_course_menu .header_block .year {
  color: #000;
  background: #fff;
  border-radius: 3px;
  margin-right: 5px;
}
.block_course_menu .header_block .type {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1350px) {
  .block_course_menu .header_block {
    padding: 10px 15px;
  }
  .block_course_menu .header_block .world_subject li {
    font-size: 14px;
  }
  .block_course_menu .header_block .tags li {
    font-size: 15px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1070px) {
  .block_course_menu .header_block .world_subject li {
    font-size: 13px;
  }
  .block_course_menu .header_block .tags li {
    font-size: 14px;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 750px) {
  .block_course_menu .header_block {
    padding: 2vw 4vw;
  }
  .block_course_menu .header_block .world_subject li {
    font-size: 3vw;
  }
  .block_course_menu .header_block .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_course_menu .header_block .tags li {
    font-size: 3vw;
    padding: 1vw 0;
    width: 8em;
    text-align: center;
    border-radius: 0;
  }
  .block_course_menu .header_block .year {
    margin-right: 0;
  }
}
.block_course_menu .course_name_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_course_menu .course_name_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: #f52d56;
}
.block_course_menu .course_name_block a.hover .btn_icon::before,
.block_course_menu .course_name_block a:hover .btn_icon::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
  transform: translate3d(0, 0, 0) scale(1) rotate(45deg) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.block_course_menu .course_name_block a.hover .btn_icon::after,
.block_course_menu .course_name_block a:hover .btn_icon::after {
  -webkit-transform: translate3d(0, 0, 0) scale(1) !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  transition:
    transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1),
    -webkit-transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.block_course_menu .course_name_block a.hover .btn_icon::before,
.block_course_menu .course_name_block a:hover .btn_icon::before {
  border-color: #fff !important;
}
@media screen and (max-width: 1070px) {
  .block_course_menu .course_name_block a {
    padding: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .block_course_menu .course_name_block a {
    padding: 4vw 4vw;
    font-size: 4.5vw;
  }
}
.block_course_menu .txt_block {
  padding: 20px 50px 0 50px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_course_menu .txt_block .lead {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
.block_course_menu .txt_block .job_list {
  margin-top: 20px;
  border: solid 1px #ccc;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block_course_menu .txt_block .job_list .title {
  font-size: 15px;
  font-weight: bold;
  width: 110px;
}
.block_course_menu .txt_block .job_list .job_name {
  width: calc(100% - 110px);
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 1070px) {
  .block_course_menu .txt_block {
    padding: 20px 20px 0 20px;
  }
  .block_course_menu .txt_block .lead {
    font-size: 16px;
  }
  .block_course_menu .txt_block .job_list .title {
    font-size: 14px;
  }
  .block_course_menu .txt_block .job_list .job_name {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .block_course_menu .txt_block {
    padding: 3vw;
  }
  .block_course_menu .txt_block .lead {
    font-size: 4vw;
  }
  .block_course_menu .txt_block .job_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3vw;
  }
  .block_course_menu .txt_block .job_list .title {
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
  .block_course_menu .txt_block .job_list .job_name {
    width: 100%;
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}
.block_course_menu.course_game .course_name_block a,
.block_course_menu.course_game .header_block {
  background-color: #f52d56;
}
.block_course_menu.course_game .btn_icon::before {
  border-top: 1px solid #f52d56;
  border-right: 1px solid #f52d56;
}
.block_course_menu.course_game .btn_icon::after {
  background-color: #f52d56;
}
.block_course_menu.course_game .job_list .title {
  color: #f52d56;
}
.block_course_menu.course_esports .course_name_block a,
.block_course_menu.course_esports .header_block {
  background-color: #32a254;
}
.block_course_menu.course_esports .btn_icon::before {
  border-top: 1px solid #32a254;
  border-right: 1px solid #32a254;
}
.block_course_menu.course_esports .btn_icon::after {
  background-color: #32a254;
}
.block_course_menu.course_esports .job_list .title {
  color: #32a254;
}
.block_course_menu.course_aiit .course_name_block a,
.block_course_menu.course_aiit .header_block {
  background-color: #023eb3;
}
.block_course_menu.course_aiit .btn_icon::before {
  border-top: 1px solid #023eb3;
  border-right: 1px solid #023eb3;
}
.block_course_menu.course_aiit .btn_icon::after {
  background-color: #023eb3;
}
.block_course_menu.course_aiit .job_list .title {
  color: #023eb3;
}
.block_course_menu.course_media .course_name_block a,
.block_course_menu.course_media .header_block {
  background-color: #fe6f06;
}
.block_course_menu.course_media .btn_icon::before {
  border-top: 1px solid #fe6f06;
  border-right: 1px solid #fe6f06;
}
.block_course_menu.course_media .btn_icon::after {
  background-color: #fe6f06;
}
.block_course_menu.course_media .job_list .title {
  color: #fe6f06;
}
.block_course_menu.course_design .course_name_block a,
.block_course_menu.course_design .header_block {
  background-color: #6700ae;
}
.block_course_menu.course_design .btn_icon::before {
  border-top: 1px solid #6700ae;
  border-right: 1px solid #6700ae;
}
.block_course_menu.course_design .btn_icon::after {
  background-color: #6700ae;
}
.block_course_menu.course_design .job_list .title {
  color: #6700ae;
}

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

section_world_feature

===============================================================*/
.section_world_feature {
  background-color: #eee;
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  block_result
  -------------------------------------------------------------*/
  /*===============================================================
  //section_world_feature
  ===============================================================*/
}
.section_world_feature .section_inner {
  position: relative;
  z-index: 2;
}
.section_world_feature .block_result {
  padding: 30px 50px;
  border: solid 1px #666;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_world_feature .block_result .title,
.section_world_feature .block_result .txt {
  font-size: 20px;
  font-weight: normal;
}
.section_world_feature .block_result .txt {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .section_world_feature .block_result {
    padding: 5vw;
  }
  .section_world_feature .block_result .title,
  .section_world_feature .block_result .txt {
    font-size: 3.5vw;
  }
  .section_world_feature .block_result .txt {
    margin-top: 2vw;
  }
}

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

block_world_feature

===============================================================*/
.block_world_feature {
  background-color: #fff;
  margin-top: 80px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  headline_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  body_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  block_step
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  bnr_img
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  grid_wrp_icon
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  grid_icon
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  software
  -------------------------------------------------------------*/
  /*===============================================================
  //block_world_feature
  ===============================================================*/
}
@media screen and (max-width: 750px) {
  .block_world_feature {
    margin-top: 5vw;
  }
}
.block_world_feature .headline_block {
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_world_feature .headline_block .title {
  background-color: #000;
  color: #fff;
  padding: 20px 50px;
  max-width: calc(100% - 250px);
  position: relative;
  letter-spacing: 0.1em;
}
.block_world_feature .headline_block .title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  width: 60px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.block_world_feature .headline_block .title span {
  font-size: 22px;
  font-weight: normal;
}
.block_world_feature .headline_block .title strong {
  font-size: 30px;
  padding-left: 0.5em;
}
.block_world_feature .headline_block .number {
  position: absolute;
  top: 10px;
  right: 20px;
  margin: auto;
  font-size: 170px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 1350px) {
  .block_world_feature .headline_block .title span {
    display: block;
  }
  .block_world_feature .headline_block .title strong {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 1070px) {
  .block_world_feature .headline_block .title {
    color: #fff;
    padding: 20px 50px 20px 30px;
    max-width: calc(100% - 200px);
    position: relative;
  }
  .block_world_feature .headline_block .title span {
    font-size: 20px;
    display: block;
  }
  .block_world_feature .headline_block .title strong {
    font-size: 28px;
    padding-left: 0;
    display: block;
  }
  .block_world_feature .headline_block .number {
    position: absolute;
    top: 10px;
    right: 20px;
    margin: auto;
    font-size: 150px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }
}
@media screen and (max-width: 750px) {
  .block_world_feature .headline_block .title {
    color: #fff;
    padding: 3vw 4vw;
    padding-right: 22vw;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.02em;
  }
  .block_world_feature .headline_block .title::after {
    right: -6vw;
    width: 27vw;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  .block_world_feature .headline_block .title span {
    font-size: 3.2vw;
    line-height: 1;
  }
  .block_world_feature .headline_block .title strong {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 1vw;
  }
  .block_world_feature .headline_block .number {
    top: 3vw;
    right: 1vw;
    font-size: 16vw;
  }
}
.block_world_feature .body_block {
  padding: 80px 80px;
  padding-bottom: 80px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_world_feature .body_block .lead {
  font-size: 22px;
  line-height: 1.8;
}
.block_world_feature .body_block * + .lead {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .block_world_feature .body_block {
    padding: 5vw;
    padding-bottom: 8vw;
  }
  .block_world_feature .body_block .lead {
    font-size: 4vw;
  }
  .block_world_feature .body_block * + .lead {
    margin-top: 3vw;
  }
}
.block_world_feature .block_step {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_world_feature .block_step .course_color {
  line-height: 1.4;
  margin-top: 0.5em;
}
.block_world_feature .block_step .txt {
  font-size: 16px;
  line-height: 1.6;
  min-height: 3em;
  margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
  .block_world_feature .block_step .course_color {
    line-height: 1.4;
  }
  .block_world_feature .block_step .txt {
    font-size: 3.5vw;
    min-height: inherit;
    padding-top: 1vw;
    padding-bottom: 2vw;
  }
}
.block_world_feature .bnr_img {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_world_feature .bnr_img a {
  display: block;
  padding: 10px;
  border: solid 1px #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_world_feature .bnr_img a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .block_world_feature .bnr_img a {
    padding: 1vw;
  }
}
.block_world_feature .grid_wrp_icon {
  width: 100%;
  margin: auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 750px) {
  .block_world_feature .grid_wrp_icon {
    margin-top: -5vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.block_world_feature .grid_icon {
  width: calc((100% - 0px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_world_feature .grid_icon img {
  width: 18%;
}
.block_world_feature .grid_icon .txt_box .txt {
  font-weight: 500;
  font-size: 22px;
  margin-top: 0;
  line-height: 1.4;
  padding-left: 36px;
}
@media screen and (max-width: 1070px) {
  .block_world_feature .grid_icon img {
    width: 26%;
  }
  .block_world_feature .grid_icon .txt_box .txt {
    font-size: 2vw;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .block_world_feature .grid_icon {
    width: calc((100% - 0px) / 1);
    margin: auto;
  }
  .block_world_feature .grid_icon img {
    width: 32%;
  }
  .block_world_feature .grid_icon .txt_box .txt {
    font-size: 4vw;
    padding-left: 3.8vw;
  }
}
.block_world_feature .software_block {
  /* SP */
}
.block_world_feature .software_block .block + .block {
  margin-top: 100px;
}
.block_world_feature .software_block .logo_software {
  width: 42%;
}
.block_world_feature .software_block .youtube iframe {
  width: 100%;
}
.block_world_feature .software_block .logo_software + * {
  margin-top: 1.4rem;
}
.block_world_feature .software_block .gray_box {
  margin-top: 30px;
  padding: 32px 42px;
  background-color: #f7f7f7;
}
.block_world_feature .software_block .gray_box .logo {
  width: 112px;
}
.block_world_feature .software_block .gray_box .logo + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .block_world_feature .software_block .block + .block {
    margin-top: 60px;
  }
  .block_world_feature .software_block .logo_software {
    width: 48%;
  }
  .block_world_feature .software_block .youtube iframe {
    width: 100%;
  }
  .block_world_feature .software_block .logo_software + * {
    margin-top: 3vw;
  }
  .block_world_feature .software_block .gray_box {
    margin-top: 3vw;
    padding: 5vw;
  }
  .block_world_feature .software_block .gray_box .logo {
    width: 34%;
  }
  .block_world_feature .software_block .gray_box .logo + * {
    margin-top: 2vw;
  }
}

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

section_world_advanced_diploma

===============================================================*/
.section_world_advanced_diploma {
  /*-------------------------------------------------------------
  block_title
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  block_time_required
  -------------------------------------------------------------*/
  /*===============================================================
  //section_world_advanced_diploma
  ===============================================================*/
}
.section_world_advanced_diploma .block_title {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_world_advanced_diploma .block_title .title {
  background-color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  padding: 5px 20px;
}
.section_world_advanced_diploma .block_title .list {
  margin-top: 30px;
}
.section_world_advanced_diploma .block_title .list li + li {
  margin-top: 10px;
}
.section_world_advanced_diploma .block_title .list li {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.section_world_advanced_diploma .block_title .list li span {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  border-left: solid 10px #000;
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 1070px) {
  .section_world_advanced_diploma .block_title .title {
    font-size: 40px;
  }
  .section_world_advanced_diploma .block_title .list li span {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .section_world_advanced_diploma .block_title .title {
    font-size: 6vw;
    padding: 1vw 2vw;
  }
  .section_world_advanced_diploma .block_title .list {
    margin-top: 3vw;
  }
  .section_world_advanced_diploma .block_title .list li + li {
    margin-top: 2vw;
  }
  .section_world_advanced_diploma .block_title .list li {
    padding: 2vw;
  }
  .section_world_advanced_diploma .block_title .list li span {
    font-size: 4vw;
    border-left: solid 2vw #000;
    padding-left: 2vw;
  }
}
.section_world_advanced_diploma .block_time_required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_world_advanced_diploma .block_time_required .item {
  text-align: center;
  max-width: 450px;
  width: calc((100% - 20px) / 2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.section_world_advanced_diploma .block_time_required .item + .item {
  margin-left: 20px;
}
.section_world_advanced_diploma .block_time_required .title {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
}
.section_world_advanced_diploma .block_time_required .time {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.5em;
}
.section_world_advanced_diploma .block_time_required .time span {
  font-size: 80%;
}
.section_world_advanced_diploma .block_time_required .time strong {
  margin-top: 0.2em;
  font-size: 50px;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1070px) {
  .section_world_advanced_diploma .block_time_required {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section_world_advanced_diploma .block_time_required .item {
    max-width: 100%;
  }
  .section_world_advanced_diploma .block_time_required .item + .item {
    margin-left: 20px;
  }
  .section_world_advanced_diploma .block_time_required .title {
    font-size: 30px;
  }
  .section_world_advanced_diploma .block_time_required .time {
    font-size: 30px;
  }
  .section_world_advanced_diploma .block_time_required .time strong {
    font-size: 50px;
  }
}
@media screen and (max-width: 750px) {
  .section_world_advanced_diploma .block_time_required .item {
    width: calc((100% - 2vw) / 2);
    padding: 3vw 0;
  }
  .section_world_advanced_diploma .block_time_required .item + .item {
    margin-left: 0;
  }
  .section_world_advanced_diploma .block_time_required .title {
    font-size: 5vw;
  }
  .section_world_advanced_diploma .block_time_required .time {
    font-size: 4vw;
  }
  .section_world_advanced_diploma .block_time_required .time strong {
    font-size: 6.5vw;
  }
}

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

section_world_w_major

===============================================================*/
.section_world_w_major {
  /* SP */
  /* for SP */
}
.section_world_w_major.sec_wm {
  padding: 100px 0 0 0;
  border: 0;
}
.section_world_w_major .grid_wrp {
  margin-top: -50px;
}
.section_world_w_major .grid_wrp .grid_2_1 {
  margin-top: 50px;
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 750px) {
  .section_world_w_major.sec_wm {
    padding: 12vw 0 0 0;
  }
  .section_world_w_major .grid_wrp .grid_2_1 {
    margin-top: 50px;
    width: 100%;
  }
}

.sec_wm_figure {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.sec_wm_figure .grid {
  position: relative;
}
.sec_wm_figure .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_wm_figure .label span {
  display: block;
  background: #111;
  color: #fff;
  font-size: 0.9vw;
  font-weight: bold;
  width: 13%;
  padding: 1px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  text-align: center;
}
.sec_wm_figure .label span.left {
  margin-left: 3.2%;
}
.sec_wm_figure .label span.right {
  margin-left: 15.2%;
}
.sec_wm_figure .grid_2_1 .label span {
  font-size: 0.7vw;
  font-weight: bold;
  padding: 1px 10px;
  width: 16%;
}
.sec_wm_figure .grid_2_1 .label span.left {
  margin-left: 2%;
}
.sec_wm_figure .grid_2_1 .label span.right {
  margin-left: 12%;
}
@media screen and (max-width: 1070px) {
  .sec_wm_figure .label span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 750px) {
  .sec_wm_figure .label,
  .sec_wm_figure .grid_2_1 .label {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_wm_figure .label span,
  .sec_wm_figure .grid_2_1 .label span {
    font-size: 3vw;
    width: 25%;
  }
  .sec_wm_figure .label span.left,
  .sec_wm_figure .grid_2_1 .label span.left {
    margin-left: 8%;
  }
  .sec_wm_figure .label span.right,
  .sec_wm_figure .grid_2_1 .label span.right {
    margin-right: 8%;
    margin-left: 0;
  }
}

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

section パーティクルの上のセクション

===============================================================*/
.section_world_jikei_team,
.section_panf_guide,
.section_world_advanced_diploma,
.section_world_course_menu,
.section_world_w_major,
.main_event,
.section_curriculum_title {
  position: relative;
  z-index: 2;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  //section
  ===============================================================*/
}
/*===============================================================

mv_bg_particle

===============================================================*/
.mv_bg_particle {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1 !important;
  width: 100%;
  height: 100vh;
  opacity: 1 !important;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  //mv_bg_particle
  ===============================================================*/
}
/*===============================================================

project_result_slider

===============================================================*/
.project_result_slider {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  header_block
  -------------------------------------------------------------*/
  /*===============================================================

  project_result_item

  ===============================================================*/
  /*-------------------------------------------------------------
  slidecap
  -------------------------------------------------------------*/
  /*===============================================================
  //project_result_slider
  ===============================================================*/
  /*===============================================================

  carousel_slider

  ===============================================================*/
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  .slider_ui
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	carousel_slider ここまで
  -------------------------------------------------------------*/
}
.project_result_slider .slick-track {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .project_result_slider {
    padding-bottom: 10vw;
  }
}
.project_result_slider .header_block {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.project_result_slider .header_block .title {
  padding: 5px 20px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
}
.project_result_slider .header_block .slider_ui {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.project_result_slider .header_block .slide_num {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 1070px) {
  .project_result_slider .header_block {
    padding: 30px 0;
  }
  .project_result_slider .header_block .title {
    padding: 5px 15px;
    font-size: 35px;
  }
  .project_result_slider .header_block .slider_ui {
    gap: 20px;
  }
  .project_result_slider .header_block .slide_num {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .project_result_slider .header_block {
    padding: 5vw 3vw;
  }
  .project_result_slider .header_block .title {
    padding: 1vw 2vw;
    font-size: 5vw;
  }
  .project_result_slider .header_block .slider_ui {
    gap: 2vw;
  }
  .project_result_slider .header_block .slide_num {
    font-size: 4vw;
  }
}
.project_result_slider .project_result_item {
  background-color: #fff;
  padding: 50px;
  padding-bottom: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  title_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  txt_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  photo_block
  -------------------------------------------------------------*/
}
@media screen and (max-width: 1070px) {
  .project_result_slider .project_result_item {
    padding: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .project_result_slider .project_result_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.project_result_slider .project_result_item .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.project_result_slider .project_result_item .title_block .number {
  font-size: 25px;
  font-weight: 700;
}
.project_result_slider .project_result_item .title_block .logo {
  width: 30%;
  max-width: 300px;
}
@media screen and (max-width: 750px) {
  .project_result_slider .project_result_item .title_block {
    min-height: 10vw;
  }
  .project_result_slider .project_result_item .title_block .number {
    font-size: 3.5vw;
  }
  .project_result_slider .project_result_item .title_block .logo {
    width: 40%;
  }
}
.project_result_slider .project_result_item .txt_block {
  margin-top: 50px;
  width: 38%;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.project_result_slider .project_result_item .txt_block .title {
  font-size: 45px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.project_result_slider .project_result_item .txt_block .lead {
  margin-top: 1em;
  font-size: 25px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1070px) {
  .project_result_slider .project_result_item .txt_block {
    margin-top: 40px;
  }
  .project_result_slider .project_result_item .txt_block .title {
    font-size: 25px;
  }
  .project_result_slider .project_result_item .txt_block .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .project_result_slider .project_result_item .txt_block {
    margin-top: 5vw;
    width: 100%;
  }
  .project_result_slider .project_result_item .txt_block .title {
    font-size: 5vw;
  }
  .project_result_slider .project_result_item .txt_block .lead {
    font-size: 4vw;
  }
}
.project_result_slider .project_result_item .photo_block {
  margin: 0;
  margin-top: 50px;
  width: 58% !important;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.project_result_slider .project_result_item .photo_block p.mt10 {
  font-size: 80%;
}
@media screen and (max-width: 750px) {
  .project_result_slider .project_result_item .photo_block {
    width: 100% !important;
    margin-top: 5vw;
  }
}
.project_result_slider .slidecap {
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
  padding-right: 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 750px) {
  .project_result_slider .slidecap {
    font-size: 3.5vw;
    padding-right: 25px;
    margin-top: 1.25vw;
  }
}
.project_result_slider .slider {
  position: relative;
}
.project_result_slider .slider .slide {
  width: auto;
  position: relative;
}
.project_result_slider .slider .slide img {
  width: 100%;
}
.project_result_slider .slider_ui {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  		.pager a
  -------------------------------------------------------------*/
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.project_result_slider .slider_ui .pager {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  z-index: 5;
}
.project_result_slider .slider_ui .prev {
  left: calc((100% - 750px) / 2 - 20px);
}
.project_result_slider .slider_ui .next {
  right: calc((100% - 750px) / 2 - 20px);
}
@media screen and (max-width: 1070px) {
  .project_result_slider .slider_ui .prev {
    left: calc((100% - 750px) / 2);
  }
  .project_result_slider .slider_ui .next {
    right: calc((100% - 750px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .project_result_slider .slider_ui .pager {
    width: 8vw;
    height: 8vw;
  }
  .project_result_slider .slider_ui .prev {
    left: 1vw;
  }
  .project_result_slider .slider_ui .next {
    right: 1vw;
  }
}
.project_result_slider .slider_ui .pager a {
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #fff;
  background-color: #fff;
  border-radius: 50% 50%;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
}
.project_result_slider .slider_ui .pager a:hover {
  opacity: 0.7;
}
.project_result_slider .slider_ui .pager a::before,
.project_result_slider .slider_ui .pager a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.project_result_slider .slider_ui .pager a::after {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  border-color: #f52d56;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg) translate(8px, 8px);
  transform: rotate(-45deg) translate(8px, 8px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project_result_slider .slider_ui .pager a::before {
  width: 30px;
  height: 2px;
  background-color: #f52d56;
}
.project_result_slider .slider_ui .prev a:after {
  -webkit-transform: rotate(135deg) translate(8px, 8px);
  transform: rotate(135deg) translate(8px, 8px);
}
@media screen and (max-width: 750px) {
  .project_result_slider .slider_ui .pager a {
    width: 8vw;
    height: 8vw;
  }
  .project_result_slider .slider_ui .pager a::after {
    -webkit-transform: rotate(-45deg) translate(1vw, 1vw);
    transform: rotate(-45deg) translate(1vw, 1vw);
  }
  .project_result_slider .slider_ui .pager a::before {
    width: 4vw;
    height: 2px;
  }
  .project_result_slider .slider_ui .prev a:after {
    -webkit-transform: rotate(135deg) translate(1vw, 1vw);
    transform: rotate(135deg) translate(1vw, 1vw);
  }
}
.page_game .project_result_slider .pager a::after {
  border-color: #f52d56;
}
.page_game .project_result_slider .pager a::before {
  background-color: #f52d56;
}
.page_esports .project_result_slider .pager a::after {
  border-color: #32a254;
}
.page_esports .project_result_slider .pager a::before {
  background-color: #32a254;
}
.page_aiit .project_result_slider .pager a::after {
  border-color: #023eb3;
}
.page_aiit .project_result_slider .pager a::before {
  background-color: #023eb3;
}
.page_media .project_result_slider .pager a::after {
  border-color: #fe6f06;
}
.page_media .project_result_slider .pager a::before {
  background-color: #fe6f06;
}
.page_design .project_result_slider .pager a::after {
  border-color: #6700ae;
}
.page_design .project_result_slider .pager a::before {
  background-color: #6700ae;
}

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

section_curriculum_chart

===============================================================*/
.section_curriculum_chart {
  position: relative;
  z-index: 1;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  course_name
  -------------------------------------------------------------*/
  /*===============================================================
  //section_curriculum_chart
  ===============================================================*/
}
.section_curriculum_chart .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section_curriculum_chart .bg_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section_curriculum_chart .section_inner {
  position: relative;
  z-index: 2;
}
.section_curriculum_chart .course_name {
  font-size: 110px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 750px) {
  .section_curriculum_chart .course_name {
    font-size: 8vw;
  }
}

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

curriculum_chart

===============================================================*/
.curriculum_chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 80px;
  /* タブレット */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  chart_item
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  line_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  詳細あり
  -------------------------------------------------------------*/
  /*===============================================================
  //curriculum_chart
  ===============================================================*/
}
.curriculum_chart .chart_block {
  width: calc((100% - 350px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.curriculum_chart .chart_item {
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.curriculum_chart .chart_block:nth-child(1) {
  width: 250px;
}
.curriculum_chart .chart_block:nth-child(1) .chart_item {
  min-height: 100px;
}
.curriculum_chart .chart_block:nth-child(4) {
  margin-left: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.curriculum_chart .line_block {
  width: 80px;
}
@media screen and (max-width: 1350px) {
  .curriculum_chart .chart_block {
    width: calc((100% - 290px) / 2);
  }
  .curriculum_chart .chart_block:nth-child(1) {
    width: 220px;
  }
  .curriculum_chart .chart_block:nth-child(4) {
    margin-left: 10px;
  }
  .curriculum_chart .line_block {
    width: 60px;
  }
}
@media screen and (max-width: 1070px) {
  .curriculum_chart .chart_block {
    width: calc((100% - 220px) / 2);
  }
  .curriculum_chart .chart_item {
    border-radius: 2vw;
  }
  .curriculum_chart .chart_block:nth-child(1) {
    width: 170px;
  }
  .curriculum_chart .chart_block:nth-child(4) {
    margin-left: 10px;
  }
  .curriculum_chart .line_block {
    width: 40px;
  }
}
@media screen and (max-width: 750px) {
  .curriculum_chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8vw;
    position: relative;
  }
  .curriculum_chart::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }
  .curriculum_chart .chart_block {
    width: 100%;
    gap: 2vw;
  }
  .curriculum_chart .chart_item {
    width: 100%;
    padding: 3vw 3vw;
    min-height: auto;
  }
  .curriculum_chart .chart_block:nth-child(1) {
    width: 60%;
  }
  .curriculum_chart .chart_block:nth-child(1) .chart_item {
    min-height: auto;
  }
  .curriculum_chart .chart_block:nth-child(3) {
    margin-top: 5vw;
  }
  .curriculum_chart .chart_block:nth-child(4) {
    margin-left: 0;
    margin-top: 2vw;
  }
}
.curriculum_chart .chart_item {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.curriculum_chart .chart_item .title {
  font-size: 25px;
  line-height: 1.2;
}
.curriculum_chart .chart_item .detail {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 1350px) {
  .curriculum_chart .chart_item .title {
    font-size: 20px;
  }
  .curriculum_chart .chart_item .detail {
    font-size: 13px;
  }
}
@media screen and (max-width: 1070px) {
  .curriculum_chart .chart_item .title {
    font-size: 18px;
  }
  .curriculum_chart .chart_item .detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .curriculum_chart .chart_item .title {
    font-size: 4vw;
  }
  .curriculum_chart .chart_item .detail {
    font-size: 3.2vw;
    margin-top: 1.5vw;
  }
}
.curriculum_chart .line_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding: 40px 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.curriculum_chart .line_block::before,
.curriculum_chart .line_block::after {
  position: absolute;
  content: '';
  background-color: #fff;
}
.curriculum_chart .line_block::after {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 1px;
}
.curriculum_chart .line_block::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 80px);
}
.curriculum_chart .line_block .chart_line {
  width: 50%;
  height: 1px;
  background: #fff;
  position: relative;
}
.curriculum_chart .line_block .chart_line::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: solid 1px #fff;
  width: 8px;
  height: 8px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
  transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .curriculum_chart .line_block {
    display: none;
  }
}
.curriculum_chart:has(.detail) {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.curriculum_chart:has(.detail) .chart_item {
  min-height: 160px;
}
.curriculum_chart:has(.detail) .line_block {
  padding: 80px 0;
}
.curriculum_chart:has(.detail) .line_block::before {
  height: calc(100% - 160px);
}
@media screen and (max-width: 750px) {
  .curriculum_chart:has(.detail) .chart_item {
    min-height: auto;
  }
  .curriculum_chart:has(.detail) .line_block {
    padding: 80px 0;
  }
  .curriculum_chart:has(.detail) .line_block::before {
    height: calc(100% - 160px);
  }
}

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

バリエーション

===============================================================*/
.page_game .curriculum_chart_lv1 .chart_item {
  background-color: #e40251;
}
.page_game .curriculum_chart_lv2 .chart_item {
  background-color: #b40241;
}
.page_game .curriculum_chart_lv3 .chart_item {
  background-color: #af2b5b;
}

.page_esports .curriculum_chart_lv1 .chart_item {
  background-color: #29a243;
}
.page_esports .curriculum_chart_lv2 .chart_item {
  background-color: #56cc6d;
}
.page_esports .curriculum_chart_lv3 .chart_item {
  background-color: #23a563;
}

.page_aiit .curriculum_chart_lv1 .chart_item {
  background-color: #3979f4;
}
.page_aiit .curriculum_chart_lv2 .chart_item {
  background-color: #0545c8;
}
.page_aiit .curriculum_chart_lv3 .chart_item {
  background-color: #4073d3;
}

.page_media .curriculum_chart_lv1 .chart_item {
  background-color: #f88224;
}
.page_media .curriculum_chart_lv2 .chart_item {
  background-color: #fb5e08;
}
.page_media .curriculum_chart_lv3 .chart_item {
  background-color: #f89a37;
}

.page_design .curriculum_chart_lv1 .chart_item {
  background-color: #964af7;
}
.page_design .curriculum_chart_lv2 .chart_item {
  background-color: #c17bff;
}
.page_design .curriculum_chart_lv3 .chart_item {
  background-color: #a547fc;
}

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

    float_event_cta

===============================================================*/
.float_event_cta {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9998;
  width: calc(100% - 100px);
  height: 120px;
  padding: 10px 50px;
  background-color: #111111;
  background: -webkit-gradient(linear, left bottom, left top, from(#51046a), to(#20056a));
  background: linear-gradient(to top, #51046a 0%, #20056a 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  /*===============================================================
  pop
  ===============================================================*/
  /*===============================================================
  title
  ===============================================================*/
  /*===============================================================
  btn_block
  ===============================================================*/
}
.float_event_cta.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .float_event_cta {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .float_event_cta {
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  .float_event_cta {
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 3vw 5vw;
  }
}
.float_event_cta .pop {
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 20px;
  padding: 0.2em 1.5em;
  background-color: #fff;
  color: #000;
  border: solid 1px #111;
  font-size: 15px;
  border-radius: 50px;
}
.float_event_cta .pop::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .float_event_cta .pop {
    top: -28px;
  }
}
@media screen and (max-width: 750px) {
  .float_event_cta .pop {
    display: none;
  }
}
.float_event_cta .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: calc(100% - 650px);
}
@media screen and (max-width: 1200px) {
  .float_event_cta .title {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .float_event_cta .title {
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }
}
.float_event_cta .btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 620px;
  /*-------------------------------------------------------------
  select_wrap
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  cta_btn
  -------------------------------------------------------------*/
}
@media screen and (max-width: 1200px) {
  .float_event_cta .btn_block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .float_event_cta .btn_block {
    margin-top: 3vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}
.float_event_cta .btn_block .select_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .float_event_cta .btn_block .select_wrap {
    height: 50px;
    max-width: 300px;
  }
}
.float_event_cta .btn_block .select_wrap .label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  z-index: 1;
}
.float_event_cta .btn_block .select_wrap .label::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 47.5%;
  right: 20px;
  border: 4px solid transparent;
  border-left: 6px solid #fa0f0c;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 751px) {
  .float_event_cta .btn_block .select_wrap .label::before {
    right: 25px;
    border: 6px solid transparent;
    border-left: 8px solid #fa0f0c;
  }
}
.float_event_cta .btn_block .select_wrap .cta_select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 10px;
  border-radius: 25px;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .float_event_cta .btn_block .select_wrap .cta_select {
    padding: 13px 0;
  }
}
.float_event_cta .btn_block .select_wrap .cta_select::-ms-expand {
  display: none;
}
.float_event_cta .btn_block .select_wrap .cta_select:focus {
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .float_event_cta .btn_block .select_wrap {
    width: 48%;
  }
}
.float_event_cta .btn_block .cta_btn {
  width: 300px;
}
.float_event_cta .btn_block .cta_btn a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #fa0f0c;
  padding: 6px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .float_event_cta .btn_block .cta_btn a {
    padding: 12px 0;
    max-width: 300px;
  }
  .float_event_cta .btn_block .cta_btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .float_event_cta .btn_block .cta_btn {
    width: 48%;
  }
}

/*--------------------------------------
共通設定
--------------------------------------*/
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;
  -ms-flex-negative: 0;
  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;
  -webkit-transform: translateY(-0.1em);
  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;
  -webkit-transform: translateY(0.5em);
  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%;
  }
}
/*# sourceMappingURL=style.css.map */

.c-opencampus_heading01 {
  padding:;
}

#gt_float_wrapper {
  top: 80vh !important;
}
