footer {
  background-color: #d3e8a5;
}

main {
  padding-bottom: 0;
}

.breadcrumb {
  background-color: #fff;
}

.thepage .cont-bc {
  margin-bottom: 20px;
}

.nav-t-menu .navbar-nav .nav-item.is-jugyoin-btn {
  display: none;
}

.nav-t-menu .navbar-nav .nav-item.is-kokyaku-btn {
  display: block;
}

.navbar-chagebtn__anchor.is-kokyaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-chagebtn__anchor.is-jugyoin {
  display: none;
}

/*************************************************

cl-dotsarea

*************************************************/
.cl-dotsarea {
  padding: 30px 0 0;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fef4ae 3px, transparent 3px), radial-gradient(circle, #fef4ae 3px, transparent 3px);
  background-position: 0 0, 15.5px 16px;
  background-size: 31px 32px;
}

/*************************************************

cl-board

*************************************************/
.cl-board {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(1000px, 100% - 24px);
  margin: 0 auto;
  padding: 50px 40px;
  border: #999999 solid 2px;
  border-radius: 20px;
  background-color: #d3e8a5;
}
@media screen and (max-width: 767px) {
  .cl-board {
    padding: 25px 10px 20px;
  }
}

.cl-board-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0;
  background-color: #fff;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cl-board-inner {
    padding: 40px 0 30px;
  }
}

.cl-board-deco {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cl-board-deco img {
    width: min(250px, 80%);
  }
}

.cl-board-title {
  position: relative;
  display: block;
  width: min(495px, 90%);
  margin: 0 auto;
  line-height: 0;
}

.cl-board-title__text {
  margin: 0;
}

.cl-board-title__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.101010101%;
  -webkit-transform: translate(60%, -20%);
          transform: translate(60%, -20%);
}

.cl-board-leads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cl-board-leads {
    margin-top: 20px;
  }
}

.cl-board-leads__texts {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cl-board-leads__texts {
    padding: 0 15px;
  }
}

.cl-board-leads__texts-el {
  margin: 0;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cl-board-leads__texts-el {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .cl-board-leads__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 30px;
  }
}

.cl-board-leads__imgs-el {
  overflow: hidden;
  position: absolute;
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .cl-board-leads__imgs-el {
    position: static;
    display: none;
  }
}
.cl-board-leads__imgs-el img {
  width: 100%;
}
.cl-board-leads__imgs-el.is-01 {
  top: 30px;
  right: calc(100% + 10px);
  width: 98px;
  height: auto;
  aspect-ratio: 98/120;
}
@media screen and (max-width: 767px) {
  .cl-board-leads__imgs-el.is-01 {
    width: min(152px, 50.6666666667%);
  }
}
.cl-board-leads__imgs-el.is-02 {
  top: -20px;
  left: calc(100% + 20px);
  width: 87px;
  height: auto;
  aspect-ratio: 87/170;
}
@media screen and (max-width: 767px) {
  .cl-board-leads__imgs-el.is-02 {
    width: min(87px, 29%);
  }
}

.cl-board-dots {
  display: block;
  margin: 30px 0;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .cl-board-dots {
    margin: 10px 0;
  }
  .cl-board-dots img {
    width: min(90%, 400px);
  }
}

/* cl-board-checklist
----------------------------------*/
.cl-board-checklist {
  width: min(800px, 100% - 30px);
  margin: 0 auto;
  border-top: #e6e6e6 solid 2px;
}

.cl-board-checklist__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  display: block;
  padding: 20px 0 25px 20px;
  border-bottom: #e6e6e6 solid 2px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cl-board-checklist__item {
    padding: 20px 0 25px;
  }
}

.cl-board-checklist__check {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cl-board-checklist__check:checked + .cl-board-checklist__letters::before {
  opacity: 0;
}
.cl-board-checklist__check:checked + .cl-board-checklist__letters::after {
  opacity: 1;
}

.cl-board-checklist__letters {
  position: relative;
  display: block;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .cl-board-checklist__letters {
    padding-left: 30px;
  }
}
.cl-board-checklist__letters::before, .cl-board-checklist__letters::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 33px;
  height: auto;
  aspect-ratio: 1/1;
  background: no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .cl-board-checklist__letters::before, .cl-board-checklist__letters::after {
    top: 2px;
    width: 22px;
  }
}
.cl-board-checklist__letters::before {
  background-image: url(../img/work_support_checklist/icon_chek.svg);
  z-index: 1;
}
.cl-board-checklist__letters::after {
  background-image: url(../img/work_support_checklist/icon_chek_on.svg);
  opacity: 0;
  z-index: 2;
}

.cl-board-checklist__title {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cl-board-checklist__title {
    font-size: 16px;
  }
}

.cl-board-checklist__text {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.cl-board-checklist__text .in-text {
  display: block;
}

/*************************************************

cl-comment

*************************************************/
.cl-comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 170px 80px;
}
@media screen and (max-width: 992px) {
  .cl-comment {
    padding: 60px 100px 80px;
  }
}
@media screen and (max-width: 767px) {
  .cl-comment {
    max-width: none;
    padding: 60px 0 80px 0;
  }
}

.cl-comment-inner {
  position: relative;
  width: min(700px, 100% - 30px);
  margin: 0 auto;
}

.cl-comment-white {
  position: relative;
  max-width: 540px;
  padding: 60px 30px 75px;
  background: url(../img/work_support_checklist/comment_white_bg01.png) no-repeat center center/100% 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cl-comment-white {
    max-width: none;
    padding: 20px 15px;
    border: #999999 solid 2px;
    background: #fff;
    border-radius: 20px;
  }
}
.cl-comment-white::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/work_support_checklist/comment_white_bg02.png) no-repeat center center/100% 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .cl-comment-white::before {
    display: none;
  }
}
.cl-comment-white::after {
  position: absolute;
  top: 50%;
  left: calc(100% - 10px);
  display: block;
  content: "";
  width: 36px;
  height: 27px;
  background: url(../img/work_support_checklist/comment_white_blow.png) no-repeat center center/100% 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cl-comment-white::after {
    display: none;
  }
}

.cl-comment-white__text {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  font-size: 18px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .cl-comment-white__text {
    max-width: none;
    font-size: 16px;
  }
}
.cl-comment-white__text p {
  margin: 0;
}

.cl-comment-color {
  position: relative;
  max-width: 700px;
  margin: -40px 0 0 auto;
  padding: 60px 40px;
  background: url(../img/work_support_checklist/comment_color_bg01.png) no-repeat center center/100% 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cl-comment-color {
    max-width: none;
    margin-top: 10px;
    padding: 30px 20px;
    border: #999999 solid 2px;
    background: #d3e8a5;
    border-radius: 20px;
  }
}
.cl-comment-color::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/work_support_checklist/comment_color_bg02.png) no-repeat center center/100% 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .cl-comment-color::before {
    display: none;
  }
}
.cl-comment-color::after {
  position: absolute;
  bottom: 57%;
  left: calc(100% - 20px);
  display: block;
  content: "";
  width: 36px;
  height: 27px;
  background: url(../img/work_support_checklist/comment_color_blow.png) no-repeat center center/100% 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cl-comment-color::after {
    display: none;
  }
}

.cl-comment-color__text {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  font-size: 18px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .cl-comment-color__text {
    max-width: none;
    font-size: 16px;
  }
}
.cl-comment-color__text p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cl-comment-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 20px;
    z-index: 5;
  }
}

.cl-comment-img {
  position: absolute;
  margin: 0;
  line-height: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .cl-comment-img {
    position: relative;
  }
}
.cl-comment-img.is-01 {
  top: 50px;
  right: 0;
}
@media screen and (max-width: 992px) {
  .cl-comment-img.is-01 {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .cl-comment-img.is-01 {
    top: 0;
    width: 150px;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.cl-comment-img.is-02 {
  bottom: 40px;
  left: 0;
}
@media screen and (max-width: 992px) {
  .cl-comment-img.is-02 {
    width: 160px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cl-comment-img.is-02 {
    top: 0;
    width: 130px;
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
}

.cl-comment-image {
  max-width: 1043px;
  margin: 0 auto;
  padding: 60px 7px;
  line-height: 0;
}

/*************************************************

cl-contents

*************************************************/
.cl-contents {
  padding: 60px 15px 95px;
  background-color: #d3e8a5;
}
@media screen and (max-width: 767px) {
  .cl-contents {
    padding: 40px 15px 75px;
  }
}

.cl-contents-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto 35px;
  padding: 12px 0;
  text-align: center;
  line-height: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cl-contents-title {
    padding: 5px 0;
  }
}
.cl-contents-title::before, .cl-contents-title::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/work_support_checklist/dots02.png) repeat-x left center/auto 100%;
}
.cl-contents-title::before {
  top: 0;
}
.cl-contents-title::after {
  bottom: 0;
}

.cl-contents-title__text {
  max-width: 80%;
}

.cl-contents-title__deco {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7.8%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cl-contents-title__deco {
    right: 0;
  }
}

.cl-contents-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 767px) {
  .cl-contents-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cl-contents-btns__item {
  width: min(100%, 230px);
}

.cl-contents-btns__img {
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}

.cl-contents-btns__btn {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.cl-contents-btns__btn-text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  margin: 0;
  padding: 2px 20px 2px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #008141;
  line-height: 1.4;
}
.cl-contents-btns__btn-text.is-small {
  font-size: 14px;
}
.cl-contents-btns__btn-text::after {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: url(../img/index/panelarea_arw.svg) no-repeat center center/100% auto;
}