:root {
  --primary:#29A269;
  --secondary:#2974A2;
}

a {
  color: inherit;
}

#headerTest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: 0.3s;
  color: #fff;
  font-size: 18px;
  z-index: 9;
}
#headerTest .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: none;
  padding: 0 120px;
}
#headerTest .h1 {
  display: flex;
  align-items: center;
  height: 100px;
}
#headerTest .h1 a {
  display: block;
}
#headerTest .h1 a img {
  display: block;
  width: 185px;
  filter: invert(1);
  transition: 0.3s;
}
#headerTest .list_menu {
  display: flex;
  text-align: center;
}
#headerTest .list_menu li {
  width: 100%;
}
#headerTest .list_menu a {
  display: block;
  transition: 0.3s;
}
#headerTest .list_menu .d1 {
  position: relative;
  font-weight: bold;
  line-height: 50px;
}
#headerTest .list_menu .d1:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  content: "";
}
#headerTest .list_menu .d1_tit {
  display: none;
}
#headerTest .list_menu > li {
  width: 180px;
  padding: 24px 0;
  transition: 0.3s;
}
@media screen and (min-width: 1400px) {
  #headerTest .list_menu > li:hover {
    background: var(--primary);
  }
  #headerTest .list_menu > li:hover .d1:after {
    width: 55%;
  }
}
#headerTest .list_sub {
  display: none;
  padding-top: 20px;
}
#headerTest .list_sub li + li {
  margin-top: 20px;
}
#headerTest .list_sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
}
@media screen and (min-width: 1400px) {
  #headerTest .list_sub a:hover {
    font-weight: bold;
  }
}
#headerTest .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
#headerTest .list_lang {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100px;
}
#headerTest .list_lang strong, #headerTest .list_lang a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#headerTest .list_lang strong {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
}
#headerTest .btn_menu {
  display: none;
}
#headerTest.active {
  background: #fff;
  color: #000;
}
#headerTest.active .h1 a img {
  filter: none;
}
@media screen and (min-width: 1400px) {
  #headerTest.active .list_menu > li:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 1680px) {
  #headerTest .inner {
    padding: 0 7vw;
  }
  #headerTest .list_menu {
    width: calc(100% - 400px);
  }
  #headerTest .list_menu > li {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  #headerTest .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  #headerTest:before {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background: #fff;
    transition: 0.3s;
    content: "";
  }
  #headerTest .h1 {
    height: 50px;
  }
  #headerTest .h1 a img {
    width: 92px;
  }
  #headerTest .list_menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    padding-top: 64px;
    transition: 0.3s;
  }
  #headerTest .list_menu .d1 {
    display: none;
  }
  #headerTest .list_menu .d1_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 63px;
    padding: 0 20px;
    font-size: 16px;
  }
  #headerTest .list_menu .d1_tit:after {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_arrow_menu.svg) no-repeat center/contain;
    transition: 0.3s;
    content: "";
  }
  #headerTest .list_menu > li {
    width: auto;
    padding: 0;
  }
  #headerTest .list_menu .on .d1_tit {
    color: var(--primary);
  }
  #headerTest .list_menu .on .d1_tit:after {
    background-image: url(../images/common/icon_arrow_menu_on.svg);
    transform: rotate(180deg);
  }
  #headerTest .list_sub {
    display: none;
    padding: 0 20px;
    font-size: 0;
    text-align: left;
    margin: -20px -12px 0;
  }
  #headerTest .list_sub li {
    display: inline-block;
    width: auto;
    margin: 4px 12px;
  }
  #headerTest .list_sub li + li {
    margin-top: 4px;
  }
  #headerTest .list_sub a {
    height: 40px;
    font-size: 12px;
  }
  #headerTest .list_lang {
    height: 50px;
    gap: 5px;
    z-index: 2;
  }
  #headerTest .list_lang strong, #headerTest .list_lang a {
    width: 30px;
    height: 25px;
    font-size: 12px;
  }
  #headerTest .btn_menu {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    margin-right: -5px;
    font-size: 0;
  }
  #headerTest .btn_menu:before, #headerTest .btn_menu:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    transition: transform 0.2s ease, margin-top 0.2s ease 0.2s;
    background: #fff;
    content: "";
  }
  #headerTest .btn_menu:before {
    margin-top: -3px;
  }
  #headerTest .btn_menu:after {
    margin-top: 3px;
  }
  #headerTest.active {
    background: none;
  }
  #headerTest.active:before {
    width: 100%;
  }
  #headerTest.active .list_menu {
    left: 0;
    display: block;
  }
  #headerTest.active .btn_menu:before, #headerTest.active .btn_menu:after {
    margin-top: -1px;
    transition: margin-top 0.2s ease, transform 0.2s ease 0.2s;
    background: #000;
  }
  #headerTest.active .btn_menu:before {
    transform: rotate(45deg);
  }
  #headerTest.active .btn_menu:after {
    transform: rotate(-45deg);
  }
}

#footerTest {
  display: flex;
  justify-content: space-between;
  padding: 64px 120px;
  background: #000;
  color: #aaa;
}
#footerTest .ft_info .logo {
  display: block;
  width: 220px;
  padding: 12px 0;
}
#footerTest .ft_info .logo img {
  filter: invert(1);
}
#footerTest .ft_info .info {
  margin-top: 10px;
}
#footerTest .ft_info .info .item {
  display: block;
  font-size: 14px;
}
#footerTest .ft_info .info .item + .item {
  margin-top: 5px;
}
#footerTest .ft_info .bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 64px;
}
#footerTest .ft_info .bottom .policy {
  font-size: 16px;
  color: #ddd;
  font-weight: 600;
  text-decoration: underline;
}
#footerTest .ft_info .bottom .copyright {
  font-size: 14px;
}
#footerTest .ft_links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
#footerTest .ft_links .list_sns {
  display: flex;
  gap: 15px;
}
#footerTest .ft_links .list_sns li {
  width: 40px;
}
#footerTest .ft_links .btn_top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}
#footerTest .ft_links .btn_top:before {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  content: "";
}
@media screen and (max-width: 1680px) {
  #footerTest {
    padding: 0 7vw;
  }
}
@media screen and (max-width: 1400px) {
  #footerTest {
    padding: 0 20px;
  }
}

#mainTest {
  line-height: 1.4;
  font-size: 18px;
}
#mainTest .inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
#mainTest .mo {
  display: none;
}
@media screen and (max-width: 1680px) {
  #mainTest {
    font-size: 1.1vw;
  }
  #mainTest .inner {
    padding: 0 20px;
  }
}
@keyframes stepProgressAnim {
  to {
    transform: scaleX(1);
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#mainTest #visual {
  position: relative;
}
#mainTest #visual .swiper-slide {
  position: relative;
}
#mainTest #visual .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainTest #visual .swiper-slide .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 100px;
  color: #fff;
}
#mainTest #visual .swiper-slide .title {
  font-size: 64px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
#mainTest #visual .swiper-slide .row {
  display: block;
  transform: translateY(20px);
  opacity: 0;
}
#mainTest #visual .swiper-slide .desc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 84px;
  font-size: 24px;
  font-weight: bold;
}
#mainTest #visual .swiper-slide.swiper-slide-active .title .row,
#mainTest #visual .swiper-slide.swiper-slide-active .desc {
  animation: fade-up 1s forwards;
}
#mainTest #visual .pager_area {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#mainTest #visual .pager_area .inner {
  position: relative;
}
#mainTest #visual .pager_area .pager {
  position: absolute;
  left: 46.25%;
  right: 25%;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 84px;
  padding: 0 56px;
}
#mainTest #visual .pager_area .progress {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
#mainTest #visual .pager_area i {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (max-width: 1680px) {
  #mainTest #visual .swiper-slide .inner {
    padding-bottom: 5.95vw;
  }
  #mainTest #visual .swiper-slide .title {
    font-size: 3.8vw;
  }
  #mainTest #visual .swiper-slide .desc {
    min-height: 5vw;
    font-size: 1.42vw;
  }
  #mainTest #visual .pager_area {
    bottom: 5.95vw;
  }
  #mainTest #visual .pager_area .pager {
    height: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainTest #visual .swiper-slide .inner {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  #mainTest #visual .swiper-slide .title {
    font-size: 32px;
  }
  #mainTest #visual .swiper-slide .desc {
    width: 100%;
    min-height: auto;
    margin-top: 50px;
    text-align: right;
    font-size: 14px;
  }
  #mainTest #visual .pager_area {
    bottom: 84px;
  }
  #mainTest #visual .pager_area .pager {
    left: 20px;
    right: 20px;
    width: auto;
    height: auto;
    padding: 0;
  }
  #mainTest #visual .pager_area .progress {
    height: 1px;
  }
  #mainTest #visual .pager_area .progress i {
    height: 1px;
  }
}
#mainTest .wrap_tit {
  line-height: 1.4;
}
#mainTest .wrap_tit .title {
  display: block;
  font-size: 50px;
  font-weight: bold;
}
#mainTest .wrap_tit .desc {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1680px) {
  #mainTest .wrap_tit .title {
    font-size: 2.97vw;
  }
  #mainTest .wrap_tit .desc {
    margin-top: 1.19vw;
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainTest .wrap_tit .title {
    font-size: 25px;
  }
  #mainTest .wrap_tit .desc {
    margin-top: 10px;
    font-size: 12px;
  }
}
#mainTest #esg {
  padding: 120px 0 200px;
}
#mainTest #esg .inner {
  display: flex;
}
#mainTest #esg .wrap_tit, #mainTest #esg .contents {
  width: 100%;
}
#mainTest #esg .wrap_tit {
  padding-right: 40px;
}
#mainTest #esg .contents {
  display: flex;
  gap: 30px;
}
#mainTest #esg .contents [class^=box] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 480px;
  padding: 40px 36px 24px;
  color: #fff;
}
#mainTest #esg .contents .box1 {
  background: var(--primary);
}
#mainTest #esg .contents .box2 {
  background: var(--secondary);
}
#mainTest #esg .contents .tit {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#mainTest #esg .contents .desc {
  margin-top: 20px;
  line-height: 1.4;
}
#mainTest #esg .contents .count {
  width: 100%;
  text-align: right;
}
#mainTest #esg .contents .count .number {
  display: inline-block;
  font-size: 130px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
}
#mainTest #esg .contents .count span {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  line-height: 2;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1680px) {
  #mainTest #esg {
    padding: 7.14vw 0 11.9vw;
  }
  #mainTest #esg .wrap_tit {
    padding-right: 2.38vw;
  }
  #mainTest #esg .contents {
    gap: 1.78vw;
  }
  #mainTest #esg .contents [class^=box] {
    height: 28.57vw;
    padding: 2.38vw 2.14vw 1.42vw;
  }
  #mainTest #esg .contents .tit {
    font-size: 1.66vw;
  }
  #mainTest #esg .contents .desc {
    margin-top: 1.19vw;
  }
  #mainTest #esg .contents .count .number {
    font-size: 7.73vw;
  }
  #mainTest #esg .contents .count span {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainTest #esg {
    padding: 80px 0 100px;
  }
  #mainTest #esg .inner {
    display: block;
  }
  #mainTest #esg .wrap_tit {
    padding-right: 0;
  }
  #mainTest #esg .contents {
    display: block;
    margin-top: 20px;
  }
  #mainTest #esg .contents [class^=box] {
    height: auto;
    padding: 20px 20px 8px;
  }
  #mainTest #esg .contents .box2 {
    margin-top: 15px;
  }
  #mainTest #esg .contents .tit {
    font-size: 16px;
  }
  #mainTest #esg .contents .desc {
    margin-top: 10px;
    font-size: 12px;
  }
  #mainTest #esg .contents .count {
    margin-top: 12px;
  }
  #mainTest #esg .contents .count .number {
    font-size: 65px;
  }
  #mainTest #esg .contents .count span {
    font-size: 14px;
  }
}
#mainTest #product {
  font-size: 0;
}
#mainTest #product .swiper_view,
#mainTest #product .list_thumb {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#mainTest #product .swiper_view {
  overflow: hidden;
  position: sticky;
  top: 0;
}
#mainTest #product .swiper_view .swiper-slide {
  position: relative;
}
#mainTest #product .swiper_view img {
  height: 100vh;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainTest #product .swiper_view .tit {
  position: absolute;
  left: 80px;
  bottom: 64px;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
#mainTest #product .list_thumb {
  padding: 30px 0 30px 60px;
}
#mainTest #product .list_thumb li {
  position: relative;
  padding: 30px 20px 30px 0;
  border-top: 1px solid #ddd;
}
#mainTest #product .list_thumb li:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary);
  transition: 0.5s 0.1s;
  z-index: 2;
  content: "";
}
#mainTest #product .list_thumb .inr_item {
  display: flex;
  gap: 40px;
  align-items: center;
}
#mainTest #product .list_thumb .img {
  position: relative;
  width: 240px;
  flex-shrink: 0;
}
#mainTest #product .list_thumb .img:before, #mainTest #product .list_thumb .img:after {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
  content: "";
}
#mainTest #product .list_thumb .img:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#mainTest #product .list_thumb .img:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: url(../images/common/icon_arrow.svg) var(--primary) no-repeat center/28px auto;
}
#mainTest #product .list_thumb .tit {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#mainTest #product .list_thumb .desc {
  margin-top: 10px;
  font-size: 18px;
  color: #111;
}
#mainTest #product .list_thumb .active:after {
  width: 100%;
}
#mainTest #product .list_thumb .active .img:before, #mainTest #product .list_thumb .active .img:after {
  opacity: 1;
}
#mainTest #product .swiper_list {
  display: none;
}
@media screen and (max-width: 1680px) {
  #mainTest #product .swiper_view .tit {
    left: 4.76vw;
    bottom: 3.8vw;
    font-size: 2.97vw;
  }
  #mainTest #product .list_thumb {
    padding: 1.78vw 0 1.78vw 3.57vw;
  }
  #mainTest #product .list_thumb li {
    padding: 1.78vw 0;
  }
  #mainTest #product .list_thumb .inr_item {
    gap: 2.38vw;
  }
  #mainTest #product .list_thumb .img {
    width: 14.28vw;
  }
  #mainTest #product .list_thumb .img:after {
    width: 4.16vw;
    height: 4.16vw;
    background-size: 1.66vw;
  }
  #mainTest #product .list_thumb .tit {
    font-size: 1.66vw;
  }
  #mainTest #product .list_thumb .desc {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainTest #product .swiper_view {
    display: block;
    width: 100%;
    position: relative;
  }
  #mainTest #product .swiper_view img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.85;
  }
  #mainTest #product .swiper_view .tit {
    left: 20px;
    bottom: 20px;
    font-size: 25px;
  }
  #mainTest #product .list_thumb {
    display: none;
  }
  #mainTest #product .swiper_list {
    display: block;
    margin-top: 15px;
  }
  #mainTest #product .swiper_list .item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  #mainTest #product .swiper_list .img {
    width: 38.2%;
    flex-shrink: 0;
  }
  #mainTest #product .swiper_list .conts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
  }
  #mainTest #product .swiper_list .conts .tit {
    font-size: 16px;
    font-weight: bold;
  }
  #mainTest #product .swiper_list .conts .desc {
    font-size: 12px;
  }
  #mainTest #product .swiper_list .conts br {
    font-size: 0;
    display: none;
  }
  #mainTest #product .swiper_list .pager {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 2px;
  }
  #mainTest #product .swiper_list .pager .swiper-pagination-bullet {
    width: 6px;
    height: 3px;
    margin: 0;
    border-radius: 0;
    background: #ddd;
    opacity: 1;
  }
  #mainTest #product .swiper_list .pager .swiper-pagination-bullet-active {
    width: 15px;
    background: var(--primary);
  }
}
#mainTest #rnd {
  padding: 200px 0;
  background: url(../images/main/main_rnd.jpg) no-repeat center/cover;
}
#mainTest #rnd .wrap_tit {
  text-align: center;
}
#mainTest #rnd .contents {
  position: relative;
  height: 420px;
  margin: 280px 35px 0;
  display: flex;
  justify-content: center;
  transition: all 0.8s ease-out;
}
#mainTest #rnd [class^=box] {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: flex-end;
  transform: translateX(-50%);
  transition: all 0.8s 0.8s ease-out;
  width: 25%;
  padding: 0 15px;
}
#mainTest #rnd .inr_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 420px;
  padding: 40px 35px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  transition-delay: 1s;
}
#mainTest #rnd .inr_box:before {
  position: absolute;
  top: -8px;
  right: -12px;
  font-size: 130px;
  font-weight: bold;
  opacity: 0.02;
  line-height: 1;
  content: "";
}
#mainTest #rnd .inr_box:after {
  position: absolute;
  top: 40px;
  right: 35px;
  width: 120px;
  height: 120px;
  background: no-repeat center/contain;
  content: "";
}
#mainTest #rnd .num {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
}
#mainTest #rnd .tit {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  font-weight: bold;
}
#mainTest #rnd .conts {
  margin-top: 15px;
}
#mainTest #rnd .conts li {
  position: relative;
  padding-left: 8px;
}
#mainTest #rnd .conts li:before {
  position: absolute;
  top: calc(0.7em - 1px);
  left: 0;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 100%;
  content: "";
}
#mainTest #rnd .conts li + li {
  margin-top: 5px;
}
#mainTest #rnd .box01 .inr_box:before {
  content: "01";
}
#mainTest #rnd .box01 .inr_box:after {
  background-image: url(../images/main/main_rnd01.svg);
}
#mainTest #rnd .box02 .inr_box:before {
  content: "02";
}
#mainTest #rnd .box02 .inr_box:after {
  background-image: url(../images/main/main_rnd02.svg);
}
#mainTest #rnd .box03 .inr_box:before {
  content: "03";
}
#mainTest #rnd .box03 .inr_box:after {
  background-image: url(../images/main/main_rnd03.svg);
}
#mainTest #rnd .box04 .inr_box:before {
  content: "04";
}
#mainTest #rnd .box04 .inr_box:after {
  background-image: url(../images/main/main_rnd04.svg);
}
#mainTest #rnd .contents.aos-animate {
  margin-top: 80px;
}
#mainTest #rnd .contents.aos-animate .box01 {
  left: 0%;
  transform: translateX(0);
}
#mainTest #rnd .contents.aos-animate .box02 {
  left: 25%;
  transform: translateX(0);
}
#mainTest #rnd .contents.aos-animate .box03 {
  left: 50%;
  transform: translateX(0);
}
#mainTest #rnd .contents.aos-animate .box04 {
  left: 75%;
  transform: translateX(0);
}
#mainTest #rnd .contents.aos-animate .inr_box {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1680px) {
  #mainTest #rnd {
    padding: 12vw 0;
  }
  #mainTest #rnd .cosntents {
    height: 25vw;
    margin: 16.6vw 2vw 0;
  }
  #mainTest #rnd .inr_box {
    height: 25vw;
    padding: 2.3vw 2vw;
  }
  #mainTest #rnd .inr_box:before {
    font-size: 7.73vw;
  }
  #mainTest #rnd .inr_box:after {
    top: 2.38vw;
    right: 2vw;
    width: 7.14vw;
    height: 7.14vw;
  }
  #mainTest #rnd .num {
    font-size: 1vw;
  }
  #mainTest #rnd .tit {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainTest #rnd {
    padding: 100px 0;
  }
  #mainTest #rnd .contents {
    height: auto;
    margin: 40px 0 0;
    padding: 0 20px;
  }
  #mainTest #rnd [class^=box] {
    position: relative;
    left: auto;
    align-items: unset;
    transform: unset;
    transition: unset;
    width: 54vw;
    max-width: 220px;
    padding: 0;
  }
  #mainTest #rnd .inr_box {
    height: 235px;
    padding: 20px;
  }
  #mainTest #rnd .inr_box:before {
    font-size: 65px;
  }
  #mainTest #rnd .inr_box:after {
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
  #mainTest #rnd .num {
    font-size: 9px;
  }
  #mainTest #rnd .tit {
    margin-top: 14px;
    font-size: 16px;
  }
  #mainTest #rnd .conts {
    margin-top: 7px;
  }
  #mainTest #rnd .conts li {
    padding-left: 4px;
  }
  #mainTest #rnd .conts li:before {
    width: 2px;
    height: 2px;
  }
  #mainTest #rnd .conts li + li {
    margin-top: 3px;
  }
  #mainTest #rnd .contents.aos-animate {
    margin-top: 40px;
  }
  #mainTest #rnd .contents.aos-animate .box01 {
    left: auto;
  }
  #mainTest #rnd .contents.aos-animate .box02 {
    left: auto;
  }
  #mainTest #rnd .contents.aos-animate .box03 {
    left: auto;
  }
  #mainTest #rnd .contents.aos-animate .box04 {
    left: auto;
  }
}
#mainTest #contact {
  display: flex;
  justify-content: space-between;
  background: url(../images/main/main_contact.jpg) no-repeat center/cover;
  color: #fff;
}
#mainTest #contact .wrap_tit {
  height: 100vh;
  padding: 150px 120px;
}
#mainTest #contact .contents {
  display: flex;
  width: 40%;
  max-width: 760px;
  flex-shrink: 0;
}
#mainTest #contact [class^=box] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 80px 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}
@media screen and (min-width: 1400px) {
  #mainTest #contact [class^=box]:hover {
    background: rgba(41, 162, 105, 0.8);
  }
}
#mainTest #contact .tit {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#mainTest #contact .tit:before {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  background: no-repeat center/contain;
  content: "";
}
#mainTest #contact .box01 .tit:before {
  background-image: url(../images/main/icon_contact.svg);
}
#mainTest #contact .box02 .tit:before {
  background-image: url(../images/main/icon_location.svg);
}
#mainTest #contact .desc {
  margin-top: 10px;
}