@charset "UTF-8";
.bannerArea__body, .attention__body {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
}

@media screen and (max-width: 750px) {
  .footer__cvAreaSPNone {
    padding-bottom: 0 !important;
  }
}
.attention {
  padding: 30px 0;
}
.attention__inner {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .attention__inner {
    margin-top: 30px;
  }
}
.attention__inner:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .attention__inner:first-child {
    margin-top: 20px;
  }
}

.attention__heading--lv3 {
  padding-left: 15px;
  font-size: 20px;
  position: relative;
}
.attention__heading--lv3::before {
  content: "";
  width: 4px;
  height: 24px;
  background: #2aa765;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .attention__heading--lv3::before {
    height: 22px;
  }
}
@media screen and (max-width: 750px) {
  .attention__heading--lv3 {
    font-size: 18px;
  }
}

.attention__list {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .attention__list {
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.attention__item {
  margin-left: 30px;
  border-radius: 10px;
  width: calc((100% - 90px) / 4);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .attention__item {
    margin: 20px auto 0;
    width: 100%;
    max-width: 350px;
  }
}
.attention__item:nth-of-type(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .attention__item:nth-of-type(4n+1) {
    margin-left: auto;
  }
}

.attention__anchor {
  display: block;
  height: 100%;
  background: #f8f8f8;
  transition: background-color 0.3s;
}
.attention__anchor:hover {
  background-color: #e8f6ee;
}
.attention__anchor:hover .attention__img {
  transform: scale(1.1);
  filter: brightness(60%);
}

.attention__imgOuter {
  overflow: hidden;
}

.attention__img {
  display: block;
  width: 100%;
  transition-property: transform, filter;
  transition-duration: 0.3s;
}

.attention__textArea {
  padding: 15px;
}

.attention__itemTitle {
  color: #2aa765;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.attention__itemLead {
  margin-top: 10px;
}

/*見出し*/
.ft__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
}

.ft__subtitle:after {
  content: "";
  display: block;
  background: #2AA765;
  height: 2px;
  width: 80px;
  margin: 10px auto 0;
}

@media screen and (max-width: 750px) {
  .ft__subtitle {
    font-size: 18px;
  }

  .ft__subtitle:after {
    width: 100%;
  }
}
/*注目コンテンツ*/
.attention__list {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.attention__item {
  margin: 0 0 20px;
  border-radius: 0;
  box-sizing: border-box;
  width: 30%;
  padding-bottom: 20px;
  border-bottom: dashed 1px #707070;
}

.attention__item:nth-of-type(n + 7) {
  border-bottom: 0;
}

.attention__list:after {
  content: "";
  display: block;
  width: 30%;
}

.attention__textArea {
  padding: 0;
}

.attention__itemTitle {
  color: #2aa765;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.attention__itemTitle {
  text-align: left;
  position: relative;
  padding-left: 20px;
}

.attention__itemTitle:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #2aa765;
  border-right: 2px solid #2aa765;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: border 0.3s;
}

.attention__itemTitle a {
  text-decoration: underline;
  color: #2aa765;
}

.attention__itemLead {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .attention {
    padding-bottom: 0;
  }

  .attention__list {
    display: block;
    margin-top: 0;
  }

  .attention__item {
    margin: 0 0 15px;
    width: 100%;
    padding-bottom: 15px;
    max-width: none;
  }

  .attention__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .attention__item:nth-of-type(n + 7) {
    border-bottom: dashed 1px #707070;
  }

  .attention__item:last-of-type {
    border-bottom: none;
  }

  .attention__list:after {
    content: none;
  }

  .attention__itemTitle {
    text-align: left;
    position: relative;
    padding-left: 20px;
  }

  .attention__itemLead {
    font-size: 12px;
  }
}
.bannerArea {
  padding-bottom: 50px;
}
.bannerArea__body {
  display: flex;
}
@media screen and (max-width: 750px) {
  .bannerArea__body {
    flex-direction: column;
  }
}

.bannerArea__content + .bannerArea__content {
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .bannerArea__content + .bannerArea__content {
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .bannerArea__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.bannerArea__anchor {
  display: block;
  transition: opacity 0.3s;
}
.bannerArea__anchor:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .bannerArea__anchor:hover {
    opacity: 1;
  }
}

.bannerArea__img {
  vertical-align: bottom;
}

/*バナーエリア*/
.bannerArea__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bannerArea__content {
  width: 48%;
  max-width: 340px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .bannerArea__body {
    justify-content: space-between;
    flex-direction: row;
  }
}
.pickup {
  background-color: #F4F9F5;
}
.pickup__inner {
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.pickup__subtitle {
  padding-top: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #2aa765;
}
@media screen and (max-width: 750px) {
  .pickup__subtitle {
    line-height: 1.2;
  }
}

.pickup__newList {
  margin: 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.pickup__newArticle {
  padding: 10px;
  width: 25%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .pickup__newArticle {
    width: 50%;
  }
}
@media screen and (max-width: 455px) {
  .pickup__newArticle {
    padding: 5px;
    width: 100%;
    min-height: 105px;
  }
}

.pickup__newAnchor {
  display: block;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 1px 10px -1px rgba(8, 71, 38, 0.15);
  transition: box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 455px) {
  .pickup__newAnchor {
    display: flex;
  }
}
.pickup__newAnchor.new::before {
  content: "new";
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  top: -35px;
  right: -35px;
  position: absolute;
  z-index: 10;
  color: white;
  background: rgba(242, 140, 83, 0.9);
  transform: rotate(45deg);
}
.pickup__newAnchor:hover {
  box-shadow: 0 1px 10px -1px rgba(8, 71, 38, 0.4);
}
.pickup__newAnchor:hover > .pickup__newThumbnail > .pickup__newImg {
  transform: scale(1.1);
}
@media screen and (max-width: 750px) {
  .pickup__newAnchor:hover > .pickup__newThumbnail > .pickup__newImg {
    transform: none;
  }
}
.pickup__newAnchor:hover > .pickup__newThumbnail > .pickup__img {
  transform: scale(1.1);
  filter: brightness(60%);
}

.pickup__newThumbnail {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 455px) {
  .pickup__newThumbnail {
    flex: 0 0 auto;
    padding-left: 10px;
    display: flex;
    align-items: center;
    max-width: 130px;
    width: 100%;
  }
}

.pickup__textWrap {
  padding: 10px;
}

.pickup__date {
  font-size: 12px;
  color: #717171;
}

.pickup__categoryName {
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 5px;
  border-radius: 20px;
  font-size: 12px;
  color: white;
  background-color: #2aa765;
}

.pickup__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 860px) {
  .pickup__title {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 455px) {
  .pickup__title {
    -webkit-line-clamp: 2;
    font-size: 13px;
  }
}

.pickup__newImg {
  vertical-align: bottom;
  width: 100%;
  transition: transform 0.3s;
}
@media screen and (max-width: 455px) {
  .pickup__newImg {
    border-radius: 0;
  }
}

.pickup a.articlesBtn:active, .pickup a.articlesBtn:link, .pickup a.articlesBtn:visited {
  color: #2aa765;
}
.pickup a.articlesBtn:hover {
  color: #ffffff;
}

/*ピックアップ記事*/
.pickup {
  
}

.pickup__inner {
  padding: 50px 0;
}

.pickup__newList {
  margin: 0 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.pickup__newArticle {
  min-height: 0;
  padding: 0 0 20px;
  width: 25%;
  max-width: 230px;
  position: relative;
}

.pickup__newList.newer {
  margin-bottom: 0;
}

.pickup a.articlesBtn {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .pickup {

  }

  .pickup__inner {
    padding: 30px 15px;
  }

  .pickup__newList.pickupList {
    margin: 0 0 50px;
    display: block;
  }

  /*ピックアップ記事*/
  .pickupList .pickup__newAnchor {
    height: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .pickupList .pickup__newAnchor:hover {
    box-shadow: none;
  }

  .pickupList .pickup__newArticle {
    padding: 0 0 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
    border-bottom: dashed 1px #707070;
  }

  .pickupList .pickup__newArticle:last-of-type {
    border-bottom: 0;
  }

  .pickupList .pickup__newArticle a {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .pickupList .pickup__newThumbnail {
    border-radius: 0;
    width: 30%;
    max-width: 105px;
    height: auto;
  }

  .pickupList .pickup__textWrap {
    padding: 10px;
    flex: 1;
    padding: 0 10px;
  }

  .pickupList .pickup__title {
    font-size: 12px;
  }

  .pickup a.articlesBtn {
    margin-top: 0;
  }

  /*新着記事*/
  .pickup__newList.newer {
    margin-bottom: 20px;
  }

  .newer .pickup__newArticle {
    height: auto;
    padding: 0 0 2%;
    width: 49%;
    max-width: none;
    position: relative;
  }

  .newer .pickup__newAnchor {
    height: 100%;
    display: block;
    box-shadow: 0 1px 10px -1px rgba(8, 71, 38, 0.15);
  }

  .newer .pickup__newThumbnail {
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    max-width: none;
  }

  .newer .pickup__title {
    font-size: 12px;
  }

  .newer .pickup__date,
.newer .pickup__categoryName {
    font-size: 10px;
  }
}
.articlesBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  border: 2px solid #2aa765;
  border-radius: 10px;
  padding: 13px 15px;
  width: 100%;
  max-width: 250px;
  /*min-height: 50px;*/
  background: #ffffff;
  color: #2aa765;
  font-weight: bold;
  position: relative;
  transition-property: color, background;
  transition-duration: 0.3s;
}
.articlesBtn:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #2aa765;
  border-right: 2px solid #2aa765;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  transition: border 0.3s;
}
.articlesBtn:hover {
  color: #ffffff;
  background-color: #2aa765;
}

_:-ms-input-placeholder, :root .articlesBtn {
  padding-top: 18px;
}

@media screen and (min-device-width: 640px) {
  .serviceIntroductionLink {
    margin: 0;
  }
  .serviceIntroductionLink__body {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1030px;
  }

  .serviceIntroductionLink__img--img {
    width: 100%;
  }

  .serviceIntroductionLink__txt h3 {
    color: #2aa765;
    margin: 10px 0px;
  }
  .serviceIntroductionLink__txt p {
    font-size: 13px;
    line-height: 1.5;
  }

  .serviceIntroductionLink ul {
    margin: 0 10px 10px;
  }
  .serviceIntroductionLink ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  .serviceIntroductionLink ul li {
    width: 25%;
    float: left;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .serviceIntroductionLink ul li:hover {
    background-color: #e8f6ee;
  }
  .serviceIntroductionLink ul li a img:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .serviceIntroductionLink__body {
    padding: 0 !important;
  }
}
@media only screen and (max-device-width: 639px) {
  .serviceIntroductionLink__body {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1030px;
  }

  .serviceIntroductionLink li a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .serviceIntroductionLink li:last-child a {
    border: none;
  }
  .serviceIntroductionLink__img {
    display: none;
  }
  .serviceIntroductionLink__txt {
    display: table-cell;
    vertical-align: top;
  }
  .serviceIntroductionLink__txt h3 {
    color: #2aa765;
    margin: 0px 0px 5px;
  }
  .serviceIntroductionLink__txt p {
    margin-bottom: 10px;
  }
}
#searchJob_link_wrap {
  margin: 0 auto;
  line-height: 1.8;
}

.searchJob_link {
  width: 1000px;
  margin: 20px auto 20px auto;
  line-height: 1.8;
  border: #e7e7e7 solid 1px;
  padding: 15px 30px 30px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 860px) {
  .searchJob_link {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }
}
.searchJob_link a {
  color: #334854;
  text-decoration: none;
}
.searchJob_link a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.cassette_body {
  padding: 0 25px 0 25px;
  border-radius: 5px;
  background-color: #fff;
  border-top: #f4f3ef 1px solid;
}

.cassette_head1 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
}

.ttl-m {
  font-size: 1em;
  margin: 10px;
  margin: 20px 0 0 0;
  font-weight: 700;
  color: #2aa765;
  border-left: solid 4px;
  padding-left: 13px;
}

.list-type_h4 {
  font-weight: bold;
}
.list-type_h4 a {
  font-weight: bold;
  color: #2aa765;
  text-decoration: underline;
}

.list-type3_item {
  font-size: 1em;
  position: relative;
  display: inline;
  padding-right: 14px;
  color: #e1ded6;
  border-left: 1px solid;
  padding: 0px 5px 0 10px;
}
.list-type3_item:first-child {
  border-left: none;
  padding-left: 0;
}

.list-type2_area {
  width: 100px;
  margin-top: 10px;
  text-decoration: underline;
}
.list-type2_area a {
  color: #2aa765;
  font-weight: bold;
}

.list_border {
  padding: 10px 0;
}

.list_type2_h4 {
  display: inline-flex;
}

/*チェックは隠す*/
input#label1, .icn-toggle-down {
  display: none;
}

@media only screen and (max-width: 640px) {
  .searchJob_link {
    width: auto;
    margin: 20px;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  }

  .list-type3 {
    margin: 0 0 20px 0;
  }

  /*ラベルホバー時*/
  .searchJob_link_wrap label:hover {
    background: #85baef;
    cursor: pointer;
  }

  .ttl-m {
    margin-top: 10px;
  }

  /*中身を非表示にしておく*/
  .cassette_body {
    height: 0;
    /*高さを0に*/
    overflow: hidden;
    /*非表示に*/
    opacity: 0;
    /*中身を透明に*/
    transition: 0.8s;
    /*クリック時の動きを滑らかに*/
  }

  /*クリックで中身表示*/
  .cssacc:checked + .cassette_body {
    height: auto;
    opacity: 1;
  }

  .cassette_headTit1 {
    width: 100%;
  }

  /*アイコンを表示*/
  .icn-toggle-down {
    display: block;
    float: right;
    line-height: 1.8;
    color: #2aa765;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .top_active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.footCvArea a:active p,
.footCvArea a:link p,
.footCvArea a:visited p,
.footCvArea a:hover p {
  color: #fff;
  font-weight: bold;
}

.cvAreaSP {
  display: none;
}
@media screen and (max-width: 750px) {
  .cvAreaSP {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(206, 206, 206, 0.8);
    padding: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
  }
}
.cvAreaSP.is-visible {
  opacity: 1;
  visibility: visible;
}

.cvAreaSP__inner--left {
  flex: 1 1 auto;
  margin-right: 8px;
}
.cvAreaSP__inner--right {
  flex: 0 0 auto;
}

.cvAreaSP__btn, .cvAreaSP__btn--white, .cvAreaSP__btn--pink {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 5px 10px;
  height: 100%;
  min-height: 50px;
  max-height: 80px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s;
  user-select: none;
}
.cvAreaSP__btn--pink {
  flex-flow: row wrap;
  background: #cc0057;
  color: #ffffff;
  text-align: center;
}
.cvAreaSP__btn--pink:active, .cvAreaSP__btn--pink:link, .cvAreaSP__btn--pink:visited {
  color: #ffffff;
}
.cvAreaSP__btn--pink::before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  width: 13px;
  height: 13px;
  background: url("/https/cpa.mynavi.jp/common/images/cv-button.svg") top center no-repeat;
  background-size: contain;
}
.cvAreaSP__btn--white {
  flex-direction: column;
  border: none;
  background: #ffffff;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cvAreaSP__btn--white {
    flex-direction: row;
  }
}
.cvAreaSP__btn--white::before {
  content: "";
  display: block;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  background: url("/https/cpa.mynavi.jp/common/images/job-button.svg") top center no-repeat;
  background-size: contain;
}

.cvAreaSP__btnText, .cvAreaSP__btnText--yellow {
  display: inline-block;
  font-weight: bold;
}
.cvAreaSP__btnText--yellow {
  color: #fdff3a;
}

/*CVarea*/
.footCvArea__inner {
  padding-right: 0;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footCvArea__image {
  width: 270px;
}

.footCvArea__cvBtn {
  margin: 0 auto 0;
  padding: 5px 20px 5px;
}

.footCvArea__cvBtn strong {
  color: #F1FF3A;
}

.footCvArea__cvBalloon {
  display: block;
  border-radius: 0;
  padding: 5px;
  width: auto;
  height: auto;
  background: #fff;
  box-shadow: none;
  border-radius: 8px;
  color: #D81159;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}

.footCvArea__headingText {
  font-size: 26px;
  border-bottom: 3px solid #2aa765;
  color: #000;
}

.footCvArea__cvBtn::before {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.2s;
}

@media screen and (max-width: 750px) {
  .footCvArea__inner{
    flex-wrap: wrap;
  }

  .footCvArea__image {
    width: 270px;
    order: 1;
    margin: 0 auto 20px;
  }

  .footCvArea__text {
    width: 100%;
    order: 2;
  }

  .footCvArea__heading {
    font-size: 20px;
    text-align: center;
  }

  .footCvArea__lead {
    margin-bottom: 20px;
  }

  .footCvArea__cvBalloon {
    left: 7%;
  }

  .footCvArea__headingText {
    font-size: 20px;
  }
}
.searchJob_link {
  margin-top: 50px;
  border: 0;
  padding: 0;
}

.cassette_body {
  border-top: 0;
}

.cassette_body .ttl-m {
  pointer-events: none;
  color: #000;
  font-size: 18px;
  border: 0;
  padding-left: 0;
  margin: 20px 0 10px;
  border-bottom: 1px solid #2AA765;
}

.cassette_body .ttl-m span {
  font-weight: bold;
  color: #2AA765;
}

.cassette_body .list-type3_item {
  font-size: 1em;
  position: relative;
  display: inline-block;
  padding: 0;
  padding-right: 10px;
  margin-right: 30px;
  border-left: 0;
}

.cassette_body .list-type3_item:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: border 0.3s;
}

.cassette_body .list-type_h4 span {
  padding-right: 10px;
  display: inline-block;
  position: relative;
}

.cassette_body .list-type_h4 span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #2AA765;
  border-right: 2px solid #2AA765;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: border 0.3s;
}

.cassette_body .list-type_h4 span a {
  text-decoration: none;
}

.cassette_body .list-type_h4 span a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .searchJob_link {
    margin: 30px 15px;
    box-shadow: none;
  }

  .cassette_body {
    opacity: 1;
    overflow: visible;
    display: block;
    height: auto;
    padding: 0;
  }

  .cassette_body .ttl-m {
    pointer-events: all;
    padding: 10px 15px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #2AA765;
  }

  .cassette_body .ttl-m:before {
    content: "";
    display: inline-block;
    right: 20px;
    top: 50%;
    margin-top: -1px;
    vertical-align: middle;
    line-height: 1;
    width: 20px;
    height: 2px;
    background: #2AA765;
    border-radius: 0.1em;
    position: absolute;
  }

  .cassette_body .ttl-m:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -10px;
    width: 2px;
    height: 20px;
    background: #2AA765;
    border-radius: inherit;
    transform: rotate(180deg);
  }

  .cassette_body .ttl-m.active {
    background: #2AA765;
    color: #fff;
    border-radius: 8px 8px 0 0;
  }

  .cassette_body .ttl-m.active span {
    color: #fff;
  }

  .cassette_body .ttl-m.active:before {
    background: #fff;
  }

  .cassette_body .ttl-m.active:after {
    content: none;
  }

  .cassette_body .list_border {
    padding: 0;
  }

  .cassette_body .group {
    border: 1px solid #2AA765;
    border-radius: 0 0 8px 8px;
    border-top: 0;
    display: none;
  }

  .cassette_body .group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .cassette_body .group .list_border {
    border-bottom: #CFCFCF 1px dashed;
  }

  .cassette_body .group ul li {
    width: 49%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-right: 0;
    padding: 0 30px 0 10px;
    border-bottom: #CFCFCF 1px dashed;
    font-size: 12px;
  }

  .cassette_body .group .list_border:last-of-type,
.cassette_body .group ul li.borderNone,
.cassette_body .group ul li:last-of-type {
    border: 0;
    margin-bottom: 0;
  }

  .cassette_body .list-type_h4 {
    border-bottom: #CFCFCF 1px dashed;
  }

  .cassette_body .list-type_h4 span {
    width: 100%;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
  }

  .cassette_body .list-type_h4 span:after,
.cassette_body .list-type3_item:after {
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #2AA765;
    border-right: 2px solid #2AA765;
  }

  .cassette_body .list-type_h4 a,
.cassette_body .list-type3_item a {
    display: inline-block;
    padding: 1rem 0;
    color: #2AA765;
  }
}