@charset "UTF-8";
/*------------------------------------------------------------
**
**	TOP
**
------------------------------------------------------------*/

/*--------------------------
			共通
--------------------------*/
.main-contents {
	font-feature-settings: "palt";
	margin: 0 auto 120px;
}
.grobal-header {border-bottom: none}/* ボーダーなし */

.top-title {
	font-size: 32px;
	font-weight: normal;
	font-feature-settings: "palt";
	margin: 0 auto 55px;
	text-align: center;
}

.top-title-en {
	color: #999999;
	display: block;
	font-weight: 700;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.main-contents.top {
		margin: 0 auto 80px;
	}

	.top-title {
		font-size: 28px;
		margin: 0 auto 34px;
	}

	.top-title-en {
		font-size: 12px;
	}
}



/*========================
	メインイメージ部分
========================*/
.top-head-block {
	font-feature-settings: "palt";
	position: relative;
}

.main-visual-container {
	position: relative;
}

/* メインイメージ */
.main-pic {
	height: 550px;
	overflow: hidden;
	position: relative;
}

.main-pic-img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.main-pic-img.object_fit_img{
    font-family: 'object-fit: cover;'
}
.main-txt-container {
	position: absolute;
	top: 165px;
	left: 0;
	right: 0;
	width: 100%;
}

/* 経営課題に最適解を出す。 */
.top-heading {
	margin: 0 auto 28px;
	max-width: 832px;
	width: 65%;
}

/* 私たちの特長 ＞ */
.main-txt-link {
	border: solid 1px #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 240px;
}

.main-txt-link:hover {
	background-color: #3871b8;
	border: solid 1px #3871b8;
	opacity: 1;
}

/* ＞　アイコン */
.main-txt-link::after {
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	content: '';
	display: block;
	height: 6px;
	position: absolute;
	right: 14px;
    right: 16px;/*見た目で修正*/
	top: 20px;
	transform: rotate(-45deg);
	width: 6px;
}


@media only screen and (max-width: 767px) {
	.main-pic {
		height: 0;
		height: 0;
		padding-bottom: 85.5%;
	}

	.main-txt-container {
		margin: 0 auto;
		top: 25.5%;
		width: 64%;
	}

	.top-heading {
		margin: 0 auto;
		padding-bottom: 15%;
		width: 93.3%;
	}

	.main-txt-link {
		width: 100%;
	}
}


/* ブルー背景　実績 */
.main-over-container {
	position: relative;
}

.main-over-inner {
	background-color: #3871b8;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 160px;
	line-height: 1;
	margin: 0 auto;
	padding: 0 40px;
	position: absolute;
	text-align: center;
	top: -120px;
	left: 0;
	right: 0;
	width: 1040px;
}

/* REASON WHY */
.main-over-inner-title {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.3;
}

.reason-list {
	width: 57.69%;
}

.reason-btn {
	height: 80px;
	width: 19.2%;
}

/* 畠経営グループが選ばれる理由 */
.reason-btn-link {
	background-color: #ffffff;
	border-radius: 5px;
	color: #3871b8;
	font-weight: bold;
	height: 100%;
	line-height: 1.5;
	padding-top: 18px;
	position: relative;
	width: 100%;
}

.reason-btn-link:hover {
	background-color: #2e5a93;
	color: #ffffff;
	opacity: 1;
}

/* ＞　アイコン */
.reason-btn-link::after {
	border-bottom: solid 1px #3871b8;
	border-right: solid 1px #3871b8;
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	right: 14px;
	top: 37px;
	transform: rotate(-45deg);
	transition: all .25s ease-in-out;
	width: 7px;
}

.reason-btn-link:hover::after {
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}


@media only screen and (max-width: 767px) {
	.main-over-inner {
		height: auto;
		-webkit-box-orient: ffcal;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 32px 5% 40px;
		position: static;
		width: 100%;
	}

	.main-over-inner-title {
		margin: 0 auto 20px;
	}

	.reason-list {
		margin: 0 auto 21px;
		width: 100%;
	}

	.reason-btn {
		height: 56px;
		max-width: 300px;
		width: 100%;
	}

	.reason-btn-link {
		font-size: 14px;
	}

	.reason-btn-link::after {
		top: 25px;
	}
}





/* ------------- head　に追加　お知らせ -------------- */
.top-head-news{
    box-sizing: border-box;
    padding: 100px 0 70px;
    background: #f5f5f5
}
.top-head-news-box{
    position: relative;
    height: 62px;
    width:90%;
    max-width: 1040px;
    margin: 0 auto;
    padding:23px 40px 23px 20px;
    background: #fff;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between}

.top-head-news-ttl{
    font-size: 16px;
    width: 150px;
    padding-top:0-2px;
    line-height: 1;
    border-right:1px solid #c6c6c6;
    margin-right: 15px
}
.top_news_archive{
    width: calc(100%)}

.top_news_archive a{
    vertical-align: top;
    height: 25px;
    margin-top:0px;
    /*overflow: hidden;*/
    display: inline-block;
    position: relative;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.top_news_archive a:hover{
    opacity: 0.6;
    transition: all ease-in-out 0s}
.top_news_archive a:after{
    display: inline-block;
    content: "";
    position: absolute;
    top:30%;
    right:-20px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.top_news_archive_date{
    font-size: 15px;
    width:  90px;
    margin-top: 2px;}
.top_news_archive_date,
.top_news_archive_cate{
    font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
    padding:0px 10px 3px 0;
    margin-right:5px;
    color: #999;
}
.top_news_archive_cate{
    font-size: 14px;
    max-width: 140px;
    width: 100%;
    height: 22px;
    text-align: center;
    padding:3px 6px 6px;
    margin-top: -1px;
    border: 1px solid #3871B8;
    color:#3871B8
}
.top_news_archive_ttl{
    width: calc(100% - 200px);
    display: inline-block;
    margin: -3px 0 0 14px;
    height: 20px;
    overflow: hidden;}

@media only screen and (max-width: 767px) {
    .top-head-news{padding: 50px 0 }
    .top-head-news-box{
        padding:23px 30px 23px 20px;
        height:auto;
        display: block}
    .top-head-news-ttl{border-right: none}
    .top_news_archive{
        margin-top: 10px;
        width: 100%}
    .top_news_archive a{
        height: auto;
        display: inline-block;
        overflow: visible}
    .top_news_archive a:after{
        right:-15px;
        top: 70%;}
    .top_news_archive_ttl{
        width:100%;
        margin:0;
        height: 20px}
}


/*========================
	事例紹介
========================*/

.top-case-block {
	margin: 0 auto 100px;
	padding-top: 134px;
}


/* ！！！！！スライダー部分文字のみに変更した！！！！！ */
.top-case{
	/* slick.css と競合してしまうため */
	display: -ms-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	position: relative;
	width: 100%;
}
.top-case_data_box{
    position: relative;
    width: 50%}
.top-case_data_box:before {
    content:"";
    display: block;
    padding-top: 37.5%}
.top-case_data_box .top-case_data_height{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0}
.top-case_slider.slider{
    background-color: #3871b8;
    padding:0;margin: 0;
    width: 100%;
    height: 100%
}
@media only screen and (max-width: 767px) {
    .top-case {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
    .top-case_data_box{
        width: 100%}
    .top-case_data_box:before {
        display:none;
        padding-top: 0}
    .top-case_data_box .top-case_data_height{
        position:static}
    .top-case_slider.slider{
        padding-bottom:20px; /*prev,nextボタンのため*/
        height: auto}
}


.top-case_data_inner{
	color: #ffffff;
    padding: 0;
    position: relative
}
.top-case_data{
    margin: 7%;
	border: solid 4px #ffffff;
	height: 100%;
	padding: 5% 9% 6%;
}
/* 変更後　見出し */
.top-case_title {
	font-size: 28px;
	font-size: 2.1vw;
	height: 0;
	line-height: 1.8;
	overflow: hidden;
	padding-bottom: 30%;
	position: relative;
	text-align: justify;
}
/* 変更後　会社名 */
.top-case_client {
	font-weight: bold;
	padding-top: 20px;
}
/*　変更後　ハイフン　 ー */
.top-case_client::before {
	content: "";
	background-color: #ffffff;
	display: block;
	height: 1px;
	margin: 0 0 20px;
	width: 10%;
}
@media only screen and (max-width: 960px) {
    .top-case_title {line-height: 1.6;}
}
@media only screen and (max-width: 767px) {
    .top-case_data{
        margin: 25px;
        padding: 20px 24px 24px;}
    .top-case_title {
		font-size: 24px;
        height:auto;
		min-height: 115px;
		line-height: 1.6;
		padding-bottom: 0;
	}
    .top-case_client {
		font-size: 14px;
		padding-top: 16px;
	}
	.top-case_client::before {
		margin: 0 0 16px;
		width: 40px;
	}
}
@media only screen and (max-width:500px) {
    .top-case_data{
        margin: 20px}
    .top-case_title {font-size:18px;min-height: 90px;}
}



/* スライダー部分　変更前 *
.top-case-slider {
	width: 100%;
}
.top-case-contents {
	/* slick.css と競合してしまうため *
	display: -ms-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	position: relative;
	width: 100%;
}
/* ブルー背景　テキスト *
.top-case-info-box {
	background-color: #3871b8;
	color: #ffffff;
	padding: 6.25%;
	transition: all .25s ease-in-out;
	width: 50%;
}

.top-case-info-box:hover {
	opacity: .7;
}
.top-case_slider_inner {
	color: #ffffff;
	padding: 6.25%;}
.top-case_slider_box:hover {
	opacity: .7;
}
.top-case-inner {
	border: solid 4px #ffffff;
	height: 100%;
	padding: 5.5% 8.33%;
}


/* 見出し *
.top-case-title {
	font-size: 28px;
	font-size: 2.1875vw;
	height: 0;
	line-height: 1.8;
	overflow: hidden;
	padding-bottom: 38%;
	position: relative;
	text-align: justify;
}

/* 会社名 *
.top-case-client {
	font-weight: bold;
	padding-top: 8%;
}

/* ー *
.top-case-client::before {
	content: "";
	background-color: #ffffff;
	display: block;
	height: 1px;
	margin: 0 0 8.9%;
	width: 10%;
}
/**ここまでold*/

/* イメージ */
.top-case-pic-box {
	height: 0;
	line-height: 0;
	overflow: hidden;
    padding-bottom: 30%;
	position: relative;
	width: 50%;
}


.top-case-pic-img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.top-case-pic-img.object_fit_img{
    font-family: 'object-fit: cover;'
}
.top-case-btn {
	margin: 60px auto 0;
}

/* 事例をもっと見る ボタン */
.top-case-btn-link {
	background-color: #ffffff;
	border: solid 1px #3871b8;
	color: #3871b8;
	font-size: 14px;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 240px;
}

/* ＞　アイコン */
.top-case-btn-link::after {
	border-bottom: solid 1px #3871b8;
	border-right: solid 1px #3871b8;
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	right: 14px;
    right: 16px;/*見た目で修正*/
	top: 25px;
	transform: rotate(-45deg);
	transition: all .25s ease-in-out;
	width: 7px;
}

.top-case-btn-link:hover {
	background-color: #3871b8;
	border: solid 1px #3871b8;
	color: #ffffff;
	opacity: 1;
}

.top-case-btn-link:hover::after {
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}


@media only screen and (max-width: 767px) {
	.top-case-block {
		margin: 0 auto 80px;
		padding-top: 54px;
	}
    .top-case-contents {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.top-case-info-box,
	.top-case-pic-box {
		width: 100%;
	}

	.top-case-info-box {
		height: 265px;
		overflow: hidden;
		padding: 20px;
	}

	.top-case-inner {
		padding: 19px 24px 24px;
	}

	.top-case-title {
		font-size: 22px;
		height: 115px;
		line-height: 1.6;
		padding-bottom: 0;
	}

	.top-case-client {
		font-size: 14px;
		padding-top: 15px;
	}

	.top-case-client::before {
		margin: 0 0 20px;
		width: 40px;
	}

	.top-case-pic-box {
		padding-bottom: 50%;
	}

	.top-case-btn {
		margin: 40px auto 0;
	}

	.top-case-btn-link {
		max-width: 335px;
		width: 90%;
	}
}


/*========================
	メルマガ配信中　バナー
========================*/

.top-banner-block {
	margin: 0 auto;
	padding: 80px 0 100px;
	width: 800px;
}

@media only screen and (max-width: 767px) {
	.top-banner-block {
		padding: 40px 0 80px;
		width: 90%;
	}
}



/*========================
	人材について
========================*/
.top-people-container {
	position: relative;
}

.top-people-pic {
	line-height: 0;
	position: relative;
}
@media all and (-ms-high-contrast: none) { /* IE10以降 */
    .top-people-container,
    .top-people-pic {
        margin-bottom: 0;
        max-height:400px;
        overflow: hidden}
}
.top-people-pic::after {
	background: -moz-linear-gradient(left, #00b6f2, #003c78);
	background: -webkit-linear-gradient(left, #00b6f2, #003c78);
	background: linear-gradient(to right, #00b6f2, #003c78);
	content: "";
	display: block;
	height: 100%;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
@media all and (-ms-high-contrast: none) { /* IE10以降 */
    .top-people-pic::after {
        background: none;
        background-image: url(http://hatake-keiri.uh-oh.jp/wp/wp-content/themes/hatake-group/common/img/top/top-people_ie.jpg);
        background-size: 100%
        }
}

.top-people-txt {
	color: #ffffff;
	position: absolute;
	top: 22%;
	right: 0;
	padding-right: 12vw;
	width: 40.7vw;
}

.top-people-info {
	font-size: 28px;
	font-size: 2.1875vw;
	padding-bottom: 9%;
}

.top-people-btn-link {
	border: solid 1px #ffffff;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.09375vw;
	font-weight: bold;
	height: 0;
	overflow: hidden;
	padding-top: 4.5%;
	padding-bottom: 10.5%;
	position: relative;
	text-align: center;
	width: 66.6%;
}

/* ＞　アイコン */
.top-people-btn-link::after {
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 3.3%;
	position: absolute;
	right: 5.5%;
    right: 6.2%;/*見た目で修正*/
	top: 41.6%;
	transform: rotate(-45deg);
	transition: all .25s ease-in-out;
	width: 3.5%;
}

.top-people-btn-link:hover {
	background-color: #ffffff;
	color: #3871b8;
	opacity: 1;
}

.top-people-btn-link:hover::after {
	border-bottom: solid 1px #3871b8;
	border-right: solid 1px #3871b8;
}

@media only screen and (max-width: 767px) {
	.top-people-container {
		padding: 0 0 40px;
	}

	.top-people-container::after {
		background: -moz-linear-gradient(left, #00b6f2, #003c78);
		background: -webkit-linear-gradient(left, #00b6f2, #003c78);
		background: linear-gradient(to right, #00b6f2, #003c78);
		content: "";
		display: block;
		height: 100%;
		mix-blend-mode: multiply;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: -1;
		width: 100%;
	}

	.top-people-pic {
		margin: 0 auto 27px;
		z-index: -2;
	}

	.top-people-pic::after {
		display: none;
	}

	.top-people-txt {
		position: static;
		z-index: 1;
		margin: 0 auto;
		padding: 0;
		width: 90%;
	}

	.top-people-info {
		font-size: 20px;
		margin: 0 auto 24px;
		text-align: center;
		padding: 0;
	}

	.top-people-btn-link {
		font-size: 14px;
		height: 56px;
		line-height: 56px;
		margin: 0 auto;
		max-width: 335px;
		padding: 0;
		width: 90%;
	}

	.top-people-btn-link::after {
		height: 7px;
		padding: 0;
		top: 24px;
		width: 7px;
	}
}


/*========================
	セミナー情報
========================*/

.top-seminar-block {
	margin: 0 auto 120px;
	padding-top: 115px;
}

.top-seminar-contents {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 57px;
	max-width: 1040px;
}

/* 左寄せ用 */
.top-seminar-contents::after {
	content: "";
	display: block;
	width: calc((100% - 80px) / 3);
}

.top-seminar-list {
	width: calc((100% - 80px) / 3);
}

/* hover */
.top-seminar-list-link:hover {
	opacity: 1;
}

.top-seminar-list-link:hover .top-seminar-pic {
	border: solid 1px #3871b8;
}

.top-seminar-list-link:hover .top-seminar-date {
	color: #3871b8;
}

.top-seminar-list-link:hover .top-seminar-article-title {
	color: #3871b8;
}

/* hover ここまで */

.top-seminar-pic {
	border: solid 1px #e6e6e6;
	height: 0;
	margin: 0 auto 15px;
	overflow: hidden;
	padding-bottom: 61.5%;
	position: relative;
	transition: all .25s ease-in-out;
}

.top-seminar-pic-img {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .25s ease-in-out;
    object-fit: contain;}
.top-seminar-pic-img.object_fit_img{
    font-family: 'object-fit: contain;'
}
/* 終了画像グレー */
.complet img{
    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
/*--- NEW・申込受付中 アイコン / 日付 ---*/
.top-seminar-info-band {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 8px;
}

.top-seminar-status {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	font-size: 11px;
}

.top-seminar-status span {
	line-height: 1;
	padding: 5px;
}

.top-seminar-status:nth-child(1) span {
	margin-right: 5px;
}

/* NEW アイコン */
.article-new-icon {
	background-color: #3871b8;
	color: #ffffff;
}

/* 申込受付中 アイコン */
.article-can-apply {
	background-color: #f5f5f5;
}

/* 日付 */
.top-seminar-date {
	color: #999999;
	font-size: 12px;
	transition: all .25s ease-in-out;
}

/* タイトル */
.top-seminar-article-title {
	font-weight: bold;
	line-height: 1.45;
	transition: all .25s ease-in-out;
}

/* 一覧を見る ＞ */
.top-seminar-btn {
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

.top-seminar-btn-link {
	border: solid 1px #3871b8;
	color: #3871b8;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	position: relative;
	width: 240px;
}

.top-seminar-btn-link:hover {
	background-color: #3871b8;
	color: #ffffff;
	opacity: 1;
}

/* ＞ アイコン */
.top-seminar-btn-link::after {
	border-bottom: solid 1px #3871b8;
	border-right: solid 1px #3871b8;
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	right: 14px;
    right: 16px;/*見た目で修正*/
	top: 24px;
	transform: rotate(-45deg);
	transition: all .25s ease-in-out;
	width: 7px;
}

.top-seminar-btn-link:hover::after {
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}


@media only screen and (max-width: 767px) {
	.top-seminar-block {
		margin: 0 auto 80px;
		padding-top: 74px;
	}

	.top-seminar-contents {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 38px;
		width: 90%;
	}

	.top-seminar-contents::after {
		display: none;
	}

	.top-seminar-list {
		width: 100%;
	}

	.top-seminar-list:not(:last-child) {
		margin: 0 auto 30px;
	}

	.top-seminar-btn-link {
		max-width: 335px;
		width: 90%;
	}
}


/*========================
	畠経営グループについて
========================*/

.top-group-block {
	border-top: solid 1px #e6e6e6;
	padding: 110px 0 0;
}

.top-group-box-upper,
.top-group-box-under {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.top-group-box-inner {
	position: relative;
	width: 100%;
}

.top-group-box-link {
	position: relative;
}

/* ブルー 50% */
.top-group-box-link::after {
	background-color: rgba(0, 30, 60, .5);
	content: "";
	display: block;
	height: 100%;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	transition: all .25s ease-in-out;
	left: 0;
	width: 100%;
}

/* hover */
.top-group-box-link:hover {
	opacity: 1;
}

/* ブルー 80% */
.top-group-box-link:hover::after {
	background-color: rgba(0, 30, 60, .8);
}

.top-group-box-link:hover .top-group-box-img {
	height: 110%;
	width: 110%;
}

/* hover ここまで */


.top-group-box-pic {
	height: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top-group-box-upper .top-group-box-pic {
	padding-bottom: 43%;
}

.top-group-box-under .top-group-box-pic {
	padding-bottom: 55%;
}

.top-group-box-img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .25s ease-in-out;
	width: 100%;
}

.top-group-box-title {
	color: #ffffff;
	font-size: 24px;
	font-size: 1.875vw;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .25s ease-in-out;
	text-align: center;
	z-index: 1;
}

.top-group-box-title-en {
	display: block;
	font-size: 12px;
	font-size: 0.9375vw;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.top-group-block {
		padding: 75px 0 0;
	}

	.top-group-box-upper,
	.top-group-box-under {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.top-group-box-upper .top-group-box-pic,
	.top-group-box-under .top-group-box-pic {
		padding-bottom: 53%;
	}

	.top-group-box-title {
		font-size: 5.2vw;
	}

	.top-group-box-title-en {
		font-size: 3.2vw;
	}
}


/*========================
	お知らせ
	報徳
========================*/

.top-news-block {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 115px;
	padding: 115px 0 0;
	max-width: 1040px;
}

.top-news-container,
.top-magazine-container {
	width: 48%;
}


/*========== お知らせ NEWS ==========*/
/* お知らせ */
.top-small-title {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 auto 36px;
	text-align: center;
}

/* NEWS */
.top-small-title-en {
	color: #999999;
	display: block;
	font-size: 14px;
	font-weight: 700;
}

/* リスト全体 */
.top-news-contents {
	border-top: solid 1px #e6e6e6;
	margin-bottom: 17px;
}

.top-news-list {
	border-bottom: solid 1px #e6e6e6;
}

.top-news-list-link {
	padding: 23px;
	position: relative;
}

.top-news-list-link:hover {
	opacity: 1;
}

.top-news-list-link:hover .top-news-date,
.top-news-list-link:hover .top-news-title {
	color: #3871b8;
}

/* ＞ アイコン */
.top-news-list-link::after {
	border-bottom: solid 1px #3871b8;
	border-right: solid 1px #3871b8;
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	right: 14px;
	top: calc(50% - 4px);
	transform: rotate(-45deg);
	transition: all .25s ease-in-out;
	width: 7px;
}

.top-news-info-band {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	line-height: 1;
	margin: 0 auto 12px;
}

.top-news-info-band span:not(:last-child) {
	margin-right: 14px;
}

/* 日付 */
.top-news-date {
	color: #999999;
	font-size: 12px;
	transition: all .25s ease-in-out;
}

/* カテゴリー */
.top-news-cate {
	border: solid 1px #3871b8;
	color: #3871b8;
	font-size: 11px;
	padding: 4px 15px 3px;
}

/* 記事タイトル */
.top-news-title {
	font-size: 14px;
	transition: all .25s ease-in-out;
}

/* 一覧を見る ボタン */
.top-news-btn-link {
	font-size: 14px;
	position: relative;
	text-align: right;
}

.top-news-btn-link:hover {
	color: #3871b8;
	opacity: 1;
}

/* ー */
.top-news-btn-link::before {
	background-color: #3871b8;
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 12px;
	vertical-align: middle;
	width: 40px;
}

@media only screen and (max-width: 767px) {
	.top-news-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 60px;
		padding: 75px 0 0;
		width: 90%;
	}

	.top-news-container,
	.top-magazine-container {
		width: 100%;
	}

	.top-news-container {
		margin: 0 auto 52px;
	}

	.top-news-list-link {
		padding: 22px 0;
	}

	.top-news-list-link::after {
		border-bottom: solid 1px #232323;
		border-right: solid 1px #232323;
	}

	.top-news-title {
		width: 85%;
	}
}

/* ラジオバナー */
.bl_radio-banner{
    margin-top: 60px;
}


/* facebook　フィード */
.fb{
    overflow: hidden;
    width: 370px;height: 240px;margin: 0 auto 40px}
.fb iframe{
}
@media only screen and (max-width: 767px) {
    .fb {width: 100%;}
}

/*========== 会報誌「報徳」 ==========*/
/* 背景　薄水色 */
.top-magazine {
	background-color: #ebf5fa;
	padding: 40px 35px 30px 40px ;
}
.top-magazine-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto 25px;
	text-align: center;
    
}
.top-magazine-title  p{display: inline-block;position: relative;margin-right:70px}
/* [最新号] */
.top-magazine-title-sub {
    position:absolute;
    top:-4px;right:-75px;
	border: solid 1px #232323;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 7px 5px 8px;
}

/* 会報誌「報徳」最新*/
.top-magazine-new {
    margin-bottom: 20px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
	
	/*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
}





/* 報徳　イメージ ブロック*/
.top-magazine-pic {
	line-height: 0;
    padding-top:2px;
	width:40%;
}
@media all and (-ms-high-contrast: none) { /* IE10以降 */
    .top-magazine-pic img{max-height: 220px;overflow: hidden}
}

/* 右側　テキスト ブロック */
.top-magazine-txt {
	font-weight: bold;
	margin-left: 10px;
	width: 55%;
}

/* vol. */
.top-magazine-number {
	color: #3871b8;
	font-size: 14px;
	margin-bottom: 13px;
}

/* マガジンタイトル */
.top-magazine-head {
	margin: 13px 0 5px;
}

/* 企業情報 */
.top-magazine-credit {
    letter-spacing:0;
	font-size: 14px;
}

/* ダウンロードして見る ボタン */
.magazine-download-btn-link {
	background-color: #ffffff;
	box-sizing: border-box;
	border: solid 1px #3871b8;
	color: #3871b8;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	margin: 0 auto 13px;
	padding-left: 20px;
	position: relative;
	width: 100%;
}

.magazine-download-btn-link:hover {
	background-color: #3871b8;
	color: #ffffff;
	opacity: 1;
}

/* PDF アイコン（白） */
.magazine-download-btn-link:hover::after {
	background-image: url(../img/top/pdf-white.svg);
}

/* PDF アイコン（青） */
.magazine-download-btn-link::after {
	background-image: url(../img/top/pdf-blue.svg);
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 19px;
	width: 45px;
}

@media only screen and (max-width: 767px) {
	.top-magazine {
		padding: 40px 20px;
	}
    .top-magazine-new{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 38px;
	}
	.top-magazine-pic {
        width:55%;
        margin:0 auto}
	.top-magazine-txt {
		margin: 20px auto 0;
		width: 100%;
	}
}



/*========================
	バナー　4つ
========================*/

.top-bottom-banner-contents {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1040px;
}

.top-bottom-banner-list {
	line-height: 0;
	width:23.5%;
}
.bnr_landscape{
    background:#f5f5f5;
    width:23.5%;
    height: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 7.8% }

.bnr_landscape a{
    width:100%;
    max-width: 234px; 
    height: 60px;
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)}

.top-bottom-banner-list-link {
	border: solid 1px #e6e6e6;
}


@media only screen and (max-width: 767px) {
	.top-bottom-banner-contents {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 90%;
	}

	.top-bottom-banner-list {
        margin: 0 auto 20px;
		max-width: 335px;
		width: 100%;
	}
    .bnr_landscape{
        max-width: 335px;
		width: 100%;
        padding-bottom: 110px }

	.top-bottom-banner-list:not(:last-child) {
		
	}
}
