@charset "UTF-8";

/*   教育訓練給付金制度（kyoiku_kunren.css）   */

/* -------------------------------------------------

Main

------------------------------------------------- */
#Main {
	width: 100%;
}
#Main .Section {
	margin: 0 0 120px;
	position: relative;
}
#Main .Section:first-child {
	margin: 80px 0;
}
@media screen and (max-width: 768px)  {
#Main .Section {
	margin: 0 0 100px;
}
#Main .Section:first-child {
	margin: 50px 0;
}
}
@media screen and (max-width: 480px)  {
#Main .Section {
	margin: 0 0 80px;
}
}

@media print {
#Main .Section {
	overflow:visible;
}
#Main .Section:last-child {
	padding-bottom: 120px;
}
}


/* -------------------------------------------------

PageTitle__KK__wrp

------------------------------------------------- */
/* ページタイトル
================================================== */
.PageTitle__KK__wrp {
	padding: 50px 0 0;
 position: relative;
}
.PageTitle__KK__Box {
	border: 4px solid #272343;
	max-width: 1200px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 25px;
	color: #272343;
	margin: 0 auto;
	padding: 30px;
 position: relative;
}
.PageTitle__KK__Box .title {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.PageTitle__KK__Box .title .title__Top {
	margin-bottom: 15px;
}
.PageTitle__KK__Box .title .title__Top img {
	height: 40px;
}
.PageTitle__KK__Box .title .title__Center {
	font-size: 3rem;
	margin-bottom: 15px;
}
.PageTitle__KK__Box .title .title__Center span {
	font-size: 4rem;
	font-weight: 900;
	padding: 0 10px;
}
.PageTitle__KK__Box .title .title__Bottom {
	font-size: 2.4rem;
	font-weight: 500;
	margin-left: auto;
}
@media screen and (max-width: 1250px)  {
.PageTitle__KK__wrp {
	width: 95%;
	margin: 0 auto;
}
}
@media screen and (max-width: 898px)  {
.PageTitle__KK__wrp {
	padding: 25px 0 0;
}
}
@media screen and (max-width: 768px)  {
.PageTitle__KK__Box {
	/*padding: 20px 40px;*/
}
.PageTitle__KK__Box .title .title__Top img {
	height: 30px;
}
.PageTitle__KK__Box .title .title__Center {
	font-size: 2rem;
}
.PageTitle__KK__Box .title .title__Center span {
	font-size: 3rem;
}
.PageTitle__KK__Box .title .title__Bottom {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 568px)  {
.PageTitle__KK__Box {
	padding: 20px;
}
.PageTitle__KK__Box .title .title__Top {
	margin-bottom: 8px;
}

.PageTitle__KK__Box .title .title__Center {
	font-size: 1.8rem;
	margin-bottom: 8px;
}
.PageTitle__KK__Box .title .title__Center span {
	font-size: 2.4rem;
	padding: 0 5px;
}
.PageTitle__KK__Box .title .title__Bottom {
	font-size: 1.6rem;
}

}
@media screen and (max-width: 480px)  {
.PageTitle__KK__wrp {
	padding: 0;
}
.PageTitle__KK__Box {
	border: 3px solid #272343;
	border-radius: 14px;
	padding: 15px;
}
.PageTitle__KK__Box .title .title__Top img {
	height: 22px;
}
.PageTitle__KK__Box .title .title__Center {
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.PageTitle__KK__Box .title .title__Center span {
	font-size: 2rem;
}
.PageTitle__KK__Box .title .title__Bottom {
	font-size: 1.4rem;
	margin: auto;
}
}

/* リンクボタン
================================================== */
.BTN__KK_flow	{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 568px)  {
.BTN__KK_flow	{
	width: 95%;
}
}

.BTN__KK_flow_Box a	{
	border: 4px solid #272343;
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: 10px 10px 0px -1px #7ec2c2;
	padding: 20px 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.BTN__KK_flow_Box a:hover	{
	transform: translateY(5px); /* 少し下にずらす */
	transition: .3s;
}
.BTN__KK_flow_Box p	{
	font-weight:600;
	font-size:2rem;
	color: #272343;
	line-height: 2;
}
.BTN__KK_flow_Box p + p	{
	font-size:3rem;
}
@media screen and (max-width: 640px)  {
.BTN__KK_flow_Box p	{
	font-size:1.6rem;
}
.BTN__KK_flow_Box p + p	{
	font-size:2rem;
}
}
@media screen and (max-width: 480px)  {
.BTN__KK_flow_Box a	{
	border: 2px solid #272343;
	box-shadow: 8px 8px 0px -1px #7ec2c2;
	padding: 20px 15px;
}
.BTN__KK_flow_Box p	{
	font-size:1.4rem;
}
.BTN__KK_flow_Box p + p	{
	font-size:1.8rem;
}
}

/* リンクボタン上のタイトル
================================================== */
.heading {
 display: flex;
 flex-wrap: nowrap;
 justify-content: center; 
 align-items: center;
 border:0;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.heading::before,
.heading::after {
 content: '';
 width: 30px;
 height: 1px;
 background-color:currentColor !important;
 /*Lightning見出しデザイン設定のCSS対策*/
 position: unset;
 border: unset;
 margin-left: unset;
 margin-right:unset;
 flex-grow: unset;
}
.heading::before{
 margin-right:14px;
 transform: rotate(60deg);
}
.heading::after {
 margin-left:14px;   
 transform: rotate(-60deg);
}
@media screen and (max-width: 640px)  {
.heading {
	font-size: 2rem;
	margin-bottom: 15px;
}
}
@media screen and (max-width: 480px)  {
.heading {
	font-size: 1.8rem;
}
}


/* 手順
================================================== */
.KK_flow__wrp	{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 100px;
}
.KK_flow__wrp:last-child	{
	margin: 0 auto;
}
.KK_flow__Box	{
	border: 4px solid #272343;
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: 10px 10px 0px -1px #7ec2c2;
	padding: 40px 50px;
	position: relative;
}
.KK_flow__Box::after	{
		content: "";
	 width: 50px;
  height: 40px;
  background-color: #272343;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  border-radius: 0 0 20px 20px;
		position: absolute;
		left: 50%;
  transform: translateX(-50%);
		margin-top: 80px;
}
.KK_flow__wrp:last-child .KK_flow__Box::after	{
	display: none;
}

.KK_flow__Box h3	{
	font-weight:600;
	font-size:3.3rem;
	color: #272343;
	line-height: normal;
	position:relative;
	text-align: center;
	margin-bottom: 30px;
}
.KK_flow__Box p	{
	font-weight:600;
	font-size:2rem;
	color: #272343;
	line-height: 2;
}
.KK_flow__Box p.center	{
	text-align: center;
}
@media screen and (max-width: 1100px)  {
.KK_flow__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 768px)  {
.KK_flow__wrp	{
	margin: 0 auto 70px;
}
.KK_flow__Box	{
	padding: 30px 40px;
}
.KK_flow__Box::after	{
	 width: 40px;
  height: 30px;
		margin-top: 60px;
}
.KK_flow__Box h3	{
	font-size:2.8rem;
	margin-bottom: 30px;
}
.KK_flow__Box p	{
	font-size:1.8rem;
}
}
@media screen and (max-width: 640px)  {
.KK_flow__Box p	{
	font-size:1.6rem;
}
}
@media screen and (max-width:480px)  {
.KK_flow__wrp	{
	margin: 0 auto 55px;
}
	
.KK_flow__Box	{
	border: 2px solid #272343;
	box-shadow: 8px 8px 0px -1px #7ec2c2;
	padding: 25px 20px;
}
.KK_flow__Box::after	{
	 width: 30px;
  height: 20px;
		margin-top: 50px;
}

.KK_flow__Box h3	{
	font-size:2rem;
	margin-bottom: 20px;
}
.KK_flow__Box p	{
	font-size:1.4rem;
}
}
@media screen and (max-width:414px)  {
.KK_flow__Box p.center	{
	text-align: left;
}
}



/* 制度とは
================================================== */
.KK__wrp	{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.KK__Box p	{
	font-size:1.8rem;
	line-height: 2;
	margin-bottom: 15px;
}
.KK__Box p:last-child	{
	margin-bottom: 0px;
}
.KK__Box p strong	{
	font-weight: 700;
}

@media screen and (max-width: 1100px)  {
.KK__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 768px)  {
.KK__Box p	{
	font-size:1.6rem;
	line-height: 2;
	margin-bottom: 15px;
}
}
@media screen and (max-width:480px)  {

.KK__Box p	{
	font-size:1.4rem;
	line-height: 1.7;
}
}


/* 見出し（h2）
================================================== */
.Heading__h2_KK	{
	margin-bottom: 30px;
}
.Heading__h2_KK img	{
	height: 36px;
}

@media screen and (max-width: 768px)  {
.Heading__h2_KK	{
	margin-bottom: 15px;
}
.Heading__h2_KK img	{
	height: 28px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h2_KK img	{
	height: 26px;
}
}


/* 文字サイズ
================================================== */
.fs16 {
	font-size: 1.6rem;
}
@media screen and (max-width: 480px)  {
.fs16 {
	font-size: 1.4rem;
}
}

/* margin
================================================== */
.mt_15px {
	margin-top: 15px;
}

/* width
================================================== */
.width {
	max-width: 552px !important;
	width: 100% !important;
	margin: auto;
}
@media screen and (max-width: 768px)  {
.width {
	max-width: 497px !important;
}
}
@media screen and (max-width: 640px)  {
.width {
	max-width: 442px !important;
}
}

