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


/* contents01 */

.contents .layout00 {
	background-image: url("../../images/company/back01.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 1850px;
}

.contents .contents01 .box-inner {
	padding: 100px 0px 150px;
}

.contents .contents01 .box-inner::before {
	display: none;
}

/* contents01 lay01 */

.contents01 .lay01 {
	padding: 0px 100px;
}

.contents01 .lay01 .box {
	border-bottom-style : solid;
border-color : #AEAEAF;
border-width : 1px;
}

.contents01 .lay01 .box:first-child {
	border-top-style : solid;
}

.contents01 .lay01 .box a {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	padding: 25px 15px;
	position: relative;
	background : rgba(255, 255, 255, 0.9);
}

.contents01 .lay01 .box a::before {
	content: "";
	position: absolute;
right: 20px;
top: 0px;
	background-image: url("../../images/link-arrow03.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 40px;
	width: 111px;
	height: 100%;
	transition: .5s;
}

.contents01 .lay01 .box a:hover {
	opacity: 1;
	background : rgba(0, 200, 199, 0.1);
}

.contents01 .lay01 .box a:hover::before {
right: 0px;
}

.contents01 h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
color: #16447c;
line-height: 1.6;
letter-spacing: 0em;
font-weight: 500;
	width: 140px;
}

.contents01 .lay01 p {
	flex: 1;
}

/* contents01 lay02 */

.box-newstitle h6 {
	font-size: 28px;
line-height: 1.6;
font-weight: 200;
	letter-spacing: 0.2em;
	color: #384f78;
	padding-top: 15px;
}

.contents01 .lay02 {
	border-style : solid;
border-color : #096bc2;
border-width : 2px;
	border-radius: 30px;
	padding: 60px 100px 70px;
	background-color: rgba(255,255,255,0.9);
}

.contents01 .lay02 .box-in {
	padding: 60px 0px 80px;
}

.contents01 .lay02 .box-in img {
	max-width: 980px;
	height: auto;
}

.contents01 .box-btn {
	text-align: center;
}


/* ページャー */
.pager{
	width: 100%;
	padding-top: 50px;
	text-align: center;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 6px;
}
 
a.page-numbers,
.pager .current{
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	width: 30px;
	height: 30px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	border-radius: 50%;
	background-color: #16447c;
	line-height: 1.2;
 }
 
.pager .current{
	opacity:0.5;
 }
 
.pager a:hover{
	opacity:0.5;
 }
 
 .pager a.prev {
	 color: #16447c;
	 background-color: rgba(255,255,255,0);
 }
 
 .pager a.next {
	 color: #16447c;
	  background-color: rgba(255,255,255,0);
 }



.sp-view {
	display: none;
}
