@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#menu06 a::after,
#menu06_open a::after {
  width: 100% !important;
}
@media screen and (max-width: 850px) {
  #menu06 a,
  #menu06_open a {
    color: #A295F4 !important;
  }
}
#breadmenu .inner {
  padding-bottom: 48px;
}
#footeritem {
  margin-top: 420px;
}
@media screen and (max-width: 850px) {
  #footeritem {
    margin-top: 280px;
  }
}
.news {
  font-family: "M PLUS Rounded 1c";
}
.news .inner {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 850px) {
  .news .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news .btn_list {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.news .btn_list .btn_l {
  position: relative;
  padding-left: 37px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_l {
    font-size: 14px;
  }
}
.news .btn_list .btn_l::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_icon01.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_l::after {
    width: 20px;
    height: 20px;
  }
}
.news .btn_list .btn_r {
  position: relative;
  padding-right: 37px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_r {
    font-size: 14px;
  }
}
.news .btn_list .btn_r::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_icon02.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_r::after {
    width: 20px;
    height: 20px;
  }
}
.news .btn_list .btn_more {
  display: block;
  width: 100%;
  line-height: 50px;
  max-width: 254px;
  text-align: center;
  border: 1px solid #F4C5F6;
  font-size: 18px;
  font-weight: 400;
  background: #F8EBFC;
  border-radius: 2px;
}
@media screen and (max-width: 850px) {
  .news .btn_list .btn_more {
    font-size: 12px;
    line-height: 38px;
    max-width: 80px;
  }
}
.news_list .news_subttl {
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  color: #1F1F1F !important;
  font-family: "M PLUS Rounded 1c";
  padding-bottom: 10px;
  margin-top: 50px;
  border-bottom: 4px solid #C4BBFF;
  line-height: 1.01;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .news_list .news_subttl {
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: 0.05em;
  }
}
.news_list .news_subttl .subttl {
  font-size: 22px;
  font-weight: 500;
  font-family: "Caveat";
  color: #C4BBFF;
  position: relative;
  letter-spacing: 0.05em;
  text-align: right;
  width: 100%;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: -33px;
}
@media screen and (max-width: 850px) {
  .news_list .news_subttl .subttl {
    letter-spacing: 0.05em;
    font-size: 14px;
    bottom: -27px;
  }
}
.news_list .news_subttl .subttl span {
  padding-right: 10px;
  position: relative;
  display: block;
}
.news_list .inner {
  padding-top: 98px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .news_list .inner {
    padding-top: 45px;
    padding-bottom: 0;
  }
}
.news_list .inner::after {
  position: absolute;
  content: "";
  width: 472px;
  height: 377px;
  bottom: -102px;
  right: -120px;
  background: url(../img/after03.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .news_list .inner::after {
    display: none;
  }
}
.news_list .inner::before {
  position: absolute;
  content: "";
  width: 148px;
  height: 144px;
  bottom: -59px;
  left: -65px;
  background: url(../img/after04.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .news_list .inner::before {
    width: 361px;
    height: 182px;
    bottom: -150px;
    left: -15px;
    background: url(../img/after02_sp.png) no-repeat center / contain;
  }
}
.news_list ul {
/*  border-radius: 4px;
  border: 1px solid #CECBCB;
  background: #FDFDFD;*/
  padding: 8px 0px 0px 0px;/*8px 40px 40px 40px*/
  display: block;
/*  flex-wrap: wrap;
  column-gap: 46px;*/
  position: relative;
}
@media screen and (max-width: 850px) {
  .news_list ul {
    background: none;
  }
}
.news_list ul::after {
  position: absolute;
  content: "";
  width: 212px;
  height: 214px;
  top: 44px;
  right: -114px;
  background: url(../img/after01.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .news_list ul::after {
    display: none;
  }
}
.news_list ul::before {
  position: absolute;
  content: "";
  width: 440px;
  height: 445px;
  top: 129px;
  left: -170px;
  background: url(../img/after02.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .news_list ul::before {
    width: 330px;
    height: 245px;
    top: 47%;
    left: auto;
    right: -15px;
    background: url(../img/after03_sp.png) no-repeat center / contain;
  }
}
@media screen and (max-width: 850px) {
  .news_list ul {
    border: none;
    background: none;
    padding: 0;
    display: block;
  }
}
.news_list ul li {
  width: 100%;
  margin-top: 0px;/*30px*/
  padding-bottom: 0px;/*30px*/
/*  border-bottom: 1px solid #D8D8D8;*/
}
@media screen and (max-width: 850px) {
  .news_list ul li {
    width: 100%;
    margin-top: 0px;/*15px*/
    padding-bottom: 0px;/*15px*/
  }
  .news_list ul li:nth-child(1) {
    margin-top: 0;
  }
}
.news_list ul li a {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c";
  text-align: left;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  display: flex;
  align-items: self-start;
  padding-right: 30px;
}
/*.news_list ul li a::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 20px;
  top: 4px;
  left: 0;
  background: #A295F4;
  transition: 0.4s ease-in-out;
}*/
@media screen and (max-width: 850px) {
  .news_list ul li a::after {
    height: 18px;
  }
}
.news_list ul li a p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .news_list ul li a {
    font-size: 14px;
    border-left: none;
    align-items: center;
    display: block;
    padding-left: 0;
    padding-right: 6px;
  }
  .news_list ul li a p {
    letter-spacing: 0.05em;
    padding-left: 14px;
    line-height: 1.714;
  }
}
.news_list ul li a span {
  margin-right: 15px;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .news_list ul li a span {
    display: block;
    padding-left: 13px;
  }
}
.news_list .news_btn {
  display: none;
}
@media screen and (max-width: 850px) {
  .news_list .news_btn {
    margin-top: 20px;
    margin-right: 0;
    position: relative;
    background: #F6F4FF;
    color: #1F1F1F;
    font-family: "M PLUS Rounded 1c";
    border-radius: 3px;
    border: 4px solid #C4BBFF;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 35px 8px 35px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    width: fit-content;
    margin-left: auto;
    letter-spacing: 0.05em;
  }
  .news_list .news_btn:hover {
    opacity: 1;
    background: #ffffff;
    transition: 0.4s ease-in-out;
  }
}
