@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* 共通
---------------------------------------------- */
*{
  box-sizing: border-box;
  float: none;
	position: static;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  line-height: 1.8rem;
  font-feature-settings: "palt";
}
a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  color: #333;
}
.container {
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}
.head_home {
  margin: 60px auto
}
h2 {
  line-height: 1.5;
}
.sp_only {
  display: none;
}
.br_pc{display: inline;}
.br_sp{display: none;}





.wrapper{
  overflow: hidden;
}
/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }



  

/* 装飾 */
.strong_og {
  color: #F17816;
  font-weight: 600;
}
.ul_dotted{
	position: relative;
	padding-bottom: 10px;
}
.ul_dotted::after{
  content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: repeating-linear-gradient(90deg, #FFC453 0, #FFC453 8px, rgba(0,0,0,0) 8px, rgba(0,0,0,0) 11px);
}

/* 余白 */
.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}

.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mt60{margin-top: 60px;}
.mt80{margin-top: 80px;}

/* ヘッダー
---------------------------------------------- */
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
header .hamburger, .header_nav_icon01, .header_nav_icon02{
  display: none;
}
#g_nav_list{
  display: none;
}
header > .container {
  height: 80px;
  display: flex;
  align-items: center;
  max-width: none;
  padding: 0 60px;
}

/* ロゴ */
.area_logo_header .logo {
  display: block;
}
.area_logo_header img {
  height: 40px;
  vertical-align: bottom;
}

/* ヘッダーナビ
---------------------------------------------- */
.nav_header {
  margin: 0 0 0 auto;  
}
.list_nav_header {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.list_nav_header > li {
  padding: 0 15px;
  font-size: .8rem;
  font-weight: 600;
}
.list_nav_header .btn_ico {
  color: #333;
  position: relative;
}
.list_nav_header .btn_ico::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #333;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
  margin-bottom: -5px;
}
.list_nav_header .btn_ico:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
[class*="btn_ico_contact"] {
  color: #fff !important;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 60px;
  background: #F17816;
  box-shadow: 0px 7px 6px -4px rgba(16,61,72,.2);
  position: relative;
}
[class*="btn_ico_request"] {
  color: #F17816 !important;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 60px;
  border: #F17816 solid 2px;
  background: #fff;
  box-shadow: 0px 7px 6px -4px rgba(16,61,72,.2);
  position: relative;
}
[class*="btn_ico_contact"]:hover {
  transform: scale(1.2, 1.2);
  transition: 0.3s;
}
[class*="btn_ico_request"]:hover {
  transform: scale(1.2, 1.2);
  transition: 0.3s;
}



/* メインビジュアル
---------------------------------------------- */
.area_top_view {
  width: 100%;
  height: 0;
  padding-top: 56.6666666667%;
  background: url(../images/bg_view.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.area_top_view > .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 研修に疑問を持っている方へ
---------------------------------------------- */
#gimon .head_home {
    margin: auto;
}
#gimon h2 {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0.7rem;
  color: black;
  border: 3px solid #333;
  font-size: 2rem;
  font-weight: 900;
  margin: 40px auto;
  width: 60%;
}
#gimon h2::before {
  position: absolute;
  top: .4rem;
  left: .4rem;
  width: 100%;
  height: 100%;
  background-color: #FFC453;
  content: '';
  z-index: -1;
}



/* 原因の8割は研修プログラム以外の問題
---------------------------------------------- */
#message h2 {
  font-size: 2rem;
  font-weight: 900;
}
#message h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding: 1rem;
  border-left: 24px solid #FFC453;
}
#message .description {
  text-align: left;
  padding: 20px 0;
}
#message .chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}
#message .chart img {
  width: 60%;
  box-shadow: 6px 6px 13px rgba(172, 172, 172, 0.17);
  -webkit-box-shadow: 6px 6px 13px rgba(172, 172, 172, 0.17);
  margin: 20px auto;
}
#message .chart img:hover {
  transform:scale(1.4,1.4);
  transition:1s all;
}

/* やるトレとは
---------------------------------------------- */
#about .container {
   padding-top: 20px;
}
#about .head_home {
  margin-bottom: 40px;  
}
#about h2 {
  font-size: 2rem;
  font-weight: bold;
}
#about h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding: 1rem;
  border-left: 24px solid #FFC453;
}
#about .description {
  text-align: left;
  padding: 20px 0;
}
#about .chart {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 20px 0;
}
#about .chart img {
  width: 100%;
}

/* できること */
#about .strength {
  display: flex;
}
#about .strength_box {
  width: 30%;
  box-shadow: 6px 6px 13px rgba(172, 172, 172, 0.17);
  -webkit-box-shadow: 6px 6px 13px rgba(172, 172, 172, 0.17);
}
#about .strength_box .img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
#about .strength_box img {
  width: 100%;
  display: block;
	transition: 0.5s;
}
#about .strength_box img:hover {
  transform: scale(1.5, 1.5);
}
#about .strength_box .strength_box_description{
  padding: 15px 30px 30px 30px;
}
#about .strength_box .strength_ttl {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px;
}
#about .strength_box .strength_ttl span {
  color: #FFC453;
}



/* やるトレによる人材開発DX
---------------------------------------------- */
#desitalX h2 {
  font-size: 2rem;
  font-weight: bold;
}
#desitalX .description {
  text-align: center;
}
#desitalX .case {
  background-image:
    radial-gradient(rgb(255, 217, 111) 15%, transparent 10%),
    radial-gradient(rgb(255, 217, 111) 15%, transparent 10%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-color: #FFC453;
  padding: 40px 60px;
}
#desitalX .case h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  text-align: left;
  margin-left: 20px;
  position: relative;
	padding-bottom: 10px;
	font-size: 26px;
}
#desitalX .case h3::after {
  content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: repeating-linear-gradient(90deg, #fff 0, #fff 8px, rgba(0,0,0,0) 8px, rgba(0,0,0,0) 11px);
}
#desitalX .case .desitalX_case {
  margin: 40px;
  text-align: center;
}
#desitalX .case .desitalX_case p {
  padding-right: 20px;
  text-align: left;
}
#desitalX .case img {
  text-align: center;
}
#desitalX .small {
  font-size: .4rem;
}

/* 活用パターン */
#desitalX .utilization {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
  box-shadow: 10px 0px 15px rgba(172, 172, 172, 0.17);
  -webkit-box-shadow: 10px 0px 15px rgba(172, 172, 172, 0.17);
}
#desitalX .utilization h3{
  font-weight: 900;
  width: 350px;
  font-size: 1.2rem;
  padding: 10px;
}
#desitalX .utilization h3 span{
  color: #FFC453;
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
}
#desitalX .utilization .desitalX_case{
  width: 850px;
  text-align: left;
  border-left: #FFC453 3px dotted;
}
#desitalX .utilization .desitalX_case p, ul{
  margin-left: 20px;
}
#desitalX .utilization .desitalX_case p:nth-child(2){
  position: relative;
  padding: .5rem 1rem;
  color: #fff;
  border-radius: 10px;
  background: #FFC453;
  width: 50%;
  margin: 15px;
}
#desitalX .utilization .desitalX_case p:nth-child(2):before{
  padding: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: '\f0eb';
  color: #FFF;
}
#desitalX .utilization .desitalX_case p:nth-child(2):after{
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FFC453 transparent transparent transparent;
}
#desitalX .utilization .desitalX_case ul{
  padding: 10px;
}



/* やるトレの主な対応ニーズ
---------------------------------------------- */
#needs h2 {
  font-size: 2rem;
  font-weight: bold;
}
#needs h3 {
  font-size: 1rem;
  font-weight: bold;
  background-color: #FFC453;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
}
#needs .box_needs {
  text-align: left;
  width: 100%;
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(172, 172, 172, 0.17);
  -webkit-box-shadow: 10px 10px 15px rgba(172, 172, 172, 0.17);
}
#needs .box_needs_tp, .box_needs_bm {
  display: flex;
  width: 90%;
  margin: auto;
}
#needs .box_needs_tp .box_needs_ttl {
  margin: auto 30px;
}
#needs .box_needs_tp img {
  width: 155px;
  margin: 0 20px 20px 20px;
}
#needs .box_needs .needs_list {
  padding: 15px 0;
}
#needs .box_needs .needs_list p::before{
  padding: 10px 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  color: #FFC453;
}
#needs .box_needs_bm {
  justify-content: space-between;
  border-top: #FFC453 dotted 3px;
}
#needs .box_needs_bm p {
  width: 40%;
  margin: 20px;
}



/* 人材開発DXにより育成は次の時代へ
---------------------------------------------- */
#nextstage {
  background-color: #f4f4f4;
}
#nextstage h2 {
  font-size: 2rem;
  font-weight: bold;
}
#nextstage .description {
  text-align: center;
}
#nextstage .case {
  padding: 40px 60px;
  background-color: #fff;
  margin-bottom: 40px;
  position: relative;
  padding: 1rem 1rem 1.5rem;
  background:
      linear-gradient(135deg, #ffffff 0 100%),
      repeating-linear-gradient(45deg, #FFC453 0px 1px, transparent 3px 6px);
  background-repeat: no-repeat;
  background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
  background-position: 0 0, 0.5rem 0.5rem;
}

#nextstage .case h3 {
  color: #FFC453;
  font-weight: 900;
  text-align: center;
  background-color: #333;
  padding: 10px 30px;
  border-left: solid 10px #FFC453;
  width: 45%;
}
#nextstage .case .nextstage_case {
  display: flex;
  margin: 40px;
  text-align: left;
}
#nextstage .case .nextstage_case:nth-child(2) {
  margin-bottom: 20px;
}
#nextstage .case .nextstage_case p {
  padding-right: 20px;
}
#nextstage .case .nextstage_case_btn {
  text-align: left;
  margin: 0 40px 20px 20px;
}
#nextstage .case .naona {
  text-align: center;
  background-color: #FFC453;
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
  transition: .3s;
}
#nextstage .case .naona::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	content: "\f24d";
  margin-left: 10px;
}
#nextstage .case .naona:hover {
  transform: scale(1.1);
}




/* コンタクト
---------------------------------------------- */
.area_home_contact{
  background-image:
    radial-gradient(rgb(255, 223, 137) 15%, transparent 10%),
    radial-gradient(rgb(255, 223, 137) 15%, transparent 10%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-color: #FFC453;
}
.area_home_contact h2 {
  font-size: 2.2rem;
  font-weight: bold;
  padding-top: 40px;
}
.area_home_contact .container .description img {
  margin: 20px auto;
}
.area_home_contact .contact_area {
  display: flex;
  justify-content: space-between;
}
.area_home_contact .contact_area a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F17816;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
  margin-bottom: -5px;
}
.area_home_contact .contact_area a::after {
  transform-origin: left;
  transform: scaleX(1);
}
.area_home_contact .contact_area a {
  text-shadow: none;
  margin: 10px;
  font-size: 1.2rem;
  font-weight: 900;
  padding: 30px;
  text-align: center;
  background-size: 200% auto;
  width: 400px;
}
.area_home_contact .contact_area_form {
  color: #fff;
  display: inline-block;
  background-color: #F17816;
}
.area_home_contact .contact_area_request {
  color: #F17816;
  display: inline-block;
  background-color: #fff;
  border: #F17816 1px solid;
}
.area_home_contact .contact_area_form:hover {
  transform: scale(1.2, 1.2);
  transition: 0.3s;
}
.area_home_contact .contact_area_request:hover {
  transform: scale(1.2, 1.2);
  transition: 0.3s;
}



/* フッター
---------------------------------------------- */
footer > .container {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .8rem;
}
footer > .container .footerInfo_company {
  display: flex;
  align-items: center;
}
footer > .container .footerInfo_company img {
  margin: auto;
  width: 45%;
}
footer > .container .footerInfo_company p {
  font-size: .5rem;
}
footer > .container ul {
  display: flex;
  padding: 20px 0;
}
footer > .container li {
  padding: 0 10px;
}
footer > .container a:hover {
  color: #F17816;
}
footer > .container a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	content: "\f24d";
}
footer > .container .copyright {
  font-size: .5rem;
}





@media screen and (max-width: 1300px) {
    /* メインビジュアル
  ---------------------------------------------- */
  /* ボタン */
  [class*="btn_ico_contact"] {
    padding: 0 20px;
  }
  [class*="btn_ico_request"] {
    padding: 0 20px;
  }
}


@media screen and (max-width: 1200px) {
/* ヘッダー
-------------------------------------------------------------------------------------------- */
  /* ロゴ */
  .area_logo_header img {
    height: 30px;
  }

  /* ナビ */
  .list_nav_header > li {
    font-size: .5rem;
    padding: 0 10px;
  }
  
  /* メインビジュアル
  ---------------------------------------------- */
  .area_top_view {

  }
  /* ボタン */
  [class*="btn_ico_contact"] {
    padding: 0 40px;
  }
  [class*="btn_ico_request"] {
    padding: 0 40px;
  }
}










/* ナビ表示
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) and (min-width: 351px){
  /* ナビ */
  #g_nav{
    display: block;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:0;
    right: -120%;
    width:100%;
    height: 80vh;/*ナビの高さ*/
    background: #FFC453;
    /*動き*/
    transition: all 0.6s;
  }
  #g_nav_list {
    display: block;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g_nav.panelactive{
    right: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g_nav.panelactive #g_nav_list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g_nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
  }

  /*リストのレイアウト設定*/
  #g_nav li{
    list-style: none;
    text-align: center;
  }

  #g_nav li a{
    color: #333;
    text-decoration: none;
    padding:10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 900;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn{
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;
  }

  /*×に変化*/	
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #333;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top:15px;	
  }
  .openbtn span:nth-of-type(2) {
    top:23px;
  }
  .openbtn span:nth-of-type(3) {
    top:31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  /* SPフッターナビ
---------------------------------------------- */
  #sp_fixed_menu{
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
    font-weight: 900;
  }

  /*メニューを横並びにする*/
  #sp_fixed_menu ul{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
  }

  #sp_fixed_menu li{
    justify-content: center;
    align-items: center;
    width: 50%;
    padding:0;
    margin:0;
    font-size: 14px;
    border-right: 1px solid #fff;
  }

  /*左側メニューを緑色に*/
  #sp_fixed_menu li:first-child{
    /* background: #F17816; */
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
  }

  /*左側メニューをオレンジ色に*/
  #sp_fixed_menu li:last-child{
    background: #FFC453;
  }

  /*ボタンを調整*/
  #sp_fixed_menu li a{
    color: #fff;
    text-align: center;
    display:block;
    width: 100%;
    padding:10px;
  }
}




/* TB表示
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) and (min-width: 768px){

  /* ヘッダー */
  header .nav_header {
    display: none;
  }
  header > .container {
    height: 80px;
  }

  /* やるトレとは
  ---------------------------------------------- */
  /* できること */
  #about .strength {

  }
  #about .strength_box {
    margin: 20px auto;
  }
  #about .strength_box .img {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  #about .strength_box img {
    width: 100%;
    display: block;
    transition: 0.5s;
  }
  #about .strength_box img:hover {
    transform: scale(1.5, 1.5);
  }
  #about .strength_box .strength_box_description{
    padding: 15px 30px 30px 30px;
  }
  #about .strength_box .strength_ttl {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
  }
  #about .strength_box .strength_ttl span {
    color: #FFC453;
  }




  /* コンタクト
  ---------------------------------------------- */
  .area_home_contact h2 {
    font-size: 2rem;
    padding-top: 20px;
  }
  .area_home_contact .contact_area {
    justify-content: space-evenly;
    margin: auto;
    
  }
  .area_home_contact .contact_area a {
    margin: 10px;
    font-size: 1rem;
    padding: 20px 110px;
  }
}






/* SP　横表示
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) and (min-width: 481px){
    /* ヘッダー */
    header .nav_header {
      display: none;
    }
    header > .container {
      height: 80px;
    } 


      /* 人材開発DXにより育成は次の時代へ
  ---------------------------------------------- */
  #nextstage .case {
  }
  #nextstage .case h3 {
    width: auto;
  }
  #nextstage .case .nextstage_case{
    display: block;
    text-align: center;
  }
  #nextstage .case .nextstage_case p{
    padding: 10px auto;
  }
  #nextstage .case .nextstage_case_btn {
    text-align: center;
  }



}

/* SP表示
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px){
    /* 共通 */
    .pc_only{
      display: none;
    }
    .sp_only {
      display: block;
    }
    .container {
      padding: 20px;
    }
    .br_pc{display: none;}
    .br_sp{display: inline;}

    .head_home {
      margin: 20px auto
    }


    #message h2, #about h2, #desitalX h2, #needs h2, #nextstage h2 {
      font-size: 1.5rem;
    }


    /* ヘッダー */
    header .nav_header {
      display: none;
    }
    header > .container {
      height: 60px;
      padding: 0 30px;
    }

    /* メインビジュアル
    ---------------------------------------------- */
    .area_top_view {
      height: 100vh;
      background: url(../images/bg_view_sp.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }


    /* 研修に疑問を持っている方へ
    ---------------------------------------------- */
    #gimon h2 {
    padding: 0.7rem;
    font-size: 1.5rem;
    font-weight: 900;
    margin: 20px auto;
    width: 100%;
    }


  /* やるトレとは
  ---------------------------------------------- */


  #message .chart img {
    width: 80%;
  }

  /* できること */
  #about .strength {
    display: block;
  }
  #about .strength_box {
    width: 100%;
    margin: 20px auto;
  }

    /* やるトレによる人材開発DX
  ---------------------------------------------- */
  #desitalX .case {
    padding: 30px 15px;
  }
  #desitalX .case h3 {
    text-align: center;
    margin: auto;
  }
  #desitalX .case .desitalX_case {
    margin: 20px;
  }
  #desitalX .case .desitalX_case p {
    padding: auto;
    text-align: center;
  }


  /* 活用パターン */
  #desitalX .utilization {
    display: block;
    align-items: center;
    padding: 30px;
  }
  #desitalX .utilization h3{
    width: 100%;
  }
  #desitalX .utilization .desitalX_case{
    width: auto;
    text-align: center;
    border-top: #FFC453 3px dotted;
    border-left: none;
  }
  #desitalX .utilization .desitalX_case p, ul{
    margin: auto;
    padding-top: 10px;
  }
  #desitalX .utilization .desitalX_case p:nth-child(2){
    width: 100%;
    padding: .5rem;
    margin: 10px auto;
  }
  #desitalX .utilization .desitalX_case ul{
    text-align: left;
  }


/* やるトレの主な対応ニーズ
---------------------------------------------- */
#needs h3 {
  border-radius: 10px;
}
#needs .box_needs {
  text-align: center;
  width: 100%;
  padding: 20px;
}
#needs .box_needs_tp, .box_needs_bm {
  display: block;
}
#needs .box_needs_tp .box_needs_ttl {
  margin: auto 10px;
}
#needs .box_needs .needs_list {
  padding: 15px 0;
}
#needs .box_needs .needs_list p::before{
  padding: 5px;
}
#needs .box_needs_bm p {
  width: 100%;
  margin: auto;
  padding: 10px;
}
#needs .box_needs_bm img {
  transform: rotate( 90deg );
}



  /* 人材開発DXにより育成は次の時代へ
  ---------------------------------------------- */
  #nextstage {
    background-color: #f4f4f4;
  }
  #nextstage h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  #nextstage .description {
    text-align: center;
  }
  #nextstage .case {
    padding: 40px 60px;
    background-color: #fff;
    margin-bottom: 40px;
    position: relative;
    padding: 1rem 1rem 1.5rem;
    background:
        linear-gradient(135deg, #ffffff 0 100%),
        repeating-linear-gradient(45deg, #FFC453 0px 1px, transparent 3px 6px);
    background-repeat: no-repeat;
    background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
    background-position: 0 0, 0.5rem 0.5rem;
  }

  #nextstage .case h3 {
    width: 90%;
    margin: auto;
  }
  #nextstage .case .nextstage_case {
    display: block;
    margin: 20px;
    text-align: center;
  }
  #nextstage .case .nextstage_case p {
    padding-right: 0px;
  }
  #nextstage .case .nextstage_case_btn  {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #nextstage .case .naona {
    padding: 10px;
    text-align: center;
    background-size: 200% auto;
    background-color: #FFC453;
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: .8rem;
  }
  #nextstage .case .naona::after {
    margin-left: 5px;
  }




      /* コンタクト
  ---------------------------------------------- */
  .area_home_contact h2 {
    font-size: 1rem;
    padding-top: 10px;
  }
  .area_home_contact .contact_area {
    display: block;
  }
  .area_home_contact .contact_area a {
    font-size: 1rem;
    padding: 15px 70px;
    margin: 10px;
    width: 300px;
  }
  .area_home_contact .container .description img {
    margin: 20px auto;
  }


  /* フッター
---------------------------------------------- */
footer > .container {
  padding: 20px 0;
  display: flex;
}
footer > .container .footerInfo_company {
  display: block;
  align-items: center;
}







}















