@charset "UTF-8"; 

html{font-family: 'Noto Sans JP', sans-serif;}

/* スムーススクロール */
html{scroll-behavior: smooth;}

/* ページトップへ戻るボタン */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #707070;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #707070;
    border-right: 3px solid #707070;
    transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #0E8072;
    }
}


/* topエリア */
.keiyaku-top{
	background-color: #21967B;
	padding: 20px 30px 140px 30px;
	position: relative;
}
.keiyaku-top__wrap{
}
@media screen and (min-width:765px) {
	.keiyaku-top__wrap{
		max-width: 1000px;
		margin: 0 auto;
	}
}

.keiyaku-item1{
	width: 130px;
}
@media screen and (min-width:765px) {
	.keiyaku-item1{
		width: 200px;
		margin-top: 50px;
	}
}

.keiyaku-circle {
	border-radius: 50%;
	position: relative;
	z-index: 10;
}
@media screen and (min-width:765px) {
	.keiyaku-circle {
		top: -180px;
	}
}

.circle-inner {
	margin: 0 auto;
	width: 180px;
	height: 180px;
	padding: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0.8);
	line-height: 1.5;
}
@media screen and (min-width:765px) {
	.circle-inner {
		width: 25vw;
		height: 25vw;
		max-width: 300px;
		max-height: 300px;
	}
}

.title-area__wrap{
	background-color: #FFFFFF;
}
@media screen and (min-width:765px) {
	.title-area__wrap{
		margin-top: -360px;
		margin-bottom: 80px;
		position: relative;
		z-index: 1;
	}
}

.keiyaku-top__title-area{
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	
}
@media screen and (min-width:765px) {
	.keiyaku-top__title-area{
		max-width: 1000px;
		margin: 0 auto;
	}
}

.keiyaku-p1{
	width: 200px;
	position: absolute;
	top: 330px;
	left: 0;
}
@media screen and (min-width:765px) {
	.keiyaku-p1{
		position: initial;
		margin-top: -50px;
		width: 100%;
	}
}

@media screen and (min-width:765px) {
	.keiyaku-title1{
		width: 25%;
	}
}

@media screen and (min-width:765px) {
	.keiyaku-title2{
		margin-left: 70px;
		margin-right: 70px;
		width: 50%;
	}
}

@media screen and (min-width:765px) {
	.keiyaku-title3{
		width: 25%;
	}
}

.keiyaku-p3{
	width: 140px;
	position: absolute;
	top: 330px;
	right: 0;
}
@media screen and (min-width:765px) {
	.keiyaku-p3{
		position: initial;
		margin-top: -50px;
		width: 100%;
	}
}

/* keiyaku-introエリア */
.keiyaku-intro{
	padding: 30px 30px;
	color: #FFFFFF;
	background-color: #21967B;
}
@media screen and (min-width:765px) {
	.keiyaku-intro{
		padding: 50px 30px 80px 30px;
	}
}

@media screen and (min-width:765px) {
	.keiyaku-intro{
		text-align: center;
	}
}

.keiyaku-intro__title{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.keiyaku-intro__text{
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width:765px) {
	.keiyaku-intro__text-unit{
		text-align: left;
	}
}

.balloon{
	position: relative;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 50px;
	color: #171616;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width:765px) {
	.balloon{
		width: 500px;
		margin: 0 auto;
		margin-bottom: 60px;
		margin-top: 20px;
	}
}

.balloon::after{
  content: "";
  position: absolute;
  margin: 0;
  bottom: -30px;
  right: 150px;
  width: 0;
  height: 0;
  border-top: 40px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-30deg);
}
@media screen and (min-width:765px) {
	.balloon::after{
		right: 300px;
	}
}
.balloon-1{
	width: 130px;
	position: absolute;
	top: 40px;
	right: 20px;
}
@media screen and (min-width:765px) {
		.balloon-1{
			right: 190px;
			top: 70px;
	}
}




/* keiyaku-contentエリア */
.keiyaku-content{
	padding: 0 30px;
}
@media screen and (min-width:765px) {
	.keiyaku-content{
		width: 50%;
		margin-top: 80px;
		padding: 0 25px;
	}
}
.keiyaku-content__table{
	width: 100%;
	border-collapse: collapse;
}
.keiyaku-content__table tr{
	border-top: solid #4F5B82 2px;
	border-bottom: solid #4F5B82 2px;
}
.keiyaku-content__table th{
	width: 25%;
	background-color: rgba(33, 150, 123, 0.3);
	padding: 10px;
}
.keiyaku-content__table td{
	width: 75%;
	padding: 10px 15px;
}
.circle_number{
	display: inline-block;
	background: #4D947C;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 19px;
}

@media screen and (min-width:765px) {
	.keiyaku-content__wrap{
		margin: 0 auto;
		width: 765px;
		display: flex;
	}
}
@media screen and (min-width:765px) {
	.keiyaku-content__heading{
		margin-top: 0;
	}
}


.btn-wrap{
	text-align: center;
	position: relative;
	margin-top: 130px;
}
/* ボタン共通設定 */
.btn06{
	/*矢印の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:#FCF059;
	color:#2F74B2;
	padding: 40px 40px 60px 30px;
	
	border-radius:80px;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
	filter: drop-shadow(0px 10px 10px #ccc);
	width: 240px;
	height: 40px;
}

.btn06:hover{
  opacity: 0.5 ;
}


/* 矢印が右に移動 */

.btnarrow1::after{
	content: "";
	position: absolute;
	top: 50%;   /* 縦軸をセンタリングする */ 
	right: 10px;
	transform: translateY(-50%);   /* 縦軸をセンタリングする */  
	border: 15px solid transparent;
	border-left: 20px solid #2F74B2;   /* 好みで色を変えてください */  }

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 0px;
}
.btn-illust{
	width: 100px;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}


.logo-wrap{
	width: 200px;
	margin: 70px auto;
}



