@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

/*----------------------------------------------------------
ページ共通レイアウト設定
---------------------------------------------------------- */
#body-wrapper {
  background: none;
}

#body {
  width: 100%;
  background: none;
}

#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}

.one-col #centercol {
  width: 100%;
}

#main {
  width: 100%;
  padding: 0;
  margin: 0;
}

#Carea {
  width: 100%;
}

/*----------------------------------------------------------
ページ個別の設定
---------------------------------------------------------- */

.page_content {
	min-width: 1180px;
	line-height: 1.7;
	background: url(../img/re_poipack_bg.jpg);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #000;
}
.page_content img {
	width: 100%;
}

.one-col h2 {
	height: auto !important;
}
.one-col h3 {
	padding: 0 !important;
    margin: auto !important;
    background: none !important;
    border-left: none !important;
}

.mvCont {
	background: #c7c9c8;
	border-bottom: 5px solid #004129;
}
.mvCont h1 {
	width: 100%;
	position: static;
	margin: 0 auto;
}
.topCont {
	width: 1024px;
	margin: 0 auto;
	padding: 40px 0 120px 0;
}
.topCont h2 {
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	color: #004129;
	line-height: 1.4;
	margin-bottom: 25px;
}
.topCont h2 span {
	font-size: 56px;
}
.topCont h2 + p {
	font-size: 27px;
	text-align: left;
	margin-bottom: 40px;
}
.cover {
	width: 70%;
	margin: 0 auto;
}
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.pointCont {
	margin: 0 auto;
}
.pointCont h2 {
	text-align: center;
	padding: 25px 0;
	margin-bottom: 60px;
	font-size: 48px;
	font-weight: 900;
	color: #fff;
	line-height: 1.4;
	background: #004129;
}
.pointCont h2 span {
	font-size: 40px;
}
.pointCont .inner {
	width: 1024px;
	margin: 0 auto 100px auto;
}
.pointCont .inner:last-child {
	margin-bottom: 70px;
}
.pointCont .inner .title {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 20px;
}
.pointCont .inner .title p {
	width: 100px;
}
.pointCont .inner .title h3 {
	width: calc(100% - 100px);
	font-size: 60px;
	font-weight: 900;
	color: #004129;
	text-align: left;
	line-height: 1;
	margin: 0 0 0 30px !important;
}
.pointCont .inner .contents {
	width: 874px;
	margin-left: 130px;
}
.pointCont .inner .contents ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.pointCont .inner .contents ul li {
	width: 48%;
}
.pointCont .inner .contents ul + p {
	font-size: 26px;
	text-align: left;
	margin-bottom: 40px;
}
.pointCont .inner .contents h4 {
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
	font-size: 30px;
	color: #fff;
	background: #004129;
}
.pointCont .inner .other h4 {
	text-align: center;
	padding: 5px 0;
	margin-bottom: 40px;
	font-size: 36px;
	color: #fff;
	background: #004129;
}
.pointCont .inner .other ul {
	display: flex;
	justify-content: space-between;
}
.pointCont .inner .other ul li {
	width: 47%;
}
.pointCont .inner .other ul li dl dt {
	background: #fff;
	border: 2px solid #004129;
	font-size: 32px;
	color: #004129;
	padding: 3px 0;
	margin-bottom: 15px;
	text-align: center;
}
.pointCont .inner .other ul li dl dd {
	font-size: 26px;
	text-align: left;
	margin-top: 15px;
	line-height: 1.5;
}

.flowCont {
	width: 1024px;
	margin: 0 auto 120px auto;
}
.flowCont h2 {
	margin-bottom: 5px;
	font-size: 50px;
	font-weight: 900;
	color: #004129;
	line-height: 1.4;
}
.flowCont h2 span {
	font-size: 38px;
}
.flowCont h2 + p {
	font-size: 30px;
	font-weight: 900;
	position: relative;
	margin-bottom: 150px;
}
.flowCont h2 + p::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 45px 0 45px;
	border-color: #004129 transparent transparent transparent;
	position: absolute;
	bottom: -90px;
	left: calc(50% - 45px);
}
.flowCont h3 {
	text-align: center;
	padding: 5px 0;
	margin-bottom: 30px !important;
	font-size: 36px;
	color: #fff;
	background: #004129 !important;
}
.flowCont ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.flowCont ul li {
	width: 31%;
	margin-bottom: 25px;
}
.flowCont ul li dl dd {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.4;
	text-align: left;
}

.item {
	padding-bottom: 50px;
}
.item h2 {
	text-align: center;
	padding: 5px 0;
	margin-bottom: 30px;
	font-size: 40px;
	color: #fff;
	background: #004129;
}
.item .inner {
	width: 1024px;
	margin: 0 auto 100px auto;
}
.item .inner .lineup01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.item .inner .lineup01 li {
	width: 30%;
}
.item .inner .lineup01 li dl dt {
	font-size: 24px;
	margin-bottom: 15px;
}
.item .inner .lineup01 li dl dt span {
	font-size: 36px;
	font-weight: 900;
}
.item .inner h3 {
	border-bottom: 5px solid #004129;
	padding-bottom: 20px;
	margin-bottom: 35px !important;
	font-size: 40px;
	font-weight: 900;
	color: #004129;
}
.item .inner .lineup02 {
	display: flex;
	justify-content: space-between;
}
.item .inner .lineup02 li {
	width: 49%;
	display: flex;
	justify-content: space-between;
}
.item .inner .lineup02 li p {
	width: 55%;
}
.item .inner .lineup02 li dl {
	width: 42%;
	text-align: left;
}
.item .inner .lineup02 li dl dt {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.item .inner .lineup02 li dl dt span {
	font-size: 25px;
	font-weight: 900;
}
.item .inner .lineup02 li dl dd {
	font-size: 20px;
	line-height: 1.3;
}


