@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : index.css                                 */
/* game_coll/index.html    it_coll/index.html         */
/* update : 2020                                      */
/* -------------------------------------------------- */
/* -------------------------*/
/* 定義 */
/* -------------------------*/
.color_game {
  color: #e50166;
}

.color_it {
  color: #119ba3;
}

/* -------------------------*/
/* 全デバイス共通(PC向け) */
/* -------------------------*/
/* ------game-------*/
#course .h1_bg {
  background: url(/course_2026/game_coll/img/bg_img.jpg) no-repeat center center/cover;
  height: 900px;
  position: relative;
  align-items: flex-end;
}
#course .h1_bg .mv_content {
  width: 100%;
}
#course .h1_bg .mv_content .h1_wrap {
  max-width: 1040px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#course .h1_bg .mv_content .h1_wrap .h1_sub {
  position: relative;
  background: inherit;
  font-size: 200px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: bold;
  color: #E50166;
  font-family: "Barlow Semi Condensed", sans-serif;
}
#course .h1_bg .mv_content .h1_wrap .h1_sub span {
  background: inherit;
  font-size: 200px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #E50166;
  position: absolute;
  top: 0;
  left: 0%;
  line-height: 1;
  padding: 0;
}
#course .h1_bg .mv_content .h1_wrap .h1 {
  margin-bottom: 5px;
}
#course .h1_bg .mv_content .h1_wrap .h1 span {
  color: #E50166;
  background: inherit;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.1em;
  margin-bottom: 0;
}
#course .h1_bg .mv_content #sec01 {
  background: rgba(56, 0, 0, 0.5);
  padding: 30px 0;
  margin-top: -10px;
}
#course .h1_bg .mv_content #sec01 .sec_wrap {
  padding-top: 0;
  text-align: left;
  color: #FFF;
}
#course .h1_bg .mv_content #sec01 .sec_wrap .h2_2 {
  border-bottom: none;
  font-size: 120px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 0.9;
  margin-bottom: 30px;
}

/* ------it-------*/
#course.it .h1_bg {
  background: url(/course_2026/it_coll/img/bg_img.jpg) no-repeat center center/cover;
}
#course.it .h1_bg .mv_content .h1_wrap .h1_sub {
  color: #119BA3;
}
#course.it .h1_bg .mv_content .h1_wrap .h1_sub span {
  color: #119BA3;
}
#course.it .h1_bg .mv_content .h1_wrap .h1 span {
  color: #119BA3;
}
#course.it .h1_bg .mv_content #sec01 {
  background: rgba(0, 32, 34, 0.5);
}

/* ------共通-------*/
#course #topic_path {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #1b1b1b;
  font-size: 13px;
}
#course #topic_path a {
  color: #1b1b1b;
  border-color: #1b1b1b;
  font-size: 13px;
}

.course_index#wrap {
  margin-bottom: 90px;
}
.course_index .sec_wrap {
  max-width: 1040px;
  padding: 90px 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.course_index .h2 {
  color: #e50166;
  border-color: #e50166;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  gap: 5px 0;
  align-items: flex-start;
  flex-direction: column;
}
.course_index .h2 span {
  line-height: 1.3;
  color: #fff;
  font-size: 15px;
  background: #e50166;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding: 4px 8px;
  border-radius: 5px;
  position: relative;
  font-weight: 900;
}
.course_index .h2 span span.icon {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 2px;
  height: 10px;
  background: #e50166;
  transform: rotate(43deg);
  padding: 0;
  border-radius: 0;
}
.course_index .h2 span span.icon:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -9px;
  width: 2px;
  height: 10px;
  background: #e50166;
  transform: rotate(24deg);
}
.course_index .h2 span span.icon:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 10px;
  width: 2px;
  height: 10px;
  background: #e50166;
  transform: rotate(-32deg);
}

.it .course_index#wrap {
  margin-bottom: 90px;
}
.it .course_index .h2 {
  color: #119ba3;
  border-color: #119ba3;
}
.it .course_index .h2 span {
  background: #119ba3;
}
.it .course_index .h2 span span.icon {
  background: #119ba3;
}
.it .course_index .h2 span span.icon:before {
  background: #119ba3;
}
.it .course_index .h2 span span.icon:after {
  background: #119ba3;
}

.intro {
  font-size: 18px;
  font-weight: bold;
}

.link_wrap {
  background: #FDE4EF;
  padding: 0 0 50px;
}
.link_wrap .link_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.link_wrap .link_list li {
  width: 29%;
  margin-right: 6.5%;
  margin-bottom: 40px;
}
.link_wrap .link_list li a {
  display: block;
  color: #333;
}
.link_wrap .link_list li a:hover {
  opacity: 1;
}
.link_wrap .link_list li .link_box {
  position: relative;
  transition: all 0.3s linear 0s;
  height: 380px;
}
.link_wrap .link_list li .link_box .pic_box {
  height: 290px;
  overflow: hidden;
  background: #000000;
}
.link_wrap .link_list li .link_box .pic_box img {
  display: block;
  width: 120%;
  transition: all 0.3s linear 0s;
}
.link_wrap .link_list li .link_box .text_box {
  background: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.link_wrap .link_list li .link_box .text_box .more_txt {
  color: #FFF;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  text-align: right;
  opacity: 0;
  transition: all 0.3s linear 0s;
  padding-right: 10px;
}
.link_wrap .link_list li .link_box .text_box .txt01 {
  display: inline-block;
  background: #e50166;
  color: #FFF;
  font-weight: 700;
  position: absolute;
  top: -24px;
  left: 0;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
}
.link_wrap .link_list li .link_box .text_box .tit01 {
  color: #e50166;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
}
.link_wrap .link_list li .link_box .text_box .disc_txt {
  font-size: 12px;
  line-height: 1.5;
  display: none;
  padding: 0 20px;
}
.link_wrap .link_list li:nth-child(3n) {
  margin-right: 0;
}
.link_wrap .link_list li:hover .pic_box img {
  transform: scale(1.1);
  opacity: 0.6;
}
.link_wrap .link_list li:hover .more_txt {
  opacity: 1 !important;
}
.link_wrap .link_list li:hover .disp_txt {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.link_wrap .link_list li:hover .text_box {
  padding: 30px 0;
}
.link_wrap .link_list li:hover .text_box .tit01 {
  min-height: inherit;
  margin-bottom: 20px;
}

.it .link_wrap {
  background: #DBF9FB;
}
.it .link_wrap .link_list li .link_box .text_box .txt01 {
  background: #119ba3;
}
.it .link_wrap .link_list li .link_box .text_box .tit01 {
  color: #119ba3;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.flex_l {
  width: 60%;
}

.flex_r {
  width: 35%;
}
.flex_r .btn02 {
  text-align: left;
  margin-top: 35px;
}
.flex_r .btn02 a {
  width: 200px;
  padding: 9px;
}

.flex_tit {
  color: #e50166;
  font-size: 24px;
  font-weight: bold;
}

.it .flex_tit {
  color: #119ba3;
}

.field_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.field_ul li {
  width: 23.5%;
  margin-bottom: 25px;
}
.field_ul li:nth-child(2) a {
  background: #f39801;
}
.field_ul li:nth-child(2) a span.icon:before {
  border-color: #f39801;
}
.field_ul li:nth-child(2) a span.under_shape {
  border-top-color: #f39801;
}
.field_ul li:nth-child(3) a {
  background: #b84c97;
}
.field_ul li:nth-child(3) a span.icon:before {
  border-color: #b84c97;
}
.field_ul li:nth-child(3) a span.under_shape {
  border-top-color: #b84c97;
}
.field_ul li:nth-child(4) a {
  background: #00ADA9;
}
.field_ul li:nth-child(4) a span.icon:before {
  border-color: #00ADA9;
}
.field_ul li:nth-child(4) a span.under_shape {
  border-top-color: #00ADA9;
}
.field_ul li a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #eb6100;
  text-align: center;
  padding: 10px 15px 40px;
  box-sizing: border-box;
  position: relative;
  border-radius: 44px;
  line-height: 1.3;
}
.field_ul li a span.icon {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  margin: 15px auto 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.field_ul li a span.icon:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: solid 1px #eb6100;
  border-right: solid 1px #eb6100;
  transform: rotate(135deg);
  top: 6px;
  left: 7px;
}
.field_ul li a span.under_shape {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  border: none;
  border-style: solid;
  border-top-width: 25px;
  border-right-width: 50%;
  border-bottom-width: 0;
  border-left-width: 50%;
  border-color: #eb6100 transparent transparent transparent;
}
.field_ul li a:hover span.icon {
  transition: all 0.5s;
  bottom: -10px;
}

.it .field_ul {
  justify-content: flex-start;
}
.it .field_ul li {
  width: 27.5%;
  margin-right: 2%;
}
.it .field_ul li:nth-child(2) a {
  background: #248A66;
}
.it .field_ul li:nth-child(2) a span.icon:before {
  border-color: #248A66;
}
.it .field_ul li:nth-child(2) a span.under_shape {
  border-top-color: #248A66;
}
.it .field_ul li:nth-child(3) a {
  background: #00A682;
}
.it .field_ul li:nth-child(3) a span.icon:before {
  border-color: #00A682;
}
.it .field_ul li:nth-child(3) a span.under_shape {
  border-top-color: #00A682;
}
.it .field_ul li a {
  background: #779752;
}
.it .field_ul li a span.icon:before {
  border-top: solid 1px #779752;
  border-right: solid 1px #779752;
}
.it .field_ul li a span.under_shape {
  border-top-color: #779752;
}

.flow_img {
  margin: 20px 0;
}

.year_title {
  border-bottom: dotted 2px #C1C1C1;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.year_title p {
  font-size: 36px;
  font-weight: 700;
  border-left: solid 10px #E50166;
  line-height: 1.3;
  padding-left: 25px;
}
.year_title p span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px;
}
.year_title p span.color {
  display: inline;
  color: #E50166;
  padding-left: 0;
}
.year_title p.fukidashi01 {
  position: absolute;
  top: -59px;
  right: 7%;
  width: 30.8%;
  border-left: none;
  line-height: 1.3;
  padding-left: 0;
}
.year_title.year3 p {
  border-left-color: #E50166;
}
.year_title.year3 p span.color {
  color: #E50166;
}

.it .year_title p {
  border-left: solid 10px #00ADA9;
}
.it .year_title p span.color {
  color: #00ADA9;
}
.it .year_title.year3 p {
  border-left-color: #0D757B;
}
.it .year_title.year3 p span.color {
  color: #0D757B;
}
.it .year_title.year2 p {
  border-left-color: #0D757B;
}
.it .year_title.year2 p span {
  color: #0D757B;
}

.field_content {
  margin-bottom: 50px;
}
.field_content.content_bottom {
  margin-bottom: 80px;
}

.job_list {
  margin-top: 20px;
}

.f01 .h3 {
  border-bottom-color: #eb6100;
}
.f01 .h3 span {
  border-left: solid 10px #eb6100;
}
.f01 .job_list span {
  color: #eb6100;
}

.flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_l02 {
  width: 65%;
}

.flex_r02 {
  width: 30%;
}

.flex_r02_2 {
  width: 32%;
}

.field_text {
  font-size: 18px;
  font-weight: bold;
}

.class_link {
  margin-bottom: 20px;
}
.class_link.it {
  background: #119BA3;
}
.class_link.game {
  background: #E50166;
}
.class_link.field1 a {
  background: #eb6100;
}
.class_link.field2 a {
  background: #f39801;
}
.class_link.field3 a {
  background: #b84c97;
}
.class_link.field4 a {
  background: #00ADA9;
}
.class_link.field5 a {
  background: #779752;
}
.class_link.field6 a {
  background: #248A66;
}
.class_link.field7 a {
  background: #00A682;
}
.class_link.field8 a {
  background: #008ABA;
}
.class_link.field9 a {
  background: #8EC54A;
}
.class_link.field10 a {
  background: #119BA3;
}
.class_link.year_3 a {
  border-color: #B6004F;
}
.class_link.year_3 a::before {
  border-top: solid 1.5px #B6004F;
  border-right: solid 1.5px #B6004F;
}
.class_link.year_4 a {
  border-color: #E50166;
}
.class_link.year_4 a::before {
  border-top: solid 1.5px #E50166;
  border-right: solid 1.5px #E50166;
}
.class_link.year_4 a::after {
  background: url(../game_coll/img/icon_year4.png) no-repeat center center/66px auto;
}
.class_link a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 75px;
  padding: 0 15px 0 25px;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #FFF;
  position: relative;
}
.class_link a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #FFF;
  border-right: solid 1.5px #FFF;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 25px;
}
.class_link a span {
  display: inline-block;
  background: #EB6100;
  border-radius: 10px;
  color: #FFF;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 3px 10px;
  text-align: center;
  border-left: none;
}
.class_link a p {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.5;
}
.class_link a p.icon {
  margin-right: 20px;
  width: 60px;
}

.it .class_link.year_4 a {
  border-color: #119BA3;
}
.it .class_link.year_4 a::before {
  border-top: solid 1.5px #119BA3;
  border-right: solid 1.5px #119BA3;
}
.it .class_link.year_4 a::after {
  background: url(../it_coll/img/icon_year4_it.png) no-repeat center center/66px auto;
}
.it .class_link.year_3 a {
  border-color: #0D757B;
}
.it .class_link.year_3 a::before {
  border-top: solid 1.5px #0D757B;
  border-right: solid 1.5px #0D757B;
}
.it .class_link.year_2 a {
  border-color: #0B5C60;
}
.it .class_link.year_2 a::before {
  border-top: solid 1.5px #0B5C60;
  border-right: solid 1.5px #0B5C60;
}
.it .class_link.year_2 a::after {
  background: url(../it_coll/img/icon_year2_it.png) no-repeat center center/66px auto;
}

.field_content .desired_tit {
  font-weight: bold;
  font-size: 16px;
  color: #eb6100;
}

.it .field_content .desired_tit {
  color: #779752;
}

.f_it .job_list span {
  color: #119BA3;
}

.f_game .job_list span {
  color: #E50166;
}

.f02 .job_list span {
  color: #f39801;
}

.f03 .job_list span {
  color: #b84c97;
}

.f04 .job_list span {
  color: #00ADA9;
}

.f05 .job_list span {
  color: #779752;
}

.f06 .job_list span {
  color: #248A66;
}

.f07 .job_list span {
  color: #00A682;
}

.f08 .job_list span {
  color: #008ABA;
}

.f09 .job_list span {
  color: #8EC54A;
}

/* -------------------------*/
/* ----------oc_li----------*/
/* -------------------------*/
#oc_li {
  background: url(/opencampus/img/bg_img02.jpg) repeat repeat;
}
#oc_li .sec_wrap {
  padding: 60px 20px 80px;
  margin-top: 90px;
}

.it #oc_li {
  background: url(/opencampus/img/bg_img03.jpg) repeat repeat;
}

.oc_li_tit {
  font-size: 26px;
  color: #e50166;
  font-weight: bold;
  border-bottom: solid 2px #e50166;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.it .oc_li_tit {
  color: #119ba3;
  border-bottom: solid 2px #119ba3;
}

.event_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.event_li {
  width: 31%;
  margin-right: 3.5%;
  padding: 4px 4px 55px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}
.event_li:nth-child(3n) {
  margin-right: 0;
}
.event_li:hover .event_img {
  opacity: 0.7;
}
.event_li:hover .event_under {
  opacity: 0.7;
}
.event_li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.event_li .event_under {
  padding: 10px 10px 15px;
}
.event_li .event_under p {
  text-align: left;
}
.event_li .event_date {
  font-size: 18px;
  font-weight: bold;
  color: #1260b5;
}
.event_li .event_tit {
  font-size: 18px;
  font-weight: bold;
}
.event_li .event_sub {
  min-height: 50px;
}
.event_li .event_text {
  line-height: 2;
}
.event_li .event_for {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
  margin: 20px 0;
}
.event_li .event_for_l {
  width: 33px;
  font-size: 11px;
  padding: 2px 5px;
  box-sizing: border-box;
  color: #fff;
  background: #1c1c1c;
  position: relative;
}
.event_li .event_for_l:before {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  width: 15px;
  height: 19px;
  margin: auto;
  box-sizing: border-box;
  border: 11px solid transparent;
  border-left: 8px solid #1c1c1c;
}
.event_li .event_for_r {
  width: calc(100% - 50px);
  margin-top: -8px;
}
.event_li .event_for_r span {
  display: inline-block;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 3px;
  font-size: 11px;
  margin-right: 10px;
}
.event_li .event_btn {
  position: absolute;
  bottom: 18px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 2;
}
.event_li .event_btn a {
  display: inline-block;
  width: 48%;
  border: solid 2px #1260b5;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  color: #1260b5;
  background: #ffff00;
}
.event_li .event_btn a:first-of-type {
  margin-right: 2%;
  background: #fff;
}
.event_li .event_btn a:first-of-type:hover {
  background: #1260b5;
  color: #fff;
}
.event_li .event_btn a:hover {
  background: #1260b5;
  color: #ffff00;
  opacity: 1;
}

/*modal*/
#work_aside .slick-slide > div {
  width: 90%;
  margin: 0 auto;
}

#work_aside .slider .slide figure {
  border-radius: 8px;
  /* padding-top: 56%; */
}

#work_aside .slider .slide figure img {
  top: -17%;
  height: 228px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

#work_aside .slider .slide a {
  width: 90%;
}

#work_aside .slick-prev {
  top: 33%;
}

#work_aside .slick-next {
  top: 33%;
}

#work_aside .slider .slide .text_area .tit,
#work_aside .slider .slide .text_area .team {
  color: #1260b5;
  font-weight: bold;
}

#work_aside .slider .slide .text_area .text {
  font-size: 13px;
  color: #333;
}

.modaal-wrapper .modaal-close:hover {
  background-color: transparent;
  opacity: 1;
}

#work_aside .btn02 {
  margin-top: 20px;
}

.modal_box {
  display: none;
}

.modal_movie {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  width: 100%;
}

.modal_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_img {
  text-align: center;
  background: #000;
}

.modal_img img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal_content01 {
  padding: 40px 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #231815;
}

.modal_content01 .name {
  font-size: 228%;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.modal_content01 .prize {
  font-size: 13px;
  margin-bottom: 30px;
}

.modal_content01 .team {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.modal_content01 .member {
  height: 100px;
  overflow-y: auto;
  padding: 0 0 10px;
}

/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) { /* sp */
  #course .h1_bg {
    height: 500px;
    position: relative;
    background: url(/course_2026/game_coll/img/bg_img_sp.png) no-repeat top center/cover;
  }
  #course .h1_bg .mv_content .h1_wrap {
    max-width: inherit;
    display: block;
  }
  #course .h1_bg .mv_content .h1_wrap .h1_sub {
    font-size: 100px;
    letter-spacing: 0.1em;
  }
  #course .h1_bg .mv_content .h1_wrap .h1_sub span {
    font-size: 80px;
  }
  #course .h1_bg .mv_content .h1_wrap .h1 {
    margin-bottom: -5px;
  }
  #course .h1_bg .mv_content .h1_wrap .h1 span {
    font-size: 18px;
  }
  #course .h1_bg .mv_content #sec01 {
    background: #E50166;
    padding: 15px 0;
    margin-top: 0;
  }
  #course .h1_bg .mv_content #sec01 .sec_wrap {
    padding-top: 0;
    text-align: left;
    color: #FFF;
  }
  #course .h1_bg .mv_content #sec01 .sec_wrap .h2_2 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  #course.it .h1_bg {
    background: url(/course_2026/it_coll/img/bg_img_sp.jpg) no-repeat center center/cover;
  }
  #course.it .h1_bg .mv_content .h1_wrap .h1_sub {
    font-size: 100px;
    letter-spacing: 0.06em;
  }
  #course.it .h1_bg .mv_content .h1_wrap .h1_sub span {
    font-size: 80px;
  }
  #course.it .h1_bg .mv_content .h1_wrap .h1 span {
    font-size: 16px;
  }
  #course.it .h1_bg .mv_content #sec01 {
    padding: 15px 0;
    margin-top: 0;
    background: #119BA3;
  }
  #course.it .h1_bg .mv_content #sec01 .sec_wrap {
    padding-top: 0;
    text-align: left;
    color: #FFF;
  }
  #course.it .h1_bg .mv_content #sec01 .sec_wrap .h2_2 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .course_index#wrap {
    margin-bottom: 45px;
  }
  .course_index .sec_wrap {
    padding: 45px 20px 0;
  }
  .course_index .h2 {
    gap: 5px 0;
  }
  .course_index .h2.h2_span {
    position: relative;
  }
  .course_index .h2 span {
    font-size: 9px;
  }
  .course_index .h2 span span.icon {
    height: 7px;
    top: -3px;
    right: -8px;
    margin-left: 39px;
  }
  .course_index .h2 span span.icon:before {
    height: 7px;
    right: -6px;
  }
  .course_index .h2 span span.icon:after {
    right: 6px;
    height: 7px;
  }
  .intro {
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  .link_wrap {
    padding: 0 0 40px;
    margin: 0;
  }
  .link_wrap .link_list {
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }
  .link_wrap .link_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .link_wrap .link_list li .link_box {
    position: relative;
    transition: inherit;
    height: auto;
  }
  .link_wrap .link_list li .link_box .pic_box {
    height: inherit;
  }
  .link_wrap .link_list li .link_box .pic_box img {
    width: 100%;
    transition: inherit;
  }
  .link_wrap .link_list li .link_box .text_box {
    position: absolute;
    bottom: 0;
    transition: inherit;
  }
  .link_wrap .link_list li .link_box .text_box .more_txt {
    display: none;
  }
  .link_wrap .link_list li .link_box .text_box .txt01 {
    top: -20px;
    left: 0;
    padding: 0 10px;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
  }
  .link_wrap .link_list li .link_box .text_box .tit01 {
    font-size: 15px;
    margin-bottom: 0px;
    min-height: 3.5em;
    line-height: 1.3;
  }
  .link_wrap .link_list li .link_box .text_box .disc_txt {
    display: none;
  }
  .link_wrap .link_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .link_wrap .link_list li:nth-child(2n) {
    margin-right: 0;
  }
  .link_wrap .link_list li:hover .pic_box img {
    transform: inherit;
    opacity: 1;
  }
  .link_wrap .link_list li:hover .text_box {
    padding: 0;
  }
  .link_wrap .link_list li:hover .text_box .tit01 {
    min-height: 3.5em;
    margin-bottom: 0px;
  }
  .flex {
    margin-bottom: 30px;
  }
  .flex.flex_last {
    margin-bottom: 0;
  }
  .flex_l {
    margin: 0 auto 10px;
    width: 100%;
  }
  .flex_r {
    width: 100%;
  }
  .flex_tit {
    font-size: 16px;
  }
  .flex_r .btn02 {
    margin-top: 15px;
    text-align: center;
  }
  .field_ul {
    justify-content: flex-start;
  }
  .field_ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .field_ul li:nth-child(2n) {
    margin-right: 0;
  }
  .field_ul li a {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px 7px 30px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .field_ul li a span.icon {
    bottom: -4px;
  }
  .field_ul li a:hover span.icon {
    bottom: -4px;
  }
  .field_ul li a #work_aside span.under_shape {
    bottom: -15px;
    border-top-width: 15px;
  }
  .it .field_ul li {
    width: 49%;
    display: flex;
  }
  .flex_l02 {
    width: 100%;
  }
  .flex_r02 {
    margin: 0 auto;
    width: 70%;
  }
  .flex_r02_2 {
    margin: 10px auto 0;
    width: 45%;
  }
  .flex_r02_2_sp-full {
    margin: 10px auto 0;
    width: 65%;
  }
  .flow_img {
    margin: 20px 0;
    text-align: center;
  }
  .flow_img img {
    width: 90%;
    height: auto;
  }
  .year_title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .year_title p {
    font-size: 20px;
    border-left-width: 5px;
    line-height: 1.3;
    padding-left: 10px;
  }
  .year_title p span {
    display: block;
    font-size: 14px;
    padding-left: 0px;
    margin-top: 5px;
    line-height: 1.3;
  }
  .year_title p.fukidashi01 {
    position: absolute;
    top: -9px;
    right: 4%;
    width: 60%;
    border-left: none;
    line-height: 1.3;
    padding-left: 0;
  }
  .field_content {
    margin-bottom: 20px;
    border-bottom: dotted 1px #C1C1C1;
    padding-bottom: 20px;
  }
  .field_content.content_bottom {
    margin-bottom: 50px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .job_list {
    margin-top: 10px;
    font-size: 12px;
  }
  .job_list span {
    font-size: 12px;
  }
  .field_text {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 0px;
  }
  .class_link {
    margin-bottom: 10px;
  }
  .class_link a {
    font-size: 15px;
    padding: 5px 25px 5px 15px;
    min-height: 60px;
    margin-bottom: 0;
  }
  .class_link a p {
    font-size: 16px;
  }
  .class_link a p.icon {
    margin-right: 10px;
    width: 40px;
  }
  .it .class_link a:after {
    background: url(../it_coll/img/icon_year3_it.png) no-repeat center center/48px auto;
  }
  .it .class_link.year_4 a::after {
    background: url(../it_coll/img/icon_year4_it.png) no-repeat center center/48px auto;
  }
  .it .class_link.year_2 a::after {
    background: url(../it_coll/img/icon_year2_it.png) no-repeat center center/48px auto;
  }
  /* -------------------------*/
  /* ----------oc_li----------*/
  /* -------------------------*/
  #oc_li .sec_wrap {
    padding: 30px 20px 40px;
    margin-top: 45px;
  }
  .oc_li_tit {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .event_li {
    width: 100%;
    margin-right: 0;
  }
  .event_li .event_date {
    font-size: 15px;
  }
  .event_li .event_tit {
    font-size: 15px;
  }
  .event_li .event_for {
    margin: 10px 0;
  }
  .event_li .event_btn a:first-of-type:hover {
    color: #1260b5;
    background: #fff;
  }
  .event_li .event_btn a:hover {
    background: #ff0;
    color: #1260b5;
  }
  /* ------modal------------*/
  .modal_content01 {
    padding: 20px 15px;
  }
  #work_aside .slider .slick-prev, #work_aside .slider .slick-next {
    top: 30%;
  }
  /* ------SP END------------*/
}/*# sourceMappingURL=index.css.map */