@charset "UTF-8";


#project{
	overflow: hidden;
}

/*
***********************************************
スライドシュー
***********************************************
*/
#top_movie_wrap{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#top_bg_scroll {
  position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	z-index: 2;
}
#top_bg_scroll .bg_wrap{
	position: relative;
	width: 100%;
	height: 100%;
}
#top_bg_scroll .bg_wrap:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 35px;
	background: #f8f7ed;
}
#top_bg_scroll .bg_cont {
	position: absolute;
	width: 1000px;
	height: 100%;
	bottom: 18px;
	background: url(../imgs/top/town.png) no-repeat bottom left;
	background-size: 100% auto;
}
#top_bg_scroll .bg_cont.one {
	animation: scroll-anim 120s linear infinite -40s;
}
#top_bg_scroll .bg_cont.two {
	animation: scroll-anim 120s linear infinite -80s;
}
#top_bg_scroll .bg_cont.three {
	animation: scroll-anim 120s linear infinite -120s;
}
@keyframes scroll-anim {
	0% {  left: 2000px; }
100% {  left:-1000px; }
}
.top_text {
	position: relative;
	width: 100%;
	padding: 35px 0 35px 0;
	background: #f8f7ed;
	z-index: 1;
}
.top_text h2 {
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 100;
	line-height: 35px;
	letter-spacing: 0;
}
@media (max-width: 480px) {
	#top_bg_scroll {
		height: 22.5vw;
	}
	#top_bg_scroll .bg_cont {
    width: 180vw;
    background: url(../imgs/top/town.png) no-repeat bottom left;
    background-size: 100% auto;
	}
	@keyframes scroll-anim {
		0% {  left: 360vw; }
	100% {  left:-180vw; }
	}
	#top_bg_scroll .bg_cont {
		bottom: 2.1vw
	}
	#top_bg_scroll .bg_wrap:before{
		height: 20px;
	}
}
/*--------------------------------------------------
**************************************************
コンテンツ
**************************************************
--------------------------------------------------*/
.top_content {
	position: relative;
	width: 100%;
	height: 126vw;
	max-height: 600px;
	margin: 0 auto;
	background:linear-gradient(0deg, rgba(206,235,248,1) 150px, rgba(173,226,249,1));
}
.top_content .cont_inner{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.top_content .cloud_wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 150px;
	top: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top_content .cloud_wrap li {
  position: absolute;
	display: block;
}
.top_content .cloud_wrap li:nth-child(1){
	width: 125px;
	top: 30px;
	left: -80px;
}
.top_content .cloud_wrap li:nth-child(2){
	width: 95px;
	top: 80px;
	left: 120px;
}
.top_content .cloud_wrap li:nth-child(3){
	width: 95px;
	top: 80px;
	right: 120px;
}
.top_content .cloud_wrap li:nth-child(4){
	width: 125px;
	top: 30px;
	right: -80px;
}
.top_content .balloon_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top_content .balloon_wrap li{
  position: absolute;
	bottom: 0;
}
.top_content .balloon_wrap li:nth-child(1){
	left: 0;
	animation: pop_01 8.5s infinite ease-in-out -4s;
}
.top_content .balloon_wrap li:nth-child(2){
	left: 20%;
	animation: pop_02 9.6s infinite ease-in-out -3.5s;
}
.top_content .balloon_wrap li:nth-child(3){
	left: 40%;
	animation: pop_03 15s infinite ease-in-out -3s;
}
.top_content .balloon_wrap li:nth-child(4){
	left: 60%;
	animation: pop_01 9.6s infinite ease-in-out -2.5s;
}
.top_content .balloon_wrap li:nth-child(5){
	left: 80%;
	animation: pop_02 8.5s infinite ease-in-out -2s;
}
.top_content .balloon_wrap li:nth-child(6){
	right: 0;
	animation: pop_03 9.6s infinite ease-in-out -1.5s;
}
.top_content .balloon_wrap li:nth-child(7){
	left: 10%;
	bottom: 0;
	animation: pop_02 15s infinite ease-in-out -1s;
}
.top_cont_wrap .balloon_img {
	position: absolute;
	display: block;
	left: 200px;
	bottom: 50px;
	animation: pop_04 8s infinite ease-in-out -1.5s;
	z-index: 0;
}
@keyframes pop_01 {
	0% {
		bottom: -160px;
		transform: rotate(20deg);
	}
100% {
	bottom: 100%;
	transform: rotate(-20deg);
	}
}
@keyframes pop_02 {
	0% {
		bottom: -160px;
		transform: rotate(-40deg);
	}
100% {
	bottom: 100%;
	transform: rotate(40deg);
	}
}

@keyframes pop_03 {
	0% {
		bottom: -160px;
		transform: rotate(30deg);
	}
100% {
	bottom: 100%;
	transform: rotate(-30deg);
	}
}

@keyframes pop_04 {
	0% {
		bottom: -160px;
		transform: rotate(-20deg);
	}
100% {
	bottom: 100%;
	transform: rotate(20deg);
	}
}

.top_content .title_wrap {
	position: absolute;
	width: 100%;
	top: 20%;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
}
.top_content .title_wrap #fan_title.sp_only {
	position: relative;
	display: block;
	max-width: 550px;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	font-size: 26px;
	letter-spacing: 0.25em;
	text-align: center;
	font-weight: 500;
	z-index: 1;
}
.top_content .title_wrap .top_center {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.top_content .title_wrap .top_center .top_title {
	font-size: 20px;
	letter-spacing: 0.2em;
	color: #317b9b;
	order: 2;
}
.top_content .title_wrap .top_center .top_icon {
	width: 40px;
}
.top_cont_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.top_cont_wrap .cont_list {
	position: relative;
	display: block;
	height: 100%;
	z-index: 3;
}
.top_cont_wrap .cont_list li {
	position: absolute;
	width: 140px;
	height: 140px;
	z-index: 1;
}
.top_cont_wrap .cont_list li:nth-child(1) {
	top: 270px;
	left: 20px;
	animation: 5s fuwafuwa 0s ease-in-out infinite;
}
.top_cont_wrap .cont_list li:nth-child(2) {
	top: 120px;
	left: -10px;
	animation: 5s fuwafuwa 0.2s ease-in-out infinite;
}
.top_cont_wrap .cont_list li:nth-child(3) {
	top: 120px;
	right: -10px;
	animation: 5s fuwafuwa 0.45s ease-in-out infinite;
}
.top_cont_wrap .cont_list li:nth-child(4) {
	top: 270px;
	right: 20px;
	animation: 5s fuwafuwa 0.85s ease-in-out infinite;
}
@keyframes fuwafuwa {
	0%, 100% {
    transform: translateY(0) scale(1);
  }
	32%, 68% {
    transform: translateY(0) scale(1);
  }
	50%{
    transform: translateY(-2px) scale(1.05);
  }
}
.center_img {
	position: absolute;
	max-width: 360px;
	width: calc(100% - 120px);
	left: 0;
	right: 0;
	bottom: -8px;
	margin: auto;
	z-index: 3;
}
@media (max-width: 600px) {
	.top_cont_wrap .cont_list li {
    width: 100px;
    height: 100px;
	}
	.top_cont_wrap .cont_list li:nth-child(1){
		top: 250px;
    left: -20px;
	}
	.top_cont_wrap .cont_list li:nth-child(2){
		top: 100px;
    left: -5px;
	}
	.top_cont_wrap .cont_list li:nth-child(3){
		top: 100px;
    right: -5px;
	}
	.top_cont_wrap .cont_list li:nth-child(4){
		top: 250px;
    right: -20px;
	}
}

@media (max-width: 450px) {
	.top_content .title_wrap #fan_title{
		font-size: 22px;
	}
	.top_content .title_wrap .top_center .top_title{
		font-size: 15px;
	}
	.top_content .balloon_wrap li{
		width: 10%;
	}
	.top_content .cloud_wrap li:nth-child(1){
		width: 80px;
		left: 0;
	}
	.top_content .cloud_wrap li:nth-child(2){
		width: 65px;
		left: 120px;
	}
	.top_content .cloud_wrap li:nth-child(3){
		width: 65px;
		right: 120px;
	}
	.top_content .cloud_wrap li:nth-child(4){
		width: 80px;
		right: 0;
	}
	.top_text h2{
		font-size: 15px;
	}
}
@media (max-width: 420px) {
	.top_content .title_wrap .top_center{

	}
	.top_content .title_wrap .rainbow{
		top: -10%;
	}
}
@media (max-width: 400px) {
	.top_cont_wrap .cont_list li {
    width: 80px;
    height: 80px;
	}
	.top_cont_wrap .cont_list li:nth-child(1){
		top: 200px;
	}
	.top_cont_wrap .cont_list li:nth-child(4){
		top: 200px;
	}
}
/*--------------------------------------------------
**************************************************
事業内容
**************************************************
--------------------------------------------------*/
#project {
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 0 0 0;
}
#project::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: url(../imgs/top/pattern.svg);
	background-repeat: repeat;
}
#project::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	right: 0;
	background: url(../imgs/top/flag.svg) top center repeat-x;
}
.project_cont.pc_only {
  display: none;
}
.project_cont {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.project_cont li {
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.project_cont li:nth-child(1){

}
.project_cont li:nth-child(2){

}
.project_cont li .project_title {
	display: flex;
	align-items: center;
	justify-content: center;
}
.project_cont .project_img {
	position: relative;
  width: 200px;
	z-index: 2;
}
.project_cont li:nth-child(1) .project_img {
	margin-right: -50px;
}
.project_cont li:nth-child(2) .project_img {
	order: 2;
	margin-left: -50px;
}
.project_cont li .project_title h2 {
	position: relative;
	display: inline-block;
	width: 300px;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #333333;
	text-align: center;
	z-index: 1;
}
.project_cont li .project_title h2 span {
	position: relative;
	display: inline-block;
}
.project_cont li .project_title h2 span::before {
	position: absolute;
	content: "";
	width: calc(100% + 20px);
	height: 10px;
	left: -10px;
	right: 0;
	bottom: 2px;
	background: #ffffff;
	z-index: -1;
}
.project_cont li .project_title h2::before{
	position: absolute;
	content: "";
	width: 280px;
	height: 150px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	z-index: -1;
}
.project_cont li:nth-child(1) .project_title h2::before{
	background: #f7f5d9;
}
.project_cont li:nth-child(2) .project_title h2::before{
	background: #e9f8ff;
}
.project_cont .text_cont .text {
	position: relative;
	max-width: 500px;
	width: 100%;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: left;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 2;
}
.forte_cont {
  position: relative;
}
.forte_cont::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 7vw;
	bottom: 0;
	background: url(../imgs/top/top_bg01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 0;
}
.forte_cont h2 {
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: 100;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}
.forte_cont .forte_img {
	position: relative;
	width: 45%;
	max-width: 280px;
	min-width: 160px;
	margin: 0 auto;
	z-index: 2;
}
#project .forte_text {
	position: relative;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
	box-sizing: border-box;
	z-index: 1;
}
#project .forte_text::before {
	position: absolute;
	content: "";
	width: 100vw;
	top: 0;
	left: -100%;
	right: -100%;
	bottom: 0;
	background: #ceedfc;
	margin: 0 auto;
	z-index: -1;
}
.last_bg {
  display: none;
}
@media (max-width: 450px) {
	.project_cont .project_img{
		width: 40vw;
	}
	.project_cont li .project_title h2::before{
		width: 220px;
		height: 130px;
	}
	.project_cont li .project_title h2{
		letter-spacing: 0;
	}
	.project_cont li:nth-child(1) .project_title h2::before{
		background: #f7f5d9;
	}
	.project_cont li:nth-child(2) .project_title h2::before{
		background: #e9f8ff;
	}
}
