@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　merit
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Kv
-----------------------------------------------------------------*/
#Kv{
	position: relative;
}
#Kv h1{
	position: absolute;
	top: 38%;
	left: 50%;
	width: 80%;
	font-size: 5.2rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1rem;
	text-indent: 1rem;
	line-height: 1;
	transform: translate(-50%,-50%);
	z-index: 2;
}
#Kv h1 .txtSmall {
	font-size: 4.8rem;
}
#Kv h1 .en {
	display: inline-block;
	padding-bottom: 20px;
	font-size: 2.4rem;
	color: #ffcc00;
	letter-spacing: .1rem;
}
#Kv figure {
	position: relative;
}
#Kv figure img {
	width: 100%;
}
#Kv figcaption {
	position: absolute;
	right: 20px;
	bottom: 5px;
	font-size: 1.2rem;
}

/* merit
-----------------------------------------------------------------*/
.merit h2 {
	padding-bottom: 40px;
	font-size: 4rem;
	text-align: center;
	letter-spacing: .5rem;
}
.merit h2 .en {
	color: #FFCC00;
	font-size: 7rem;
}
.merit h2 small {
	padding: 0 5px;
	font-size: 4rem;
}
.merit .pagelink {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.merit .pagelink li {
	width: 22.3%;
	text-align: center;
}
.merit .pagelink li a {
	position: relative;
	display: block;
	padding: 0 10px 20px;
	font-size: 1.8rem;
	border-bottom: 2px solid #FFCC00;
}
.merit .pagelink li a:hover {
	opacity: .7;
	transition: all 0.5s ease-in-out;
}
.merit .pagelink li a::before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -3.5px;
	border: 7px solid transparent;
	border-top: 9px solid #FFCC00;
}
.merit .pagelink li .en {
	display: inline-block;
	padding: 30px 0 10px;
	color: #FFCC00;
	font-size: 1.4rem;
	letter-spacing: .2rem;
	line-height: 1;
}
.merit .pagelink li .en span {
	padding-left: 5px;
	font-size: 2.6rem;
}
.merit .pagelink li:last-child a {
	color: #0E2834;
	background: linear-gradient(90deg, rgba(164,136,50,1) 0%, rgba(249,242,154,1) 50%, rgba(164,136,50,1) 100%);
}
.merit .pagelink li:last-child .en {
	margin-top: -33px;
	color: #0E2834;
}
.merit .pagelink li:last-child .en small {
	font-size: 3rem;
}
.merit .pagelink li:last-child .en span {
	padding: 0 5px 0 0;
	font-size: 6rem;
}
.meritBox#merit01 {
	position: relative;
	margin: 120px 0 100px;
	padding-top: 30px;
	background: url(../image/merit01_txt.png) no-repeat 100% 45% / auto;
}
.meritBox#merit01::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(164,136,50,1) 0%, rgba(249,242,154,1) 50%, rgba(164,136,50,1) 100%);
	content: "";
}
.meritBox#merit02 {
	position: relative;
	margin: 120px 0 100px;
	padding-top: 30px;
	background: url(../image/merit02_txt.png) no-repeat 0 43% / auto;
}
.meritBox#merit02::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(164,136,50,1) 0%, rgba(249,242,154,1) 50%, rgba(164,136,50,1) 100%);
	content: "";
}
.meritBox#merit03 {
	position: relative;
	padding-top: 30px;
	margin: 100px 0;
	background: url(../image/merit03_txt.png) no-repeat 83% 35% / auto;
}
.meritBox h3 {
	margin: auto;
	padding: 30px 0 40px 70px;
	background: url(../image/merit_ttl.png) no-repeat left center / contain;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
}
.meritBox h3 .en {
	display: inline-block;
	margin-bottom: 10px;
	color: #FFCC00;
	font-size: 2rem;
}
.meritBox h3 .en span {
	padding-left: 5px;
	font-size: 3.3rem;
}
.meritBox#merit01 h3 {
	max-width: 880px;
}
.meritBox#merit02 h3 {
	max-width: 920px;
}
.meritBox#merit03 h3 {
	max-width: 1030px;
}
.meritBox#merit01 .meritInner {
	padding: 50px 0 80px;
	margin-right: calc((100% - 1200px) / 2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.meritBox#merit02 .meritInner {
	padding: 50px 0 100px;
	margin-left: calc((100% - 1200px) / 2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.meritBox#merit01 .main {
	width: 50%;
}

.meritBox#merit01 .main2 {
	width: 100%;
  margin: 50px auto 0;
  padding-bottom: 100px;
}

.meritBox#merit02 .main {
	width: 50%;
	order: 1;
}
.meritBox#merit01 .txtArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 45%;
}
.meritBox#merit02 .txtArea {
	width: 36%;
}
.meritBox .txtArea p {
	font-size: 1.6rem;
	line-height: 2.5;
}
.meritBox#merit01 .txtArea p {
	padding: 0 50px 60px 0;
}
.meritBox#merit02 .txtArea p {
	padding-bottom: 60px;
}
.meritBox#merit02 .sub {
	max-width: 460px;
}
.meritBox#merit03 p {
	margin: 50px auto 80px;
	max-width: 750px;
	font-size: 1.6rem;
	line-height: 2.5;
}
.merit figure img {
	width: 100%;
}
.merit figcaption {
	padding-right: 10px;
	font-size: 1.2rem;
	text-align: right;
}
#meritplus {
	position: relative;
	background: #013e62 url(../image/meritplus_txt.png) no-repeat 0 25% / auto;
}
#meritplus .ttl {
	margin-bottom: 100px;
	padding: 40px 0;
	background: linear-gradient(90deg, rgba(164,136,50,1) 0%, rgba(249,242,154,1) 50%, rgba(164,136,50,1) 100%);
	color: #0e2834;
	text-align: center;
	font-size: 4rem;
	line-height: 1.4;
}
#meritplus h3 {
	position: relative;
	padding: 0 220px;
}
#meritplus h3::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	margin: auto;
	width: 158px;
	height: 158px;
	background: url(../image/meritplus_icn.png) no-repeat center / contain;
	content: "";
	z-index: 2;
}
#meritplus .meritInner {
	padding-bottom: 80px;
	margin-left: calc((100% - 1200px) / 2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#meritplus .main {
	width: 50%;
	order: 2;
}
#meritplus .txtArea {
	width: 40%;
	order: 1;
}
#meritplus .txtArea p {
	font-size: 1.6rem;
	line-height: 2.5;
}
#meritplus dl {
	padding-bottom: 100px;
}
#meritplus dt {
	padding: 20px 0;
	background: linear-gradient(90deg, rgba(164,136,50,1) 0%, rgba(249,242,154,1) 50%, rgba(164,136,50,1) 100%);
	color: #0e2834;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: .5rem;
	text-indent: .5rem;
}

#meritplus dl.tax dt {
	padding: 10px 0 20px;
	background: linear-gradient(90deg, rgba(164,136,50,1) 0%, rgba(249,242,154,1) 50%, rgba(164,136,50,1) 100%);
	color: #0e2834;
	text-align: center;
	font-size: 4.8rem;
	line-height: 1.4;
	letter-spacing: .5rem;
	text-indent: .5rem;
}

#meritplus dt span {
	font-size: 2.5rem;
}

#meritplus dt span.box {
	font-size: 2.2rem;
  background: #fff;
  padding: 2px 10px;
}

#meritplus dd {
	position: relative;
	padding: 1px;
}
#meritplus dd div {
	position: relative;
	padding: 60px 30px 60px 60px;
	background: #062532;
	z-index: 1;
}

#meritplus dl.tax dd div {
	position: relative;
	padding: 60px 30px 60px 60px;
	background: rgb(213,218,224);
	background: linear-gradient(61deg, rgba(213,218,224,1) 0%, rgba(253,252,248,1) 50%, rgba(213,218,224,1) 100%);
	z-index: 1;
}
#meritplus dl.tax dt .en {
    font-size: 3rem;
}


#meritplus dd::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(164,136,50,1) 0%, rgba(249,242,154,1) 50%, rgba(164,136,50,1) 100%);
	content: "";
}

#meritplus .cv-btn {

  padding-bottom: 100px;
 
}

#meritplus .cv-btn p{
  font-size: 2.4rem;
  margin: 20px auto;
  text-align: center;
}

#meritplus .cv-btn a{
  text-align: center;
  background-image: -moz-linear-gradient( 0deg, rgb(228,64,45) 0%, rgb(175,41,26) 50%, rgb(228,64,45) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(228,64,45) 0%, rgb(175,41,26) 50%, rgb(228,64,45) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(228,64,45) 0%, rgb(175,41,26) 50%, rgb(228,64,45) 100%);
  max-width: 600px;
  font-size: 2.8rem;
  padding: 4% 15%;
  margin: 0 auto;
  display: block;
  position: relative;
  transition:0.5s;
}

#meritplus .cv-btn a:after{
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../../common/image/arw_btn_w.svg") no-repeat left center;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  transition:0.5s;
}
#meritplus .cv-btn:hover a{
  opacity: 0.8;
  
}
#meritplus .cv-btn:hover a:after{
  right: 3%;
}


@media screen and (max-width: 1250px) {
	.merit .pagelink li a {
		font-size: 1.6rem;
		height: 220px;
	}
	.meritBox#merit01 .meritInner {
		margin-right: 5%;
	}
	.meritBox#merit02 .meritInner,
	#meritplus .meritInner{
		margin-left: 5%;
	}
	#meritplus h3 {
		position: relative;
		padding: 0 0 0 130px;
		font-size: 3.6rem;
		text-align: left;
	}
	#meritplus h3::before {
		left: 0;
		width: 120px;
		height: 100px;
	}
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* Kv
-----------------------------------------------------------------*/
	#Kv h1{
		font-size: 2.4rem;
		letter-spacing: .2rem;
		text-indent: .2rem;
	}
	#Kv h1 .txtSmall {
		font-size: 2rem;
	}
	#Kv h1 .en {
		padding-bottom: 10px;
		font-size: 1.8rem;
		letter-spacing: .1rem;
	}
	#Kv figcaption {
		right: 10px;
		font-size: 1rem;
	}

/* merit
-----------------------------------------------------------------*/
	.merit h2 {
		padding: 20px 0 10px;
		font-size: 2rem;
		text-align: center;
		letter-spacing: .2rem;
	}
	.merit h2 .en {
		font-size: 4rem;
	}
	.merit h2 small {
		font-size: 2rem;
	}
	.merit .pagelink li {
		padding-bottom: 30px;
		width: 49%;
		text-align: center;
	}
	.merit .pagelink li a {
		padding: 0 5px 20px;
		font-size: 1.1rem;
		height: 110px;
	}
	.merit .pagelink li a::before {
		bottom: -20px;
		left: 50%;
		margin-left: -2.5px;
		border: 3px solid transparent;
		border-top: 5px solid #FFCC00;
	}
	.merit .pagelink li .en {
		padding: 20px 0 10px;
		font-size: 1rem;
		letter-spacing: .1rem;
	}
	.merit .pagelink li .en span {
		font-size: 2rem;
	}
	.merit .pagelink li:last-child .en {
		margin-top: -15px;
	}
	.merit .pagelink li:last-child .en small {
		font-size: 2rem;
	}
	.merit .pagelink li:last-child .en span {
		font-size: 3.6rem;
	}
	.meritBox#merit01 {
		margin: 0 0 20px;
		background: url(../image/merit01_txt.png) no-repeat 100% 68% / 60%;
	}
	.meritBox#merit02 {
		margin: 0;
		background: url(../image/merit02_txt.png) no-repeat 0 70% / 60%;
	}
	.meritBox#merit03 {
		margin: 20px 0;
		background: url(../image/merit03_txt.png) no-repeat 83% 70% / 60%;
	}
	.meritBox h3 {
		padding: 20px 0;
		background: none;
		font-size: 2rem;
		text-align: center;
		line-height: 1.6;
	}
	.meritBox#merit01 h3 {
		max-width: 880px;
	}
	.meritBox#merit02 h3 {
		max-width: 920px;
	}
	.meritBox#merit03 h3 {
		max-width: 1030px;
	}
	.meritBox h3 .en {
		display: none;
	}
	.meritBox h3 img {
		padding-bottom: 10px;
		max-width: 70px;
	}
	.meritBox#merit01 .meritInner {
		padding: 20px 0 50px;
		margin: 0 5%;
	}
	.meritBox#merit02 .meritInner {
		padding: 50px 0;
		margin: 0 5%;
	}
	.meritBox#merit01 .main {
		width: 100%;
	}
  
  .meritBox#merit01 .main2 {
	width: 100%;
  margin: 0 auto 0;
  padding-bottom: 50px;
}
  
	.meritBox#merit02 .main {
		width: 100%;
		order: -1;
	}
	.meritBox#merit01 .txtArea {
		width: 100%;
	}
	.meritBox#merit02 .txtArea {
		width: 100%;
	}
	.meritBox .txtArea p {
		font-size: 1.4rem;
		line-height: 2;
	}
	.meritBox#merit01 .txtArea p {
		padding: 20px 0 40px;
	}
	.meritBox#merit02 .txtArea p {
		padding: 30px 0 40px;
	}
	.meritBox#merit02 .sub {
		max-width: 460px;
	}
	.meritBox#merit03 p {
		margin: 30px auto 40px;
		font-size: 1.4rem;
		line-height: 2;
	}
	.merit figure img {
		width: 100%;
	}
	.merit figcaption {
		padding-right: 5px;
		font-size: 1rem;
	}
	#meritplus {
		position: relative;
		padding-top: 50px;
		background: url(../image/meritplus_txt.png) no-repeat 0 74% / 60%;
	}
	#meritplus::before {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		height: calc(100% - 50px);
		background: #013e62;
		content: "";
	}
	#meritplus .ttl {
		position: relative;
		margin-bottom: 50px;
		padding: 20px 0;
		line-height: 1.4;
	}
	#meritplus h3 {
		padding: 40px 0 0;
		font-size: 2rem;
		text-align: center;
	}
	#meritplus h3::before {
		top: -50px;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		width: 79px;
		height: 79px;
	}
	#meritplus .inner {
		position: relative;
	}
	#meritplus .meritInner {
		position: relative;
		padding-bottom: 0;
		margin: 0 5%;
	}
	#meritplus .main {
		width: 100%;
		order: 1;
	}
	#meritplus .txtArea {
		width: 100%;
		order: 2;
	}
	#meritplus .txtArea p {
		padding: 30px 0 40px;
		font-size: 1.4rem;
		line-height: 2;
	}
	#meritplus dl {
		padding-bottom: 50px;
	}
	#meritplus dt {
		padding: 10px 0;
		font-size: 1.6rem;
		letter-spacing: .2rem;
		text-indent: .2rem;
	}
  
  #meritplus dl.tax dt {
		padding: 10px 0;
		font-size: 2.3rem;
		letter-spacing: .2rem;
		text-indent: .2rem;
	}
	#meritplus dt span {
		font-size: 1.4rem;
	}
  #meritplus dt span.box {
	font-size: 1.4rem;
}
  
	#meritplus dd div {
		padding: 20px 10px;
	}
  
  #meritplus dl.tax dd div {

	padding: 20px 20px 20px 20px;

}
    #meritplus dl.tax dt .en {
    font-size: 1.8rem;
}
  
#meritplus .cv-btn {

  padding-bottom: 80px;
 
}  
#meritplus .cv-btn p{
  font-size: 1.8rem;
}  

  #meritplus .cv-btn a{
    font-size: 2.2rem;
} 
}