@charset "utf-8";
/* CSS Document */
body{
	text-align: left;
}
header h1{
	width: 32%;
	position: relative;
	z-index: 9999;
}
header nav ul{
	position: relative;
	z-index: 9999;
}
/* MV */
.topwrap{
	background: url("../img/bg_top_02_pc.png") no-repeat bottom 0 left 0;
	overflow: hidden;
}
.topwrap .mv_top{
	margin-left: 33px;
}
.topwrap .mv_top .flex{
	display: flex;
}
.topwrap .mv_top h2{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6.0rem;
	color: #1b1c80;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	margin-top: 120px;
	
}
.topwrap .mv_top p.catchcopy{
	font-size: 1.6rem;
	text-align: left;
	font-weight: bold;
	margin-top: 32px;
	line-height: 2.2;
	font-family: "Noto Sans", sans-serif;
}
.topwrap .mv_top .mv_right{
	flex: 1;
    margin-right: calc(50% - 49vw);
	margin-top: -100px;
}
.topwrap .mv_top  .mv_right figure{
	text-align: right;
    /*width: 88%;*/
	width: 85%;
	min-width: 800px;
    margin: 0 0 0 auto;
}
/* newsarea*/
#newsarea{
	text-align: left;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
#newsarea .leftarea h3{
	font-size: 2.8rem;
	color:#333333;
	font-weight: bold;
	line-height: 1.9;
}
#newsarea .leftarea h3 span{
	display: block;
	font-size: 1.6rem;
	color: #1b1c80;
	font-weight: bold;
}
#newsarea .leftarea h3 span::before{
	content: "";
	display: inline-block;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #1b1c80;
	border-radius: 50%;
	margin-right: 10px;
}

#newsarea .rightarea{
	max-width: 945px;
	width: calc(100% - 160px);
	
}
#newsarea .rightarea ul{
	margin-top: 6px;
}
#newsarea .rightarea ul li{
	
	padding:20px 0;
	border-top: 2px solid #cccccc;
}
#newsarea .rightarea ul li a{
	text-decoration: none;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#newsarea .rightarea ul li a:hover{
	opacity: 1;
	border: none;
}
#newsarea .rightarea ul li div{
	display: flex;
	align-items: center;
	text-decoration: none;
}
#newsarea .rightarea li:last-child{
	border-bottom: 2px solid #cccccc;
}
#newsarea .rightarea .category{
	background-color: #dcdcfa;
	font-size: 1.4rem;
	width: 120px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 35px;
}
#newsarea .rightarea .day{
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 20px;
	width: 120px;
}
#newsarea .rightarea .ttl{
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.rightarea ul li a {
  position: relative;
  display: block;
}

.rightarea ul li a .ttl {
  position: relative;
  display: inline-block;
}

.rightarea ul li a .ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #333333;
  transition: width 0.3s ease, left 0.3s ease;
}

.rightarea ul li a:hover .ttl::before {
  width: 100%;
  left: 0;
}

.rightarea ul li a .btnarea span {
  display: inline-block;
  transition: justify-content 0.3s, padding 0.3s;
}

.rightarea ul li a:hover .btnarea span {
  justify-content: flex-end;
  padding: 0 5px;
}
.btnflex{
	display: flex;
	align-items: center;
}
#newsarea .rightarea .btnarea{
	margin-top: 0;
}
/* about */
#about{
	margin-top: 100px;
	padding-top: 95px;
	padding-bottom: 100px;
	text-align: left;
	background:url("../img/bg_top_03_pc.jpg") no-repeat top 0 left 0;
}
#about h3{
	font-size: 3.6rem;
	color:#333333;
	font-weight: bold;
	line-height: 1.7;
}
#about h3 span{
	display: block;
	font-size: 1.6rem;
	color: #1b1c80;
	font-weight: bold;
}
#about h3 span::before{
	content: "";
	display: inline-block;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #1b1c80;
	border-radius: 50%;
	margin-right: 10px;
}
#about ul{
	margin-top: 23px;
	display: flex;
	justify-content: space-between;
}
#about ul li{
	position: relative;
}
#about ul li p.title{
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translateX(-50%);
	color: #1b1c80;
	font-size: 2.8rem;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
}
#about ul li p.subttl{
	border-left: 1px solid #1b1c80;
	height: 90px;
	position: absolute;
	top: 10px;
	right: 7px;
	color: #1b1c80;
	font-size: 1.2rem;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
}
#about ul li .btnarea{
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	margin:0;
	color: #fff;
	background: linear-gradient(to left, #058e43, #62b34f);
	width: 51px;
	height: 20px;
	border-radius: 12px;
	justify-content: center;
    transition: all 0.4s;
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: bold;
}
#about ul li .btnarea::after{
	text-decoration: none;
	color: #fff;
	width:0;
	height: 0;
	margin-top: 1px;
    margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
    content: "→";
    position: absolute;
    top: 50%;
    right: 50%;
	transform: translate(-50%,-50%);
    transition: all 0.5s;
}
#about ul li a:hover .btnarea::after {
  right: 30%;
}
#about ul li .btnarea span{
	margin-left: 0;
}
#about li a:hover{
	border: none;
}
#about li a:hover .btnarea span {
  	justify-content: flex-end;
  	padding: 0 5px;	
}

@media screen and (max-width: 1300px){
	.topwrap .mv_top .mv_right{
		margin-top: 0;
	}
	.topwrap .mv_top .mv_right figure{
		min-width: auto;
		width: 95%;
	}
	
}
@media screen and (max-width: 1024px){
	#about ul li p.title{
		top: 40%;
	}
}
@media screen and (max-width: 768px){
	#about ul li p.title{
		top: 49%;
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 750px){
	header h1{
		width: auto;
	}
	/* MV */
	.topwrap .mv_top{
		margin: 0;
		padding: 0 0 20px;
	}
	.topwrap .mv_top h2{
		font-size: 3.6rem;
		margin-top: 40px;
	}
	.topwrap .mv_top .flex{
		flex-direction: column;
	}
	.topwrap .mv_top p.catchcopy{
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.topwrap .mv_top .mv_right{
		margin-top: 30px;
		margin-right: calc(50% - 50vw);
	}
	.topwrap .mv_top .mv_right figure{
		margin: 0 auto;
		width: 100%;
	}
	.topwrap .mv_top .mv_right figure img.pcStyle{
		display: none;
	}
	.topwrap .mv_top .mv_right figure img.spStyle{
		display: block;
	}
	/* #newsarea */
	#newsarea{
		flex-direction: column;
		margin-top: 50px;
	}
	#newsarea .rightarea{
		width: 100%;
	}
	#newsarea .rightarea .ttl{
		max-width: 100%;
		margin-top: 15px;
		font-size: 1.4rem;
	}
	#newsarea .rightarea .category{
		margin-right: 10px;	
	}
	#newsarea .rightarea .day{
		margin-right: 0;	
	}
	#newsarea .rightarea ul{
		margin-top: 20px;
	}
	#newsarea .rightarea ul li a{
		align-items: flex-end;
	}
	#newsarea .rightarea ul li div{
		display: block;
	}
	#newsarea .rightarea ul li div.spanarea{
		display:flex;
	}
	/* #about */
	#about{
		padding: 60px 0 100px;
		background: url(../img/bg_top_03_pc.jpg) no-repeat center / cover;
	}
	#about h3{
		font-size: 2.4rem;
	}
	#about ul{
		flex-direction: column;
	}
	#about ul li:not(:first-of-type){
		margin-top: 20px;
	}
	#about ul li a figure img.pcStyle{
		display: none;
	}
	#about ul li a figure img.spStyle{
		display: block;
		width: 100%;
	}
	#about ul li p.title{
		writing-mode: horizontal-tb;
		transform: translate(0,0);
		left: 20px;
		bottom: 10px;
		top: auto;
		font-size: 2.0rem;
	}
	#about ul li p.subttl{
		right: 0;
		writing-mode: horizontal-tb;
		border-left: none;
		border-bottom: 1px solid #cccccc;
		height: auto;
		padding: 0 10px 3px 25px;
	}
	#about ul li .btnarea{
		bottom: 15px;
		right: 20px;
		left: auto;
		transform: translate(0,0);
		margin-top: 0;
	}
	#about ul li .btnarea::after{
		margin-top: 0;
	}
	
}