@charset "utf-8";

/*----------------------------------------------------------------------
共通
----------------------------------------------------------------------*/

/** タイトル **/
.g_ttl_wrap{
	padding: 60px 0;
	margin: 40px 0;
}

.g_ttl_wrap{
	background: #f2f8fc url("../images/bg_blue.png");
}

.worker .g_ttl_wrap{
	background: #fcfaf9 url("../images/bg_beige.png");
}

.worker .g_ttl_wrap h2::before{
	background: #c2987e;
}

.npo .g_ttl_wrap{
	background: #faf8fc url("../images/bg_purple.png");
}

.npo .g_ttl_wrap h2::before{
	background: #a57dba;
}

.scholarship .g_ttl_wrap{
	background: #f5fafb url("../images/bg_emerald.png");
}

.scholarship .g_ttl_wrap h2::before{
	background: #389eb0;
}

.base_ttl{
	font-size: 110%;
	background: #006ebe;
	color: #fff;
	padding: .5em .5em .5em .75em;
	margin-bottom: 20px;
}

.p_ttl{
	font-size: 120%;
	margin: 30px 0 20px;
}

.sub_ttl{
	font-size: 110%;
	border-bottom: 1px solid #333;
	padding-bottom: .25em;
	margin: 0 0 .75em;
}

/** コンテンツ **/
.content{
	margin:0 0 60px;
}

.content_inner{
	padding: 0 35px;
	margin:0 0 60px;
	}

.top_img{
	margin: 0 0 40px;
}

.sub_txt{
	line-height: 1.8;
	text-align: justify;
	letter-spacing: .1rem;
}

.sub_txt a{
	color: #0088d6;
	text-decoration: underline;
}

.sub_txt a:hover{
	text-decoration: none;
}

.red{
	color: #dd3737;
}

/** ボタン **/
.btn_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 30px 0 0 -2em;
}

.btn{
	width: calc(100% / 3 - 2em);
	margin:0 0 1em 2em;
}

.btn a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 4.5em;
	border-radius: 5px;
	transition: .3s;
    line-height: 1.4;
	font-weight: 500;
}

.btn a::before{
	position: absolute;
	content: '';
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}

/** 県民勤労者 **/
.btn.btn_worker a{
	border: 1px solid #c2987e;
	color: #c2987e;
}

.btn.btn_worker a::before{
    border-top: 1px solid #c2987e;
    border-right: 1px solid #c2987e;
}

.btn.btn_worker a:hover{
	background: #c2987e;
	color: #fff;
}

.btn.btn_worker a:hover::before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/** NPO **/
.btn.btn_npo a{
	border: 1px solid #a57dba;
	color: #a57dba;
}

.btn.btn_npo a::before{
    border-top: 1px solid #a57dba;
    border-right: 1px solid #a57dba;
}

.btn.btn_npo a:hover{
	background: #a57dba;
	color: #fff;
}

.btn.btn_npo a:hover::before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/** 奨学金事業 **/
.btn.btn_scholarship a{
	border: 1px solid #389eb0;
	color: #389eb0;
}

.btn.btn_scholarship a::before{
    border-top: 1px solid #389eb0;
    border-right: 1px solid #389eb0;
}

.btn.btn_scholarship a:hover{
	background: #389eb0;
	color: #fff;
}

.btn.btn_scholarship a:hover::before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/** アドバイザー **/
.btn.btn_advisor a{
	border: 1px solid #006ebe;
	color: #006ebe;
}

.btn.btn_advisor a::before{
    border-top: 1px solid #006ebe;
    border-right: 1px solid #006ebe;
}

.btn.btn_advisor a:hover{
	background: #006ebe;
	color: #fff;
}

.btn.btn_advisor a:hover::before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/** 専用ページ **/
.btn.btn_exclusive a{
	border: 1px solid #006ebe;
	background: #006ebe;
	color: #fff;
}

.btn.btn_exclusive a::before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.btn.btn_exclusive a:hover{
	opacity: .6;
}


/** ダウンロード **/
.btn.btn_download a{
	border: 1px solid #e67387;
	color: #e67387;
}

.btn.btn_download a::before{
    border-top: 1px solid #e67387;
    border-right: 1px solid #e67387;
}

.btn.btn_download a:hover{
	background: #e67387;
	color: #fff;
}

.btn.btn_download a:hover::before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*----------------------------------------------------------------------
新着情報
----------------------------------------------------------------------*/

.news_sub_ttl{
	border-left:solid #006ebe 5px;
	clear: both;
	padding:0 0 0 .5em;
	margin:0 0 1em;
	font-weight: bold;
}

.cate_year_ttl{
	margin: 40px 0 1em;
}

.sub_nav{
	margin: 60px 0 0;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

/*タブのスタイル*/
.tab_item{
  width: calc(100%/5 - 8px);
  height: 4em;
  margin-right:8px;
  margin-bottom:8px;
  background-color: #fff;
  line-height: 1.4;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  float: left;
  transition: all 0.5s ease;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
}

.tab_item:hover,
.news input:checked + .tab_item{
	background:#006ebe;
	border:solid 1px #006ebe;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
/*   display: none;*//** 宮澤さんにデータ渡すとき不要なCSS **/
  padding: 10px 0 0 0;
  clear: both;
  overflow: hidden;
}


/******** 宮澤さんにデータ渡すとき不要なCSS ********/

/*選択されているタブのコンテンツのみを表示*/
/*#all:checked ~ #all_content,
#worker:checked ~ #worker_content,
#npo:checked ~ #npo_content,
#scholarship:checked ~ #scholarship_content,
#year:checked ~ #year_content{
   display: block; 
}*/

/*********************************************/


.news_list {
	margin: 40px 0 0;
	border-bottom: #d8d8d8 solid 1px;
}

.news_list li {
	padding: 25px 10px;
    border-top: #d8d8d8 solid 1px;
}


.pagebar{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:40px auto 0;
	clear: both;
}

.pagebar li{
	margin: 0 5px;
	line-height: 1;
}

.pagebar li a{
	border:1px solid #006ebe;
	color: #006ebe;
	text-decoration: none;
	width: 2em;
	height: 2em;
	display: inline-block;
	text-align: center;
	transition: .3s all;
	line-height: 1.8;
	font-size: 80%;
	border-radius: 2px;
}

.pagebar li a:hover{
	background: #006ebe;
	border:1px solid #006ebe;
	color: #fff;
}

.this-page{
	background: #006ebe;
	border:1px solid #006ebe;
	color: #fff;
	width: 2em;
	height: 2em;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 80%;
	border-radius: 2px;
}

.pagebar .prev{
	margin-right: 1rem;
}

.pagebar .next{
	margin-left: 1rem;
}

.pagebar .prev a,
.pagebar .next a{
	border:#e1e1e1 1px solid;
	color: #333;
	background: #e1e1e1;
	width: 4em;
}

.pagebar .prev a:hover,
.pagebar .next a:hover{
	border:#e1e1e1 1px solid;
	background: #e1e1e1;
	color: #333;
	opacity: .6;
}

.news .sub_nav {
    margin: 80px 0 0;
}


/*----------------------------------------------------------------------
新着情報詳細ページ
----------------------------------------------------------------------*/

.detail{
	padding: 20px 0 100px;
}

.detail_ttl{
	font-size: 160%;
}

.press_header{
	padding:10px 0 0;
	display: flex;
	justify-content: flex-start;
}

.detail_cate{
	color: #fff;
	font-size: 90%;
	padding: 2px 10px 4px;
	font-weight: bold;
	margin-left: 10px;
}

.detail_txt{
	margin: 40px 0;
	font-feature-settings: normal;
    letter-spacing: normal;
}

.detail_txt a{
	color: #006ebe;
	text-decoration: underline;
}

.detail_txt a:hover{
	text-decoration: none;
}

.detail_pdf{
	padding: 5px 0;
}

.detail_pdf a{
	display: inline-block;
	color: #086698;
	text-decoration: none;
	transition: .3s all ease;
}

.detail_pdf a:hover{
	opacity: .7;
}

.detail_pdf a img{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin-right: .5rem;
}





/*----------------------------------------------------------------------
事業詳細(3事業)
----------------------------------------------------------------------*/

.purpose .row{
	align-items: flex-start;
}

.purpose .row .sub_txt{
	width: 65%;
}

.purpose .row .sub_img{
	width: 35%;
	padding: 5px 0 0 30px;
}

.purpose .sumally{
	width: 65%;
}

.dl_list dt{
	font-weight: bold;
}

.dl_list dd{
	margin-bottom: 1em;
}

.txt_indent{
	padding-left: 1.5em;
	text-indent: -1.5em;
	letter-spacing: .065rem;
}

.btn_wrap{
	margin: 20px 0 0 -2em;
}

.q_txt:first-of-type{
	margin-top: .25em;
}

.q_txt{
	font-weight: bold;
}

.q_txt,
.a_txt{
	padding-left: 2.25em;
	text-indent: -2.25em;
}

.a_txt{
	margin-bottom: 1em;
}

.underline{
	color: red;
	text-decoration: underline;
}

/** 奨学金事業 募集要項CMS **/

.scholarship_detail{
	letter-spacing: .075rem;
	  font-feature-settings: normal;
}

.s_detail_date{
	text-align: right;
}

.s_detail_ttl{
	font-size: 130%;
	font-weight: 500;
	margin-bottom: .1em;
}

.s_detail_txt{
	margin-bottom: 1em;
	padding-left: 1em;
}

/** 奨学金事業 Q&ACMS **/

.qa_date{
	margin: 2em 0 1em;
	text-align: right;
}

.qa_list dt{
    background: #f2f8fc;
    border-radius: 10px;
}
.qa_list dd{
	margin-bottom: 20px;
}
.qa_list dd,
.qa_list dt{
	position: relative;
    padding: 1.5em 1.5em 1.5em 70px;
}

.qa_list dt::before,
.qa_list dd::before{
	position: absolute;
	left: 18px;
	top: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    line-height: 1;
    display: flex;
}
.qa_list dt::before{
	content: 'Q';
    background: #006ebe;
}
.qa_list dd::before{
	content: 'A';
    background: #e67387;
}





/*----------------------------------------------------------------------
項目
----------------------------------------------------------------------*/

.doc_ttl{
	font-weight: bold;
	margin-top: 1em;
}

.emphasis{
	color: #e81c24;
	margin-left: 1rem;
}

.doc_link{
	padding: 1rem 0 1rem 35px;
		position: relative;
}

.doc_link a:hover,
.s_detail_txt a:hover{
	text-decoration: none;
}

.doc_link a,
.s_detail_txt a{
	color: #0088d6;
	text-decoration: underline;
}

.doc_list li::before {
	position: absolute;
    content: "";
    display: inline-block;
	left:0;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    padding: 0 0.3em 0.2em 0;
}

.pdf_ico::before {
    background: url("../images/icon_pdf.svg") no-repeat center / contain;
}

.excel_ico::before {
    background: url("../images/icon_excel.svg") no-repeat center / contain;
}

.word_ico::before {
    background: url("../images/icon_word.svg") no-repeat center / contain;
}



/*----------------------------------------------------------------------
パートナー登録紹介制度
----------------------------------------------------------------------*/

.partner .content{
    margin: 60px 0;

}

.partner .sub_txt{
	margin-bottom: 20px;
}

.partner .subat{
	font-size: 90%;
	margin: 20px auto 5px;
}

.partner_list ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}

.partner_list li{
	display: flex;
	flex-direction: column;
	width: calc(100% / 5 - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #C7C7C7;
}

.partner_img{
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 200px;
  font-family: 'object-fit:cover;';
  margin: 0 auto;
}

.partner .txt_box{
	padding: 10px 10px 0;
	line-height: 1.4;
	text-align: justify;
}

.partner .txt_box p{
	display: inline;
	font-size: 85%;
}

.partner_number{
	font-size: 90%;
	display: block;
	color: #eb9b64;
	font-weight: bold;
}

.partner .txt_box p::before{
	content: '■';
}

.partner_group a{
	display: inline;
	color: #0088D6;
	text-decoration: underline;
}

.partner_group a:hover{
	text-decoration: none;
}

.partner_btn{
	margin-top: auto;
	padding: 15px 10px 15px;
}

.partner_btn a{
	position: relative;
    color: #fff;
    border: 2px solid #006ebe;
    background: #006ebe;
    padding: 3px 0;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s;
	text-align: center;
	display: block;
	font-size: 85%;
	font-weight: 500;
}

.partner_btn a:hover{
	opacity: .7;
}

.partner_btn a::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----------------------------------------------------------------------
アクセス
----------------------------------------------------------------------*/

.access .sub_txt span{
	font-weight: bold;
	display: block;
}

.gmap{
	margin: 20px 0;
	width: 100%;
}

.map_link a{
	text-decoration: underline;
}

.map_link a:hover{
	text-decoration: none;
}

.access .sub_img{
	margin: 40px 0 100px;
}



footer{
	margin: 80px 0 0;
}


@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {
	
.g_ttl_wrap {
	margin: 30px 0 20px;
	padding: 40px 0;
}
	
.top_img {
  margin: 0 0 20px;
}
	
.base_ttl {
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 1.6rem;
}
	
.p_ttl{
	line-height: 1.4;
}
	
.content,	
.content_inner{
	margin: 0 0 40px;
}

.content_inner{
	padding: 0;
}
	
.sub_txt,
.doc_list,
.doc_ttl{
	padding: 0;
}
	
.purpose .row .sub_img{
	width: 100%;
	padding: 15px 0 0;
}
	
.purpose .row .sub_txt{
	width: 100%;
}
	
.purpose .row{
	flex-direction: column;
}
	
.btn_list {
  margin: 20px 0 0 -1em;
  padding: 0;
}
	
.btn_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1em;
    padding: 0;
}
	
.purpose .sumally {
    width: 100%;
    padding: 0;
}
	
.btn {
  width: calc(100% / 2 - 1em);
  margin: 0 0 1em 1em;
}
	
.btn a::before {
  right: 10px;
}
	
.cate_year_ttl {
    margin: 15px 0 1em;
}
	
.tab_item {
	width: calc(100%/3 - 8px);
}

.news_list {
	margin: 20px 0 0;
}
	
.pagebar li a,
.this-page{
	font-size: 1.3rem;
}
	
.gmap{
	height: 300px;
}
	
.detail {
    padding: 20px 0;
}	

.detail_ttl {
    font-size: 1.8rem;
    line-height: 1.6;
}
	
.detail_txt{
	margin: 30px 0;
}

.partner .content {
    margin: 40px 0;
}
	
.partner_list li {
	width: calc(100% / 2 - 20px);
}
	
.partner .txt_box p {
	font-size: 1.3rem;
}
		
.partner_btn {
  padding: 10px 10px 15px;
}

.partner_btn a::before {
    border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.qa_list dd{
	margin-bottom: 15px;
}
.qa_list dd,
.qa_list dt{
    padding: 1.5em 1.5em 1.5em 60px;
}
.qa_list dt::before,
.qa_list dd::before{
	width: 30px;
	height: 30px;
}
}


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

	
.btn a{
	font-size: 3vw;
	padding:0 5px 0 0;
}
	
.tab_item {
    width: calc(100%/2 - 8px);
    height: 45px;
	font-size: 3vw;
}	

.pagebar li {
    margin: 0 3px;
}













}

