#index .img_l, 
#index .img_r {
	margin: auto;
	width: 70%;
}

#index .arrow_l p, 
#index .arrow_r p {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#index .arrow_l p {
	text-align: right;
}


#index .arrow_r p {
	text-align: left;
}

#index .arrow_l p::before, 
#index .arrow_r p::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #2C5F7B;
	border-radius: 9999px;
}

#index .arrow_l p::after, 
#index .arrow_r p::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 26px;
	height: 4px;
	border-radius: 9999px;
	background-color: #2C5F7B;

}

#index .arrow_l p::after {
	left: 0;
	transform: rotate(130deg);
	transform-origin: 50% calc(100% - 7px);
}

#index .arrow_r p::after {
	right: 0;
	transform: rotate(50deg);
	transform-origin: calc(100% - 2px) 50%;
}

#index .btn_more {
	display: inline-block;
	position: relative;
	padding: 0.7em 2.8em 0.7em 2em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	background-color: #2C5F7B;
	border: solid 2px #FFFFFF;
	border-radius: 5px;
	cursor: pointer;
}

#index .btn_more::before, 
#index .btn_more::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1em;
}

#index .btn_more::before {
	width: 1.1em;
	height: 1.1em;
	background-color: #FFFFFF;
	border-radius: 9999px;
	transform: translateY(-50%);
}

#index .btn_more::after {
	width: 0;
	height: 0;
	border-top: solid 0.4em #2C5F7B;
	border-right: solid 0.3em transparent;
	border-left: solid 0.3em transparent;
	transform: translate(-60%, -40%);
}

#index .btn_close {
	display: inline-block;
	position: absolute;
	bottom: 45px;
	left: 50%;
	width: 55px;
	height: 55px;
	text-indent: -9999px;
	border: solid 2px;
	border-radius: 9999px;
	transform: translateX(-50%);
	cursor: pointer;
}

#index .message .btn_close {
	color: #2C5F7B;
}

#index .buddy .btn_close {
	color: #B81C26;
}

#index .btn_close::before, 
#index .btn_close::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 2px);
	left: 50%;
	width: 25px;
	border-top: solid 3px;
}

#index .btn_close::before {
	transform: translateX(-50%) rotate(-45deg);
}

#index .btn_close::after {
	transform: translateX(-50%) rotate(45deg);
}

#index .box {
	display: none;
	padding: 30px 20px 80px 20px;
	margin-top: 30px;
	text-align: left;
}

#index .main {
	position: relative;
	padding: 50px 200px 0 200px;
	margin-right: -200px;
	margin-left: -200px;
	background-color: #D3EBEA;
	border-bottom-right-radius: 2000px 300px;
	border-bottom-left-radius: 2000px 300px;
	overflow: hidden;
	z-index: 1;
}

#index .message h2, 
#index .buddy h2 {
	position: relative;
	padding: 30px 15px;
}

#index .message h2::before {
	content: "";
	display: block;
	width: 229px;
	height: 82px;
	position: absolute;
	top: 15px;
	background: url(../img/index/message_en.svg) no-repeat;
	background-size: contain;
	transform: translateY(-100%);
}

#index .buddy h2::before {
	content: "";
	display: block;
	width: 142px;
	height: 131px;
	position: absolute;
	top: 20px;
	right: 0;
	background: url(../img/index/buddy_en.svg) no-repeat;
	background-size: contain;
	transform: translateY(-100%);
}

#index .message h2 img, 
#index .buddy h2 img {
	height: 55px;
	filter: drop-shadow(4px 4px 0 #FFFFFF);
}

#index .message h3, 
#index .buddy h3 {
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 10px 0;
}

#index .message h3::before, 
#index .buddy h3::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 80%;
	border-left: solid 8px;
	transform: translateY(-50%);
}

#index .message {
	padding: 200px 0 50px 0;
	margin-top: -100px;
	text-align: center;
}

#index .buddy {
	padding: 140px 0 50px 0;
	text-align: center;
}


@media only screen and (min-width: 620px) {
	#index .img_l, 
	#index .img_r {
		position: absolute;
		top: 0;
		width: auto;
		transform: translateY(-25%);
	}

	#index .img_l {
		left: 0;
	}
	
	#index .img_r {
		right: 0;
	}

	#index .arrow_l, 
	#index .arrow_r {
		display: inline-block;
		width: 570px;
	}

	#index .box {
		padding: 100px 120px 150px 120px;
		margin-top: 110px;
	}

	#index .message .inner, 
	#index .buddy .inner {
		padding: 0;
	}

	#index .message h2::before {
		left: -20px;
	}

	#index .message {
		padding: 240px 0 110px 0;
		text-align: left;
	}
 
	#index .buddy {
		padding: 140px 0 110px 0;
		text-align: right;
	}

	#index .buddy h2::before {
		top: 50px;
		right: -75px;
	}
}