@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.quattrocento-regular {
	font-family: "Quattrocento", serif;
  }
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 2.8rem;
}
@media all and (min-width: 820px) {
	.content {
		padding: 0 1.8rem;
		margin: 0 auto;
		width: calc(100% - 4rem);
		max-width: 120rem;
	}
}

/* com-btn  */
.com-btn a {
	padding: 0.05rem 5.6rem 0.05rem 2.5rem;
	width: 23.7rem;
	height: 6.1rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #49B460;
	border: 2px solid #49B460;
	border-radius: 1.1rem;
	position: relative;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.com-btn a::after {
	margin-top: -1.5rem;
	width: 3rem;
	height: 3rem;
	background: url("../../images/common/icon01.png") no-repeat left top / 100% 100%;
	position: absolute;
	top: 50%;
	right: 2.3rem;
	content: "";
}
ul.com-btn {
	display: flex;
	justify-content: center;
}
ul.com-btn li {
	margin: 0 1.2rem;
}

@media all and (min-width: 820px) {
	.com-btn a:hover {
		color: #49B460;
		background-color: #fff;
	}
	.com-btn a:hover::after {
		background-image: url("../../images/common/icon01_over.png");
	}
}
@media all and (max-width: 819px) {
	ul.com-btn {
		display: block;
	}
	ul.com-btn li {
		margin: 0 0 1.4rem;
	}
	ul.com-btn li:last-child {
		margin-bottom: 0;
	}
	ul.com-btn a {
		margin: 0 auto;
	}
	.com-btn a {
		padding: 0.05rem 4.3rem 0.05rem 2.5rem;
		width: 22rem;
		height: 4.4rem;
		font-size: 1.2rem;
		border-radius: 0.8rem;
	}
	.com-btn a::after {
		margin-top: -0.75rem;
		width: 1.5rem;
		height: 1.5rem;
		right: 3.9rem;
	}
}


/* com-btn02 */
.com-btn02 a {
	width: 38.4rem;
	height: 7.7rem;
	color: #70BCC1;
	font-size: 1.6rem;
	background-color: #fff;
	border-color: #fff;
	border-radius: 1.5rem;
}
.com-btn02 a::after {
	margin-top: -1.9rem;
	width: 3.8rem;
	height: 3.8rem;
	background-image: url("../../images/common/icon02.png");
	position: absolute;
	top: 50%;
	right: 3.5rem;
	content: "";
}
@media all and (min-width: 820px) {
	.com-btn02 a:hover {
		color: #fff;
		background-color: transparent;
	}
	.com-btn02 a:hover::after {
		background-image: url("../../images/common/icon01.png");
	}
}
@media all and (max-width: 819px) {
	.com-btn02 a {
		width: 100%;
		max-width: 38.4rem;
		height: 7rem;
		font-size: 1.6rem;
	}
	.com-btn02 a::after {
		margin-top: -1.7rem;
		width: 3.4rem;
		height: 3.4rem;
		right: 4rem;
	}
}

/* head-line01 */
.head-line01 {
	margin-bottom: 5.4rem;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.head-line01 .en {
	margin-bottom: 0.8rem;
	display: block;
	font-family: "Quattrocento", serif;
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}
.head-line01.white {
	color: #F6F6F6;
}
.head-line01.white .en {
	color: #fff;
}
@media all and (max-width: 819px) {
	.head-line01 .en {
		margin-bottom: 0.4rem;
		font-size: 3.2rem;
	}
	.head-line01 {
		margin-bottom: 2rem;
		font-size: 1.2rem;
	}
}


/* com-search */
.com-search {
	padding: 17.2rem 0 5.1rem;
	background-color: rgba(112,188,193, 0.7);
	position: relative;
}
.com-search::after {
	width: 100%;
	height: 22.1rem;
	position: absolute;
	top: 100%;
	left: 0;
	background: url("../../images/index/bg05.png") no-repeat left top / 100% 100%;
	content: "";
	opacity: 0.7;
}
.com-search .head-line01 {
	margin-bottom: 4.5rem;
	text-align: center;
	color: #fff;
}
@media all and (max-width: 819px) {
	.com-search {
		padding: 9.6rem 0 4.1rem;
	}
	.com-search .content {
		padding: 0 1.4rem;
	}
	.com-search .head-line01 {
		margin-bottom: 2.6rem;
	}
	.com-search::after {
		height: 8rem;
	}
}


/* head-line02 */
.head-line02 {
	margin-bottom: 1.8rem;
	padding-left: 3rem;
	color: #79C5A6;
	font-weight: 700;
	position: relative;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
}
.head-line02::before {
	width: 4.3rem;
	height: 4.3rem;
	position: absolute;
	top: -0.7rem;
    left: -0.2rem;
	background: url("../../images/index/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
.head-line02 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 819px) {
	.head-line02 {
		margin-bottom: 1.4rem;
		padding-left: 1.1rem;
		font-size: 2.2rem;
	}
	.head-line02::before {
		top: -0.5rem;
		left: -0.9rem;
	}
}


/* com-link */
.com-link {
	margin-right: 1.7rem;
	text-align: right;
}
.com-link a {
	padding-left: 6rem;
	color: #49B460;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	position: relative;
	letter-spacing: 0.1em;
}
.com-link a::before {
	margin-top: -1.9rem;
	width: 4rem;
	height: 4rem;
	background: url("../../images/common/icon03.png") no-repeat left top / 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
}
@media all and (min-width: 820px) {
	.com-link a:hover {
		opacity: 0.55;
	}
}
@media all and (max-width: 819px) {
	.com-link {
		margin-right: 0;
		text-align: left;
	}
	.com-link a {
		padding-left: 5rem;
	}
}

/* head-line03 */
.head-line03 {
	color: #49B460;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.head-line03 .inner {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.head-line03 .en {
    margin-right: 2.3rem;
    color: #49B460;
    font-size: 3.2rem;
    font-family: "Quattrocento", serif;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
}
.head-line03 .inner::after {
    width: 18rem;
    height: 1px;
    background-color: #49B460;
    position: absolute;
    top: 2.1rem;
    left: calc(100% + 1.7rem);
    content: "";
}
@media all and (max-width: 819px) {
	.head-line03 .en {
		margin-right: 1.5rem;
		font-size: 2.4rem;
	}
	.head-line03 {
		font-size: 1.2rem;
	}
	.head-line03 .inner::after {
		width: 7.5rem;
		top: 1.7rem;
		left: calc(100% + 1rem);
	}
}


/* com-link02 */
.com-link02 a {
	padding-right: 2.5rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative;
	letter-spacing: 0.1em;
}
.com-link02 a:after {
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 0.2rem;
	right: 0.1rem;
	background: url("../../images/common/icon04.png") no-repeat left top / 100%;
	content: "";
}
.com-link02.black a {
	color: #636363;
}
.com-link02.black a::after {
	background-image: url("../../images/common/icon05.png");
}
@media all and (min-width: 820px) {
	.com-link02 a:hover {
		opacity: 0.55;
	}
}
@media all and (max-width: 819px) {
	.com-link02 a {
		padding-right: 1.8rem;
		font-size: 1.2rem;
	}
	.com-link02 a::after {
		width: 1.3rem;
		height: 1.4rem;
	}
}


/* fix-btm */
.fix-btm {
	padding: 1.3rem 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(246,246,246, 0.94);
	z-index: 99;
}
.fix-btm .inner-flex {
	display: flex;
	justify-content: center;
}


.inview {
	transition: filter 1.8s, opacity 1.8s, transform 1.8s;
	transform: translate(0, 5px);
	opacity: 0;
}
.inview.show {
	transform: translate(0, 0);
	opacity: 1;
}