/* ======================================

=========================================*/
/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}
.tar {
	text-align: right;
}
section {
	padding: 0 20px;
}
.inner {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	/* padding: 0 20px; */
	overflow: hidden;
}
figure {
	position: relative;
}
.flex {
	display: flex;
}
.row-reverse {
	flex-direction: row-reverse;
}
.space-between {
	justify-content: space-between;
}
/* views */
.sp {
	display: none !important;
}
@media only screen and (max-width:736px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
/* ======================================

=========================================*/
.articleInfo {
	margin-top: 80px;
}
.mainArticle {
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 0;
	padding-right: 0;
}
.mainArticle__subheadline {
	font-size: 21px;
	line-height: calc(50/21);
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.contents {
	margin-top: 110px;
}
@media only screen and (max-width:736px) {
	.articleInfo {
		margin-top: 30px;
	}
	.mainArticle {
		padding-top: 30px;
	}
	.mainArticle__headline {
		font-size: clamp(1.25rem, 0.601rem + 2.77vw, 1.875rem);
		font-size: clamp(0.938rem, 0.313rem + 3.125vw, 1.75rem);
		line-height: 1.6;
	}
	.mainArticle__subheadline {
		font-size: clamp(0.938rem, 0.669rem + 1.263vw, 1.25rem);
	}
	.keyVisual {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.contents {
		margin-top: 80px;
	}
	.contSection__headline {
		font-size: clamp(1rem, 0.712rem + 1.442vw, 1.375rem);
		font-size: clamp(0.938rem, 0.483rem + 1.939vw, 1.375rem);
		font-size: 16px;
		line-height: 1.6;
	}
	.contSection__headline + .text {
		line-height: 1.8;
		font-size: clamp(0.813rem, 0.764rem + 0.24vw, 0.875rem);
		margin-top: clamp(1.25rem, 0.601rem + 2.77vw, 1.875rem);
		/*   font-size: 12px; */
	}
}
.contents_flex_imgwrap {
	display: flex;
}
.contents_flex_title {
	font-size: clamp(1.125rem, 0.616rem + 1.105vw, 1.5rem);
	line-height: 1.9;
}
.text {
	font-size: clamp(0.813rem, 0.558rem + 0.552vw, 1rem);
}
.text small {
	font-size: 70%;
}
@media only screen and (max-width:736px) {
	.contents_flex {
		display: block;
		margin-top: 20px;
	}
	.contents_flex_img {
		width: 100%;
		max-width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	.contents_flex_body {
		width: 100%;
	}
	.contents_flex_title {
		font-size: clamp(1.063rem, 0.472rem + 2.778vw, 1.75rem);
	}
	.text {
		font-size: clamp(0.813rem, 0.764rem + 0.24vw, 0.875rem);
		line-height: 1.8;
	}
	.text small {
		font-size: 80%;
	}
}
/* ==================================================
top
=====================================================*/
.top_flex_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.top_flex_body {
	width: 40%;
}
.top_box .inner {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.top_box {
	width: 57%;
	margin-top: 20px;
	margin-left: 3%;
}
.top_box_wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 42px 30px 30px;
}
.top_box_img {
	width: 62%;
}
.top_box_body {
	width: 34%;
}
.top_box_name {
	font-size: 18px;
	letter-spacing: 0.1em;
}
.top_box_text {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.top_box_icon {
	position: absolute;
	width: 380px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.top_link {
	margin-top: 40px;
}
@media only screen and (max-width:768px) {
	.top_flex_wrap {
		flex-direction: column;
		margin-top: 40px;
	}
	.top_flex_body {
		width: 100%;
	}
	.top_box {
		width: 100%;
		margin-top: 48px;
		margin-left: 0;
	}
	.top_box_wrap {
		flex-direction: column-reverse;
		row-gap: 20px;
		padding: 36px 20px 20px;
	}
	.top_box_img {
		width: 100%;
	}
	.top_box_body {
		width: 100%;
	}
	.top_box_name {
		font-size: 18px;
	}
	.top_box_text {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.top_box_icon {
		position: absolute;
		width: 280px;
		top: -14px;
	}
	.top_link {
		margin-top: 20px;
	}
}
/* section_contents
=============================== */
.section_contents {
	margin-top: 120px;
}
.contents_area {
	margin-top: 50px;
}
.bottom_area.mt {
	margin-top: -20px;
}
.bottom_wrap {
	display: flex;
	align-items: end;
	column-gap: 1px;
}
.bottom_item .cap, .bottom_item2 .cap {
	font-size: 12px;
}
.flex_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.flex_item {
	width: 100%;
}
.w_660 {
	max-width: 660px;
}
.w_520 {
	max-width: 520px;
}
.w_570 {
	max-width: 580px;
}
.w_710 {
	max-width: 710px;
}
.img_item {
	margin-top: 30px;
}
.img_wrap {
	display: flex;
	column-gap: 2px;
}

@media only screen and (max-width:768px) {
  .sp_wide {
    width: 100vw !important;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
	.section_contents {
		margin-top: 40px;
	}
	.contents_area {
		margin-top: 24px;
	}
	.oasis_bottom_area {
		margin-top: 20px;
	}
  .bottom_area.mt {
    margin-top: 20px;
  }
	.bottom_wrap {
		margin-top: 0px;
		flex-wrap: wrap;
		column-gap: 4px;
		row-gap: 10px;
	}
	.bottom_item.order0 {
		width: 100%;
		order: 0;
		padding-bottom: 6px;
	}
	.bottom_item.order1 {
		width: calc(50% - 2px);
		order: 1;
		padding-bottom: 6px;
	}
	.bottom_item2:nth-child(2) {
		width: 100%;
		order: 0;
	}
	.bottom_item2:nth-child(1) {
		width: 50%;
		order: 1;
	}
	.bottom_item2:nth-child(3) {
		width: 50%;
		order: 2;
	}
	.bottom_item .cap, .bottom_item2 .cap {
		word-break: break-all;
		font-size: 10px;
		padding-top: 3px;
		padding-left: 4px;
		text-align: left;
	}
	.flex_wrap {
    flex-direction: column;
    row-gap: 30px;
	}
  .sp_reverse {
    flex-direction: column-reverse;
  }
	.flex_item {
		width: 100%;
	}
	.img_item {
		margin-top: 18px;
	}
	.img_wrap {
    flex-direction: column;
	}
}
/* ======================================
point_area
=========================================*/
.point_area {
	margin-top: 140px;
}
.point_box_wrap {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 56px 50px ;
}
.point_box_icon {
	position: absolute;
	width: 422px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.point_box_contents + .point_box_contents {
	margin-top: 80px;
}
.point_box_item {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.point_box_item.mt {
	margin-top: 30px;
}
.point_box_item + .point_box_item {
	margin-top: 60px;
}
.point_box_img {
	width: 100%;
	max-width: 570px;
}
.point_box_img_cap {
	font-size: 12px;
	text-align: right;
	margin-top: 4px;
}
.point_box_img_wrap {
	position: relative;
}
.point_box_body {
	width: 100%;
	max-width: 570px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 24px;
}
.point_info {
	width: 90%;
	margin: 20px auto 0;
	border: 1px solid #b9ab60;
	padding: 20px 20px;
	display: flex;
	flex-wrap: wrap;
}
.point_info_wrap {
	width: 48%;
}
.point_info_title {
	width: 100%;
	color: #b9ab60;
	font-size: 18px;
	margin-bottom: 14px;
}
.point_info dl {
	width: 50%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}
.point_info_wrap + .point_info_wrap {
	width: calc(50% - 40px);
	border-left: 1px solid rgba(0, 0, 0, .3);
	padding-left: 38px;
	margin-left: 10px;
}
.point_info_wrap dl {
	width: 100%;
}
.point_info dl:last-child {
	margin-bottom: 0px;
}
.point_info dt {
	border: 1px solid #000;
	width: 80px;
	flex-shrink: 0;
	padding: 2px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}
.point_info dd {
	font-size: 14px;
	word-break: break-all;
}
.point_title_wrap {
	display: flex;
	align-items: center;
}
.point_num {
	width: 80px;
}
.point_title {
	font-size: 22px;
	display: flex;
	align-items: center;
	line-height: 1.8;
	letter-spacing: 0.2em;
}
.point_title::before {
	content: '';
	margin-right: 20px;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	background-image: url(../imgs/point_num-1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.point_title.num2::before {
	background-image: url(../imgs/point_num-2.png);
}
.point_title.num3::before {
	background-image: url(../imgs/point_num-3.png);
}
.point_title.num4::before {
	background-image: url(../imgs/point_num-4.png);
}
.point_box_text {
	margin-top: 16px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.15em;
}
.point_box_text.mt0 {
	margin-top: 0;
}
.point_box_img_wrap {
	display: flex;
	column-gap: 8px;
}
.point_box_img_wrap.mt {
	margin-top: 68px;
}
@media only screen and (max-width:768px) {
	.point_area {
		margin-top: 50px;
	}
	.point_box_wrap {
		padding: 44px 20px 30px;
	}
	.point_box_icon {
		width: 300px;
		top: -14px;
	}
	.point_box_contents + .point_box_contents {
		margin-top: 40px;
	}
	.point_box_item {
		flex-direction: column;
	}
	.point_box_item + .point_box_item {
		margin-top: 30px;
	}
	.point_box_img {
		width: 100%;
		margin-top: 20px;
	}
	.point_box_img_cap {
		font-size: 12px;
		text-align: left;
		margin-top: 4px;
	}
	.point_box_body {
		display: contents;
	}
	.point_info {
		width: 100%;
		margin: 20px auto 0;
		padding: 20px 20px;
		flex-direction: column;
	}
	.point_info_wrap {
		position: relative;
		width: 100%;
	}
	.point_info_wrap + .point_info_wrap {
		margin-top: 20px;
		padding-top: 20px;
		width: 100%;
		border-left: none;
		padding-left: 0;
		margin-left: 0px;
	}
	.point_info_wrap + .point_info_wrap::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 30px);
		height: 1px;
		background-color: rgba(0, 0, 0, .3);
	}
	.point_info_wrap dl {
		width: 100%;
	}
	.point_info_title {
    width: calc(100% - 30px);
    margin-inline: auto;
		font-size: 14px;
		margin-bottom: 8px;
	}
	.point_info {
		padding: 14px 0px;
	}
	.point_info dl {
		width: calc(100% - 30px);
		margin-inline: auto;
		display: flex;
		margin-bottom: 8px;
	}
	.point_info dt {
		width: 50px;
		font-size: 10px;
		margin-right: 12px;
	}
	.point_info dt.insta {
		width: 50px;
		letter-spacing: 0.02em;
	}
	.point_info dd {
		font-size: 10px;
	}
	.point_num {
		width: 80px;
	}
	.point_title {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	.point_title::before, .point_title.num2::before {
		margin-right: 10px;
		width: 70px;
		height: 70px;
		flex-shrink: 0;
	}
	.point_box_text {
		margin-top: 16px;
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.point_box_img_wrap {
		order: 1;
		margin-top: 14px;
		column-gap: 4px;
	}
}
/* ======================================
chart_area
=========================================*/
.chart_area {
	margin-top: 100px;
	padding-bottom: 100px;
}
.chart_body {
	margin-top: 120px;
}
.chart_box_wrap {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 50px 50px 60px;
}
.chart_title_icon {
	position: absolute;
	width: auto;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.chart_box_item {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.chart_box_item + .chart_box_item {
	margin-top: 50px;
}
.chart_box_text {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 20px;
}
.graph {
	width: 430px;
	flex-shrink: 0;
}
.chart_img {
	width: 440px;
	flex-shrink: 0;
}
.chart_box_text dl {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.chart_box_text dt {
	font-size: 16px;
	letter-spacing: 0.1em;
	flex-shrink: 0;
}
.chart_box_text dd {
	flex-shrink: 1;
	font-size: 16px;
	margin-left: 4px;
}

@media only screen and (max-width:768px) {
  .chart_area {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .chart_body {
    margin-top: 60px;
  }
  .chart_box_wrap {
    padding: 30px 20px 24px;
  }
  .chart_title_icon {
    width: 300px;
    top: -12px;
  }
  .chart_box_item {
    flex-direction: column;
    row-gap: 30px;
  }
  .chart_box_item + .chart_box_item {
    margin-top: 30px;
  }
  .chart_box_text {
    row-gap: 14px;
  }
  .graph {
    width: 100%;
  }
  .chart_img {
    width: 100%;
  }
  .chart_box_text dt {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .chart_box_text dd {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-left: 4px;
  }
}



/* ======================================
bg_area
=========================================*/
.bg_area {
	background-color: #f8f7f2;
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
}
.bg_area_wrap {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.bg_area .contSection__headline {
	line-height: 1.8;
	text-align: left;
}
.bg_area_wrap .text {
	width: 60%;
	line-height: 1.7;
}
.bg_area_img {
	width: 38%;
	max-width: 450px;
}
.bg_area_text {
	margin-top: 40px;
}
@media only screen and (max-width:736px) {
	.bg_area {
		padding: 40px 20px;
	}
	.bg_area_wrap {
		margin-top: 20px;
		flex-direction: column;
	}
	.bg_area .text {
		width: 100%;
	}
	.bg_area_img {
		width: 100%;
		margin-top: 30px;
	}
	.bg_area_text {
		margin-top: 20px;
	}
}
/* ======================================
bottom_area
=========================================*/
.bottom_area {
	margin-top: 60px;
}
.bottom_body {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 64px 50px;
}
.bottom_body .cap {
	margin-top: 20px;
}
.bottom_box_wrap {
	margin-top: 30px;
	column-gap: 20px;
	display: flex;
	justify-content: space-between;
}
.bottom_title_icon {
	position: absolute;
	width: 382px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.bottom_box_title {
	font-size: clamp(1.125rem, 0.253rem + 1.815vw, 1.75rem);
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}
.bottom_box_text {
	width: 38%;
}
.bottom_box_right {
	width: 60%;
}
.bottom_box_img {
	border: 4px solid #BAAA60;
}
.figure_label {
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding: 10px 10px;
	background-color: #BAAA60;
}
.bottom_link_btn {
	position: relative;
	margin-inline: auto;
	background: #B9AB61;
	display: block;
	width: 100%;
	max-width: 560px;
	padding: 10px 10px;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.bottom_link_btn::after {
	content: '';
	position: absolute;
	background-image: url(../imgs/arow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 38px;
	height: 12px;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
}
.bottom_link_btn:hover {
	opacity: .7;
}
@media only screen and (max-width:768px) {
	.bottom_area {
		margin-top: 40px;
	}
	.bottom_body {
		padding: 44px 20px;
	}
	.bottom_body .cap {
		margin-top: 10px;
	}
	.bottom_box_wrap {
		margin-top: 20px;
		flex-direction: column;
	}
	.bottom_title_icon {
		width: 300px;
		top: -16px;
	}
	.bottom_box_title {
		font-size: clamp(1.313rem, 0.702rem + 1.27vw, 1.75rem);
		font-size: 17px;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}
	.bottom_box_text {
		width: 100%;
	}
	.bottom_box_text .text {
		margin-top: 0;
		width: 100%;
	}
	.bottom_box_right {
		width: 100%;
		max-width: 800px;
		margin: 20px auto 0;
	}
	.bottom_link_btn {
		display: block;
		max-width: 300px;
		padding: 10px 0;
		font-size: 14px;
	}
	.bottom_link_btn::after {
		width: 42px;
		height: 6px;
		right: 10px;
		top: 58%;
	}
}
/* ======================================
banner
=========================================*/
.banner_area {
	margin-top: 80px;
}
.banner {
	position: relative;
	text-align: center;
}
.banner_text {
	position: absolute;
	color: #fff;
	font-size: 21px;
	letter-spacing: 0.2em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 6px #000, 0 0 7px #000, 0 0 8px #000, 0 0 9px #000, 0 0 10px #000;
}
.banner:hover {
	transition: .4s;
	opacity: .8;
}
.banner_area .cap {
	margin-top: 60px;
	font-size: 12px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:736px) {
	.banner_area {
		margin-top: 40px;
	}
	.banner_text {
		width: 80%;
		font-size: clamp(1rem, 0.675rem + 1.385vw, 1.313rem);
		letter-spacing: 0.2em;
	}
	.banner_area .cap {
		margin-top: 16px;
		font-size: clamp(0.625rem, 0.495rem + 0.554vw, 0.75rem);
		letter-spacing: 0.04em;
	}
}
/* ======================================
footer
=========================================*/
.footerContact__schedule {
	font-size: 11px;
}