@charset "utf-8";
/* CSS Document */
/*背景のため・・・*/
.header_mv::before {
  content: "";
  position: absolute;
  display: block;
  background: url("./bg_pc_left.png") no-repeat left top;
  background-size: 100%;
  width: 100%;
  max-width: calc(50% - 190px);
  left: -2%;
  top: 1%;
  height: 100vh;
  z-index: 3;
}
.header_mv::after {
  content: "";
  position: absolute;
  display: block;
  background: url("./bg_pc_right.png") no-repeat right top;
  background-size: 100%;
  width: 100%;
  max-width: calc(50% - 280px);
  right: -2%;
  top: 4%;
  height: 100vh;
  z-index: 3;
}
.top h2 {
  margin-top: 0 !important;
  font-size: 1.3rem;
}
.top h2 img {
  margin-left: 1rem;
  width: 100%;
  max-width: 450px;
}
/*画像配置のため・・・*/
.entry_2{
	position: relative;
}
.entry_2::after {
	content: "";
	width: 95px;
	height: 216px;
	display: block;
	position: absolute;
	background: url("./echu.png") no-repeat center top;
	background-size: 100%;
	top: -45px;
	right: 0;
}
@media screen and (max-width:1640px) {
  .header_mv::before {
    content: "";
    position: absolute;
    display: block;
    background: url("./bg_pc_left.png") no-repeat left top;
    background-size: 100%;
    width: 100%;
    max-width: calc(50% - 170px);
    left: -3%;
    top: 7%;
    height: 100vh;
    z-index: 3;
  }
  .header_mv::after {
    content: "";
    position: absolute;
    display: block;
    background: url("./bg_pc_right.png") no-repeat right top;
    background-size: 100%;
    width: 100%;
    max-width: calc(50% - 220px);
    right: -2%;
    top: 5%;
    height: 100vh;
    z-index: 3;
  }
}
@media screen and (max-width:960px) {
	  .header_mv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0 !important;
    height: 110vh;
  }
	.top h2 img {
	margin-left: 1rem;
	width: 100%;
	max-width: 420px;
}
  .header_mv::before {
    content: "";
    position: absolute;
    display: block;
    background: url("./bg_sp_top.png") no-repeat center top;
    background-size: 90%;
    width: 100%;
    max-width: 100%;
    left: 0%;
    top: 80px;
    height: 100%;
    z-index: 3;
  }

  .top {
    padding-top: 90%;
  }
  .header_mv::after {
    content: "";
    position: absolute;
    display: block;
    background: url("./bg_sp_bottom.png") no-repeat center bottom;
    background-size: 90%;
    width: 100%;
    max-width: 100%;
    right: 0%;
    bottom: 0px;
    height: 116%;
    z-index: 3;
	}
.lead_wrap {
	margin: 2rem auto;
	width: 90%;
	max-width: 650px;
	padding: 0;
	margin-top: -2rem;
	margin-bottom: 5rem;
	position: relative;
	border-radius: 30px;
	background: #FFF;
}}
@media screen and (max-width:800px) {
	  .header_mv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0 !important;
    height: 100vh;
  }
.top h2 img {
	margin-top: -0.5rem;
	margin-left: 1.5rem;
	width: 100%;
	max-width: 290px;
}
	.top {
	padding-top: 85%;
}
	.header_mv::before {
	content: "";
	position: absolute;
	display: block;
	background: url("./bg_sp_top.png") no-repeat center top;
	background-size: 90%;
	width: 100%;
	max-width: 100%;
	left: 0%;
	top: 57px;
	height: 100%;
	z-index: 3;}
.header_mv::after {
	content: "";
	position: absolute;
	display: block;
	background: url("./bg_sp_bottom.png") no-repeat center bottom;
	background-size: 90%;
	width: 100%;
	max-width: 100%;
	right: 0%;
	bottom: 0;
	height: 98%;
	z-index: 3;
}
	.lead_wrap {
	margin-top: -6rem;
}
		/*画像*/
.entry_2::after {
	content: "";
	width: 69px;
	height: 147px;
	display: block;
	position: absolute;
	background: url("./echu.png") no-repeat center top;
	background-size: 100%;
	top: -45px;
	right: -14px;
}
	.top {
	padding-top: 57%;
}.header_mv::after {
	content: "";
	position: absolute;
	display: block;
	background: url("./bg_sp_bottom.png") no-repeat center bottom;
	background-size: 112%;
	width: 100%;
	max-width: 100%;
	right: 0%;
	bottom: 0;
	height: 102%;
	z-index: 3;
}
}

@media screen and (max-width:650px) {
	.header_mv::before {
	content: "";
	position: absolute;
	display: block;
	background: url("./bg_sp_top.png") no-repeat center top;
	background-size: 116%;
	width: 100%;
	max-width: 100%;
	left: 0%;
	top: 70px;
	height: 100%;
	z-index: 3;
}
		.lead_wrap {
	margin-top: -2rem;
}.header_mv::after {
	content: "";
	position: absolute;
	display: block;
	background: url("./bg_sp_bottom.png") no-repeat center bottom;
	background-size: 112%;
	width: 100%;
	max-width: 100%;
	right: 0%;
	bottom: 0px;
	height: 104%;
	z-index: 3;
}
}
@media screen and (max-width:375px) {
	/*画像*/
	.entry_2::after {
	content: "";
	width: 50px;
	height: 149px;
	display: block;
	position: absolute;
	background: url("./echu.png") no-repeat center top;
	background-size: 100%;
	top: 0;
	right: -5px;
}
	.lead_wrap {
	margin-top: 0rem;
}
	.header_mv::after {
	content: "";
	position: absolute;
	display: block;
	background: url("./bg_sp_bottom.png") no-repeat center bottom;
	background-size: 113%;
	width: 100%;
	max-width: 100%;
	right: 0%;
	bottom: 0;
	height: 100%;
		min-height: 820px;
	z-index: 3;
}
	.lead_wrap {
	margin-top:6rem;
}.top {
	padding-top: 53%;
}
	.top h2 img {
	margin-top: -0.5rem;
	margin-left: 1.5rem;
	width: 100%;
	max-width: 271px;
}
	.header_inner h1 img {
	width: 77%;
}
	.txt_red {
	font-size: 138% !important;
}
}