@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 > div:not(:last-child) {
	margin-bottom: 70px;
}

/* lay01 */

.lay01 .box {
	border-top-style : solid;
border-color : rgba(204, 204, 204, 0.5);
border-width : 1px;
	position: relative;
	background-image: url("../../images/common/link-arrow01.svg");
background-position: right 6px top 16px;
background-repeat: no-repeat;
background-size: 46px;
}

.lay01 .box::before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	right:5px;
	top:15px;
	background: #FFF;
	border-radius: 50%;
	transition: 0.5s;
	opacity: 1;
}

.lay01 .box:hover::before {
	opacity: 0;
}

.lay01 .box a {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	padding: 25px 0px;
	position: relative;
}

.lay01 .box a::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	top:35px;
	right:24px;
	background: #C30013;
	transition: 0.5s;
	opacity: 1;	
}

.lay01 .box:hover a::before {
	transform: scale(3);
	opacity: 0;
}

.lay01 .box a:hover {
	opacity: 1;
}

.lay01 h5 {
	width: 180px;
	font-size: 18px;
line-height: 1.6;
font-weight: 400;
	padding-left: 30px;
}

.lay01 p {
	flex: 1;
	line-height: 1.6;
}


/* lay02 */

.lay02 {
	text-align: center;
}

.pager {
	position: relative;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:5px;
	padding: 0px 150px;
}

a.page-numbers,
.pager .current{
font-style: normal;
	color: #C30013;
	font-weight: 400;
	width: 48px;
	height: 48px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	border-radius: 50%;
	background: rgba(195,0,19,0.2);
	line-height: 1.2;
 }

.pager .current{
	background: #C30013;
	color: #FFF;
	opacity: 1;
 }

.pager a:hover {
	background-color: #C30013;
	color: #FFF;
	opacity: 1;
 }

 .pager a.prev, .pager a.next {
	 background-color: rgba(255,255,255,0);
	 border-radius: 0%;
	 width: 138px;
	 position: absolute;
top: 0px;
 }

.pager a.prev {
	left: 0px;
 }

.pager a.next {
	right: 0px;
 }

.pager a.prev:hover, .pager a.next:hover {
	opacity: 0.5;
	background-color: rgba(255,255,255,0);
 }


/* lay03 */

.lay03 h5 {
	font-size: 18px;
	color: #C30013;
line-height: 1.2;
font-weight: 400;
}

.lay03 h6 {
	font-size: 32px;
line-height: 1.4;
font-weight: 700;
	padding: 5px 0px 40px;
}

.lay03 p {
	line-height: 2;
}

.lay03 p:not(:last-child) {
	margin-bottom: 40px;
}

.lay03 .box-text img {
	width: auto;
	max-width: 1100px;
}

/* lay04 */

.lay04 h6 img {
	width: auto;
}


.sp-view {
	display: none;
}

