/*------------------------------------
転職サポートページ用CSS
------------------------------------*/

.column-inner{
  display: block;
}

img{
  border-radius: 30px;
}
.header-logo img,
.footer-menu-area .nemu-wrap .sns-link img{
  border-radius: 0px;
}

.inner-top {
  padding: 50px 0 80px;
}

/*あしらい*/
.image-dots{
  position: relative;
}

.section-1 p {
  font-size: 1.15rem;
  margin-bottom: 50px;
  line-height: 1.8;
}

h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
}
h3:after{
  border-bottom: 2px solid #0064FF;
}
h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-blue);
  margin-top: 0;
  margin-bottom: 0.75rem;
}

p {
  margin-bottom: 1.5rem;
}

/* Header sections */
.page-default-title, .default-title {
  margin-bottom: 2.5rem;
}

.sub-title {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 2rem;
  font-size: 1.15rem;
}

/* Column layouts */
.column-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.5rem;
  justify-content: space-between;
  border-top: 1px solid #5C5C5C;
  padding-top: 50px;
  gap: 40px;
}

.column-section p {
  margin-bottom: 0;
  font-size: 1.15rem;
}

.column-inner > span {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1rem;
  width: fit-content;
  position: relative;
  padding-right: 50px;
  transition: .3s;
  padding: 5px 50px 5px 20px;
  color: #000;
  border-bottom: none;
  border-left: 8px solid var(--color-blue);
  margin-bottom: 0;
}

.column-inner > span > span {
  color: var(--color-blue);
}

.column-section > div:first-of-type {
  width: 60%;
}

.section-2 .button-container {
  margin: 70px auto 0;
  text-align: center;
}

.column-inner h3 {
  border: unset;
  font-size: 1.5rem;
}
.column-inner h3::after {
  content: unset;
}
.column-section{
  flex-direction: row;
}

.column-section:nth-child(even) {
  flex-direction: row;
}

.section-3 .column-section:nth-child(even) {
  flex-direction: row-reverse;
}

.section-3 .column-section.support {
  flex-direction: row;
}
.column-section-3 {
  display: block;
}

.column-section-3 > div:first-of-type {
  width: 100%;
}

/* Image elements with dot patterns */
.image-dots {
  position: relative;
  width: 35%;
}

.image-dots img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  z-index: 1;
  position: relative;
}

.image-dots:after {
  content: "";
  width: 85px;
  height: 85px;
  background-image: url(../img/dots-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -10%;
  bottom: -10%;
  z-index: 1;
}

.column-section-2 .image-dots:after {
  right: -10%;
  left: unset;
}

/* Job categories area */
.job-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
}

.job-area > p {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.job-area > div {
  text-align: center;
  width: 18%;
  min-width: 120px;
  background-color: #F4F7F8;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.job-area img {
  max-width: 52px;
  margin-bottom: 0.5rem;
  border-radius: unset;
}

.job-area > div p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Support services grid */
.suopport-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0 130px;
}

.suopport-area > div {
  background-color: var(--color-lightgray);
  border-radius: 30px;
  padding: 2.5rem 1.5rem 2.5rem 2rem;
}

.suopport-area p {
  margin-bottom: 0;
}

h4{
  font-size: 24px;
  border-left: 7px solid var(--color-blue);
  padding-left: 16px;
}
.section-3 li{
  position: relative;
  margin-bottom: 25px;
  padding-left: 26px;
  font-size: 22px;
  font-weight: 600;
}
.section-3:last-of-type{
  margin-bottom: 0;
}
.section-3 li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(90%);
  width: 13px;
  height: 13px;
  border-radius: 100vh;
  background-color: var(--color-blue);
}

.no-border{
  border: none;
}

.ti-widget.ti-goog {
  text-align: left;
  padding: 40px 80px;
  background: #fff;
  border-radius: 30px;
}

/* Company slider */
.company-slider-wrap {
  margin: 20px 0;
}

/* FAQ section */
.faq-content {
  margin: 2rem 0;
}

.faq-block {
  background-color: white;
  border-radius: 20px;
  padding: 1.5rem 45px;
  margin-bottom: 15px;
  border: 1px solid #AABCD4;
}

.faq-block h3 {
  position: relative;
  padding-left: 5%;
  padding-bottom: 0;
  cursor: pointer;
  margin: 0;
  font-size: 1.3rem;
  border: none;
  width: 95%;
}

.faq-block h3:before,
.faq-block p:after {
  content: "Q";
  display: block;
  width: auto;
  height: auto;
  color: #000;
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.faq-block p:after {
  content: "A";
}

.faq-block h3:after{
  content: "+";
  display: block;
  width: auto;
  height: auto;
  color: #000;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: -5%;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  border: none;
  text-align: center;
  overflow: unset;
}

.faq-block p {
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 5%;
  font-size: 1.1rem;
  position: relative;
  line-height: 1.4;
  width: 95%;
}

.faq-block a {
  color: var(--color-blue);
  text-decoration: none;
}

/* Archive page styles */
.our-support-img {
  width: 100%;
}

.section-margin {
  margin-top: 100px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.flex-2column-container {
  margin-bottom: 120px;
}

.section-3 ul {
  margin: 0;
}
.bg-cercle-dots {
  width: 33vw;
  height: 33vw;
  position: absolute;
  top: 0vw;
  right: -18vw;
  z-index: 0;
}
.section-1 .bg-cercle-dots {
  left: -18vw;
}
.flex-2column-container .image-content .image-dots img{
  border-radius: 0;
}
.company-slide img {
  border-radius: 0;
}
@media (max-width: 768px) {
  .section-1 .default-title {
    margin: 50px 0;
  }
  .section-1 .default-title p.small-title{
    margin-bottom: 0;
  }
  img{
    border-radius: 15px;
  }
  .default-title .big-title{
    line-height: 1.3;
  }
  .job-area {
    gap: 10px;
  }
  .job-area > div {
    width: calc((100% - 20px) / 3);
    padding: 15px;
    border-radius: 10px;
    min-width: unset;
  }
  .job-area img {
    width: 45%;
  }
  .section-1 .job-area p {
    margin-bottom: 20px;
  }
  .section-1 .job-area > div p {
    margin-bottom: 0;
  }

  .archive-container {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .ti-review-item {
    flex: 1 1 100%;
  }
  /* Header sections */
  .page-default-title,
  .default-title {
    margin: 20px 0;
  }
  .section-1 p {
    font-size: 0.9rem;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .section-1 p.sp-small{
    font-size: 0.9rem;
  }

  /* Column layouts */
  .column-section {
    flex-direction: column;
    gap: 20px;
  }

  .column-section p {
    margin-bottom: 0;
    font-size: 0.9rem;
  }

  .column-inner > span {
    font-size: 1.6rem;
  }

  .column-section > div:first-of-type {
    width: 100%;
  }

  .column-inner h3 {
    border: unset;
    font-size: 1.1rem;
    margin: 1.5em 0 1.2em;
  }
  .image-dots {
    position: relative;
    width: 100%;
  }

  .suopport-area {
    grid-template-columns: none;
    gap: 1.5rem;
    margin: 40px auto;
  }

  .suopport-area > div {
    border-radius: 15px;
    padding: 1.3rem;
  }

  .suopport-area p {
    margin-bottom: 0;
  }

  h3{
    font-size: 1.1rem;
  }

  h4{
    font-size: 16px;
    border-left: 7px solid var(--color-blue);
    padding-left: 16px;
  }

  .column-section > div:first-of-type{
    width: 100%;
  }

  .column-section.no-border{
    padding-top: 30px;
  }

  .column-section:nth-child(even){
    flex-direction: column;
  }

  .section-3 ul{
    margin: 0;
  }

  .section-3 li{
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .section-3 li::before{
    content: "";
    width: 10px;
    height: 10px;
    transform: translateY(50%);
  }

  .ti-widget.ti-goog {
    padding: 2rem 1rem;
    border-radius: 15px;
  }

  .flex-2column-container .image-content{
    margin: 20px auto 50px;
  }

  .faq-block {
    border-radius: 15px;
    padding: 1rem 1.5rem;
  }

  .faq-block h3,
  .faq-block p{
    padding-left: 1rem;
    font-size: 0.9rem;
    width: 100%;
  }

  .faq-block p{
    margin: 1.2rem 0 0 0;
  }

  .faq-block h3:before,
  .faq-block p:after {
    width: 18px;
    height: 18px;
    font-size: 16px;
    left: -9px;
    top: 0;
  }
  .faq-block h3:after {
    width: 18px;
    height: 18px;
    top: 0;
    right: -9px;
    font-size: 18px;
  }

  .inner-top {
    padding: 0 0 50px;
  }

  .flex-2column-container {
    margin-bottom: 15px;
  }

  .section-3 .column-section:nth-child(even) {
    display: block;
  }

  .section-3 .image-dots {
    margin-top: 30px;
  }
  .before-footer .inner{
    padding-top: 0;
  }
  .before-footer.section-consulting .inner{
    padding-top: 50px;
  }
  .sub-title {
    max-width: 100%;
    margin: 0 auto 1.5rem;
    font-size: 0.9rem;
  }
  .section-5 .default-title {
    margin-bottom: 40px;
  }
  p {
    font-size: 0.9rem;
  }
}
@media (max-width: 400px) {
  .page-service_support .company-slide .slick-dots {
    bottom: -55px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px){
  .image-dots {
    text-align: center;
  }
  .image-dots:after{
    left: 0%;
    bottom: -10%;
  }
  .column-section-2 .image-dots:after{
    right: -10%;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 768px) {
  .job-area > div {
    width: calc((100% - 3rem) / 3);
  }
}
