@charset "utf-8";
/* CSS Document */
#reserch .main_contents.inner {
  padding-left: 0;
  padding-right: 0;
}
#reserch .cmn_p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
/*--------------------
¥¿¥Ö
--------------------*/
#reserch .tab ul {
  margin-top: 56px;
  margin-bottom: 40px;
  width: 35%;
}
#reserch .tab li {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
#reserch .tab li:last-child::after, #reserch .tab li::before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 80%;
  width: 1px;
  background-color: #a9a9a9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#reserchs .tab li:last-child::after {
  left: auto;
  right: 0;
}
#reserch .tab li a {
  padding: 17px 37px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#reserch .tab li a.active, #reserch .tab li a:hover {
  background: -moz-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  background: -webkit-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  background: -ms-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  color: #fff;
  opacity: 1;
}
/*--------------------
¥Ú©`¥¸¥ã©`
--------------------*/
#reserch .cmn_pagination li a:hover, .cmn_pagination li.active a {
  border-bottom: 3px solid;
  border-image: -moz-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  border-image: -webkit-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  border-image: -ms-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  border-image-slice: 1;
}
#reserch .cmn_pagination li {
  width: 60px;
}
/*--------------------
¥³¥ó¥Æ¥ó¥ÄÒ»ÓE
--------------------*/
#reserch .area_contets {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#reserch .area_contets .box_contents {
  width: 22%;
  margin-right: 4%;
}
#reserch .area_contets .box_contents:nth-child(4n) {
  margin-right: 0;
}

#reserch .area_contets .box_contents .ov_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
#reserch .area_contets .box_contents .ov_link:hover {
  opacity: .6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
#reserch .area_contets .box_contents .category {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 auto;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
#reserch .area_contets .box_contents .category::after {
  margin: 5px auto 13px;
  content: "";
  display: block;
  height: 1px;
  width: 66px;
  background: -moz-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  background: -webkit-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  background: -ms-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
}
#reserch .area_contets .box_contents figure {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
#reserch .area_contets .box_contents figure > img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;  
  z-index: 1;
}
@media all and (-ms-high-contrast:none) {
	.sec_sns ul.list_insta li a > *{
		width: auto;
    max-width: inherit;
	}
}
#reserch .area_contets .box_contents figure::after {
  position: relative;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: -moz-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  background: -webkit-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  background: -ms-linear-gradient(0deg, rgb(68, 206, 237) 0%, rgb(90, 227, 185) 100%);
  z-index: 2;
}
#reserch .area_contets .box_contents h2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.444;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 27px;
}
#reserch .area_contets .box_contents .date {
  margin-top: 28px;
  font-size: 14px;
  font-size: 1.4rem;
}
/*--------------------
‘ø¤ë¥Ü¥¿¥ó
--------------------*/
#reserch .cmn_btn_back {
  margin-top: 25px;
}
@media screen and (max-width :1000px) {
  #reserch .main_contents.inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*--------------------
  ¥¿¥Ö
  --------------------*/
  #reserch .tab {
    overflow-y: auto;
  }
  /*--------------------
  ¥³¥ó¥Æ¥ó¥ÄÒ»ÓE
  --------------------*/
  #reserch .area_contets .box_contents {
    width: 46.5%;
    margin-right: 7%;
    margin-bottom: 35px;
  }
#reserch .area_contets .box_contents:nth-child(even) {
margin-right: 0;
  }
}
@media screen and (max-width :768px) {
  #reserch .main_contents.inner {
    padding-left: 0;
    padding-right: 0;
  }
  #reserch .cmn_p {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.2;
    margin-top: 24px;
  }
  /*--------------------
  ¥¿¥Ö
  --------------------*/
  #reserch .tab ul {
    margin-top: 5px;
    margin-bottom: 0;
  }
  #reserch .tab li a {
    padding: 17px 19px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /*--------------------
  ¥Ú©`¥¸¥ã©`
  --------------------*/
  #reserch .cmn_pagination {
    margin: 20px 0 15px;
  }
  /*--------------------
  ¥³¥ó¥Æ¥ó¥ÄÒ»ÓE
  --------------------*/
  #reserch .area_contets .box_contents {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  #reserch .area_contets .box_contents .category {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
  }
  #reserch .area_contets .box_contents .category::after {
    margin: 5px auto 10px;
    width: 75px;
  }
  #reserch .area_contets .box_contents figure::after {
    height: 2px;
  }
  #reserch .area_contets .box_contents h2 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 8px;
    padding: 0 4px;
    line-height: 1.51;
  }
  #reserch .area_contets .box_contents .date {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*--------------------
  ‘ø¤ë¥Ü¥¿¥ó
  --------------------*/
  #reserch .cmn_btn_back {
    margin-top: 50px;
  }
}

/* pickup */
.wrap_pickup {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width :768px) {
  .wrap_pickup {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}