@charset "UTF-8";

body {
  margin: 0;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  padding: 0;
}

ul li {
  list-style: none;
}

main p,
main dd,
main dt,
main a,
main h2,
main h3,
main h4,
main span {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.line-staff_wrap {
  max-width: 980px;
  margin: 0 auto;
}

#line-staff_contents .l-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .l-wrapper {
    max-width: 100%;
  }
}

#line-staff_contents .l-inner {
  width: 100%;
  max-width: 866px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .l-inner {
    max-width: 100%;
    padding: 0 10px;
  }
}

#line-staff_contents .l-container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .l-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #line-staff_contents .u-sp-hidden {
    display: none;
  }
}

#line-staff_contents .u-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .u-pc-hidden {
    display: block;
  }
}

#line-staff_contents .bg-base {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #line-staff_contents .bg-base {
    width: 1000px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 768px) {
  #line-staff_contents .bg-base {
    width: 100%;
  }
}

#line-staff_contents .p-line-staff * {
  box-sizing: border-box;
}

#line-staff_contents .p-line-staff .p-line-staff__head {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-line-staff .p-line-staff__head img {
    width: 100%;
  }
}

#line-staff_contents .p-line-staff .p-line-staff__head .p-line-staff__visual-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  #line-staff_contents .p-line-staff .p-line-staff__head .p-line-staff__visual-bg {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) and (max-width: 768px) {
  #line-staff_contents .p-line-staff .p-line-staff__head .p-line-staff__visual-bg {
    display: none;
  }
}

#line-staff_contents .p-line-staff .p-line-staff__head .p-line-staff__visual-bg img {
  width: 100%;
}

#line-staff_contents .p-line-staff .p-line-staff__nav {
  margin-top: 53px;
}

#line-staff_contents .p-line-staff .p-line-staff__list {
  margin-top: 46px;
}

#line-staff_contents .p-line-staff .p-line-staff__list .p-line-staff__item:nth-child(2) {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-line-staff .p-line-staff__list .p-line-staff__item:nth-child(2) {
    margin-top: 40px;
  }
}

#line-staff_contents .p-line-staff .p-line-staff__list .p-line-staff__item:nth-child(3) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-line-staff .p-line-staff__list .p-line-staff__item:nth-child(3) {
    margin-top: 40px;
  }
}

#line-staff_contents .p-line-staff .p-line-staff__list .p-line-staff__item:nth-child(4) {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-line-staff .p-line-staff__list .p-line-staff__item:nth-child(4) {
    margin-top: 40px;
  }
}

#line-staff_contents .p-line-staff .p-line-staff__link01 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#line-staff_contents .p-line-staff .p-line-staff__bottom {
  margin-top: 68px;
}

#line-staff_contents .c-heading-center {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  color: #707070;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-heading-center {
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
  }
}

#line-staff_contents .c-heading-center span {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  border: none;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-heading-center span {
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
  }
}

#line-staff_contents .c-heading-center .wrap {
  position: relative;
}

#line-staff_contents .c-heading-center .wrap:before {
  position: absolute;
  left: -65px;
  top: 10px;
  width: 31px;
  height: 60px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../assets/img/line_staff/left-diagonal-line02.svg);
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-heading-center .wrap:before {
    left: -24px;
    width: 10px;
    height: 22px;
  }
}

#line-staff_contents .c-heading-center .wrap:after {
  position: absolute;
  right: -65px;
  top: 10px;
  width: 31px;
  height: 60px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../assets/img/line_staff/right-diagonal-line02.svg);
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-heading-center .wrap:after {
    right: -24px;
    width: 10px;
    height: 22px;
  }
}

#line-staff_contents .c-heading-center .border {
  background: linear-gradient(transparent 80%, #FFFF00 0%);
}

#line-staff_contents .c-heading-center .border .orange {
  color: #EB6120;
}

#line-staff_contents .p-try-image {
  width: 100%;
  height: 392px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-try-image {
    max-width: 400px;
    width: 100%;
    height: 257px;
    margin: 40px auto 0;
    padding: 0 26px;
  }

  #line-staff_contents .p-try-image img {
    width: 100%;
  }
}

#line-staff_contents .p-link-line-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-link-line-sp {
    display: block;
    max-width: 355px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 10px;
  }
}

#line-staff_contents .p-link-line {
  position: relative;
  margin-top: 132px;
  padding: 50px 40px 40px;
  background: #06C755;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-link-line {
    display: none;
  }
}

#line-staff_contents .p-link-line .p-link-line__head {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 970px;
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

#line-staff_contents .p-link-line .p-link-line__head img {
  width: 100%;
}

#line-staff_contents .p-link-line .p-link-line__contents {
  display: flex;
}

#line-staff_contents .p-link-line .p-link-line__contents .p-link-line__qr {
  width: 190px;
}

#line-staff_contents .p-link-line .p-link-line__contents .p-link-line__meta {
  width: auto;
  flex: 1;
  padding-left: 66px;
}

#line-staff_contents .p-link-line .p-link-line__contents .p-link-line__meta .p-link-line__text {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
  background: #E0FFED;
  height: 100%;
}

#line-staff_contents .p-link-line .p-link-line__contents .p-link-line__meta .p-link-line__text:before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 50px 95px 0;
  border-color: transparent #E0FFED transparent transparent;
  content: "";
}

#line-staff_contents .p-link-line .p-link-line__contents .p-link-line__meta .p-link-line__text p {
  margin-top: 10px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  color: #505050;
}

#line-staff_contents .p-link-line .p-link-line__contents .p-link-line__meta .p-link-line__text p.tel {
  text-align: right;
  font-size: 32px;
  line-height: 1;
}

#line-staff_contents .p-step-box {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-step-box {
    margin-top: 20px;
    padding: 0 10px;
  }
}

#line-staff_contents .p-step-box .p-step-box__list {
  display: flex;
  margin: 0 -20px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-step-box .p-step-box__list {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-step-box .p-step-box__list .p-step-box__item+.p-step-box__item {
    margin-top: 40px;
  }
}

#line-staff_contents .p-step-box .p-step-box__list .p-step-box__item {
  position: relative;
  width: 33.333%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-step-box .p-step-box__list .p-step-box__item {
    width: 100%;
  }
}

#line-staff_contents .p-step-box .p-step-box__list .p-step-box__item:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 28px;
  border-color: transparent transparent transparent #EB6120;
  content: "";
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-step-box .p-step-box__list .p-step-box__item:before {
    top: auto;
    bottom: -32px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 32px 0 32px;
    border-color: #EB6120 transparent transparent transparent;
  }
}

#line-staff_contents .p-step-box .p-step-box__list .p-step-box__item:last-child:before {
  display: none;
}

#line-staff_contents .c-step-card .c-step-card__head {
  position: relative;
  padding: 23px 10px;
  background: #FFE1D3;
  text-align: center;
  font-size: 24px;
  line-height: 1.1666666667;
  color: #000;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-step-card .c-step-card__head {
    padding: 12px 10px 12px 24px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
  }
}

#line-staff_contents .c-step-card .c-step-card__head .c-step-card__num {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 79px;
  height: 79px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-step-card .c-step-card__head .c-step-card__num {
    position: static;
    transform: translateX(0%);
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}

#line-staff_contents .c-step-card .c-step-card__contents {
  /*padding: 20px 20px 24px;*/
  padding: 20px 12px 24px;
  border-left: 4px solid #FFE1D3;
  border-right: 4px solid #FFE1D3;
  border-bottom: 4px solid #FFE1D3;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-step-card .c-step-card__contents {
    padding: 18px 10px;
    flex-direction: row-reverse;
    align-items: center;
  }
}

#line-staff_contents .c-step-card .c-step-card__contents .c-step-card__image {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-step-card .c-step-card__contents .c-step-card__image {
    width: 152px;
  }
}

#line-staff_contents .c-step-card .c-step-card__contents .c-step-card__text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-step-card .c-step-card__contents .c-step-card__text {
    width: auto;
    flex: 1;
    margin-top: 0;
    padding: 10px;
  }
}

#line-staff_contents .c-step-card .c-step-card__contents .c-step-card__text p {
  font-size: 19px;
  line-height: 1.6842105263;
  letter-spacing: 0;
}

#line-staff_contents .p-qa-box {
  padding: 50px 40px 0 22px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-qa-box {
    padding: 30px 26px 0;
  }
}

#line-staff_contents .p-qa-box .p-qa-box__item+.p-qa-box__item {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-qa-box .p-qa-box__item+.p-qa-box__item {
    margin-top: 32px;
  }
}

#line-staff_contents .p-qa-box .p-qa-box__title {
  padding-bottom: 6px;
  font-size: 32px;
  line-height: 1.3125;
  font-weight: bold;
  border-bottom: 1px solid #C9C9C9;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-qa-box .p-qa-box__title {
    display: flex;
    font-size: 20px;
    line-height: 1.45;
    color: #EB6120;
  }
}

#line-staff_contents .p-qa-box .p-qa-box__title span {
  color: #EB6120;
  margin-right: 18px;
  font-family: "Arial Black";
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-qa-box .p-qa-box__title span {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 32px;
    line-height: 1;
  }
}

#line-staff_contents .p-qa-box .p-qa-box__text {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-qa-box .p-qa-box__text {
    margin-top: 8px;
  }
}

#line-staff_contents .p-qa-box .p-qa-box__text p {
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-qa-box .p-qa-box__text p {
    font-size: 16px;
    line-height: 1.5;
  }
}

#line-staff_contents .c-block-heading01 {
  position: relative;
  margin: 0;
  padding: 14px 5px 14px 122px;
  background: #836E65;
  font-size: 32px;
  line-height: 1.3125;
  font-weight: 800;
  color: #fff;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-block-heading01 {
    padding: 6px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
}

#line-staff_contents .c-block-heading01 .c-block-heading01__object {
  position: absolute;
  top: 0;
  left: 0;
  width: 81px;
  height: 69px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-block-heading01 .c-block-heading01__object {
    width: 33px;
    height: 34px;
  }
}

#line-staff_contents .c-block-heading01.-orange {
  background: #EB6120;
}

#line-staff_contents .c-triangle-box {
  position: relative;
}

#line-staff_contents .c-triangle-box .c-triangle-box__list {
  position: relative;
  padding-top: 56px;
  background: #F8EFEC;
  z-index: 12;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-triangle-box .c-triangle-box__list {
    padding: 30px 26px 0;
  }
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-triangle-box .c-triangle-box__list li {
    padding-left: 30px;
  }
}

#line-staff_contents .c-triangle-box .c-triangle-box__list li+li {
  margin-top: 25px;
}

#line-staff_contents .c-triangle-box .c-triangle-box__bottom {
  position: relative;
  z-index: 10;
  margin-top: 44px;
  font-size: 40px;
  line-height: 1.8;
  font-weight: 800;
  color: #222;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-triangle-box .c-triangle-box__bottom {
    margin-top: 34px;
    font-size: 24px;
    line-height: 1.6666666667;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-triangle-box .c-triangle-box__bottom .logo {
    width: 72px;
    height: 40px;
    display: inline-block;
    position: relative;
  }

  #line-staff_contents .c-triangle-box .c-triangle-box__bottom .logo img {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
  }
}

#line-staff_contents .c-triangle-box .c-triangle-box__bottom .orange {
  color: #EB6120;
  font-weight: 800;
}

#line-staff_contents .c-triangle-box .c-triangle-box__bottom:before {
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/img/line_staff/tr01.svg);
  width: 980px;
  height: 158px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-triangle-box .c-triangle-box__bottom:before {
    bottom: 27px;
  }
}

#line-staff_contents .c-triangle-box .c-triangle-box__bottom:after {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 86px;
  background: #F8EFEC;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-triangle-box .c-triangle-box__bottom:after {
    display: none;
  }
}

#line-staff_contents .c-comment-unit {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-comment-unit {
    position: relative;
    width: 290px;
    margin: 0 auto;
  }
}

#line-staff_contents .c-comment-unit .c-comment-unit__sub {
  width: 152px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-comment-unit .c-comment-unit__sub {
    position: absolute;
    width: 102px;
    bottom: -5px;
    left: -46px;
  }
}

#line-staff_contents .c-comment-unit .c-comment-unit__main {
  position: relative;
  width: 465px;
  height: 121px;
  margin-left: 40px;
  padding: 10px 18px;
  background: #fff;
  border-radius: 22px 18px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-comment-unit .c-comment-unit__main {
    margin-left: 0;
    width: 290px;
    height: auto;
    padding: 19px 16px 19px 50px;
  }
}

#line-staff_contents .c-comment-unit .c-comment-unit__main:before {
  position: absolute;
  bottom: 34px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 15px 10.5px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-comment-unit .c-comment-unit__main:before {
    display: none;
  }
}

#line-staff_contents .c-comment-unit .c-comment-unit__main p {
  font-size: 24px;
  line-height: 1.75;
  color: #606060;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-comment-unit .c-comment-unit__main p {
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
  }
}

#line-staff_contents .c-num-box {
  padding: 40px;
  background: #FDF2ED;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-num-box {
    padding: 20px 26px 40px;
  }
}

#line-staff_contents .c-num-box .c-num-box__list .c-num-box__item+.c-num-box__item {
  margin-top: 40px;
}

#line-staff_contents .c-num-box .c-num-box__title {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 1.3125;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-num-box .c-num-box__title {
    position: relative;
    font-size: 20px;
    line-height: 1.6;
    display: block;
    padding-left: 48px;
  }
}

#line-staff_contents .c-num-box .c-num-box__title span {
  font-size: 32px;
  line-height: 1.3125;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
  display: inline;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-num-box .c-num-box__title span {
    font-size: 20px;
    line-height: 1.6;
  }
}

#line-staff_contents .c-num-box .c-num-box__title .num {
  margin-right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  padding-top: 6px;
  display: flex;
  justify-content: center;
  font-size: 32px;
  line-height: 1;
  color: #EB6120;
  border: 4px solid #EB6120;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-num-box .c-num-box__title .num {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-right: 0;
    padding-top: 4px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1;
    border: 2px solid #EB6120;
  }
}

#line-staff_contents .c-num-box .c-num-box__title .orange {
  color: #EB6120;
}

#line-staff_contents .c-num-box .c-num-box__unit {
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-num-box .c-num-box__unit {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
}

#line-staff_contents .c-num-box .c-num-box__unit .c-num-box__text {
  padding-left: 38px;
  width: auto;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-num-box .c-num-box__unit .c-num-box__text {
    padding-left: 0;
    margin-top: 16px;
  }
}

#line-staff_contents .c-num-box .c-num-box__unit .c-num-box__text p {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-num-box .c-num-box__unit .c-num-box__text p {
    font-size: 16px;
    line-height: 1.6875;
  }
}

#line-staff_contents .c-num-box .c-num-box__unit .c-num-box__sub {
  width: 300px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-num-box .c-num-box__unit .c-num-box__sub {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  #line-staff_contents .c-num-box .c-num-box__unit .c-num-box__sub img {
    width: 100%;
  }
}

#line-staff_contents .c-staff-nav .c-staff-nav__copy {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #707070;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-staff-nav .c-staff-nav__copy {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
  }
}

#line-staff_contents .c-staff-nav .c-staff-nav__copy span {
  font-weight: bold;
}

#line-staff_contents .c-staff-nav .c-staff-nav__copy .wrap {
  position: relative;
}

#line-staff_contents .c-staff-nav .c-staff-nav__copy .wrap .orange {
  color: #EB6120;
}

#line-staff_contents .c-staff-nav .c-staff-nav__copy .wrap:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  width: 21px;
  height: 41px;
  background-image: url(../../assets/img/line_staff/left-diagonal-line.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-staff-nav .c-staff-nav__copy .wrap:before {
    left: -18px;
    width: 10px;
    height: 22px;
  }
}

#line-staff_contents .c-staff-nav .c-staff-nav__copy .wrap:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  width: 21px;
  height: 41px;
  background-image: url(../../assets/img/line_staff/right-diagonal-line.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-staff-nav .c-staff-nav__copy .wrap:after {
    right: -14px;
    width: 10px;
    height: 22px;
  }
}

#line-staff_contents .c-staff-nav .c-staff-nav__copy .wrap .yel-border {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}

#line-staff_contents .c-staff-nav .c-staff-nav__contents {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-staff-nav .c-staff-nav__contents {
    margin: 32px auto 0;
    width: 322px;
  }
}

#line-staff_contents .c-staff-nav .c-staff-nav__contents .c-staff-nav__list {
  display: flex;
  justify-content: center;
  margin: 0 -9px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-staff-nav .c-staff-nav__contents .c-staff-nav__list {
    flex-wrap: wrap;
  }
}

#line-staff_contents .c-staff-nav .c-staff-nav__contents .c-staff-nav__list .c-staff-nav__item {
  padding: 0 9px;
  width: 25%;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-staff-nav .c-staff-nav__contents .c-staff-nav__list .c-staff-nav__item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-staff-nav .c-staff-nav__contents .c-staff-nav__list .c-staff-nav__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

#line-staff_contents .c-btn-line {
  position: relative;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #606060;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 1.3333333333;
  background: #B0EDC9;
  text-decoration: none;
  box-shadow: 0 6px 0 #38BF70;
  transition: 0.4s;
}

#line-staff_contents .c-btn-line span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-btn-line {
    padding: 8px 4px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 16px;
  }
}

#line-staff_contents .c-btn-line:hover {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #009D40;
}

#line-staff_contents .c-btn-line .check {
  position: absolute;
  top: -32px;
  left: -10px;
  width: 96px;
  height: 82px;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .c-btn-line .check {
    top: -14px;
    left: -22px;
  }
}

#line-staff_contents .c-btn-line.-green {
  flex-direction: column;
  color: #FFf;
  background: #06C755;
  box-shadow: 0 6px 0 #009D40;
}

#line-staff_contents .c-btn-line.-green span {
  color: #FFED05;
}

#line-staff_contents .c-btn-line.-green:hover {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #009D40;
}

#line-staff_contents .c-anchor {
  margin-top: -100px;
  padding-top: 100px;
}

#line-staff_contents .p-line-staff__link01 .bnr-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #line-staff_contents .p-line-staff__link01 .bnr-pc {
    display: none;
  }

  #line-staff_contents .p-line-staff__link01 .bnr-sp {
    display: block;
  }
}