@charset 'UTF-8';
@import url("./common_recommend.css");



.sec{
    padding-bottom: 0;
}
.sec .recommend > .ttl{
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.sec .recommend > .ttl span{
  position: relative;
}
.sec .recommend > .ttl span:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  left: -10px;
  bottom: 0;
  background: #e6f403;
  border-radius: 14px;
  z-index: -1;
}
.sec .recommend .wrapper > p{
  font-family: m-plus-rounded-2p, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}


.sec .main_ttl{
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 80px;
}
.sec .main_ttl span{
    display: inline-block;
}
.sec .main_ttl span.marker{
    position: relative;
    display: inline;
    background: linear-gradient(transparent 51%, #e6f403 51%, #e6f403 85%, transparent 85%)
}
/* .sec .main_ttl span.marker:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    left: -10px;
    bottom: 0;
    background: #e6f403;
    border-radius: 14px;
    z-index: -1;
} */
.circleImg{
    font-size: 2.3rem;
    letter-spacing: .05em;
}
.circleImg span{
    display: inline-block;
    font-size: 2.3rem;
    font-family: m-plus-rounded-2p, sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
}
p{
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: .05em;
}
.sec .content .txt p{
    color: #242a27;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: justify;
}
.sec .txt_box p{
    margin-bottom: 20px;
}
.sub_ttl_green{
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.5;
    color: #409a21;
    margin-bottom: 10px;
    padding-left: 45px;
    text-indent: -45px
}
.color_green{
    color: #409a21;
    font-weight: 500;
    font-family: m-plus-rounded-2p, sans-serif;
}
.subNav li a{
    flex-wrap: wrap;
}
.subNav li a .sp_small{
    display: none;
}

@media screen and (max-width:768px) {
	.sec02 .recommend > .ttl{
    font-size: 2.6rem;
    line-height: 1.4;
	}
	.sec02 .recommend > p{
	font-size: 1.6rem;
	margin: 20px 0;
	}
	.sec02 .recommend .wrapper{
	margin-top: 60px;
	}

    .sec .main_ttl{
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .sec .main_ttl span{
        font-size: 2rem;
    }
    .circleImg,
    .circleImg span{
        font-size: 1.9rem;
        letter-spacing: .05em;
    }
    p{
        font-size: 1.6rem;
        line-height: 1.7;
        letter-spacing: .05em;
    }
    .sec .content .txt p{
        font-size: 1.6rem;
    }
    .sub_ttl_green{
        font-size: 1.8rem;
    }
}
@media screen and (max-width:428px) {
    .subNav li a .sp_small{
        display: block;
    }
}

.sec03{
	margin-top:180px;
	margin-bottom: 250px;
}

/*----------------------------------------
共通動画部分
----------------------------------------*/

.sec .wrapper .movie{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
.sec .wrapper .movie video{
    width: 100%;
    height: auto;
    max-height: 80svh;
}
@media screen and (max-width:768px) {
    .sec .wrapper .movie{
    width: 100%;
    }
}

