
@charset "utf-8";

section{clear:both;}

/*--------------------全体のコンテンツ----------------*/
.contents {
	clear: both;
    overflow: hidden;
	padding-top: 0px;		/*上に空けるボックス内の余白*/
	padding-bottom: 40px;	/*下に空けるボックス内の余白*/
	margin:0 auto;
    width:100%;
}

/*---------------------画面トップ------------------------------*/
.top_wrapper {
    position: relative;
    width:100%;
    margin-bottom: 20%;
}
.img-frame{
    position: relative;
    width: 90%;
    height: 32vh;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 25px;
 }
 .img-frame::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
 }
 .buil01{
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
 }
 .buil01{
    background-image: url('../images/lecture.jpg');
	'clip-path: polygon(0% 100%, 17.5% 0%, 100% 0%, 100% 100%);
 }

 @media screen and (max-width: 767px){
    .img-frame{
       width: 100%;
       height: 250px;
    }
}

@media screen and (max-width: 468px){
    .img-frame{
       width: 100%;
       height: 150px;
       border-radius: 0;
    }
}


/* -------------トップページ---------------- */
.top-message {
	position:relative;
	width:100%;
	margin: 3% auto 5%;
	color:#000;
}

.message {
    width:80%;
	font-size:1.3vw;
    margin:auto;
}
	
@media screen and (max-width:767px){
	.message {
		width:90%;
    	font-size:1.8vw;
		margin-bottom: 5%;
	}
}

/*----------------研修制度------------------*/
.wrapper {
    position:relative;
    width:90%;
    margin:0% auto 0;
}

.box_ttl {
    text-align:left;
    margin-left: 5%;
    font-size:4vw;
    font-family: HGｺﾞｼｯｸM;
    color: #6e6e6e;
    vertical-align: top;
    line-height: 2;
    z-index:999;
}
.box_ttl2 {
    text-align:left;
    margin-left: 5%;
    font-size:1vw;
    font-family: HGｺﾞｼｯｸE;
    color: #5c5c5c;
    vertical-align: top;
    line-height: .5;
    z-index:999;
    padding-bottom: 2%;
    border-bottom: solid 2px #5c5c5c;;
}
.box_subttl {
    margin-top: 5%;
    text-align: center;
    font-size:1.5vw;
    font-weight: bold;
}

.cp_card03 {
	position: relative;
	margin:2% auto 15%;
    width:80%;
	height: auto;
}

.cp_card03 img {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 0px;
	width: 20%;
	height: auto;
    clip-path : circle(45% at 50% 50% );
}

.cp_card03 .description {
    font-size: 1.2vw;
    color: #000;
    padding: 3% 5% 3% 30%;
}

@media screen and (max-width: 767px) {
	.cp_card03 {
		position: relative;
		width:100%;
		margin: 0 auto 10%;
		border-radius: 3px;
	}
	.cp_card03 img {
		width: 25%;
		height: auto;
		top: 20px;
		left: 30px;
	}
	.cp_card03 .description {
		font-size: 1.8vw;
		margin: 0 0 0 40px;
	}
	.box_ttl {
    	font-size: 7vw;
  	}
  	.box_ttl2 {
    	font-size: 1.8vw;
  	}
  	.box_subttl {
    	font-size: 2.5vw;
  	}
}

@media screen and (max-width: 480px) {
	.cp_card03 {
		position: relative;
		width:100%;
		margin: 0 auto 10%;
	}
	.cp_card03 img {
		float: left;
		width: 40%;
		height: auto;
		top: 20px;
		left:0;
	}
	.cp_card03 p{
		font-size: 1.8vw;
		margin: 5%;
	}
	.cp_card03::after {
  		content: "";
  		display: block;
  		clear: both;
	}
}

/*-------------------研修リスト-----------------*/
ul.cp_list {
	padding: 0.5em 3em;
	list-style-type: none;
}
ul.cp_list li {
	position: relative;
	font-size: 1.2vw;
	padding: 0.3em 1em 0.3em 2.3em;
	margin-bottom:15px;
	border-bottom: 2px solid #194766;
}
ul.cp_list li:after,
ul.cp_list li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.cp_list li:before {
	top: 50%;
	left: 0.2em;
	width: 25px;
	height: 25px;
	background: rgba(25,118,210, 1);
	transform: translateY(-50%);
}
ul.cp_list li:after {
	top: 1.1em;
	left: 0.8em;
	width: 20px;
	height: 20px;
	background: rgba(25,118,210, 0.5);
}
ul.cp_list p{
	width:90%;
	margin: 0 auto 2%;
	font-size: 1.2vw;
}
@media screen and (max-width: 767px) {
	
	ul.cp_list li {
		position: relative;
		font-size: 1.8vw;
		padding: 0.5em 1em 0.5em 2.3em;
		margin-bottom:25px;
		border-bottom: 1px solid rgba(25,118,210,1);
	}
	ul.cp_list li:before {
		width: 16px;
		height: 16px;
	}
	ul.cp_list li:after {
		width: 12px;
		height: 12px;
	}
	ul.cp_list p{
		font-size: 1.8vw;
	}
}
/* -------------取得資格---------------- */
.shikaku {
	position: relative;
	margin: 2% auto;
	padding: 1em;
	width: 85%;
	font-size: 1.2vw;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	border: 2px solid #194766; /* 枠線の太さ・色 */
}
.shikaku_ttl, .hoyusya {
	font-size: 1.2vw;
}

@media screen and (max-width: 767px){
    .shikaku {
       width: 90%;
       height: auto;
	   border: 2px solid #194766; /* 枠線の太さ・色 */
    }
	.hoyusya {
		font-size: 1.8vw;
	}
	
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
  .box_ttl {
    font-size: 1.8rem;
  }
  .box_ttl2 {
    font-size: .6rem;
  }
  .box_subttl {
    font-size: .7rem;
  }
  .top-message {
	margin: 3% auto 0;
  }
  .message {
	width:90%;
    font-size:.7rem;
	margin-bottom: 5%;
  }
  .cp_card03 .description {
	font-size: .7rem;
  }
  ul.cp_list {
	width:90%;
  }
  ul.cp_list li {
	position: relative;
	font-size: .9rem;
	padding: 0.5em 0em 0.5em 2em;
	margin-bottom:10px;
	border-bottom: 1px solid #525252;
  }
  ul.cp_list li:before {
		width: 16px;
		height: 16px;
  }
  ul.cp_list li:after {
		width: 12px;
		height: 12px;
  }
  ul.cp_list p{
		width:95%;
		font-size: .7rem;
  }
  .shikaku_ttl, .hoyusya {
		font-size: .7rem;
  }
}
