.ra_parts_01 ul li br {
    display: none;
}

.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: 1rem 0;
  background: #16a8b2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  border-radius: 3rem;
}
.grad-btn::after {
  content: "もっと見る"
}
.grad-btn:hover {
  background: #fff;
  color: #41413f;
}
.grad-btn .fa {
  /* margin-right: .5em; */
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 27rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 248, 248, 0.9) 50%, rgba(242, 248, 248, 0.9) 50%, #f2f8f8 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -4em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}




.summary_parts_03 .upper_l {
    width: auto;
}
.summary_parts_03 .upper_r {
    width: calc(100% - 0px);
    padding: 0 0 0 3rem;
}
.sv_parts .upper {
    margin: 0.5rem 0 0;
}
.contents_inner .sv_parts .btn_box {
    margin: 5rem 0 0;
}
.sv_parts .item{
	margin: 2rem 0 0;
}
.cap-center{
	text-align: center;
}
.float-wrap p.cap-center{
	margin-top: 10px;
	line-height: 1.5;
	font-size: 90%;
	font-weight: bold;
}
.float-wrap {
    margin: 4rem 0 4rem;
}
.summary_parts_02 {
    margin: 5rem 0 5rem;
}
.mini{
	font-size: 80%;
}
span.mini-interview{
	font-size: 70%;
	line-height: 1.0;
	font-weight: bold;
}
.ra_parts_02 .ra_ttl {
    line-height: 1.2;
}
.ra_parts_02 .item {
    padding: 3rem 2rem 3rem 10rem;
}
.mv_home .intro .intro_ttl02 span{
	font-size: 2.5rem;
}
.sec02 .sv_parts .item .r_box {
    padding: 5rem 0 5rem 3rem;
}
.item span.txt_bold{
	color: #000;
}
.slick-slider .slick-list span.txt_bold{
	color: #0e8b93;
}


.sec02::after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    background: none;
    background-size: contain;
    width: 90px;
    height: 120px;
    margin: auto;
    z-index: 1;
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 768px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.summary_parts_03 .upper_l img{
    width: 30px;
}
.summary_parts_03 .upper_r {
    width: calc(100% - 0px);
    padding: 0 0 0 0rem;
}
	.sv_parts .sub{
		margin: 0;
	}
	.sv_parts .sv_ttl .sponsored span {
    font-size: 2.5rem;
}
	.summary_parts_03 .sub {
    font-size: 1.5rem;
}
	.mv_home .intro .intro_ttl02 span{font-size: 2.3rem;}
	.mv_home .intro .intro_cc{font-size: 1.6rem;}
.grad-item {
    height: 24rem;
}
	
}