/*ページ共通*/
body{
	lette-spacing: 0.04em;
}

.wrap{
	width: 320px;
	margin: 0 auto;
}

.title-area{
	display: inline-block;
}

.title-area-inner{
	display: flex;
	flex-direction: column;
}

.title-area .page-title{
	font-family: Times New Roman;
	font-size: 2.4rem;
	margin-bottom: -8px;
}

.title-area .sub-title{
	font-family: NanumMyeongjo;
	text-align: center;
}


/*ヘッダー*/
.header{
	margin-bottom: 64px;
	position: relative;
}

.header img{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.header .copy{
	position: absolute;
	left: calc(100% - calc(50% + 124px));
	top: calc(100% - 25px);
	width: 248px;
	background: rgba(0, 182, 182, 0.71);
	padding: 8px;
	margin-bottom: 16px;
}

.header .copy .page-title{
	text-align: center;
	color: #fff;
	font-size: 1.85rem;
	font-family: Amiri,BIZ UDPMincho,Bellefair;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.54);
}

/*サマリー*/
.summary{
	margin-bottom: 56px;
}

.summary img{
	width: 100%;
}

.summary .img{
	margin-bottom: 87px;
	position: relative;
}

.summary .img .text{
	position: absolute;
	right: 0;
	top: calc(100% - 10%);
	background: #fff;
	padding: 8px;
	line-height: 16px;
	font-size: 1.5rem;
	filter: drop-shadow(2px 5px 3px rgba(0, 0, 0, 0.21));
}

.summary .h3{
	margin-bottom: 16px;
}

.summary h3{
	display: inline-block;
	color: #54C1BC;
	font-size: 2rem;
	line-height: 24px;
	text-align: start;
}

.summary .summary-list{
	display: flex;
	justify-content: space-between;
	height: 381px;
}

.summary .summary-list li{
	width: 94px;
	padding: 4px 4px;
	border-right: solid 0.5px #969696;
	border-left: solid 0.5px #969696;
}

.summary .summary-list li img{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-bottom: 8px;
	}

.summary .summary-list li h4{
	font-size: 1.5rem;
	color: #524A4A;
	text-align: center;
}

.summary .summary-list li .content{
	color: #524A4A;
	letter-spacing: 0.23em;
	font-size: 1.2rem;
	text-align: justify;
}

.summary .summary-list .item1{
	align-self: flex-start;
}

.summary .summary-list .item2{
	align-self: center;
}

.summary .summary-list .item3{
	align-self: flex-end;
}

.summary .symbol{
	margin-bottom: 56px;
}

.summary h5{
	font-size: 1.6rem;
	line-height: 20px;
	width: 256px;
	text-align: start;
	margin: 0 auto;
	color: #524A4A;
}


/*制作実績*/
.contents{
	margin-bottom: 56px;
}

.contents .title-area{
	margin-bottom: 24px;
}

.contents ul li{
	margin-bottom: 24px;
}

.contents ul li:last-child{
	margin-bottom: 0px;
}

.contents figure{
	position: relative;
}

.contents figure img{
	width: 100%;
	height: 208px;
}

.contents figure .bg{
	width: 100%;
	background:	rgba(0,0,0,0.4);
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.contents figure figcaption p{
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	padding: 8px 0px;
}


/*サービス*/
.service{
	margin-bottom: 56px;
}

.service .service-content img{
	width: 100%;
}

.service .service-detail figure{
}

.service .service-detail ul li{
	margin-bottom: 12px;
}

.service .service-detail ul li:last-child{
	margin-bottom: 0px;
}

.service .service-detail .figure-inner{
	display: flex;
	align-items: center;
	width: 272px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.service .service-detail img{
	width: 72px;
	height: 72px;
	margin-right: 8px;
}

.service .service-detail h3{
	font-size: 2rem;
	font-family: 'Noto Serif','PT Serif','Noto Serif JP', serif;
}

.service .service-detail p{
	line-height: 18px;
}


/*プロフィール*/
.profile{
	margin-bottom: 56px;
}

.profile .title-area{
	margin-bottom: 10px;
}

.profile .profile-detail img{
	width: 112px;
	height: 112px;
	border-radius: 50%;
}

.profile .profile-detail h3{
	font-weight: bold;
	font-size: 2.4rem;
	font-family: MS Gothic;
	margin-bottom: -17px;
}

.profile .profile-detail .content{
	font-size: 1.5rem;
}


/*お問い合わせ*/
.contact{
	margin-bottom: 120px;
}

.contact .title-area{
	margin-bottom: 32px;
}

.contact .detail{
	text-align: center;
	line-height: 16px;
}

.contact .text-1{
	margin-bottom: 8px;
}

.contact address{
	margin-bottom: 40px;
}

.contact .address{
	border: 3px solid #2EB4FF;
	border-radius: 8px;
	padding: 16px;
}

.contact .address .address-area{
	display: flex;
	justify-content: center;
	font-size: 1.6rem;
}

.contact .address .address-area dt, dd{
	display: inline-block;
}

.contact .address .address-area a{
	color: #213e3b;
	text-decoration: underline;
}



.contact .detail-2{
	margin-bottom: -3px;
}

.contact .text-2{
	text-align: start;
}

.contact .note{
	color: #FF0000;
	margin-bottom: 8px;
	font-size: 1.3rem;
}

.form{
	text-align: start;
}

.form .organization-form{
	margin-bottom: 2px;
}

.form .organization-info{
	color: #136DC0;
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.form .form-area{
	margin-bottom: 10px;
	display: flex;
}

.form .form-area:last-child,.form-area:first-child{
	margin-bottom: 0px;
}

.form .organization,.name,.name-furi,.tel,.mail,.text-area,.form-textarea{
	font-size: 1.4rem;
}

.form .form-area .form-lavel{
	margin-right: 16px;
} 

.form .form-area input{
	border-bottom: 2px solid #2EB4FF;
	padding-left: 8px;
	font-size: 1.4rem;
}

.form .text-area{
	display: flex;
	flex-direction: column;
}

.form .text-area .form-textarea{
	background: rgba(203, 239, 255, 0.38);
	border: 2px solid #2EB4FF;
	height: 220px;
}

.form .btn {
	display: inline-block;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	margin: 0px;
	background-color: #2eb4ff;
	background-image: none;
	background-size: contain;
	color: #ffffff;
	text-decoration: none;
	border-width: 0px;
	border-style: solid;
	border-color: #d6f0ff;
	border-radius: 28px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	box-shadow: none;
	-webkit-appearance: none;
	line-height: 1.6;
	position: relative;
	text-align: left;
}

.form .btn:hover{
	background-color: #d6f0ff;
	color: #fff;
}


/*フッター*/
.footer{
	margin-bottom: 120px;
}

.footer .footer-company .img{
	width: 78px;
	height: 78px;
	margin: 0 auto;
}

.footer .footer-company .img img{
	width: 100%;
}

.footer .footer-company .company{
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}

.footer .copy{
	text-align: center;
}


/*タブレット用*/
@media screen and (min-width:560px){
	/*ページ共通*/
	.wrap{
		width: 752px;
	}

	.title-area{}

	.title-area-inner{}

	.title-area .page-title{
		font-size: 3.2rem;
	}

	.title-area .sub-title{
		font-size: 1.6rem;
	}


	/*ヘッダー*/
	.header{
		margin-bottom: 64px;
	}

	.header img{
		max-height: 448px;
	}

	.header .copy{
		position: absolute;
		left: calc(100% - calc(50% + 153px));
		top: calc(100% - 42px);
		width: 306px;
		padding: 8px;
		margin-bottom: 16px;
	}

	.header .copy .page-title{
		font-size: 2.6rem;
	}

	/*サマリー*/
	.summary{
		margin-bottom: 56px;
	}

	.summary img{}

	.summary .img{
		margin-bottom: 87px;
	}

	.summary .img .text{
		top: calc(100% - 15%);
		padding: 32px 16px;
		line-height: 20px;
		font-size: 1.8rem;
	}

	.summary .h3{
		margin-bottom: 16px;
	}

	.summary h3{
		font-size: 2.6rem;
		line-height: 32px;
	}

	.summary .summary-list{
		height: 592px;
	}

	.summary .summary-list li{
		width: 160px;
		padding: 16px 8px;
		border-right: solid 0.5px #969696;
		border-left: solid 0.5px #969696;
	}

	.summary .summary-list li img{
		width: 112px;
		height: 112px;
		margin-bottom: 8px;
		}

	.summary .summary-list li h4{
		font-size: 2.4rem;
	}

	.summary .summary-list li .content{
		letter-spacing: 0.23em;
		font-size: 1.8rem;
	}

	.summary .summary-list .item1{}

	.summary .summary-list .item2{}

	.summary .summary-list .item3{}

	.summary .symbol{
		width: 600px;
		margin: 0 auto;
		margin-bottom: 56px;
	}

	.summary h5{
		font-size: 1.6rem;
		line-height: 20px;
		width: 368px;
		font-weight: bold;
	}


	/*制作実績*/
	.contents{
		margin-bottom: 56px;
	}

	.contents .title-area{
		margin-bottom: 24px;
	}

	.contents ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.contents ul li{
		margin-bottom: 24px;
	}

	.contents ul li:last-child{}

	.contents figure{}

	.contents figure img{
		width: 320px;
	}

	.contents figure .bg{
		width: 320px;
		background:	rgba(0,0,0,0.4);
	}

	.contents figure figcaption p{
		font-size: 2.2rem;
		padding: 8px 0px;
	}


	/*サービス*/
	.service{
		margin-bottom: 56px;
	}

	.service .service-content{
		display: flex;
	}
	
	.service .service-content img{}

	.service .service-detail ul li{
		margin-bottom: 12px;
	}

	.service .service-detail ul li:last-child{}

	.service .service-detail .figure-inner{
		width: 312px;
		margin-bottom: 8px;
	}

	.service .service-detail img{
		width: 72px;
		height: 72px;
		margin-right: 8px;
	}

	.service .service-detail h3{
		font-size: 2rem;
		font-weight: bold;
	}

	.service .service-detail p{
		line-height: 18px;
		text-align: left;
	}


	/*プロフィール*/
	.profile{
		margin-bottom: 56px;
	}

	.profile .title-area{
		margin-bottom: 10px;
	}

	.profile .profile-detail{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.profile .profile-detail .profile-main{
		width: 288px;
	}
	
	.profile .profile-detail img{
		width: 168px;
		height: 168px;
		margin-right: 64px;
	}

	.profile .profile-detail h3{
		font-size: 2.4rem;
		margin-bottom: -17px;
	}

	.profile .profile-detail .content{
		font-size: 1.5rem;
	}


	/*お問い合わせ*/
	.contact{
		margin: 0 auto;
		margin-bottom: 176px;
	}

	.contact .title-area{
		margin-bottom: 32px;
	}
	
	.contact .contact-inner{
		width: 600px;
		margin: 0 auto;
	}

	.contact .detail{
		line-height: 16px;
		font-size: 1.6rem;
	}

	.contact .text-1{
		margin-bottom: 8px;
	}

	.contact address{
		margin-bottom: 40px;
	}

	.contact .address{
		border: 3px solid #2EB4FF;
		border-radius: 8px;
		padding: 16px 48px;
		font-size: 1.8rem;
	}

	.contact .address .address-area{
		font-size: 1.6rem;
	}

	.contact .address .address-area dt, dd{}

	.contact .address .address-area a{}

	.contact .detail-2{
		margin-bottom: -3px;
	}

	.contact .text-2{
		font-size: 1.5rem;
	}

	.contact .note{
		margin-bottom: 8px;
		font-size: 1.4rem;
	}

	.form{
		font-size: 1.6rem;
	}
	
	.form .organization-form{
		margin-bottom: 2px;
	}

	.form .organization-info{
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	.form .form-area{
		margin-bottom: 10px;
	}

	.form .form-area:last-child,.form-area:first-child{}

	.form .organization,.name,.name-furi,.tel,.mail,.text-area,.form-textarea{
		font-size: 1.4rem;
	}

	.form .form-area .form-lavel{
		margin-right: 16px;
	} 

	.form .form-area input{
		border-bottom: 2px solid #2EB4FF;
		padding-left: 8px;
		font-size: 1.4rem;
	}

	.form .text-area{}

	.form .text-area .form-textarea{
		border: 2px solid #2EB4FF;
		height: 220px;
	}

	.form .btn {
		padding-top: 8px;
		padding-right: 24px;
		padding-bottom: 8px;
		padding-left: 24px;
		margin: 0px;
		border-width: 0px;
		border-style: solid;
		border-radius: 28px;
		transition: all 0.3s ease 0s;
		line-height: 1.6;
	}

	.form .btn:hover{}


	/*フッター*/
	.footer{
		margin-bottom: 120px;
	}

	.footer .footer-company .img{
		width: 88px;
		height: 88px;
	}

	.footer .footer-company .img img{}

	.footer .footer-company .company{
		font-size: 2.1rem;
	}
	
	.footer .copy{
		font-size: 1.6rem;
	}
	
}/*タブっレット用-終了-*/
	
	
	
/*PC用*/
@media screen and (min-width:960px) {
	/*ページ共通*/
	.wrap{
		width: 1080px;
	}

	.title-area{}

	.title-area-inner{}

	.title-area .page-title{
		font-size: 3.2rem;
	}

	.title-area .sub-title{
		font-size: 1.6rem;
	}


	/*ヘッダー*/
	.header{
		margin-bottom: 256px;
	}

	.header img{
		height: 90vh;
		max-height: 90vh;
	}

	.header .copy{
		position: absolute;
		left: calc(100% - calc(50% + 23%));
		top: calc(100% - 7%);
		width: 517px;
		padding: 8px;
		margin-bottom: 16px;
	}

	.header .copy .page-title{
		font-size: 4rem;
	}

	/*サマリー*/
	.summary{
		margin-bottom: 240px;
	}

	.summary img{}

	.summary .img{
		margin-bottom: 240px;
	}

	.summary .img .text{
		top: calc(100% - 15%);
		padding: 32px 16px;
		line-height: 24px;
		font-size: 2.2rem;
	}

	.summary .h3{
		margin-bottom: 16px;
	}

	.summary h3{
		font-size: 3.2rem;
		line-height: 36px;
	}

	.summary .summary-list{
		height: 592px;
	}

	.summary .summary-list li{
		width: 202px;
		padding: 16px 8px;
		border-right: solid 0.5px #969696;
		border-left: solid 0.5px #969696;
	}

	.summary .summary-list li img{
		width: 144px;
		height: 144px;
		margin-bottom: 8px;
		}

	.summary .summary-list li h4{
		font-size: 3.2rem;
	}

	.summary .summary-list li .content{
		letter-spacing: 0.23em;
		font-size: 2.2rem;
	}

	.summary .summary-list .item1{}

	.summary .summary-list .item2{}

	.summary .summary-list .item3{}

	.summary .symbol{
		width: 960px;
		margin: 0 auto;
		margin-bottom: 240px;
		padding: 64px 56px;
	}

	.summary h5{
		font-size: 1.8rem;
		line-height: 28px;
		width: 456px;
		font-weight: bold;
		padding: 16px 24px;
	}


	/*制作実績*/
	.contents{
		margin-bottom: 240px;
	}

	.contents .title-area{
		margin-bottom: 24px;
	}

	.contents ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.contents ul li{
		margin-bottom: 24px;
	}

	.contents ul li:last-child{}

	.contents figure{}

	.contents figure img{
		width: 320px;
	}

	.contents figure .bg{
		width: 320px;
		background:	rgba(0,0,0,0.4);
	}

	.contents figure figcaption p{
		font-size: 2.2rem;
		padding: 8px 0px;
	}


	/*サービス*/
	.service{
		margin-bottom: 240px;
	}

	.service .service-content{
		display: flex;
	}
	
	.service .service-content .img{
		margin-right: 32px;
	}
	
	.service .service-content img{}

	.service .service-detail ul li{
		margin-bottom: 40px;
	}

	.service .service-detail ul li:last-child{}

	.service .service-detail .figure-inner{
		width: 422px;
		margin-bottom: 8px;
	}

	.service .service-detail img{
		width: 72px;
		height: 72px;
		margin-right: 8px;
	}

	.service .service-detail h3{
		font-size: 2.8rem;
		font-weight: bold;
	}

	.service .service-detail p{
		line-height: 18px;
		text-align: left;
		font-size: 1.6rem;
	}


	/*プロフィール*/
	.profile{
		width: 748px;
		margin: 0 auto;
		margin-bottom: 240px;
	}

	.profile .title-area{
		margin-bottom: 10px;
	}

	.profile .profile-detail{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.profile .profile-detail .profile-main{
		width: 288px;
	}
	
	.profile .profile-detail img{
		width: 216px;
		height: 216px;
		margin-right: 64px;
	}

	.profile .profile-detail h3{
		font-size: 2.8rem;
		margin-bottom: -17px;
	}

	.profile .profile-detail .content{
		font-size: 1.6rem;
	}


	/*お問い合わせ*/
	.contact{
		margin: 0 auto;
		margin-bottom: 176px;
		width: 748px;
	}

	.contact .title-area{
		margin-bottom: 32px;
	}
	
	.contact .contact-inner{
		width: 600px;
	}

	.contact .detail{
		line-height: 22px;
		font-size: 2rem;
	}

	.contact .text-1{
		margin-bottom: 16px;
	}

	.contact address{
		margin-bottom: 40px;
	}

	.contact .address{
		border: 3px solid #2EB4FF;
		border-radius: 8px;
		padding: 16px 48px;
		font-size: 1.9rem;
	}

	.contact .address .address-area{
		font-size: 1.9rem;
	}

	.contact .address .address-area dt, dd{}

	.contact .address .address-area a{}

	.contact .detail-2{
		margin-bottom: -3px;
	}

	.contact .text-2{
		font-size: 1.8rem;
	}

	.contact .note{
		margin-bottom: 8px;
		font-size: 1.4rem;
	}

	.form{
		font-size: 2.2rem;
	}
	
	.form .form-area{
		margin-bottom: 10px;
	}
	
	.form .organization{
		margin-bottom: 2px;
	}
	
	.form .organization-form{
		margin-bottom: 2px;
	}

	.form .organization-info{
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	.form .form-area:last-child,.form-area:first-child{}

	.form .organization,.name,.name-furi,.tel,.mail,.form-textarea{
		font-size: 1.4rem;
	}

	.form .form-area .form-lavel{
		margin-right: 16px;
		font-size: 1.8rem;
	} 

	.form .form-area input{
		border-bottom: 2px solid #2EB4FF;
		padding-left: 8px;
		font-size: 1.4rem;
	}

	.form .text-area{}

	.form .mail{
		margin-bottom: 24px;
	}
	
	.form .text-area .form-textarea{
		border: 2px solid #2EB4FF;
		height: 220px;
	}

	.form .btn {
		padding-top: 8px;
		padding-right: 24px;
		padding-bottom: 8px;
		padding-left: 24px;
		margin: 0px;
		border-width: 0px;
		border-style: solid;
		border-radius: 28px;
		transition: all 0.3s ease 0s;
		line-height: 1.6;
		font-size: 1.8rem;
	}

	.form .btn:hover{}


	/*フッター*/
	.footer{
		margin-bottom: 120px;
	}

	.footer .footer-company .img{
		width: 88px;
		height: 88px;
	}

	.footer .footer-company .img img{}

	.footer .footer-company .company{
		font-size: 2.1rem;
	}
	
	.footer .copy{
		font-size: 1.6rem;
	}
	
}/*PC用-終了-*/