@charset "UTF-8";
/* CSS Document */


/*//////////////////////////////////////// index ////////////////////////////////////////*/

#indexarea {
	padding-top: 60px;
	padding-bottom: 150px;
}

#indexarea ul {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#indexarea ul li {
	margin-bottom: 50px;
}

#indexarea ul li img {
	max-width: 100%;
}

#indexarea ul li {
	transition: all 500ms 0s ease;
}

#indexarea ul li:hover {

	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}



/*//////////////////////////////////////// bresco ////////////////////////////////////////*/
span.head1 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: 2rem;
}

p.head2 {
	text-align: left;
	margin-bottom: 1rem;
	margin-left: 2rem;
}

p.msg {
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 1rem;
}

p.question {
	color: red;
	margin-top: 1rem;
	margin-left: 2rem;
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 1000;
	backdrop-filter: blur(24px);
}

.btn_area {
	font-size: 14px;
	/*
	width: 400px;
	height: 300px;
	*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	/*
	text-align: center;
	*/
	z-index: 1002;
}

.btn_area button {
	font-size: 1.2rem;
	float: right;
	display: block;
	margin: 10px;
	background: #333;
	color: #fff;
	padding: 10px 20px;
	border: none;
	width: 100px;
}

.btn_area button:hover {
	background: #777
}

button {
	cursor: pointer;
}

.button#NO {
	float: left;
}




.contents_fa {
	background-color: #fafafa;
	position: relative;
}

.contents_f8f9fb {
	background-color: #f8f9fb;
	position: relative;
}

.contents_f7f8fc {
	background-color: #f7f8fc;
	position: relative;
}

.contents_edf0f7 {
	background-color: #edf0f7;
	position: relative;
}

#bresco_area {
	background-image: url(../img/bresco_bg_1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 130px;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

#bresco_area h2 {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	text-align: right;
}

#bresco_area h3 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	padding-top: 10px;
}

#bresco_area h3 span {
	font-size: 36px;
	display: block;
}

#bresco_area #mainphoto {
	text-align: center;
}

#bresco_area p {
	font-size: 16px;
	line-height: 28px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: justify;
	text-justify: distribute;
}

#bresco_spec_area {
	background-image: url(../img/bresco_bg_2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	padding-top: 85px;
	padding-bottom: 140px;
}

#bresco_spec_area>article>p {
	min-width: 1000px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
}

#bresco_spec_area>article>p img {
	margin-left: -1050px;
}

#bresco_spec_area>article>div {
	position: relative;
	z-index: 2;
}


#bresco_spec_area>article>div>h4,
#bresco_spec_area>article>div>ul,
#bresco_spec_area>article>div>div {
	width: 600px;
	margin-left: 340px;
}

#bresco_spec_area>article>div>h4 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: #b5b5b5 solid 1px;
}

#bresco_spec_area>article>div>ul {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#bresco_spec_area>article>div>ul li:nth-child(2n-1) {
	width: 235px;
	float: left;
	padding-bottom: 15px;
	margin-left: 20px;
}

#bresco_spec_area>article>div>ul li:nth-child(2n) {
	padding-left: 235px;
	padding-bottom: 15px;
}

#bresco_spec_area>article>div>ul li:nth-child(2n-1) span:before {
	content: "";
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: -16px;
	margin-top: 7px;
	background: #000;

	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#bresco_spec_area>article>div>div {
	background-color: #f5f5f5;
	padding: 8px;
	padding-left: 13px;
	font-size: 14px;
}

#bresco_spec_area>article>div>div span {
	display: block;
	padding-left: 1em;
	color: #333;
}

#bresco_spec_area>article>div>div span:before {
	content: "※";
	display: block;
	width: 1em;
	margin-left: -1em;
	float: left;
}

#bresco_mode_area {
	padding-top: 80px;
	padding-bottom: 140px;
}

#bresco_mode_area>article>p {
	min-width: 1000px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 120px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#bresco_mode_area>article>p img {
	margin-right: -1000px;
}

#bresco_mode_area>article>div {
	position: relative;
	z-index: 2;
}

#bresco_mode_area>article>div>h4,
#bresco_mode_area>article>div>div {
	width: 600px;
	margin-left: 60px;
}

#bresco_mode_area>article>div>h4 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: #b5b5b5 solid 1px;
}

#bresco_mode_area>article>div>div {
	margin-top: 30px;
}


#bresco_voice_area {
	padding-top: 50px;
	padding-bottom: 140px;
}

#bresco_voice_area h4 {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#bresco_voice_area h4 span {
	position: relative;
	text-align: center;
}

#bresco_voice_area h4 span strong {
	position: relative;
	z-index: 10;
	padding-left: 10px;
	padding-right: 15px;
}

#bresco_voice_area h4 span aside {
	position: absolute;
	display: block;
	width: 100%;
	height: 35px;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0;
	background: linear-gradient(transparent 40%, #f2f2f2 40%);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	z-index: 1;
}

#bresco_voice_area>div>div {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}

#bresco_voice_area>div>ul {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	text-justify: distribute;
}

#bresco_voice_area>div>ul li {
	width: 450px;
	float: left;
	background-color: #fafafa;
	padding: 30px;
	line-height: 26px;
}

#bresco_voice_area>div>ul li:nth-child(2) {
	float: right;
}

#bresco_voice_area>div>ul li h5 {
	color: #44c9a1;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}

#bresco_voice_area>div>ul li:nth-child(2) h5 {
	color: #29b4b5;
}

#bresco_voice_area>div>ul li p {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: #dcdcdc solid 2px;
	margin-bottom: 30px;
}


#bresco_facebook_area {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#bresco_facebook_area img {
	max-width: 100%;
}

#bresco_facebook_area a {
	transition: all 500ms 0s ease;
}

#bresco_facebook_area a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*//////////////////////////////////////// talk ////////////////////////////////////////*/

#talk_area {
	position: relative;
	min-width: 1000px;
	height: 720px;
}

#talk_area #talk_main {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 580px;
	background-image: url(../img/talk_main.jpg);
	background-position: center center;
	background-size: cover;
	z-index: 1;
}

#talk_area #talk_main h2 {
	position: absolute;
	left: 50%;
	margin-top: 139px;
	margin-left: -447px;
}

#talk_area #talk_name {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	height: 720px;
	background-image: url(../img/talk_main_namebg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 2;
	bottom: 0px;
}

#talk_area #talk_name ul {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#talk_area #talk_name ul li {
	width: 50%;
	float: left;
}

#talk_area #talk_name ul li:nth-child(2) {
	float: right;
	text-align: right;
}

#talk_area #talk_name ul li p {
	margin-top: 580px;
	font-size: 16px;
}

#talk_area #talk_name ul li p strong {
	font-size: 24px;
	font-weight: bold;
}

.talk_line {
	background-image: url(../img/talk_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#talk_prologue_area {
	padding-top: 40px;
	padding-bottom: 100px;
}

#talk_prologue_area article {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#talk_prologue_area article h3 {
	font-size: 30px;
	line-height: 42px;
	text-align: center;
}

#talk_prologue_area article div {
	font-size: 18px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}

#talk_prologue_area article div span {
	background-color: #46d892;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 22px;
	color: #FFF;
	font-weight: bold;
}


#talk_prologue_area article p {
	line-height: 26px;
	text-align: justify;
	text-justify: distribute;
}

.sub_inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.theme_g .sub_t {
	min-width: 300px;
	background-image: url(../img/talk_theme_1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #3fc3a7;
	margin-bottom: 40px;
}

.theme_b .sub_t {
	min-width: 300px;
	background-image: url(../img/talk_theme_2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #3fbec3;
	margin-bottom: 40px;
}

.theme_g .sub_t span,
.theme_b .sub_t span {
	display: block;
	color: #FFFFFF;
	padding-top: 11px;
	margin-bottom: 15px;
}

.theme_box h3 {
	font-size: 30px;
	line-height: 42px;
	margin-left: 70px;
	padding-bottom: 45px;
}

.theme_box ul {
	margin-left: 70px;
	margin-bottom: 25px;
	line-height: 26px;
	margin-right: 60px;
}

.theme_box li:nth-child(1) {
	width: 55px;
	min-height: 24px;
	float: left;
}

.theme_box li:nth-child(2) {
	min-height: 24px;
	padding-left: 70px;
	text-align: justify;
	text-justify: distribute;
}

.theme_g li:nth-child(1) {
	background-image: url(../img/talk_n_1.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.theme_b li:nth-child(1) {
	background-image: url(../img/talk_n_2.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#talk_theme_1,
#talk_theme_2,
#talk_theme_3,
#talk_theme_4 {
	padding-top: 20px;
	padding-bottom: 160px;
}

#talk_theme_5 {
	padding-top: 20px;
	padding-bottom: 130px;
}


#talk_end img {
	max-width: 100%;
	vertical-align: bottom;
}

#talk_theme_1 figure {
	float: right;
	padding-top: 5px;
	padding-bottom: 60px;
	padding-left: 60px;
}

#talk_theme_2 figure {
	float: left;
	padding-top: 5px;
	padding-bottom: 60px;
	padding-right: 60px;
}

#talk_theme_3 figure {
	float: left;
	padding-top: 5px;
	padding-bottom: 60px;
	padding-right: 60px;
}

#talk_theme_4 figure {
	float: right;
	padding-top: 5px;
	padding-bottom: 60px;
	padding-left: 60px;
}

#talk_theme_5 figure {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 40px;
}

#talk_theme_2 ul.li_s li:nth-child(2) {
	padding-left: 580px;
}

#talk_theme_3 ul.li_s li:nth-child(2) {
	padding-left: 410px;
}

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


	/*//////////////////////////////////////// index ////////////////////////////////////////*/


	#indexarea {
		padding: 3%;
		padding-top: 10%;
		padding-bottom: 150px;
	}

	#indexarea ul {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#indexarea ul li {
		margin-bottom: 10%;
		transition: all 0ms 0s ease;
	}

	#indexarea ul li:hover {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}


	/*//////////////////////////////////////// bresco ////////////////////////////////////////*/


	#bresco_area {
		padding-bottom: 20%;
	}

	#bresco_area h2 {
		width: 100%;
		padding-top: 20px;
		padding-right: 20px;
		text-align: right;
	}


	#bresco_area h3 {
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		line-height: 42px;
		padding-top: 20px;
	}

	#bresco_area h3 span {
		font-size: 28px;
		display: block;
	}

	#bresco_area #mainphoto img {
		max-width: 100%;
	}

	#bresco_area p {
		font-size: 16px;
		line-height: 28px;
		width: 100%;
		padding-left: 8%;
		padding-right: 8%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		text-align: justify;
		text-justify: distribute;
	}

	#bresco_spec_area {
		padding-top: 10%;
		padding-bottom: 20%;
	}

	#bresco_spec_area>article>p {
		min-width: 100%;
		overflow: hidden;
		position: static;
		z-index: 1;
		top: 0px;
		left: 0;
		right: 0;
		text-align: center;
	}

	#bresco_spec_area>article>p img {
		margin-left: 0px;
		max-width: 100%;
		padding-bottom: 20px;
	}

	#bresco_spec_area>article>div>h4,
	#bresco_spec_area>article>div>ul,
	#bresco_spec_area>article>div>div {
		width: 100%;
		margin-left: 0px;
	}

	#bresco_spec_area>article>div>ul {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 20px;


	}

	#bresco_spec_area>article>div>ul li:nth-child(2n-1) {
		width: 100%;
		float: none;
		padding-bottom: 5px;
		margin-left: 0px;
		padding-left: 26px;
		padding-top: 5px;
		background-color: #f5f5f5;
	}

	#bresco_spec_area>article>div>ul li:nth-child(2n) {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	#bresco_spec_area>article>div>div {
		font-size: 12px;
	}


	#bresco_mode_area {
		padding-top: 10%;
		padding-bottom: 20%;
	}

	#bresco_mode_area>article>p {
		width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: static;
		z-index: 1;
		top: 0px;
		left: 0;
		right: 0;
		text-align: center;
	}

	#bresco_mode_area>article>p img {
		margin-right: 0px;
		max-width: 100%;
		padding-bottom: 40px;
	}


	#bresco_mode_area>article>div {
		position: relative;
		z-index: 2;
	}

	#bresco_mode_area>article>div>h4,
	#bresco_mode_area>article>div>div {
		width: 100%;
		margin-left: 0px;
	}

	#bresco_mode_area>article>div>h4 {
		font-size: 22px;
		font-weight: bold;
		border-bottom: #b5b5b5 solid 1px;
	}

	#bresco_mode_area>article>div>div {
		margin-top: 20px;
	}

	#bresco_mode_area>article>div>div img {
		max-width: 100%;
	}

	#bresco_voice_area {
		padding-top: 10%;
		padding-bottom: 20%;
	}

	#bresco_voice_area>div>ul {
		width: 100%;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
		text-justify: distribute;
	}

	#bresco_voice_area>div>ul li {
		width: 100%;
		float: none;
		background-color: #fafafa;
		padding: 20px;
		line-height: 26px;
	}

	#bresco_voice_area>div>ul li:nth-child(2) {
		float: none;
		margin-top: 10%;
	}

	#bresco_voice_area>div>ul li h5 {
		color: #44c9a1;
		font-size: 22px;
		font-weight: bold;
		line-height: 30px;
	}

	#bresco_voice_area>div>ul li:nth-child(2) h5 {
		color: #29b4b5;
	}

	#bresco_voice_area>div>ul li p {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: #dcdcdc solid 2px;
		margin-bottom: 20px;
	}



	/*//////////////////////////////////////// talk ////////////////////////////////////////*/

	#talk_area {
		position: relative;
		min-width: 100%;
		height: auto;
	}

	#talk_area #talk_main {
		position: static;
		width: 100%;
		min-width: 100%;
		height: auto;
		background-image: none;
		background-color: #fafafa;
		z-index: 1;
	}

	#talk_area #talk_main h2 {
		position: static;
		margin-top: 0px;
		margin-left: 0px;
	}

	#talk_area #talk_main h2 img {
		max-width: 100%;
	}

	#talk_area #talk_name {
		position: static;
		width: 100%;
		min-width: 100%;
		height: auto;
		background-image: url(../img/talk_main_namebg.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-color: #fafafa;
		z-index: 2;
		bottom: 0px;
	}

	#talk_area #talk_name ul {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#talk_area #talk_name ul li {
		width: 50%;
		float: left;
		padding: 6%;
		padding-top: 3%;
		padding-bottom: 10%;
		border-right: #ccc dotted 1px;
	}

	#talk_area #talk_name ul li:nth-child(2) {
		float: right;
		text-align: left;
		border-right: none;
	}

	#talk_area #talk_name ul li p {
		margin-top: 0px;
		font-size: 14px;
		line-height: 1.4;
	}

	#talk_area #talk_name ul li p span {
		display: block;
		padding: 0px;
	}

	#talk_area #talk_name ul li p strong {
		font-size: 18px;
		font-weight: bold;
	}


	#talk_prologue_area {
		padding: 2%;
		padding-top: 10%;
		padding-bottom: 20%;

	}

	#talk_prologue_area article {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	#talk_prologue_area article h3 {
		font-size: 26px;
		line-height: 36px;
		text-align: left;
	}

	#talk_prologue_area article div {
		font-size: 18px;
		text-align: center;
		margin-top: 35px;
		margin-bottom: 35px;
	}

	#talk_prologue_area article div span {
		background-color: #46d892;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 22px;
		padding-right: 22px;
		color: #FFF;
		font-weight: bold;
	}


	#talk_prologue_area article p {
		text-align: justify;
		text-justify: distribute;
	}

	.sub_inner {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.theme_g .sub_t {
		min-width: 100%;
		background-position: left -60px top;
		padding-left: 0px;
		font-size: 18px;
		margin-bottom: 10%;
		padding-left: 5%;
	}

	.theme_b .sub_t {
		min-width: 100%;
		background-position: left -60px top;
		padding-left: 0px;
		font-size: 18px;
		margin-bottom: 10%;
		padding-left: 5%;
	}

	.theme_g .sub_t span,
	.theme_b .sub_t span {
		display: block;
		color: #FFFFFF;
		padding-top: 11px;
		margin-bottom: 15px;
	}

	.theme_box h3 {
		font-size: 26px;
		line-height: 36px;
		text-align: left;
		margin-left: 2%;
		padding-bottom: 10%;
	}

	.theme_box ul {
		margin-left: 2%;
		margin-bottom: 8%;
		line-height: 24px;
		margin-right: 2%;
	}

	.theme_box li:nth-child(1) {
		width: 55px;
		min-height: 24px;
		float: left;
	}

	.theme_box li:nth-child(2) {
		min-height: 24px;
		padding-left: 70px;
		text-align: justify;
		text-justify: distribute;
	}

	.theme_g li:nth-child(1) {
		background-image: url(../img/talk_n_1.gif);
		background-position: right center;
		background-repeat: no-repeat;
	}

	.theme_b li:nth-child(1) {
		background-image: url(../img/talk_n_2.gif);
		background-position: right center;
		background-repeat: no-repeat;
	}



	#talk_theme_1,
	#talk_theme_2,
	#talk_theme_3,
	#talk_theme_4 {
		padding-top: 10%;
		padding-bottom: 20%;
	}

	#talk_theme_5 {
		padding-top: 10%;
		padding-bottom: 20%;
	}

	#talk_theme_1 img,
	#talk_theme_2 img,
	#talk_theme_3 img,
	#talk_theme_4 img,
	#talk_theme_5 img,
	#talk_end img {
		max-width: 100%;
		vertical-align: bottom;
	}



	#talk_theme_1 figure {
		float: none;
		padding-bottom: 8%;
		padding-left: 0px;
		padding-left: 2%;
		padding-right: 2%;
	}

	#talk_theme_2 figure {
		float: none;
		padding-bottom: 8%;
		padding-right: 0px;
		padding-left: 2%;
		padding-right: 2%;
	}

	#talk_theme_3 figure {
		float: none;
		padding-bottom: 8%;
		padding-right: 0px;
		padding-left: 2%;
		padding-right: 2%;
	}

	#talk_theme_4 figure {
		float: none;
		padding-bottom: 8%;
		padding-left: 0px;
		padding-left: 2%;
		padding-right: 2%;

	}

	#talk_theme_5 figure {
		text-align: center;
		padding-bottom: 8%;
		padding-left: 2%;
		padding-right: 2%;
	}

	#talk_theme_2 ul.li_s li:nth-child(2) {
		padding-left: 70px;
	}

	#talk_theme_3 ul.li_s li:nth-child(2) {
		padding-left: 70px;
	}



}




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

	#bresco_area h2 {
		width: 100%;
		padding-top: 20px;
		padding-right: 0px;
		text-align: center;
	}

	#bresco_area h2 img {
		height: 19px;
	}

	#bresco_area h3 {
		text-align: center;
		font-size: 32px;
		font-weight: bold;
		line-height: 34px;
		padding-top: 20px;
	}

	#bresco_area h3 span {
		font-size: 24px;
		display: block;
	}

	#bresco_area p {
		font-size: 14px;
		line-height: 26px;
		width: 100%;
		padding-left: 8%;
		padding-right: 8%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		text-align: justify;
		text-justify: distribute;
	}







}