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


/* animation_box */

.animation_box {
  transition: 1s ease;
	opacity: 0;
	transition-delay: .5s;
	transform: translateY(0px);
}

.animation_box2 {
	transition-delay: 1s;
}

.animation_box3 {
	transition-delay: 1.5s;
}

.animation_box4 {
	transition-delay: 2s;
}

.animation_box.effect {
	opacity: 1;
	transform: translateY(0px);
}


/* contents-top */

.contents-top {
	width: 100%;
	padding-top: 180px;
	position: relative;
	background-image: url("../../images/top/back01.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 640px;
}

.contents-top::before {
	content: "";
	position: absolute;
left: 3%;
top: 400px;
	background-image: url("../../images/common/scroll.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 20px;
	height: 200px;
}

.contents-top img {
	width: 100%;
	height: auto;
}

.contents-top-wrap {
	width: 100%;
	padding-top: 70px;
	background-image: url("../../images/top/back02.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 1500px;
}


/* main-img-top */

.main-img-top {
	width: 85%;
	max-width: 1700px;
}

.main-img-top img {
	border-radius: 60px;
	max-height: 740px;
}

/* contents01 */

.contents01 {
	width: 100%;
	text-align: center;
	margin-bottom: 90px;
}

.contents01 .box-img {
	position: relative;
	margin-top: -170px;
}

.contents01 .box-img img {
	width: 98%;
	max-width: 1600px;
}

.contents01 h2 {
	font-family: "Zen Maru Gothic", serif;
	color: #1fb589;
	line-height: 1.6;
	font-weight: 400;
	font-size: 38px;
	letter-spacing: 0.05em;
}

.contents01 p {
	line-height: 2;
	padding-top: 30px;
}

/* contents02 */

.contents02 {
	width: 100%;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 100px;
}

.contents02 .news-box {
	width: 1000px;
	height: 440px;
	overflow-y: auto;
}

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

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

.contents02 .box a {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding: 15px 0px;
	position: relative;
}

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

.contents02 .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;
}


.contents02 .midashi-box h2 {
	display: flex;
    align-items: center;
}

.contents02 .midashi-box h2::before,
.contents02 .midashi-box h2::after {
    content: "";
    height: 15px;
    flex-grow: 1;
    background-color: rgba(31, 181, 137, 0.1);
}

.contents02 .midashi-box h2::before {
    margin-right: 60px;
}

.contents02 .midashi-box h2::after {
    margin-left: 60px;
}

.contents02 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;
}

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

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



.sp-view {
	display: none;
}
