@charset "utf-8";

#wrapper {
	opacity: 1;
}

.com-wrapper {
	background: url(../img/bg_pc.jpg) left center / cover;
	background-attachment: fixed;
	min-width: 300px !important;
	z-index: 2;
}

#bg::after {
	content: '';
	background-color: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#bg-sp::after {
	content: '';
	background-color: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@media screen and (max-width: 812px) {
	.com-wrapper:before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100vh;
		background: url("../img/bg_sp.jpg") center center no-repeat;
		background-size: cover;
		
	}
}

#com-container {
	margin: 0 0 50px 0;
}

#main {
	position: relative;
	/* padding: 10px 0 0 0!important; */
	z-index: 2;
}

.sp-br {
	display: none;
}

.name {
	margin: 8px 0 0;
	font-weight: bold!important;
	text-align: right;
	font-size: 1.6em!important;
	color: #fff100!important;
}

@media screen and (max-width: 812px) {

	#main {
		/* padding: 30px 0 0 0!important; */
	}

	.name {
		/* font-size: 26px!important; */
	}
}

.column {
	opacity: .9;
}

.columns {
	width: 90%;
	margin: 0 auto!important;
	max-width: 800px;
	text-align: left;
	line-height: 2.3;
	border-bottom: 1px solid #fff;
}

.column-txt {
	font-size: small!important;
	display: block;
}

.bold {
	color: #5bf774;
	font-size: 26px!important;
}

@media screen and (max-width: 812px) {
	.columns {
		width: 100%;
	}

	.sp-br {
		display: block;
	}
}

.card-content {
	padding: 30px 10px;
	text-align: justify;  
	/* text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.5em #000; */
}

.card-content p {
	font-size: 17px;
	color: #fff;
	word-break: break-word;
	text-align: justify;
}

.card-content p span {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
}

.paragraph {
	margin: 0 auto 20px;
}

.name span {
	font-size: 15px!important;
	margin-left: 5px;
}

@media screen and (max-width: 812px) {
	.card-content {
		padding: 1.5rem!important;
		margin: 0 auto 1vw;
		font-size: 4vw;
		line-height: 2;
	}

	.card-content p {
	}

	.name {
		margin: 0!important;
		color: #fff100!important;
	}

	.name span {
		font-size: 3vw!important;
	}
}

#com-header {
	width: 90%;
	margin: 0 auto;
	max-width: 812px;
	z-index: 5;
	position: relative;
}

#com-header img {
	margin: 0 auto;
	padding: 50px 0 0;
	display: block;
}

.header-info {
	color: #fff;
	text-align: center;
	padding: 0;
	font-size: small;
}

.com-footer {
	padding: 10px 0!important;
	font-size: 10px!important;
}

.cc {#lead
	color: #ccc;
}

#lead {
	position: static;
	color: #fff;
	font-size: 22px;
	line-height: 1.8;
	text-align: center;
	padding: 0 0 10px;
}

@media screen and (max-width: 812px) {
	.com-footer {
		font-size: 2vw!important;
	}

	.header-info {
		padding: 0;
	}

	#com-header img {
		width: 60%;
	}
}

.top-btn-container {
	text-align: center;
	margin: 0 0 50px 0;
}

.top-btn {
	position: relative;
	display: inline-block;
	padding: 1rem 4.4rem;
	border: 1px solid #fff100;
	border-radius: 5px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	transition: .3s;
	background: #fff100;
	max-width: 300px;
}

.top-btn:hover {
	color: #fed700;
	background: rgba(0, 0, 0, 0);
}

#footer {
	background: none;
	padding: 12%;
	height: auto;
	margin-bottom: 0;
	text-align: center;
	padding: 0 0 50px!important;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 812px) {

	#footer {
		background: none;
		padding: 12%;
		height: auto;
		margin-bottom: 0;
		width: 90%;
		margin: 0 auto;
	}
}

.ttl {
	width: 350px;
	margin: 0 auto;
	padding: 2vw 0;
}

@media screen and (max-width: 812px) {

	.ttl {
		padding: 0 0 20px;
	}

	.bold {
		font-size: 23px!important;
	}

	.item {
		margin: 0 auto 10vw;
	}

}