@charset "UTF-8";

/*----- mainimg ------*/

#mainimg{
	margin-top: 120px;
	margin-bottom: 75px;
	position: relative;
}

#mainimg .slider{
	list-style: none;
}

#mainimg .slider li{
	width: 100%;
	height: calc(100vh - 120px);
	min-height: 840px;
	background-size: cover;
	background-position: 70% center;
	position: relative;
}

#mainimg .slider li:before{
	content: '';
	width: 50px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#mainimg .slider li .txt_area{
	max-width: 850px;
	width: 55%;
	height: 100%;
	padding: 60px 20px 0 100px;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    filter:blur(0);
    position: relative;
	z-index: 2;
}

@media all and (-ms-high-contrast: none) {
	#mainimg .slider li .txt_area{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

#mainimg .slider li .txt_area .big_title{
    font-size: 60px;
    color: #0074C1;
    line-height: 1.5;
}

@media only screen and (max-width: 1400px){
	#mainimg .slider li .txt_area{
		padding: 100px 20px 0 20px;
		width: 50%;
	}
	#mainimg .slider li .txt_area{
		font-size: 25px;
	}
	#mainimg .slider li .txt_area .big_title{
		font-size: 50px;
	}
}

@media only screen and (max-width: 1250px){
	#mainimg{
		margin-top: 60px;
	}
	#mainimg .slider li{
		height: 700px;
		min-height: auto;
	}
	#mainimg .slider li .txt_area .big_title{
		font-size: 38px;
		margin-bottom: 20px;
	}
	#mainimg .slider li .txt_area{
		font-size: 22px;
	}
}

@media only screen and (max-width: 979px){
	#mainimg .slider li .txt_area{
		width: 55%;
		font-size: 16px;
	}
	#mainimg .slider li .txt_area .big_title{
		font-size: 30px;
	}
}

@media only screen and (max-width: 690px){
	#mainimg{
		margin-bottom: 40px;
	}
	#mainimg .slider li{
		height: 500px;
	}
	#mainimg .slider li .txt_area{
		width: 65%;
		padding: 0 10px;
		display: flex;
		align-items: center;
	}
	#mainimg .slider li .txt_area .big_title{
		font-size: 20px;
	}
	#mainimg .slider li .txt_area{
		font-size: 15px;
	}
}

#mainimg .pickup{
	max-width: 450px;
	width: 100%;
	height: 180px;
	background-color: #E6F1F9;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 40px;
	left: 100px;
}

#mainimg .pickup .in{
	display: flex;
	padding: 15px;
}

#mainimg .pickup .in .img{
	width: 130px;
}

#mainimg .pickup .in .txt{
	width: calc(100% - 130px);
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    padding-left: 10px;
}

@media all and (-ms-high-contrast: none) {
	#mainimg .pickup .in .txt{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

#mainimg .pickup .in .txt .btn a{
	display: flex;
	align-items: center;
	max-width: 210px;
	width: 100%;
	height: 55px;
	background-color: #0074C1;
	border-radius: 30px;
	padding: 10px 30px;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
	#mainimg .pickup .in .txt .btn a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

#mainimg .pickup .in .txt .btn a:hover{
	color: #0074C1;
}

#mainimg .pickup .in .txt .btn a:before{
	content: '';
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
}

#mainimg .pickup .in .txt .btn a:hover:before{
	height: 100%;
}

#mainimg .pickup .in .txt .btn a:after{
	content: '';
	width: 30px;
	height: 20px;
	background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr.png);
	background-size: 30px auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 10px);
	right: 30px;
	transition: all .2s;
}

#mainimg .pickup .in .txt .btn a:hover:after{
	background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr2.png);
}

#mainimg .pickup .in .txt .btn a .txt{
	width: 100%;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1400px){
	#mainimg .pickup{
		max-width: 370px;
		left: 20px;
	}
	#mainimg .pickup .in .txt{
		font-size: 16px;
	}
	#mainimg .pickup .in .txt .btn a{
		height: 45px;
		font-size: 16px;
	}
	#mainimg .pickup .in .txt .btn a:after{
		width: 20px;
		background-size: 20px auto;
	}
}

@media only screen and (max-width: 979px){
	#mainimg .pickup{
		max-width: 300px;
		bottom: 90px;
	}
	#mainimg .pickup .in{
		padding: 10px;
	}
	#mainimg .pickup .in .img{
		width: 90px;
	}
	#mainimg .pickup .in .txt{
		width: calc(100% - 90px);
		font-size: 14px;
	}
}

@media only screen and (max-width: 690px){
	#mainimg .pickup{
		position: relative;
		margin-top: 40px;
		bottom: 0;
		left: 0;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
	}
	#mainimg .pickup .in .img{
		width: 100px;
	}
	#mainimg .pickup .in .txt{
		width: calc(100% - 100px);
		font-size: 15px;
	}
	#mainimg .pickup .in .txt .btn a{
		font-size: 15px;
	}
}

/*------ lead -----*/

.top_lead h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #0074C1;
    margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
	.top_lead h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_lead .h2_mini{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 70px;
}

@media all and (-ms-high-contrast: none) {
	.top_lead .h2_mini{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 690px){
	.top_lead h2{
		font-size: 28px;
	}
	.top_lead .h2_mini{
		font-size: 16px;
		margin-bottom: 30px;
	}
}

/*-----pagelist -----*/

.top_pagelist .col{
	overflow: hidden;
	width: calc(33.33333% - 10px);
	margin-right: 15px;
}

.top_pagelist .col h2{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0074C1;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

@media all and (-ms-high-contrast: none) {
	.top_pagelist .col h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_pagelist .col .txt_area{
	padding: 30px 20px;
	border: 2px solid #0074C1;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}

.top_pagelist .col .txt_area .btn a{
	display: flex;
	align-items: center;
	max-width: 210px;
	width: 100%;
	height: 55px;
	background-color: #F76B0E;
	border-radius: 30px;
	padding: 10px 30px;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 20px auto 0;
}

@media all and (-ms-high-contrast: none) {
	.top_pagelist .col .txt_area .btn a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_pagelist .col .txt_area .btn a:hover{
	color: #F76B0E;
}

.top_pagelist .col .txt_area .btn a:before{
	content: '';
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
}

.top_pagelist .col .txt_area .btn a:hover:before{
	height: 100%;
}

.top_pagelist .col .txt_area .btn a:after{
	content: '';
	width: 25px;
	height: 15px;
	background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr.png);
	background-size: 25px auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 7.5px);
	right: 30px;
	transition: all .2s;
}

.top_pagelist .col .txt_area .btn a:hover:after{
	background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr3.png);
}

.top_pagelist .col .txt_area .btn a .txt{
	width: 100%;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 979px){
	.top_pagelist .col{
		width: calc(50% - 8px);
	}
	.top_pagelist .col3_m_323 .col:nth-child(3n),
	.top_pagelist .col3_m_322 .col:nth-child(3n),
	.top_pagelist .col3_m_321 .col:nth-child(3n){
		margin-right: 15px;
	}
}

@media only screen and (max-width: 690px){
	.top_pagelist .col{
		width: 100%;
		margin-right: 0;
	}
	.top_pagelist .col3_m_323 .col:nth-child(3n),
	.top_pagelist .col3_m_322 .col:nth-child(3n),
	.top_pagelist .col3_m_321 .col:nth-child(3n){
		margin-right: 0;
	}
	.top_pagelist .col h2{
		font-size: 23px;
		height: 100px;
	}
	.top_pagelist .col .txt_area .btn a{
		font-size: 16px;
		height: 45px;
	}
	.top_pagelist .col .txt_area .btn a:after{
		width: 20px;
		background-size: 20px auto;
	}
}

/*----- top_philosophy -----*/

.top_philosophy{
	border: 2px solid #0074C1;
	border-radius: 10px;
	padding: 100px 45px 60px 45px;
	background-color: #fff;
}

.top_philosophy h2{
	display: inline-block;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #0074C1;
    line-height: 1;
    position: relative;
    padding: 0 80px;
    margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none) {
	.top_philosophy h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_philosophy h2:before{
	content: '';
	width: 60px;
	height: 100px;
	background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/top_philosophy01.png);
	background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
}

.top_philosophy .h2_mini{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}

@media all and (-ms-high-contrast: none) {
	.top_philosophy .h2_mini{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_philosophy h3{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	border-radius: 20px;
	background-color: rgba(255, 215, 188, 0.5);
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
	color: #F76B0E;
	font-size: 25px;
	text-align: center;
	padding: 20px;
	margin-bottom: 70px;
}

@media all and (-ms-high-contrast: none) {
	.top_philosophy h3{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_philosophy .col{
	height: 220px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 116, 193, 0.1);
}

.top_philosophy .col .in_area{
	display: block;
	width: 100%;
	padding: 20px;
}

.top_philosophy .col h4{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
	.top_philosophy .col h4{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_philosophy .btn_02 a{
	max-width: 320px;
}

@media only screen and (max-width: 979px){
	.top_philosophy .h2_mini{
		font-size: 18px;
	}
	.top_philosophy h3{
		font-size: 18px;
		height: 80px;
	}
	.top_philosophy .col h4{
		font-size: 18px;
	}
}

@media only screen and (max-width: 690px){
	.top_philosophy{
		padding: 40px 20px;
	}
	.top_philosophy h2{
		font-size: 25px;
		padding: 0 40px;
	}
	.top_philosophy h2:before{
		width: 30px;
		height: 60px;
		background-size: 30px auto;
	}
	.top_philosophy h3{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.top_philosophy .col{
		min-height: 150px;
		height: auto;
	}
	.sp_switch .col:first-child{
		order: 2
	}
	.sp_switch .col:nht-child(2){
		order: 1
	}
}

/*----- top_global -----*/

.top_global{
	border-radius: 10px;
	background-color: #0074C1;
	padding: 60px 45px;
	color: #FFFFFF;
}

.top_global h2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #0074C1;
    text-align: center;
    line-height: 1;
    background-color: #E6F1F9;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
	.top_global h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_global .mini_h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
	.top_global .mini_h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_global .white_area{
	background-color: #fff;
	border-radius: 10px;
	padding: 45px 25px;
	color: #0074C1;
}

@media only screen and (max-width: 979px){
	.top_global h2{
		font-size: 25px;
	}
	.top_global .mini_h2{
		font-size: 18px;
	}
	.top_global .white_area{
		height: auto;
	}
}

@media only screen and (max-width: 690px){
	.top_global{
		padding: 30px 20px;
	}
	.top_global h2{
		font-size: 20px;
	}
	.top_global .white_area{
		padding: 20px;
	}
}

/*----- commitment -----*/

.top_philosophy.no2 .black{
	border: 2px solid #F76B0E;
	border-radius: 10px;
}

.top_philosophy.no2 .black h3{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	background-color: #F76B0E;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 0;
}

@media all and (-ms-high-contrast: none) {
	.top_philosophy.no2 .black h3{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_philosophy.no2 .black .txt_area{
	padding: 30px 20px;
	text-align: center;
}

@media only screen and (max-width: 979px){
	.top_philosophy.no2 .black h3{
		font-size: 22px;
	}
}

@media only screen and (max-width: 690px){
	.top_philosophy.no2 .black h3{
		font-size: 18px;
	}
}

/*----- top_worries -----*/

.top_worries{
	background-color: #0074C1;
	border-radius: 10px;
	padding: 60px 40px;
}

.top_worries h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

@media all and (-ms-high-contrast: none) {
	.top_worries h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.top_worries ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.top_worries ul li{
	width: calc(25% - 15px);
	margin-right: 20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 10px;
	position: relative;
	overflow: hidden;
}

.top_worries ul li:before{
	content: '';
	width: 100%;
	height: 0;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
	opacity: 0.5;
}

.top_worries ul li:hover:before{
	height: 100%;
}

.top_worries ul li:last-child{
	margin-right: 0;
}

.top_worries ul li .in{
	position: relative;
	z-index: 1;
}

.top_worries ul li .img100 img{
	width: 47px;
}

.top_worries ul li .img100{
	margin-bottom: 35px;
}

.top_worries ul li h3 a{
	display: block;
	width: 100%;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #0074C1;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
	.top_worries ul li h3 a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 979px){
	.top_worries{
		padding: 60px 40px 40px 40px;
	}
	.top_worries ul li{
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.top_worries ul li:nth-child(2){
		margin-right: 0;
	}
}

@media only screen and (max-width: 690px){
	.top_worries{
		padding: 30px 20px 10px;
	}
	.top_worries h2{
		font-size: 25px;
	}
	.top_worries ul li{
		width: 100%;
		margin-right: 0;
	}
	.top_worries ul li h3 a{
		font-size: 18px;
	}
}

/*----- messege -----*/


.top_philosophy.no3{
	border: 2px solid #F76B0E;
}

.top_philosophy.no3 h2{
	color: #F76B0E;
}

.top_philosophy.no3 .float_col2 .img{
	float: right;
	width: 400px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.top_philosophy.no3 .float_col2 .oringe{
	font-weight: bold;
	color: #F76B0E;
}

@media only screen and (max-width: 979px){
	.top_philosophy.no3 .float_col2 .img{
		width: 50%;
	}
}

@media only screen and (max-width: 690px){
	.top_philosophy.no3 .float_col2 .img{
		float: none;
		width: 100%;
		margin-left: 0;
	}
}

.top_philosophy.news .news_list dl{
	display: flex;
	flex-wrap: wrap;
}

.top_philosophy.news .news_list dl .rss_date{
	width: 130px;
}

.top_philosophy.news .news_list dl .rss_title{
	width: calc(100% - 130px);
}

.top_philosophy.news .news_list dl .rss_title a:hover{
	color: #0074C1; 
}

.top_philosophy.news .news_list dl .rss_title span{
	display: inline-block;
	padding: 5px 20px;
	background-color: #0074C1;
	font-size: 80%;
	color: #fff;
	line-height: 1;
	border-radius: 50px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.top_philosophy.news .news_list dl .rss_contents{
	display: none;
}




/* 202408上毛印刷追加 */
/* #mainimg .slider li.slick-slide{
	position: relative;
}
#mainimg .slider li.slick-slide .txt_area{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width: 1250px){
	#mainimg .slider li.slick-slide .txt_area{
		position: relative;
	}
} */


@media only screen and (max-width: 690px) {
	.col4_m_432 .col:nth-child(3n){
        margin-right: 0;
    }
}