@charset "utf-8";
/* CSS Document */
.header .headnav a p{
	color: #fff;
		text-shadow:
		0 2px 6px rgba(0,0,0,0.80),
		0 0 12px rgba(0,0,0,0.90);
    
}
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 100px 50px 80px;
  justify-content: center;
}
body.gjs-dashed .fv {
  height: auto;
}
body:not(.gjs-dashed) .fv .swiper .swiper-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  pointer-events: none;
}
.fv .swiper {
  z-index: 1;
  position: relative;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
body:not(.gjs-dashed) .fv .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh;
  padding: 30px 50px 80px;
}
body:not(.gjs-dashed) .fv .swiper-wrapper {
  overflow: hidden;
  border-radius: 20px;
}
body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .swiper-wrapper {
  width: 100% !important;
  height: 100%;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
  width: 100% !important;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .swiper-slide-active .swiper-img, .fv .swiper-slide-duplicate-active .swiper-img, .fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
  display: block !important;
  opacity: 0;
  height: auto;
  width: 100%;
}
.fv .txtbox {
  position: relative;
  width: 90%;
  z-index: 99;
  padding: 150px 50px 50px;
  align-items: flex-start;
  gap: 20px;
}
body:not(.gjs-dashed) .fv .txtbox {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
body:not(.gjs-dashed) .fv .txtbox h1, body:not(.gjs-dashed) .fv .txtbox p {
  color: #fff;
}
.fv .fv_menu {
  margin-left: auto;
  margin-right: clamp(20px, 4vw, 50px);
}
.fv .fv_menu .reservation_box {
  width: auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px;
  box-sizing: border-box;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  z-index: 99;
}
body:not(.gjs-dashed) .fv .fv_menu .reservation_box {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}
.fv .fv_menu .reservation_top {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.fv .fv_menu .reservation_head {
  line-height: 1;
  letter-spacing: 0.08em;
}
.fv .fv_menu .reservation_sub {
  line-height: 1;
  font-weight: 700;
}
.fv .fv_menu .reservation_body {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.fv .fv_menu .reservation_tel {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
}
.fv .fv_menu .tel_label {
  font-weight: 700;
  line-height: 1;
  color: #222;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.fv .fv_menu .reservation_tel a {
  text-decoration: none;
}
.fv .fv_menu .reservation_tel .tel_num {
  font-weight: 700;
  line-height: 1;
  color: #222;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.fv .fv_menu .line_btn {
  padding: 8px 24px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  background: linear-gradient(135deg, #33CBBB 0%, #74D17B 100%);
  text-decoration: none;
}
.fv .fv_menu .line_btn img {
  width: 26px;
  height: 26px;
  display: block;
}
.fv .fv_menu .line_btn p {
  color: #fff;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fv .fv_menu .reservation_top {
    margin-bottom: 14px;
    gap: 6px;
  }
  .fv .fv_menu .reservation_body {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .fv .fv_menu .reservation_tel {
    gap: 8px;
    flex-wrap: wrap;
  }
  .fv .fv_menu .line_btn {
    width: 100%;
    min-width: 0;
    height: 52px;
  }
    .fv .txtbox p {
  font-size: clamp(16px, 2vw, 20px);
}
    
}
@media screen and (max-width: 576px) {
  .fv {
    padding: 100px 20px 80px;
  }
  body:not(.gjs-dashed) .fv .swiper {
    padding: 30px 20px 80px;
  }
  .fv .txtbox {
    width: 100%;
    padding: 0px 20px 0px;
  }
  .fv .fv_menu {
    width: 100%;
    justify-content: center;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
  }
}

.cate2 {
  z-index: 2;
  position: relative;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.servicebox {
  z-index: 2;
  position: relative;
  gap: 80px 40px;
  align-items: stretch;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.servicebox.box_wrap .box-item {
  width: calc(50% - 20px);
}
.servicebox.box_wrap .box-item .txtbox {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 0 0 20px 20px;
}
.servicebox.box_wrap .box-item .txtbox .txt-item {
  width: 100%;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.servicebox.box_wrap .box-item .txtbox .txt-item .line {
  border: #143F914D 1px solid;
  flex: 1
}
.servicebox.box_wrap .box-item .txtbox .item-wrap {
  gap: 10px 30px;
  justify-content: flex-start;
}
.servicebox.box_wrap .box-item .txtbox .item-wrap .dot-blue {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
.servicebox.box_wrap .box-item .txtbox .item-wrap .dot-blue::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #143F91;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.servicebox.box_wrap .box-item .imgbox {
  position: relative;
  aspect-ratio: 54 / 30;
  overflow: hidden;
}
.servicebox.box_wrap .box-item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.servicebox.box_wrap .box-item .imgbox .num {
  position: absolute;
  top: 20px;
  left: 20px;
}
.servicebox.box_wrap .box-item .imgbox img {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1080px) {
  .servicebox.box_wrap {
    flex-direction: column;
    gap: 50px;
  }
  .servicebox.box_wrap .box-item {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .servicebox.box_wrap .box-item {
    width: 100%;
  }
  .servicebox.box_wrap .box-item .txtbox {
    padding: 30px 20px;
  }
  .servicebox.box_wrap {
    gap: 30px;
  }
}
.section02 {
  background: #EFEFEF;
}
.section02 .section02_head {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.section02 .section02_icon {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.section02 .section02_icon_circle {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section02 .section02_icon_circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section02 .section02_icon_circle::after {
  display: none;
}
.section02 .section02_title {
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto 20px;
  padding: 0 18px;
  background: #EFEFEF;
}
.section02 .section02_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto 20px;
}
.section02 .section02_title::before, .section02 .section02_title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #33CBBB;
  opacity: 0.7;
}
.section02 .section02_wrap {
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
}
.section02 .section02_item {
  position: relative;
  width: calc((100% - 32px) / 3);
  height: 250px;
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: .3s;
}
/* 1個目・3個目を少し短く */
.section02 .section02_item:nth-child(1), .section02 .section02_item:nth-child(3) {
  height: 220px;
}
/* 4個目・6個目をその分長く */
.section02 .section02_item:nth-child(4), .section02 .section02_item:nth-child(6) {
  height: 280px;
  top: -30px;
}
.section02 .section02_item:nth-child(2) .imgbox {
  width: 150px;
  margin-left: auto;
  margin-right: 40px;
}
.section02 .section02_item:nth-child(3) .imgbox {
  width: 100px;
}
.section02 .section02_item:nth-child(4) .imgbox {
  width: 250px;
  margin-left: auto;
  margin-right: 80px;
}
.section02 .section02_item:nth-child(5) .imgbox {
  width: 150px;
}
.section02 .section02_item:nth-child(6) .imgbox {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.section02 .section02_item .imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.section02 .section02_item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section02 .section02_item:hover {
  transform: translateY(-3px);
}
.section02 .section02_item .imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.section02 .section02_item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section02 .section02_label {
  position: absolute;
  left: 30px;
  bottom: 26px;
  padding: 8px 14px;
  background: #49cbbd;
  color: #fff;
  border-radius: 4px;
  line-height: 1.2;
  font-weight: 700;
}
.section02 .section02_label_right {
  left: auto;
  right: 48px;
  top: 54px;
  bottom: auto;
}
.section02 .section02_label_center {
  left: auto;
  right: 38px;
  top: 58px;
  bottom: auto;
}
.section02 .section02_label_vertical_wrap {
  position: absolute;
  top: 26px;
  left: 32px;
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
  z-index: 4;
  width: auto;
  height: auto;
  align-items: flex-start;
}
.section02 .section02_label_vertical_wrap_right {
  left: auto;
  right: 30px;
}
.section02 .section02_label_vertical_wrap .section02_label {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.section02 .section02_label_vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 10px 8px;
}
.section02 .section02_label_vertical_single {
  left: 34px;
  top: 34px;
  bottom: auto;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 12px 8px;
}
.section02 .section02_arrow {
  position: absolute;
  right: 16px;
  bottom: 14px;
}
.section02 .section02_arrow .arrow_icon {
  width: 28px;
  background-color: #49cbbd;
}
.section02 .section02_arrow .arrow_icon::after {
  background-size: 7px auto;
}


@media screen and (max-width: 1080px) {
  .section02 .section02_item {
    width: calc((100% - 16px) / 2);
    height: 220px;
    padding: 40px;
    top: 0;
  }
  .section02 .section02_item:nth-child(1), .section02 .section02_item:nth-child(3), .section02 .section02_item:nth-child(4), .section02 .section02_item:nth-child(6) {
    height: 220px;
    top: 0;
  }
  .section02 .section02_item .imgbox, .section02 .section02_item:nth-child(2) .imgbox, .section02 .section02_item:nth-child(3) .imgbox, .section02 .section02_item:nth-child(4) .imgbox, .section02 .section02_item:nth-child(5) .imgbox, .section02 .section02_item:nth-child(6) .imgbox {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section02 .section02_label_right {
    right: 24px;
    top: 24px;
  }
  .section02 .section02_label_center {
    right: 24px;
    top: 24px;
  }
  .section02 .section02_label_vertical_wrap {
    top: 20px;
    left: 20px;
  }
  .section02 .section02_label_vertical_wrap_right {
    left: auto;
    right: 20px;
  }
  .section02 .section02_label_vertical_single {
    left: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section02 .section02_item, .section02 .section02_item:nth-child(1), .section02 .section02_item:nth-child(3), .section02 .section02_item:nth-child(4), .section02 .section02_item:nth-child(6) {
    width: 100%;
    max-width: 350px;
    height: 190px;
    padding: 14px 14px 18px;
    top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .section02 .section02_item .imgbox, .section02 .section02_item:nth-child(2) .imgbox, .section02 .section02_item:nth-child(3) .imgbox, .section02 .section02_item:nth-child(4) .imgbox, .section02 .section02_item:nth-child(5) .imgbox, .section02 .section02_item:nth-child(6) .imgbox {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .section02 .section02_label {
    left: 18px;
    bottom: 18px;
    padding: 7px 12px;
  }
  .section02 .section02_label_right {
    right: 18px;
    left: auto;
    top: 18px;
    bottom: auto;
    display: inline-block;
  }
  .section02 .section02_label_center {
    right: auto;
    top: 18px;
    bottom: auto;
  }
  .section02 .section02_label_vertical_wrap {
    top: 18px;
    left: 18px;
  }
  .section02 .section02_label_vertical_wrap_right {
    left: auto;
    right: 18px;
  }
  .section02 .section02_label_vertical_single {
    left: 18px;
    top: 18px;
  }
}
.section02 .section02_item:nth-child(1){
	animation-delay: 0s;
}

.section02 .section02_item:nth-child(2){
	animation-delay: 0.2s;
}

.section02 .section02_item:nth-child(3){
	animation-delay: 0.4s;
}

.section02 .section02_item:nth-child(4){
	animation-delay: 0.2s;
}

.section02 .section02_item:nth-child(5){
	animation-delay: 0.4s;
}

.section02 .section02_item:nth-child(6){
	animation-delay: 0.6s;
}
@media screen and (max-width: 1080px){
	.section02 .section02_item:nth-child(1){
		animation-delay: 0s;
	}
	.section02 .section02_item:nth-child(2){
		animation-delay: 0.2s;
	}
	.section02 .section02_item:nth-child(3){
		animation-delay: 0.2s;
	}
	.section02 .section02_item:nth-child(4){
		animation-delay: 0.4s;
	}
	.section02 .section02_item:nth-child(5){
		animation-delay: 0.4s;
	}
	.section02 .section02_item:nth-child(6){
		animation-delay: 0.6s;
	}
}

/* =========================
   576px以下：1列
========================= */
@media screen and (max-width: 576px){
	.section02 .section02_item:nth-child(1){
		animation-delay: 0s;
	}
	.section02 .section02_item:nth-child(2){
		animation-delay: 0s;
	}
	.section02 .section02_item:nth-child(3){
		animation-delay: 0s;
	}
	.section02 .section02_item:nth-child(4){
		animation-delay: 0s;
	}
	.section02 .section02_item:nth-child(5){
		animation-delay: 0s;
	}
	.section02 .section02_item:nth-child(6){
		animation-delay: 0s;
	}
}
.section03 {
  background: #EFEFEF;
}
.section03 .section03_imgbox{
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	padding: 2px;
}

.section03 .section03_imgbox img{
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius: 22px;
}


.section03 .section03_content {
  position: relative;
  z-index: 5;
  margin-top: -8px;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px;
}
.section03 .section03_left {
  flex: 1;
  min-width: 0;
    max-width: 1200px;
}
.section03 .section03_title_wrap {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #EFEFEF;
  padding: 0 20px 0 0;
  margin-bottom: 28px;
  border-top-right-radius: 24px;
}
.section03 .section03_en {
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: clamp(34px, 4vw, 56px);
}
.section03 .section03_title {
}
.section03 .section03_catch {
  margin-bottom: 20px;
}
.section03 .section03_text {
  max-width: 760px;
}
.section03 .section03_right {
  flex: 0 0 auto;
  padding-bottom: 8px;
}
.section03 .more {
  justify-content: flex-end;
}
.section03 .more1 a {
  min-width: 156px;
  padding: 14px 26px;
  border: 1.5px solid #33CBBB;
  background: #fff;
  border-radius: 999px;
}
.section03 .more1 a > div {
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.section03 .more1 a > div p {
  white-space: nowrap;
}
.section03 .more1 .arrow_icon {
  background-color: #33CBBB;
}
@media screen and (max-width: 1080px) {
  .section03 .section03_imgbox::before {
    width: min(58%, 360px);
    height: 54px;
  }
  .section03 .section03_imgbox::after {
    width: min(58%, 356px);
    height: 50px;
  }
  .section03 .section03_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .section03 .section03_right {
    width: 100%;
    padding-bottom: 0;
  }
  .section03 .more {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .section03 .section03_imgbox {
    border-radius: 18px;
  }
  .section03 .section03_imgbox::before {
    width: 68%;
    height: 42px;
    border-top-right-radius: 24px;
  }
  .section03 .section03_imgbox::after {
    width: calc(68% - 4px);
    height: 38px;
    border-top-right-radius: 22px;
  }
  .section03 .section03_content {
    margin-top: -4px;
    gap: 20px;
  }
  .section03 .section03_title_wrap {
    gap: 8px;
    padding-right: 12px;
    margin-bottom: 18px;
  }
  .section03 .section03_en {
    font-size: clamp(24px, 8vw, 36px);
  }
}


.newsbox {
	border-radius: 40px;
	padding: 5%;
	background-color: #4fc7bd;
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.newsbox .contents .leftbox{
	width: 30%;
}

.newsbox .contents .leftbox .more{
	justify-content: flex-start;
}

.newsbox .contents .leftbox .title_item1{
	align-items: flex-start;
}

.newsbox .contents .leftbox .title_item1 .en,
.newsbox .contents .leftbox .title_item1 h2{
	color: #fff;
}

.newsbox .contents .leftbox .title_item1 .en{
	line-height: 1;
	margin-bottom: 8px;
}

.newsbox .contents .leftbox .title_item1 h2{
	font-weight: 700;
}


.newsbox .contents .rightbox{
	width: 60%;
}

.newsbox .contents .rightbox .webgene-blog .webgene-item:not(:last-of-type){
	margin-bottom: 26px;
}

.newsbox .contents .rightbox .webgene-blog .webgene-item{
	width: 100%;
}

.newsbox .contents .rightbox .webgene-blog .webgene-item a{
	display: block;
	max-width: 100%;
	text-decoration: none;
}

.newsbox .contents .rightbox .webgene-blog .webgene-item a .item{
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: nowrap;
	width: 100%;
	margin-bottom: 0;
}

.newsbox .contents .rightbox .webgene-blog .webgene-item a h3{
	flex: 1;
	min-width: 0;
	margin: 0;
	color: #fff;
	font-weight: 500;
	line-height: 1.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsbox .contents .rightbox .webgene-blog .webgene-item a .item .date{
	color: #fff;
	opacity: 0.95;
	white-space: nowrap;
	flex: 0 0 auto;
}

.newsbox .contents .rightbox .webgene-blog .webgene-item a .item .cate{
	background-color: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.9);
	border-radius: 200px;
	padding: 3px 12px;
	line-height: 1.4;
	white-space: nowrap;
	flex: 0 0 auto;
}

@media screen and (max-width: 1080px){
	.newsbox .contents{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.newsbox .contents .leftbox{
		width: 100%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.newsbox .contents .leftbox .more{
		display: none;
	}

	.newsbox .contents .rightbox{
		width: auto;
		max-width: 100%;
	}

	.newsbox .contents .leftbox .title_item1{
		align-items: center;
	}
}

@media screen and (max-width: 576px){
	.newsbox{
		border-radius: 24px;
	}
.newsbox .contents .rightbox .webgene-blog .webgene-item a h3{
	flex: 1;
    width: 100%;
	min-width: 0;
	margin: 0;
	color: #fff;
	font-weight: 500;
	line-height: 1.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
	.newsbox .contents .rightbox .webgene-blog .webgene-item a .item{
		gap: 10px;
		flex-wrap: wrap;
	}

	.newsbox .contents .rightbox .webgene-blog .webgene-item a .item .cate{
		padding: 2px 10px;
	}
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}