@charset "utf-8";
/* CSS Document */
/*----blogページコンテンツ----*/

/*----Header----*/
body{
	background-image:url("../img/bg_dot_blue_a60.png");
	background-position: center;
	background-repeat: repeat;/* 背景の繰り返し */
	background-size:40px;
	width:100%;
}
/*-BLOG用書き換え-*/
header{
    height: 100px;
}
article{
	margin-top:0px;
}
.commonheader_TEXT{
	color:#000000;
}
.commonheader_TEXT:hover{
	color:#000000;
	opacity: 0.6;
}
.commonheader_TEXT::after {
    background-color: #000000;
}
.commonheader_ENTRY{
	background-image: url("../img/icon_arrow_Sdown_b.png");
}
.commonheader_title{
	color:#000000;
	margin: 146px 57%;
}
.TITLE_main{
	border-bottom:2px solid rgba(0, 0, 0, 0.6); /*線の設定*/
}
/*----ドロップダウン--------------------*/

.dropdown-BTN:hover a {
    color: #666;
}
.dropdown-list:hover a{
    color: #fff;
	opacity: 1;
}
/*----TOPコンテンツ----*/
.blog_LOGO {
	margin:-10px auto 40px auto;
	width:600px;
}
.blog_LOGO img {
	width:600px;
}
.blog_pageLOGO {
	margin:0px auto 40px auto;
	width:95%;
	max-width:1100px;
	text-align: center;
}
.blog_pageLOGO img {
	width:300px;
}
.NOTE_subtitle{
	width:100%;
	max-width:1100px;
	font-family: 'M PLUS 1p', sans-serif;
	color: #000000;
	line-height: 1rem;
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	opacity: 0.6;
	margin:10px auto 0 auto;
	text-align: center;
	position: relative;
	padding: 0 65px;
}
.NOTE_subtitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1.5px;
  content: '';
  background: #000;
}
.NOTE_subtitle span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.NOTE_message{
	text-align: center;
	color: #000000;
	font-size: 1.5rem;
}
.blog_top{
	margin:0 auto 50px auto;
	width:100%;
	max-width: 1300px;
	height: fit-content;
}
.blog_top_innner{
	width:100%;
	height: auto;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 700px) {
.blog_LOGO {
	width:350px;
}
.blog_LOGO img {
	width:350px;
}
.NOTE_subtitle{
	font-size: 1.1rem;
	letter-spacing: 0.3rem;
}
.NOTE_message{
	font-size: 1.1rem;
}	
}
@media screen and (max-width: 520px) {
.blog_pageLOGO {
	margin:0px auto 20px auto;
}
	
}
/* ---------------------------------------------ここまで----- */
/* 斜頸背景
-------------------------------------------------- */
.blog_slantbg{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.blog_slantbg::before {
    content: '';
    position: absolute;
    top: 550px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(7deg, rgba(72, 197, 239, 1), rgba(80, 152, 255, 1));
    transform: skewY(-7deg);
	height:300px;
    z-index: -1;
}

.blog_slantbg::after {
    content: '';
    position: absolute;
    top: 650px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(-13deg, rgba(255, 189, 84, 1), rgba(255, 70, 201, 1));
    transform: skewY(13deg);
	height:760px;
    z-index: -2;
}
@media screen and (max-width: 840px) {
.blog_slantbg::before {
    top: 310px;
    transform: skewY(-11deg);
}

.blog_slantbg::after {
    top: 330px;
    z-index: -2;
}
	
}
/* スライダー
-------------------------------------------------- */
.slick-prev {
	left: 0px;
	background-image: url(../img/icon_arrow_M.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
    padding: 1.5rem 5rem 1.5rem 0rem;
	transform: scale(-1, 1);
}
.slick-next {
    right: 0px;
	background-image: url(../img/icon_arrow_M.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
    padding: 1.5rem 0rem 1.5rem 5rem;
}
.slick-arrow {
	position: absolute;
    top: calc(50% - 5vw);
    z-index: 3;
    width: 40px;
    height: 100px;
    padding-top: 0;
    overflow: hidden;
    opacity: 0.8;
	background-color: rgba(24, 46, 76, 1);
	color: rgba(255, 255, 255, 0);
}
.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
	color: rgba(255, 255, 255, 0);
	margin-top:20px;
}
.slick-dots li{
	flex-basis: 50px;
}
.slickBtn{
	margin:auto;
	width:14px;
	height:14px;
	border-radius: 7px;
	background-color: rgba(24, 46, 76, 1);
	opacity: 0.4;
}
.slick-active .slickBtn{
	margin:auto;
	width:14px;
	height:14px;
	border-radius: 7px;
	background-color: rgba(24, 46, 76, 1);
	opacity: 1;
}
.slick-slide{
	padding: 10px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 480px) {
.slick-slide{
	padding: 0px;
}
}
/* ---------------------------------------------ここまで----- */
/*----ナビゲーション要素----*/
.topicpath{
	margin:0 auto 40px auto;
	width:95%;
	max-width:1100px;
    background-color: rgba(255, 255, 255, 0.0);     /* 背景色指定 */
}
.topicpath_innner{
	border:1px solid rgba(0, 0, 0, 0.8); /*線の設定*/
	width:100%;
	margin:auto;
	padding:10px 40px 10px 40px;
	color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
}
@media screen and (max-width: 520px) {
.topicpath {
	margin:0 auto 20px auto;
}
	
}
/*--★スライダービュー--------------*/
.blog_top_slider{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	display: grid;
	grid-template-columns: 1.7fr 1fr;
	gap: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.blog_top_slider img {
	width: 100%;
	height: auto;
    margin: 5px;
}
.slider_box{
	width:100%;
	margin:0px;
	padding:10px 10px 10px 0px;
	position: relative;
}
.slider_text{
	color:#000000;
	width:95%;
	margin:0 auto 6px auto;
	padding:10px 0 0 4px;
}
.slider-boxbottom{
	width:100%;
	position: absolute; /*自由に配置する指定*/
	bottom: 20px; /*下寄せの指定*/
}
.slider-boxtitle{
	font-weight: 600;
	background-image: url("../img/icon_blog_indent02.png");
	background-repeat: no-repeat;
	color: #000000;
	background-position: left 6px top 50%;
	background-size: 12px;
	line-height: 2rem;
	padding:10px 10px 10px 24px;
	font-size:1.8rem;
}
.slider-boxbutton{
	text-align: center;
	padding-top:10px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 890px) {
.blog_top_slider{
	grid-template-columns: 1fr;
	gap: 0px;
	margin:auto;
	width:98%;
}
.blog_top_slider img {
	width: 98%;
	height: auto;
    margin: 5px auto 0 auto;
}
.slider_box{
	padding:0px 10px 10px 10px;
}
.slider_text,
.slider-boxbutton{
	display:none;
}
.slider-boxtitle{
	font-weight: 600;
	background-image: url("../img/icon_blog_indent02.png");
	background-repeat: no-repeat;
	color: #000000;
	background-position: left 6px top 50%;
	background-size: 12px;
	line-height: 2rem;
	padding:10px 10px 10px 24px;
	font-size:1.8rem;
}
.slider-boxbottom{
    padding:10px 10px 0 0;
	position:static; /*自由に配置する指定*/
}
}
@media screen and (max-width: 480px) {
.blog_top_slider{
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
}
/* ---------------------------------------------ここまで----- */
/*----ブログレイアウト--------------*/
.blog-layout{
	margin:20px auto 100px auto;
	width:95%;
	max-width: 1316px;
	display: grid;
	gap: 30px;
	grid-template-columns: 3fr 1fr;
}
.blog-layout-main{
	width:100%;
}
.blog-layout-sideNavi{
	width:100%;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 1100px) {
.blog-layout{
	width:98%;
	gap: 10px;
}
}
@media screen and (max-width: 1000px) {
.blog-layout{
	grid-template-columns: 1fr;
}
.blog-layout-sideNavi{
	margin-top:10px;
}
}
/* ---------------------------------------------ここまで----- */
/*----サイド--------------*/
.blog-sideNavi{
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.blog-sideNavi_title{
	width:100%;
	font-family: 'M PLUS 1p', sans-serif;
	color: rgba(0, 0, 0, 0.6);
	line-height: 2rem;
	font-size: 2rem;
	letter-spacing: 0.3rem;
	margin:0 auto;
	text-align: left;
	padding: 10px 0px;
	border-left: 10px solid rgba(24, 46, 76, 1);
	text-indent: 0.6em;
}
.blog-sideNavi_box{
	width:100%;
	padding: 10px;
	color: rgba(0, 0, 0, 1);
	margin:0 auto 20px auto;
	text-align: left;
	text-indent: 0.6em;	
}
.blog_category_link{
	background-image: url("../img/icon_arrow_blog02.png");
	background-position: right 4px top 70%;
	background-repeat: no-repeat;
	background-size:60px;
	width:96%;
	height:50px;
	margin:8px auto;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
    position: relative;
    align-items: center;
    display: flex;
}
.blog_category_link:hover{
	opacity: 0.6;
    transition: 0.3s;
}
.blog_category_link img{
	width:60px;
}
.blog_category_year{
	width:96%;
	height:30px;
	margin:10px auto 0px auto;
    position: relative;
    align-items:center;
    display: flex;
	border-left: 6px solid rgba(24, 46, 76, 1);
}
/*----リスト--------------*/
.blog-grid-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	column-gap: 14px;
	row-gap: 20px;
	width:100%;
	justify-items: center;
	align-items:start;
}
/*--★ボックスビュー--------------*/
.blog-box{
	width:100%;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius:6px;
	margin:0px;
}
.blog-box:hover{
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
    transition: 0.3s;
}
.blog-boxday{
	width:100%;
	font-family: 'M PLUS 1p', sans-serif;
	color: #000000;
	line-height: 1rem;
	font-size: 1.4rem;
	letter-spacing: 0.3rem;
	opacity: 1;
	margin:16px auto 0 auto;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.blog-boxday:after {
	content: "";
	height:1px;
	width:100%;
	background-color:#000;
	margin: 0 auto;
}
.blog-boxtitle{
	font-weight: 600;
	background-image: url("../img/icon_blog_indent02.png");
	background-repeat: no-repeat;
	color: #000000;
	background-position: left 10px top  11px;
	background-size: 6px;
	line-height: 2rem;
	padding:10px 10px 10px 24px;
}
.blog-box-imageplace{
	text-align: center;
	padding:0 0 4px 0;
}
.blog-box-imageplace img{
	width:95%;
}
.blog-boxbg{
	background-color: rgba(24, 46, 76, 0.9);
	border-radius:0px 0px 6px 6px;
	clip-path: polygon(0 calc(0% + 50px), 100% 0, 100% 100%, 0 100%);
	margin:-62px auto 0 auto;
	padding-top:62px;
}
.blog-box-text{
	color:#ffffff;
	width:90%;
	margin:auto;
}
.blog-box-arrow{
	width:150px;
	padding-bottom:14px;
	margin:0 10px 0 auto;
}
.blog-box-arrow img{
	width:100%;
}
/*----★記事ページ----*/
.blog_page{
	margin:0 auto 80px auto;
	width:95%;
	max-width:1100px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
	padding:20px 0 20px 0;
}
.blog_page_innner{
	padding:0 20px 20px 20px;
	}
.blog_page_SNS img{
	margin-right:20px;
	height:40px;
}
.blog_page_covorimg{
	text-align: center;
	margin:0 10px 20px;
	border: solid 6px rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
}
.blog_page_covorimg img{
	width:100%;
}
.blog_page_boxtitle{
	font-weight: 600;
	background-image: url("../img/icon_blog_indent02.png");
	background-repeat: no-repeat;
	color: #000000;
	background-position: left 10px top 50%;
	background-size: 10px;
	line-height: 2.5rem;
	padding:10px 10px 10px 38px;
	font-size:2.4rem;
	}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 770px) {
.blog_page_innner{
	padding:0 6px 20px 6px;
	}
}
@media screen and (max-width: 1100px) {
.blog-layout{
	width:98%;
	gap: 10px;
}
}
@media screen and (max-width: 520px) {
.blog_page_boxtitle{
	background-position: left 10px top 50%;
	background-size: 10px;
	line-height: 2.5rem;
	padding:10px 10px 10px 30px;
	font-size:1.8rem;
	}
.blog_page_innner{
	padding:0 6px 6px 6px;
	}
}
/* ---------------------------------------------ここまで----- */
/*--テキスト--*/
.blog_page_textarea{
	padding:0 20px 0 20px;
}
.blog_page_textarea a{
	text-decoration: underline;
	color: rgba(80, 152, 255, 1);
	display: inline-block;
	padding: 0 5px;
}
.blog_page_textarea iframe{
	min-width: 380px;
	width: 60%;
    margin: 10px auto 10px 0;
}
.blog_page_textdefault{
	width:100%;
	color: #000000;
	line-height: 3rem;
	font-size: 1.6rem;
	letter-spacing: 2px;
	padding: 10px 0px 10px 0px;
	}
.blog_page_texth1{
	font-weight: 700;
	width:100%;
	color: #3d3d3d;
	line-height: 2rem;
	font-size: 1.8rem;
	letter-spacing: 2px;
	padding: 10px 5px 10px 5px;
	}
.blog_page_texth2{
	font-weight: 700;
	width:100%;
	color: #3d3d3d;
	line-height: 2.5rem;
	font-size: 1.8rem;
	letter-spacing: 2px;
	align-items: center;
	padding: 10px 0px 10px 55px;
	position: relative;
	display: table-cell;
	}
.blog_page_texth2:before{
	position: absolute;
	content: '';
	top: calc(50% - 2px);
	width: 40px;
	left: 0;
	height: 2px;
	border-top: solid 2px #3d3d3d;
}
.blog_page_texth3{
	font-size: 1.6rem;
	line-height: 2.6rem;
    color: rgba(24, 46, 76, 1);
    padding: 0.5em 1em;
    margin: 0.6em 0 1em 0;
    background: #f4f4f4;
    border-left: solid 8px rgba(24, 46, 76, 1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.blog_page_texth4{
	font-size: 1.6rem;
	line-height: 2.6rem;
    color: rgba(80, 80, 80, 1);
    padding: 1.6em 2em;
    margin: 0.6em 0 1em 0;
    background: #f4f4f4;
	border-radius: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.blog_page_texth5{
	font-weight: 700;
	width:100%;
	color: rgba(24, 46, 76, 1);
	font-size: 1.8rem;
	letter-spacing: 2px;
    border-bottom: solid 2px rgba(24, 46, 76, 1);
    margin-bottom: 11px;
}
.blog_page_textcaption{
    margin: -5px 0 5px 0;
}
.blog_page_textimg_L img{
	min-width: 540px;
	width: 60%;
    margin: 10px auto 10px 0;
}
.blog_page_textimg_C{
	text-align: center;
}
.blog_page_textimg_C img{
	min-width: 540px;
	width: 60%;
    margin: 10px auto 10px auto;
}
.blog_page_textimg_R{
	text-align: right;
}
.blog_page_textimg_R img{
	min-width: 540px;
	width: 60%;
    margin: 10px 0 10px auto;
}
.blog_page_textimg_LV img{
	min-width: 240px;
	width: 30%;
    margin: 10px auto 10px 0;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 740px) {
.blog_page_texth2{
	padding: 10px 0px 10px 0px;
	position:static;
	}
.blog_page_texth2:before{
	display:none;
	}
}
@media screen and (max-width: 520px) {
.blog_page_textarea{
	padding:0 6px 0 6px;
}

.blog_page_textdefault{
	font-size: 1.3rem;
	line-height: 2.2rem;
	padding: 5px 0px 5px 0px;
}
.blog_page_texth1,
.blog_page_texth2{
	font-size: 1.4rem;
	line-height: 1.6rem;
}
.blog_page_texth2{
	padding: 5px 0px 5px 0px;
}
.blog_page_texth3{
	font-size: 1.3rem;
	line-height: 2.2rem;
    margin: 0 0 0.6em 0;
}	
.blog_page_texth4{
	font-size: 1.3rem;
	line-height: 2.2rem;
    padding: 1.2em;
    margin: 0.6em 0 1em 0;
}
.blog_page_texth5{
	font-size: 1.4rem;
	letter-spacing: 1.6px;
}
.blog_page_textimg_L img,
.blog_page_textimg_C img,
.blog_page_textimg_R img,
.blog_page_textarea iframe{
	min-width: 100%;
	width: 100%;
	margin: 10px auto 10px auto;
}

}
/* ---------------------------------------------ここまで----- */
.textbg01{
	background-color: rgba(80, 214, 80, 0.5);
	padding:3px 3px 3px 3px;
}
.textbg02{
	background-color: rgba(252, 106, 107, 0.5);
	padding:3px 3px 3px 3px;
}
.textbg03{
	background-color: rgba(42, 150, 252, 0.5);
	padding:3px 3px 3px 3px;
}
.textbg04{
	background-color: rgba(255, 228, 0, 0.5);
	padding:3px 3px 3px 3px;
}
.textbg05{
	background-color: rgba(186, 0, 255, 0.5);
	padding:3px 3px 3px 3px;
}
/*----blogタグ----*/
.blog_tag_interview,
.blog_tag_information,
.blog_tag_workstyle,
.blog_tag_workinfo,
.blog_tag_recreation,
.blog_tag_eventreport{
	background-position: left 6px top 50%;
	background-size: 22px;
	background-repeat: no-repeat;
	text-indent: 1.8em;
	border-radius:20px;
	border:1px solid rgba(0, 0, 0, 0.8); /*線の設定*/
	padding:3px 10px 2px 6px;
	line-height: 2.5rem;
	margin:0 0 5px 0;
	display: inline-block;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 520px) {
.blog_tag_interview,
.blog_tag_information,
.blog_tag_workstyle,
.blog_tag_workinfo,
.blog_tag_hachipro,
.blog_tag_recreation,
.blog_tag_eventreport{
	background-position: left 4px top 50%;
	background-size: 26px;
	background-repeat: no-repeat;
	text-indent: 2em;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius:20px;
	border:1px solid rgba(0, 0, 0, 0.8); /*線の設定*/
	padding:0px 8px 0px 6px;
	line-height: 2.3rem;
	margin:0 5px 5px 0;
	display: inline-block;
}
}
/* ---------------------------------------------ここまで----- */
.blog_tag_interview{
	background-image:url("../img/icon_blog_category01.png");
}
.blog_tag_information{
	background-image:url("../img/icon_blog_category02.png");
}
.blog_tag_workstyle{
	background-image:url("../img/icon_blog_category03.png");
}
.blog_tag_workinfo{
	background-image:url("../img/icon_blog_category04.png");
}
.blog_tag_hachipro{
	background-image:url("../img/icon_blog_category05.png");
}
.blog_tag_recreation{
	background-image:url("../img/icon_blog_category06.png");
}
.blog_tag_eventreport{
	background-image:url("../img/icon_blog_category07.png");
}
.blog-box-tagarea{
	width:100%;
	padding:0 10px;
}
.blog-box-tagarea > .blog_tag_interview,
.blog-box-tagarea > .blog_tag_information,
.blog-box-tagarea > .blog_tag_workstyle,
.blog-box-tagarea > .blog_tag_workinfo,
.blog-box-tagarea > .blog_tag_hachipro,
.blog-box-tagarea > .blog_tag_recreation,
.blog-box-tagarea > .blog_tag_eventreport{
	background-position: left 50% top 50%;
	background-size: 26px;
	background-repeat: no-repeat;
	width:36px;
	height:26px;
	text-indent: 1.8em;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius:20px;
	border:1px solid rgba(0, 0, 0, 0.8); /*線の設定*/
	padding:0px 2px 0px 2px;
	margin:0 5px 0 0;
	display: inline-block;
	position:relative;
	z-index: 1;
}
.blog-slider-tagarea{
	width:100%;
	padding:0 10px;
}
.blog-slider-tagarea > .blog_tag_interview,
.blog-slider-tagarea > .blog_tag_information,
.blog-slider-tagarea > .blog_tag_workstyle,
.blog-slider-tagarea > .blog_tag_workinfo,
.blog-slider-tagarea > .blog_tag_hachipro,
.blog-slider-tagarea > .blog_tag_recreation,
.blog-slider-tagarea > .blog_tag_eventreport{
	background-position: left 4px top 50%;
	background-size: 26px;
	background-repeat: no-repeat;
	text-indent: 1.8em;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius:20px;
	border:1px solid rgba(0, 0, 0, 0.8); /*線の設定*/
	padding:0px 4px 0px 6px;
	margin:0 5px 5px 0;
	display: inline-block;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 890px) {
.blog-slider-tagarea{
	width:100%;
	padding:10px 10px 0 0;
}
	
}