@charset "utf-8";
.btnstyle01 {
  margin: 50px 0 30px;
}
.btnstyle01 +.btnstyle02 {
  margin: 25px 0 50px;
}
.tabs {
  position: relative;
}
.tabs::before {
    display: block;
    content: "";
    width: 200vw;
    height: 1px;
    background-color: #007ac5;
    position: absolute;
    top: 50px;
    left: -50vw;
}
.tab_item {
  width: 165px;
  height: 50px;
  border: 1px solid #007ac5;
  background-color: #007ac5;
  color: #fff;
  font-size: 16px;
  text-align: center;
  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;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 15px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.tab_item::before, .tab_item:hover {
  opacity: 0.75;
}
.tabs input:checked + .tab_item {
  background-color: #fff;
  color: #007ac5;
}
.tab_content_description > .labelttl {
  margin-top: 50px;
}
.tab_content_description .ttltype1 .jp {
  text-align: left;
}
.tab_content_description .ttltype1 .ttl {
  margin: 20px 0;
  padding: 0;
}
.ttl_area {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ttl_industrial .txt {
  width: 795px;
}
.ttl_group .txt {
  width: 520px;
}
.mv {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mv .txt {
  width: 415px;
}
.mv h2 {
  color: #007ac5;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
}
.mv .btnstyle02 {
  margin: 50px 0 70px;
}
.mv .btnstyle02 a {
  width: 100%;
  padding: 5px 0;
}
.mv .img {
  width: 586px;
}
.tab01_content .youtube {
  position: relative;
  width: 673px;
  height: 383px;
  margin: 45px auto 70px;
}
.tab01_content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tab01_content .flex.column3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 20px;
}
.tab01_content .flex.column3 .item {
  width: 30%;
  min-width: 333px;
  text-align: center;
}
.tab01_content .flex.column3 .item div {
  height: 80px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  margin-top: 8px;
}
.tab01_content .flex.column3 .item p {
  font-size: 1.4rem;
}
.tab01_content .solution {
  text-align: center;
  position: relative;
}
.tab01_content .solution::before {
  display: block;
  content: "";
  height: 37px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url('../images/elearning/ico_arrow.png');
  margin-bottom: 10px;
}
.tab01_content .solution::after {
  display: block;
  content: "";
  width: 579px;
  height: 4px;
  background-color: #007ac5;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
}
.tab01_content .solution span {
  display: inline-block;
  font-size: 1.8rem;
  color: #007ac5;
  font-weight: bold;
}
.tab02_content .industrial {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}
.tab02_content .industrial .item:first-child {
  width: 350px;
}
.tab02_content .industrial .item:nth-of-type(2) {
  width: 270px;
}
.tab02_content .industrial .item:last-child {
  width: 340px;
}
.tab02_content .industrial .item p {
  text-align: center;
  font-size: 1.4rem;
}
.tab02_content .sample {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 45px 0 50px;
}
.tab02_content .sample .item {
  width: 520px;
}
.tab02_content .sample .item p {
  text-align: center;
  font-size: 1.4rem;
  color: #999999;
}
.tab02_content table {
  width: 100%;
  border: 1px solid #0e57a2;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px 0 45px;
}
.tab02_content table thead th {
  background-color: #0e57a2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  font-size: 1.4rem;
}
.tab02_content table tbody th{
  font-weight: bold;
  vertical-align: middle;
  width: 30%;
}
.tab02_content table tbody th,
.tab02_content table tbody td {
  border-top: 1px solid #0e57a2;
  border-left: 1px solid #0e57a2;
  padding: 15px;
  font-size: 1.4rem;
}
.tab02_content table tbody td {
  width: 35%;
  vertical-align: top;
}
.tab03_content .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tab03_content .flow.cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab03_content .flow.sbw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tab03_content .flow .puls {
  margin: auto;
  color: #fff;
  background-color: #007ac5;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 3rem;
  line-height: 24px;
  text-align: center;
}
.tab03_content .flow.cen .puls {
  margin: 0 30px;
}
.tab03_content .flow.sbw .puls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tab03_content .flow .item {
  width: 520px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab03_content .flow.cen .item {
  width: unset;
}
.tab03_content .flow .management,
.tab03_content .flow .attendance,
.tab03_content .flow .gray {
  padding: 20px;
  line-height: 1;
}
.tab03_content .flow .item p {
  font-size: 1.4rem;
  letter-spacing: -1px;
}
.tab03_content .flow .item .ttl {
  font-weight: bold;
  font-size: 2.0rem;
  display: inline-block;
  text-align: center;
}
.tab03_content .flow .management {
  background-color: #e5f9f8;
}
.tab03_content .flow .management .ttl {
  color: #00c5b9;
}
.tab03_content .flow .attendance {
  background-color: #fdf3f5;
}
.tab03_content .flow .gray{
  background-color: #f5f5f5;
}
.tab03_content .flow .attendance .ttl {
  color: #ee8c9a;
}
.tab03_content .flow .management span.ttl,
.tab03_content .flow .attendance span.ttl,
.tab03_content .flow .gray span.ttl {
  font-size: 1.6rem;
  line-height: 1;
}
.tab03_content .flow span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.tab03_content .b-box {
  background-color: #f2f8fc;
  padding: 30px;
  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;
}
.tab03_content .b-box dt {
  font-size: 2.0rem;
  color: #0074c5;
  padding-right: 30px;
  border-right: 1px solid #999;
  height: 75px;
  line-height: 75px;
}
.tab03_content .b-box dd {
  padding-left: 30px;
}
.tab03_content .coution {
  text-align: center;
  margin: 40px 0 45px;
}
.tab03_content .coution::after {
  display: block;
  content: "";
  width: 960px;
  height: 4px;
  background-color: #007ac5;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
}
.tab03_content .coution span::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50px;
  background-color: #007ac5;
  vertical-align: middle;
}
.tab03_content .coution span {
  display: inline-block;
  font-size: 2.0rem;
  color: #007ac5;
  font-weight: bold;
}
.tab03_content table {
  width: 100%;
  border: 1px solid #0e57a2;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px 0 10px;
}
.tab03_content table thead th {
  background-color: #0e57a2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  font-size: 1.4rem;
}
.tab03_content table tbody th{
  font-weight: bold;
  vertical-align: middle;
  width: 30%;
}
.tab03_content table tbody th,
.tab03_content table tbody td {
  border-top: 1px solid #0e57a2;
  border-left: 1px solid #0e57a2;
  padding: 15px;
  font-size: 1.4rem;
}
.tab03_content table tbody td {
  width: 70%;
}
.tab04_content .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
.tab04_content a.flex::after {
  background-image: none;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-right: 4px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #0074c5;
  border-right: 2px solid #0074c5;
  right: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tab04_content .flex .img {
  width: 220px;
}
.tab04_content .flex .overview,
.tab04_content .flex .plans {
  width: 815px;
}
.tab04_content .flex .overview {
  padding-right: 20px;
}
.tab04_content .flex .overview dt {
  color: #0074c5;
  float: left;
  font-weight: bold;
}
.tab04_content .flex .overview dd {
  padding-left: 110px;
  margin-bottom: 25px;
}
.tab04_content .flex .overview dd:last-of-type {
  margin-bottom: 0;
}
.mt10 { margin-top: 10px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.pc-mb65 { margin-bottom: 65px; }
.large { font-size: 1.8rem;}
.small { font-size: 1.4rem; line-height: 2;}
.x-small { font-size: 1.2rem;}
#tab01:checked ~ #tab01_content, 
#tab02:checked ~ #tab02_content, 
#tab03:checked ~ #tab03_content, 
#tab04:checked ~ #tab04_content {
  display: block;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px), print {}
@media screen\0 {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
@media (max-width: 1024px) {
  main {
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none; 
  }
  main::-webkit-scrollbar {
    display:none;
  }
  .mv .txt {
    width: 100%;
    margin-top: 10px;
  }
  .mv .txt h2 {
    text-align: center;
    font-size: 5vw;
  }
  .mv .txt p {
    text-align: center;
  }
  .mv .img {
    order: -1;
    width: 100%;
    text-align: center;
  }
  .mv .btnstyle02 {
    width: 50%;
    margin: 30px auto;
  }
  .tab_item {
    width: 22%;
  }
  .tab01_content .flex.column3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .tab01_content .flex.column3 .item {
    width: 48%;
    min-width: inherit;
    margin-bottom: 20px;
  }
  .tab01_content .flex.column3 .item:first-of-type {
    margin-right: 4%;
  }
  .btnstyle01 a, .back_btn a, .btnstyle02 a {
    width: 100%;
    max-width: inherit;
  }
  .ttl_industrial .txt {
    width: 60%;
  }
  .ttl_industrial .img {
    width: 35%;
  }
  .tab02_content .industrial {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
  }
  .tab02_content .industrial .item {
    margin-bottom: 20px;
  }
  .tab02_content .industrial .item:first-child,
  .tab02_content .industrial .item:last-child {
    width: 50%;
  }
  .tab02_content .industrial .item:first-child {
    margin-right: 10%;
  }
  .tab02_content .industrial .item:nth-of-type(2) {
    width: 40%;
  }
  .tab02_content table tbody th {
    text-align: center;
  }
  .ttl_group .txt {
    width: 55%;
  }
  .ttl_group .img {
    width: 45%;
  }
  .tab02_content .sample .item {
    width: 48%;
  }
  .tab02_content table tbody th {
    width: 20%;
  }
  .tab02_content table tbody td {
    width: 40%;
  }
  .tab03_content .flow .item {
    width: 49%;
  }
  .tab03_content .flow span {
    margin: 0 5px;
  }
  .tab03_content .flow.cen .puls {
    margin: 0 15px;
  }
  .tab03_content .coution span {
    text-align: left;
  }
  .tab03_content table tbody th {
    width: 40%;
  }
  .tab03_content table tbody td {
    width: 60%;
  }
  .tab04_content .flex .img {
    width: 30%;
  }
  .tab04_content .flex .overview, .tab04_content .flex .plans {
    width: 65%;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  .mv .txt h2 {
    margin-bottom: 10px;
  }
  .mv .btnstyle02 {
    width: 100%;
    margin: 10px 0 20px;
  }
  .tabs.wrap {
    width: 100%;
    margin: auto;
  }
  .tabs::before {
    display: none;
  }
  .tab_item {
    width: 50%;
    margin-right: 0;
    border: none;
    border-top: 1px solid #007ac5;
    border-right: 1px solid #007ac5;
    font-size: 1.4rem;
    background-color: #fff;
    color: #007ac5;
  }
  .tab_item:nth-of-type(odd){
    border-left: 1px solid #007ac5;
  }
  .tab_item:nth-of-type(3),
  .tab_item:nth-of-type(4) {
    border-bottom: 1px solid #007ac5;
  }
  .tabs input:checked + .tab_item {
    background-color: #007ac5;
    color: #fff;
  }
  .tab_item:hover {
    opacity: 1;
  }
  .tab_content_description > .labelttl {
    margin-top: 30px;
  }
  .tab01_content .youtube {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    margin: 20px 0;
  }
  .tab01_content .flex.column3 {
    display: block;
    margin-top: 20px;
  }
  .tab01_content .flex.column3 .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;
    margin: 0 0 10px;
    width: 100%;
  }
  .tab01_content .flex.column3 .item img {
    width: 20%;
    height: auto;
  }
  .tab01_content .flex.column3 .item div {
    width: 75%;
    height: auto;
    padding: 10px;
  }
  .tab01_content .flex.column3 .item:nth-of-type(2) img {
    order: 1;
  }
  .tab01_content .solution span {
    font-size: 1.6rem;
  }
  .btnstyle01 {
    margin: 30px 0 20px;
  }
  .btnstyle01 +.btnstyle02 {
    margin: 20px 0 30px;
  }
  .ttl_industrial .txt {
    width: 100%;
  }
  .ttl_industrial .txt img {
    width: 50%;
    margin: 10px 0;
  }
  .tab02_content .ttl_industrial .ttltype1 .jp,
  .tab02_content .ttl_group .ttltype1 .jp {
    text-align: center;
  }
  .tab02_content .ttl_industrial .ttltype1 .ttl,
  .tab02_content .ttl_group .ttltype1 .ttl {
    right: unset;
    left:  29%;
    margin: unset;
  }
  .tab02_content .industrial .item:first-child,
  .tab02_content .industrial .item:nth-of-type(2),
  .tab02_content .industrial .item:last-of-type {
    margin: 0 0 15px;
    width: 100%;
  }
  .tab02_content .industrial .item img {
    margin-bottom: 5px;
  }
  .ttl_group .txt {
    width: 100%;
  }
  .ttl_group .txt img {
    width: 60%;
    margin: 10px 0;
  }
  .tab02_content .sample {
    display: block;
  }
  .tab02_content .sample .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .tab02_content table tbody th, .tab02_content table tbody td {
    padding: 10px;
  }
  .tab03_content .flow {
    display: block;
    margin-top: 20px;
  }
  .tab03_content .flow .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .tab03_content .flow.cen .puls {
    margin:5px auto;
  }
  .tab03_content .b-box {
    padding: 10px;
  }
  .tab03_content .b-box dt {
    font-size: 1.6rem;
    padding-right: 10px;
  }
  .tab03_content .b-box dd {
    padding-left: 10px;
  }
  .tab03_content .tar {
    text-align: left;
  }
  .tab04_content .flex {
    display: block;
  }
  .tab04_content .flex .img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .tab04_content .flex .img img {
    width: 60%;
  }
  .tab04_content .flex .overview, .tab04_content .flex .plans {
    width: 100%;
  }
  .sp-mb30 { margin-bottom: 30px; } 
}