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


/* 全体 */
.ul {
 	padding-left:0;
  }

.li {
  list-style:none;
  }

.h2.h3 {
 	text-decoration: none!important;
  }

.overview_text {
	text-align: center;
	margin-bottom: 2em;
	font-size: 16px;
	line-height: 1.5;
	}

.wrap {
	margin: 0 auto;
  }

.service_logo {
	text-align: center;
	margin-bottom: 20px;
  }

.service_head_midasi {
  font-size:20px;
  line-height:1.5;
  text-align:center;
  }

.home-services__button {
  margin:5px auto 0;
  }

.description-list__head {
  margin-top: 40px;
	margin-bottom: 0;
  }

.footer-page__body {
  margin: 0 auto;
  padding: 40px 15px 90px;
  max-width: 1280px;
 }
  
.service_container {
  display: flex; /* 横並びに */
  flex-wrap: wrap; /* 画面幅が足りなくなったら折り返す */
  gap: 30px; /* 要素間の隙間 */
  justify-content: center; /* 中央寄せ */
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 1280px; /* 親要素の最大幅（footer-page__bodyに合わせる） */
}

.service_top_left{
	width: 45%;
}
.service_top_right{
	width: 45%;
}
.service_xstage{
	border: solid 1px #6091d3;
	border-radius: 10px;
	padding: 20px;
}

.service_xstage_head{
	height: auto;
	width: 100%;
	/*float: none;*/
	overflow: hidden;
}
.service_xstage_head_midasi{
	width: auto;
	/*float: left;*/
	margin-top: 1em;

}
.service_xstage_head_midasi h2{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom:10px;
	text-align: center;
}
.service_xstage_head_midasi h3{
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	font-weight:150;
}


.service_xstage_head_logo{
	/*position: relative;*/
	width: 300px;
	/*height: 70px;*/
	/*float: right;*/
	bottom: 0px;
	margin: 50px auto 40px;
}

.service_overview_box span{
	font-size: 1em;
	margin: 0.5em;
	margin-left: 0;
}

.service_xstage_ul_box{
	width: -moz-fit-content; /* Firefox */
	width: fit-content; /* other browsers */
	padding: 1em;
	font-weight: bold;
	/*clear: both;*/
}

.service_com_footer{
	padding: 10px;
	clear:both;
	float:right;
}

.service_etc_body{
	/*height: -moz-fit-content;  Firefox */

	width: 100%; /* other browsers */
	/*clear: both;*/
	/*background-color: #A4BAE0;*/
	padding-top: 1em;
	/*overflow: hidden;*/
	display: flex;
}
.service_etc_body .left{
	width: 48%;
}
.service_etc_body .right{
	width: 48%;
	margin-left: 4%;
}


.service_etc_td_tail{
	margin-left:1em;
	with:auto;
	line-height:2em;
	text-align: center;
	float: left;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	
}

.service_elmz_body{
	clear: both;
	color: #000000;
	/*background-color: #D1D2D4;*/
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow:hidden;

	
}.service_elmz_txt{
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 1em 0.5em 0.5em;
	/*margin-right: 20%;*/
	overflow:hidden;
	font-weight: normal;
}
.service_elmz_txt span{
	font-size: 0.9em;
	line-height: 0.9em;
	font-weight: 100;
	color: red;
}
.service_elmz_head_logo{
	/*position: relative;*/
	width: 150px;
	margin:0 auto;
	/*height: auto;*/
	/*float: right;*/
	/*clear: none;*/	
}
.service_elmz_head_logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-top: 20px;
}

.service_com_footer a{
	float: right;
	margin-right: 50px;
}
.service_com_footer a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

.service_com_footer a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}



*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.ser_top{
	max-width: 1310px;
	display: flex;
}
/* ser_top SP時 */
@media screen and (max-width: 767px) {
.ser_top{
	display: block !important;
	width: 100% !important;
	}
}


/* 左カラム幅 */
.ser_top_left{
	padding: 10px 20px;
	margin-right: 30px;
	background-color: #fff;
}
/* ser_top_left SP時 */
@media screen and (max-width: 767px) {
	.ser_top_left{
		margin-right: 0 !important;
		margin-bottom: 1em;
	}
}


.ser_new{
	background-color: red;
	color: #fff;
	max-width: 80px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.0rem;
}
.ser_button{
  max-width: 216px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 10px auto;
  color: #fff;
  background: #484EEE;
  line-height: 1;
  border-radius: 20px;
  transition: all .2s;
  /*シャドウ追加*/
  box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
}
.ser_button_wide{
  max-width: 260px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 10px auto;
  color: #fff;
  background: #484EEE;
  line-height: 1;
  border-radius: 20px;
  transition: all .2s;
  /*シャドウ追加*/
  box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
}
.ser_button.high{
  max-width:300px; 
  padding: 30px 0;
  border-radius: 50px;
  margin-top: 80px;
  font-size: 1.2rem;
}
.ser_button2{
  /*width: 209px;*/
  padding: 8px 0;
  font-size: 0.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 10px auto;
  color: #fff;
  background: #777;
  line-height: 1;
  border-radius: 10px;
  transition: all .2s;
 font-weight: normal;
  /*シャドウ追加*/
  box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
}
.ser_button:hover{
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}
.ser_button_wide:hover{
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}
.ser_button2:hover{
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}
.ser_button::after{
    /* 擬似要素で三角アイコンをつくる */
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); /* translateYのみ */
}
.ser_button_wide::after{
    /* 擬似要素で三角アイコンをつくる */
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top:30%;
    right: 20px;
}
    
.ser_button2::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.ser_box_right{
	width:406px;
	padding: 30px;
	margin-bottom: 30px;
	background-color: #fff;
}
.ser_box{
	/*border: 2px solid #666;*/
	width:33%;
	padding: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #fff;
}
.ser_box:last-child{
	margin-bottom: 0;
}
.ser_ttl{
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
	padding: 40px;
}
.ser_ano{
	color: red;
	font-size: 0.75rem;
}

.s-reveal-item -n7 -down -revealed {
 	text-align: center;
}


/*********************************************************************/
/* eラーニング教材制作・販売(add 22/09/2025) */

.container-material {
  /*display: flex;  親要素をflexコンテナにする */
  align-items: center; /* 垂直方向の中央揃え */
  margin-bottom: 3em;
}
.image-box-left {
  flex: 1; /* flex-growの短縮形。利用可能なスペースを均等に割り振る */
}
.image-box-left img {
  max-width: 100%;
  height: auto;
}
.text-box {
  flex: 1; /* flex-growの短縮形 */
}
.custom-list-item {
  line-height: 1.5;


@media screen and (min-width: 961px) {
	.sp{
		display: none;
	}
}

@media screen and (max-width: 768px) {

  .button {
      width: 60%;
   }
    
   .footer-page__body {
      margin: 0 auto;
      padding: 40px 0 90px;
      max-width: 1280px;
      background-color: #f5f5f5;
    }
    
   .ser_top_left {
      width: 340px;
    }

   .service_container{
		padding: 15px 0;
		font-weight: bold;
		max-width: 100%;
		}

	.footer-page{
		background-color:#f5f5f5;
	}

	.ser_top_left{
		width: 100%;
		margin-bottom: 20px;
		padding: 10px 20px;
		background-color: #fff;
	}

	.ser_box{
		margin-bottom: 30px;
		background-color: #fff;
	}
	.ser_button.high{
	  max-width: 209px;
	  padding: 14px 0 16px 0;
	  font-size: 16px;
	  border-radius: 20px;
	  margin-top: 10px;
	}
	.service_etc_body{
		width: 100%;
		padding-top: 1em;
		display: block;
	}
	.service_etc_body .left{
		width: 100%;
	}
	.service_etc_body .right{
		width: 100%;
		margin-left: 0;
	}
	.service_xstage_head_logo{
		max-width: 250px;
		bottom: 0px;
		margin: 0 auto;
	}
	.service_xstage_head_logo img{
		width: 100%;
	}
	.footer-page__body {
		padding: 0 15px;
	}
	.service_xstage_ul_box li{
		font-size: 0.8em;
		line-height: 1.2em;
	  }

	  .service_container {
	  	flex-direction: column;
	  }
	}
