/*============================
MV
============================*/
.mv_wrap .illust {
  position: absolute;
  right: 2.00rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.14rem;
  height: 3.10rem;
  background-image: url(../img/contact/mv_illust.svg);
	background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 599px) {
	.mv_wrap .illust {
		right: 0.30rem;
		top: 70%;
		width: 1.70rem;
		height: 1.60rem;
	}
}

.mv_wrap .catch {
  width: 100%;
  max-width: 5.47rem;
  padding-left: 0.50rem;
}

@media screen and (max-width: 599px) {
	.mv_wrap .catch {
		padding-left: 0.30rem;
	}
	.mv_wrap .catch img {
		height: 0.66rem;
	}
}

/*============================
INTRODUCTION
============================*/
.introduction .in {
  padding-bottom: 1.20rem;
}

.introduction .in::after {
	content: "";
	width: 16.00rem;
	height: 9.00rem;
	background-image: url(../img/deco_grey.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -6.60rem;
	bottom: 1.40rem;
	z-index: -1;
}

.introduction .box1100 {
  padding-left: 1.20rem;
  padding-right: 1.20rem;
}

@media screen and (max-width: 599px) {
  .introduction .box1100 {
    padding-left: 0.30rem;
    padding-right: 0.30rem;
  }
}

.introduction .sec_title {
	font-weight: 500;
	font-size: 0.20rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.30rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .introduction .sec_title {
    font-size: 0.15rem;
  }
}

.introduction .sec_title .en_text {
	font-size: 0.48rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #B4091E;
	display: block;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
  .introduction .sec_title .en_text {
    font-size: 0.26rem;
  }
}

.introduction .lead {
  font-size: 0.16rem;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .introduction .lead {
    font-size: 0.14rem;
    line-height: 1.85;
  }
}

.introduction .sub_title {
  font-size: 0.20rem;
	font-weight: 700;
	padding-top: 0.50rem;
	padding-bottom: 0.10rem;
	border-bottom: 2px solid #CCC;
  letter-spacing: 0.075em;
	line-height: 1.65;
  text-align: justify;
	position: relative;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
  .introduction .sub_title {
    font-size: 0.16rem;
    padding-top: 0.30rem;
    padding-bottom: 0.10rem;
    border-bottom: 1px solid #CCC;
    letter-spacing: 0.05em;
    margin-bottom: 0.10rem;
  }
}

.introduction .sub_title::after {
	content: "";
	width: 2.00rem;
	height: 2px;
	background-color: #B4091E;
	position: absolute;
	left: 0;
	bottom: -2px;
}

@media screen and (max-width: 599px) {
  .introduction .sub_title::after {
    width: 1.00rem;
    height: 1px;
    bottom: -1px;
  }
}

.introduction .text {
  font-size: 0.16rem;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .introduction .text {
    font-size: 0.14rem;
    line-height: 1.85;
  }
}

.introduction .list {
  padding-top: 0.10rem;
}

.introduction .list .text {
  list-style: disc outside;
  margin-left: 0.14rem;
}

