@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.tbl-r05 td:first-child {
  background: #fbf5f5;
}

.sticky_area {
  position: fixed;
  bottom: 180px;
  /* z-index: 3; */
  z-index: 99;
  right: 0;
}

.sticky_area a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  width: 200px;
  height: 100px;
  padding: 10px 30px 10px 10px;
  z-index: 1;
  background: #1ea592;
  border: 3px solid #2b2b2b;
  margin-bottom: 20px;
  box-shadow: 0 6px #3c3c3c;
  top: 0;
  border-radius: 5px;
}

.sticky_area a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://www.turnaround-professional-career.com/wp/wp-content/uploads/arrow-04-black-right.png) no-repeat center right / var(--s3) auto;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  transform: translate(0, -50%);
  background-size: 18px;
}

.sticky_area a:hover {
  top: 4px;
  box-shadow: 0 0 #3c3c3c;
}

.main-area--low h3:not([class]),
.summary-box-01,
.main-area--low h2:not([class]) {
  z-index: 0;
}

.lp-block-intro2  thead th {
    background-color: #0553a5;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
.lp-block-intro2  thead th:nth-child(2) {
    background-color: #1ea592; 
    position: relative;
  }

/*20260309*/
.sticky_area.scroll {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.sticky_area.scroll.is-show {
  opacity: 1;
  visibility: visible;
}

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

@media screen and (min-width: 768px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .side-banner-001 {
    position: fixed;
    bottom: 15rem;
    width: 250px;
    right: 0;
    z-index: 9999;
    background: url(img/side-banner-bg-01.jpg) no-repeat top center / cover;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .header-menu {
    justify-content: space-between;
    padding: var(--s1) var(--s2);
  }

  .main-area.lp .mv-block {
    padding: 210px 0 0;
  }

  .main-area.lp .mv-block .mv-block__inner.l-column-03.l-center {
    align-items: start;
  }

  .main-area.lp .mv-button {
    display: flex !important;
    align-items: end;
    gap: 20px;
  }

  .main-area.lp .mv-button.sp {
    display: none !important
  }

  .main-area.lp .mv-button .micro {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
  }

  .main-area.lp .mv-text-wrapper {
    writing-mode: inherit;
  }

  .main-area.lp .mv-text-wrapper p {
    font-size: 18px;
    margin: 0 0 40px;
    line-height: 1.7;
  }

  .main-area.lp .mv-text-wrapper p span {
    color: var(--site-color01);
    font-size: 28px;
    font-weight: 700;
  }

  .lock-block-02 {
    height: 80vh;
  }

  body.is-pin .introduction-block {
    min-height: 80vh;
    padding-top: 18rem;
  }

  .lp-block-intro h2 {
    margin-bottom: var(--s6);
    color: #fff;
    font-size: 4.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.33;
  }

  .lp-block-intro p {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
  }

  .lp-block-intro2 {
    background: #fff;
    margin: 40px 0 0;
    padding: 100px 0;
  }

  .lp-block-intro2 table {
    background: #fff;
    margin: 0 auto;
    max-width: 110rem;
  }

  .lp-block-intro2 table tbody tr td {
    text-align: left;
  }

  .lp-block-about {
    background: var(--site-color03);
    margin: 0 auto;
    padding: 100px 0 0;
  }

  .lp-block-about .inner {
    background: #fff;
    margin: 0 auto;
    max-width: 110rem;
    padding: var(--s6);
  }

  .lp-block-cv {
    background: #fff;
    padding: 100px 0;
  }

  .lp-block-cv .micro {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .lp-block-cv .btn-web {
    margin: 10px auto 0;
  }

  .lp-block-cv .btn-web a {
    font-size: 3.6rem;
    padding: var(--s2) 0;
    width: 60rem;
  }

  .lp-block-voice {
    background: var(--site-color08);
    padding: 100px 0 50px;
  }

  .lp-block-voice h2 {
    text-align: center;
  }

  .voice-box-wrap {
    display: flex;
    gap: var(--s3);
    margin: 0 auto;
    max-width: 110rem;
  }

  .voice-box {
    flex: 1;
  }

  .voice-box-head {
    border: solid 4px var(--site-color04);
    text-align: center;
    line-height: 1.5;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 18px;
    padding: 1rem 0;
    background: #fff;
  }

  .voice-box-photo {
    margin: 0 auto 20px;
  }

  .voice-box-photo img {
    display: block;
    margin: 0 auto 10px;
    width: 200px;
  }

  .voice-box-photo div {
    text-align: center;
    font-size: 14px;
  }

  .voice-box-text {
    background: #fff;
    border: solid 2px var(--site-color04);
    border-radius: 10px;
    padding: 1rem;
    min-height: 640px;
  }

  .lp-block-worries {
    background: var(--site-color08);
    padding: 50px 0 100px;
  }

  .lp-block-worries h2 {
    text-align: center;
  }

  .main-area .lp-block-worries ul {
    background: #fff;
    margin: 0 auto;
    max-width: 110rem;
    border: solid 2px var(--site-color04);
    border-radius: 10px;
    padding: 2rem;
  }

  .lp-block-career-path {
    background: #fff;
    padding: 100px 0 50px;
  }

  .lp-block-career-path h2 {
    text-align: center;
  }

  .career-path-img img {
    display: block;
    margin: 0 auto;
    max-width: 110rem;
  }

  .lp-block-career {
    background: #fff;
    padding: 50px 0 0;
  }

  .lp-block-career h2 {
    text-align: center;
    margin-bottom: var(--s7);
  }

  .lp-block-row {
    margin: 0 auto 70px;
    max-width: 110rem;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }

  .lp-block-row:last-child {
    margin: 0 auto;
  }

  .lp-block-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    max-width: 200px;
  }

  .lp-block-image .caption {
    text-align: left;
  }

  .lp-block-people {
    grid-column: 2;
    grid-row: 1;
    background: var(--site-color08);
    padding: 1rem;
  }

  .lp-block-people span {
    font-weight: 700;
    font-size: 20px;
    display: block;
  }

  .lp-block-career-image {
    grid-column: 3 / span 3;
    grid-row: 1;
    display: flex;
    align-items: center;
  }

  .lp-block-career-image>div {
    align-items: center;
    background: var(--site-color01);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 20px 0 0;
    height: 100px;
    width: 100px;
  }

  .lp-block-career-image>img {
    display: block;
    height: 32px;
    width: 32px;
    margin: 0 20px 0 0;
  }

  .lp-block-comment {
    grid-column: 2 / span 4;
    grid-row: 2;
    border: solid 4px var(--site-color04);
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    align-items: center;
  }

  .lp-block-requirements {
    background: #fff;
  }

  .lp-block-requirements h2 {
    text-align: center;
  }

  .lp-block-requirements h3 {
    color: var(--site-color01);
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
  }

  .lp-block-requirements table {
    margin: 0 auto 50px;
    max-width: 110rem;
  }

  .lp-block-requirements table:last-child {
    margin: 0 auto;
  }

  .lp-block-requirements table tr th:first-child {
    width: 200px;
  }

  .lp-block-requirements table tr td {
    text-align: left;
  }

  .lp-block-question {
    background: #fff;
    padding: 0 0 50px;
  }

  .lp-block-question .inner {
    margin: 0 auto;
    max-width: 110rem;
  }

  .lp-block-question h3 {
    margin: 0 0 3rem;
    padding: 0 var(--s2) var(--s-2);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    z-index: 1;
  }

  .lp-block-question h3::after {
    content: "";
    width: 100%;
    height: var(--s3);
    background: var(--site-color03);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }

  .lp-block-cv2 {
    background: #fff;
    padding: 0 0 50px;
  }

  .lp-block-cv2 .inner {
    margin: 0 auto;
    max-width: 110rem;
  }

  .lp-block-cv2 h2 {
    margin: 0 0 3rem;
    padding: var(--s1) var(--s5);
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .lp-block-cv2 h2::before {
    content: "";
    width: 10.8rem;
    height: 100%;
    background: url("img/h2-bg-01.svg") no-repeat right top/10.2rem auto;
    border-left: 0.4rem solid var(--site-color05);
    position: absolute;
    top: 0;
    left: var(--s-2);
    z-index: -1;
  }

  .lp-block-cv2 h2::after {
    content: "";
    width: 150%;
    height: 100%;
    background: var(--site-color01);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    transform-origin: right top;
    transform: skew(-16deg, 0);
  }

 .main-area.lp .mv-text-wrapper p
 {
        font-size: 2.6rem;
        margin: 0 0 17px;
        line-height: 1.7;
        font-weight: 700;
    }

.skills-block {
    padding-top: 0rem;
    margin-top: 0rem;
}

.lock-block-02 {
        height: 65vh;
    }
	
.voice-box-photo div {
        text-align: center;
        font-size: 16px;
}
	
	
	
}



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

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

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .header-menu.is-show {
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .bnrsp {
    background: #f7fe28;
    font-size: 2.4rem;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    width: 100%;
    padding: 2rem 2rem 2rem 0;
  }

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

  .page-top.is-show {
    opacity: 1;
    visibility: visible;
    bottom: 11rem;
  }

  .tbl-r05 {
    width: 100%;
  }

  .tbl-r05 .thead {
    display: none;
  }

  .tbl-r05 tr {
    width: 100%;
  }

  .tbl-r05 td {
    display: block;
    text-align: left;
    width: 100%;
  }

  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }

  .sp {
    display: block !important
  }

  .pc {
    display: none !important
  }

  .sticky_area {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6px;
    width: 100%;
    right: unset;
  }

  .sticky_area a {
    width: 100%;
    height: 90px;
    padding: 8px 40px 8px 8px;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: unset;
  }

  .sticky_area a::before {
    background-size: 14px;
  }

  .main-area.lp .mv-block__inner.l-column-03.l-center {
    gap: var(--s3);
  }

  .main-area.lp .mv-text-wrapper p {
    line-height: 1.7;
  }

  .main-area.lp .mv-text-wrapper p span {
    color: var(--site-color01);
    font-size: 22px;
    font-weight: 700;
  }

  .main-area.lp .mv-button {
    margin: 0 auto;
  }

  .main-area.lp .mv-button .btn-internal {
    margin: 0 auto var(--s3);
  }

  .main-area.lp .mv-button .btn-internal .micro {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
  }

  .lp-block-intro h2 {
    margin-bottom: var(--s6);
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.33;
    font-size: 2.6rem;
  }

  .lp-block-intro p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }

  .lp-block-intro2 {
    margin: 20px auto;
    width: 94%;
  }

  .lp-block-intro2 .note {
    text-align: center;
    margin: 0 0 10px;
  }

  .lp-block-intro2 .table-scroll {
    border: solid 1px #C7C7C7;
    overflow-x: scroll;
    max-height: 400px;
  }

  .lp-block-intro2 table {
    table-layout: fixed;
    font-size: 13px;
    width: 1200px;
  }

  .lp-block-intro2 table thead {
    display: table;
  }

  .lp-block-intro2 table tbody {
    display: table;
  }

  .lp-block-intro2 table tr {
    display: table-row;
  }

  .lp-block-intro2 table tr th {
    display: table-cell;
    width: 270px;
  }

  .lp-block-intro2 table thead tr th:first-child {
    width: 120px;
  }

  .lp-block-intro2 table tbody tr th:first-child {
    width: 120px;
  }

  .lp-block-intro2 table tr td {
    display: table-cell;
    text-align: left;
    width: 270px;
  }

  .lp-block-about {
    background: var(--site-color03);
    padding: 20px 0 0;
  }

  .lp-block-about .inner {
    background: #fff;
    margin: 0 auto;
    max-width: 110rem;
    padding: var(--s2);
    width: 94%;
  }

  .lp-block-about .inner p {
    margin: 0 auto 10px;
  }

  .lp-block-cv {
    margin: 60px 0;
  }

  .lp-block-cv .micro {
    font-size: 14px;
    text-align: center;
  }

  .lp-block-cv .btn-web {
    margin: 10px auto 0;
    width: 94%;
  }

  .lp-block-cv .btn-web a {
    font-size: 24px;
  }

  .lp-block-voice {
    background: var(--site-color08);
    padding: 50px 0 25px;
  }

  .lp-block-voice h2 {
    text-align: center;
  }

  .voice-box-wrap {
    margin: 0 auto;
    width: 94%;
  }

  .voice-box {
    margin: 0 0 20px;
  }

  .voice-box:last-child {
    margin: 0;
  }

  .voice-box-head {
    border: solid 4px var(--site-color04);
    text-align: center;
    line-height: 1.5;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 1rem 0;
    background: #fff;
  }

  .voice-box-body {
    background: #fff;
    border: solid 2px var(--site-color04);
    border-radius: 10px;
    padding: 1rem;
  }

  .voice-box-photo {
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
    width: 100px;
  }

  .voice-box-photo img {
    margin: 0 0 10px;
  }

  .lp-block-worries {
    background: var(--site-color08);
    padding: 25px 0 50px;
  }

  .lp-block-worries h2 {
    text-align: center;
  }

  .main-area .lp-block-worries ul {
    background: #fff;
    border: solid 2px var(--site-color04);
    border-radius: 10px;
    padding: 2rem;
    width: 94%;
  }

  .lp-block-career-path {
    padding: 50px 0 25px;
  }

  .lp-block-career-path h2 {
    text-align: center;
  }

  .lp-block-career-path img {
    display: block;
    margin: 0 auto;
    width: 94%;
  }

  .lp-block-career {
    padding: 25px 0 0;
  }

  .lp-block-career h2 {
    text-align: center;
    margin-bottom: var(--s5);
  }

  .lp-block-row {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 60px;
    column-gap: 10px;
    width: 94%;
  }

  .lp-block-image {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    max-width: 170px;
  }

  .lp-block-image img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
    width: auto;
  }

  .lp-block-image .caption {
    text-align: left;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .lp-block-people {
    background: var(--site-color08);
    font-size: 14px;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding: 1rem;
    width: auto;
  }

  .lp-block-people span {
    font-weight: 700;
    font-size: 20px;
    display: block;
  }

  .lp-block-career-image {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    display: flex;
    align-items: center;
    margin: 20px 0;
  }

  .lp-block-career-image>div {
    align-items: center;
    background: var(--site-color01);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 10px 0 0;
    height: 80px;
    width: 80px;
    font-size: 14px;
  }

  .lp-block-career-image>div:last-child {
    margin: 0;
  }

  .lp-block-career-image>img {
    display: block;
    height: 32px;
    width: 32px;
    margin: 0 10px 0 0;
  }

  .lp-block-comment {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    border: solid 4px var(--site-color04);
    border-radius: 10px;
    padding: 1rem;
  }

  .lp-block-requirements h2 {
    text-align: center;
  }

  .lp-block-requirements h3 {
    color: var(--site-color01);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
  }

  .lp-block-requirements table {
    margin: 0 auto 40px;
    width: 94%;
  }

  .lp-block-requirements table thead tr:first-child {
    display: none;
  }

  .lp-block-requirements table tr td {
    text-align: left;
  }

  .lp-block-question {
    margin: 0 0 40px;
  }

  .lp-block-question .inner {
    margin: 0 auto;
    width: 94%;
  }

  .lp-block-question h3 {
    padding: 0 var(--s-2) var(--s-2);
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px;
  }

  .lp-block-question h3::after {
    content: "";
    width: 100%;
    height: var(--s3);
    background: var(--site-color03);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }

  .lp-block-cv2 {
    margin: 0 0 60px;
  }

  .lp-block-cv2 .inner {
    margin: 0 auto;
    width: 94%;
  }

  .lp-block-cv2 h2 {
    margin: 2em 0 1em;
    padding: var(--s1) var(--s5);
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: var(--s1) var(--s3);
    font-size: 2.2rem;
  }

  .lp-block-cv2 h2::before {
    content: "";
    width: 10.8rem;
    height: 100%;
    background: url("img/h2-bg-01.svg") no-repeat right top/10.2rem auto;
    border-left: 0.4rem solid var(--site-color05);
    position: absolute;
    top: 0;
    left: var(--s-2);
    z-index: -1;
  }

  .lp-block-cv2 h2::after {
    content: "";
    width: 150%;
    height: 100%;
    background: var(--site-color01);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    transform-origin: right top;
    transform: skew(-16deg, 0);
    transform: skew(-8deg, 0);
  }

.mv-copy img {
max-width: 66%;
    }
	
.mv-block {
        padding-top: 12.8rem;
        padding-bottom: var(--s0);
}

.skills-block {
        padding-top: var(--s4);
        margin-top: 0rem;
}
	
.mv-block {
        padding-top: 5.8rem;
        padding-bottom: var(--s0);
}
    
.main-area.lp .mv-text-wrapper p {
        line-height: 1.7;
        text-align: center;
}
	
	
}
