@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');

/* show_sp
--------------------------------------*/
.sSP {
    display: none;
}


/* general layout
================================================*/

img{
	width: 100%;
	vertical-align: middle;
}


/*header*/
header{
	font-size: 16px;
}
.headerIn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 30px 15px;
	max-width: 1000px;
    margin: 0 auto;
}
header h1{
	max-width: 600px;
	width: 28%;
}
header nav{
	display: flex;
	align-items: center;
	gap: 15px;
}
header nav ul{
	display: flex;
	font-weight: bold;
	gap: 15px;
}
header nav .button{
	border: none;
	color: #fff;
	background: #4967A0;
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
	transition: 0.3s;
}
header nav .button:hover{
	opacity: 0.8;
	text-decoration: none;
}
header .nav_sp{
	display: none;
}

/*footer*/

.footer_top{
	background: #4967A0;
	color: #fff;
	padding: 20px 15px;
}
.footer_top_content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
	
}
.footer_top_content_left{
	text-align: center;
	font-size: 18px;
}
.footer_top_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.footer_top .tel{
	font-weight: bold;
	font-size: 24px;
	
}
.footer_top .tel a{
	font-family: "Akshar", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 60px;
	line-height: 1;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	pointer-events: none;
}
.footer_top .tel span{
	font-size: 32px;
}
.footer_top_content_left p{
	font-size: 14px;
	font-feature-settings: "palt";
}
.footer_top_content_right a{
	background: #fff;
	color: #4967A0;
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 30px;
	border-radius: 60px;
	transition: 0.3s;
}
.footer_top_content_right a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.footer_bottom{
	padding: 20px 15px 60px;
	background: #D5E8F3;
}
.footer_bottom .footer_bottomIn{
	color: #595757;
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}
.footer_bottom_left p{
	line-height: 1.8em;
}
.footer_bottom_left_title{
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
/*	text-align: center;*/
	
}
.footer_bottom_left_01{
	max-width: 1000px;
    margin: 0 auto;
}
.footer_bottom_right{
	display: flex;
	gap: 30px;
}
.footer_bottom_right .footer_nav_title{
	color: #4967A0;
	font-size: 16px;
	font-weight: bold;
}
.footer_bottom_right ul{
	padding-left: 15px;
	line-height: 1.8em;
}
.footer_bottom_right ul + .footer_nav_title{
	margin-top: 10px;
}
.copy{
	background: #fff;
	color: #727171;
	text-align: center;
	padding: 5px;
	font-family: "Akshar", serif;
	font-weight: 500;
	font-style: normal;
}

.login .footer_top_content_left{
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
	/*margin: auto; */
}
.login .footer_top_content_left p{
	text-align: left;
}
.bottom_txt{
/*
    text-align: center;
	text-indent: -17em;
*/
}
/*
.bottom_txt02{
    text-align: center;
}
*/

/*page_title_area*/
.page_title_area{
	color: #fff;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	padding: 0 15px;
}
.page_title_area h2{
	position: relative;
	padding-left: 30px;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.page_title_area h2::before{
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	height: 80px;
	width: 15px;
	background: #fff;
}

/*section*/
section{
	padding: 60px 15px 0;
}
section:last-child{
	padding-bottom: 60px;
}
section:first-child{
	margin-top: 0;
}
.contentIn{
	max-width: 1000px;
	margin: auto;
}

/*banner*/
.banner_area{
	max-width: 865px;
	margin: 0 auto 60px;
	padding: 0 15px;
}
.banner_area a{
	transition: 0.3s;
}
.banner_area a:hover{
	opacity: 0.8;
}

/*news*/
.list article{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #231815;
	padding: 30px 20px 20px;
	gap: 10px;
	text-decoration: none;
}
.list article:first-child{
	padding-top: 10px;
}
.list article .date{
	font-family: "Akshar", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	color: #3497D2;
}
.list article .category{
	font-size: 12px;
	color: #fff;
	background: url(../img/common/category01.svg) center no-repeat;
	background-size: contain;
	width: 95px;
	text-align: center;
	padding-left: 5px;
}
.list article .category.category02{
	background-image: url(../img/common/category02.svg);
}
.list article .title_link_area{
	display: flex;
	align-items: center;
	width: 80%;
}
.list article .header{
	font-size: 20px;
}
.list article .icon{
	background: #3497D2;
    color: #fff;
    border-radius: 50px;
    width: 80px;
	padding: 2px 0;
    text-align: center;
    margin-left: auto;
	font-size: 16px;
	transition: 0.3s;
}
.list > .link{
	text-align: right;
	margin-top: 30px;
}
.list > .link a{
	display: inline-block;
	background: #3497D2;
	color: #fff;
	border-radius: 30px;
	padding: 5px 15px;
	transition: 0.3s;
	font-size: 18px;
}
.industry .list > .link a,
.industry .list article .icon{
	background: #37BDEF;
}

.list article .icon:hover,
.list > .link a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.industry .list article .category{
	background-image: url(../img/common/category03.svg);
}
.list._download article{
	gap: 20px;
}
.list._download article .date{
	color: #4967A0;
}
.list._download article .header{
	font-size: 24px;
}
.list._download article .icon{
	background: #4967A0;
	width: 200px;
	padding: 5px;
	font-size: 18px;
}
/*ページネーション*/
.pagination{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.pagination a{
	color: #595757;
	font-weight: bold;
	letter-spacing: 0;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 25px;
}
.pagination .paginationFirst a,
.pagination .paginationEnd a,
.pagination .paginationPrev a,
.pagination .paginationNext a{
	font-feature-settings: "palt";
	letter-spacing: -3px;
}
.pagination .active a{
	background: #595757;
	color: #fff;
	pointer-events: none;
}
.pagination .disabled{
	display: none;
}
/*タブ切替*/
.tab-contents:not(.active){
	display: none;
}
.tab{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.tab .tab-list-item{
	cursor: pointer;
	background: #D5E8F3;
	color: #4967A0;
	width: calc(25% - 25px);
	text-align: center;
	padding: 5px;
	border-radius: 30px;
	transition: 0.2s;
}
.data .tab .tab-list-item{
	padding: 0px;
}
.tab .tab-list-item:hover a{
	color: #fff;
}
.tab .tab-list-item:hover,
.tab .tab-list-item.active{
	background: #4967A0;
	color: #fff;
}
.tab .tab-list-item a{
	display: block;
	color: #4967A0;
	padding: 5px;
}
.tab .tab-list-item a:hover{
	text-decoration: none;
}
.tab .tab-list-item.active a{
	color: #fff;
}
.tab .tab-list-item.active a:hover{
	color: #fff;
	text-decoration: none;
}

/*モーダル*/

  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  .modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
  }
  /*モーダル本体の擬似要素の指定*/
  .modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container.active{
	opacity: 1;
	visibility: visible;
  }
  /*モーダル枠の指定*/
  .modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #231815;
	cursor: pointer;
	border: solid 1px;
	border-radius: 3px;
  }
  .modal-close span{
	transform: translateY(-2px);
  }
  /*モーダル内のコンテンツの指定*/
  .modal-content{
	background: #fff;
	padding: 30px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
  }

@media screen and (max-width:1000px){
	#wrap{
		margin-top: 60px;
	}
	/*header*/
	header{
		position: fixed;
		z-index: 100;
		width: 100%;
		top: 0;
	}
	.headerIn{
		position: relative;
		padding: 0 0 0 10px;
		z-index: 100;
		background: #fff;
		min-height: 60px;
	}
	header h1{
		width: auto;
	}
	header h1 img{
		width: auto;
		height: 40px;
	}
	header .nav{
		display: none;
	}
	header .nav_sp {
        position: absolute;
        width: 100%;
		height: 100vh;
        display: block;
        background: #fff;
        padding-bottom: 30px;
        transform: translateY(-100%);
        z-index: 20;
        transition: 0.5s;
    }
	header .nav_sp.open {
        transform: none;
    }
	header .nav_sp ul{
		display: block;
	}
	header .nav_sp ul li{
		border-bottom: solid 1px;
	}
	header .nav_sp ul li a{
		display: block;
		padding: 25px 15px;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}
	header nav .button{
		display: block;
		width: calc(100% - 50px);
		margin: 30px auto;
		padding: 20px 10px;
		font-size: 18px;
		text-align: center;
	}
	.hamburger{
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		background: #4967A0;
	}
	.hamburger span{
		position: relative;
	}
	.hamburger span,
	.hamburger span:before,
	.hamburger span:after {
        margin: auto;
        width: 24px;
        height: 2px;
        background: #fff;
		transition: 0.3s;
    }
	.hamburger span:before,
	.hamburger span:after{
		content: "";
		position: absolute;
	}
	.hamburger span:before{
		top: -7px;
	}
	.hamburger span:after{
		top: 7px;
	}
	header.active .hamburger span{
		background-color: transparent;
	}
	header.active .hamburger span::before{
		transform: rotate(45deg);
		top: 0;
	}
	header.active .hamburger span::after{
		transform: rotate(-45deg);
		top: 0;
	}
	/*footer*/
	.footer_top .tel a{
		font-size: 45px;
	}
	.footer_top_content{
		flex-flow: column;
		gap: 20px;
	}
	.footer_top_content_right a{
		font-size: 20px;
	}
	
	.footer_bottom .footer_bottomIn{
		flex-flow: column-reverse;
		gap: 30px;
	}
}
/* スマホ
------------------------------------------------*/
@media screen and (max-width:767px){

	html {
	  scroll-padding-top: calc((var(--headerHeight, 60px)) + 20px); 
	}
	.sSP {
		display: block;
	}
	.sPC{
		display: none;
	}
	/*footer*/
	.footer_top_title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.footer_top .tel{
		font-size: 20px;
	}
	.footer_top .tel a{
		font-size: 30px;
	}
	.footer_top_content_left p{
		font-size: 12px;
	}
	.footer_top_content_right{
		width: 100%;
	}
	.footer_top_content_right a{
		font-size: 14px;
		padding: 10px 20px;
	}
	.footer_bottom {
		padding-bottom: 40px;
	}
	.footer_bottom_left_title{
		font-size: 20px;
        text-align: left;
		margin-bottom: 10px;
	}
	.footer_bottom_left_01{
		margin: auto;
	}
	.footer_bottom_right{
		flex-flow: column;
		gap: 20px;
	}
	.footer_bottom_right ul{
		line-height: 1.6em;
	}
	.footer_bottom_left p{
		line-height: 1.6em;
	}
	.banner_area{
		margin-bottom: 40px;
	}
	.login .footer_top_content_left{
		gap: 10px;
	}
	/*section*/
	section{
		padding: 40px 15px 0;
	}
	section:last-child{
		padding-bottom: 40px;
	}

	/*news*/
	.list article{
		flex-wrap: wrap;
		padding: 15px 10px 8px;
	}
	.list article .date{
		font-size: 20px;
		line-height: 1;
	}
	.list article .title_link_area {
	    display: flex;
		width: 100%;
		flex-direction: column-reverse;
		margin-top: -40px;
	}
	.list article .header{
		width: 100%;
		font-size: 16px;
	}
	.list article .icon{
		margin-bottom: 10px;
	}
	.list._download article{
		gap: 15px;
	}
	.list > .link{
		text-align: center;
	}
	.list > .link a{
		font-size: 14px;
		width: calc(100% - 30px);
	}
	/*pagination*/
	.pagination{
		gap: 5px;
	}
	.pagination a{
		width: 20px;
		height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	/*page_title_area*/
	.page_title_area{
		height: 90px;
	}
	.page_title_area h2{
		padding-left: 25px;
		line-height: 1.3;
		font-size: 20px;
	}
	.page_title_area h2::before{
		top: 0;
		width: 5px;
		height: 100%;
	}
	/*タブ切替*/
	.tab .tab-list-item{
		width: calc(50% - 25px);
	}
	/*モーダル*/
	.modal-content{
		font-size: 14px;
		padding: 50px 15px 30px;
	}
}