@charset "utf-8";

.header-area .btn-web {
  display: none;
}

.fbtnw {
  position: fixed;
  left: 1rem;
  top: 50%;
  z-index: 1000;
}

.fbtnw p.fbtn a {
  display: block;
  /* border: solid 2px #e66b8d; */
  border-radius: 2rem;
  background: #e66b8d;
  padding: 1.5rem;
  text-decoration: none;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.5;
  color: #fff;
  box-shadow: 5px 10px 15px #00000033;
  position: relative;
  padding-left: 6rem;
  font-size: 12px;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 6rem;
}

.fbtnw p.fbtn a b {
  background: #000;
  color: #fff;
  display: block;
  padding: 2px 15px 5px;
  border-radius: 2rem;
  margin: -3rem 2rem 1rem -2rem;
  font-size: 13px;
}

.fbtnw p.fbtn a:hover {
  opacity: 0.5;
}

.fbtnw p.fbtn.fbtn2 a {
  /* border: solid 2px #009743; */
  background: #009743;
}

.btn-web.btn-web--check.line a {
  background-color: #009743;
}

.fbtnw p.fbtn a span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

.fbtnw p.fbtn a:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 40%;
  left: 2rem;
  background: url(https://www.cra-map.com/wp/wp-content/uploads/114445.png);
  background-size: 100%;
  filter: invert(1);
}

.fbtnw p.fbtn.fbtn2 a:before {
  content: "";
  background: url(https://www.cra-map.com/wp/wp-content/uploads/107970.png);
  background-size: 100%;
}

.mainvisual-title strong {
  color: #ffda66;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1.8em;
  line-height: 1.6;
}

.check-list li::before {
  /* content: '\f00c'; */
  content: '✔';
  /* FontAwesome Check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #cf2e2e;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
}

.job-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.job-card__title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #008765;
  /* テーマカラー */
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.job-card__list {
  font-size: 0.95rem;
  line-height: 1.6;
}

.job-card__list li {
  margin-bottom: 8px;
}

.job-card__salary {
  font-size: 1.2rem;
  font-weight: bold;
  color: #cf2e2e;
  margin-top: 10px;
  display: block;
}

.story-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.story-title {
  background: #008765;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.story-head {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.qa-list dt {
  font-weight: bold;
  color: #008765;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
}

.qa-list dt::before {
  content: "Q.";
  margin-right: 5px;
  font-size: 2rem;
}

.qa-list dd {
  margin-left: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
}

.qa-list dd::before {
  content: "A.";
  font-weight: bold;
  color: #cf2e2e;
  margin-right: 5px;
  font-size: 1.6rem;
}

.job-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.job-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.job-tag {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background: #cf2e2e;
  border-radius: 4px;
  margin-bottom: 10px;
}

.job-tag2 {
  background-color: #009e96;
}

.job-title {
  /* font-size: 1.2rem; */
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 10px;
}

.job-info li {
  /* font-size: 0.95rem; */
  font-size: 14px;
  margin-bottom: 8px;
  list-style: none;
}

section.introduction .common-title--02 {
  background: none;
  padding-top: 8rem;
}

section.comparison .common-title--02 {
  background: none;
  padding-top: 8rem;
}

.bg-beige {
  padding: 0 0 8rem;
}

.bg-beige .l-center:before {
  content: none;
}

.mainvisual-pic2 {
  bottom: -2rem;
}

.mainvisual-pic3 {
  bottom: -3rem;
}

.mainvisual-inner {
  padding: 15.5rem 0 12rem;
}

.check-list li span {
  font-size: 1.4rem;
  font-weight: normal;
}

.check-list li .txt_bold {
  font-size: 1.8rem;
  font-weight: bold;
}

.common-title--01 {
  background: none;
  padding-top: 4rem;
}

.bg-green01 {
  padding: 6rem 0;
  background: url(/wp/wp-content/uploads/sec02-bg-dotline.png) no-repeat center top/192.0rem auto, url(img/bg-green.png) repeat center;
}

.common-lead.common-lead--white {
  text-align: center;
}

.inner-title {
  padding: 0 0 0 2rem;
  font-size: 2rem;
}

.inner-title:before {
  content: none;
}

.inner-title:before {
  content: "";
  width: 0.8rem;
  height: 100%;
  background: #F49445;
  border-radius: var(--s1);
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
}

#green02 .box-round {
  margin: 0 0 6rem;
}

#green02 .box-round+.cta-btn.talk {
  max-width: 400px;
  margin: 0 auto;
}

#beige {
  margin: 0 0 300px;
}

#difference .l-center--narrow+.cta-btn.talk {
  max-width: 400px;
  margin: 0 auto;
}

section.story {
  padding: 12rem 0 6rem;
}

section.story .box-day:last-child {
  margin: 10rem auto 0;
}

.table-diff {
  margin-bottom: 6rem;
}

section.closing {
  padding: 20px;
}

section.closing .box-summary__title {
  font-size: 2.4rem;
}

section.closing .box-summary__body {
  padding: 0;
  margin: 0 0 4rem;
  text-align: center;
}

section.closing .cta-btn.talk {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

.bg-green02:before {
  content: none;
}

section.faq {
  padding-bottom: 2rem;
}

.box-income {
  margin-bottom: 0;
  text-align: left;
  padding: 40px;
}

section.introduction .common-lead {
  text-align: center;
  margin-bottom: 40px;
}

section.introduction .box-round {
  max-width: 800px;
  margin: 0 auto;
}

section.introduction .check-list+div {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  color: #cf2e2e;
}

.common-lead--white strong {
  font-size: 1.2em;
  border-bottom: 1px solid #fff;
}

.table-diff thead th.th-bg-red {
  background-color: #cf2e2e;
}

.table-diff thead th .sm {
  font-weight: normal;
}

.table-diff tbody td .txt_bold-red {
  color: #cf2e2e;
}

.header-area__name:hover {
  opacity: 1;
}

/*20260401 start*/
.lp-consultation .im-grid {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 40px;
}

.lp-consultation .im-person {
  display: flex;
  flex-direction: column;
}

/* 行アイテムの共通設定（高さを伸ばすため） */
.lp-consultation .im-row-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

/* 名前と写真 */
.lp-consultation .im-row-header {
  margin-bottom: 1rem;
}

.lp-consultation .im-name {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lp-consultation .im-photo {
  width: 160px;
  height: 160px;
  margin: 0 auto 3rem;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lp-consultation .im-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 小見出しとリストボックス */
.lp-consultation .im-h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 10px;
  color:#fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 4px;
  background: url(img/bg-green.png) repeat center;
}

.lp-consultation .im-list-box {
  background-color: #EFF5F2;
  padding: 2rem;
  border-radius: 4px;
  flex-grow: 1;
  border: 1px solid #dfebe5;
  margin-bottom: 50px;
}

.lp-consultation .im-list-box ul li {
    font-size: 15px;
}

/* コメントエリア */
.lp-consultation .im-row-comment {
  margin-bottom: 3rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.lp-consultation .im-comment-box {
  background-color: #EFF5F2;
  position: relative;
  padding: 4rem 2rem 2rem;
  border-radius: 4px;
  flex-grow: 1;
  border: 1px solid #dfebe5;
}

.lp-consultation .im-badge {
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
  padding: 0.6rem 3rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  min-width: max-content;
}

.lp-consultation .im-badge.is-black {
  background-color: #009e96;
  color: #fff;
}

.lp-consultation .im-badge.is-outline {
  background-color: #cf2e2e;
  color: #fff;
}

.lp-consultation .im-comment-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.lp-consultation .im-comment-icon {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  flex-shrink: 0;
}

.lp-consultation .im-comment-icon img {
    border-radius: 50%;
}

.lp-consultation .im-comment-text h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lp-consultation .im-comment-text p {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.6;
}

/* フッターエリア（テキスト＋ボタン） */
.lp-consultation .im-row-footer {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.lp-consultation .im-footer-area {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lp-consultation .im-footer-text {
  font-size: 1.4rem;
  line-height: 1.8;
  flex-grow: 1;
}
/*20260401 end*/

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 768px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .box-sponsored.box-sponsored--02.box-sponsored--low .btn-column .btn-web.btn-web--check {
    margin: 5rem 0 0;
  }

  .l-center .box-summary.box-summary--low .btn-column .btn-web,
  .l-center .box-summary.box-summary--low .btn-column .btn-internal {
    margin: 5rem 0 0;
  }

  .sp {
    display: none;
  }

  .cta-bar {
    padding: 0 10rem 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 10rem;
    display: flex;
    align-items: center;
    gap: 3rem;
    z-index: 1;
    background: url(https://www.cra-map.com/wp/wp-content/themes/wp001j/img/bg-green.png);
  }

  a.cta-bar__logo {
    text-decoration: none;
  }

  a.cta-bar__logo img {
    height: 6.4rem;
    width: auto;
    display: block;
  }

  .cta-bar__actions {
    display: flex;
    gap: 2rem;
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  a.cta-btn {
    height: 7.4rem;
    font-size: 1.6rem;
    position: relative;
    border: 2px solid #fff;
    min-width: 29rem;
    height: 8.4rem;
    padding: 0 2.4rem 0 1.4rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, .12);
    transition: transform .2s, box-shadow .2s;
  }

  a.cta-btn:after {
    content: "";
    background: url(https://www.cra-map.com/wp/wp-content/themes/wp001j/img/icon-btn-web.svg) no-repeat;
    background-size: 66%;
    position: absolute;
    width: 25px;
    height: 21px;
    right: -2px;
    top: 35%;
  }

  a.cta-btn:hover {
    transform: translateY(.2rem);
    box-shadow: none;
    color: #fff;
    border-width: 3px;
  }

  a.cta-btn.talk {
    background: #E84F7A;
  }

  a.cta-btn.line {
    background: #009B4D;
  }

  .bg-difference {
    min-width: 100%;
  }


.footer-area:before {
    content: "";
    width: 100%;
    height: 21.4rem;
    background: url(/wp/wp-content/uploads/bg-footer-illust.png) no-repeat center / contain;
    position: absolute;
    left: 50%;
    top: -4rem;
    transform: translateX(-50%);
}

  .lp-consultation .im-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
  }
  .lp-consultation .im-person {
    display: contents;
  }

/*20260401 start*/
/* 風間さんの要素を左列（1列目）に配置 */
  .lp-consultation .kazama .im-row-header  { grid-column: 1; grid-row: 1; }
  .lp-consultation .kazama .im-row-sec1    { grid-column: 1; grid-row: 2; }
  .lp-consultation .kazama .im-row-sec2    { grid-column: 1; grid-row: 3; }
  .lp-consultation .kazama .im-row-sec3    { grid-column: 1; grid-row: 4; }
  .lp-consultation .kazama .im-row-comment { grid-column: 1; grid-row: 5; }
  .lp-consultation .kazama .im-row-footer  { grid-column: 1; grid-row: 6; }

  /* 越智さんの要素を右列（2列目）に配置 */
  .lp-consultation .ochi .im-row-header  { grid-column: 2; grid-row: 1; }
  .lp-consultation .ochi .im-row-sec1    { grid-column: 2; grid-row: 2; }
  .lp-consultation .ochi .im-row-sec2    { grid-column: 2; grid-row: 3; }
  .lp-consultation .ochi .im-row-sec3    { grid-column: 2; grid-row: 4; }
  .lp-consultation .ochi .im-row-comment { grid-column: 2; grid-row: 5; }
  .lp-consultation .ochi .im-row-footer  { grid-column: 2; grid-row: 6; }
/*20260401 end*/
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 767px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .fbtnw {
    bottom: 0;
    top: unset;
    width: 100%;
    display: flex;
    left: 0;
    justify-content: space-around;
  }

  .fbtnw p.fbtn {
    width: 48%;
    margin: 0;
  }

  .fbtnw p.fbtn a {
    margin: 0;
    padding: 1rem 1rem 1rem 3rem;
    line-height: 1.2;
  }

  .fbtnw p.fbtn a b {
    margin: -2rem -10px 0.5rem;
    width: fit-content;
    padding: 2px 10px 5px;
  }

  .fbtnw p.fbtn a span {
    font-size: 1.4rem;
  }

  .fbtnw p.fbtn a:before {
    width: 2rem;
    height: 2rem;
    left: 1rem;
  }

  footer.footer-area {
    padding-bottom: 0rem;
  }

  .page-top {
    bottom: 10rem;
  }

  .pc {
    display: none;
  }



  /* SP用のフローティングバナーを2個から1個にするために追加した内容 */

  .fbtnw p.fbtn {
    width: 80%;
    margin: 0;
  }

  .fbtnw p.fbtn a {
    margin: 0;
    padding: 1rem 1rem 1rem 3rem;
    /* line-height: 1.2; */
  }

  .mainvisual-title {
    padding-top: 3rem;
    font-size: 2rem !important;
  }

  .mainvisual-pic3 {
    top: 11rem;
  }

  .mainvisual {
    padding: 0 0 10rem;
  }

  .mainvisual-pic4 {
    bottom: -2rem;
  }

  .mainvisual-pic5 {
    bottom: 4rem;
  }

  section.introduction .common-title--02 {
    padding-top: 4rem;
  }

  .bg-beige {
    padding: 0 0 6rem;
  }

  section.solution-text {
    padding: 4rem 0;
  }

  section.solution-text .common-title--white {
    padding-top: 0;
  }

  section.solution-text .common-title--white .sm2 {
    font-size: 1.6rem;
  }

  section.solution-text .common-lead--white {
    text-align: left;
  }

  a.cta-btn {
    height: 7.4rem;
    font-size: 1.6rem;
    position: relative;
    border: 2px solid #fff;
    min-width: 29rem;
    height: 6.4rem;
    padding: 0 2.4rem 0 1.4rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, .12);
    transition: transform .2s, box-shadow .2s;
  }

  a.cta-btn.talk {
    background: #E84F7A;
  }

  a.cta-btn:after {
    content: "";
    background: url(https://www.cra-map.com/wp/wp-content/themes/wp001j/img/icon-btn-web.svg) no-repeat;
    background-size: 66%;
    position: absolute;
    width: 25px;
    height: 21px;
    right: -2px;
    top: 35%;
  }

  section.comparison .common-title--02 {
    padding-top: 2rem;
  }

  .job-card-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  #beige {
    margin: 0 0 10rem;
  }

  .bg-difference .l-center:before {
    top: -5rem;
  }

  .bg-difference .table-diff {
    margin-bottom: 3rem;
  }

  .bg-difference .table-wrap {
    margin: 0;
  }

  section.story {
    padding: 6rem 0;
  }

  section.story .box-day:last-child {
    margin: 6rem auto 0;
  }

  section.faq {
    padding-bottom: 4rem;
  }

  section.closing .box-summary__body {
    text-align: left;
  }

    .footer-bottom {
        padding: var(--s1) 0 8rem;
    }

/*20260402 start*/
p.fbtn.lp-c a {
    font-size: 17px;
	font-weight:bold;
    padding: 1rem 1rem 2rem 3rem;
}
/*20260401 end*/

  /* ここまで */

}
