@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

/*------------sec_contact------------------------*/
.sec_contact{
  width:100%;
  padding: 30px;
  margin-bottom:100px;
  background:url(../img/middle/training_top/img_contact-bg.jpg) no-repeat;
  background-size:cover;
}
.sec_contact h2{
  font-size:24px;
  color:#fff;
  text-align: center;
  margin-bottom:15px;
  letter-spacing:0.08em;
}
.sec_contact div{
  display: flex;
  justify-content: center;
  gap:15px;
}
.sec_contact dl{
  width:50%;
  text-align: center;
  font-weight: bold;
}
.sec_contact dl dt{
  color:#fff;
  margin-bottom:10px;
}
.sec_contact dl dd a{
  color:#fff;
  background-color: #E10533;
  padding:15px;
  font-size:1.428rem;/*20px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_contact dl dd .btn-dl::before{
  content:"";
  width:30px;
  height:28px;
  margin-right:15px;
  background: url(../img/middle/training_top/icon_btn-dl.svg) no-repeat;
}
.sec_contact dl dd .btn-mail::before{
  content:"";
  width:26px;
  height:20px;
  margin-right:15px;
  background: url(../img/middle/training_top/icon_btn-mail.svg) no-repeat;
}
.sec_contact dl dd a::after{
  content:"〉";
  margin-left:15px;
  transition:all .2s ease-out;
}
.sec_contact dl dd a:hover{
  transition:all .2s ease-out;
  color:#E10533;;
  background-color: #fff;
  padding:15px;
  font-size:1.428rem;/*20px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_contact dl dd .btn-dl:hover::before{
  content:"";
  width:30px;
  height:28px;
  margin-right:15px;
  background: url(../img/middle/training_top/icon_btn-dl-hover.svg) no-repeat;
}
.sec_contact dl dd .btn-mail:hover::before{
  content:"";
  width:26px;
  height:20px;
  margin-right:15px;
  background: url(../img/middle/training_top/icon_btn-mail-hover.svg) no-repeat;
}
.sec_contact dl dd a:hover::after{
  transform: translateX(2px);
}

/*ナビ*/
.c-assessment__nav {
  display: flex;
  margin: 10px 0 40px;
  flex-wrap:wrap;
}
.c-assessment__nav__item {
  border-right: 1px solid #CCCCCC;
  width:calc(100%/4);
  text-align:center;
  margin-bottom:5px;
}
.c-assessment__nav__item:nth-child(4n+4) {
  border-right: none;
}
.c-assessment__nav__item a {
  color: #666666;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 5px;
}
.c-assessment__nav__item a:hover {
  color: #03B488;
}
/*----------------------------共通-----------------------------*/
.c-assessment__section {
  margin-bottom: 75px;
  color:#666666;
}
.u-bottom__10 {
  margin-bottom: 10px;
}
.u-bottom__15 {
  margin-bottom: 15px;
}
.u-bottom__30 {
  margin-bottom: 30px;
}
.u-bottom__50 {
  margin-bottom: 50px;
}
.u-bottom__100 {
  margin-bottom: 100px;
}
.sp {
  display: none;
}
.note{
  text-align: left;
  font-size:12px;
  color:#A1A1A1;
}
.center{
  text-align:center;
}
/*セクションタイトル*/
.c-assessment__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:30px;
}
.c-assessment__title::before {
  content: "";
  width: 35px;
  height: 20px;
  background: url(https://www.insource-da.co.jp/common/img/middle/assessment/title_before.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-assessment__title::after {
  content: "";
  width: 35px;
  height: 20px;
  background: url(https://www.insource-da.co.jp/common/img/middle/assessment/title_after.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*見出し*/
.c-assessment__subhead {
  font-weight: bold;
  font-size: 1.1428rem;/*16px*/
  margin-bottom: 10px;
}
.c-assessment__subhead::before {
  content: url(https://www.insource-da.co.jp/common/img/middle/assessment/check.svg);
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-assessment__subhead::before {
    margin-right: 5px;
  }
}
/*----------------------------関連リンク-----------------------------*/
.link-r{
  text-align: right;
}
.link-r a{
  font-size:12px;
  color:#A1A1A1;
  font-weight: normal;
  text-decoration: underline;
}
.link-r a::after{
  content:"";
  display: inline-block;
  width:13px;
  height:13px;
  margin-left:5px;
  background: url(../img/middle/assessment/dx-promotion/icon_link-gray.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:bottom;
}
.link-r a:hover{
  color: #03B488;
}
.link-r a:hover:after{
  background: url(../img/middle/assessment/dx-literacy/icon_link-green.svg) no-repeat;
}
.link-p a{
  color:#666666;
  font-weight: bold;
  text-decoration: underline;
}
.link-p a:hover{
  color: #03B488;
}
/*----------------------------サービス概要-----------------------------*/
/*文中リンク*/
.link a{
  color: #666666;
  font-weight: bold;
  font-size:1rem;
}
.link a::after{
  background: url(../img/middle/assessment/dx-promotion/icon_sec1-link.svg) no-repeat;
}
/*アセスメント全体構成*/
.p-assessment__overview__msg{
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  color: #CE1D00;
}
.p-assessment__overview__msg span{
  background:linear-gradient(transparent 60%, rgb(206, 29, 0, .05) 60%);
  font-size:16px;
}
.p-assessment__overview{
  padding:30px 0;
}
.p-assessment__overview__box-digital{
  text-align: center;
  margin-bottom:40px;
  position: relative;
}
.p-assessment__overview__box-digital::after{
  position: absolute;
  bottom:-40px;
  left:50%;
  transform:translateX(-50%);
  content:"";
  width: 380px;
  height: 40px;
  background: url(../img/middle/assessment/dx-promotion/img_sec1-service-line.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-assessment__overview__box-digital p{
  background-color: #F1F1F1;
  text-align: center;
  font-weight: bold;
  font-size: 1.1428rem;/*16px*/
  padding:10px 50px;
  display: inline-block;
  position: relative;
}
.p-assessment__overview__box-digital p span{
  position:absolute;
  top:-2.5em;
  left:50%;
  transform: translateX(-50%);
  font-size: 12px;
  display: inline-block;
  width:20em;
}
.p-assessment__overview__box{
  display: flex;
  gap:20px;
}
.p-assessment__overview__box-literacy, .p-assessment__overview__box-skill{
  width:calc(100%/2);
}
.p-assessment__overview__box div dl{
  border: 1px solid #D2D2D2;
  color:#666666;
  padding-bottom:10px;
  position: relative;
  margin-bottom: 30px;
}
.p-assessment__overview__box div dl::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom:-35px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 15px solid #A1A1A1;
}
.p-assessment__overview__box div dl dt{
  background-color: #F1F1F1;
  text-align: center;
  font-weight: bold;
  padding:5px 0;
  margin-bottom:10px;
}
.p-assessment__overview__box div dl dd{
  font-size:12px;
  padding:0 30px;
  line-height: 1.7;
}
.p-assessment__overview__box-service{
  text-align: center;
  font-weight: bold;
  color:#333333;
  padding:25px 0 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  box-shadow: 0px 3px 6px #CCCCCC;
  border-radius: 5px;
}
.p-assessment__overview__box-service span{
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  color:#fff;
  font-size: 12px;
  display: inline-block;
  word-break: keep-all;
  padding:0 1.5em;
}
.p-assessment__overview__box-literacy .p-assessment__overview__box-service{
  border: 1px solid #03B488;
  background-color:  #fff;
}
p-assessment__overview__box-literacy div{
  position: relative;
  margin-bottom:30px;
}
.p-assessment__overview__box-literacy .p-assessment__overview__box-service span{
  background-color: #03B488;
}
.p-assessment__overview__box-skill .p-assessment__overview__box-service {
  border: 1px solid #B67715;
}
.p-assessment__overview__box-skill .p-assessment__overview__box-service span{
  background: transparent linear-gradient(90deg, #ffc654d5 0%, #b67815d8 20%, #b67815d8 80%, #ffc654d5 100%) no-repeat;
}
.p-assessment__overview__box-service::before{
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-assessment__overview__box-service::after{
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-assessment__overview__box-literacy .p-assessment__overview__box-service::before {
  width: 20px;
  height: 20px;
  background: url(../img/middle/assessment/dx-promotion/img_icon-dx-literacy-l.svg);
}
.p-assessment__overview__box-literacy .p-assessment__overview__box-service::after {
  width: 20px;
  height: 20px;
  background: url(../img/middle/assessment/dx-promotion/img_icon-dx-literacy-r.svg);
}
.p-assessment__overview__box-skill .p-assessment__overview__box-service::before {
  width: 35px;
  height: 20px;
  background: url(../img/middle/assessment/dx-promotion/img_icon-dx-promotion-l.svg);
}
.p-assessment__overview__box-skill .p-assessment__overview__box-service::after {
  width: 35px;
  height: 20px;
  background: url(../img/middle/assessment/dx-promotion/img_icon-dx-promotion-r.svg);
}
.p-assessment__overview__box-literacy div{
  position: relative;
  margin-bottom:40px;
}
.p-assessment__overview__box-literacy div::after{
  content: "";
  width:370px;
  height:80px;
  border: 1px dashed #CE1D00;
  background-color:  rgb(206, 29, 0, .05);
  position: absolute;
  top:-10px;
  left:-8px;
  z-index: -1;
}
.p-assessment__overview__box-literacy div::before{
  content: "本ページのご紹介範囲";
  position: absolute;
  top:-30px;
  right:0;
  font-size:12px;
  font-weight:bold;
  letter-spacing: 0px;
  color: #CE1D00;
}
.space{
  display:inline-block;
  margin-left:3em;
}
/*DXリテラシーアセスメント全体構成*/
.p-assessment-literacy{
  border: 1px solid #03B488;;
  border-radius: 5px;
  text-align: center;
  padding:0 15px 15px;
}
.p-assessment-literacy h4{
  color:#333333;
  border-bottom: 1px solid #CCCCCC;
  padding:30px 0 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:15px;
  font-size: 1.1428rem;/*16px*/
}
.p-assessment-literacy h4 span{
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  background-color: #03B488;
  color:#fff;
  font-size: 12px;
  word-break: keep-all;
  width:85%;
}
.p-assessment-literacy h4::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://www.insource-da.co.jp/common/img/middle/assessment/title_before.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-assessment-literacy h4::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://www.insource-da.co.jp/common/img/middle/assessment/title_after.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-assessment-literacy__region {
  display: flex;
  justify-content: center;
  /*gap:15px;*/
}
.p-assessment-literacy__region__box{
  width: calc(100%/2);
 /* border-radius: 5px;*/
 /* padding: 15px;*/
 padding:0 15px 15px;
}
.p-assessment-literacy__region__box:first-child{
  /*background: rgba(241, 65, 36, 0.15);*/
  border-right:1px solid #cccccc;
}
.p-assessment-literacy__region__box:nth-child(2){
 /* background: rgba(255, 128, 33, 0.15);*/
}
.p-assessment-literacy__region__box p {
  font-size: 1rem;
  font-weight: bold;
  color: #F14124;
}
.p-assessment-literacy__region__box ul {
  color: #666666;
  text-align: left;
}
.p-assessment-literacy__detail dt{
  font-weight: bold;
  margin-bottom:5px;
}
/*おすすめ研修一覧ページ導線*/
.c-assessment__button__reccomend-min {
  text-align: center;
  margin: 0 auto;
  position:relative;
}
.c-assessment__button__reccomend-min a{
  padding: 5px;
  color: #fff;
  font-weight: bold;
  background: #A1A1A1;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c-assessment__button__reccomend-min a::after {
  content: "〉";
  transition: all .2s ease-out;
}
.c-assessment__button__reccomend-min a:hover{
    background:#03B488;
}
.c-assessment__button__reccomend-min::before{
  position: absolute;
   content: '';
   width: 0;
   height: 0;
   top:-20px;
   left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 15px solid #A1A1A1;
}
/*----------------------------こんなお客さまに-----------------------------*/
.p-assessment__customer {
  letter-spacing: 0px;
  display: flex;
  gap:20px;
}
.p-assessment__customer li{
  width:calc(100%/3);
}
.p-assessment__customer li dl dt{
  text-align: center;
}
.p-assessment__customer li dl dd{
  background: rgba(52, 172, 139, 0.15);
  padding: 15px;
  border-radius: 5px;
  margin-bottom:10px;
}
.p-assessment__customer li dl dd:last-child{
  margin-bottom:0;
}
/*----------------------------事例-----------------------------*/
.c-assessment__button__min {
  text-align:right;
}
.c-assessment__button__min a{
  display:inline-block;
  width:21em;
  text-align:center;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(#FF8021, #F14124);
  border-radius: 100vh;
}
.c-assessment__button__min a::after {
  content: "　〉";
  paddin-left:10px;
  transition: all .2s ease-out;
}
.c-assessment__button__min a:hover{
    opacity:.7;
}
/*----------------------------特徴-----------------------------*/
.space2{
  display:inline-block;
  margin-left:2.5em;
}
.p-assessment__features__left {
  width: 450px;
}
.p-assessment__features__right {
  font-size: 12px;
  font-weight: bold;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-assessment__features__right {
    margin-left: 0px;
    text-align: center;
  }
}
/*----------------------------導入の流れ-----------------------------*/
.p-assessment__flow__box {
  display: flex;
  align-items: center;
  padding-bottom:10px;
  border-bottom:1px solid #CCCCCC;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0px;
}
.p-assessment__flow__box h3{
  min-width:140px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.p-assessment__flow__box dl{
  color: #333333;
  border-left: 3px dotted #7030A033;
  padding:0 15px;
}
.p-assessment__flow__box dl dt{
  font-size: 1.1428rem;/*16px*/
  font-weight: bold;
  padding-bottom:10px;
  margin-bottom:10px;
  position: relative;
}
.p-assessment__flow__box dl dt::after{
  position: absolute;
  content:"";
  width:65px;
  height:1px;
  background-color:#CCCCCC;
  bottom:0px;
  left:0;
}
.p-assessment__flow__box dl dt span{
  font-size: 12px;
  margin-left:15px;
  padding:0.2em 1em;
  border-radius: 5px;
}
.p-assessment__flow__box::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom:-40px;
  left: 55px;
  border: 20px solid transparent;
  border-top: 20px solid #CCCCCC;
}
.p-assessment__flow__box::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom:-39px;
  left: 55px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
}
.p-assessment__flow__box:last-child:before {
  content: none;
}
.p-assessment__flow__box:last-child::after {
  content: none;
}
.p-assessment__flow__box--step1 {
  border-bottom:1px solid #F14124;
  border-left: 3px solid #F14124;
  position: relative;
}
.p-assessment__flow__box--step1 dl {
  border-left: 3px dotted #f13f244b;
}
.p-assessment__flow__box--step1 h3 {
  color: #F14124;
}
.p-assessment__flow__box--step1::before {
  border-top: 20px solid #F14124;
}
.p-assessment__flow__box--step2 {
  border-bottom:1px solid #FF8021;
  border-left: 3px solid #FF8021;
  position: relative;
}
.p-assessment__flow__box--step2 dl {
  border-left: 3px dotted #ff812152;
}
.p-assessment__flow__box--step2 h3 {
  color: #FF8021;
}
.p-assessment__flow__box--step2::before {
  border-top: 20px solid #FF8021;
}
.p-assessment__flow__box--step2 dl dt span{
  color:#FF8021;
  background-color: #ff812120;
}
.p-assessment__flow__box--step3 {
  border-bottom:1px solid #34AC8B;
  border-left: 3px solid #34AC8B;
  position: relative;
}
.p-assessment__flow__box--step3 dl {
  border-left: 3px dotted #34ac8a52;
}
.p-assessment__flow__box--step3 h3 {
  color: #34AC8B;
}
.p-assessment__flow__box--step3::before {
  border-top: 20px solid #34AC8B;
}
.p-assessment__flow__box--step4 {
  border-bottom:1px solid #4E67C8;
  border-left: 3px solid #4E67C8;
  position: relative;
}
.p-assessment__flow__box--step4 dl {
  border-left: 3px dotted #4e66c864;
}
.p-assessment__flow__box--step4 h3 {
  color: #4E67C8;
}
.p-assessment__flow__box--step4::before {
  border-top: 20px solid #4E67C8;
}
.p-assessment__flow__box--step4 h3 {
  color: #4E67C8;
}
.p-assessment__flow__box--step4 dl dt span{
  color:#4E67C8;
  background-color: #4e66c81b;
}
/*結果別おすすめ研修一覧への導線*/
.p-assessment__flow__overview{
  padding-bottom:30px;
  position: relative;
  margin-bottom:30px;
}
.p-assessment__flow__overview::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom:-15px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 15px solid #A1A1A1;
}
.c-assessment__button__reccomend {
  text-align: center;
  margin: 0 auto;
  width:65%;
}
.c-assessment__button__reccomend a{
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(#FF8021, #F14124);
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  border: none; /* ボーダーを削除 */
  box-shadow: 0 0 0 3px transparent; /* 初期状態の透明なシャドウ */
  transition: all 0.3s ease;
}
.c-assessment__button__reccomend a::after {
  content: "〉";
  transition: all .2s ease-out;
}
.c-assessment__button__reccomend a:hover{
opacity:.7;
}
/*----------------------------サンプル-----------------------------*/
.p-assessment__sample {
  width: 100%;
}
.p-assessment__sample__head {
  font-size: 1.1428rem;/*16px*/
  font-weight: bold;
  margin-bottom: 5px;
}
.c-assessment__box {
  margin-bottom: 50px;
}
.c-assessment__box h3{
  border-bottom:1px solid #666666;
}
.p-assessment__sample__box {
  max-width: 400px;
  min-width: 400px;
}
.p-assessment__sample__box dl{
  display: flex;
  flex-wrap: wrap;
  margin-right:15px;
}
.p-assessment__sample__box dl dt{
  width: 45%;
  padding: 8px 0 8px 15px;
  border-bottom: 5px solid #fff;
  font-weight: bold;
  color: #fff;
  background: #4E67C8;
}
.p-assessment__sample__box dl dd{
  width: 55%;
  padding: 8px 0 8px 15px;
  border-bottom: 5px solid #fff;
  background: rgba(78, 103, 200, 0.15);
  color:#333333;
}
.p-assessment__sample__list {
  width: 100%;
}
.p-assessment__sample__list:last-child {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom:30px;
}
.p-assessment__sample__img {
  text-align: center;
}

/*----------------------------実施の流れ-----------------------------*/
.p-assessment__process{
  display: flex;
  gap:30px;
}
.p-assessment__process dl{
  width:calc(100%/4);
  background: url(https://www.insource-da.co.jp/common/img/middle/assessment/circle.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 135px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px; /* 高さを少し高めに設定して揃える */
  justify-content: space-between;
}
.p-assessment__process dl::after {
  position: absolute;
  top:50%;
  right:-30px;
  transform: translateY(-50%);
  content: "";
  width:15px;
  height:45px;
  background: url(../img/middle/assessment/dx-promotion/img_sec6-step-arrow.svg);
  background-repeat: no-repeat;
  background-size:contain;
}
.p-assessment__process dl:last-child:after {
  content: none;
}
.p-assessment__process dl dt,
.p-assessment__process dl dd {
  flex-grow: 1; /* 各内容の高さを均等に伸ばす */
}
.p-assessment__process dl dt {
  font-size: 1.1428rem;/*16px*/
  font-weight: bold;
  padding-top: 32px;
  margin-bottom: 20px;
  color:#333333;
  letter-spacing: 0px;
  position: relative;
}
.p-assessment__process dl:last-child dt:before {
  content: "オプション";
  background: #7030A0;
  padding: 0.2em 1em;
  border-radius: 100vh;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  top:-0.5em;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
}
.p-assessment__process dl dd:first-child {
  text-align: center;
}
.p-assessment__process dl dd:last-child {
  letter-spacing: 0px;
  text-align: left;
}
.p-assessment__process dl dt span {
  font-size: 12px;
}
/*----------------------------料金-----------------------------*/
.p-assessment__price {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0.5em;
}
.p-assessment__price__ttl {
    font-size: 16px;
    font-weight: bold;
    border-left: 5px solid #03B488;
    padding-left: 10px;
  }
.p-assessment__price__text {
  font-size: 18px;
  color:#333333;
}
.p-assessment__price__caption {
  text-align: center;
}
.p-assessment__price__example {
  text-align: center;
}
.p-assessment__price__example__text {
  font-size: 20px;
}
.p-assessment__price__example__text span {
  font-size: 30px;
  font-weight: bold;
}
.c-assessment__button {
  text-align: center;
  margin: 0 auto;
  width:65%;
}
.c-assessment__button a{
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(#FF8021, #F14124);
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  border: none; /* ボーダーを削除 */
  box-shadow: 0 0 0 3px transparent; /* 初期状態の透明なシャドウ */
  transition: all 0.3s ease;
}
.c-assessment__button a::before {
  content: "";
  width: 22px;
  height: 20px;
  background: url(../img/middle/assessment/dx-promotion/icon_sec7-mail.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-assessment__button a::after {
  content: "〉";
  transition: all .2s ease-out;
}
.c-assessment__button a:hover{
opacity:.7;
}
.p-assessment__apply__ttl{
    font-weight: bold;
}
.p-assessment__apply__ttl span{
    color: #fff;
    background-color: #03B488;
    text-align: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}
/*------------------------------------------------------------------------*/
/*********************************
レスポンシブTB
*************************************/
@media screen and (max-width: 768px) {
  .flex{
    display: block;
  }
  /*----------------------------共通-----------------------------*/
  .c-assessment__section {
    margin-bottom: 45px;
  }
  .u-bottom__30 {
     margin-bottom: 20px;
  }
  .u-bottom__50 {
    margin-bottom: 25px;
  }
  .sp {
    display: block;
  }
  .pc {
      display: none;
  }
  /*セクションタイトル*/
  .c-assessment__title {
    font-size: 22px;
    margin: 15px 0;
    gap:15px;
  }  
  .c-assessment__title::before {
    width: 25px;
    height: 15px;
  }
  .c-assessment__title::after {
    width: 25px;
    height: 15px;
  }
  /*----------------------------サービス概要-----------------------------*/
  /*アセスメント全体構成*/
  .p-assessment__overview__box-digital{
    margin-bottom:30px;
  }
  .p-assessment__overview__box-digital::after{
    bottom:-30px;
    width: 280px;
    height: 30px;
    background: url(../img/middle/assessment/dx-promotion/img_sec1-service-line.svg) no-repeat;
    background-size: contain;
  }
  .p-assessment__overview__box-digital p{
    font-size: 14px;
    padding:10px 50px;
  }
  .p-assessment__overview__box{
    gap:15px;
  }
  .p-assessment__overview__box div dl{
    margin-bottom: 40px;
    min-height:140px;
  }
  .p-assessment__overview__box div dl dd{
    padding:0 10px;
  }
  .p-assessment__overview__box div .p-assessment__overview__box-service{
    gap:5px;
    box-shadow: 0px 3px 3px #CCCCCC;
    border-radius: 0;
    padding:25px 10px 10px;
  }
  .p-assessment__overview__box div .p-assessment__overview__box-service span{
    display: block;
    min-width:initial;
    width:100%;
    padding:0;
  }  
  .p-assessment__overview__box-literacy .p-assessment__overview__box-service::before {
content:none;
  }
  .p-assessment__overview__box-literacy .p-assessment__overview__box-service::after {
content:none;
  }
  .p-assessment__overview__box-skill .p-assessment__overview__box-service::before {
content:none;
  }
  .p-assessment__overview__box-skill .p-assessment__overview__box-service::after {
content:none;
  }
  .p-assessment__overview__box-literacy div{
    width:100%;
  margin-bottom:20px;
  }
  .p-assessment__overview__box-literacy div::after{
    content: none;
  }
  .p-assessment__overview__box-literacy div::before{
    top:-20px;
    right:0;
    font-size:12px;
  }
  .space{
    display:inline;
    margin-left:0;
  }
  /*DX推進スキルアセスメント全体構成*/
  .p-assessment-literacy{
    padding:0;
    border-radius: 0;
  }
  .p-assessment-literacy h4 span{
    display: block;
    min-width:initial;
    width:100%;
    padding:0;
  }
  .p-assessment-literacy h4::before {
    width: 15px;
    height: 15px;
  }
  .p-assessment-literacy h4::after {
    width: 15px;
    height: 15px;
  }
  .p-assessment-literacy__region {
    padding:0 15px 15px;
  }
  .p-assessment-literacy__region__box{
   padding:0 0 15px;
  }
  .p-assessment-literacy__region__box:first-child{
    margin-right: 15px;
    padding-right: 15px;
  }
.c-assessment__button__reccomend-min a{
  border-radius: 10px;
}
  /*----------------------------こんなお客さまに-----------------------------*/
  .p-assessment__customer {
    flex-wrap: wrap;
    justify-content: center;
    gap:15px;;
  }
  .p-assessment__customer li{
    width:100%;
  }
    /*----------------------------事例-----------------------------*/
    .c-assessment__button__min {
    text-align:center;
    }
    .c-assessment__button__min a{
    display:block;
    width:100%;
    }
  /*----------------------------特徴-----------------------------*/
  .space2{
    display:inline;
    margin-left:0;
  }
  .p-assessment__features__left {
    width: initial;
  }
  .p-assessment__features__right {
    margin-left: 0px;
    text-align: center;
    margin-top:15px;
  }
  /*----------------------------導入の流れ-----------------------------*/
  .p-assessment__flow__box {
    margin-bottom: 15px;
  }
  .p-assessment__flow__box h3{
    min-width:7em;
    font-size: 1.1428rem;/*16px*/
  }
  .p-assessment__flow__box dl{
    padding:0 0 0 15px;
  }
  .p-assessment__flow__box dl dt{
    font-size: 1rem;
    border-bottom: 1px solid #CCCCCC;
  }
  .p-assessment__flow__box dl dt::after{
    position: initial;
    content:none;
  }
  .p-assessment__flow__box dl dt span{
    margin-left:0px;
  }
  .p-assessment__flow__box::before {
    bottom:-30px;
    left: 3em;
    border: 15px solid transparent;
  }
  .p-assessment__flow__box::after {
    bottom:-29px;
    left: 3em;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }
  .p-assessment__flow__box--step1::before {
    border-top: 15px solid #F14124;
  }
  .p-assessment__flow__box--step2::before {
    border-top: 15px solid #FF8021;
  }
  .p-assessment__flow__box--step3::before {
    border-top: 15px solid #34AC8B;
  }
  .p-assessment__flow__box--step4::before {
    border-top: 15px solid #4E67C8;
  }
/*結果別おすすめ研修一覧への導線*/
.p-assessment__flow__overview{
  padding-bottom:20px;
  margin-bottom:15px;
}
  .c-assessment__button__reccomend {
   width:100%;
  }
.c-assessment__button__reccomend a{
  padding: 5px;
  font-size: 1rem;
}
    /*----------------------------サンプル-----------------------------*/
  .p-assessment__sample__box {
    max-width: initial;
    min-width: initial;
  }
  .p-assessment__sample__box dl{
    margin-right:0;
  }
  .p-assessment__sample__list:last-child {
    margin-bottom: 15px;
    padding-bottom:15px;
  }  
  /*----------------------------実施の流れ-----------------------------*/
  .p-assessment__process{
    display: block;
  }
  .p-assessment__process dl{
    width:100%;
    background: none;
    min-height: initial;
    justify-content: flex-start;
    align-items: center;
    gap:0;
    padding-bottom:15px;
    border-bottom:1px solid #CCCCCC;
    margin-bottom:30px;
  }
  .p-assessment__process dl::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom:-40px;
    left: 50%;
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-top: 20px solid #CCCCCC;
  }
  .p-assessment__process dl:last-child:before {
    content:none;
  }
  .p-assessment__process dl::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top:initial;
    bottom:-39px;
    left: 50%;
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-top: 20px solid #fff;
  }
  .p-assessment__process dl dt {
    width:100%;
    font-size: 1.1428rem;/*16px*/
    padding: 0.2em 1em;
    margin-bottom: 15px;
    background-color: #EAE0F1;
    position: initial;
    border-radius: 5px;
  }
  .p-assessment__process dl:last-child dt:before {
    padding: 0.2em 1em;
    position: initial;
    margin-right:10px;
  }
  .p-assessment__process dl dt span {
    font-size: 1.1428rem;/*16px*/
  }
  .p-assessment__process dl dd:last-child {
    margin-top:15px;
    padding:0 15px;
  }
  /*----------------------------料金-----------------------------*/
  .p-assessment__price {
    font-size: 22px;
  }
  .p-assessment__price__text {
    font-size: 1.1428rem;/*16px*/
  }
  .p-assessment__price__example__text {
    font-size: 1rem;
  }
  .p-assessment__price__example__text span {
    font-size: 22px;
  }
  .c-assessment__button {
    width:100%;
  }
  .c-assessment__button a{
    padding: 15px;
    font-size: 18px;
    gap:15px;
  }
  .c-assessment__button a::before {
    width: 18px;
    height: 16px;
  }
  .c-assessment__button a:hover::before{
    width: 18px;
    height: 16px;
  }
}

/*************************************
レスポンシブSP
*************************************/
@media screen and (max-width: 430px){
  .link-r{
    text-align: right;
  }
  /*----------------------------共通-----------------------------*/
  .u-bottom__15 {
    margin-bottom: 10px;
 }
  .u-bottom__30 {
     margin-bottom: 15px;
  }
  .u-bottom__50 {
    margin-bottom: 25px;
  }
  /*セクションタイトル*/
  .c-assessment__title {
    font-size: 20px;
    margin-bottom: 15px;
    gap:10px;
  }  
    /*見出し*/
  .c-assessment__subhead {
    font-size: 1rem;
  }
  .c-assessment__subhead::before {
    margin-right: 5px;
  }
  /*----------------------------サービス概要-----------------------------*/
  /*アセスメント全体構成*/
  .p-assessment__overview__msg span{
    font-size:1rem;
  }
  .p-assessment__overview__box-digital{
    margin-bottom:20px;
  }
  .p-assessment__overview__box-digital::after{
    width: 180px;
  }
  .p-assessment__overview__box-digital p{
    padding:5px 30px;
  }
  .p-assessment__overview__box{
    gap:10px;
  }
  .p-assessment__overview__box div dl{
    margin-bottom: 40px;
    min-height:200px;
  }
  .p-assessment__overview__box div p{
    display: block;
  }
  .p-assessment__overview__box div p::before{
  content: none;
}
.p-assessment__overview__box div p::after{
  content: none;
}
  /*DX推進スキルアセスメント全体構成*/
  .p-assessment-literacy h4{
    padding:30px 10px 10px;
  }
  .p-assessment-literacy__region {
    display: block;
    padding:0 10px 10px;
  }
  .p-assessment-literacy__region__box{
    padding:0;
    width: 100%;

  }
  .p-assessment-literacy__region__box:first-child{
    margin-bottom:10px;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }
  /*----------------------------こんなお客さまに-----------------------------*/
  .p-assessment__customer li dl dd{
    padding: 10px;
  }
  /*----------------------------特徴-----------------------------*/
  .space2{
    display:inline;
    margin-left:0;
  }
  .p-assessment__features__left {
    width: initial;
  }
  .p-assessment__features__right {
    margin-left: 0px;
    text-align: center;
    margin-top:15px;
  }
  /*----------------------------導入の流れ-----------------------------*/
  .p-assessment__flow__box h3{
    min-width:initial;
    padding:0 15px;
    writing-mode: vertical-lr;
  }
  .p-assessment__flow__box dl{
    padding:0 0 0 15px;
  }
  .p-assessment__flow__box::before {
    bottom:-20px;
    left: 1.2em;
    border: 10px solid transparent;
  }
  .p-assessment__flow__box::after {
    bottom:-19px;
    left: 1.2em;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }
  .p-assessment__flow__box--step1::before {
    border-top: 10px solid #F14124;
  }
  .p-assessment__flow__box--step2::before {
    border-top: 10px solid #FF8021;
  }
  .p-assessment__flow__box--step3::before {
    border-top: 10px solid #34AC8B;
  }
  .p-assessment__flow__box--step4::before {
    border-top: 10px solid #4E67C8;
  }
  /*----------------------------サンプル-----------------------------*/
  .p-assessment__sample__box {
    max-width: initial;
    min-width: initial;
  }
  .p-assessment__sample__box dl{
    margin-right:0;
    flex-wrap:nowrap;
  }
  .p-assessment__sample__box dl dt{
    width:initial;
    width:40%;
    padding:10px;
  }
  .p-assessment__sample__box dl dd{
    width:60%;
    padding:10px;
  }
  .p-assessment__sample__list:last-child {
    margin-bottom: 15px;
    padding-bottom:15px;
  }  
  /*----------------------------実施の流れ-----------------------------*/
  .p-assessment__process dl{
    margin-bottom:25px;
  }
  .p-assessment__process dl::before {
    bottom:-40px;
    border: 25px solid transparent;
    border-top: 15px solid #CCCCCC;
  }
  .p-assessment__process dl::after {
    top:initial;
    bottom:-39px;
    border: 25px solid transparent;
    border-top: 15px solid #fff;
  }
  .p-assessment__process dl dt {
    font-size: 14px;
    padding: 0.2em 10px;
    margin-bottom: 10px;
  }
  .p-assessment__process dl dt span {
    font-size: 14px;
  }
  .p-assessment__process dl dd:last-child {
    margin-top:10px;
    padding:0 10px;
  }
  /*----------------------------料金-----------------------------*/
  .p-assessment__price {
    font-size: 22px;
  }
  .p-assessment__price__text {
    font-size: 1.1428rem;/*16px*/
  }
  .p-assessment__price__example__text {
    font-size: 1rem;
  }
  .p-assessment__price__example__text span {
    font-size: 22px;
  }
  .c-assessment__button {
    width:100%;
  }
  .c-assessment__button a{
    padding: 15px;
    font-size: 18px;
    gap:15px;
  }
  .c-assessment__button a::before {
    width: 18px;
    height: 16px;
  }
  .c-assessment__button a:hover::before{
    width: 18px;
    height: 16px;
  }
}