@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .p-index_kv__inner::before {
    background-image: url(../img/kv_bg@2x.png);
  }
}

.p-index_kv__inner h2 {
  z-index: 1;
  color: #fff;
  font-size: 48px;
  position: absolute;
  left: 10%;
  top: 140px;
  line-height: 1.6;
}

.p-index_kv__inner h2 span {
  font-size: 28px;
}

.c-service_item__event__img img {
  width: 100%!important;
}

img.js-svg {
  opacity: 1!important;
}

.aff_area h2 {
  font-size: 78px!important;
  text-align: center!important;
}

.aff_area p {
  padding-top: 50px;
  text-align: center!important;
  padding-bottom: 60px;
}

.aff_area {
  max-width: 1180px;
  margin: 0 auto;
}

.aff_area img {
  width: 100%;
}

p.c-heading01__jp {
  font-size: 30px!important;
  line-height: 1.8!important;
}

.footer_bg {
  padding-right: 0!important;
}

.p-index_recruit__img {
  top:60px;
}

.c-service_item__event2 {
  margin-top: 80px;
  margin-bottom: 60px!important;
}

.p-index_service__outer2 {
  padding-top: 60px;
}

.p-index_service__outer3 {
  padding-top: 80px;
}

.c-text01 {
  text-align: left;
}

.p-advantage_section__item.-no01 .p-advantage_section__item__img.-no02 {
  top: 90%;
}

@media (min-width: 768px) {
  .pc_none {
    display: none!important;
  }
}

@media (max-width: 767px) {
  .aff_area h2 {
      font-size: 60px !important;
      text-align: center !important;
  }

  .c-content_margin {
    margin-right: 0!important;
  }

  .sm_none {
    display: none!important;
  }

  .aff_area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aff_area p {
      padding-top: 40px;
      text-align: center !important;
      padding-bottom: 30px;
  }

  .affiliations {
    padding-top: 60px;
  }

  .p-index_kv__inner h2 {
      font-size: 28px;
      position: absolute;

  }

  .p-index_kv__inner h2 span {
      font-size: 20px;
  }

  .l-header_logo {
    width: auto!important;
  }

  .l-header_logo img {
    height: 50px;
  }

  .l-header_inner__row {
    top: 0!important;
  }

  .c-hamburger {
    top: 0.9em!important;
    height: 45px;
    width: 45px;
  }

  .c-hamburger::before {
      top: 36%!important;
  }

  .c-content_margin {
    margin-right: 20px!important;
  }

  .p-index_philosophy__catch__img.-no02 {
    top: calc(-7.9795918367vw + 443.6734693878px)!important;
  }

  .p-index_service {
    padding-top: 70px;
  }

  .p-index_service__heading {
    padding-bottom: 0px!important;
    margin-bottom: 20px!important;
  }

  .p-index_service__bottom {
    padding-bottom: 80px!important;
  }

  .p-index_service__outer3 {
    padding-top: 0!important;
  }

  .c-hamburger.is-act:before {
      top: 50%!important;
  }

  .p-advantage_section__item.-no01 .p-advantage_section__item__img.-no02 {
  top: 78%;
  }
}

.course_area {
  text-align: center;
  margin-top: 108px;
}

.course_area h2 {
  padding-top: 40px;
  font-size: 18px;
  letter-spacing: 1px;
}

.course_area h3 {
  padding-top: 20px;
  font-size: 88px;
  letter-spacing: 1px;
}

.course_area p {
  padding-top: 120px;
  max-width: 580px;
  margin: 0 auto;
  font-size: 16px;
  padding-bottom: 60px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  max-width: 940px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  background-color: #EEEEEE;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 40px 0;
  padding-bottom: 0;
  clear: both;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #555555;
  color: #fff;
}

.tab_content h2 {
  font-size: 28px;
  padding-bottom: 40px;
  font-weight: normal;
}

.tab_content h3 {
  font-weight: normal;
  text-align: left!important;
  font-size: 28px;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #707070;
}

.tab_content table {
	font-size: 16px;
	margin: 40px auto;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.tab_content th,.tab_content td {
	padding: 16px;
	font-weight: normal;
	text-align: left;
	border-bottom: 2px solid #EEF0F2;
}
.tab_content th {
  font-weight: bold;
  width: 20%;
}
th.border_top,td.border_top2 {
	border-top: 2px solid #EEF0F2;
}

.tab_content td span {
	font-size: 90%;
}

.skill {
  text-align: left;
}

.skill span {
  font-size: 14px;
  color: #fff;
  background: #999999;
  padding: 10px 20px;
}

.skill_content {
  background: #F6F6F6;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.skill_content p {
  color: #000000;
  padding-top: 0px;
  max-width: 100%;
  text-align: left;
  font-size: 14px;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .course_area h2 {
    padding-top: 40px;
    font-size: 18px;
  }

  .course_area h3 {
    padding-top: 20px;
    font-size: 64px;
  }

  .course_area p {
    padding-top: 60px;
    max-width: 580px;
    margin: 0 auto;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    padding-bottom: 60px;
  }

  .tabs {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    padding-bottom: 0px;
    background-color: #fff;
    max-width: 940px;
    margin: 0 auto;
  }

  .tab_item {
      width: calc(100% / 3);
      height: 40px;
      background-color: #EEEEEE;
      line-height: 40px;
      font-size: 14px;
      text-align: center;
      color: #565656;
      display: block;
      float: left;
      text-align: center;
      transition: all 0.2s ease;
  }

  .course_area h2 {
      padding-top: 0px;
      font-size: 20px;
      padding-bottom: 40px;
  }

  .tab_content h3 {
      font-weight: normal;
      text-align: left !important;
      font-size: 18px;
      padding: 0.25em 0.5em;
      background: transparent;
      border-left: solid 2px #707070;
  }

  .tab_content table {
      font-size: 14px;
      margin: 20px auto;
      margin-right: 0;
      margin-left: 0;
      width: 100%;
      margin-bottom: 40px;
  }

  .tab_content th {
      font-weight: bold;
      width: 35%;
      padding-right: 0;
      margin-right: 0;
  }

  .skill_content p {
    padding-top: 10px;
    max-width: 580px;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1680px) {
  .tabs {
      max-width: 60%;
  }
}

.tabMenu {
	padding: 0px;
	margin: 0px;
	text-align:center;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
}
.tabMenu li {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	list-style: none;
	flex-grow: 1;
	flex-grow: 1;
}
.tabMenu li:nth-child(1) {
	background: #06D6A0;
}
.tabMenu li:nth-child(2) {
	margin: 0px 5px;
	background: #1B9AAA;
}
.tabMenu li:nth-child(3) {
	background: #EF476F;
}
.tabMenu li a {
	display:block;
	padding: 20px 0px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
}
.tabMenu li.select,
.tabMenu li.select a {
	color: #fff;
}
.tabContent {
	padding: 100px 0px;
	text-align: center;
}
.tabContent.disnon {
	display: none;
}
.tabContent.select {
	display: block;
}
#cate1 {
	background: #06D6A0;
}
#cate2 {
	background: #1B9AAA;
}
#cate3 {
	background: #EF476F;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-menu {
    position: relative;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

li.active {
    background-color: #555555!important;
    color: #fff!important;
}

.tab-menu li {
  width: calc(100% / 3);
      height: 50px;
      background-color: #EEEEEE;
      line-height: 50px;
      font-size: 16px;
      text-align: center;
      color: #565656;
      display: block;
      float: left;
      text-align: center;
      transition: all 0.2s ease;
}

@media (max-width: 767px) {
    .tab-menu li {
        width: calc(100% / 3);
        height: 40px;
        background-color: #EEEEEE;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        color: #565656;
        display: block;
        float: left;
        text-align: center;
        transition: all 0.2s ease;
    }
}
