@charset "UTF-8";

#project
{
	padding-top: 10rem;
	padding-bottom: 10rem;
	background: #4DA4BF;
	color: #fff;
}

#project h2
{
	color: #fff;
}

#project .container
{
	max-width: 1442px;
}

/*Send Flower*/
.send
{
	position: relative;
	background: #fff;
	border: 1px solid #fff;
	display: grid;
	grid-template-columns: 14.7% 41.15% 44%;
	gap: 1px;
}

.send h3
{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	height: 70px;
	padding: 0 2em;
	color: #64A2BC;
	font-family: 'en';
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.08em;
}

.send .div1
{
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row: span 2 / span 2;
	background: #7AC8DE;
	text-align: center;
	padding-top: 130px;
}

.send .div1 p.tag
{
	font-weight: 600;
	margin-bottom: 6em;
	font-size: clamp(14px, 1.3vw, 20px);
}

.send .div1 p.hosoku
{
	font-size: 12px;
	line-height: 1.4;
}

.send .div1 .tag a
{
	color: #fff;
}

.send .div1 .map
{
	width: 53px;
	height: 53px;
	margin: 10px auto 0;
}

.send .div2
{
	grid-column-start: 2;
	grid-row-start: 1;
}

.send .div2 img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.send .div3
{
	grid-column-start: 3;
	grid-row-start: 1;
	background: #64A2BC;
	padding: 3em 2em;
	font-size: clamp(14px, 1.3vw, 20px);
	line-height: 2.2em;
}

.send .div4
{
	grid-column: span 2 / span 2;
	grid-column-start: 2;
	grid-row-start: 2;
	background: #64A2BC;
	display: flex;
	align-items: center;
	padding: 1em 1.5em;
	font-size: 1vw;
	line-height: 1.4;
}

.send .div4 .left
{
	white-space: nowrap;
	margin-right: 1.5em;
}

@media screen and (max-width:1000px)
{
	#project
	{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.send
	{
		grid-template-columns: repeat(1, 1fr);
	}

	.send h3
	{
		font-size: 20px;
		height: 50px;
	}

	.send .div1
	{
		grid-column-start: 1;
		grid-row-start: 2;
		grid-row: span 1 / span 1;
		padding: 0 15px;
		text-align: left;
		align-items: center;
		justify-content: space-between;
		display: flex;
		height: 57px;
	}

	.send .div1 p.tag
	{
		margin-bottom: 0;
		font-size: 20px;
		padding-right: 1em;
	}

	.send .div1 .map
	{
		width: 42px;
		height: 42px;
		margin: 0;
	}

	.send .div2
	{
		grid-column-start: 1;
		grid-row-start: 1;
		height: 60vw;
	}

	.send .div3
	{
		grid-column-start: 1;
		grid-row-start: 3;
		font-size: 15px;
		text-align: center;
		padding: 2em 1em;
	}

	.send .div4
	{
		grid-column: span 1 / span 1;
		grid-column-start: 1;
		grid-row-start: 4;
		display: block;
		font-size: 14px;
		line-height: 1.6;
	}

	.send .div4 .left
	{
		text-align: center;
		margin-bottom: 5px;
		margin-right: 0;
	}
}

/*Ism*/
#ism
{
	position: relative;
	background: #fff;
	border: 1px solid #fff;
	display: grid;
	grid-template-columns: 14.7% 31.05% 54.1%;
	gap: 1px;
	margin-top: 80px;
}

#ism h3
{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	height: 70px;
	padding: 0 2em;
	color: #64A2BC;
	font-family: 'en';
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.08em;
}

#ism .div1
{
	grid-row: span 2 / span 2;
	grid-column-start: 1;
	grid-row-start: 1;
	background: #7AC8DE;
	text-align: center;
	padding-top: 120px;
}

#ism .div1 .logo
{
	width: 116px;
	height: 91.46px;
}

#ism .div1 .map
{
	width: 53px;
	height: 53px;
	margin: 50px auto 20px;
}

#ism .div1 .artists
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	margin: 0 auto;
	color: #fff;
	border: 1px solid #fff;
	font-family: 'en';
	font-weight: bold;
	font-size: 16px;
}

#ism .div2
{
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row: span 2 / span 2;
}

#ism .div2 img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#ism .div3
{
	grid-column-start: 3;
	grid-row-start: 1;
	background: #64A2BC;
	padding: 2em 2em 0;
	font-size: clamp(14px, 1.1vw, 18px);
	line-height: 1.7em;
}

#ism .div3 p
{
	padding-bottom: 1em;
}

#ism .div4
{
	grid-column-start: 3;
	grid-row-start: 2;
	background: #64A2BC;
	font-size: clamp(10px, 1.05vw, 14px);
	letter-spacing: 0;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#ism .div4 td
{
	padding: 0.3em 0.8em;
	border-bottom: 0.5px solid #a2dbf4;
}

#ism .div4 td.sp-none
{
	display: table-cell;
	vertical-align: middle;
	border: none;
}

#ism .div4 tr.last td
{
	border: none;
}

#ism .div4 td img
{
	width: 16px;
	height: 16px;
	margin-right: 0.8em;
}

@media screen and (max-width:1000px)
{
	#ism
	{
		grid-template-columns: repeat(1, 1fr);
		gap: 1px;
		margin-top: 40px;
	}

	#ism h3
	{
		font-size: 20px;
		height: 50px;
	}

	#ism .div1
	{
		grid-row: span 1 / span 1;
		grid-column-start: 1;
		grid-row-start: 2;
		padding: 0 15px;
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 57px;
	}

	#ism .div1 .logo
	{
		width: 53.27px;
		height: 42px;
		margin-right: 10%;
	}

	#ism .div1 .map
	{
		width: 42px;
		height: 42px;
		margin: 0;
	}

	#ism .div1 .artists
	{
		height: 35px;
		font-size: 14px;
	}

	#ism .div2
	{
		grid-column-start: 1;
		grid-row-start: 1;
		grid-row: span 1 / span 1;
		height: 80vw;
	}

	#ism .div3
	{
		grid-column-start: 1;
		grid-row-start: 3;
		font-size: 15px;
		padding: 2em 1em 0.5em;
		line-height: 1.6;
	}

	#ism .div4
	{
		grid-column-start: 1;
		grid-row-start: 4;
		padding: 0 1em;
		font-size: 14px;
	}

	#ism .div4 table
	{
		width: 100%;
	}

	#ism .div4 tr
	{
		width: 100%;
		border-bottom: 1px solid #a2dbf4;
		display: block;
		padding: 1em 0;
		;
	}

	#ism .div4 tr.last
	{
		border: none;
	}

	#ism .div4 td
	{
		display: block;
		padding: 0.1em 0;
		width: 100%;
		border: none;
	}

	#ism .div4 td.sp-none
	{
		display: none;
	}
}

.pdf
{
	display: flex;
	margin-top: 1em;
	font-size: 15px;
}

.pdf a
{
	text-decoration: underline;
	color: #fff;
}

@media screen and (max-width:1000px)
{
	.pdf
	{
		font-size: 14px;
	}
}