@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
　slider
-------------------------------------------*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 5px;/*スライド左右の余白調整*/
}



/*-------------------------------------------
　背景色
-------------------------------------------*/
.bg_lightblue {
  background-color: #f2f6fd;
}
.bg_link_gray {
  background: url("/common/img/training/bg_link_gray.png") center no-repeat;
  background-color: #f4f5f9;
  background-size: cover;
}
/* チェックリスト */
.checklist_r li {
  position: relative;
}
.checklist_r li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #0065ee;
  border-bottom: 2px solid #0065ee;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* リストDisc */
.disc_r li {
  position: relative;
}
.disc_r li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 3px solid #0065ee;
  border-radius: 100%;
}
/*-------------------------------------------
　吹き出し
-------------------------------------------*/
.balloon {
  border-bottom: 1px solid #FFFFFF !important;
}
.balloon:before {
  border-color: #ffffff transparent transparent transparent !important;
}
.balloon:after {
  border-color: #0052cc transparent transparent transparent !important;
}
/*-------------------------------------------
　お問い合わせ ボタン01
-------------------------------------------*/
.tr01_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 25px;
  width: 160px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #E89831;
  border-radius: 50vh;
  border: solid 2px #E89831;
}
.tr01_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.tr01_btn a:hover {
  text-decoration: none;
  background-color: #fff;
  border: solid 2px #E89831;
  color: #E89831;
}
.tr01_btn a:hover:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #E89831;
  border-right: 2px solid #E89831;
  transform: rotate(45deg);
} /*-------------------------------------------
　お問い合わせ ボタン02
-------------------------------------------*/
.tr02_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 25px;
  color: #fff;
  font-weight: 700;
  background-color: #E89831;
  border-radius: 50vh;
  border: solid 2px #E89831;
}
.tr02_btn a:hover {
  text-decoration: none;
  background-color: #fff;
  border: solid 2px #E89831;
  color: #E89831;
}
/*-------------------------------------------
　お問い合わせ ボタン03
-------------------------------------------*/
.tr03_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 25px;
  color: #E89831;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50vh;
  border: solid 2px #E89831;
}
.tr03_btn a:hover {
  text-decoration: none;
  background-color: #E89831;
  border: solid 2px #E89831;
  color: #fff;
}
/*-------------------------------------------
　お問い合わせ ボタン 横に並べる
-------------------------------------------*/
.link_two {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .link_two {
    width: 100%;
  }
}
/*-------------------------------------------
　タイトル
-------------------------------------------*/
/*トップページタイトル*/
.section_tit_t {
  margin-bottom: 50px;
  line-height: 1.3em;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.section_tit_t:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0065ee;
}
@media (max-width: 600px) {
  .section_tit_t {
    font-size: 22px;
  }
}
/* 共通スタイル調整 ここまで */
/*-------------------------------------------
　メインビジュアル
-------------------------------------------*/
.pageImg {
background-color: #0747a6;
background-image: linear-gradient(160deg, #0747a6 36%, #2276f3 100%);

}
.pageImg_text {
  color: #fff !important;
}
.pageImg_text h1 {
  margin-bottom: 30px !important;
}
/*==============================*/
/* 研修事業トップページ */
/*==============================*/
/* こんなお悩みありませんか？ */
.issue_area ul {
  display: flex;
  flex-diretion: row;
  justify-content: center;
  position: relative;
}
.issue_area ul:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 50px 50px 0 50px;
}
.issue_area h3 {
  padding: 30px 0 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.issue_area img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1));
}
@media (max-width: 600px) {
  .issue_area ul {
    flex-direction: column;
  }
  .issue_area img {
    width: 100%;
  }
}
/*-------------------------------------------
　リックソフトが解決
-------------------------------------------
.solved_area {
  position: relative;
}
.solved_area h2 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.solved_area_img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1));
}
.solved_area:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #deebff transparent transparent transparent;
  border-width: 50px 50px 0 50px;
}*/
.line02 {
  font-size: 28px;
}
.line01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.line01::before, .line01::after {
  content: '';
  width: 3px;
  height: 30px;
  background-color: #444444;
}
.line01::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.line01::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

/*.solved_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -50px;
  padding-top: 100px;
}
.solved_content .solved_box {
  background-color: #fff;
  padding: 50px 80px 60px 60px;
  border-radius: 5px;
  z-index: 9;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1));
}
.solved_content .solved_box h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.3em;
  margin: 20px 0 20px 0;
  letter-spacing: 0.1em;
  text-align: center;
}
.solved_content img {
  width: 500px;
  border-radius: 5px;
}*/
@media (max-width: 600px) {
  .line02 {
    font-size: 24px;
  }
	.solved img{
	width: 100%;
}
  /*.solved_content {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }
  .solved_content .solved_box {
    background-color: transparent;
    padding: 0;
  }
  .solved_content img {
    max-width: initial;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }*/
}
/*-------------------------------------------
　プランの紹介
-------------------------------------------*/
.card_titl_plan {
  font-weight: 900;
  font-size: 1.3em;
  padding: 20px;
	text-align: center!important;
}
.card_action_plan {
  display: flex;
  justify-content: center!important;
  padding: 5px 20px 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: auto;
}


/*-------------------------------------------
　
.plan-content {
  display: flex;
  flex-wrap: wrap;
}
.plan-item {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  width: 235px;
  margin-right: 20px;
  margin-bottom: 30px;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}
.plan-item:last-child {
  margin-right: 0;
}
.plan-item:nth-child(4) {
  margin-left: 0;
}
.plan-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.plan-item h3 {
  padding: 30px 0 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.plan-item img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.plan-item:hover {
  box-shadow: 2px 5px 25px -4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.5s;
}
.plan-info {
  padding: 0 15px;
}
.plan-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 3px 24px;
  width: 110px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #4e4d4a;
  transition: 0.3s;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
}
.plan-button::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.plan-button:hover {
  text-decoration: none;
  background-color: #999999;
  transition: .3s;
}
.plan-detail {
  counter-reset: num;
}
.plan-detail-title {
  background: #36b37f;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0.5em 0.5em;
  border-left: solid 2em #006644;
  line-height: 1.3em;
}
@media screen and (max-width:600px) {
  .plan-content {
    flex-direction: column;
  }
  .plan-item {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }
}*/
/* ベストプラクティス */

.recomend .text {
  margin-right: 30px;
}
.recomend_content {
  display: flex;
  align-items: center;
}
.recomend_content h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}
.recomend_content img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1));
}
.recomend::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 40px;
  background: #929DDD;
  margin: auto;
  top: -30px;
}
@media (max-width: 600px) {
  .recomend_content {
    flex-direction: column;
  }
  .recomend .text {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .recomend_content img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* コース一覧 */
.course_content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -20px 0px 0px -20px;
}
.course_content li {
  width: 180px;
  padding: 20px 0 0 20px;
}
.course_content h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
}
.course_content h4 {
  margin: 5px 0;
  font-weight: 900;
  font-size: 15px;
  padding: 0;
}
.course_content img {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}
.course_content a:hover {
  transition-duration: 0.3s;
  cursor: pointer;
}
.course_content img:hover, .course_content h4:hover, .course_content p:hover {
  opacity: 1 !important;
  transition-duration: 0s !important;
}
@media (max-width: 600px) {
  .course_content ul {
    flex-direction: column;
    margin: 0;
  }
  .course_content li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
/* ラベル　サービスタイプ */
.course_content ul li ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 8px;
}
.course_content ul li ul li {
  width: 44% !important;
  padding: 5px 0 !important;
  line-height: 1.5em !important;
  margin: 0 !important;
}
.course_content .course_btn a {
  display: block;
  text-align: center;
  color: #2684fe;
  background-color: #FFF;
  border: 1px solid #2684fe;
  padding: 5px;
  border-radius: 3px;
}
.course_content .course_btn a:hover {
  color: #fff;
  background-color: #2684fe;
}



/* 選ばれる理由 */
.reason_content {
  margin-top: 60px;
  display: flex;
  align-items: center
}
.reason_text {
  margin-right: 40px;
}
.reason_odd {
  display: flex;
  flex-direction: row-reverse;
}
.reason_odd .reason_text {
  margin-left: 40px;
}
.reason_text h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}
.reason_content img {
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}
@media (max-width: 600px) {
  .reason_content {
    flex-direction: column;
  }
  .reason_content img {
    width: 100%;
    margin-bottom: 20px;
  }
  .reason_text {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .reason_odd .reason_text {
    margin-left: 0;
  }
}
/*-------------------------------------------
　事例
-------------------------------------------*/
.casestudy_content {
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .casestudy_content {
    flex-direction: column;
  }
}
.casestudy-item {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
  padding-bottom: 10px;
  flex: 1;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 420px;
  transition: all .5s;
}
.casestudy-item h3 {
  padding: 10px 0 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.casestudy-img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.casestudy_logo {
  height: 60px !important;
}
.casestudy-info {
  padding: 0 15px 20px;
}
.casestudy-item:hover {
  box-shadow: 2px 5px 25px -4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (max-width:600px) {
  .casestudy-content {
    flex-direction: column;
  }
  .casestudy-item {
    margin-bottom: 50px;
  }
}
/*-------------------------------------------
　全コース一覧
-------------------------------------------*/
.list_tab {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
	justify-content: center
}
.list_tab li {
  width: 45%;
  background: #fff;
  font-size: 1.5em;
  line-height: 1;
  border: 2px solid #e4e4e4;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
	border-radius: 5px;
}
.list_tab li.active {
  background: #485CC7;
  border: 2px solid #485CC7;
  color: #fff;
	position: relative;
}
.list_tab li.active:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #485CC7 transparent transparent transparent;
    border-width: 15px 15px 0 15px;
}
.list_tab li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.list_tab li:hover {
  background: #485CC7;
  color: #fff;
}
.page_anchor_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
.page_anchor_list li {
  display: flex;
}
.page_anchor_list li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #485CC7;
  font-size: 0.9em;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #485CC7;
	border-radius: 3px;
  padding: 15px 20px 15px 15px;
  margin: 0 5px 0 5px;
  background: #fff;
}
.page_anchor_list li a::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #485CC7;
  border-right: 1px solid #485CC7;
  transform: rotate(135deg);
}
.page_anchor_list li a:hover {
  background: #eceef9;
}

/* テーブル*/
.course_list table th {
  background: #f2f6fd;
}
.course_list table th {
  padding: 10px;
}

.course_list table td span{
	font-size: 1.2em;
}
.course_list .plan{
	font-size: 0.81em;
}
/* セル全体をリンク*/
.course_list table td a {
   display: block;      
}
.course_list table td a:hover {
  background: #f2f6fd;
}
.course_list .titl_right{
	font-size: 1.2em;
}
.course_list .course_link {
    position: relative;
    margin-right: 20px;
}
.course_list .course_link::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: -20px;
    width: 15px;
    height: 14px;
    background: url("/common/img/training/ico_linkv2.png") no-repeat;
    background-size: auto 100%;
    transition: .3s;
}
.course_list .course_link_l {
    position: relative;
    margin-left: 20px;
}
.course_list .course_link_l::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -20px;
    width: 15px;
    height: 14px;
    background: url("/common/img/training/ico_linkv2.png") no-repeat;
    background-size: auto 100%;
    transition: .3s;
}


/*cardの色*/
.course_list .card .bg_lightblue {
  background-color: #f2f6fd;
}
.course_list .card .bg_lightskyblue {
  background-color: #f2fdfd;
}
.course_list .card .bg_lightgreen {
  background-color: #f5faf9;
}
.course_list .card .bg_lightyellow {
  background-color: #fdfaf2;
}
.course_list .card .bg_lightpuple {
  background: #f5f7fc;
}



/*Platinum Solution Partnerバッチ*/

/* Atlassian bland add */
.solution_partner {width:332px; max-width: 100%; flex-wrap: wrap; margin: 8px auto 16px;}
.badge{width: calc( calc(100% / 3) - 16px)!important;}
.badge img {width :100%; height: auto;}

.Platinum_Solution_Partner .lst{width: calc(100% - 20px); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 0.86em; line-height: 140%; border: 2px solid #0747A6; padding: 10px 10px 0; background: #FFF;}
.Platinum_Solution_Partner .lst .solution_partner{width: calc(20% - 0px); }
.Platinum_Solution_Partner .lst .solution_partner img{width: 100%; height: auto;}
.Platinum_Solution_Partner .lst .solution_partner .badge {margin-top:10px;}

.Platinum_Solution_Partner .lst .APAC_Services{width: calc(20% - 0px); text-align: center;}
.Platinum_Solution_Partner .lst .APAC_Services img{width: 40%; height: auto; margin-bottom: 6px;}
.Platinum_Solution_Partner .lst .APAC_Services p{text-align: center; font-size: 0.9em; line-height: 100%;}

.Platinum_Solution_Partner .lst .notice{width: calc(60% - 0px);}

@media (max-width: 600px){
	.solution_partner {width:332px; max-width: 100%; flex-wrap: wrap; margin: 8px auto 8px;}
	.Platinum_Solution_Partner .lst{width: calc(100% - 20px); padding: 0px 10px;}
	.Platinum_Solution_Partner .lst .solution_partner{width: calc(45% - 10px); padding: 0;}
	.Platinum_Solution_Partner .lst .APAC_Services{width: calc(55% - 20px); padding:10px; display: flex; align-items: center;}
	.Platinum_Solution_Partner .lst .APAC_Services img{width: 30%; height: auto;}
	.Platinum_Solution_Partner .lst .APAC_Services p{padding-left: 10px; font-size: 1.0em;}
	.Platinum_Solution_Partner .lst .notice{width: calc(100% - 0px); font-size: 0.9em; padding:0; display: none;}
}

.Platinum_Solution_Partner h3{font-size: 0.8em; font-weight: normal;}
.Platinum_Solution_Partner h3+small{display: block; margin-bottom: 0em;}
.Platinum_Solution_Partner p{font-size: 1.2em;}


/* /common/css/page/product/partner_badge.css コピー＆調整 */
.Platinum_Solution_Partner{background: #FFF; width: 100%; padding: 0;}
.partner_badge{/*width: 1000px;*/ display:flex; flex-wrap: wrap; justify-content: center; position:relative; padding-bottom:0; text-align: center; margin: auto;}
.partner_badge .badge_lst{display: flex; justify-content: center; align-items: center; margin-bottom: 0px; padding: 8px 0 0; }
.partner_badge .badge_lst img{height: 100px; width: auto; margin: auto 10px auto 0px;}
.partner_badge .badge_lst img.large{height: 110px; width: auto; margin: auto 10px auto 10px;}

.Platinum_Solution_Partner .notice{text-align: center; padding: 10px 10px; background: #FFF;}
.Platinum_Solution_Partner .notice p{/*width: 1000px;*/ margin: auto; font-size: 0.90em!important; line-height: 140%; color: #333;}

@media (max-width: 1000px) {
	.partner_badge{width: calc(100% - 20px);}
	.Platinum_Solution_Partner .notice_label{width: calc(100% - 20px);}
	.Platinum_Solution_Partner .notice p{width: calc(100% - 20px);}
}
@media (max-width: 600px) {
	.partner_badge{width: calc(100% - 0px);}
	.partner_badge .badge_lst{width: calc(100% - 10px); padding: 10px 5px; display:flex; flex-wrap: wrap; justify-content:center; align-items: center; margin: auto;}
	.partner_badge .badge_lst img{width: 15%; height: auto;}
	.partner_badge .badge_lst img.large{width: 12%; height: auto; margin: auto 4px;}
	.partner_badge .badge_lst img:first-child{width: 30%; height: auto;}
	/*
	.partner_badge .badge_lst img:first-child{width: 80%; height: auto;}
	.partner_badge .badge_lst img{width: auto; height: 70px; margin: 10px;}
	.partner_badge .badge_lst img.large{width: auto; height: 120px;}
	*/
	
	.Platinum_Solution_Partner .notice{text-align: center;}
	.Platinum_Solution_Partner .notice p{width: 90%; font-size: 0.9em; text-align: left;}	
}
