@charset "UTF-8";
/* part cms contents コンテンツ詳細
   ========================================================================== */
.cms {
  padding: 0 0 30px 0;
  word-wrap: normal;
  word-break: normal;
}
.cms .cmsblk__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .cms .cmsblk__inner {
    padding: 0;
  }
}
.cms .c-ttl-wrap {
  margin-bottom: 60px;
}
.cms .box-2col {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .cms .box-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
.cms .box-2col .cmsblk {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .cms .box-2col .cmsblk {
    flex-basis: 48%;
    width: 48%;
  }
}
@media screen and (min-width: 961px) {
  .cms .h1-txt {
    font-size: 12px;
    padding: 10px 0;
    text-align: right;
    color: #262626;
    background: #fff;
  }
}
.cms .blk-ttl-ab {
  margin-top: 30px;
}
@media screen and (min-width: 961px) {
  .cms .blk-ttl-ab {
    margin-top: 60px;
  }
}
.cms .mainv {
  margin-bottom: 40px;
}
.cms .mainv__inner {
  text-align: center;
}
.cms .mainv__inner img {
  width: 100%;
}
.cms .mainv__inner img.mainv-img--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .cms .mainv__inner img.mainv-img--pc {
    display: inline-block;
  }
}
.cms .mainv__inner img.mainv-img--sp {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .cms .mainv__inner img.mainv-img--sp {
    display: none;
  }
}
.cms .blk-btn-ab-list {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .cms .blk-btn-ab-list {
    margin-top: 20px;
    padding: 0;
  }
}
.cms .blk-btn-ab-list .btn-ab {
  margin-top: 10px;
}
.cms .blk-btn-ab-list .btn-ab:first-child {
  margin-top: 0;
}
.cms .blk-btn-ab-list .btn-ab a {
  display: block;
  text-decoration: none;
}
.cms .blk-btn-ab-list .btn-ab a.btn-inner {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  transition: all 0.2s;
  color: #262626;
  border-radius: 4px;
  background-color: #F7DE19;
}
@media screen and (min-width: 960px) {
  .cms .blk-btn-ab-list .btn-ab a.btn-inner {
    justify-content: center;
  }
}
.cms .blk-btn-ab-list .btn-ab a.btn-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #262626;
  border-right: 2px solid #262626;
  transform: rotate(-45deg);
}
.cms .blk-btn-ab-list .btn-ab a.btn-inner:hover {
  background: #EBC400;
}
@media screen and (min-width: 961px) {
  .cms .blk-btn-ab-list--btn1 .btn-ab a.btn-inner {
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto;
    padding: 20px 25px;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-btn-ab-list--btn2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-btn-ab-list--btn2 .btn-ab {
    flex-basis: 48%;
    width: 48%;
    margin-top: 10px;
  }
  .cms .blk-btn-ab-list--btn2 .btn-ab:first-child, .cms .blk-btn-ab-list--btn2 .btn-ab:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-btn-ab-list--btn2 .btn-ab a.btn-inner {
    font-size: 16px;
    padding: 20px 25px;
  }
}
@media screen and (min-width: 961px) {
  .cms .box-2col .blk-btn-ab-list--btn2 {
    display: block;
  }
  .cms .box-2col .blk-btn-ab-list--btn2 .btn-ab {
    flex-basis: 100%;
    width: 100%;
  }
  .cms .box-2col .blk-btn-ab-list--btn2 .btn-ab:nth-child(2) {
    margin-top: 10px;
  }
}
.cms .blk-btn-cd-list {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .cms .blk-btn-cd-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
.cms .blk-btn-cd-list .btn-cd a {
  border-radius: 4px;
}
@media screen and (min-width: 961px) {
  .cms .blk-btn-cd-list .btn-cd a {
    font-size: 12px;
    padding: 14px 20px 14px 10px;
  }
}
.cms .blk-btn-cd-list .btn-cd:hover {
  background-color: #f8fffa;
}
@media screen and (min-width: 961px) {
  .cms .blk-btn-cd-list--btn4 {
    justify-content: flex-start;
  }
  .cms .blk-btn-cd-list--btn4 .btn-cd {
    flex-basis: 23%;
    width: 23%;
    margin-top: 0;
    margin-left: 2%;
  }
  .cms .blk-btn-cd-list--btn4 .btn-cd:first-child, .cms .blk-btn-cd-list--btn4 .btn-cd:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .cms .blk-btn-cd-list--btn4 .btn-cd:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-btn-cd-list--btn6 {
    justify-content: left;
  }
  .cms .blk-btn-cd-list--btn6 .btn-cd {
    flex-basis: 15%;
    width: 15%;
    margin-top: 0;
    margin-left: 2%;
  }
  .cms .blk-btn-cd-list--btn6 .btn-cd:first-child, .cms .blk-btn-cd-list--btn6 .btn-cd:nth-of-type(6n+1) {
    margin-left: 0;
  }
  .cms .blk-btn-cd-list--btn6 .btn-cd:nth-child(n+7) {
    margin-top: 10px;
  }
  .cms .blk-btn-cd-list--btn6 .btn-cd a {
    padding: 14px 17px 14px 5px;
  }
}
@media screen and (min-width: 961px) {
  .cms .box-2col .blk-btn-cd-list--btn4 {
    justify-content: space-between;
  }
  .cms .box-2col .blk-btn-cd-list--btn4 .btn-cd {
    flex-basis: 47%;
    width: 47%;
    margin-top: 0;
  }
  .cms .box-2col .blk-btn-cd-list--btn4 .btn-cd:first-child, .cms .box-2col .blk-btn-cd-list--btn4 .btn-cd:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .cms .box-2col .blk-btn-cd-list--btn4 .btn-cd:nth-child(n+3) {
    margin-top: 10px;
  }
  .cms .box-2col .blk-btn-cd-list--btn6 .btn-cd {
    flex-basis: 32%;
    width: 32%;
    margin-top: 0;
    margin-left: 2%;
  }
  .cms .box-2col .blk-btn-cd-list--btn6 .btn-cd:first-child, .cms .box-2col .blk-btn-cd-list--btn6 .btn-cd:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .cms .box-2col .blk-btn-cd-list--btn6 .btn-cd:nth-child(n+4) {
    margin-top: 10px;
  }
  .cms .box-2col .blk-btn-cd-list--btn6 a {
    padding: 14px 17px 14px 5px;
  }
}
.cms .blk-bnr-list {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .cms .blk-bnr-list {
    padding: 0;
  }
}
.cms .blk-bnr-list .blk-bnr {
  margin-top: 15px;
}
.cms .blk-bnr-list .blk-bnr--pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .cms .blk-bnr-list .blk-bnr--pc {
    display: block;
  }
}
.cms .blk-bnr-list .blk-bnr--sp {
  display: block;
}
@media screen and (min-width: 961px) {
  .cms .blk-bnr-list .blk-bnr--sp {
    display: none;
  }
}
.cms .blk-bnr-list .blk-bnr .img-fullwidth {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .cms .banner-b-1col .blk-bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cms .banner-b-1col .blk-bnr-list li {
    flex-basis: 49%;
    width: 49%;
  }
}
@media screen and (min-width: 961px) {
  .cms .box-2col .banner-b-1col .blk-bnr-list {
    display: block;
  }
  .cms .box-2col .banner-b-1col li {
    flex-basis: 100%;
    width: 100%;
  }
}
.cms .blk-imgtxt-list {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 15px 30px;
}
@media screen and (min-width: 961px) {
  .cms .blk-imgtxt-list {
    padding: 0 0 30px 0;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-imgtxt-list__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.cms .blk-imgtxt-list__list li:not(:first-of-type) {
  border-top: 1px solid #D9D9D9;
}
@media screen and (min-width: 961px) {
  .cms .blk-imgtxt-list__list li:not(:first-of-type) {
    border-top: none;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-imgtxt-list__list li {
    flex-basis: 30%;
    width: 30%;
    margin: 0 3% 15px 0;
  }
}
.cms .blk-imgtxt-list__list li .p-work-cassette__body {
  align-items: center;
}
.cms .blk-imgtxt-list__list__img {
  flex-basis: 90px;
  width: 90px;
  margin: 0 auto;
}
.cms .blk-imgtxt-list__list__img img {
  width: 80%;
  max-height: 45px;
  object-fit: contain;
}
.cms .blk-imgtxt-list__list__txt {
  flex-basis: calc(100% - 90px);
  width: calc(100% - 90px);
}
.cms .blk-imgtxt-list .p-work-cassette__link {
  min-height: auto;
}
@media screen and (min-width: 961px) {
  .cms .box-2col .blk-imgtxt-list .p-work-cassette__img-wrap--link {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .cms .box-2col .blk-imgtxt-list .p-work-cassette__img-wrap--link:before {
    content: none;
  }
  .cms .box-2col .blk-imgtxt-list .p-work-cassette__img-wrap--link img {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 961px) {
  .cms .box-2col .blk-imgtxt-list .p-work-cassette__detail {
    margin-top: 3px;
  }
}
@media screen and (min-width: 961px) {
  .cms .box-2col .blk-imgtxt-list .blk-imgtxt-list__list__txt {
    flex-basis: 100%;
    width: 100%;
  }
}
.cms .blk-txtlink-ab:nth-of-type(n+2) .ttl-txtlink {
  border-top: none;
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink-ab {
    margin-top: 20px;
  }
}
.cms .blk-txtlink-ab .ttl-txtlink {
  font-size: 16px;
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink-ab .ttl-txtlink {
    border-top: none;
    border-bottom: none;
  }
}
.cms .blk-txtlink-ab .ttl-txtlink a {
  text-decoration: none;
  color: #262626;
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink-ab .ttl-txtlink:after {
    display: none;
  }
}
.cms .blk-txtlink-ab .ttl-txtlink .ttl-link a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink-ab .ttl-txtlink .ttl-link a {
    text-decoration: underline;
  }
  .cms .blk-txtlink-ab .ttl-txtlink .ttl-link a:hover {
    text-decoration: none;
  }
}
.cms .blk-txtlink-ab .c-link-search a, .cms .blk-txtlink-ab .c-link-search span {
  font-weight: normal;
}
.cms .blk-txtlink-ab .txtlink__main {
  display: block;
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink-ab .txtlink__main {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink-ab .txtlink__main .c-link-search__txt--lv2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink-ab .txtlink__item {
    line-height: normal;
    margin-top: 10px;
    border: none;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink-ab .blk-txtlink__nottl .txtlink__item a {
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .cms .blk-txtlink-ab .blk-txtlink__nottl .txtlink__item a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #12B247;
  }
  .cms .blk-txtlink-ab .blk-txtlink__nottl .txtlink__item a::after {
    position: absolute;
    top: calc(50% - 3px);
    left: 4px;
    width: 6px;
    height: 6px;
    content: "";
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink6 .blk-txtlink-ab .txtlink__item {
    flex-basis: 16%;
    width: 16%;
    padding-right: 0;
  }
  .cms .blk-txtlink6 .c-link-search__txt--lv2 {
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .cms .blk-txtlink10 .blk-txtlink-ab .txtlink__item {
    flex-basis: 10%;
    width: 10%;
    padding-right: 5px;
  }
  .cms .blk-txtlink10 .c-link-search__txt--lv2 {
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .cms .box-2col .blk-txtlink6 .blk-txtlink-ab .txtlink__item {
    flex-basis: 33%;
    width: 33%;
  }
}
@media screen and (min-width: 961px) {
  .cms .box-2col .blk-txtlink10 .blk-txtlink-ab .txtlink__item {
    flex-basis: 20%;
    width: 20%;
  }
}
.cms .blk-freetxt {
  font-size: 16px;
}
.cms .blk-freetxt-list, .cms .blk-freetxt-list--3, .cms .blk-freetxt-list--2, .cms .blk-freetxt-list--1 {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  padding: 0 15px 0 20px;
}
@media screen and (min-width: 961px) {
  .cms .blk-freetxt-list, .cms .blk-freetxt-list--3, .cms .blk-freetxt-list--2, .cms .blk-freetxt-list--1 {
    padding: 0;
  }
}
.cms .blk-freetxt-list--2 li:nth-child(2), .cms .blk-freetxt-list--2 li:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .cms .blk-freetxt-list--2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cms .blk-freetxt-list--2 li {
    flex-basis: 48%;
    width: 48%;
  }
  .cms .blk-freetxt-list--2 li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 961px) {
  .cms .box-2col .blk-freetxt-list, .cms .box-2col .blk-freetxt-list--1, .cms .box-2col .blk-freetxt-list--2, .cms .box-2col .blk-freetxt-list--3 {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .cms .box-2col .blk-freetxt-list--2 li {
    width: 100%;
  }
}
.cms .blk-freetxt-list strong, .cms .blk-freetxt-list--1 strong, .cms .blk-freetxt-list--2 strong, .cms .blk-freetxt-list--3 strong {
  font-weight: bold;
}
.cms .blk-freetxt-list .fc-red, .cms .blk-freetxt-list--1 .fc-red, .cms .blk-freetxt-list--2 .fc-red, .cms .blk-freetxt-list--3 .fc-red {
  color: #FF350D;
}
.cms .blk-freetxt-list .fc-blue, .cms .blk-freetxt-list--1 .fc-blue, .cms .blk-freetxt-list--2 .fc-blue, .cms .blk-freetxt-list--3 .fc-blue {
  color: #4190ED;
}
.cms .blk-freetxt-list a, .cms .blk-freetxt-list--1 a, .cms .blk-freetxt-list--2 a, .cms .blk-freetxt-list--3 a {
  color: #0066D2;
}
.cms .blk-freetxt-list a:hover, .cms .blk-freetxt-list--1 a:hover, .cms .blk-freetxt-list--2 a:hover, .cms .blk-freetxt-list--3 a:hover {
  text-decoration: none;
}
.cms .blk-freetxt-list a:link, .cms .blk-freetxt-list--1 a:link, .cms .blk-freetxt-list--2 a:link, .cms .blk-freetxt-list--3 a:link {
  color: #0030B2;
}
.cms .blk-freetxt-list .fs-max, .cms .blk-freetxt-list--1 .fs-max, .cms .blk-freetxt-list--2 .fs-max, .cms .blk-freetxt-list--3 .fs-max {
  font-size: 20px;
}
.cms .blk-freetxt-list .fs-middle, .cms .blk-freetxt-list--1 .fs-middle, .cms .blk-freetxt-list--2 .fs-middle, .cms .blk-freetxt-list--3 .fs-middle {
  font-size: 18px;
}
.cms .blk-html {
  flex-wrap: wrap;
}
.cms .blk-html .blk-html-tbl {
  background-color: #F6F6F6;
}
.cms .blk-html .text-left {
  text-align: left;
}
.cms .blk-html .text-right {
  text-align: right;
}

.l-main-job-cvs {
  font-size: 14px;
  line-height: 26px;
}

.clm-ttl {
  margin-top: 20px;
  margin-bottom: 6px;
}

.c-middleKv.bg-way_employee {
  margin-bottom: 40px;
  height: 171.5px;
}

.column-title {
  font-size: 24px;
  line-height: 36px;
}

.list-ttl {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
  padding: 7px 0 0 46px;
  background-image: url(../../img/lp/job_cvs/icon-list.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px 40px;
}

.l-list-menu-lv-1, .l-list-menu-lv-2, .l-list-menu-lv-3 {
  background-color: #FBFBFB;
  padding: 32px;
  border: 1px solid #D9D9D9;
}
.l-list-menu-lv-1 ol, .l-list-menu-lv-2 ol, .l-list-menu-lv-3 ol {
  color: #0066D2;
}
.l-list-menu-lv-1 ol li, .l-list-menu-lv-2 ol li, .l-list-menu-lv-3 ol li {
  list-style: decimal;
  font-weight: 600;
  color: #0066D2;
  line-height: 35px;
}
.l-list-menu-lv-1 ol li a, .l-list-menu-lv-2 ol li a, .l-list-menu-lv-3 ol li a {
  text-decoration: none;
}
.l-list-menu-lv-1 .list-ttl {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
  padding: 7px 0 0 46px;
  background-image: url(../../../img/lp/job_cvs/icon-list.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px 40px;
}
.l-list-menu-lv-1 ol {
  padding-left: 25px !important;
}
.l-list-menu-lv-1 ol li::marker {
  color: #262626;
}
.l-list-menu-lv-2 {
  margin-top: 20px;
}
.l-list-menu-lv-2 ol {
  counter-reset: item;
  list-style: none;
}
.l-list-menu-lv-2 ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 2.5em;
  display: block;
}
.l-list-menu-lv-2 ol > li::before {
  content: counter(sectionCounter) "-" counter(item) ".";
  position: absolute;
  left: 0;
  color: #757578;
  font-weight: 300;
}
@media screen and (min-width: 375px) {
  .l-list-menu-lv-3 {
    padding: 16px !important;
  }
}
@media screen and (min-width: 980px) {
  .l-list-menu-lv-3 {
    padding: 24px !important;
  }
}
.l-list-menu-lv-3 .text-red {
  color: #FF6040;
}
.l-list-menu-lv-3 li {
  padding: 12px 0 12px 0;
  border-bottom: 1px dashed #D9D9D9;
}
.l-list-menu-lv-3 li:last-child {
  border: none;
}
.l-list-menu-check {
  background-color: #FFF4F4;
  padding: 32px;
}
.l-list-menu-check ul > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 30px;
}
.l-list-menu-check ul > li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FF6040;
}
.l-list-menu-disc {
  background-color: #FFF4F4;
  padding: 32px;
}
.l-list-menu-disc .list-title {
  color: #FF6040;
  margin-left: -5px;
}
.l-list-menu-disc ul > li {
  position: relative;
  line-height: 30px;
}
.l-list-menu-gr {
  background-color: #EFF8E9;
  padding: 24px;
}
.l-list-menu-gr ul > li {
  position: relative;
  line-height: 30px;
}
.l-list-menu-grey {
  background-color: #FBFBFB;
  padding: 24px;
  border: 1px solid #D9D9D9;
}
.l-list-menu-grey ul > li {
  position: relative;
  line-height: 30px;
}
.l-list-menu-example ul {
  padding-left: 8px;
}
.l-list-menu-example ul > li {
  position: relative;
  margin-left: 16px;
}
.l-list-menu-example ul > li .col-r {
  padding-left: 10px;
}
.l-list-menu-example .list-unstyled {
  list-style: none;
}

@media screen and (max-width: 980px) {
  .list-ttl {
    font-size: 16px;
  }

  .lp-list {
    padding-bottom: 40px;
  }

  .l-list-menu-lv-1 {
    padding: 24px;
    margin-bottom: 0;
  }
}
.list-unstyled::before {
  content: none !important;
}

body {
  counter-reset: sectionCounter;
}

.cmsblk-title {
  counter-reset: item;
}

.child-title {
  counter-increment: item;
}

.child-title::before {
  content: counter(sectionCounter) "-" counter(item) ". ";
}

.parent-title::before {
  counter-increment: sectionCounter;
  content: counter(sectionCounter);
  font-weight: bold;
}

.lp-list .c-head--lv2, .lp-list .c-head--lv3 {
  font-size: 24px;
  font-weight: 600;
}
.lp-list .c-head--lv2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 16px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #12B24740;
  background-color: #EFF8E9;
  counter-increment: section;
  counter-reset: item;
}
.lp-list .c-head--lv2 mark {
  background-color: #12B247;
  padding: 2px 10px;
  color: #FFFFFF;
}
.lp-list .c-head--lv3 {
  position: relative;
  padding: 0 0 20px;
  margin-bottom: 10px;
}
.lp-list .c-head--lv3 mark {
  color: #757578;
  background-color: #FFFFFF;
}
.lp-list .c-head--lv3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #12B247 17%, #EBEBEB 5% 100%);
}
.lp-list .notice {
  font-size: 20px;
  line-height: 35px;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 6px;
  border-left: 6px solid #12B247;
}
.lp-list ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.lp-list ol li {
  margin-bottom: 20px;
}
.lp-list ol li .item-notice, .lp-list ol li .item-not-num {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.lp-list ol li .item-notice:before {
  counter-increment: item;
  content: counter(item) "．";
  font-weight: bold;
}
.lp-list ol li:last-child {
  margin-bottom: 0;
}
.lp-list ol .notice-box {
  margin-bottom: 30px;
}
.lp-list .tb-schedule {
  border: 1px solid #D9D9D9;
}
.lp-list .tb-schedule td {
  padding: 16px 24px;
  vertical-align: middle;
}
.lp-list .tb-schedule td:first-child {
  background-color: #F6F6F6;
}
.lp-list .tb-schedule td:last-child {
  text-align: left;
}
.lp-list .tb-wage-by-age {
  border: 1px solid #D9D9D9;
}
.lp-list .tb-wage-by-age th {
  background-color: #F6F6F6;
}
.lp-list .tb-work-rate {
  border: 1px solid #D9D9D9;
  font-size: 14px;
  line-height: 21px;
}
.lp-list .tb-work-rate th, .lp-list .tb-work-rate td:first-child {
  font-weight: 300;
  background-color: #F6F6F6;
}
.lp-list .txt-emphatically {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 5px;
}

.column-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  padding-bottom: 24px;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #12B247;
}

.text-hira {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif !important;
}

.text-note {
  background: linear-gradient(to top, rgba(247, 222, 25, 0.5) 20%, rgba(247, 222, 25, 0) 50%);
  padding: 2px;
  font-weight: 600;
}

.author-card {
    display: flex;
    align-items: start;
    border: 4px solid #38bcc4;
    border-radius: 8px;
    background-color: #ffffff;
}
.author-card .author-icon {
    flex-shrink: 0;
    padding: 10px;
    border-radius: 8px;
}
.author-card .author-icon .author-label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 15px;
    width: fit-content;
    margin: 0 auto;
    opacity: 0.8;
}
.author-card .author-icon img {
    width: 120px;
}
.author-card .author-content {
    margin-left: 16px;
}
.author-card .author-content .author-title {
    padding-top: 4px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}
.author-card .author-content .author-description {
    font-size: 16px;
    color: #4a5568;
    margin-top: 8px;
    line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .column-title {
    font-size: 24px;
    line-height: 36px;
    padding-top: 20px;
  }

  .lp-list {
    padding-bottom: 0;
  }
  .lp-list .c-head--lv2 {
    margin-bottom: 0;
    font-size: 18px;
  }
  .lp-list .c-head--lv2 mark {
    padding: 0px 7px;
  }
  .lp-list .c-head--lv3 {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .lp-list .c-head--lv3::after {
    background: linear-gradient(to right, #12B247 45%, #EBEBEB 5%);
  }
  .lp-list .notice {
    font-size: 16px;
    line-height: 26px;
  }
  .lp-list ol li .item-notice, .lp-list ol li .item-not-num {
    font-size: 16px;
    line-height: 26px;
  }
  .lp-list ol .notice-box {
    margin-bottom: 24px;
  }
  .lp-list .tb-schedule td {
    padding: 16px;
  }
  .lp-list .tb-work-rate {
    font-size: 12px;
    line-height: 18px;
  }
  .lp-list .txt-emphatically {
    font-size: 16px;
    line-height: 26px;
  }

  .blk-freetxt {
    font-size: 14px !important;
  }

  .blk-html {
    padding: 0 16px;
  }

  .px-sp, .mainv {
    padding: 0 16px;
  }

  .mainv {
    margin-bottom: 40px;
  }

  .l-list-menu-lv-2 {
    margin: 0 16px;
  }

  .l-list-menu-check, .l-list-menu-disc, .l-list-menu-gr, .l-list-menu .example-text {
    margin: 0 16px;
    padding: 16px;
  }
  .l-list-menu-check .blk-freetxt-list--1, .l-list-menu-check .blk-freetxt-list--2, .l-list-menu-check .blk-freetxt-list--3, .l-list-menu-disc .blk-freetxt-list--1, .l-list-menu-disc .blk-freetxt-list--2, .l-list-menu-disc .blk-freetxt-list--3, .l-list-menu-gr .blk-freetxt-list--1, .l-list-menu-gr .blk-freetxt-list--2, .l-list-menu-gr .blk-freetxt-list--3, .l-list-menu .example-text .blk-freetxt-list--1, .l-list-menu .example-text .blk-freetxt-list--2, .l-list-menu .example-text .blk-freetxt-list--3 {
    padding: 0;
  }

  .txtlink__main {
    margin: 0 16px;
  }
  .author-card {
    margin: 0 15px 0 20px;
  }
  .author-card .author-icon {
    padding-top: 15px;
  }
  .author-card .author-icon .author-label {
    font-size: 10px;
  }
  .author-card .author-icon img {
    width: 100px;
    padding: 30px 0 30px 0;
  }
  .author-card .author-content {
    margin-bottom: 15px;
  }
  .author-card .author-content .author-description {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  .author-card {
    width: 86%;
    margin: 0 auto;
  }
  .author-card .author-icon img {
    padding-top: 5px;
  }
}

.text-gray {
    color: #757578;
}

.timestamp {
    font-size: 12px;
}

.pb02 {
    padding-bottom: 2px;
}

.pb03 {
    padding-bottom: 3px;
}

/*# sourceMappingURL=detail.css.map */
