@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

sup {
	font-size: 10px;
	vertical-align: top;
}

small {
	font-size: 12px;
}

figcaption {
	position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  /* 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; */
  z-index: 5;
}

html {
	scroll-behavior: smooth;
}

.pcView {
	display: block;
}
.spView {
	display: none;
}
@media only screen and (max-width:768px) {
	.pcView {
		display: none;
	}
	.spView {
		display: block;
	}
}

[id] {
scroll-margin-top: 3em; 
}


#freeContentsArea {
	background-image: url(../images/bg.jpg);
}

.mainvisual img {
	width: 100%;
}
@media only screen and (max-width:1280px) {
  .mainvisual {
    margin-top: 6px;
  }
}

/* top_area
================================== */
.top_area {
	margin: 226px auto 129px;
}

.top_text_area {
	margin-left: 30%;
}

.top_title-s {
	font-size: 23px;
	color: #19306D;
	font-family: 'EB Garamond', serif;
	font-weight: bold;
	letter-spacing: 0.18em;
	margin-bottom: -48px;
}

.top_title {
	font-size: clamp(2.4rem, -0.273rem + 3.481vw, 4.6rem);
	letter-spacing: 0.042em;
	line-height: calc(85/46);
}

.top_text {
	margin-top: 130px;
	font-size: clamp(1.4rem, 0.671rem + 0.949vw, 2rem);
	line-height: calc(44/20);
}

.tab_list {
	display: flex;
	margin: 130px calc(50% - 50vw) 0;
	width: 100vw;
}
.tab_list a {
	transition: .4s;
}
.tab_list a:hover {
	opacity: 0.8;
}
.tab_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(16px, 4.26vw, 41px);
	letter-spacing: 0.109em;
	color: #fff;
	text-align: center;
	width: 50%;
	text-decoration: none;
}
.sale.current {
	background: url(../images/tab_sale-active.png) no-repeat center / cover;
	height: auto;
	padding-bottom: 35px;
	margin-bottom: 0;
}
.sale {
	background: url(../images/tab_sale.jpg) no-repeat center / cover;
	height: 258px;
	margin-bottom: 35px;
}
.tax.current {
	background: url(../images/tab_tax-active.png) no-repeat center / cover;
	height: auto;
	padding-bottom: 35px;
	margin-bottom: 0;
}
.tax {
	background: url(../images/tab_tax.jpg) no-repeat center / cover;
	height: 258px;
	margin-bottom: 35px;
}
.anchor_area {
	margin-top: 130px;
}

.anchor_area_title {
	position: relative;
	text-align: center;
}

.anchor_area_title span {
	color: #19306D;
	position: relative;
	font-size: clamp(23px, 6.13vw, 55px);
	letter-spacing: 0.109em;
	text-align: center;
	line-height: 1;
	padding:0 10px;
	background-image: url(../images/bg.jpg);
}

.anchor_area_title span.anchor_area_subTitle {
	display: block;
	font-size: clamp(14px, 3.73vw, 17px);
	line-height: calc(64/17);
	letter-spacing: 0.042em;
	text-align: center;
}

.anchor_area_title::before {
	content: '';
	position: absolute;
	border-top: 2px dotted #19306D;
	display: block;
	width: 100%;
	height: 2px;
	top: 64%;
	left: 0;
	right: 0;
}

.anchor_area_title .num {
	font-family: 'EB Garamond', serif;
	font-size: 90px;
	padding: 0 10px;
}

.anchor_item-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 48px;
}

.anchor_item {
	box-sizing: border-box;
	position: relative;
	width: 430px;
	border-radius: 10px;
	padding:30px 0 40px 37px;
	align-items: center;
	display: flex;
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0,0.1);
	background-color: #fff;
	text-decoration: none;
	color: #1C1C1C;
	transition: all .4s;
}

.anchor_item:hover {
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0,0.4);
}

.anchor_item::after {
	content: '';
	position: absolute;
	background-image: url(../images/unker_blue.png);
	width: 100%;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
}

.anchor_item_num {
	font-family: 'EB Garamond', serif;
	font-size: 50px;
	color: #19306D;
	line-height: 1;
	padding: 10px 0;
	margin-right: 20px;
	border-top: 1px dotted #19306D;
	border-bottom: 1px dotted #19306D;
}

.anchor_item_text {
	font-size: 26px;
	line-height: 1.3;
}

.anchor_item_bottom {
	max-width: 638px;
	position: relative;
	margin: 35px auto 130px;
	display: block;
	border-radius: 10px;
	padding:61px 10px;
	align-items: center;
	justify-content: center;
	display: flex;
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0,0.1);
	background-color: #003c7a;
	background-image: url(../images/unker_img02.png);
	background-position: center;
	background-size: cover;
	text-decoration: none;
	transition: all .4s;
}

.anchor_item_bottom:hover {
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0,0.4);
}

.anchor_item_bottom::after {
	content: '';
	position: absolute;
	background-image: url(../images/unker_white.png);
	width: 100%;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
}

.anchor_item_bottom_text {
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.118em;
}
.anchor_box {
	margin-top: 94px;
	padding: 50px 60px;
	background-color: #fff;
	border-radius: 12px;
}
.anchor_box_title {
	color: #19306D;
	font-size: 29px;
	text-align: center;
}
.anchor_box_img01 {
	margin: 50px 0 10px;
}

@media only screen and (max-width:768px) {
	.top_area {
		margin: 120px auto;
	}
	
	.top_text_area {
		margin-left: 0;
	}
	
	.top_title-s {
		font-size: 23px;
		margin-bottom: 60px;
	}
	
	.top_title {
		font-size: 24px;
		line-height: calc(40/24);
	}
	
	.top_text {
		margin-top: 60px;
		font-size: 17px;
		line-height: calc(36/17);
	}
	.tab_list {
		margin-top: 85px;
	}
	.tab_list.bottom {
		margin-top: 0;
	}

	.sale.current {
		background: url(../images/tab_sale-active-sp.png) no-repeat bottom / cover;
		height: 100px;
		margin-bottom: 0;
		padding-bottom: 4%;
	}
	.sale {
		height: 100px;
		margin-bottom: 4%;
	}
	.tax.current {
		background: url(../images/tab_tax-active-sp.png) no-repeat bottom / cover;
		height: 100px;
		margin-bottom: 0;
		padding-bottom: 4%;
	}
	.tax {
		height: 166.42px;
		height: 100px;
		margin-bottom: 4%;
	}
	.anchor_area {
		margin-top: 82px;
	}
	.anchor_area_title span.anchor_area_subTitle {
		line-height: normal;
	}
	
	.anchor_area_title span {
		font-weight: 600;
		line-height: calc(40/23);
		padding:0 ;
		background-image:none;
	}
	
	.anchor_area_title::before {
		content: none;
	}
	
	.anchor_area_title .num {
		font-size: 59px;
		line-height: 1;
		padding: 0;
	}
	
	.anchor_item-wrap {
		flex-direction: column;
		margin-top: 30px;
		gap: 17px;
	}
	
	.anchor_item {
		padding:16px 10px 26px 26px;
		width: 100%;
	}

	.anchor_item::after {
		height: 6px;
	}
	
	.anchor_item_num {
		font-size: 27px;
		line-height: 1;
		padding: 6px 0;
		margin-right: 22px;
	}
	
	.anchor_item_text {
		font-size: 15px;
		line-height: calc(25/15);
	}
	
	.anchor_item_bottom {
		margin: 20px auto;
		padding:34px 10px;
	}
	
	.anchor_item_bottom::after {
		height: 6px;
	}
	
	.anchor_item_bottom_text {
		font-size: 16px;
	}
	.anchor_box {
		margin-top: 60px;
		padding: 30px 20px;
	}
	.anchor_box_title {
		font-size: 21px;
		text-align: left;
	}
	.anchor_box_img01 {
		margin: 30px 0 30px;
	}
}

/* value1
============================================ */
.value1 {
	position: relative;
	padding: 670px 0 118px;
	z-index: 1;
}

.value1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 760px;
	background: url(../images/value1_bg.jpg) no-repeat center top / cover;
	z-index: -1;
}

.value1_point_title {
	font-size: 27px;
	line-height: calc(50/35);
	font-weight: 600;
	padding-left: 0.5em;
	border-left: 1px solid #19306D;
	position: relative;
}
.value1_point_title::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.3em;
	border: solid 2px #19306D;
}
.value1_point_wrap {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.value1_point_wrap .value1_point_text {
	width: 48%;
	margin-top: 0;
}
.value1_point_img01 {
	width: 48%;
}
.value1_point_img01 figcaption {
	  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;
}
.value1_point_text {
	margin-top: 32px;
	font-size: clamp(15px, 4vw, 18px);
	line-height: calc(34/18);
}
.value_point_item .notes {
	font-size: 12px;
	line-height: calc(34/12);
}
.value_point_list li+li {
	margin-top: 66px;
}
.value1_point_grid {
	margin-top: 46px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 28px;
}
.value1_grid_item .cap {
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
}

@media only screen and (max-width:768px) {
	.value1 {
		position: relative;
		padding: 100px 0 130px;
		z-index: 1;
	}
	
	.value1::after {
		height: 148px;
	}
	.value1_point_text {
		margin-top: 23px;
	}

	.value1_point_title {
		font-size: 20px;
	}
	.value1_point_wrap {
		margin-top: 24px;
		flex-direction: column;
		row-gap: 24px;
	}
	.value1_point_wrap .value1_point_text {
		width: 100%;
		margin-top: 0;
	}
	.value1_point_img01 {
		width: 100%;
	}
	.value1_point_text {
		margin-top: 26px;
	}
	.value_point_item .notes {
		margin-top: 18px;
		font-size: 10px;
		line-height: 1.4;
	}
	.value_point_list li+li {
		margin-top: 66px;
	}
	.value1_point_grid {
		margin-top: 46px;
		grid-template-columns: repeat(2,1fr);
		column-gap: 10px;
		row-gap: 20px;
	}
	.value1_grid_item .cap {
		font-size: 10px;
	}
}


/* value2
============================================ */
.value2 {
	position: relative;
	padding: 645px 0 255px;
	z-index: 1;
}

.value2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 760px;
	background: url(../images/value2_bg.jpg) no-repeat center top / cover;
	z-index: -1;
}


.value2_text {
	line-height: calc(34/18);
	margin-top: 28px;
}
.value2_text span {
	color: #19306D;
	font-weight: 700;
}
.value_text_wrap .value2_note {
	margin-top: 17px;
	line-height: calc(19/12);
}
.value2_support {
	margin-top: 108px;
}
.value2_support.mt {
	margin-top: 170px !important;
}
.value2_support_title {
	margin-top: 28px;
	font-size: clamp(20px, 5.33vw, 35px);
	line-height: calc(50/35);
	font-weight: 600;
	color: #19306D;
}
.value2_support_series {
	position: relative;
}
.value2_support_series.mt {
	margin-top: 60px;
}
.value2_support_series span {
	display: inline-block;
	background: #19306D;
	color: #fff;
	font-size: clamp(15px, 4vw, 20px);
	padding: 8px 16px;
	line-height: 1;
}
.value2_support_series::after {
	content: "";
	border-top: 1px solid #19306D;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
}
.value2_support.after figcaption {
	position: static;
	color: #000;
	text-align: left;
	font-size: clamp(15px, 1.95vw, 18px);
	font-weight: 600;
	line-height: calc(26/18);
}
.value2_after-item_wrap {
	margin-top: 45px;
	display: flex;
	column-gap: 28px;
}
.value2_after-item {
	width: calc((100% - 84px) / 4);
}
.value2_after-item.ecocute {
	display: flex;
	flex-direction: column;
}
.value2_after-image-wrap {
	width: 100%;
	display: flex;
	background: #fff;
	align-items: flex-end;
	height: 100%;
}
.value2_after-item span {
	color: #000;
    text-align: left;
    font-size: clamp(15px, 1.95vw, 18px);
    font-weight: 600;
    line-height: calc(26/18);
	padding: 8px;
}
.value2_support.after .value_notes {
	line-height: calc(19/12);
	margin-top: 30.5px;
}
.value2_item {
	position: relative;
	width: 30%;
}

.value2_item::after {
	position: absolute;
	content: '';
	background-image: url(../images/dot2.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0%;
	right: -12%;
	width: 1px;
	height: 100%;
}

.value2_item:nth-child(3n):after {
	content: none;
}

.value2_item_wrap {
	margin-top: 33px;
	display: flex;
	justify-content: space-between;
	row-gap: 50px;
}

.value2_item_title {
	font-size: 24px;
	margin-top: 27.9px;
	line-height: calc(35/24);
	font-weight: 600;
	color: #19306D;
}
.value2_item_title span{
	font-size: 18px;
	line-height: calc(35/18);
}

.value2_item_text {
	font-size: 16px;
	margin-top: 16px;
	line-height: calc(30/16);
}
.value2_support .value_notes {
	line-height: calc(34/12);
	margin-top: 24.1px;
}
.value2_support+.value2_support {
	margin-top: 72px;
}
.value_condition-content {
	background: #fff;
	padding: 46px 45px 52px;
	margin-top: 72px;
}
.value_condition-list-title{
	font-size: 22px;
	line-height: calc(26/22);
	font-weight: 600;
	color: #19306D;
	text-align: center;
	display: flex;
    align-items: center;
}
.value_condition-list-title::before,
.value_condition-list-title::after {
	content: "";
	border-top: 1px solid #19306D;
    flex-grow: 1;
}
.value_condition-list-title::before {
	margin-right: 0.3em;
}
.value_condition-list-title::after {
	margin-left: 0.3em;
}
.value_condition-list-wrap {
	margin-top: 33px;
	display: flex;
	gap: 83px;
}
.value_condition-list li {
	font-size: clamp(15px, 4vw, 18px);
	line-height: calc(34/18);
}
.value_condition-list span {
	font-size: clamp(10px, 2.66vw, 12px);
	line-height: calc(23/12);
}
.value_condition-list small {
	line-height: calc(34/12);
}

.support_system_wrap {
	margin-top: 28px;
	display: flex;
	justify-content: space-between;
}
.support_system_item {
	width: 48%;
}
.support_system_item_right {
	width: 49%;
}
.repair_area {
	margin-top: 60px;
}
.repair_title_wrap {
	display: flex;
	border-bottom:1px solid #3B3B41;
	align-items: center;
}
.repair_title {
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
	width: 100px;
	text-align: center;
	border-right:1px solid #000;
}
.repair_subtitle {
	font-size: 14px;
	padding-left: 16px;
}
.repair_wrap {
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
	padding-left: 110px;
}
.repair_item {
	width: 48%;
}
.repair_item_title {
	font-size: 18px;
	font-weight: bold;
}
.repair_item_text {
	margin-top: 11px;
	font-size: 14px;
}
.repair_item_text span {
	font-size: 12px;
}
.repair_item_text.ml span {
	margin-left: 110px;
}

@media only screen and (max-width:768px) {
	.value2 {
		position: relative;
		padding: 120px 0 130px;
		z-index: 1;
	}
	
	.value2::after {
		height: 148px;
	}

	.value2_item::after {
		position: absolute;
		content: '';
		background-image: url(../images/dot4.png);
		background-repeat: repeat-x;
		background-size: contain;
		top: auto;
		bottom: -30px;
		right: 0;
		width: 100%;
		height: 20px;
		z-index: 99;
	}
	.value2_support .value_notes {
		line-height: normal;
	}
	.value2_support.after figcaption {
		font-size: clamp(15px, 4vw, 18px);
	}
	.value2_after-item span {
		font-size: clamp(15px, 4vw, 18px);
	}
	.value2_item_wrap {
		flex-direction: column;
		column-gap: 95px;
		row-gap: 50px;
	}
	.value2_item {
		width: 100%;
	}
	
	.value2_item_title {
		font-size: 19px;
		margin-top: 17px;
		line-height: calc(25/19);
	}
	
	.value2_item_text {
		font-size: 15px;
		margin-top: 13px;
		line-height: calc(28/15);
	}
	.value_condition-content {
		padding: 23px;
	}
	.value_condition-list li{
		margin-top: 10px;
	}
	.value_condition-list li:first-of-type {
		margin-top: 0;
	}
	.value_condition-list-wrap {
		gap: 0;
		margin-top: 20px;
	}
	.value2_after-item_wrap {
		flex-direction: column;
		margin-top: 33px;
		gap: 32px;
	}
	.value2_after-item {
		width: 100%;
	}
	.value_condition-list-wrap {
		flex-direction: column;
	}	
	.value2_support_series span {
		line-height: calc(24/15);
	}
	.value2_support_series.sp_bg span {
		background: none;
		color: #3b3b41;
		display: block;
		padding: 0;
		font-size: 20px;
		font-weight: 600;
	}
	.value2_support_series.sp_bg::after {
		content: none;
	}
	.value2_support+.value2_support {
		margin-top: 60px;
	}
	.value2_support.after .value_notes {
		margin-top: 24px;
	}
	.value_condition-list-title::before,
	.value_condition-list-title::after {
		border: none;
	}
	.value_condition-list+.value_condition-list {
		margin-top: 10px;
	}
	.value_condition-list li span {
		line-height: normal;
	}
	.value_condition-list li small {
		display: block;
		line-height: normal;
	}
	.value2_support {
		margin-top: 50px;
	}
	.value2_support.mt {
		margin-top: 60px !important;
	}
	.support_system_wrap {
		margin-top: 14px;
		flex-direction: column;
		row-gap: 20px;
	}
	.support_system_item {
		width: 100%;
	}
	.support_system_item_right {
		width: 100%;
	}
	.repair_area {
		margin-top: 60px;
	}
	.repair_title_wrap {
		display: flex;
		border-bottom:1px solid #3B3B41;
		align-items: center;
	}
	.repair_title {
		font-size: 18px;
		padding: 10px 0;
		flex-shrink: 0;
		width: 100px;
	}
	.repair_subtitle {
		font-size: 14px;
		padding-left: 16px;
	}
	.repair_wrap {
		margin-top: 18px;
		flex-direction: column;
		row-gap: 20px;
		padding-left: 0;
	}
	.repair_item {
		width: 100%;
	}
	.repair_item_title {
		font-size: 18px;
		font-weight: bold;
	}
	.repair_item_text {
		margin-top: 11px;
		font-size: 14px;
	}
	.repair_item_text span {
		font-size: 10px;
	}
	.repair_item_text.ml span {
		margin-left: 0px;
	}

}
	



/* value3
============================================ */
.value3,.value3_tax {
	position: relative;
	padding: 645px 0 0;
	z-index: 1;
}

.value3::before,.value3_tax::before {
	content: 'image';
	position: absolute;
	top: 730px;
  right: 0;
  padding: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  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;
  z-index: 1;
}

.value3::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 760px;
	background: url(../images/value3sale_bg.jpg) no-repeat center top / cover;
	z-index: -1;
}
.value3_tax::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 760px;
	background: url(../images/value3_bg.jpg) no-repeat center top / cover;
	z-index: -1;
}


.value3_item_wrap {
	margin-top: 67px;
}
.value3_benefit-content {
	display: flex;
	gap: 63px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.value3_benefit-title {
	display: inline-block;
	background: #231916;
	color: #fff;
	font-size: clamp(15px, 4vw, 26px);
	font-weight: 600;
	padding: 0 21px 0 12px;
	line-height: calc(48/26);
}
.value3_benefit {
	display: flex;
	align-items: center;
	color: #231916;
	font-weight: 400;
	margin-top: 23px;
}
.value3_benefit .commission {
	font-size: clamp(55px, 14.6vw, 101px);
	line-height: calc(86/101);
	margin-left: 40px;
}
.value3_benefit .commission-txt {
	font-size: clamp(25px, 6.66vw, 42px);
	font-weight: 600;
	line-height: calc(58/42);
	letter-spacing: -0.087em;
	display: block;
}
.value3_benefit .txt-l span{
	background: none;
	font-size: clamp(100px, 26.6vw, 176px);
	letter-spacing: -0.14em;
	line-height: calc(151/176);
}
.value3_benefit .txt-l span+span {
	margin-left: 36px;
}

.value3_benefit-list-wrap {
	background: #7D7D7D;
	padding: 38.9px 45px  43px;
}
.value3_benefit-list-title {
	font-size: clamp(21px, 5.6vw, 23px);
	line-height: calc(27/23);
	color: #fff;
	text-align: center;
	display: flex;
 align-items: center;
	font-weight: 400;
}
.value3_benefit-list-title::before,
.value3_benefit-list-title::after {
	content: "";
	border-top: 1px solid #fff;
    flex-grow: 1;
}
.value3_benefit-list-title::before {
	margin-right: 0.3em;
}
.value3_benefit-list-title::after {
	margin-left: 0.3em;
}
.value3_benefit-list {
	font-size: clamp(16px, 4.26vw, 19px);
	line-height: calc(44/19);
	margin-top: 20.1px;
	color: #fff;
}
.value3_benefit-list span {
	color: #fff;
	font-size: clamp(20px, 4.26vw, 27px);
	line-height: calc(44/27);
	font-weight: 700;
}
.value3_note {
	margin-top: 34px;
}
/* value3 tax
============================================ */

.value3_tax .value3_item_wrap {
	display: flex;
	justify-content: space-between;
}
.value3_tax .value3_item {
	width: 30%;
	position: relative;
}
.value3_sale .value3_item::after {
	background: none;
}


.value3_item:nth-child(3):after {
	content: none;
}

.value3_item_title {
	font-size: clamp(20px, 5.3vw, 24px);
	font-weight: 600;
	margin-top: 19px;
	line-height: calc(40/24);
	color: #19306D;
}

.value3_item_text {
	font-size: 16px;
	margin-top: 17px;
	line-height: calc(30/16);
}

@media only screen and (max-width:768px) {
	.value3,.value3_tax {
		position: relative;
		padding: 120px 0 130px;
		z-index: 1;
	}
	
	.value3::after,.value3_tax::after {
		height: 148px;
	}
	
	.value3::before,.value3_tax::before {
		top: 84px;
		right: 16px;
	}
	
	.value3_item::after {
		position: absolute;
		content: '';
		background-image: url(../images/dot4.png);
		background-repeat: repeat-x;
		background-size: contain;
		top: auto;
		bottom: -30px;
		right: 0;
		width: 100%;
		height: 20px;
		z-index: 99;
	}
	
	.value3_item:nth-child(3):after {
		content: none;
	}
	
	.value3_item_wrap {
		flex-direction: column;
		gap: 35px;
	}
	.value3_item {
		width: 100%;
	}
	.value3_tax .value3_item {
		width: 100%;
	}
	.value3_item_title {
		margin-top: 17px;
		line-height: calc(25/20);
	}
	
	.value3_item_text {
		font-size: 15px;
		margin-top: 17px;
		line-height: calc(28/15);
	}
	.value3_benefit-content {
		gap: 40px;
	}
	.value3_benefit-list-title::before,
.value3_benefit-list-title::after {
	border: none;
}
.value3_benefit {
	display: flex;
	align-items: end;
}
	.value3_benefit .txt-l span+span {
		margin-left: 10px;
	}
	.value3_benefit .txt-l {
		width: 50%;
	}
	.value3_benefit .txt-l .num {
		font-size: 110px;
		padding-right: 6px;
}
	.value3_benefit .txt-l .en {
		font-size: 80px;
		letter-spacing: 0.05em;
}
	.value3_benefit .commission {
		width: 50%;
		margin-left: 0px;
		font-size: 70px;
	}
	.value3_note {
		margin-top: 20px;
	}
}


/* value 共通
============================================ */

.value_box {
	position: relative;
	background-color: #003C7A;
	color: #fff;
}

.value_box::after {
	content: '';
	position: absolute;
	background-image: url(../images/value_box.png);
	background-size: cover;
	width: 60px;
	height: 60px;
	bottom: -1px;
	right: -1px;
}

.value_box_wrap {
	position: relative;
	display: flex;
	padding: 30px 30px;
	align-items: center;
}

.value_box_wrap::after {
	content: '';
	position: absolute;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	left: 16%;
	width: 1px;
	height: 50%;
}

.value_box_num {
	position: relative;
	text-align: center;
	width: 14%;
}

.value_box_num .en {
	font-size: 23px;
	font-family: 'EB Garamond', serif;
	color: #CAD5F1;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.18em;
}

.value_box_num .num {
	font-size: 88px;
	line-height: 1;
	color: #CAD5F1;
	text-align: center;
	font-family: 'EB Garamond', serif;
}

.value_box_body {
	margin-left: 60px;
	width: 78%;
}

.value_box_title {
	font-size: 45px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: calc(53/50);
}

.value_title_wrap {
	margin-top: 108px;
}
.value_lead {
	font-size: 27px;
	text-align: center;
	line-height: 1.6;
}
.border_title {
	color: #19306D;
	margin-top: 108px;
	display: flex;
	align-items: center;
	font-size: 35px;
}
.border_title .num {
	font-size: 50px;
	line-height: 0.8;
	padding-bottom: 8px;
}
.border_title:before,
.border_title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #19306D;
}
.border_title:before {
	margin-right: 1rem;
}
.border_title:after {
	margin-left: 1rem;
}
.point_title {
	margin-top: 34px;
	color: #19306D;
	font-size: 35px;
	text-align: center;
}

.value_text_wrap {
	display: flex;
	flex-direction: column;
	margin-top: 118px;
}
.value3_tax .value3_text {
	margin-top: 28px;
} 
.value2_text,
.value3_text {
	font-size: clamp(15px, 4vw, 18px);
	line-height: calc(34/18);
}
.value2_img01 {
	text-align: center;
	margin: 50px 0 ;
}

.value_title {
	font-size: 27px;
	text-align: center;
	line-height: calc(55/40);
	font-weight: 600;
}
.value_title2 {
	font-size: 40px;
	font-weight: 600;
}

.value_notes {
	font-size: clamp(10px, 2.66vw, 12px);
}

@media only screen and (max-width:768px) {
	.value_box::after {
		content: '';
		position: absolute;
		background-image: url(../images/value_box.png);
		background-size: cover;
		width: 40px;
		height: 40px;
		bottom: -1px;
		right: -1px;
	}
	
	.value_box_wrap {
		column-gap: 20px;
		padding: 14px 20px;
	}
	
	.value_box_wrap::after {
		content: none;
	}
	
	/* .value_box_num {
		position: relative;
		margin: 0 auto;
		width: 100%;
	} */

	.value_box_num::after {
		content: '';
		position: absolute;
		background-image: url(../images/dot5.png);
		background-repeat: no-repeat;
		background-size: cover;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		width: 2px;
		height: 28px;
	}
	
	.value_box_num .en {
		font-size: 12px;
	}
	
	.value_box_num .num {
		font-size: 38px;
	}
	
	.value_box_body {
		margin-left: 0;
		width: 100%;
	}
	
	.value_box_title {
		font-size: 20px;
		letter-spacing: 0.042em;
		line-height: calc(36/23);
		text-align: left;
	}
	
	.value_text_wrap {
		display: block;
		margin-top: 57px;
		margin-bottom: 50px;
	}
	
	.value2_text,
	.value3_text{
		margin-top: 26px;
		line-height: calc(28/15);
	}

	.value_title_wrap {
		margin-top: 40px;
	}
	.value_title {
		font-size: 20px;
		text-align: left;
		line-height: 1.6;
		font-weight: 600;
	}
	.value_title2 {
		font-size: 20px;
		font-weight: 600;
	}
	.value_lead {
		font-size: 17px;
		text-align: left;
	}
	.border_title {
		margin-top: 60px;
		font-size: 35px;
	}
	.border_title .num {
		font-size: 50px;
		line-height: 0.8;
		padding-bottom: 8px;
	}
	.border_title:before,
	.border_title:after {
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #19306D;
	}
	.border_title:before {
		margin-right: 1rem;
	}
	.border_title:after {
		margin-left: 1rem;
	}
	.point_title {
		margin-top: 24px;
		font-size: 23px;
		text-align: left;
	}
}

/* bukken
============================================ */
.bukken {
	padding-top: 213.3px;
	padding-bottom: 200px;
	border-bottom: 1px dotted #3B3B41;
}

.bukken_title {
	border-top: 1px solid #3B3B41;
	padding-top: 50px;
	font-size: 36px;
	color: #3B3B41;
}

.bukken_area {
	margin-top: 50px;
}

.area_title {
	margin-top: 50px;
	background: #fff;
	border-radius: 6px;
	padding: 14px 0;
}

.area_title span {
	font-size: 20px;
	padding-left: 14px;
	color: #19306D;
	border-left: 6px solid #19306D;
}

.bukken_item_wrap {
	margin-top: 98px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 95px;
}

.bukken_item {
	position: relative;
	display: flex;
	flex-direction: column;
}

.bukken_item::after {
	position: absolute;
	content: '';
	background-image: url(../images/dot2.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0%;
	right: -12%;
	width: 1px;
	height: 100%;
}

.bukken_item:nth-child(3n):after {
	content: none;
}

.bukken_item .match {
	display: flex;
	flex-direction: column;
}
.bukken_item_title {
	font-size: 24px;
	margin-top: 24px;
	line-height: calc(40/24);
	color: #19306D;
}

.bukken_item_text {
	font-size: 16px;
	margin-top: 16px;
	line-height: calc(30/16);
	min-height: 90px;
}

.bukken_item_desc {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	padding: 12px 12px;
	border-top: 1px solid #c8c0c0;
	border-bottom: 1px solid #c8c0c0;
	flex: 1;
	font-size: 14px;
	margin-bottom: 28px;
}

.bukken_item_address,
.bukken_item_access {
	display: flex;
	align-items: center;
}

.bukken_item_access {
	margin-top: 4px;
}

.bukken_item_pieces {
	margin-top: 4px;
}

.bukken_item_address::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_map.svg) no-repeat center / contain;
	margin-right: 5px;
	flex-shrink: 0;
}

.bukken_item_access::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_access.svg) no-repeat center / contain;
	margin-right: 5px;
	flex-shrink: 0;
}

.bukken_item_btn {
	margin-top: 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	width: 100%;
	max-width: 383px;
	padding: 18px 0;
	border-radius: 50px;
	background-color: #19306D;
	border: 1px solid #19306D;
}
.bukken_item_btn.floor {
	background-color:#7F95D1 ;
	border: 1px solid #7F95D1;
	margin-top: 19px;
}
.bukken_item_btn.floor:hover {
	border: 1px solid #19306D;
}

.bukken_item_btn:hover {
	transition: .4s;
	color: #19306D;
	background-color: #fff;
}

.contact_area {
	margin-top: 155px;
}

.contact_area .bukken_item_btn {
	margin-top: 30px;
}

.no_plan {
	margin-top: 60px;
	width: 100%;
	padding: 100px 0;
	font-size: 14px;
	text-align: center;
	border: 1px solid #c8c0c0;
	border-radius: 4px;
	background-color: #fff;
}

@media only screen and (max-width:768px) {
	.bukken {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	
	.bukken_title {
		padding-top: 30px;
		font-size: 26px;
	}
	
	.bukken_area {
		margin-top: 40px;
	}
	
	.bukken_area + .bukken_area {
		margin-top: 100px;
	}
	
	.bukken_item + .bukken_item {
		margin-top: 30px;
	}

	.bukken_item::after,
	.bukken_item:nth-child(3):after {
		position: absolute;
		content: '';
		background-image: url(../images/dot4.png);
		background-repeat: repeat-x;
		background-size: contain;
		top: auto;
		bottom: -50px;
		right: 0;
		width: 100%;
		height: 20px;
		z-index: 99;
	}

	.bukken_item:last-child:after {
		content: none;
	}
	
	.bukken_item_wrap {
		margin-top: 40px;
		grid-template-columns: 1fr;
		gap: 35px;
	}
	
	.bukken_item_title {
		font-size: 19px;
		margin-top: 17px;
		line-height: calc(25/19);
	}
	
	.bukken_item_text {
		font-size: 15px;
		margin-top: 17px;
		line-height: calc(28/15);
		min-height: auto;
	}

	.no_plan {
		margin-top: 40px;
	}

	.contact_area {
		margin-top: 65px;
	}

	.contact_area .bukken_item_btn {
		margin-top: 20px;
	}
	.bukken_item_btn-wrap {
		margin-top: 0;
	}
}


/* footer
============================================ */
.footer {
	padding-top: 80px;
	padding-bottom: 200px;
}

.footer_contents {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.footer_logo {
	width: 210px;
	display: block;
}

.copyright {
	font-size: 10px;
	letter-spacing: 0.2em;
}

@media only screen and (max-width:768px) {
	.footer {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	
	.footer_contents {
		display: block;
	}
	
	.footer_logo {
		max-width: 210px;
		display: block;
	}
	
	.copyright {
		margin-top: 20px;

	}
}

/* fix_btn
============================================ */
.fix_btn {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	width: 100%;
	max-width: 300px;
	padding: 18px 0;
	border-radius: 50px;
	background-color: #19306D;
	border: 1px solid #19306D;
	z-index: 10;
	opacity: 0; /* 初期状態では透明にする */
	transition: opacity 0.2s ease; 
}

	.fix_btn.visible {
		opacity: 1; /* 表示時の透明度を設定 */
	}

.fix_btn:hover {
	transition: .4s;
	color: #19306D;
	background-color: #fff;
}

@media only screen and (max-width:768px) {
	.fix_btn {
		font-size: 13px;
		right: 6px;
		max-width: 200px;
		padding: 14px 0;
	}
}


/* お問い合わせ*/
.flex-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #003c7a;
  padding: 80px;
}
.flex-contents .flex-item {
  width: 48%;
}
.flex-contents .flex-item.item01 {
	width: 35.3%;
}
.flex-contents .flex-item p {
  padding: 10px 0;
  color: #fff;
}
.flex-contents .flex-item p:first-of-type {
  padding-top: 0;
}
.flex-item .InBtn a {
  position: relative;
  display: block;
  max-width: 485px;
  padding: 15px 50px 15px 35px;
  color: #003C7A;
  font-size: 20px;
  text-align: left;
  background-color: #fff;
  text-decoration: none;
}
.flex-item .InBtn img {
  position: absolute;
  right: 20px;
  top: -5px;
  bottom: 0;
  margin: auto;
  width: 34px;
}
.flex-item .InBtn:nth-child(2) {
  margin: 20px 0;
}
@media only screen and (max-width:768px) {
  .flex-contents {
    display: block;
    padding: 40px;
    text-align: center;
  }
  .flex-contents .flex-item,
  .flex-contents .flex-item.item01 {
    width: 100%;
  }
  .flex-contents .flex-item p:last-of-type {
    margin-bottom: 30px;
  }
  .flex-item .InBtn a {
    margin: auto;
    font-size: 18px;
    max-width: 220px;
    padding: 15px 40px;
  }
  .flex-item .InBtn img {
    width: 22px;
    right: 15px;
  }
}
@media only screen and (max-width:480px) {
  .flex-contents {
    padding: 40px 20px;
  }
  .flex-item .InBtn a {
    font-size: 16px;
  }
}

.planListNone {
	font-size: 16px;
	text-align: center;
  margin-bottom: 40px;
	padding: 120px 15px;
	border: 1px solid #616060;
  background: #ffffff;
}


.planDetail .endCaps {
  max-width: 840px;
  margin: 60px auto 0;
  font-size: 12px;
}
@media only screen and (max-width:768px) {
  .planDetail .endCaps {
    font-size: 11px;
  }
}

.ttlimage {
	overflow:hidden;
	width: 100%;
	margin-bottom: 60px;
	background-color: #003c7a;
}
.ttlimage img {
	width: 1190px;
	max-width: none;
}
@media only screen and (max-width:768px) {
	.ttlimage {
		margin-bottom: 40px;
	}
}