@charset "utf-8";

#content_Wrap {
    background: none;
	color: #333;
	padding: 0;
}


/*スクロールスライド*/
.main_slide {
width: 100%;
/*position: fixed;
left: 0;
top: 0;
z-index: -1;
background: url(../img/concept/bg.jpg) no-repeat;
background-size: 100%;
background-position: center top;
padding-top: 100%;*/
}

.main_slide section {
	display: flex;
}
.main_slide .one {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 130vh;
	padding: 0px;
}
.main_slide .one.ttl_slide {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	padding: 0px;
}
.main_slide .bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: -1;
}
.main_slide .show .bg {
	opacity: 1;
}
.main_slide .bg._01 {
background-image: url(../img/concept/bg.jpg);
}
.main_slide .bg._02 {
background-image: url(../img/concept/bg.jpg);
}
.main_slide .bg._03 {
background-image: url(../img/concept/slide03.jpg);
}
.main_slide .bg._04 {
background-image: url(../img/concept/slide04.jpg);
}
.main_slide .onebox {
width: 100%;
height: 100%;
}
.main_slide .black_text_wrap {
/*width: 55%;
height: 100vh;*/
width:800px;
height: 800px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-left: 10%;
padding: 50px 0;
background: rgba(137, 0, 0, 0.7);
}
.main_slide .black_text_wrap .txt_center {
width: 90%;
margin: 0 auto;
color: #fff;
text-align: center;
z-index: 1;
}
.main_slide .black_text_wrap .txt_center h4 {
font-size: 16px;
margin-bottom: 10px;
line-height: 1.6;
}
.main_slide .black_text_wrap .txt_center h3 {
font-size: 30px;
line-height: 1.7;
margin-bottom: 60px;
position: relative;
}
.main_slide .black_text_wrap .txt_center h3:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -30px;
width: 60px;
height: 2px;
margin: auto;
background: #fff;
}
.main_slide .black_text_wrap .txt_center h3.copy {
font-size: 28px;
line-height: 1.7;
margin-bottom: 0px;
margin-top: 40px;
position: relative;
}
.main_slide .black_text_wrap .txt_center h3.copy:after {
display: none;
}
.main_slide .black_text_wrap .txt_center p {
font-size: 15px;
line-height: 2.4;
}
.main_slide .black_text_wrap .txt_center img {
width: 90%;
max-width: 500px;
margin: 30px auto 0;
}
.main_slide .black_text_wrap .txt_center .slide04_logo {
width: 90%;
max-width: 500px;
margin: 0px auto 0;
}



/*郵政*/
.yusei_area {
width: 100%;
background: #931c21;
background: linear-gradient(90deg, #931c21 0%, #79171c 100%);
padding: 100px 0 50px;
margin-bottom: 150px;
color: #fff;
position: relative;
}
.yusei_area:after {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: -900px;
margin: auto;
width: 100%;
height: 900px;
background: url(../img/concept/red_hanen.svg) no-repeat;
background-size: 100%;
background-position: center top;
pointer-events: none;
}
.yusei_area h3 {
font-size: 30px;
text-align: center;
margin-bottom: 50px;
}
.yusei_logo {
width: 312px;
max-width: 90%;
margin: 50px auto 80px;
}
.yusei_area ul {
width: 1200px;
max-width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.yusei_area ul li {
width: 47%;
text-align: center;
}
.yusei_area ul li .jr_logo {
width: 299px;
max-width: 90%;
margin: 0 auto 30px;
}
.yusei_area ul li .jp_logo {
width: 238px;
max-width: 90%;
margin: 0 auto 40px;
}
.yusei_area ul li h4 {
font-size: 25px;
line-height: 1.8;
padding: 0 0 25px;
/*height: 3.3em;*/
display: flex;
justify-content: center;
align-items: center;
}
.yusei_area ul li p {
font-size: 14px;
line-height: 2.2;
}
.yusei_area ul li.kakeru {
width: 40px;
max-width: 5%;
text-align: center;
margin: 0 auto ;
display: flex;
align-items: center;
}



/*MJR*/
.mjr_brand {
width: 100%;
padding: 100px 0;
text-align: center;
}
.mjr_brand .mjr_logo {
width: 336px;
max-width: 90%;
margin: 0 auto 20px;
}
.mjr_brand h4 {
font-size: 30px;
line-height: 1.8;
margin-bottom: 20px;
}
.mjr_brand p {
font-size: 16px;
line-height: 2.2;
}
.mjr_brand .brand_slide {
width: 1000px;
max-width: 90%;
margin: 50px auto 0;
}
.brand_slide .slick-dots {
width: 100%;
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}
.brand_slide .slick-dots li {
margin-left: 10px;
}
.brand_slide .slick-dots li button {
width: 10px;
height: 10px;
border-radius: 50px;
padding: 0;
font-size: 0;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: none;
border: 1px solid #851c21;
}
.brand_slide .slick-dots li button:hover,
.brand_slide .slick-dots li button:focus ,
.brand_slide .slick-dots li.slick-active button {
background: #851c21;
}


.pc { display: block;}
.sp { display: none;}
/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1200px) {

.main_slide .black_text_wrap {
margin-left: 5%;
width: 700px;
height: 700px;
}
.main_slide .bg {
background-position: right bottom;
}

}
@media only screen and (max-width: 1024px) {


}

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 830px) {

.pc { display: none;}
.sp { display: block;}


.main_slide .black_text_wrap {
width: 100%;
height: 52%;
}
.main_slide .black_text_wrap .txt_center {
top: 65%;
}
.main_slide .black_text_wrap .txt_center h4 {
font-size: 13px;
margin-bottom: 0;
}
.main_slide .black_text_wrap .txt_center h3 {
font-size: 23px;
margin-bottom: 30px;
}
.main_slide .black_text_wrap .txt_center h3.copy {
font-size: 17px;
}
.main_slide .black_text_wrap .txt_center h3:after {
bottom: -15px;
}
.main_slide .black_text_wrap .txt_center p {
font-size: 12px;
line-height: 1.9;
font-feature-settings: "palt";
}
.main_slide .black_text_wrap .txt_center img {
margin: 20px auto 0;
}
.main_slide .black_text_wrap:after {
display: none;
}
.main_slide .bg_black_wrap {
width: 50%;
height: 100%;
}
.main_slide .black_text_wrap {
position: relative;
left: inherit;
top: inherit;
height: 100%;
}
.main_slide .bg._01 {
background-image: url(../img/concept/bg_sp.jpg);
}
.main_slide .bg._02 {
background-image: url(../img/concept/bg_sp.jpg);
}
.main_slide .bg._03 {
background-image: url(../img/concept/slide03_sp.jpg);
}
.main_slide .bg._04 {
background-image: url(../img/concept/slide04_sp.jpg);
}
.main_slide .black_text_wrap {
border-radius: 0;
height: auto;
}

.main_slide .bg_black_wrap {
width: 100%;
height: 100%;
margin-left: 0;
}
.main_slide .black_text_wrap {
margin-left: 0;
}


.yusei_area {
padding: 50px 0 1px;
margin-bottom: 100px;
}
.yusei_area h3 {
font-size: 20px;
line-height: 1.8;
}
.yusei_logo {
max-width: 70%;
margin: 30px auto 50px;
}
.yusei_area ul li {
width: 100%;
margin-bottom: 70px;
}
.yusei_area ul li h4 {
font-size: 20px;
height: auto;
}
.yusei_area ul li p {
font-size: 11px;
font-feature-settings: "palt";
}
.yusei_area ul li .jr_logo {
margin: 0 auto 20px;
}
.yusei_area ul li .jp_logo {
margin: 0 auto 20px;
}
.yusei_area ul li.kakeru {
max-width: 30%;
}


.mjr_brand {
padding: 1px 0 100px;
}
.mjr_brand .mjr_logo {
width: 250px;
}
.mjr_brand h4 {
font-size: 20px;
}
.mjr_brand p {
width: 90%;
margin: 0 auto;
font-size: 12px;
}


}