@charset "utf-8";
/* ヘッダーフローティング */
.header_contents_floating {
  display: none;
}
.top_hamburger_floating {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header_contents_floating {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 104;
    display: flex;
    width: 100%;
    height: 70px;
    background: #EFEDE4;
    transform: translateY(-100%);
    transition: all .3s ease-out;
  }
  .top_hamburger_floating {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 104;
    display: block;
    transform: translateY(-100%);
    transition: all .3s ease-out;
  }
  .header_contents_floating.header_contents_in {
    transform: translateY(0);
  }
  .top_hamburger_floating.hamburger_in {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1680px) {
  .header_contents_floating {
    height: 80px;
  }
}
.top_page_body_01 {
  width: 100%;
  padding: 0 31px;
}
@media only screen and (min-width: 1280px) {
  .top_page_body_01 {
    width: 1200px;
    margin: auto;
    padding: 0;
  }
}
/* mv */
:root {
  --mv_top: 81px;
}
@media only screen and (min-width: 768px) {
  :root {
    --mv_top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --mv_top: 130px;
  }
}
@media only screen and (min-width: 1280px) {
  :root {
    --mv_top: 180px;
  }
}
@media only screen and (min-width: 1680px) {
  :root {
    --mv_top: 257px;
  }
}
.hero_mv_swiper.swiper {
  padding: var(--mv_top) 19px 38px;
}
.hero_mv_swiper .swiper-slide {
  height: auto;
  padding: 5px 5px 13px 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  background: #fff;
	transition: all 0.3s ease-out;
}
.mv_slide_img {
  border-radius: 10px 10px 0 0;
}
.mv_slide_img img {
  width: 100%;
  aspect-ratio: 337 / 190;
  object-fit: cover;
}
.assignment_wrap {
  display: flex;
  gap: 0 6px;
  margin: 10px 0 0;
  padding: 0 16px;
}
.assignment_icon {
  display: grid;
  place-content: center;
  width: 40px;
  height: 16px;
  border-radius: 14px;
  background: #FED566;
  font-size: 12px;
  font-weight: bold;
  color: #2781D9;
}
.assignment_txt {
  font-size: 12px;
  font-weight: bold;
}
.assignment_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 0;
  padding: 0 16px;
}
.assignment_ttl {
  padding: 0 15px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #2781D9;
  line-height: 1.2;
}
.assignment_ttl_arw img {
  width: 22px;
}
.hero_mv_swiper .swiper-button-next, .hero_mv_swiper .swiper-button-prev {
  width: 10px;
  height: 17px;
  margin-top: 0;
}
.hero_mv_swiper .swiper-button-next {
  top: 52%;
  right: 5px;
}
.hero_mv_swiper .swiper-button-prev {
  top: 52%;
  left: 5px;
}
.hero_mv_swiper .swiper-button-next:after, .hero_mv_swiper .swiper-button-prev:after {
  display: none;
}
.hero_mv_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #2781D9;
}
.hero_mv_swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .hero_mv_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
}
.hero_mv_swiper .swiper-horizontal>.swiper-pagination-bullets, .hero_mv_swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .hero_mv_swiper .swiper-pagination-custom, .hero_mv_swiper .swiper-pagination-fraction {
  bottom: 0;
}
.hero_mv_swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
}
.hero_mv_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 18px;
  height: 18px;
  border: solid #FED566 1px;
  background: #fff;
}
.hero_mv_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FED566;
}
@media only screen and (min-width: 768px) {
  .hero_mv_swiper.swiper {
    padding: var(--mv_top) 0 70px;
  }
  .assignment_txt {
		font-size: clamp(12px, 1.48vw, 19px);
  }
  .assignment_ttl {
		font-size: clamp(14px, 1.54vw, 26px);
  }
  .hero_mv_swiper .swiper-slide-active {
    transform: scale(1.1);
  }
  .hero_mv_swiper.swiper-backface-hidden .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
  }
  .hero_mv_swiper .swiper-button-next, .hero_mv_swiper .swiper-button-prev {
    width: 20px;
    height: 35px;
  }
  .hero_mv_swiper .swiper-button-next {
    top: var(--mv_top);
    right: 20.8%;
  }
  .hero_mv_swiper .swiper-button-prev {
    top: var(--mv_top);
    left: 20.8%;
  }
}
@media only screen and (min-width: 900px) {

}
@media only screen and (min-width: 1024px) {
  .hero_mv_swiper.swiper {
    padding: var(--mv_top) 0 114px;
  }
  .hero_mv_swiper .swiper-slide {
    padding: 5px 5px 32px 5px;
  }
  .assignment_wrap {
    padding: 0 35px;
  }
  .assignment_icon {
    width: 68px;
    height: 27px;
  }
  .assignment_ttl_wrap {
    margin: 5px 0 0;
    padding: 0 35px;
  }
  .assignment_ttl_arw img {
    width: 40px;
  }
  .hero_mv_swiper .swiper-button-next {
    right: 21.2%;
  }
  .hero_mv_swiper .swiper-button-prev {
    left: 21.2%;
  }
  .hero_mv_swiper .swiper-pagination {
    gap: 0 20px;
  }
  .hero_mv_swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .hero_mv_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
  }
  .hero_mv_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .mv_slide_img {
    border-radius: 10px 10px 0 0;
  }
  .assignment_wrap {
    margin: 16px 0 0;
  }
  .assignment_icon {
    font-size: 14px;
  }
  .assignment_txt {
    font-size: 19px;
  }
  .hero_mv_swiper .swiper-button-next {
    right: 30%;
  }
  .hero_mv_swiper .swiper-button-prev {
    left: 30%;
  }
}
@media only screen and (min-width: 1680px) {
  .assignment_ttl {
		font-size: 26px;
  }
}
/* トップセクションタイトル */
.top_sec_ttl_en {
	color: #2781D9;
	font-size: 30px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.top_sec_ttl_en::before {
	content: "";
	display: block;
	width: 3.5px;
	height: 22px;
  margin: -7px 0 0;
	background: #FED566;
	border-radius: 20px;
}
.top_sec_ttl_ja {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin: 5px 0 0 14px;
}
.news_sec_ttl .top_sec_ttl_ja {
	font-size: 14px;
  margin: 16px 0 0;
}
@media only screen and (min-width: 768px) {
	.top_sec_ttl_en {
		font-size: clamp(30px, 4.68vw, 60px);
	}
	.top_sec_ttl_en::before {
		width: 5px;
		height: 30px;
	}
	.top_sec_ttl_ja {
		font-size: clamp(18px, 2.5vw, 32px);
		margin: 5px 0 0 15px;
	}
	.news_sec_ttl .top_sec_ttl_ja {
		font-size: clamp(14px, 1.56vw, 20px);
    line-height: 2;
	}
}
@media only screen and (min-width: 1024px) {
	.top_sec_ttl_en::before {
		height: 40px;
    margin: -11px 0 0;
	}
}
@media only screen and (min-width: 1280px) {
	.top_sec_ttl_en {
		font-size: 60px;
		gap: 0 15px;
	}
	.top_sec_ttl_en::before {
		height: 45px;
    margin: -13px 0 0;
	}
	.top_sec_ttl_ja {
		font-size: 32px;
		margin: 5px 0 0 20px;
	}
  .news_sec_ttl .top_sec_ttl_ja {
		font-size: 20px;
    margin: 24px 0 0 2px;
	}
}
/* TOPICS */
.topics_sec {
  width: 100%;
  margin: 60px 0 0;
  padding: 0 0 79px;
}
.topics_ttl_wrap {
  padding: 0 31px;
}
.topics_tabs_wrap {
  margin: 30px 0 0;
  padding: 0 31px;
  text-align: right;
  overflow-x: scroll;
}
.topics_tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.topics_tab {
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  color: #98A9B5;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.topics_tab.is_active {
  background: #FED566;
  color: #fff;
}
.top_topics_btn {
  margin: 31px 0 0;
}
@media only screen and (min-width: 768px) {
  .topics_sec {
    margin: 130px 0 0;
  }
  .topics_container {
    display: flex;
    gap: 0 60px;
    padding: 0 31px;
  }
  .topics_ttl_wrap {
    padding: 0;
  }
  .top_topics_btn {
    margin: 45px 0 0;
  }
  .topics_tabs_wrap {
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  .topics_tabs_wrap::-webkit-scrollbar {
    display: none;
  }
  .topics_tabs_wrap {
    scrollbar-width: none;
  }
  .topics_ttl_wrap {
    max-width: 358px;
  }
  .topics_list_wrap {
    max-width: 780px;
    flex: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .topics_sec {
    margin: 274px 0 0;
    padding: 0 0 160px;
  }
  .topics_container {
    max-width: 1200px;
    margin: auto;
    padding: 0;
  }
  .top_topics_btn {
    margin: 62px 0 0;
  }
  .topics_tab {
    padding: 13px 20px;
    font-size: 18px;
  }
}
/* WHAT IS 'IROATO' */
.top_bg_01 {
  background: #FCFAF3;
}
.what_is_iroato_sec {
  padding: 50px 0;
}
.what_is_iroato_content {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin: 30px 0 0;
}
.what_is_iroato_txt01 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.what_is_iroato_txt01 span {
  padding: 0 0 2px;
  border-bottom: 3.5px solid #FED566;
}
.what_is_iroato_txt02 {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.what_is_iroato_btn {
  margin: 30px 0 0;
}
.js-modal-vimeo {
  position: relative;
  border-radius: 14px;
  outline: 5px solid #FED566;
  outline-offset: -4px;
  overflow: hidden;
  cursor: pointer;
}
.chameleoncode_movie_img {
  width: 100%;
}
.chameleoncode_movie_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 59px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .what_is_iroato_content {
    flex-direction: row;
    gap: 0 80px;
  }  
  .what_is_iroato_desc {
    width: 46.1%;
    padding: 20px 0 0;
  }
  .what_is_iroato_txt01 {
		font-size: clamp(14px, 1.87vw, 24px);
  }
  .what_is_iroato_txt02 {
		font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media only screen and (min-width: 1280px) {
  .what_is_iroato_sec {
    padding: 100px 0;
  }
  .what_is_iroato_content {
    gap: 0 132px;
    margin: 16px 0 0;
  }
  .what_is_iroato_desc {
    padding: 33px 0 0;
  }
  .what_is_iroato_txt01 {
		font-size: 24px;
  }
  .what_is_iroato_txt01 span {
    padding: 0 0 4px;
    border-bottom: 5px solid #FED566;
  }
  .what_is_iroato_txt01 br {
    display: none;
  }
  .what_is_iroato_txt02 {
    margin: 51px 0 0;
		font-size: 20px;
  }
  .what_is_iroato_btn {
    margin: 53px 0 0;
  }
  .js-modal-vimeo {
    border-radius: 20px;
  }
  .chameleoncode_movie_play {
    width: 99px;
  }
}
/* solution */
.solution_sec {
  padding: 60px 0 80px;
}
.solution_intro_txt_wrap {
  margin: 30px 0 0;
}
.solution_intro_txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.solution_intro_txt + .solution_intro_txt {
  margin: 20px 0 0;
}
.solution_type_bnr_wrap {
  margin: 36px 0 0;
}
.solution_type_bnr + .solution_type_bnr {
  margin: 16px 0 0;
}
.solution_list {
  margin: 36px 0 0;
}
.solution_list_item {
  position: relative;
  display: flex;
  background: #fff;
  border: solid #FED566 3px;
  border-radius: 14px;
}
.solution_patent_icon_wrap {
  position: absolute;
  left: -14px;
  top: -6px;
  z-index: 1;
}
.solution_icon {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 2px 12px 4px;
  border-radius: 13px;
  background: #222;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.solution_list_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px 0;
  padding: 0 0 17px;
}
.solution_list_contents {
  padding: 19px 0 0 0;
}
.solution_ttl_wrap {
  display: flex;
}
.solution_subttl {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.solution_ttl {
  font-size: 17px;
  font-weight: bold;
  color: #2781D9;
  line-height: 1.2;
}
.solution_desc {
  font-size: 12px;
  font-weight: bold;
}
.solution_img {
  display: grid;
  place-content: center;
  width: 130px;
  text-align: center;
}
.solution_img img {
  max-width: 100px;
}
.top_inventory .solution_img img {
  width: 76px;
}
.top_container .solution_img img {
  width: 96px;
}
.solution_list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.solution_list_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  height: 32px;
  padding: 0 14px 0 17px;
  border-radius: 16px;
  background: #FED566;
}
.solution_list_link_txt {
  font-size: 12px;
  font-weight: bold;
}
.solution_list_link_arw {
  padding: 0 0 3px;
	transition: all .3s ease-out;
}
.solution_list_link_arw img {
  width: 6px;
  height: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 420px) {
  .solution_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 42px 20px;
  }
  .solution_list_item {
    display: block;
    width: calc(50% - 20px / 2);
    padding: 0;
  }
  .solution_patent_icon_wrap {
    left: auto;
    top: auto;
    right: 8px;
    bottom: 48px;
    width: 50px;
  }
  .solution_list_inner {
    justify-content: space-between;
    padding: 0;
  }
  .solution_list_contents {
    position: relative;
    padding: 22px 0 0 0;
  }
  .solution_ttl_wrap {
    flex-direction: column;
  }
  .solution_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .solution_ttl_wrap .solution_ttl {
    margin: 3px 0 0;
  }
  .solution_desc {
    text-align: center;
    margin: 10px 0 0;
  }
  .desc_break {
    margin: 0;
  }
  .solution_desc_br {
    display: none;
  }
  .solution_img {
    display: block;
    width: auto;
    margin: 20px 0 0;
    padding: 0 10px;
  }
  .solution_img img {
    max-width: 100%;
  }
  .top_inventory .solution_img img {
    width: auto;
  }
  .top_container .solution_img img {
    width: auto;
  }
  .solution_list_link {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    border-radius: 0;
    background: #FED566;
  }
}
@media only screen and (min-width: 768px) {
  .solution_intro_txt {
		font-size: clamp(14px, 1.56vw, 20px);
  }
  .solution_list_item {
    width: calc(33.333% - 20px * 2 / 3);
  }
  .solution_icon {
    padding: 4px 19.5px 5px;
		font-size: clamp(12px, 1.25vw, 16px);
  }
  .solution_subttl {
		font-size: clamp(14px, 1.56vw, 20px);
  }
  .solution_ttl {
		font-size: clamp(17px, 2.03vw, 26px);
  }
  .solution_desc {
		font-size: clamp(12px, 1.25vw, 16px);
  }
  .solution_list_link_txt {
		font-size: clamp(12px, 1.4vw, 18px);
  }
}
@media only screen and (min-width: 1024px) {
  .solution_list_item:hover  {
    background: #fcfaf3;
  }
  .solution_list_item:hover .solution_list_link_arw {
    transform: translateX(5px);
  }
}
@media only screen and (min-width: 1280px) {
  .solution_sec {
    padding: 120px 0 153px;
  }
  .solution_intro_txt_wrap {
    margin: 60px 0 0;
  }
  .solution_intro_txt {
		font-size: 20px;
  }
  .solution_intro_txt + .solution_intro_txt {
    margin: 30px 0 0;
  }
  .solution_type_bnr_wrap {
    margin: 42px 0 0;
  }
  .solution_type_bnr + .solution_type_bnr {
    margin: 28px 0 0;
  }
  .solution_list {
    margin: 62px 0 0;
  }
  .solution_list_item {
    width: calc(25% - 20px * 3 / 4);
    border: solid #FED566 5px;
    border-radius: 20px;
  }
  .solution_patent_icon_wrap {
    bottom: 68px;
    width: 76px;
  }
  .solution_icon {
    top: -12px;
		font-size: 16px;
  }
  .solution_list_contents {
    padding: 25px 0 0 0;
  }
  .solution_subttl {
    font-size: 20px;
  }
  .solution_ttl {
		font-size: 26px;
  }
  .solution_desc {
		font-size: 16px;
  }
  .solution_list_link {
    padding: 14.5px 19px 14.5px 31px;
  }
  .solution_list_link_txt {
    font-size: 18px;
  }
  .solution_list_link_arw img {
    width: 8px;
    height: 14px;
  }
}
/*　導入事例 */
.case_studies_sec {
  padding: 60px 0 80px;
  background: #FCFAF3;
}
.case_studies_ttl_wrap {
  position: relative;
}
.case_studies_intro_txt {
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.case_studies_intro_txt br {
  display: none;
}
.case_studies_sec .case_swiper {
  padding: 64px 0 69px;
}
.case_swiper .case_slide_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 43% 16px 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.case_thumb {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  width: calc(100% - 16.5px * 2);
  aspect-ratio: 280 / 218;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.case_catch_txt {
  font-size: 13px;
  font-weight: bold;
  color: #2781D9;
}
.purpose-terms {
  margin: 10px 0 0;
}
.purpose-terms li {
  display: inline-block;
  padding: 4px 8px 4px 7px;
  border-radius: 15px;
  background: #E1EBF1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.cat_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 7px 0 0;
}
.cat_list li {
  display: inline-block;
  padding: 4px 8px 4px 7px;
  border-radius: 5px;
  border: solid #FED566 1px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.case-title {
  margin: 6px 0 0;
  font-size: 13px;
}
.case_more_link {
  display: flex;
  gap: 0 16px;
  align-items: center;
  margin: 15px 0 0 auto;
}
.case_more_txt {
  display: inline-block;
  padding: 0 0 3px;
  border-bottom: 1px solid #1A1A1A;
  font-size: 12px;
  font-weight: bold;
}
.case_more_arw {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2781D9;
	transition: all 0.3s ease-out;
}
.case_more_arw img {
  width: 6px;
  height: 10px;
}
.case_swiper .swiper-button-next:after, .case_swiper .swiper-button-prev:after {
  display: none;
}
.case_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #2781D9;
}
.case_swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .case_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
}
.case_swiper .swiper-horizontal>.swiper-pagination-bullets, .case_swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .case_swiper .swiper-pagination-custom, .case_swiper .swiper-pagination-fraction {
  bottom: 30px;
}
.case_swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
}
.case_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 18px;
  height: 18px;
  border: solid #FED566 1px;
  background: #fff;
}
.case_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FED566;
}
.case_swiper .swiper-button-next {
  right: 9%;
  width: 10px;
  height: 17px;
  margin-top: 0;
}
.case_swiper .swiper-button-prev {
  left: 9%;
  width: 10px;
  height: 17px;
  margin-top: 0;
}
.top_case_btn {
  display: flex;
  justify-content: center;
}
.case_swiper.no-swiper .swiper-wrapper {
  flex-direction: column;
  gap: 60px 40px;
  align-items: center;
}
.case_swiper.no-swiper .swiper-slide {
  width: 310px !important;
  padding: 200px 26px 20px;
}
.case_swiper.no-swiper .case_swiper_nav {
  display: none;
}
@media only screen and (min-width: 420px) {
  .case_swiper .case_slide_item {
    padding: 55% 16px 20px;
  }
}
@media only screen and (min-width: 480px) {
  .case-list {
    flex-direction: row;
    gap: 60px 25px;
  }
  .case_studies_sec .case_swiper {
    margin: 59px 0 0;
    padding: 150px 0 0;
  }
  .case_studies_intro_txt {
    position: absolute;
    bottom: -90px;
    margin: 0;
  }
  .case_thumb {
    width: calc(100% - 20px * 2);
  }
  .case_studies_intro_txt br {
    display: block;
  }
  .case-list {
    gap: 80px 25px;
  }
  .case_swiper .case_slide_item {
    padding: 28% 20px 20px;
  }
  .case_swiper_nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 31px * 2);
  }
  .case_swiper .swiper-horizontal>.swiper-pagination-bullets, .case_swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .case_swiper .swiper-pagination-custom, .case_swiper .swiper-pagination-fraction {
    top: 61px;
    left: auto;
    right: 115px;
    bottom: auto;
    width: auto;
  }
  .case_swiper .swiper-button-next {
    top: 50px;
    right: 0;
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  .case_swiper .swiper-button-prev {
    top: 50px;
    left: auto;
    right: 50px;
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  .top_case_btn {
    margin: 69px 0 0;
  }
}
@media only screen and (min-width: 680px) {
  .case_swiper .case_slide_item {
    padding: 22% 20px 20px;
  }
  .case_studies_sec .case_swiper {
    margin: 59px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .case_studies_intro_txt {
		font-size: clamp(14px, 1.56vw, 20px);
  }
  .case_catch_txt {
		font-size: clamp(13px, 1.4vw, 18px);
  }
  .case_swiper .case_slide_item {
    padding: 24% 20px 20px;
  }
  .case-title {
		font-size: clamp(13px, 1.4vw, 18px);
  }
  .case_swiper.no-swiper .swiper-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .case_swiper.no-swiper .swiper-slide {
    width: 350px !important;
    padding: 225px 26px 20px;
  }
}
@media only screen and (min-width: 900px) {
  .case_swiper .case_slide_item {
    padding: 15% 20px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .case_swiper .case_slide_item {
    padding: 16.5% 20px 20px;
  }
  .case_more_link:hover .case_more_arw {
    background: #4994DE;
    transform: translateX(5px);
  }
  .case_swiper .swiper-horizontal>.swiper-pagination-bullets, .case_swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .case_swiper .swiper-pagination-custom, .case_swiper .swiper-pagination-fraction {
    top: 5px;
  }
  .case_swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .case_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
  }
  .case_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 16px;
    height: 16px;
  }
  .case_swiper .swiper-button-next {
    top: 0;
  }
  .case_swiper .swiper-button-prev {
    top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .case_studies_sec {
    padding: 120px 0 160px;
  }
  .case_studies_intro_txt {
		font-size: 20px;
  }
  .case_studies_intro_txt br {
    display: none;
  }
  .case_studies_sec .case_swiper {
    padding: 158px 0 0;
  }
  .case_swiper .swiper-horizontal>.swiper-pagination-bullets, .case_swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .case_swiper .swiper-pagination-custom, .case_swiper .swiper-pagination-fraction {
    top: 5px;
  }
  .case-list-wrapper {
    padding: 148px 0 0;
  }
  .case-list {
    gap: 108px 48px;
  }
  .case_swiper .case_slide_item {
    padding: 14% 26px 20px;
  }
  .case_thumb {
    width: calc(100% - 30px * 2);
    top: -33px;
  }
  .case_catch_txt {
    font-size: 18px;
  }
  .purpose-terms li {
    padding: 8px 10px 9px;
    font-size: 13px;
  }
  .cat_list li {
    padding: 8px 10px 9px;
    font-size: 13px;
  }
  .case-title {
    margin: 14px 0 0;
    font-size: 18px;
  }
  .case_more_link {
    display: flex;
    gap: 0 10px;
    margin: 24px 0 0 auto;
  }
  .case_more_txt {
    font-size: 14px;
  }
  .case_more_arw {
    width: 40px;
    height: 40px;
  }
  .case_more_arw img {
    width: 7px;
    height: 12px;
  }
  .case_swiper_nav {
    width: calc(1200px - 31px * 2);
  }
  .case_swiper .swiper-horizontal>.swiper-pagination-bullets, .case_swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .case_swiper .swiper-pagination-custom, .case_swiper .swiper-pagination-fraction {
    top: 9px;
    right: 165px;
  }
  .case_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .case_swiper .swiper-button-prev {
    right: 70px;
    width: 50px;
    height: 50px;
  }
  .top_case_btn {
    margin: 80px 0 0;
  }
  .case_swiper.no-swiper .swiper-slide {
    padding: 220px 26px 20px;
  }
}
@media only screen and (min-width: 1680px) {
  .case_swiper .case_slide_item {
    padding: 11.6% 26px 20px;
  }
}