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


/* contents01 */

.contents01 {
	width: 1000px;
}

/* layout01 */

.layout01 .box {
	border-style : solid;
border-color : rgba(173, 161, 173, 0.5);
border-width : 1px;
}

.layout01 .box:not(:last-child) {
	margin-bottom: 25px;
}

.layout01 .box a {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding: 15px 0px;
	position: relative;
	background-color: #FFF;
}

.layout01 .box a:hover {
	opacity: 1;
	background-color: #f2f2f2;
}

.layout01 .box a::before {
	content: "more";
	position: absolute;
right: 20px;
bottom: 10px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
color: #ada1ad;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
}

.layout01 h5 {
	width: 150px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	font-size: 16px;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 400;
	border-right-style : solid;
border-color : rgba(173, 161, 173, 0.5);
border-width : 1px;
}

.layout01 h6 {
	padding-top: 50px;
}

.layout01 p {
	flex: 1;
	padding: 20px 30px;
	text-align: left;
	font-size: 16px;
}

/* layout02 */

.box-title {
	margin-bottom: 40px;
	display: flex;
  justify-content: flex-start;
	align-items: flex-start;
}

.box-title h5 {
	font-family: 'Roboto', sans-serif;
color: #FFF;
line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.05em;
	background-color: #1fb589;
	width: 130px;
	text-align: center;
	padding: 8px 0px;
}

.box-title h6 {
	color: #000;
line-height: 1.4;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding-left: 20px;
	flex: 1;
	text-align: left;
}

.layout02 p {
	text-align: left;
}

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

.layout02 p img {
	max-width: 1000px;
	width: auto;
}

.layout02 .link01 {
	padding-top: 30px;
}


/* layout03 */

.layout03 {
	padding-top: 50px;
}

.layout03 .midashi-box {
	margin-bottom: 30px;
}

.layout03 ul {
	width: 100%;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:17px 1.5%;
}

.layout03 ul li {
	width: 23.5%;
}

.layout03 ul li a {
	font-family: "Zen Maru Gothic", serif;
	font-size: 20px;
color: #1fb589;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	display: block;
	border-style : solid;
border-color : #1fb589;
border-width : 2px;
	padding: 12px 0px;
	border-radius: 60px;
	background-color: #FFF;
	position: relative;
	background-image: url("../../images/common/link-arrow02.svg");
background-position: right 25px center;
background-repeat: no-repeat;
background-size: auto 20px;
}

.layout03 ul li a:hover {
	background-position: right 15px center;
	opacity: 1;
	background-color: #e4f8f3;
}


/* pager */

.pager{
	width: 100%;
	text-align: center;
}
 
a.page-numbers,
.pager .current{
font-style: normal;
	color: #1fb589;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 16px;
	font-weight: 500;
	width: 28px;
	height: 28px;
	padding-top: 4px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0);
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
 }

.pager .current{
	color: #FFF;
	background-color: #1fb589;
 }

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



.sp-view {
	display: none;
}
