@charset "UTF-8";
a:hover {
  opacity: 0.5;
  color: #333;
}
#breadcrumbs {
  border-top: none;
  margin-right: 0;
  padding: 15px 0;
  margin-bottom: 50px;
}
#breadcrumbs ul {
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumbs ul li {
  margin-right: 40px;
  font-size: .75rem;
}
#breadcrumbs ul li a {
  padding: 0;
  position: relative;
  display: inline-block;
}
#breadcrumbs ul li a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
}
.container {
  max-width: 1000px;
  min-width: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
/*----- 下層調整 -----*/
h1 {
  width: inherit;
}
#page-image {
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 0;
}
#page-image .catTtl {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
}
.midashi_s2 {
  background-image: none;
  margin-top: 0;
}
.box_gray h3 {
  font-size: 1.2rem;
  color: inherit;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.el_image {
  text-align: center;
}
.mokuj_ti {
  width: inherit;
}
.mokuji_txt {
  width: -webkit-fill-available;
}
.e-kanren_box img {
  height: auto;
}
.download_btn a::after {
  color: #58c6b7;
}
.btmLink a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
}
.btmLink a:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 50%;
  background: url(../images/common/ic_arw10.svg) no-repeat center center / 16px auto var(--color-base);
}	
/*タブ調整*/
.company_tab .tab {
  justify-content: center;
  border-bottom: solid 2px #58c6b7;
}
.company_tab .tab li a {
  padding: 10px 40px;
  font-size: 0.9rem;
  background-color: #E1FCF8;
}
.tab li.active a {
  background: #58c6b7;
}
.company_tab .area {
  padding: 20px;
  background-color: #f9f9f9;
}
.company_tab .area .wrap label {
  display: flex;
  padding: 10px 10px 10px 30px;
  font-size: 0.8rem;
  align-items: center;
  width: auto;
}
.link_s a::before {
  color: #58BFC7;
}

.mg80 {
	margin: 80px auto;}

.note-embed {
	max-width: 700px!important;
	margin: 0 auto!important;	
}
.p-noteEmbed {
	max-width: unset!important;
}


/*eラーニング セミナー調整*/
.other_box h4 {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 10px;
}
.sem_tag_live ul.f_box {
  line-height: 1;
  gap: 10px;
}
.sem_tag_live li {
  margin-right: 0;
  margin-bottom: 0;
  color: #58c6b7;
  border: 1px solid #58c6b7;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 1;
}
.post_ttl {
  text-align: center;
}
.post_hd1 {
  position: relative;
  font-size: 1.75rem;
  text-align: center;
  display: inline-block;
	font-weight: 500;
}
.post_hd1::after {
  position: absolute;
  content: url(../../images/wiwiw/common/h2_line.png);
  display: inline-block;
  width: 56px;
  height: 6px;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
}
.el_catgory {
  border: 1px solid #ccc;
  padding: 5px 20px;
  display: table;
  margin: 20px auto;
  border-radius: 5px;
  font-size: 0.8rem;
}
.tab_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
  justify-content: center;
  gap: 10px;
}
.tab_list ul li {
  margin-right: 0;
  color: #58c6b7;
  border: 1px solid #58c6b7;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 0.8rem;
}
.el_meta {
  flex-direction: column;
  align-content: center;
}
.el_meta .ic_category {
  padding: 0;
  margin-right: 0;
  margin-top: 10px;
  border: none;
  color: #333333;
  position: relative;
  top: 0;
  order: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}
.el_meta .ic_category:before {
  content: "";
  background-image: url("../images/common/ico_clock.svg");
  display: inline-block;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.midashi_leftline-pink, .midashi_leftline-green, .midashi_leftline-blue {
  border-left: solid 5px #58c6b7;
  font-size: 1.2rem;
  padding-left: 15px;
  line-height: 1.5;
  margin: 5rem 0 1.5rem;
}
.mokuji_box {
  background: none;
  padding-bottom: 0;
}
.mokuji_box::before {
  content: none;
}
.dot_list li {
  margin-bottom: 15px;
}
.dot_list li::before {
  color: #58c6b7;
}
.dot_list .dot_list_secondary {
  margin-top: 15px;
  font-size: 0.9rem;
}
.dot_list .dot_list_secondary li::before {
  color: #D9D9D9;
}
.dot_list .dot_list_secondary li {
  margin-bottom: 5px;
}
.other {
  background-color: #eee;
  padding: 3rem 0;
}
.talk_box {
  display: flex;
  align-items: center;
}
.comment_box:before, .or1.comment_box:before {
  top: inherit;
  margin-top: inherit;
}
.voice_ic {
  width: 60px;
  height: 60px;
}
.voice_man, .voice_woman {
  background-size: 25px;
}
.or2.voice_ic {
  margin-left: 37px;
  margin-right: 0;
}
.container.end {
  margin-bottom: 60px;
  max-width: unset;
  width: auto;
  padding: 0 30px;
}
.e-kanren_box h3 {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 0.9rem;
  border-bottom: solid 1px #333333;
}
.metalist {
  justify-content: center;
  border: none;
}
.table-pink th {
  border-bottom-color: #ddd;
  padding: 20px;
  width: 20%;
}
.seminar_teacher_img {
  width: 120px;
  margin-right: 20px;
}
.table-simple th {
  color: inherit;
}
/*事例調整*/
.midashi_q::before {
  content: none;
}
.midashi_q {
  font-size: 1.1rem;
  font-weight: bold;
  color: #58c6b7;
  padding-left: 0;
}
.cal2:nth-child(even) {
  margin-left: inherit;
}
/*NEWS調整*/
.news_main h4 {
  margin: 0 0 2rem;
  border-left: solid 4px #58c6b7;
}
.news_side {
  background-color: #fff;
  border-radius: 0;
}
.news_side ul li {
  display: block;
  cursor: pointer;
  border-bottom: solid 1px #ddd;
  padding: 10px 5px;
}
.news_side ul li a {
  text-decoration: none;
  font-family: var(--en);
}
.news_side ul li::before {
  color: #58c6b7;
}
.news_list .postListText_singleTermLabel {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  color: #58c6b7;
  border: 1px solid #58c6b7;
  background-color: #fff !important;
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 1;
}
.news_list .postListText_date {
  margin-top: 5px;
}
#news_detail .news_main {
  width: 100%;
}
#news_detail .postListText_singleTermLabel {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  color: #58c6b7;
  border: 1px solid #58c6b7;
  background-color: #fff !important;
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 1;
}
.news_main ul li::before {
  color: #58c6b7;
}
.news_main .cal2:nth-child(even) {
  margin-left: auto;
}
.news_main h3::after {
  background: #58c6b7;
}
#news_detail .news_main h4 {
  margin: 4rem 0 2rem;
}
.news_main ol li::before {
  background: #58c6b7;
}

/*個人情報保護方針調整*/
.plivacy h3 {
  border-left: solid 4px #58c6b7;
}
.plivacy h4::after {
  background: #58c6b7;
}
/*FAQ調整*/
.faq_title {
  display: flex;
  align-items: center;
}
.faq_title:before {
  top: inherit;
}
.toggle_box {
  border-top: none;
}
/*公開セミナー wiwiwLiVE*/
.eventList {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.eventList .eventItem {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
}
.eventList .eventItem img {
  height: 100px;
  width: 300px;
  object-fit: cover;
}
.eventList .eventItem .dateWrap {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 12px;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}
.eventList .eventItem .dateWrap .tag {
  color: #58c6b7;
  border: 1px solid #58c6b7;
  background-color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
}
.eventList .eventItem h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.eventList .eventItem table {
  font-size: 12px;
}
.eventList .eventItem table th {
  font-weight: bold;
  width: 15%;
}
.eventArchiveList li {
  display: flex;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 20px;
  font-size: 14px;
  gap: 0 100px
}
.eventArchiveList li .dateWrap .tag {
  color: #58c6b7;
  border: 1px solid #58c6b7;
  background-color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 12px;
  min-width: 70px;
  line-height: 1;
}
.eventArchiveList li .dateWrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.eventDetail,.wiwiwLiVEDetail {
  margin-bottom: 80px;
}
.eventDetail h1,.wiwiwLiVEDetail h1 {
  margin-bottom: 80px;
}
.eventDetail .tagWrap,.wiwiwLiVEDetail .tagWrap {
  text-align: center;
  margin-bottom: 80px;
}
.eventDetail .tag,.wiwiwLiVEDetail .tag {
  color: #58c6b7;
  border: 1px solid #58c6b7;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}
.table-outline th,.table-outline th {
  border-bottom:solid 1px #ddd;
  width: 20%;
}
.eventDetail.eventTeacher .f_box,.wiwiwLiVEDetail.eventTeacher .f_box,.wiwiwLiVEDetail.openBadge .f_box {
  flex-wrap: inherit;
  gap: 0 30px;
	margin-bottom: 0;
}
.eventDetail.eventTeacher figure,.wiwiwLiVEDetail.eventTeacher figure,.wiwiwLiVEDetail.openBadge figure {
  max-width: 150px;
}
.eventDetail.eventTeacher h3,.wiwiwLiVEDetail.eventTeacher h3,.wiwiwLiVEDetail.openBadge h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.eventDetail.eventTeacher h3 span,.wiwiwLiVEDetail.eventTeacher h3 span,.wiwiwLiVEDetail.openBadge h3 span {
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.wiwiwLiVEDetail.openBadge {
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	padding: 2rem 0;
}
.wiwiwLiVEDetail.openBadge .btmLink {
	display: flex;
	justify-content: flex-end;
}
.eventDetail .applicationBtn a,.wiwiwLiVEDetail .applicationBtn a {
  width: 400px;
  line-height: 80px;
  border-radius: 40px;
  background: var(--color-base);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.eventDetail .applicationBtn a:before,.wiwiwLiVEDetail .applicationBtn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 18px;
  background: url(../images/common/ic_arw7.svg) no-repeat 0 0 / 100% auto;
}
.eventDetail .applicationBtn.close a,.wiwiwLiVEDetail .applicationBtn.close a {
  background-color: #C4C4C4;
  pointer-events: none;
}
.eventDetail .applicationBtn.close a:before,.wiwiwLiVEDetail .applicationBtn.close a:before {
  content: none;
}
.eventDetail .midashi_s2,.wiwiwLiVEDetail .midashi_s2 {
  text-align: center;
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventDetail .add_box .midashi_s2:before,.wiwiwLiVEDetail .add_box .midashi_s2:before {
  content: "";
  background-image: url("../images/common/ic_caution.svg");
  width: 35px;
  height: 35px;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}
.eventDetail .add_box, .eventDetail .add_box h4,.wiwiwLiVEDetail .add_box, .wiwiwLiVEDetail .add_box h4 {
  font-size: 14px;
}

.wiwiwLiVEDetail .col2_image {
	display: flex;
	gap:40px;
	}

.wiwiwLiVEDetail .col2_image .slide {
	width: 40%;
	height: fit-content;
	position: relative;
	}

.wiwiwLiVEDetail .col2_image img{
	width: 100%;
	}


.wiwiwLiVEDetail .col2_image .slick-arrow {
  position: absolute;
  top: 0;
  bottom:0;
	margin: auto;
  z-index: 2;
  width: 50px;
  height: 50px;
  text-indent: 200%;
  white-space: nowrap;
  border-radius: 50%;
  background: #333;
  overflow: hidden;
	transition: 0.3s;
}
.wiwiwLiVEDetail .col2_image .slick-arrow:hover {
	opacity: 0.5;
	}
.wiwiwLiVEDetail .col2_image .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 16px;
  margin-top: -9px;
  margin-left: -8px;
  background: url(../images/common/ic_arw10.svg) no-repeat 0 0 / 100% auto;
}
.wiwiwLiVEDetail .col2_image .slick-prev {
  left: -25px;
}
.wiwiwLiVEDetail .col2_image .slick-prev:before {
  transform: scale(-1, 1);
}
.wiwiwLiVEDetail .col2_image .slick-next {
  right: -25px;
}



/* 企業情報 */
.aboutBannerUnit + .aboutBannerUnit {
  padding-top: 60px;
}
.aboutBannerUnit h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
}
.aboutBannerList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 50px;
}
.aboutBannerList li figcaption {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}



@media screen and (max-width: 798px) {
  #page-image {
    padding: 20px;
  }
  #page-image .catTtl {
    font-size: 20px;
  }
  #breadcrumbs {
    margin-bottom: 30px;
  }
  section.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
	  overflow: hidden;
  }
  .post_hd1 {
    font-size: 1.3rem;
  }
  #page-image .catTtl {
    font-size: 1.5rem;
  }
  .midashi_leftline-pink, .midashi_leftline-green, .midashi_leftline-blue {
    font-size: 18px;
    margin: 2rem 0 1rem;
  }
  .cal3 {
    margin-right: 0;
  }
  .other {
    padding: 2rem;
  }
	
.table-outline th, .table-outline th {
    width: 100%;
	padding: 20px;
}
  /*Eラーニング～セミナー調整*/
  .company_tab .tab {
    justify-content: space-between;
  }
  .company_tab .tab li {
    width: 24%;
    text-align: center;
  }
  .company_tab .tab li a {
    padding: 10px 0;
    font-size: 10px;
    width: 100%;
    margin: 0;
  }
  .company_tab .area {
    padding: 10px;
  }
  #training .other_box.f_box .cal3, #onlinecourse .other_box.f_box .cal3 {
    margin-bottom: 20px;
  }
  .other_box h4 {
    font-size: 14px;
  }
  #course_detail .el_image iframe, #training_detail .el_image iframe {
    width: 100%;
    height: 100%;
  }
  .table-pink th {
    border-bottom-color: #ddd;
    padding: 20px;
    width: 100%;
  }
  #training_detail .mokuji_box {
    display: block;
  }
  .el_catgory {
    margin: 10px auto 0;
  }
	
	
	
  /*NEWS調整*/
	
.news_main h3 {
        font-size: 18px;
		}
	
#news_detail .news_main h4 {
    margin: 2rem 0 2rem;
    font-size: 18px;
}
	
	
/*公開セミナー wiwiwLive*/
	
.eventList .eventItem {
    width: 100%;
}
	
.eventList .eventItem img {
    height: 150px;
    width: 100%;
	}
	
.eventArchiveList li {
    display: block;
	}
	
.eventDetail,.wiwiwLiVEDetail {
    margin-bottom: 40px;
}	
	
.eventDetail h1,.wiwiwLiVEDetail h1 {
    margin-bottom: 40px;
}	
	
.eventDetail .tagWrap,.wiwiwLiVEDetail .tagWrap {
    margin-bottom: 40px;
}
.eventDetail .table-outline th,.wiwiwLiVEDetail .table-outline th {
    width: 100%;
}
	
.eventDetail.eventTeacher figure,.wiwiwLiVEDetail.eventTeacher figure {
    max-width: 100%;
    margin-bottom: 20px;
}
.eventDetail.eventTeacher .f_box,.wiwiwLiVEDetail.eventTeacher .f_box {
    display: block;
}	
	
.eventDetail.eventTeacher .name ,.wiwiwLiVEDetail.eventTeacher .name {
    margin-bottom: 20px;
}
	


	
  /*faq調整*/	
.faqWrap .other {
		padding: 20px;
	}	
.faqWrap .other .container {
   padding-left: 0px !important;
   padding-right:0px !important;		
	}	
	
  /*login調整*/
  .download_btn a {
    padding: 15px;
    width: 100%;
  }
  .line_link a {
    width: 100%;
  }
/* 企業情報 */

.aboutBannerUnit h2 {
  font-size: 20px;
}
.aboutBannerList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
.aboutBannerList li figcaption {
  padding-top: 5px;
  font-size: 12px;
}	
	
  /*フッター調整*/
  #footer .footer_logo {
    margin-bottom: 15px;
    justify-content: center;
  }
  #footer .footer_logo img {
    width: 160px;
  }
  .footer_sitemap {
    padding: 2rem 0;
  }
  #footer .footer_logo p {
    font-size: 8px;
    margin-left: 10px;
    width: auto;
  }
  #footer .sns img {
    margin-left: 0;
  }
  #footer .sns {
    gap: 8px;
  }
  #footer .sitemap {
    margin:0;
  }
	#footer .footer_other {
		margin: 0 auto;
	}
	#footer .footer_other .otherWrap {
		display: flex;
		gap:20px;
	}
	.footer_box2 {
    margin: 30px 0 0;
}
	.footer_box2 h4 {
    margin-bottom: 30px;
    font-size: 14px;
	}
}