@charset "utf-8";

/*-------------------------------------------
	feature_hero
-------------------------------------------*/
.features_page #pankuzu {
	padding: 12px 6.8%;
}

/*-------------------------------------------
	feature_hero
-------------------------------------------*/

.feature_hero {
  position: relative;
  background-color: #115065;
  padding: 160px 0 120px 40px;
  border-bottom-left-radius: 80px;
  overflow-x: hidden;
  margin-left: 6.8%;
}

.feature_hero__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.feature_hero__content {
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 550px;
  color: #fff;
  position: relative;
	/*
  background-image: url('../images/feature/mv_logo_icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 500px auto;
	*/
}
.feature_hero__content::after {
	content: "";
  background-image: url('../images/feature/mv_logo_icon.png');
	width: 510px;
	height: 501px;
	position: absolute;
	left: 0;
		
}
.feature_hero__content > * {
	position: relative;
	z-index: 1;
}



.feature_hero__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 140px;
}

.feature_hero__title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: 0.3rem;
}

.feature_hero__subtitle {
  font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.feature_hero__speech {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.feature_hero__char {
  flex-shrink: 0;
}

.feature_hero__bubble {
  position: relative;
  background-color: #fff;
  border-radius: 36px;
  padding: 50px 80px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  margin-left: 42px;
}

.feature_hero__bubble::before {
  content: '';
  position: absolute;
  left: -57px;
  top: 55%;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 57px solid #fff;
}

.feature_hero__bubble_group {
  display: flex;
  gap: 50px;
}

.feature_hero__bubble_group--row1 {
  justify-content: center;
}

.feature_hero__bubble_group--row2 {
  justify-content: center;
  margin-top: 50px;
}

.feature_hero__bubble_item {
  display: block;
  object-fit: contain;
}

.feature_hero__bubble_item.share {
  height: auto;
}

.feature_hero__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  flex-shrink: 0;
  flex: 1;
  margin-right: 0;
}

.feature_hero__media img {
  display: block;
  border-radius: 50px 0 0 50px;
}

@media screen and (max-width: 1366px) {
	.feature_hero {
		margin-left: 5%;
	}
	.feature_hero__speech {
		padding-right: 3%;
	}
	.feature_hero__speech figure {
		width: 170px;
	}
	.feature_hero__bubble {
		width: calc(100% - 170px);
		padding: 4% 5%;
	}
	.feature_hero__bubble_item {
		zoom: 0.9;
	}
}
@media screen and (max-width: 1280px) {
	.feature_hero__speech figure {
		width: 150px;
	}
	.feature_hero__bubble {
		width: calc(100% - 150px);
	}
	.feature_hero__bubble_group {
		gap: 5%;
	}
	.feature_hero__bubble::before {
		top: 58%;
	}
}
@media screen and (max-width: 1112px) {
	.feature_hero__bubble_item {
		zoom: 0.8;
	}
	.feature_hero__bubble::before {
		top: 54%;
	}
}
@media (max-width: 1024px) {
  .feature_hero {
    padding: 120px 0 80px;
		margin-left: 0;
  }

  .feature_hero__title {
    font-size: 4rem;
  }

  .feature_hero__inner {
    gap: 24px;
  }

  .feature_hero__bubble {
    padding: 24px 32px;
    border-radius: 20px;
    margin-left: 0;
    margin-top: 8px;
    position: relative;
  }

  .feature_hero__speech {
    justify-content: center;
    margin-top: 16px;
    position: relative;
    /* establishes a positioning context */
		padding-left: 3%;
  }

  .feature_hero__bubble::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 36px solid #fff;
  }

  .feature_hero__bubble_group {
    gap: 32px;
  }

  .feature_hero__bubble_item {
		zoom: 0.75;
  }
	.feature_hero__bubble::before {
		top: inherit;
		bottom: 105px;
		    left: -17px;
	}

  .feature_hero__media {
		width: 90%;
		z-index: 0;
  }
	.feature_hero__content {
		position: relative;
		z-index: 1;
		max-width: inherit;
		padding: 0 5%;
	}
	.feature_hero__content::after {
		opacity: 0.3;
	}
	.feature_hero__media::before {
		content: "";
		background: rgb(37 138 163 / 55%);
		width: 100%;
		height: 100%;
		position: absolute;
		border-radius: 50px 0 0 50px;
    mix-blend-mode: multiply;
	}
	.feature_hero__char {
		zoom: 0.8;
	}
}

@media screen and (max-width: 896px) {
	.feature_hero__bubble_group {
		flex-flow: row wrap;
	}
}
@media screen and (max-width: 640px) {
	.feature_hero__bubble_item {
		zoom: 0.65;
	}
}
@media screen and (max-width: 480px) {
	.feature_hero__speech figure {
		width: 100px;
	}
	.feature_hero__bubble {
		width: calc(100% - 100px);
		padding: 24px 3%;
		margin-top: 0;
	}
	.feature_hero__bubble::before {
		bottom: 74px;
		left: -9px;
	}
	.feature_hero__bubble_item {
		zoom: 0.5;
	}
	.feature_hero__bubble_group {
		gap: 20px;
	}
	.feature_hero {
		padding: 60px 0;
		border-bottom-left-radius: 50px;
	}
	.feature_hero__media img,
	.feature_hero__media::before {
		border-radius: 0 0 0 30px;
	}
	.feature_hero__content {
		height: 400px;
	}
	.feature_hero__media img {
		width: 100%;
		object-fit: cover;
		font-family: 'object-fit: none; object-position: right;';
		height: 400px;
		object-position: 30%;
	}
	.feature_hero__content::after {
			zoom: 0.7;
	}
	.feature_hero__title {
		font-size: 3.0rem;
	}
	.feature_hero__subtitle {
		font-size: 1.2rem;
	}
	.feature_hero__speech {
		margin-top: 0;
	}
}








/*-------------------------------------------
	feature_section
-------------------------------------------*/

.feature_wrapper {
  background-image: url('../images/feature/bg.jpg');
  background-repeat: repeat;
  background-position: center center;
  padding: 90px 0 100px 0;
  position: relative;
  border-radius: 0 110px 110px 0;
  overflow: hidden;
  margin: 100px 0;
}

.feature_section01 {
  position: relative;
  background: #fff;
  margin: 0 0 120px 6.8%;
  padding: 5.6% 0 5.6% 9%;
  border-radius: 80px 0 0 80px;
  z-index: 1;
	margin-top: -20px;
}

.feature_section01__header {
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 2;
  color: #114f67;
  width: 100%;
  text-align: center;
  justify-content: center;
	position: relative;
}


.feature_section01__title {
  font-size: 4rem;
  font-weight: 700;
  color: #005065;
  margin: 0;
  text-align: center;
  line-height: 150%;
}

.feature_section01__badge {
  width: 100px;
  height: auto;
}

.feature_section01__row {
  display: flex;
  align-items: center;
	justify-content: flex-end;
  gap: 7.5%;
  margin-bottom: 110px;
}

.feature_section01__row--reverse {
  position: relative;
	justify-content: flex-start;
	gap: 0;
	padding-right: 5%;
	align-items: flex-end;
	margin-bottom: 30px;
	max-width: 1390px;
}

.feature_section01__text {
  flex: 1;
  font-size: 1.9rem;
  line-height: 210%;
  font-weight: 500;
  width: 30%;
	max-width: 500px;
}

.feature_section01__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 0 0 10px;
}

.feature_section01__media {
  display: flex;
  justify-content: flex-end;
	max-width: 860px;
	width: 58.5%;
}

.feature_section01__media--small {
  position: relative;
  z-index: 2;
	max-width: 680px;
	width: 49%;
}

.feature_section01__media--small img {
  display: block;
  height: auto;
  border-radius: 10px;
}

.feature_section01__speech {
  position: relative;
  margin-left: -90px;
  margin-bottom: -30px;
  z-index: 1;
	max-width: 800px;
}

.feature_section01__speech-bubble {
  position: relative;
  background: #b0e6e6;
  border-radius: 50px;
  padding: 90px 70px 90px 170px;
  margin: 0;
  z-index: 1;
}

.feature_section01__speech-badge {
  position: absolute;
  top: -120px;
  right: 46px;
  height: auto;
}

.feature_section01__speech-bubble p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2;
  color: #004f67;
  max-width: 550px;
	font-weight: 500;
}

.feature_section01__speech-char {
  position: absolute;
  right: -44px;
  bottom: -84px;
  height: auto;
  z-index: 2;
}

@media screen and (max-width: 1536px) {
	.feature_section01 {
		padding-left: 5%;
	}
	.feature_section01__row--reverse {
		align-items: flex-start;
	}
	.feature_section01__speech {
		margin-top: 4%;
	}
	.feature_section01__speech-char {
		zoom: 0.85;
	}
}
@media screen and (max-width: 1366px) {
	.feature_section01__speech-badge {
		zoom: 0.9;
	}
	.feature_section01__speech-char {
		right: -7%;
		bottom: -20%;
	}
	.feature_section01__media--small {
		width: 65%;
	}
	.feature_section01__media {
		width: 54%;
	}
}
@media screen and (max-width: 1024px) {
	.feature_section01__row_01 {
		flex-flow: column;
		gap: 40px;
	}
	.feature_section01 {
		padding: 6% 8%;
	}
	.feature_section01__media {
		width: 80%;
	}
	.feature_section01__media img {
		border-radius: 30px;
	}
	.feature_section01__text {
		width: 100%;
		max-width: inherit;
	}
	.feature_section01__media--small {
		display: none;
	}
	.feature_section01__speech {
		margin: 5% 0 0 0;
		width: 100%;
	}
	.feature_section01__row--reverse {
		padding-right: 0;
		justify-content: center;
	}
	.feature_section01__speech-bubble {
		padding: 90px 10% 90px;
	}
	.feature_section01__speech-bubble p {
		margin: 0 auto;
		max-width: inherit;
	}
	.feature_section01__speech-bubble figure img {
		border-radius: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 896px) {
	
}	

@media screen and (max-width: 812px) {
	
}

@media screen and (max-width: 768px) {
	.feature_section01 {
		padding: 8%;
	}
	.feature_section01__text {
		font-size: 1.7rem;
	}
	.feature_section01__speech-badge {
		zoom: 0.8;
	}
	.feature_section01__speech-bubble {
		padding: 60px 10%;
	}
}

@media screen and (max-width: 640px) {
	
}

@media screen and (max-width: 480px) {
	.feature_section01 {
		border-radius: 30px 0 0 30px;
		margin-bottom: 80px;
		padding: 8% 8% 12%;
	}
	.feature_section01__text {
		font-size: 1.5rem;
		line-height: 180%;
	}
	.feature_section01__media {
		width: 100%;
	}
	.feature_section01__media img,
	.feature_section01__speech-bubble figure img {
		border-radius: 10px;
	}
	.feature_section01__row_01 {
		gap: 25px;
		margin-bottom: 80px;
	}
	.feature_section01__speech-badge {
		zoom: 0.6;
		right: -5%;
		top: -100px;
	}
	.feature_section01__speech-bubble {
		border-radius: 20px;
		padding: 30px 8% 40px;
	}
	.feature_section01__speech-bubble p {
		font-size: 1.5rem;
		line-height: 180%;
	}
	.feature_section01__speech-char {
		zoom: 0.55;
		bottom: -15%;
	}
	.feature_section01__row--reverse {
		margin-bottom: 0;
	}
}


.feature_section02 {
  position: relative;
  background: #fff;
  margin: 0 6.8% 120px 0;
  padding: 110px 5%;
  border-radius: 0 80px 80px 0;
  z-index: 1;
	margin-top: -20px;
}

.feature_section02__header {
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 2;
  width: 100%;
  justify-content: center;
	position: relative;
}

.feature_section02__title {
  font-size: 4rem;
  font-weight: 700;
  color: #005065;
  margin: 0;
  text-align: center;
  line-height: 150%;
}

.feature_section02__desc {
  position: relative;
  right: -5%;
  max-width: 900px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  font-size: 1.9rem;
  line-height: 210%;
  text-align: left;
	font-weight: 500;
}

.feature_section02__big-images {
  display: flex;
  gap: 55px;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
  right: -25px;
  max-width: 1355px;
  margin: 0 auto 135px;
  box-sizing: border-box;
}

.feature_section02__big-img {
  flex: 1;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}

.feature_section02__cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 0 auto;
  list-style: none;
  position: relative;
  right: -25px;
  max-width: 1340px;
  box-sizing: border-box;
}

.feature_section02__card {
  position: relative;
  width: calc((100% - 80px) / 3);
  background: #fff;
  border-radius: 10px;
  padding-left: 20px;
}

.feature_section02__card-icon {
  position: absolute;
  top: -26px;
  left: 0;
  background: #b0e6e6;
  color: #005064;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 600;
}

.feature_section02__card-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 12px;
}

.feature_section02__card-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.2rem;
}

.feature_section02__card-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.8;
  font-size: 1.2em;
  font-weight: 500;
}

.feature_section02__card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #5db3b8;
  border-radius: 50%;
	margin-right: 12px;
}

@media screen and (max-width: 1670px) {
	.feature_section02__desc,
	.feature_section02__big-images,
	.feature_section02__cards {
		right: 0;
	}
}
@media screen and (max-width: 1366px) {
	.feature_section02__card-icon {
		top: -16%;
	}
}

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

@media screen and (max-width: 1194px) {
	
}

@media screen and (max-width: 1112px) {
	
}

@media screen and (max-width: 1024px) {
	.feature_section02 {
		padding: 6% 8%;
	}
	.feature_section02__big-images figure:first-child {
		display: none;
	}
	.feature_section02__desc {
		margin-bottom: 50px;
	}
	.feature_section02__big-images{
		display: block;
		width: 80%;
	}
	.feature_section02 figure.sp1024 {
		width: 80%;
		margin: 0 auto 50px;
	}
}

@media screen and (max-width: 896px) {
	.feature_section02__cards {
		flex-flow: row wrap;
		gap: 80px 40px;
	}
	.feature_section02__card {
		width: calc((100% - 40px) / 2);
	}
}

@media screen and (max-width: 812px) {
	
}

@media screen and (max-width: 768px) {
	.feature_section02 {
		padding: 8%;
	}
	.feature_section02__desc {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 640px) {
	.feature_section02__cards {
		gap: 100px;
	}
	.feature_section02__card {
		width: 80%;
	}
}

@media screen and (max-width: 480px) {
	.feature_section02 {
		border-radius: 0 30px 30px 0;
		padding: 8% 8% 12%;
		margin-bottom: 80px;
	}
	.feature_section02__card {
		width: 100%;
	}
	.feature_section02 figure.sp1024 {
		width: 100%;
		margin-bottom: 25px;
	}
	.feature_section02__desc {
		font-size: 1.5rem;
		line-height: 180%;
	}
	.feature_section02__desc {
		margin-bottom: 25px;
	}
	.feature_section02__big-images {
		width: 100%;
		margin-bottom: 100px;
	}
	.feature_section02__card-icon {
		width: 100px;
		height: 100px;
		font-size: 1.7rem;
	}
	.feature_section02__cards {
		gap: 90px;
	}
	
}






.feature_section03 {
  position: relative;
  background: #f9f9f9;
  margin: 0 0 60px 6.8%;
  padding: 60px 0 60px 0;
  border-radius: 80px 0 0 80px;
  z-index: 1;
	margin-top: -20px;
}

.feature_section03__header {
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 2;
  width: 100%;
  text-align: center;
  justify-content: center;
	position: relative;
}

.feature_section03__title {
  font-size: 4rem;
  font-weight: 700;
  color: #005065;
  margin: 0;
  text-align: center;
  line-height: 150%;
}

.feature_section03__items {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 60px;
}

.feature_section03__item {
  display: flex;
  align-items: center;
  gap: 90px;
  position: relative;
}

.feature_section03__label {
  background: #afe6e6;
  font-size: 3.2rem;
  font-weight: 600;
  color: #005065;
  white-space: nowrap;
}

.feature_section03__label span {
	width: 500px;
	display: block;
}
.feature_section03__label.left span {
	margin: 0 0 0 auto;
}

.feature_section03__label.right {
  border-radius: 50vh 0 0 50vh;
  padding: 28px 0 28px 60px;
}

.feature_section03__label.left {
  border-radius: 0 50vh 50vh 0;
  padding: 28px 60px 28px 0;
}

.feature_section03_txt {
	max-width: 500px;
}
.feature_section03__body.left .feature_section03_txt {
	margin: 40px 60px 0 auto;
}
.feature_section03__body.right .feature_section03_txt {
	margin: 40px 0 0 60px;
}

.feature_section03__body {
  position: relative;
	width: 46%;
}

.feature_section03__body p {
  font-size: 1.9rem;
  line-height: 2;
	margin-bottom: 40px;
}

/*
.feature_section03__body.left p {
  padding: 24px 48px 0 240px;
  margin: 16px 0 0;
}

.feature_section03__body.right p {
  padding: 24px 240px 0 48px;
  margin: 16px 0 24px;
}
*/

.feature_section03__link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #005064;
  padding: 0 5px 5px;
  font-size: 1.6rem;
  margin: 24px 48px 24px 240px;
}

.feature_section03__link:link,
.feature_section03__link:visited {
  color: #005064;
}

.feature_section03__link-arrow {
	margin-bottom: 35px;
}
.feature_section03__link-arrow a {
	font-size: 1.6rem;
	font-weight: 600;
}

.feature_section03__watermark.left,
.feature_section03__watermark.right {
  font-size: 4rem;
  font-weight: 700;
  color: #D8E6E6;
  pointer-events: none;
  letter-spacing: 0.1em;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.feature_section03__watermark {
	text-align: right;
}

.feature_section03__media {
  width: 49%;
	max-width: 860px;
}

.feature_section03__middle-img,
.feature_section03__wide-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.feature_section03__item:nth-child(odd) .feature_section03__media img {
	border-radius: 20px 0 0 20px;
}
.feature_section03__item:nth-child(even) .feature_section03__media img {
	border-radius: 0 20px 20px 0;
}

.feature_section03__buttons {
	padding: 0 5%;
}
.feature_section03__buttons ul {
  display: flex;
  justify-content: center;
  margin-top: 100px;
	max-width: 780px;
	margin: 0 auto;
	gap: 80px;
}
.feature_section03__buttons ul li {
	flex: 1;
}
.feature_section03__buttons ul li a {
	max-width: inherit;
	height: 70px;
	font-size: 1.9rem;
}

@media screen and (max-width: 1536px) {
	.feature_section03__item {
		gap: 4%;
	}
}

@media screen and (max-width: 1366px) {
	.feature_section03__body.left .feature_section03_txt,
	.feature_section03__label.left span {
		padding-left: 8%;
	}
	.feature_section03__item--reverse .feature_section03_txt {
		padding-right: 8%;
	}
}

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

@media screen and (max-width: 1194px) {
}

@media screen and (max-width: 1112px) {
	
}

@media screen and (max-width: 1024px) {
	.feature_section03__item {
		flex-flow: column;
	}
	.feature_section03__body {
		width: 90%;
	}
	.feature_section03__item:nth-child(odd) {
		align-items: flex-start;
	}
	.feature_section03__item:nth-child(even) {
		align-items: flex-end;
	}
	.feature_section03__label {
		text-align: center!important;
		padding: 28px 0!important;
	}
	.feature_section03__label span {
		width: 100%;
	}
	.feature_section03__label.left span {
		padding: 0;
	}
	.feature_section03_txt {
		max-width: inherit;
	}
	.feature_section03__body.left .feature_section03_txt,
	.feature_section03__body.right .feature_section03_txt {
		padding: 0!important;
		width: 90%;
	}
	.feature_section03__body.left .feature_section03_txt {
		margin: 0 0 0 auto;
	}
	.feature_section03__body.right .feature_section03_txt {
		margin: 0 auto 0 0;
	}
	.feature_section03__media {
		width: 90%;
	}
	.feature_section03__body.left .feature_section03__media {
		margin: 50px 0 30px auto;
	}
	.feature_section03__body.right .feature_section03__media {
		margin: 50px auto 30px 0;
	}
	.feature_section03__media img {
		border-radius: 20px!important;
	}
	.feature_section03__watermark {
		margin-top: -20px;
	}
	.feature_section03__buttons ul {
		gap: 40px;
	}
}

@media screen and (max-width: 896px) {
	
}	

@media screen and (max-width: 812px) {
	
}

@media screen and (max-width: 768px) {
	.feature_section03__body p {
		font-size: 1.7rem;
	}
	.feature_section03__buttons ul {
		flex-flow: column;
		gap: 25px;
	}
	.feature_section03__buttons ul li a {
		max-width: 350px;
	}
}

@media screen and (max-width: 640px) {
	.feature_section03__label {
		font-size: 3rem;
	}
}

@media screen and (max-width: 480px) {
	.feature_section03 {
		border-radius: 30px 0 0 30px;
		padding: 8% 0 12%;
	}
	.feature_section03__label {
		font-size: 2.1rem;
		padding: 20px 0!important;
	}
	.feature_section03__body {
		width: 96%;
	}
	.feature_section03__body.left .feature_section03__media {
		margin: 30px 2% 20px auto;
	}
	.feature_section03__body.right .feature_section03__media {
		margin: 30px auto 20px 2%;
	}
	.feature_section03__body.left .feature_section03_txt {
		margin: 0 2% 0 auto;
	}
	.feature_section03__body.right .feature_section03_txt {
		margin: 0 auto 0 2%;
	}
	.feature_section03__body p {
		font-size: 1.5rem;
		line-height: 180%;
		font-weight: 500;
	}
	.feature_section03__watermark {
		font-size: 3rem!important;
	}
	.feature_section03__items {
		margin-top: 20px;
		gap: 60px;
	}
	.feature_section03__buttons ul li a {
		font-size: 1.6rem;
		height: 60px;
	}
}













@media screen and (max-width: 1024px) {
	.feature_section01__icon,
	.feature_section02__icon,
	.feature_section03__icon {
		zoom: 0.8;
	}
	.feature_section01__title,
	.feature_section02__title,
	.feature_section03__title {
		font-size: 3.8rem;
	}
	.feature_section01,
	.feature_section02,
	.feature_section03 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 896px) {
	.feature_section01__header,
	.feature_section02__header,
	.feature_section03__header {
		padding: 0 5%;
	}
}

@media screen and (max-width: 812px) {
	
}

@media screen and (max-width: 768px) {
	.feature_section01__icon,
	.feature_section02__icon,
	.feature_section03__icon {
		zoom: 0.7;
	}
	.feature_section01__title,
	.feature_section02__title,
	.feature_section03__title {
		font-size: 3.6rem;
	}
	.feature_section01,
	.feature_section02,
	.feature_section03 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 640px) {
	.feature_section01__icon,
	.feature_section02__icon,
	.feature_section03__icon {
		zoom: 0.65;
		margin-left: -70%;
	}
	.feature_section01__title,
	.feature_section02__title,
	.feature_section03__title {
		font-size: 3.2rem;
		margin-top: -10%;
	}
	.feature_section01__header,
	.feature_section02__header,
	.feature_section03__header {
		flex-flow: column;
	}
}

@media screen and (max-width: 480px) {
	.feature_wrapper {
		padding: 40px 0 60px;
		border-radius: 0 50px 50px 0;
		margin: 30px 0 60px;
	}
	.feature_section01__icon,
	.feature_section02__icon,
	.feature_section03__icon {
		zoom: 0.55;
		margin-left: -70%;
	}
	.feature_section01__title,
	.feature_section02__title,
	.feature_section03__title {
		font-size: 2.7rem;
		margin-top: -8%;
		line-height: 140%;
	}
}
/*
@media (max-width: 768px) {
  .feature_wrapper {
    padding: 120px 0 60px 0;
    border-radius: 0;
  }

  .feature_section {
    margin-left: 0;
    padding: 80px 20px 40px;
    border-radius: 0;
    width: 100%;
  }

  .feature_section01__header,
  .feature_section02__header,
  .feature_section03__header {
    position: static;
    transform: none;
    margin-bottom: 40px;
  }

  .feature_section01__row,
  .feature_section01__row--reverse {
    flex-direction: column;
    text-align: center;
  }

  .feature_section01__media--small,
  .feature_section01__media {
    max-width: 100%;
  }

  .feature_section01__speech {
    margin: 0;
  }

  .feature_section01__speech-bubble {
    padding: 16px;
  }

  .feature_section01__speech-badge {
    position: static;
    margin-bottom: 12px;
    right: auto;
    top: auto;
  }

  .feature_section02__desc,
  .feature_section02__big-images,
  .feature_section02__cards {
    width: 100%;
    right: 0;
    margin-bottom: 40px;
  }

  .feature_section02__big-images {
    flex-direction: column;
    gap: 20px;
  }

  .feature_section02__card {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .feature_section02__card-icon {
    left: 50%;
    transform: translateX(-50%);
  }

  .feature_section03__items {
    gap: 40px;
  }

  .feature_section03__item,
  .feature_section03__item--reverse {
    flex-direction: column;
    text-align: center;
  }

  .feature_section03__media-group {
    justify-content: center;
  }

  .feature_section03__media {
    width: 100%;
  }

  .feature_section03__watermark {
    display: none;
  }

  .feature_section03__buttons {
    flex-direction: column;
    gap: 16px;
  }

  .feature_wrapper {
    padding: 100px 0 40px;
    border-radius: 0;
  }

  .feature_section01,
  .feature_section02,
  .feature_section03 {
    margin: 0 auto 40px;
    padding: 40px 16px 24px;
    border-radius: 0;
    width: 100%;
  }

  .feature_section01__header,
  .feature_section02__header,
  .feature_section03__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    max-width: 500px;
  }

  .feature_section01__icon,
  .feature_section02__icon,
  .feature_section03__icon {
    width: 30%;
  }

  .feature_section01__title,
  .feature_section02__title,
  .feature_section03__title {
    line-height: 1.6;
  }

  .feature_section01__media img {
    border-radius: 10px;
  }

  .feature_section01__speech-char {
    width: 25%;
    right: -30px;
  }

  .feature_section01__text,
  .feature_section02__desc {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 0 24px;
    text-align: center;
  }

  .feature_section01__row {
    flex-direction: column;
    text-align: center;
    gap: 0px;
  }

  .feature_section01__row--reverse {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .feature_section02__big-images,
  .feature_section02__cards {
    flex-direction: column;
    gap: 16px;
  }

  .feature_section01__media--small,
  .feature_section01__media,
  .feature_section02__big-img,
  .feature_section02__card {
    max-width: 100%;
    margin: 0 auto;
    gap: 16px;
  }

  .feature_section01__media--small img {
    width: 100%;
    border-radius: 12px;
  }

  .feature_section01__speech {
    margin: 0;
  }

  .feature_section01__speech-bubble {
    padding: 16px;
  }

  .feature_section01__speech-badge {
    top: -40px;
    width: 80px;
  }

  .feature_section01__speech-bubble p {
    width: auto;
    font-size: 1.5rem;
  }

  .feature_section03__label.left {
    border-radius: 99px;
    padding: 24px;
  }

  .feature_section03__body.left p {
    padding: 0;
  }

  .feature_section03__link {
    margin: 24px 0 0 0;
  }

  .feature_section03__item {
    gap: 20px;
  }

  .feature_section03__item--reverse {
    flex-direction: column-reverse;
  }

  .feature_section03__label.right {
    border-radius: 99px;
    padding: 24px;
  }

  .feature_section03__body.right p {
    padding: 0;
  }

  .feature_section03__btn-list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .feature_section03__btn a {
    width: 100%;
    max-width: 400px;
  }
}

*/
