#top h2 {
  font-size: 1rem;
}

#top h2 span {
  display: inline-block;
}

#top h2 .jp {
  font-size: 0.75em;
  font-weight: 400;
  color: #616161;
  line-height: 1.15;
}

#top h2 .en {
  font-size: 2.56em;
  font-weight: 900;
  color: #7BCDDC;
  line-height: 1.2;
}

#main_visual {
  margin-bottom: 40px;
  position: relative;
  background: #DEF2F6;
}

#main_visual .main_visual-wrapper {
  width: 100%;
}

#main_visual .bg {
  width: 100%;
}

#main_visual .bg img {
  objext-fit: cover;
}

#main_visual .image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

#main_visual .image img {
  objext-fit: cover;
}

#about {
  margin-bottom: 70px;
}

#about .wrapper {
  background: url(../images/about-bg.png) no-repeat top 20px center/contain;
}

#about h2 {
  text-align: center;
  margin-bottom: 25px;
}

#love_children .image {
  
  max-width: min(60%, 272px);
  margin: 0 auto 25px;
}

#love_children .text {
  max-width: 576px;
  margin: 0 auto 40px;
}

#about .link {
  display: flex;
  gap: 20px 6.5%;
}

@media only screen and (max-width: 860px) {
  #about .link {
    flex-direction: column;
  }
}

#about .link .box a {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.7s ease opacity;
}
#about .link .box a:hover {
	opacity: 0.7;
}

#about .link .box a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 55%, #bfc0c2 100%);
  mix-blend-mode: multiply;
}

#about .link .box a .text {
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 3;
  bottom: 0;
  padding: 16px 16px 16px 50px;
}

#about .link .box a .text:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: url(../images/arrow-white.svg) left center/contain;
}

#movie {
  background: #7BCDDC;
  margin-bottom: 70px;
  color: #fff;
}

#movie .wrapper {
  position: relative;
  padding: 60px 30px;
}

#movie a {
  color: #fff;
}

#movie h2 {
  color: #95D7E3;
  font-size: 6.25em;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: -30px;
  top: -60px;
  z-index: -1;
}

@media only screen and (max-width: 860px) {
  #movie {
    margin-bottom: 40px;
  }
}

#movie .flex {
  display: flex;
  gap: 30px 3.5%;
}

#movie .flex .player {
  width: 58%;
  aspect-ratio: 16 / 9;
  z-index: 3;
}

#movie .flex .text {
  z-index: 2;
}

@media only screen and (max-width: 860px) {
  #movie .flex {
    flex-direction: column;
  }
  #movie .flex .player {
    width: 100%;
  }
}

#movie .flex .text {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

#movie .flex .text h3 {
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.18;
  padding-left: 35px;
  position: relative;
}

#movie .flex .text h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/movie-circle.svg) left center/contain;
}

#movie .flex .text .lead {
  margin-bottom: 40px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
}

#movie .flex .text .sns {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

#movie .flex .text .sns span {
  position: relative;
  padding: 0 20px;
}

#movie .flex .text .sns span:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 5px;
  bottom: 0;
  transform: rotate(-20deg);
}

#movie .flex .text .sns span:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 5px;
  bottom: 0;
  transform: rotate(20deg);
}

@media only screen and (max-width: 860px) {
  #movie .flex .text .sns {
    text-align: center;
  }
}

#movie .flex .text .link {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 15px;
}

#movie .flex .text .link a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #005C8D;
  transition: 0.7s ease opacity;
}
#movie .flex .text .link a:hover {
	opacity: 0.7;
}
#movie .flex .text .link a img {
  width: 50px;
}

@media only screen and (max-width: 860px) {
  #movie .flex .text .link a {
    align-items: start;
  }
}

#movie .flex .text .button a {
  display: block;
  width: 220px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  background: #7BCDDC;
  border-radius: 50px;
  font-size: 0.9375em;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  text-align: center;
}

#movie .flex .text .button a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 24px;
}

#movie .flex .text .button a span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-white2.svg) left center/contain;
}

#movie .flex .text .button a:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #7BCDDC;
}

#movie .flex .text .button a:hover span:before {
  background: url(../images/arrow-blue2.svg) left center/contain;
}


@media only screen and (max-width: 860px) {
  #movie .flex .text .button a {
    margin: 0 auto;
  }
}

#work {
  margin-bottom: 30px;
  padding-top: 35px;
}

#work .wrapper {
  position: relative;
  padding: 45px 0 45px 30px;
  z-index: 2;
}

#work .wrapper:before {
  content: "";
  display: block;
  height: 100%;
  width: 50vw;
  position: absolute;
  right: 100%;
  top: 0;
  background: #DEF2F6;
  z-index: -1;
}

#work .wrapper:after {
  content: "";
  display: block;
  height: 100%;
  width: 70%;
  border-radius: 0 15px 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #DEF2F6;
  z-index: -1;
}

#work .inner {
  padding: 0 0 0 30px;
}

#work h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 860px) {
  #work {
    margin: 0;
    padding: 0;
  }
  #work .wrapper {
    padding: 0 30px 45px 30px;
  }
  #work .wrapper:after {
    width: 100%;
    height: 65%;
    top: initial;
    bottom: 85px;
    border-radius: 0;
  }
  #work .inner {
    padding: 20px 0 0 0;
  }
  #work h2 {
    text-align: center;
  }
}

#work .flex {
  display: flex;
  gap: 30px 4%;
}

@media only screen and (max-width: 860px) {
  #work .flex {
    flex-direction: column;
  }
  #work .flex .image {
    width: 100%;
  }
}

#work .flex .image {
  width: 57%;
  flex: 1;
  position: relative;
}

#work .flex .image img {
  position: relative;
  top: -75px;
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 860px) {
  #work .flex .image {
    width: 100%;
  }
  #work .flex .image img {
    top: -0;
  }
}

#work .flex .text {
  display: flex;
  flex-direction: column;
}

#work .flex .text h3 {
  margin-bottom: 5px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 2;
  position: relative;
}

@media only screen and (max-width: 860px) {
  #work .flex .text h3 {
    text-align: center;
  }
}

#work .flex .text .lead {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
}

#work .flex .text .button a {
  display: block;
  width: 220px;
  height: 50px;
  border: 2px solid #7BCDDC;
  color: #7BCDDC;
  border-radius: 50px;
  font-size: 0.9375em;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  text-align: center;
}

#work .flex .text .button a:hover {
  border: 1px solid #7BCDDC;
  background: #7BCDDC;
  color: #fff;
}
#work .flex .text .button a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 24px;
}

#work .flex .text .button a span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-blue2.svg) left center/contain;
}

#work .flex .text .button a:hover span:before {
  background: url(../images/arrow-white2.svg) left center/contain;
}
@media only screen and (max-width: 860px) {
  #work .flex .text .button a {
    margin: 0 auto;
  }
}

#recruit {
  margin-bottom: 30px;
  padding-top: 35px;
}

#recruit .wrapper {
  position: relative;
  padding: 45px 0 45px 30px;
}

#recruit .inner {
  padding: 0 0 0 30px;
}

#recruit h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 860px) {
  #recruit .wrapper {
    padding: 0 30px 30px;
  }
  #recruit .inner {
    padding: 0;
  }
  #recruit h2 {
    text-align: center;
  }
}

#recruit .flex {
  position: relative;
  z-index: 4;
}

#recruit .flex .image {
  width: 58.6%;
  flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
}

#recruit .flex .image img {
  border-radius: 15px;
  overflow: hidden;
}

#recruit .flex .text {
  z-index: -2;
  position: relative;
}

#recruit .flex .text h3 {
  margin-bottom: 25px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.85;
  position: relative;
  display: inline;
}

#recruit .flex .text h3 span {
  background: #fff;
}

#recruit .flex .text .h3-sp {
  display: none;
}

#recruit .flex .text .lead {
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
}

#recruit .flex .text .link {
  margin-top: 45px;
  max-width: 275px;
}

#recruit .flex .text .link a {
  display: block;
  font-size: 1.125em;
  color: #7BCDDC;
  text-decoration: none;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #DBDCDC;
  transition: 0.7s ease opacity;
}
#recruit .flex .text .link a:hover {
  opacity: 0.7;
}

#recruit .flex .text .link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-right.svg) no-repeat center center/contain;
  margin: 0 auto;
}

@media only screen and (max-width: 860px) {
  #recruit .flex .image {
    width: 100%;
    order: 1;
    position: relative;
    display: none;
  }
  #recruit .flex .text {
    order: 2;
  }
  #recruit .flex .text .link {
    max-width: 100%;
  }
  #recruit .flex .text > h3 {
    display: none;
  }
  #recruit .flex .text .h3-sp {
    display: block;
    position: relative;
  }
  #recruit .flex .text .h3-sp h3 {
    position: absolute;
    width: 100%;
    left: 15px;
    bottom: 0;
    margin-bottom: 0;
    line-height: 1.4;
    transform: translateY(50%);
  }
  #recruit .flex .text .h3-sp .image {
    display: block;
  }
}

#recruit .entry {
  margin: 70px auto;
  font-size: 0.9375em;
  line-height: 1.2;
  text-align: center;
}
#recruit .entry .photo_pdf a{
	display: inline-block;
 	color: #005C8D;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 2;
	font-weight: 700;
	text-align: center;
}

#recruit .entry .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #005C8D;
  border: 2px solid #005C8D;
  max-width: 560px;
  height: 50px;
  border-radius: 100px;
  text-decoration: none;
  margin: auto;
  transition: 0.3s ease;
}
#recruit .entry .button a:hover {
  color: #005C8D;
  background: #fff;
}
#recruit .entry .note{
  margin-top: 10px;
}
#interview h2 {
  text-align: center;
  margin-bottom: 25px;
}

#interview h3.tag-a {
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#interview h3.tag-a span {
  width: 320px;
  display: inline-block;
  background: #005C8D;
  position: relative;
}

#interview h3.tag-a span:before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  border: transparent;
  border-bottom: 32px solid #005C8D;
  border-left: 8px solid transparent;
}

#interview h3.tag-a span:after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  border: transparent;
  border-top: 32px solid #005C8D;
  border-right: 8px solid transparent;
}

#interview h3.tag-b {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#interview h3.tag-b span {
  width: 320px;
  display: inline-block;
  background: #7BCDDC;
  position: relative;
}

#interview h3.tag-b span:before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  border: transparent;
  border-bottom: 32px solid #7BCDDC;
  border-left: 8px solid transparent;
}

#interview h3.tag-b span:after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  border: transparent;
  border-top: 32px solid #7BCDDC;
  border-right: 8px solid transparent;
}

@media only screen and (max-width: 660px) {
  #interview h3.tag-b {
    margin-bottom: 40px;
  }
}

#interview .interview-list {
  position: relative;
}

#interview .interview-list .slick-list {
  padding-top: 30px;
}
#interview .interview-list .slick-slide {
  margin: 0 25px;
}
#interview .interview-list .slick-prev {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: -30px;
  left: auto;
  transform: initial;
  background: url(../images/arrow-left.svg) no-repeat center center/contain;
}


#interview .interview-list .slick-prev:hover {
  background: url(../images/arrow-left2.svg) no-repeat center center/contain;
}
#interview .interview-list .slick-prev:before {
  display: none;
}

#interview .interview-list .slick-next {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: -30px;
  left: auto;
  transform: initial;
  background: url(../images/arrow-right.svg) no-repeat center center/contain;
}

#interview .interview-list .slick-next:hover {
  background: url(../images/arrow-right2.svg) no-repeat center center/contain;
}
#interview .interview-list .slick-next:before {
  display: none;
}

#interview .interview-list .box {
  padding-top: 50px;
  width: 275px;
}

#interview .interview-list .box a {
  text-decoration: none;
  color: #222;

  transition: 0.7s ease opacity;
}
#interview .interview-list .box a:hover {
  opacity: 0.7;
}

#interview .interview-list .box .image {
  text-align: center;
  border-radius: 15px;
  background: #7BCDDC;
  height: 230px;
  position: relative;
}

#interview .interview-list .box .image img {
  height: 275px;
  max-width: none;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#interview .interview-list .box .image h4 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 900;
  writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}

#interview .interview-list .box .image h4.interview-09 {
	z-index:3;
}
#interview .interview-list .box .image h4 span {
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}

#interview .interview-list .box.color1 .image {
  background: #7BCDDC;
}

#interview .interview-list .box.color2 .image {
  background: #F78D8D;
}

#interview .interview-list .box.color3 .image {
  background: #FFC31B;
}

#interview .interview-list .box.color4 .image {
  background: #8FCEF3;
}

#interview .interview-list .box.down {
  padding-top: 75px;
}

@media only screen and (max-width: 660px) {
  #interview .interview-list .box {
    padding-top: 50px;
  }
  #interview .interview-list .box.down {
    padding-top: 75px;
  }
}

#interview .interview-list .box .voice {
  margin: -35px 18px 0;
  background: #F5F6F6;
  padding: 18px 22px;
  position: relative;
  z-index: 2;
  border-radius: 15px;
}

#interview .interview-list .box .voice .text {
  font-size: 0.875em;
  line-height: 1.64;
  position: relative;
  z-index: 2;
}

#interview .interview-list .box .voice .tag {
  font-size: 0.6875em;
  line-height: 1.64;
  color: #8C8D8F;
  position: relative;
  z-index: 2;
}

#interview .interview-list .box .voice:before {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background: url(../images/fukidashi.svg) no-repeat center center/contain;
  position: absolute;
  top: -16px;
  left: 0px;
}

#interview .interview-list .box .voice:after {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background: url(../images/fukidashi-wq.svg) no-repeat center center/contain;
  position: absolute;
  top: 10px;
  right: 16px;
}


.entry-tel{
	background: #FFFEEA;
	padding:25px 5px 30px;
	text-align: center;
	
}
.entry-tel .entry-tel-01{
	color: #005C8D;
	font-size: 1.5625em;
	line-height: 1.32;
	font-weight: 700;
}
.entry-tel .entry-tel-01 span{
	background: linear-gradient(transparent 60%, #fff100 60%);
}
.entry-tel .entry-tel-01 br{
	display: none;
}
.entry-tel .entry-tel-02{
	font-size: 1.25em;
	line-height: 1.65;
	font-weight: 700;
}
.entry-tel .entry-tel-03 a{
	color: #005C8D;
	font-size: 2.5em;
	line-height: 1.15;
	font-weight: 700;
	text-decoration: none;
}
.entry-tel .entry-tel-04{
	font-size: 0.93755em;
	line-height: 1.85;
}

@media only screen and (max-width: 480px) {

	.entry-tel .entry-tel-01{
		font-size: 1.25em;
		line-height: 1.32;
	}
	.entry-tel .entry-tel-01 br{
		display: inherit;
	}
	.entry-tel .entry-tel-02{
		font-size: 1em;
		line-height: 1.65;
	}
	.entry-tel .entry-tel-03 a{
		font-size: 1.875em;
		line-height: 1.15;
	}
	.entry-tel .entry-tel-04{
		font-size: 0.75em;
		line-height: 1.58;
	}
}




#news {
  margin-top: 40px;
  margin-bottom: 60px;
}
#news .flex{
  display: flex;
  gap: 5px 45px;
}
#news .heading{

}
#news .heading h2{
  margin-bottom: 25px;
}
#news .heading .button{
  display: initial;
}
#news .news-list .button{
  display: none;
}
#news .news-list .button a{
  margin: 30px auto 0px;
}
#news .button a {
  display: block;
  width: 220px;
  height: 50px;
  border: 2px solid #7BCDDC;
  color: #7BCDDC;
  border-radius: 50px;
  font-size: 0.9375em;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  text-align: center;
}

#news .button a:hover {
  border: 1px solid #7BCDDC;
  background: #7BCDDC;
  color: #fff;
}
#news .button a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 24px;
}

#news .button a span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-blue2.svg) left center/contain;
}
#news .button a:hover span:before {
  background: url(../images/arrow-white2.svg) left center/contain;
}
#news .news-list{
  flex: 1;
  border-top: 1px solid #a4a5a6;
}
#news .news-list .post{
  border-bottom: 1px solid #a4a5a6;
}
#news .news-list .post a{
  display: block;
  text-decoration : none;
  color: #1a1004;
  padding: 15px 0;
}
#news .news-list .post .text{
  display: flex;
  align-items: center;
  gap: 0px 40px;;
}
#news .news-list .post .date{
  color: #5cbbd0;
  font-size: 0.875em;
  line-height: 1.56;
}
#news .news-list .post .title{
  color: #1a1004;
  font-size: 1em;
  line-height: 1.56;
}

@media only screen and (max-width: 660px) {
  #news .heading h2{
    text-align: center;
    margin-bottom: 0;
  }
  #news .flex{
    display: flex;
    flex-direction: column;
  }
  #news .heading .button{
    display: none;
  }
  #news .news-list .button{
    display: initial;
  }
  #news .news-list .post .text{
    flex-direction: column;
    align-items: start;
  }
}



#blog {
	background: #ebf7fa;
	margin-top: 75px;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

#blog h2 {
  text-align: center;
  margin-bottom: 25px;
}
#blog .blog-list {
  margin-top: -40px;
  padding-top: 65px;
  position: relative;
}

#blog .blog-list .slick-prev {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 0;
  left: auto;
  transform: initial;
  background: url(../images/arrow-left.svg) no-repeat center center/contain;
}


#blog .blog-list .slick-prev:hover {
  background: url(../images/arrow-left2.svg) no-repeat center center/contain;
}
#blog .blog-list .slick-prev:before {
  display: none;
}

#blog .blog-list .slick-next {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0;
  left: auto;
  transform: initial;
  background: url(../images/arrow-right.svg) no-repeat center center/contain;
}

#blog .blog-list .slick-next:hover {
  background: url(../images/arrow-right2.svg) no-repeat center center/contain;
}
#blog .blog-list .slick-next:before {
  display: none;
}

#blog .blog-list .box {
  width: 275px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
#blog .blog-list .slick-list {
  margin: 0 -26px;
}
#blog .blog-list .slick-slide {
  margin: 0 26px;
}
#blog .blog-list .box a {
  text-decoration: none;
  color: #222;

  transition: 0.7s ease opacity;
}
#blog .blog-list .box a:hover {
  opacity: 0.7;
}

#blog .blog-list .box .image {
  text-align: center;
  height: 160px;
  width: 100%;
  position: relative;
}
#blog .blog-list .box .image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#blog .blog-list .box .text{
  height: 90px;
  padding: 8px 12px;
}
#blog .blog-list .box .text .date{
  font-size: 0.875em;
  color: #5cbbd0;
  line-height: 1.56;
}
#blog .blog-list .box .text .title{
  font-size: 1em;
  color: #1a1004;
  line-height: 1.56;
}

@media only screen and (max-width: 660px) {
  #blog{
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #blog .blog-list {
  
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  #blog .blog-list .box {
  }
  #blog .blog-list .box.down {
    padding-top: 25px;
  }
  
  #blog .blog-list .slick-prev {
    top: initial;
    bottom: 0;
  }
  #blog .blog-list .slick-next {
    top: initial;
    bottom: 0;
  }

}
