@charset "UTF-8";
/* CSS Document */
#main {
	width: 100%;
}
/*mv*/
#mv {
	width: 100%;
	height: 90vh;
	background-image: url("../img/voice08/mv.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: -1;
}
#mv figure {
	margin: 0;
}
.sec_title06 {
	width: 180px;
	text-align: left;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
.title_blueline {
	width: 180px;
	display: block;
	border-bottom: 8px solid #dc0000;
	margin-top: 20px;
}
.mv_inner {
	padding-top: 35vh;
	margin-left: 40px;
}
.mv_inner p {
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	margin-top: 60px;
}
/*name_area*/
#name_area {
	max-width: 960px;
	width: 96%;
	margin: auto;
	font-family:ヒラギノ角ゴ Pro W3,'Hiragino Kaku Gothic Pro',游ゴシック体,'Yu Gothic',YuGothic,'Helvetica Neue',Arial,メイリオ,Meiryo,'MS PGothic',sans-serif;
	margin-top: -16px;
}
.position {
	display: inline;
	background: #dc0000;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 6px 16px;
}
#name_area h2 {
	font-size: 28px;
	color: #dc0000;
	margin: 10px 0px;
	font-weight: bold;
	line-height: 1.5;
}
#name_area h3 {
	font-size: 21px;
	font-weight: bold;
}
#name_area h3 span {
	font-size: 14px;
	color: #dc0000;
	margin-left: 10px;
}
.gray {
	color: #989898 !important;
}
/*sec01*/
.clearfix {
	margin: 0;
	padding: 0;
	clear: both;
}
#sec01 {
	max-width: 1200px;
	width: 92%;
	margin-top: 80px;
	margin-left: 80px;
}
#sec01 figure {
	max-width: 680px;
	width: 60%;
	float: left;
	position: relative;
	z-index: -1;
}
#sec01 .sec_text_area {
	float: right;
	margin-top: -400px;
	width: 50%;
	line-height: 1.5;
}
#sec01 h2 {
	font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 2px 3px #fff;
}
#sec01 .title_blueline {
	margin-top: 10px;
}
.sec_text {
	margin-top: 80px;
	background: #fff;
}
.sec_text_inner {
	padding: 40px;
}
.sec_text_inner h3 {
	font-size: 25px;
	font-weight: bold;
	color: #dc0000;	
}
.sec_text_inner p {
	margin-top: 20px;
	font-size: 18px;
}
/*sec02*/
#sec02 {
	max-width: 1200px;
	width: 92%;	
	margin-top: 80px;
	margin-right: 80px;
	float: right;
}
#sec02 figure {
	max-width: 680px;
	width: 60%;
	float: right;
	position: relative;
	z-index: -1;
}
#sec02 .sec_text_area {
	float: left;
	margin-top: -140px;
	width: 55%;
	line-height: 1.5;
}
/*sec03*/
#sec03 {
	max-width: 1200px;
	width: 92%;	
	margin-top: 80px;
	margin-left: 80px;
}
#sec03 figure {
	max-width: 680px;
	width: 60%;
	float: left;
	position: relative;
	z-index: -1;
}
#sec03 .sec_text_area {
	float: right;
	margin-top: -200px;
	width: 52%;
	line-height: 1.5;
}
/*oneday*/
#oneday {
	max-width: 1280px;
	width: 90%;
	margin: 80px auto;
}
/*messsage*/
#messsage {
	max-width: 1024px;
	width: 96%;
	margin: auto;
}
.message_body {
	padding: 20px;
	background: linear-gradient(to right, #98cff4, #dc0000);
	margin-top: -16px;
}
.message_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}
#messsage h2 {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
}
.message_inner_left {
	width: 30%;
	margin: 40px;
}
.message_inner_right {
	width: 70%;
	margin-right: 40px;
}
.message_inner_right h3 {
	font-size: 20px;
	font-weight: bold;
	color: #dc0000;	
}
.message_inner_right p {
	font-size: 15px;
	margin: 20px 0px;
}
/*一覧スライド*/
#slide {
	margin-top: 80px;
}
.slide_area {
	max-width: 960px;
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.swiper-slide {
	width: 330px;
}
#slide h2 {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
}
.swiper-button-prev, .swiper-button-next {
	position: relative;
	top: 0;
	margin-top: 180px;
	width: 110px;
}
.swiper-button-prev {
	left: -18px;
}
.swiper-button-next {
	right: -18px;
}
/*レスポンシブ*/
@media screen and (max-width:1280px){
	#oneday .pc {
		display: block;
	}
}
@media screen and (max-width:1024px){
	.slide_area {
		max-width: 640px;
	}
	.swiper-slide {
		width: 214px;
	}
	.swiper-button-prev, .swiper-button-next {
		margin-top: 90px;
	}
}
@media screen and (max-width:768px){
	#mv {
		height: 75vh;
	}
	#sec01,#sec03 {
		width: 96%;
		margin-left: 0;
		margin: 40px auto;
	}
	#sec01 figure,#sec01 .sec_text_area,#sec02,#sec02 figure,#sec02 .sec_text_area,#sec03 figure,#sec03 .sec_text_area {
		float: none;
	}
	#sec01 figure,#sec02 figure,#sec03 figure {
		max-width: 100%;
		width: 100%;
	}
	#sec01 .sec_text_area ,#sec02 .sec_text_area,#sec03 .sec_text_area {
		width: 100%;
		margin-top: 40px;
	}
	.sec_text {
		margin-top: 20px;
	}
	.sec_text_inner {
		padding: 10px;
	}
	#sec02 {
		width: 96%;
		margin: 80px auto 0px;
	}
	#oneday {
		width: 96%;
	}
	.message_inner {
		display: block;
	}
	.message_inner_left,.message_inner_right {
		margin: 0px;
	}
	.message_inner_left {
		margin: auto;
		padding: 20px 0px;
	}
	.message_inner_right {
		width: 96%;
		padding: 2%;
	}
	.swiper-button-prev, .swiper-button-next {
		margin-top: 140px;
	}
}
@media screen and (max-width:414px){
	#mv {
		background-position-x: 75%;
		height: 60vh;
	}
	.sec_title06 {
		width: 120px;
	}
	.title_blueline {
		width: 120px;
	}
	.mv_inner p {
		font-size: 21px;
		margin-top: 40px;
	}
	.sec_text_inner p {
		font-size: 14px;
	}
	#oneday .pc {
		display: none;
	}
	.message_body {
		margin-top: -10px;
	}
	#messsage h2 {
		font-size: 30px;
	}
	.message_inner_left {
		width: 75%;
		padding: 30px 0px 20px;
	}
	.message_inner_right {
		width: 75%;
		margin: auto;
	}
	.message_inner_right h3 {
		font-size: 16px;
	}
	.message_inner_right p {
		font-size: 12px;
	}
	#slide h2 {
		font-size: 30px;
	}
	.slide_area{
		max-width: 300px;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 200px;
	}
}
@media screen and (max-width:320px){
	.swiper-button-prev {
		left: -4px;
	}
	.swiper-button-next {
		right: -7px;
	}
}


/*20221102修正*/
.position {
	background: #0050b4;
}
#name_area h2 {
	color: #0050b4;
}
#name_area h3 span {
	color: #0050b4;
}
.title_blueline {
	border-bottom: 8px solid #0050b4;
}
.sec_text_inner h3 {
	color: #0050b4;	
}