@charset "UTF-8";
/*日本語(ゴシック)*/
/*Inter*/
@font-face {
  font-family: Quintbridge_Regular;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Quintbridge.woff");
}
/** フォント周りの変数 **/
/*** サイズ ***/
/** メディアクエリ **/
/** ベースカラー **/
/*** マージン設定(PC) ***/
/*** マージン設定(SP) ***/
.wrapper .news {
  background-color: #F4F4F3;
}
.wrapper .news > section {
  padding: 0 96px;
  max-width: 1600px;
  margin: 0 auto;
}
.wrapper .news > section .sort_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .news > section .sort_list + * {
  margin-top: 40px;
}
.wrapper .news > section .sort_list > li {
  margin-top: 10px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.wrapper .news > section .sort_list > li:not(:first-child) {
  background-color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px;
  line-height: 1;
  border: 1px solid #000;
  margin-right: 6px;
}
.wrapper .news > section .sort_list > li:not(:first-child) > * {
  padding: 0 14px 0 15px;
  display: block;
}
.wrapper .news > section .sort_list > li:not(:first-child).active {
  border: 1px solid #0072BC;
  background-color: #0072BC;
}
.wrapper .news > section .sort_list > li:not(:first-child).active > * {
  color: #fff;
}
.wrapper .news > section .sort_list > li:not(:first-child).active:hover * {
  opacity: 1;
}
.wrapper .news > section .sort_list > li:first-child {
  position: relative;
  margin-right: 32px;
  height: 38px;
}
.wrapper .news > section .sort_list > li:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  width: 10px;
  height: 7px;
  background-image: url(../images/common/arrow_12_bottom.svg);
  background-repeat: no-repeat;
}
.wrapper .news > section .sort_list > li select {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border-radius: 30px;
  line-height: 1;
  padding: 0 0px 0 15px;
  width: 168px;
  height: 100%;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  color: #000;
}
.wrapper .news > section .not_found {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  padding-bottom: 80px;
}
.wrapper .news > section .important_area {
  border-radius: 40px;
  background-color: #E6DFE1;
  padding: 48px 60px;
}
.wrapper .news > section .important_area .heading_lv2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
}
.wrapper .news > section .important_area .news_list {
  margin-top: 32px;
}
.wrapper .news > section .important_area .news_list > li > a {
  padding: 29px 56px 29px 32px;
  position: relative;
}
.wrapper .news > section .important_area .news_list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 29px;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/arrow_pink_right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.wrapper .news > section .important_area .news_list > li > a dl dt p {
  letter-spacing: 0.03em;
  margin-right: 0;
}
.wrapper .news > section .important_area .news_list > li > a dl dt .tag {
  margin-right: 21px;
}
.wrapper .news > section .important_area .news_list > li > a dl dd {
  letter-spacing: 0.03em;
}
.wrapper .news > section .important_area .news_list > li > a .new {
  background-color: #FAA0BE;
}
.wrapper .news > section .news_list {
  margin-top: 60px;
}
.wrapper .news > section .news_list > li {
  background-color: #fff;
  border-radius: 40px;
}
.wrapper .news > section .news_list > li + li {
  margin-top: 11.6px;
}
.wrapper .news > section .news_list > li > a {
  position: relative;
  display: block;
  padding: 29px 83px 29px 48px;
  position: relative;
}
.wrapper .news > section .news_list > li > a:hover {
  opacity: 1;
}
.wrapper .news > section .news_list > li > a:hover dl {
  opacity: 0.4;
}
.wrapper .news > section .news_list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/arrow_blue_right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.wrapper .news > section .news_list > li > a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wrapper .news > section .news_list > li > a dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .news > section .news_list > li > a dl dt p {
  width: 100px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper .news > section .news_list > li > a dl dt .tag {
  width: 88px;
  height: 19px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper .news > section .news_list > li > a dl dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wrapper .news > section .news_list > li > a .new {
  position: absolute;
  top: -12px;
  left: -15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #FAA0BE;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding-top: 3px;
}

@media screen and (min-width:768px) and (max-width:967px) {
  .wrapper .news {
    background-color: #F4F4F3;
  }
  .wrapper .news > section {
    padding: 0 9.917vw;
    max-width: 165.289vw;
    margin: 0 auto;
  }
  .wrapper .news > section .sort_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper .news > section .sort_list + * {
    margin-top: 4.132vw;
  }
  .wrapper .news > section .sort_list > li {
    margin-top: 1.033vw;
    height: 3.719vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .wrapper .news > section .sort_list > li:not(:first-child) {
    background-color: #fff;
    font-size: 1.343vw;
    font-weight: 700;
    border-radius: 3.099vw;
    line-height: 1;
    border: 1px solid #000;
    margin-right: 0.62vw;
  }
  .wrapper .news > section .sort_list > li:not(:first-child) > * {
    padding: 0 1.446vw 0 1.55vw;
    display: block;
  }
  .wrapper .news > section .sort_list > li:not(:first-child).active {
    border: 1px solid #0072BC;
    background-color: #0072BC;
  }
  .wrapper .news > section .sort_list > li:not(:first-child).active > * {
    color: #fff;
  }
  .wrapper .news > section .sort_list > li:not(:first-child).active:hover * {
    opacity: 1;
  }
  .wrapper .news > section .sort_list > li:first-child {
    position: relative;
    margin-right: 3.306vw;
    height: 3.925vw;
  }
  .wrapper .news > section .sort_list > li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.756vw;
    width: 1.033vw;
    height: 0.723vw;
    background-image: url(../images/common/arrow_12_bottom.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .wrapper .news > section .sort_list > li select {
    font-size: 1.446vw;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    border-radius: 3.099vw;
    line-height: 1;
    padding: 0 0px 0 1.55vw;
    width: 17.355vw;
    height: 100%;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    color: #000;
  }
  .wrapper .news > section .not_found {
    font-size: 1.86vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    padding-bottom: 8.264vw;
  }
  .wrapper .news > section .important_area {
    border-radius: 4.132vw;
    background-color: #E6DFE1;
    padding: 4.959vw 6.198vw;
  }
  .wrapper .news > section .important_area .heading_lv2 {
    font-size: 2.479vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
  }
  .wrapper .news > section .important_area .news_list {
    margin-top: 3.306vw;
  }
  .wrapper .news > section .important_area .news_list > li > a {
    padding: 2.996vw 5.785vw 2.996vw 3.306vw;
    position: relative;
  }
  .wrapper .news > section .important_area .news_list > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.996vw;
    width: 1.653vw;
    height: 1.653vw;
    background-image: url(../images/common/arrow_pink_right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .wrapper .news > section .important_area .news_list > li > a dl dt p {
    letter-spacing: 0.03em;
    margin-right: 0;
  }
  .wrapper .news > section .important_area .news_list > li > a dl dt .tag {
    margin-right: 2.169vw;
  }
  .wrapper .news > section .important_area .news_list > li > a dl dd {
    letter-spacing: 0.03em;
  }
  .wrapper .news > section .important_area .news_list > li > a .new {
    background-color: #FAA0BE;
  }
  .wrapper .news > section .news_list {
    margin-top: 6.198vw;
  }
  .wrapper .news > section .news_list > li {
    background-color: #fff;
    border-radius: 4.132vw;
  }
  .wrapper .news > section .news_list > li + li {
    margin-top: 1.198vw;
  }
  .wrapper .news > section .news_list > li > a {
    position: relative;
    display: block;
    padding: 2.996vw 8.574vw 2.996vw 4.959vw;
    position: relative;
  }
  .wrapper .news > section .news_list > li > a:hover {
    opacity: 1;
  }
  .wrapper .news > section .news_list > li > a:hover dl {
    opacity: 0.4;
  }
  .wrapper .news > section .news_list > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.132vw;
    width: 1.653vw;
    height: 1.653vw;
    background-image: url(../images/common/arrow_blue_right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .wrapper .news > section .news_list > li > a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .wrapper .news > section .news_list > li > a dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .news > section .news_list > li > a dl dt p {
    width: 10.331vw;
    font-size: 1.653vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-right: 0.826vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .wrapper .news > section .news_list > li > a dl dt .tag {
    width: 9.091vw;
    height: 2.066vw;
    border-radius: 0.413vw;
    text-align: center;
    border: 1px solid #000;
    font-size: 1.24vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2.479vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .wrapper .news > section .news_list > li > a dl dd {
    font-size: 1.653vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .wrapper .news > section .news_list > li > a .new {
    position: absolute;
    top: -1.24vw;
    left: -1.55vw;
    font-size: 1.24vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #FAA0BE;
    width: 4.959vw;
    height: 4.959vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    padding-top: 0.31vw;
  }
}
@media screen and (max-width:767px) {
  .wrapper .news > section {
    padding: 0;
  }
  .wrapper .news > section .sort_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
  .wrapper .news > section .sort_list + * {
    margin-top: 40px;
  }
  .wrapper .news > section .sort_list > li:not(:first-child) {
    margin-left: 0;
    margin-top: 9px;
    margin-right: 6px;
  }
  .wrapper .news > section .sort_list > li:not(:first-child) + li {
    margin-left: 0;
  }
  .wrapper .news > section .sort_list > li:not(:first-child) > a {
    padding: 0 14px 0 16px;
  }
  .wrapper .news > section .sort_list > li:first-child {
    width: 100%;
    margin-bottom: 11px;
    margin-right: 0;
  }
  .wrapper .news > section .sort_list > li:first-child:after {
    right: 16px;
  }
  .wrapper .news > section .sort_list > li:first-child select {
    width: 100%;
    padding: 0 0px 0 16px;
  }
  .wrapper .news > section .not_found {
    padding: 0 20px;
    font-size: 16px;
    padding-bottom: 60px;
    margin-top: 40px;
  }
  .wrapper .news > section .important_area {
    border-radius: 0;
    padding: 32px 20px;
  }
  .wrapper .news > section .important_area .heading_lv2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .wrapper .news > section .important_area .news_list {
    margin-top: 20px;
    padding: 0;
  }
  .wrapper .news > section .important_area .news_list > li > a {
    padding: 16px 44px 16px 15px;
  }
  .wrapper .news > section .important_area .news_list > li > a:after {
    right: 13px;
  }
  .wrapper .news > section .important_area .news_list > li > a:hover {
    opacity: 1;
  }
  .wrapper .news > section .important_area .news_list > li > a:hover dl {
    opacity: 1;
  }
  .wrapper .news > section .important_area .news_list > li > a dl dt p {
    margin-right: 7px;
  }
  .wrapper .news > section .important_area .news_list > li > a dl dd {
    letter-spacing: 0.01em;
  }
  .wrapper .news > section .news_list {
    padding: 0 20px;
    margin-top: 40px;
  }
  .wrapper .news > section .news_list > li {
    border-radius: 20px;
  }
  .wrapper .news > section .news_list > li + li {
    margin-top: 16.5px;
  }
  .wrapper .news > section .news_list > li > a {
    padding: 16px 44px 16px 15px;
  }
  .wrapper .news > section .news_list > li > a:after {
    right: 13px;
  }
  .wrapper .news > section .news_list > li > a dl {
    display: block;
  }
  .wrapper .news > section .news_list > li > a dl dt p {
    font-size: 12px;
    letter-spacing: 0;
    width: auto;
    margin-right: 10px;
  }
  .wrapper .news > section .news_list > li > a dl dt .tag {
    width: 68px;
    height: 16px;
    font-size: 10px;
  }
  .wrapper .news > section .news_list > li > a dl dd {
    letter-spacing: 0.01em;
    margin-top: 6px;
    -webkit-line-clamp: 3;
  }
  .wrapper .news > section .news_list > li > a .new {
    width: 44px;
    height: 44px;
    left: initial;
    top: -12px;
    right: -8px;
    padding-top: 2px;
  }
}/*# sourceMappingURL=news.css.map */