@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;
    }
}


/* iko-topエリア */
.iko-top{
	background-color: #33ADF8;
	padding: 200px 30px 200px 30px;
	position: relative;
}
@media screen and (min-width:765px) {
	.iko-top{
		padding: 160px 30px 160px 30px;
	}
}

@media screen and (min-width:765px) {
	.iko-top__wrap{
		max-width: 1000px;
		display: flex;
		margin: 0 auto;
	}
}

@media screen and (min-width:765px) {
	.iko-item1{
		width: 25%;
		margin-top: 20px;
	}
}

@media screen and (min-width:765px) {
	.iko-item2{
		width: 25%;
		margin-top: -60px;
	}
}

.circle{
	width: 220px;
	height: 220px;
	position: absolute;
	top:20px;
	right: 20px;
}
@media screen and (min-width:765px) {
	.circle{
		position: initial;
		margin-bottom: 30px;
		width: 100%;
	}
}

.iko-top__title-area{
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width:765px) {
	.iko-top__title-area{
		width: 50%;
		margin: 0 40px;
	}
}

.iko-top1{
	width: 210px;
	position: absolute;
	bottom: 60px;
	left: 0px;
}
@media screen and (min-width:765px) {
	.iko-top1{
		position: initial;
		width: 100%;
	}
}

.iko-top2{
	width: 140px;
	position: absolute;
	bottom: 60px;
	right: 0px;
}
@media screen and (min-width:765px) {
	.iko-top2{
		position: initial;
		width: 100%;
	}
}

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

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

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

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

@media screen and (min-width:765px) {
	.iko-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: 170px;
	position: absolute;
	top: 60px;
	right: 40px;
}
@media screen and (min-width:765px) {
		.balloon-1{
			right: 190px;
	}
}




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

@media screen and (min-width:765px) {
	.iko-content__wrap{
		margin: 0 auto;
		width: 765px;
		display: flex;
	}
}
@media screen and (min-width:765px) {
	.iko-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: 20px 40px 20px 30px;
	
	border-radius:80px;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
	filter: drop-shadow(0px 10px 10px #ccc);
	width: 240px;
}

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



