@charset "utf-8";

/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
}
.sec {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
.sec .inner {
	max-width: 1000px;
	margin: auto;
	box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
	.sec {
		min-width: 100%;
	}
	.sec .inner {
		max-width: 100%;
	}
}





/*--------------------------------------
　MV
---------------------------------------*/
.top_mv {
	background: url("img/top_mv.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 362px;
	min-width: 1000px;
	box-sizing: border-box;
	position: relative;
}

.top_mv .mv_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 720px;
	margin: auto;
	padding: 0 14rem;
	color: #fff;
}

.top_mv .mv_ttl {
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.top_mv .mv_txt {
	margin: 4rem 0 0;
	font-size: 1.5rem;
	line-height: 2;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.top_mv {
		background: url("img/top_mv.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		min-width: 100%;
		padding: 4rem 1.5rem;
	}

	.top_mv .mv_inner {
		position: static;
		top: inherit;
		left: inherit;
		transform: inherit;
		max-width: 100%;
		padding: 0 0;
	}

	.top_mv .mv_ttl {
		font-size: 2rem;
	}

	.top_mv .mv_txt {
		margin: 2rem 0 0;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}





/*--------------------------------------
　Title
---------------------------------------*/
.ttl_wrap {
	text-align: center;
}

.main_ttl {
	display: inline-block;
}

.main_ttl .ttl_eng {
	margin-left: -6rem;
}

.main_ttl .ttl {
	margin-top: -5rem;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}

.main_ttl .ttl span {
	font-size: 3rem;
}

.main_ttl .ttl a {
	padding: 0 4rem;
	box-sizing: border-box;
	position: relative;
}
.main_ttl .ttl a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: solid 2px #67c2b1;
	border-right: solid 2px #67c2b1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.main_ttl .ttl_eng {
		margin-left: 2rem;
	}

	.main_ttl .ttl {
		margin-top: -3rem;
		font-size: 2.5rem;
		line-height: 1.5;
	}

	.main_ttl .ttl span {
		font-size: 1.8rem;
	}

	.main_ttl .ttl a {
		padding: 0 2rem;
	}
	.main_ttl .ttl a:after {
		width: 12px;
		height: 12px;
		margin-top: -6px;
		border-top: solid 1px #67c2b1;
		border-right: solid 1px #67c2b1;
	}
}





/*--------------------------------------
　テキスト
---------------------------------------*/
.txt {
	font-size: 1.5rem;
	line-height: 2;
	text-align: justify;
}

.lead {
	margin: 3rem 0 0 0;
	padding: 0 12rem;
	box-sizing: border-box;
	font-size: 1.4rem;
	text-align: center;
	line-height: 2;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.txt {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.lead {
		margin: 2rem 0 0 0;
		padding: 0 0;
		text-align: justify;
		line-height: 1.8;
	}
}





/*--------------------------------------
　point
---------------------------------------*/
.point {
	background: #fff;
	padding: 8rem 0 10rem;
}


.point .ttl_wrap {
	background: url("img/illust01.png") right 0 no-repeat;
	background-size: 207px auto;
}

.point .main_ttl .ttl_eng {
	width: 166px;
}


.point_block {
	margin: 6rem 0 0;
}

.point_block .box {
	margin: 0 0 5rem;
}
.point_block .box:last-child {
	margin: 0 0 0;
}


.point_block .ttl_box_wrap {
	background: #67c2b1;
	padding: 2rem 5rem 2rem 2.5rem;
	position: relative;
}
.point_block .ttl_box_wrap:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 18%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 22px 18px 0;
	border-color: transparent #67c2b1 transparent transparent;
}

.point_block .ttl_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.point_block .ttl_box:before,
.point_block .ttl_box:after {
	content: "";
	position: absolute;
	background: #ceebe6;
	width: 80px;
	height: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.point_block .ttl_box:before {
	bottom: 45px;
	right: -12px;
}
.point_block .ttl_box:after {
	bottom: 28px;
	right: -12px;
}

.point_block .p_icon_wrap {
	background: #fff;
	width: 100px;
	height: 100px;
	margin-top: -4.5rem;
	box-sizing: border-box;
	color: #67c2b1;
	border: 2px solid #67c2b1;
	border-radius: 50%;
	position: relative;
}
.point_block .p_icon_wrap:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: -5px;
}

.point_block .p_icon {
	width: 100%;
	padding-top: 2rem;
	font-size: 2.3rem;
	text-align: center;
}

.point_block .p_icon span {
	display: block;
	font-size: 4.8rem;
}

.point_block .box_ttl {
	width: calc(90% - 3rem);
	color: #fff;
	font-size: 3rem;
}


.point_block .txt {
	margin: 3rem 0 0;
	padding: 0 0 0 14rem;
	font-size: 1.4rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.point {
		padding: 5rem 1.5rem 6rem;
	}


	.point .ttl_wrap {
		background: none;
	}
	.point .ttl_wrap:before {
		content: "";
		position: absolute;
		top: -4rem;
		right: 1.5rem;
		background: url("img/illust01.png") right 0 no-repeat;
		background-size: 70% auto;
		width: 207px;
		height: 109px;
	}

	.point .main_ttl .ttl_eng {
		width: 32%;
	}


	.point_block {
		margin: 3rem 0 0;
	}

	.point_block .box {
		margin: 0 0 3rem;
	}


	.point_block .ttl_box_wrap {
		padding: 1.5rem 1.5rem 1.5rem 1.5rem;
		overflow: hidden;
	}
	.point_block .ttl_box_wrap:after {
		left: 30%;
		border-width: 0 14px 12px 0;
	}

	.point_block .ttl_box:before,
	.point_block .ttl_box:after {
		width: 40px;
		height: 1px;
	}
	.point_block .ttl_box:before {
		bottom: 30px;
		right: -10px;
	}
	.point_block .ttl_box:after {
		bottom: 14px;
		right: -6px;
	}

	.point_block .p_icon_wrap {
		width: 60px;
		height: 60px;
		margin-top: 0;
		border: 1px solid #67c2b1;
	}
	.point_block .p_icon_wrap:after {
		margin: -3px;
	}

	.point_block .p_icon {
		padding-top: 1.5rem;
		font-size: 1.3rem;
	}

	.point_block .p_icon span {
		font-size: 2.7rem;
	}

	.point_block .box_ttl {
		width: calc(80% - 1.5rem);
		font-size: 2rem;
	}


	.point_block .txt {
		margin: 2rem 0 0;
		padding: 0 0 0 0;
	}
}





/*--------------------------------------
　pickup
---------------------------------------*/
.pickup {
	background-color: #f8f8f8;
	background-image:  url("img/bg01.jpg"), url("img/bg02.png");
	background-size: 100% auto, 744px auto;
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, right bottom;
	padding: 9rem 0 20rem;
}


.pickup .ttl_wrap {
	position: relative;
}
.pickup .ttl_wrap:after {
	content: "";
	position: absolute;
	top: -8rem;
	right: 0;
	background: url("img/illust02.png") right 0 no-repeat;
	background-size: 100% auto;
	width: 230px;
	height: 124px;
}

.pickup .main_ttl .ttl_eng {
	width: 214px;
}


.pickup_block {
	background: #fff;
	margin: 8rem 0 0;
	padding: 7rem 6rem 10rem;
}


.pickup_block .btn-web a {
	margin: 7rem auto 0;
}


.pickup_box01 {
	display: flex;
	justify-content: space-between;
}

.pickup_box01 .left {
	width: 36%;
	box-sizing: border-box;
}

.pickup_box01 .pckup_cc {
	margin-top: -9.5rem;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.6;
}

.pickup_box01 .ttl {
	margin: 4rem 0 0;
	font-size: 4.4rem;
}

.pickup_box01 .txt {
	margin: 3rem 0 0;
}

.pickup_box01 .price {
	background: #67c2b1;
	margin: 3rem 0 0;
	padding: 1.5rem 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	position: relative;
}
.pickup_box01 .price:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #fff;
	margin: 5px;
}
.pickup_box01 .price span {
	font-size: 2.4rem;
	font-weight: bold;
}

.pickup_box01 .btn-web a {
	margin: 3rem auto 0;
	padding: 2rem 4rem;
	font-size: 1.4rem;
}
.pickup_box01 .btn-web a:after {
	right: 2rem;
	width: 8px;
	height: 8px;
	margin-top: -4px;
}

.pickup_box01 .right {
	width: calc(64% - 7rem);
	box-sizing: border-box;
}

.pickup_block .tag_list_wrap {
	margin: 0 0 2rem;
}

.pickup_block .tag_list_wrap p {
	float: left;
	margin-top: 1rem;
}
.pickup_block .tag_list_wrap p:last-child {
	float: inherit;
	text-align: right;
	margin-top: -2.5rem;
}
.pickup_block .tag_list_wrap p:first-child {
	font-weight: bold;
}

.pickup_block .tag_list li {
	margin: 0 1rem 0 0;
	padding: 1rem 1rem;
}

.pickup_block .slide-item {
	margin: 0 1.5rem;
}

.pickup_block .slide-item .image:before {
	top: 1.5rem;
	left: -1.5rem;
}

.pickup_block .slide-arrow {
	width: 34px;
	height: 34px;
}

.pickup_block .slide-item .caption {
	margin: 2rem 0 0;
	text-align: center;
	font-size: 1.1rem;
	color: #666;
}


.pickup_box02 {
	margin: 5em 0 0;
}

.pickup_box02 .ttl_box {
	position: relative;
}
.pickup_box02 .ttl_box:after {
	content: "";
  display: block;
  background: -webkit-linear-gradient(to right, #4ddac0, #8db9e6);
  background: linear-gradient(to right, #4ddac0, #8db9e6);
	width: 100%;
  height: 4px;
	margin-top: 1.5rem;
}

.pickup_box02 .ttl_eng {
	font-size: 2rem;
}

.pickup_box02 .ttl {
	font-size: 3.4rem;
}


.pickup_box02 .feature_block {
	margin: 3rem 0 0;
}

.pickup_box02 .feature_block .box {
	margin: 0 0 4rem;
}
.pickup_box02 .feature_block .box:last-child {
	margin: 0 0 0;
}

.pickup_box02 .feature_block .cc {
	color: #4eb4a1;
	font-size: 2.4rem;
}

.pickup_box02 .feature_block .txt {
	margin: 1.5rem 0 0;
}


.pickup_box02 .reason_block {
	margin: 3rem 0 0;
}

.pickup_box02 .reason_list li {
	margin: 0 0 2rem;
	padding: 0 0 0 3rem;
	font-size: 1.5rem;
	line-height: 2;
	position: relative;
}
.pickup_box02 .reason_list li:last-child {
	margin: 0 0 0;
}
.pickup_box02 .reason_list li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background: url("img/list_icon01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
}


.pickup_box02 .repute_block {
	display: flex;
	justify-content: space-between;
	margin: 5rem 0 0;
}

.pickup_box02 .repute_block .box {
	background: #eaf7f5; 
	width: calc(33.33% - 1.5rem);
	padding: 3rem 3rem;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 0px #c9e3de;
	position: relative;
}
.pickup_box02 .repute_block .box:before {
	content: "";
	position: absolute;
	top: -1.5rem;
	left: -1rem;
	background: url("img/box_deco01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 48px;
	height: 42px;
}

.pickup_box02 .repute_block .cc {
	color: #46b9a3;
	font-size: 2.4rem;
}

.pickup_box02 .repute_block .txt {
	margin: 1.5rem 0 0;
}

.pickup_box02 .repute_block .caption {
  margin: 1.5rem 0 ;
	padding-bottom:1rem;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #C0C0C0 #eee;
	color:#666;
	font-size:1.2rem;
}

/* for chrome, safari */
.pickup_box02 .repute_block .caption::-webkit-scrollbar {
  height: 5px;
}

.pickup_box02 .repute_block .caption::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #C0C0C0;
}

.pickup_box02 .repute_block .caption::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}
.pickup_box02 .repute_block .caption a{
	color:#666;
}

.pickup_box02 .info_block {
	display: flex;
	justify-content: space-between;
	margin: 4rem 0 0;
}

.pickup_box02 .info_block .info_ttl {
	background: #f2f2f2;
	padding: 1.5rem 1.5rem;
	color: #4eb4a1;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.pickup_box02 .info_block .box {
	margin: 2.5rem 0 0;
}

.pickup_box02 .info_block .left {
	width: 40%;
	box-sizing: border-box;
}

.pickup_box02 .info_block .fb {
  width: 100%;
	text-align: center;
	margin: auto;
}

.pickup_box02 .info_block .right {
	width: calc(60% - 5rem);
	box-sizing: border-box;
}

.pickup_box02 .info_box dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pickup_box02 .info_box dt {
	width: 20%;
	padding: 2rem 0 2rem 0;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 2px solid #67c2b1;
}

.pickup_box02 .info_box dd {
	width: 80%;
	padding: 2rem 0 2rem 2rem;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.6;
	border-bottom: 2px solid #999999;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.pickup {
		background-image:  url("img/bg01.jpg"), url("img/bg02.png");
		background-size: 100% auto, 80% auto;
		padding: 5rem 1.5rem 8rem;
	}


	.pickup .ttl_wrap:after {
		top: -6rem;
		background: url("img/illust02.png") right 0 no-repeat;
		background-size: 60% auto;
	}

	.pickup .main_ttl .ttl_eng {
		width: 40%;
		margin-left: 5rem;
	}


	.pickup_block {
		margin: 4rem 0 0;
		padding: 2rem 1.5rem 5rem;
	}


	.pickup_block .btn-web a {
		margin: 3rem auto 0;
	}

	.pickup_block .btn-tel a {
		margin: 1.5rem auto 0;
	}


	.pickup_box01 {
		display: block;
	}

	.pickup_box01 .left {
		width: 100%;
	}

	.pickup_box01 .pckup_cc {
		margin-top: -3.5rem;
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.4;
	}

	.pickup_box01 .ttl {
		margin: 1rem 0 0;
		font-size: 3rem;
		text-align: center;
	}

	.pickup_box01 .txt {
		margin: 1.5rem 0 0;
	}

	.pickup_box01 .price {
		margin: 1.5rem 0 0;
		padding: 1rem 1rem;
		font-size: 1.3rem;
	}
	.pickup_box01 .price:after {
		margin: 3px;
	}
	.pickup_box01 .price span {
		font-size: 2rem;
	}

	.pickup_box01 .btn-web a {
		margin: 2rem auto 0;
		padding: 1.8rem 4rem;
	}

	.pickup_box01 .right {
		width: 100%;
		margin: 2rem 0 0;
	}

	.pickup_block .tag_list_wrap {
		display: block;
		margin: 0 0 1.5rem;
	}

	.pickup_block .tag_list_wrap p {
		float: left;
	}
	.pickup_block .tag_list_wrap p:last-child {
		float: inherit;
		text-align: right;
		margin-top: -2rem;
	}

	.pickup_block .tag_list li {
		margin: 0 0.5rem 0.5rem 0;
		padding: 0.5rem 0.5rem;
	}

	.pickup_block .slide-item {
		margin: 0 1rem;
	}

	.pickup_block .slide-item .image:before {
		top: 0.8rem;
		left: -0.8rem;
	}

	.pickup_block .slide-arrow {
		width: 18px;
		height: 18px;
	}

	.pickup_block .slide-item .caption {
		margin: 1.5rem 0 0;
		padding-bottom:0.5rem;
	}


	.pickup_box02 {
		margin: 3em 0 0;
	}

	.pickup_box02 .ttl_box:after {
		height: 2px;
		margin-top: 1rem;
	}

	.pickup_box02 .ttl_eng {
		font-size: 1.5rem;
	}

	.pickup_box02 .ttl {
		font-size: 2rem;
	}


	.pickup_box02 .feature_block {
		margin: 1.5rem 0 0;
	}

	.pickup_box02 .feature_block .box {
		margin: 0 0 3rem;
	}

	.pickup_box02 .feature_block .cc {
		font-size: 1.6rem;
	}

	.pickup_box02 .feature_block .txt {
		margin: 1rem 0 0;
	}


	.pickup_box02 .reason_block {
		margin: 1.5rem 0 0;
	}

	.pickup_box02 .reason_list li {
		margin: 0 0 1.5rem;
		padding: 0 0 0 2rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.pickup_box02 .reason_list li:before {
		top: 8px;
		background: url("img/list_icon01.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 10px;
		height: 10px;
	}


	.pickup_box02 .repute_block {
		margin: 2rem 0 0;
	}

	.pickup_box02 .repute_block .box {
		width: 100%;
		margin: 1rem 1rem 1rem;
		padding: 2rem 2rem 3rem;
		border-radius: 5px;
		box-shadow: 4px 4px 0px 0px #c9e3de;
	}
	.pickup_box02 .repute_block .box:before {
		top: -1rem;
		left: -1rem;
		background: url("img/box_deco01.png") 0 0 no-repeat;
		background-size: 70% auto;
	}

	.pickup_box02 .repute_block .cc {
		font-size: 1.7rem;
	}

	.pickup_box02 .repute_block .txt {
		margin: 1rem 0 0;
	}


	.pickup_box02 .info_block {
		display: block;
		margin: 2rem 0 0;
	}

	.pickup_box02 .info_block .info_ttl {
		padding: 1rem 1rem;
		font-size: 1.7rem;
	}

	.pickup_box02 .info_block .box {
		margin: 1.5rem 0 0;
	}

	.pickup_box02 .info_block .left {
		width: 100%;
	}

	.pickup_box02 .info_block .fb {
		width: 100%;
		text-align: center !important;
		margin: 0 auto!important;
	}
	
	.pickup_box02 .info_block .fb-page {
		text-align: center!important;
		margin: 0 auto !important;
	}

	.pickup_box02 .info_block .right {
		width: 100%;
		margin: 3rem 0 0;
	}

	.pickup_box02 .info_box dt {
		width: 30%;
		padding: 1rem 0 1rem 0;
		font-size: 1.4rem;
		border-bottom: 1px solid #67c2b1;
	}

	.pickup_box02 .info_box dd {
		width: 70%;
		padding: 1rem 0 1rem 1rem;
		font-size: 1.4rem;
		border-bottom: 1px solid #999999;
	}
}





/*--------------------------------------
　diff
---------------------------------------*/
.diff {
	padding: 10rem 0 0;
}


.diff .main_ttl .ttl_eng {
	width: 306px;
}


.diff_block_wrap {
	background: linear-gradient(90deg, #d6ede8 0%, #d6ede8 50%, #dbe9f0 50%, #dbe9f0 100%);
	margin: 10rem 0 0;
	padding: 0 0 14rem;
}

.diff_block .diff_box {
	position: relative;
	top: -5rem;
}

.diff_block .diff_ttl_wrap {
	display: flex;
	justify-content: space-between;
}

.diff_block .diff_ttl {
	width: calc(50% - 2.5rem);
	padding: 2.5rem 2rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 3.4rem;
	text-align: center;
	position: relative;
}
.diff_block .diff_ttl:before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  z-index: 2;
}
.diff_block .diff_ttl:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  z-index: 1;
}

.diff_block .diff_ttl:nth-child(1) {
	background: #67c2b1;
	border: 1px solid #1b8873;
}
.diff_block .diff_ttl:nth-child(1):before {
	border-top: 30px solid #67c2b1;
}
.diff_block .diff_ttl:nth-child(1):after {
	border-top: 30px solid #1b8873;
}
.diff_block .diff_ttl:nth-child(2) {
	background: #6ea7c5;
	border: 1px solid #357190;
}
.diff_block .diff_ttl:nth-child(2):before {
	border-top: 30px solid #6ea7c5;
}
.diff_block .diff_ttl:nth-child(2):after {
	border-top: 30px solid #357190;
}

.diff_block .box_wrap {
	margin: 4rem 0 0;
}

.diff_block .sub_ttl {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}

.diff_block .sub_ttl span {
	margin-right: 2rem;
	font-size: 6rem;
}

.diff_block .box {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0 0;
}

.diff_block .box_inner {
	width: calc(50% - 2.5rem);
	box-sizing: border-box;
}

.diff_block .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 2rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.diff_block .box_inner:nth-child(1) .ttl {
	background: #67c2b1;
}
.diff_block .box_inner:nth-child(2) .ttl {
	background: #6ea7c5;
}

.diff_block .txt_box {
	background: #fff;
	padding: 3rem 4rem;
}
.diff_block .box_inner:nth-child(1) .txt_box {
	border: 1px solid #67c2b1;
}
.diff_block .box_inner:nth-child(2) .txt_box {
	border: 1px solid #6ea7c5;
}


.diff .summary {
	background: #fffceb url("img/illust01.png") right 3rem bottom 5rem no-repeat;
	background-size: 232px auto;
	margin: 5rem 0 0;
	padding: 1rem 1rem;
	box-sizing: border-box;
}

.diff .summary_inner {
	padding: 0 6rem 5rem;
	border: 1px solid #111;
	position: relative;
}
.diff .summary_inner:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -100px;
  border: 100px solid transparent;
  border-top: 45px solid #fffceb;
  z-index: 2;
}
.diff .summary_inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  border: 100px solid transparent;
  border-top: 45px solid #333;
  z-index: 1;
}

.diff .summary .sum_ttl {
	font-size: 6rem;
	text-align: center;
	position: relative;
	top: -4rem;
	z-index: 2;
}

.diff .summary .cc {
	font-size: 2.6rem;
}

.diff .summary .txt {
	width: 75%;
	margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.diff {
		padding: 5rem 0 0;
	}


	.diff .ttl_wrap {
		padding: 0 1.5rem;
	}
	
	.diff .main_ttl .ttl_eng {
		width: 50%;
		margin-left: 0;
	}

	
	.diff .lead {
		padding: 0 1.5rem;
	}


	.diff_block_wrap {
		background: linear-gradient(90deg, #d6ede8 0%, #d6ede8 50%, #dbe9f0 50%, #dbe9f0 100%);
		margin: 5rem 0 0;
		padding: 0 1.5rem 6rem;
	}

	.diff_block .diff_box {
		top: -2.5rem;
	}

	.diff_block .diff_ttl {
		width: calc(50% - 0.5rem);
		padding: 1.5rem 0;
		font-size: 2rem;
	}
	.diff_block .diff_ttl:before {
		bottom: -28px;
		margin-left: -10px;
		border: 10px solid transparent;
	}
	.diff_block .diff_ttl:after {
		bottom: -30px;
		margin-left: -10px;
		border: 10px solid transparent;
	}

	.diff_block .diff_ttl:nth-child(1):before {
		border-top: 20px solid #67c2b1;
	}
	.diff_block .diff_ttl:nth-child(1):after {
		border-top: 20px solid #1b8873;
	}
	.diff_block .diff_ttl:nth-child(2):before {
		border-top: 20px solid #6ea7c5;
	}
	.diff_block .diff_ttl:nth-child(2):after {
		border-top: 20px solid #357190;
	}

	.diff_block .box_wrap {
		margin: 3rem 0 0;
	}

	.diff_block .sub_ttl {
		font-size: 1.2rem;
	}

	.diff_block .sub_ttl span {
		margin-right: 1rem;
		font-size: 3.5rem;
	}

	.diff_block .box {
		margin: 0 0 0;
	}

	.diff_block .box_inner {
		width: calc(50% - 0.5rem);
	}

	.diff_block .ttl {
		padding: 1rem 0.5rem;
		font-size: 1.6rem;
	}

	.diff_block .txt_box {
		padding: 1.5rem 1.5rem;
	}


	.diff .summary {
		background: #fffceb url("img/sp_illust01.png") center bottom 2rem no-repeat;
		background-size: 80% auto;
		margin: 3rem 0 0;
		padding: 0.5rem 0.5rem;
	}

	.diff .summary_inner {
		padding: 0 2rem 3rem;
	}
	.diff .summary_inner:before {
		margin-left: -60px;
		border: 60px solid transparent;
		border-top: 25px solid #fffceb;
	}
	.diff .summary_inner:after {
		margin-left: -60px;
		border: 60px solid transparent;
		border-top: 25px solid #333;
	}

	.diff .summary .sum_ttl {
		font-size: 4rem;
		top: -3rem;
	}

	.diff .summary .cc {
		font-size: 1.8rem;
	}

	.diff .summary .txt {
		width: 100%;
		margin: 1.5rem 0 0;
	}	
}





/*--------------------------------------
　voice
---------------------------------------*/
.voice {
	padding: 10rem 0 12rem;
}
.voice02 {
	background: #f6f6f6;
	z-index: 0;
}


.voice .main_ttl .ttl_eng {
	width: 148px;
}


.voice_block {
	display: flex;
	flex-wrap: wrap;
	margin: 6rem 0 0;
}
.accordion_wrap .voice_block {
	margin: 0 0 0;
}

.voice_block .box {
	background: #fff;
	width: calc(33.33% - 3rem);
	margin: 0 1.5rem 3rem 1.5rem;
	padding: 3rem 2rem 3rem;
	box-sizing: border-box;
	border: 8px solid #f2f2f2;
	position: relative;
}
.voice_block .box:before,
.voice_block .box:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: -1;
}
.voice_block .box:before {
	top: -14px;
	left: -14px;
}
.voice_block .box:after {
	bottom: -14px;
	right: -14px;
}

.voice01 .voice_block .box:before,
.voice01 .voice_block .box:after {
	background: #4eb4a1;
}
.voice02 .voice_block .box:before,
.voice02 .voice_block .box:after {
	background: #6ea7c5;
	z-index: -1;
}

.voice_block .ttl {
	padding: 0 0 1rem 0;
	text-align: center;
}

.voice_block .ttl a {
	flex-wrap: wrap;
	padding: 0 1.5rem 0 1rem;
	font-size: 2.8rem;
	line-height: 1.2;
	position: relative;
}
.voice_block .ttl a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.voice_block .ttl span {
	display: inline-block;
	font-size: 2rem;
}

.voice01 .voice_block .ttl {
	border-bottom: 2px solid #4eb4a1;
}
.voice01 .voice_block .ttl a {
	color: #4eb4a1;
}
.voice01 .voice_block .ttl a:after {
	border-top: 2px solid #4eb4a1;
	border-right: 2px solid #4eb4a1;
}
.voice02 .voice_block .ttl {
	border-bottom: 2px solid #6ea7c5;
}
.voice02 .voice_block .ttl a {
	color: #6ea7c5;
}
.voice02 .voice_block .ttl a:after {
	border-top: 2px solid #6ea7c5;
	border-right: 2px solid #6ea7c5;
}


.voice_block .txt {
	margin: 2rem 0 0;
}


.voice_block .add {
	background: #f2f2f2;
	margin: 2rem 0 0;
	padding: 2rem 2rem;
}

.voice_block .add dt {
	padding-left: 2.5rem;
	font-size: 1.7rem;
	font-weight: bold;
	position: relative;
}
.voice_block .add dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
}

.voice_block .add dd {
	margin: 1rem 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
	color:#666;
}

.voice01 .voice_block .add dt:before {
	background: url("img/list_icon01.png") 0 0 no-repeat;
	background-size: 100% auto;
}
.voice02 .voice_block .add dt:before {
	background: url("img/list_icon02.png") 0 0 no-repeat;
	background-size: 100% auto;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.voice {
		padding: 4rem 1.5rem 5rem;
	}


	.voice .main_ttl .ttl_eng {
		width: 32%;
	}


	.voice_block {
		display: block;
		margin: 3rem 0 0;
	}

	.voice_block .box {
		width: 100%;
		margin: 0 0 2rem 0;
		padding: 2rem 2rem 3rem;
		border: 4px solid #f2f2f2;
	}
	.voice_block .box:before,
	.voice_block .box:after {
		width: 35px;
		height: 35px;
	}
	.voice_block .box:before {
		top: -9px;
		left: -9px;
	}
	.voice_block .box:after {
		bottom: -9px;
		right: -9px;
	}


	.voice_block .ttl a {
		padding: 0 1rem 0 1rem;
		font-size: 2.2rem;
	}
	.voice_block .ttl a:after {
		width: 8px;
		height: 8px;
		margin-top: -4px;
	}

	.voice_block .ttl span {
		font-size: 1.4rem;
	}

	.voice01 .voice_block .ttl {
		border-bottom: 1px solid #4eb4a1;
	}
	.voice01 .voice_block .ttl a:after {
		border-top: 1px solid #4eb4a1;
		border-right: 1px solid #4eb4a1;
	}
	.voice02 .voice_block .ttl {
		border-bottom: 1px solid #6ea7c5;
	}
	.voice02 .voice_block .ttl a:after {
		border-top: 1px solid #6ea7c5;
		border-right: 1px solid #6ea7c5;
	}


	.voice_block .txt {
		margin: 1.5rem 0 0;
	}


	.voice_block .add {
		margin: 1.5rem 0 0;
		padding: 1.5rem 1.5rem;
	}

	.voice_block .add dt {
		padding-left: 1.5rem;
		font-size: 1.4rem;
	}
	.voice_block .add dt:before {
		top: 2px;
		width: 10px;
		height: 10px;
	}

	.voice_block .add dd {
		font-size: 1.4rem;
	}
}


/*--------------------------------------
　アコーディオン
---------------------------------------*/
.accordion_box {
	display: none;
}

.accordion_all {
	background:none;
	max-width: 410px;
	margin: 4rem auto 0;
	padding: 2.5rem 5rem;
	box-sizing: border-box;
	color: #111;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border: 2px solid #111;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
}
.accordion_all:before {
	content: "全部⾒る";
}
.accordion_all.is-open:before {
	content: "閉じる";
}
.accordion_all:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion_all.is-open::after {
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.accordion_all {
		max-width: 80%;
		margin: 2rem auto 0;
		padding: 1.5rem 4rem;
		font-size: 1.4rem;
		border: 1px solid #111;
		border-radius: 3px;
	}
	.accordion_all:after {
		right: 2rem;
		border-top: solid 1px #111;
		border-right: solid 1px #111;
	}
}





/*--------------------------------------
　cost
---------------------------------------*/
.cost {
	padding: 10rem 0 24rem;
}


.cost .main_ttl .ttl_eng {
	width: 120px;
	position: relative;
	top: 6rem;
}


.cost_block {
	margin: 6rem 0 0;
}

.cost_block .box {
	margin: 0 0 24rem;
	position: relative;
}
.cost_block .box:last-child {
	margin: 0 0 0;
}

.cost_block .left {
	width: 60%;
}
.cost_block .box:nth-child(even) .left {
	margin: 0 0 0 auto;
}

.cost_block .right {
	width: 65%;
	position: absolute;
	top: 3rem;
	right: 0;
}
.cost_block .box:nth-child(even) .right {
	right: inherit;
	left: 0;
}

.cost_block .ttl {
	background: #111;
	width: 55%;
	margin: 0 0 0 auto;
	padding: 2.5rem 2rem;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
	position: relative;
}
.cost_block .ttl:before,
.cost_block .ttl:after {
	content: "";
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	height: 1px;
}
.cost_block .ttl:before {
	top: 0.5rem;
}
.cost_block .ttl:after {
	bottom: 0.5rem;
}
.cost_block .box:nth-child(even) .ttl {
	margin: 0 auto 0 0;
}

.cost_block .txt_box {
	background: rgba(255,255,255,0.9);
	margin: 4rem 0 0;
	padding: 4rem 5rem 5rem;
	box-shadow: -10px 10px 0px 0px rgba(108,196,180,0.3);
}

.cost_block .cc {
	color: #46b9a3;
	font-size: 2.8rem;
}

.cost_block .txt {
	margin: 2rem 0 0;
}

.cost_block .link01 a {
	max-width: 370px;
	margin: 3rem auto 0;
	padding: 2rem 5rem;
	box-sizing: border-box;
	color: #4eb4a1;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border: 2px solid #4eb4a1;
	border-radius: 6px;
	position: relative;
}
.cost_block .link01 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: solid 2px #4eb4a1;
	border-right: solid 2px #4eb4a1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.cost {
		padding: 4rem 1.5rem 6rem;
	}


	.cost .main_ttl .ttl_eng {
		width: 28%;
		margin-left: 0;
		top: 3rem;
	}


	.cost_block {
		margin: 3rem 0 0;
	}

	.cost_block .box {
		margin: 0 0 5rem;
	}

	.cost_block .left {
		width: 100%;
	}
	.cost_block .box:nth-child(even) .left {
		margin: 0 auto 0 auto;
	}

	.cost_block .right {
		width: 100%;
		margin: 0 0 0 auto;
		position: static;
		top: inherit;
		right: inherit;
	}
	.cost_block .box:nth-child(even) .right {
		right: inherit;
		left: inherit;
	}

	.cost_block .ttl {
		width: 90%;
		margin: 0 auto 2rem auto;
		padding: 2rem 1.5rem;
		font-size: 2rem;
	}
	.cost_block .ttl:before {
		top: 0.3rem;
	}
	.cost_block .ttl:after {
		bottom: 0.3rem;
	}
	.cost_block .box:nth-child(even) .ttl {
		margin: 0 auto 2rem auto;
	}

	.cost_block .txt_box {
		width: 80%;
		margin: -25% 0 0 auto;
		padding: 2rem 2rem 3rem;
		box-shadow: -5px 5px 0px 0px rgba(108,196,180,0.3);
		position: relative;
	}

	.cost_block .cc {
		font-size: 1.8rem;
	}

	.cost_block .txt {
		margin: 1.5rem 0 0;
	}

	.cost_block .link01 a {
		max-width: 100%;
		margin: 2rem auto 0;
		padding: 1.5rem 4rem;
		font-size: 1.4rem;
		border: 1px solid #4eb4a1;
		border-radius: 3px;
	}
	.cost_block .link01 a:after {
		right: 2rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: solid 1px #4eb4a1;
		border-right: solid 1px #4eb4a1;
	}
}





/*--------------------------------------
　area
---------------------------------------*/
.area {
	background: url("img/bg03.jpg") center 0 no-repeat;
	background-size: cover;
	padding: 10rem 0 15rem;
}


.area .main_ttl .ttl_eng {
	width: 165px;
	margin-left: 8rem;
	position: relative;
	top: 6rem;
}

.area .main_ttl .ttl {
	color: #fff;
}


.area .lead {
	color: #fff;
}


.area_block {
	margin: 6rem 0 0;
}

.area_block .box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 3rem;
}
.area_block .box:last-child {
	margin: 0 0 0;
}

.area_block .ttl {
	width: 30%;
	box-sizing: border-box;
	text-align: center;
}

.area_block .ttl a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #67c2b1;
	width: 100%;
	height: 100%;
	padding: 0 5rem;
	box-sizing: border-box; 
	color: #fff;
	font-size: 3rem;
	position: relative;
}
.area_block .ttl a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.area_block .txt_box {
	background: #fff;
	width: 70%;
	padding: 3.5rem 4.5rem;
	box-sizing: border-box;
}

.area_block .cc {
	color: #67c2b1;
	font-size: 2.4rem;
}

.area_block .txt {
	margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.area {
		background: url("img/bg03.jpg") center 0 no-repeat;
		background-size: cover;
		padding: 3rem 1.5rem 6rem;
	}


	.area .main_ttl .ttl_eng {
		width: 30%;
		margin-left: 0;
		top: 4rem;
	}


	.area_block {
		margin: 3rem 0 0;
	}

	.area_block .box {
		display: block;
		margin: 0 0 2rem;
	}

	.area_block .ttl {
		width: 100%;
		text-align: left;
	}

	.area_block .ttl a {
		display: block;
		padding: 1.5rem 4rem 1.5rem 2rem;
		font-size: 2rem;
	}
	.area_block .ttl a:after {
		right: 2rem;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}

	.area_block .txt_box {
		width: 100%;
		padding: 2rem 2rem;
	}

	.area_block .cc {
		font-size: 1.7rem;
	}

	.area_block .txt {
		margin: 1.5rem 0 0;
	}
}





/*--------------------------------------
　trivia
---------------------------------------*/
.trivia {
	padding: 9rem 0 10rem;
}


.trivia .main_ttl .ttl_eng {
	width: 173px;
}


.trivia_block {
	margin: 6rem 0 0;
}

.trivia_block .box {
	margin: 0 0 5rem;
}
.trivia_block .box:last-child {
	margin: 0 0 0;
}

.trivia_block .ttl {
	background: #111;
	padding: 3rem 0 3rem 16rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.8rem;
	position: relative;
}
.trivia_block .ttl:before {
	content: "";
	position: absolute;
	top: -3rem;
	left: 3rem;
	background: url("img/q_icon.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 117px;
	height: 103px;
}

.trivia_block .txt {
	padding: 3rem 0 3rem 11rem;
	position: relative;
}
.trivia_block .txt:before {
	content: "";
	position: absolute;
	top: 3rem;
	left: 3rem;
	background: url("img/a_icon.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 51px;
	height: 46px;
}

.trivia_block .btn-link a {
	margin: 3rem auto 0;
	font-weight: bold;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.trivia {
		padding: 4rem 1.5rem 5rem;
	}


	.trivia .main_ttl .ttl_eng {
		width: 35%;
	}


	.trivia_block {
		margin: 3rem 0 0;
	}

	.trivia_block .ttl {
		padding: 1.5rem 1.5rem 1.5rem 7rem;
		font-size: 1.6rem;
	}
	.trivia_block .ttl:before {
		top: -1rem;
		left: 1rem;
		background: url("img/q_icon.png") 0 0 no-repeat;
		background-size: 45% auto;
	}

	.trivia_block .txt {
		padding: 1.5rem 0 1.5rem 5rem;
	}
	.trivia_block .txt:before {
		top: 1rem;
		left: 1rem;
		background: url("img/a_icon.png") 0 0 no-repeat;
		background-size: 50% auto;
	}
	
	.trivia_block .btn-link a {
		margin: 1.5rem auto 0;
		padding: 1.5rem 4rem;
		font-weight: bold;
		border-radius: 3px;
	}
}





/*--------------------------------------
　method
---------------------------------------*/
.method {
	background: #f5f5f5 url("img/bg04.png") right 0 no-repeat;
	background-size: 558px auto;
	padding: 8rem 0 20rem;
	overflow: hidden;
}


.method .main_ttl .ttl_eng {
	width: 212px;
}


.method_block {
	margin: 6rem 0 0;
}

.method_block .box {
  margin: 0 auto 20rem;
	position: relative;
}
.method_block .box:last-child {
  margin: 0 auto 0;
}

.method_block .left {
	width: 100%;
  padding: 6rem 0 6rem;
	box-sizing: border-box;
	position: relative;
}
.method_block .left:before {
	content: "";
	position: absolute;
	right: 30%;
	top: 0;
	background: #fff;
	width: 100vw;
	height: 100%;
}
.method_block .box:nth-child(even) .left:before {
  right: inherit;
	left: 30%;
}

.method_block .txt_box {
	width: 45%;
	position: relative;
}
.method_block .box:nth-child(even) .txt_box {
  margin: 0 0 0 auto;
}

.method_block .ttl {
	padding: 0 0 1.5rem 0;
	color: #46b9a3;
	font-size: 3rem;
	border-bottom: 2px solid #46b9a3;
}

.method_block .ttl span {
	font-size: 1.6rem;
}

.method_block .txt {
	margin: 3rem 0 0;
}

.method_block .right {
	position: absolute;
	left: 50%;
	bottom: -8rem;
	width: 500px;
}
.method_block .box:nth-child(even) .right {
  left: inherit;
	right: 50%;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.method {
		background: #f5f5f5 url("img/bg04.png") right 0 no-repeat;
		background-size: 80% auto;
		padding: 4rem 0 6rem;
	}

	
	.method .ttl_wrap {
		padding: 0 1.5rem;
	}
	
	.method .main_ttl .ttl_eng {
		width: 38%;
	}

	
	.method .lead {
		padding: 0 1.5rem;
	}


	.method_block {
		margin: 3rem 0 0;
	}

	.method_block .box {
		margin: 0 auto 3rem;
	}

	.method_block .left {
		width: 100%;
		padding: 2rem 0 3rem;
	}
	.method_block .left:before {
		right: 5%;
	}
	.method_block .box:nth-child(even) .left:before {
		left: 5%;
	}

	.method_block .txt_box {
		width: 95%;
		padding: 0 2rem;
		box-sizing: border-box;
	}

	.method_block .ttl {
		padding: 0 0 1rem 0;
		font-size: 1.8rem;
		border-bottom: 1px solid #46b9a3;
	}

	.method_block .ttl span {
		font-size: 1.4rem;
	}

	.method_block .txt {
		margin: 1.5rem 0 0;
	}

	.method_block .right {
		position: static;
		left: inherit;
		bottom: inherit;
		width: 100%;
		margin-top: 0;
	}
	.method_block .box:nth-child(even) .right {
		left: inherit;
		right: inherit;
	}
	
	.method_block .img_box {
		margin: 2rem 0 0;
	}
}





/*--------------------------------------
　pr
---------------------------------------*/
.pr {
	background: url("img/bg05.jpg") center center no-repeat;
	background-size: cover;
	padding: 8rem 0 10rem;
}


.pr .main_ttl .ttl_eng {
	width: 81px;
	margin-left: 18rem;
}

.pr .main_ttl .ttl {
	color: #fff;
}


.pr .lead {
	color: #fff;
}


.pr .link01 a {
	background: #fff;
	max-width: 450px;
	margin: 5rem auto 0;
	padding: 3rem 5rem;
	box-sizing: border-box;
	color: #111;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 6px;
	box-shadow: 0px 5px 0px 0px #969696;
	position: relative;
}
.pr .link01 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.pr .link02 {
	text-align: center;
}

.pr .link02 a {
	display: inline-block;
	margin: 3rem auto 0;
	padding: 0 2rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: underline;
	position: relative;
}
.pr .link02 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pr .link02 a:hover {
	text-decoration: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.pr {
		background: url("img/bg05.jpg") center center no-repeat;
		background-size: cover;
		padding: 4rem 1.5rem 5rem;
	}


	.pr .main_ttl .ttl_eng {
		width: 18%;
		margin-left: 2rem;
	}


	.pr .link01 a {
		max-width: 85%;
		margin: 3rem auto 0;
		padding: 1.5rem 4rem;
		font-size: 1.4rem;
		box-shadow: 0px 3px 0px 0px #969696;
	}
	.pr .link01 a:after {
		right: 2rem;
		border-top: solid 1px #111;
		border-right: solid 1px #111;
	}


	.pr .link02 a {
		margin: 2rem auto 0;
		padding: 0 1.5rem;
		font-size: 1.4rem;
	}
	.pr .link02 a:after {
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}