.achieve_section{
  padding: 14.0625rem 0 13.125rem 0;
  overflow: hidden;
}
.achieve_section .achieve_section__header{
	margin-bottom: -1rem;
}

.achieve_section .achieve_section__title{
   margin-bottom: 2rem;
   margin-left: 10.5rem;
}

.achieve_section .achieve_title_item{
	align-items: baseline;
}
.achieve_section .achieve_section__list-content{
	gap:6rem;
}

.achieve_section .item_title_num{
	padding-left: 0.5rem;
}
.achieve_section .achieve_section__list-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.achieve_section .achieve_section__item-img{
	width: 40.5rem;
}
.achieve_section .achieve_section__item-img img{
	width: 100%;
	height: 100%;
  	object-fit:contain;
}
.achieve_section .achieve_section__item {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
.achieve_section .achieve_section__item:nth-of-type(2n){
	flex-direction: column;
	gap: 8.75rem;
	align-items: flex-start;
}
.achieve_section .achieve_section__item:nth-of-type(2n + 1){
	gap: 6.25rem;
}

.achieve_section .achieve_section__list .flex--row-reverse .achieve_section__item-image {
  margin-right: 0;
}

.achieve_section .achieve_section__list .achieve_text_block {
  margin-left: 2.25rem;
	margin-right: 2.25rem;
 align-items: flex-end;
	justify-content: flex-start;
}
.achieve_section .achieve_section__list .achieve_section__item:nth-of-type(2n + 1) .achieve_text_block{
	flex: 1 1 auto;
}
.achieve_section .achieve_section__list .achieve_text_block h5,
.achieve_section .achieve_section__list .achieve_text_block p{
	font-size: 2rem;
	text-align: right;
}
.achieve_section .achieve_section__list .achieve_section__item:nth-of-type(2n + 1) .achieve_section__item-image {
  margin-right: 10.0625rem;
}
.achieve_section .achieve_section__item:nth-of-type(2n) .achieve_section__item-img{
	width: 58.625rem;
	height: 29.25rem;
	object-fit: cover;
}
.achieve_section .achieve_section__item:nth-of-type(2n + 1) .achieve_section__item-img{
	width: 27.0625rem;
	height: 39.9375rem;
	object-fit: cover;
}
@media (max-width: 767px) {
  .achieve_section .achieve_section__title{
    margin-left: 0;
	width: 100%;
	text-align: center;
  }

  .achieve_section .achieve_section__item {
    display: flex !important;
    flex-direction: column;
  }

  .achieve_section .item_title_num{
    letter-spacing: 0;
    font-size: 4rem;
  }

  .achieve_section .achieve_section__item-img {
    width: 19.7rem;
    height: 15rem;
  }
}
@media (max-width: 767px) {

  .achieve_section {
    padding: 4rem 0 4rem 0;
  }

  /* HEADER */
  .achieve_section .achieve_section__title {
    margin: 0 0 3rem 0;
  }

  /* LIST */
  .achieve_section .achieve_section__list-content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  /* ITEM */
  .achieve_section .achieve_section__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .achieve_section 
  .flex--row:not(.is-first) .achieve_text_block,
  .achieve_section 
  .flex--row-reverse:not(.is-first) .achieve_text_block {
    margin: 0 !important;
    padding-left: 1.5rem;
  }

  /* TEXT BLOCK */
  .achieve_section .achieve_text_block {
    gap: 1rem;
  }

  .achieve_section .achieve_title_item {
    align-items: baseline;
  }

  .achieve_section .item_title_num {
    padding-left: 0.5rem;
  }

  /* IMAGE */
  .achieve_section .achieve_section__item-image {
    width: 100%;
  }

  .achieve_section .achieve_section__item-img {
    width: 100%;
  }
  .achieve_section 
  .flex--row .achieve_section__item-img {
    padding-left: 10rem;
  }
  .achieve_section 
  .flex--row-reverse .achieve_section__item-img {
    padding-right: 2rem;
  }
  .achieve_section .achieve_section__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .achieve_section h5.text {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }

  .achieve_section .achieve_section__item.is-first .achieve_text_block {
      margin-left: 5.825rem !important;
  }
  .achieve_title_item .text {
    text-wrap: nowrap;
    display: flex;
    white-space: pre;
  }
	
	.achieve_section .achieve_section__item:nth-of-type(2n + 1) .achieve_section__item-img,
	.achieve_section .achieve_section__list .achieve_text_block,
	.achieve_section .achieve_section__item.is-first .achieve_text_block{
		padding-left: 0px;
		margin-left: 0px !important;
		margin-right: 0px;
	}
	
	.achieve_section .achieve_section__list .achieve_text_block{
		text-align: center;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	
	.achieve_section .flex--row:not(.is-first) .achieve_text_block, .achieve_section .flex--row-reverse:not(.is-first) .achieve_text_block{
		padding-left: 0px;
	}
	
	.achieve_section .achieve_section__list .achieve_text_block h5, .achieve_section .achieve_section__list .achieve_text_block p{
		font-size: 1.25rem;
		text-align: center;
	}
	
	.achieve_section .achieve_section__item:nth-of-type(2n){
		gap: 3rem;
	}
}
