.br820{
    display: none;
}
.tokusyoku_text_block {
  position: relative;
  width: 100%;
}

.tokusyoku_text_block .hana {
  position: absolute;
    width: 120px;
    top: -12px;
    left: -40px;
    z-index: 1;
}

.tokusyoku_flex {
  display: flex;
  border: 1px solid #004294;
  padding: 15px;
  background-color: #faf7e8;
}

.tokusyoku_flex img:not(.hana) {
  max-width: 340px;
  width: 50%;
  margin-right: 15px;
}

.tokusyoku_flex h3 {
  font-size: 1.22em;
  padding: 30px 0;
  position: relative;
}

.tokusyoku_flex p {
  padding: 15px;
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #004294;
}
.pc-image{
  display: block;
}
.sp-image{
  display: none;
}

#features .info_all, #recruit .recruit_btn {
    margin: 5rem auto 5rem auto;
    color: var(--main_blue);
    border: solid 1px var(--main_blue);
    border-radius: 1rem;
    width: 15rem;
    background-color: #fff;
}
#features .info_all a, #recruit .recruit_btn a {
    display: block;
    line-height: 2rem;
}

#features .info_all a:after, #recruit .recruit_btn a::after {
    content: ">";
    position: relative;
}

@media screen and (max-width:900px) {
.tokusyoku_text_block .hana {
    position: absolute;
    width: 100px;
    top: -12px;
    left: -55px;
    z-index: 1;
}
}

@media screen and (max-width:900px){
.br820{
    display: block;
}
}

@media screen and (max-width:750px) {
    .br820{
    display: none;
}
	.tokusyoku_flex {
    display: block;
}
.tokusyoku_flex img:not(.hana) {
    margin-right: unset;
}
.tokusyoku_flex p {
    width: 95%;
}
.tokusyoku_flex img:not(.hana) {
  width: 60%;
}
.tokusyoku_text_block .hana {
    position: absolute;
    width: 100px;
    top: -68px;
    left: 0px;
    z-index: 1;
}
.pc-image{
  display: none;
}
.sp-image{
  display: block;
}
}