.mB0 {
  margin-bottom: 0 !important;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 450px) {
  .only-sp {
    display: block;
  }
}
.only-pc {
  display: block;
}

@media screen and (max-width: 450px) {
  .only-pc {
    display: none;
  }
}
.middleMainTitleBannerArea {
  background-image: url(../images/middlemaintitle.png);
}

@media screen and (max-width: 450px) {
  .middleMainTitleBannerArea {
    background-image: url(../images/middlemaintitle@sp.png);
  }
}
.mainVisualText {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
  .mainVisualText {
    font-size: 4vw;
  }
}
.mainTitleBannerArea {
  height: 530px;
  position: relative;
}
.mainTitleBannerArea .inner02 {
  position: relative;
  display: block;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .mainTitleBannerArea {
    height: auto;
  }
}
.mainVisualContent {
  position: absolute;
  right: -130px;
  bottom: 40px;
  line-height: 1.2;
}

@media screen and (max-width: 450px) {
  .mainVisualContent {
    position: relative;
    right: auto;
    bottom: auto;
    height: 100%;
  }
}
.mainTitle01 {
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media screen and (max-width: 450px) {
  .mainTitle01 {
    font-size: 9vw;
  }
}
.mainVisualList {
  font-size: 18px;
  color: #fff;
}
.mainVisualList li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.mainVisualList li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/ic-mainvisuallist.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  flex-shrink: 0;
}

@media screen and (max-width: 450px) {
  .mainVisualList {
    position: relative;
    bottom: 3vh;
    left: 0;
    margin-top: 15vh;
  }
  .mainVisualList li {
    font-size: 3vw;
    margin-bottom: 1vh;
  }
  .mainVisualList li::before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
.about-executive-search {
  padding: 120px 0 60px;
}

@media screen and (max-width: 450px) {
  .about-executive-search {
    padding: 5vh 0 5vh;
  }
}
.section-title {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #157897;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #33bc3d;
}

@media screen and (max-width: 450px) {
  .section-title {
    font-size: 8vw;
    padding-bottom: 2vh;
    margin-bottom: 2vh;
  }
  .section-title::before {
    width: 10vw;
  }
}
.section-subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 450px) {
  .section-subtitle {
    font-size: 4.2vw;
    margin-bottom: 2vh;
  }
}
.section-description {
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 450px) {
  .section-description {
    font-size: 3.5vw;
    line-height: 1.75;
  }
}
.contact-button {
  opacity: 1;
  position: relative;
  text-align: center;
  margin: 0px 0 40px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 450px) {
  .contact-button {
    margin: 0px 0 0vh;
  }
}
.contact-button.nonactive {
  opacity: 0;
}

.contact-button-fixed {
  opacity: 0;
  position: relative;
  text-align: center;
  margin: 0px 0 40px;
  z-index: 90;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 450px) {
  .contact-button-fixed {
    margin: 0px 0 0;
  }
}
.contact-button-fixed.active {
  opacity: 1;
}

.contact-link {
  background-color: #33bc3d;
  color: #fff;
  font-size: 16px;
  padding: 30px 100px;
  border-radius: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  border-bottom: solid 6px #149A5A;
}
.contact-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 450px) {
  .contact-link {
    padding: 1.2vh 5vw;
    display: block;
    margin: 2vh 4vw;
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .contact-link::after {
    right: 4vw;
  }
}
.contact-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-right: 20px;
}

@media screen and (max-width: 450px) {
  .contact-text {
    font-size: 5.5vw;
    margin-right: 1vw;
  }
}
.our-strengths {
  margin-top: 130px;
}
.our-strengths .section-subtitle {
  margin-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .our-strengths {
    margin-top: 5vh;
    margin-bottom: 9vh;
  }
  .our-strengths .section-subtitle {
    margin-bottom: 4vh;
  }
}
.strength-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
.strength-title img {
  width: 90px;
  margin-right: 20px;
}

@media screen and (max-width: 450px) {
  .strength-title {
    font-size: 4vw;
  }
  .strength-title img {
    width: 70px;
    margin-right: 20px;
  }
}
.strength-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .strength-item {
    flex-direction: column;
    margin-bottom: 5vh;
  }
}
.strength-content {
  width: 60%;
  margin-right: 50px;
}

@media screen and (max-width: 450px) {
  .strength-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vh;
  }
}
.strength-description {
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 450px) {
  .strength-description {
    font-size: 3.5vw;
    line-height: 1.75;
  }
}
.strength-image {
  width: 40%;
}

@media screen and (max-width: 450px) {
  .strength-image {
    width: 100%;
  }
}
.supporting-positions {
  margin-bottom: 130px;
}

@media screen and (max-width: 450px) {
  .supporting-positions {
    margin-bottom: 8vh;
  }
}
.positions-content {
  background-color: #004459;
  padding: 50px 50px 50px 50px;
  border-radius: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
  .positions-content {
    padding: 3vh 2vh 1vh 2vh;
  }
}
.positions-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 450px) {
  .positions-title {
    font-size: 7vw;
    margin-bottom: 1vh;
  }
}
.positions-subtitle {
  font-size: 22px;
  color: #fff;
  margin-bottom: 40px;
  margin-left: 5px;
}

@media screen and (max-width: 450px) {
  .positions-subtitle {
    font-size: 3.5vw;
    margin-left: 1px;
  }
}
.positions-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.position-item {
  border: solid 1px #fff;
  width: calc(33.33% - 15px);
  margin-bottom: 20px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 4px 4px 0px rgb(50, 188, 61);
  font-weight: 700;
  font-size: 18px;
  min-height: 100px;
}

@media screen and (max-width: 450px) {
  .position-item {
    width: calc(50% - 10px);
    font-size: 3.5vw;
    min-height: 7vh;
    margin-bottom: 15px;
    padding: 10px 5px;
  }
  .position-item:first-child, .position-item:last-child {
    width: 100%;
  }
  .positions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.position-detail {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 450px) {
  .position-detail {
    font-size: 2.5vw;
  }
}
.search-system {
  margin-bottom: 130px;
}

@media screen and (max-width: 450px) {
  .search-system {
    margin-bottom: 8vh;
  }
}
.consultant-introduction {
  margin-bottom: 130px;
}

@media screen and (max-width: 450px) {
  .consultant-introduction {
    margin-bottom: 10vh;
  }
}
.consultant-slider {
  margin-bottom: 20px;
  position: relative;
}

.consultant-list {
  overflow: hidden;
}

.consultant-list .slick-list {
  width: 111%;
}

@media screen and (max-width: 450px) {
  .consultant-list .slick-list {
    width: 120%;
  }
}
.consultant-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 450px) {
  .consultant-item {
    margin-right: 4vw;
  }
  .slick-dotted.slick-slider {
    margin-right: -20px;
  }
}
.consultant-image {
  max-width: 268px;
}

.consultant-info {
  max-width: 268px;
  text-align: center;
}

.consultant-name {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}

@media screen and (max-width: 450px) {
  .consultant-name {
    font-size: 5vw;
  }
}
@media screen and (max-width: 450px) {
  .consultant-position {
    font-size: 3.5vw;
  }
}
.slick-arrows {
  position: relative;
  right: 20px;
}

@media screen and (max-width: 450px) {
  .slick-arrows {
    display: none;
  }
}
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev {
  left: auto;
  right: 25px;
}

.slick-dots {
  width: 90%;
  text-align: left;
  position: relative;
  bottom: 2px;
}

@media screen and (max-width: 450px) {
  .slick-dots {
    width: 100%;
  }
}
.more-link {
  margin-top: 20px;
}
.more-link a {
  color: #157897;
  font-size: 14px;
  font-weight: 700;
  border: solid 1px #157897;
  padding: 5px 35px 5px 30px;
  position: relative;
}
.more-link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../images/more-link.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 450px) {
  .more-link a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.2vh 0;
  }
}
.slick-dots li {
  background-color: #E2E2E2;
  margin: 0;
  height: 3px;
  width: 120px;
}

@media screen and (max-width: 450px) {
  .slick-dots li {
    width: 14%;
    height: 1vh;
  }
}
.slick-dots li.slick-active {
  background-color: #157897;
}

.consultant-note {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 450px) {
  .consultant-note {
    font-size: 3.5vw;
    line-height: 1.75;
  }
}
body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  position: relative;
  background-color: #fff;
  max-width: 1100px;
  max-height: 80vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.modal__container .modal__inner {
  padding: 60px;
  flex: 1;
  overflow-y: auto;
}

@media screen and (max-width: 450px) {
  .modal__container {
    width: 80%;
    max-height: 80vh;
  }
  .modal__container .modal__inner {
    padding: 3vh;
  }
}
.modal__header {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .modal__header {
    flex-direction: column;
    margin-bottom: 3vh;
    align-items: flex-start;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 3vh;
  }
}
.modal__image {
  width: 370px;
  margin-right: 75px;
}

@media screen and (max-width: 450px) {
  .modal__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vh;
  }
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  box-sizing: border-box;
  font-size: 32px;
  border-left: solid 3px #33bc3d;
  padding-left: 20px;
}
.modal__title span {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media screen and (max-width: 450px) {
  .modal__title {
    font-size: 7vw;
    padding-left: 3vw;
  }
  .modal__title span {
    font-size: 3vw;
  }
}
.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal__content {
  margin-top: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  border-left: solid 3px #33bc3d;
  padding-left: 10px;
}
.modal__content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}

@media screen and (max-width: 450px) {
  .modal__content h3 {
    font-size: 5vw;
  }
  .modal__content p {
    font-size: 3.5vw;
    line-height: 1.75;
    margin-bottom: 5vh;
  }
}
.modal__btn {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  cursor: pointer;
  line-height: 1.15;
  margin: 0;
  right: -40px;
  top: -40px;
  background: transparent;
}

@media screen and (max-width: 450px) {
  .modal__btn {
    width: 3.5vh;
    height: 3.5vh;
    right: -9vw;
    top: -4vh;
  }
}
.modal__btn::after {
  transform: rotate(-45deg);
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  cursor: pointer;
  color: #888;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (max-width: 450px) {
  .modal-nav {
    width: 20px;
    height: 20px;
  }
}
.modal-nav:hover {
  color: #000;
}

.modal-prev {
  left: -60px;
}

@media screen and (max-width: 450px) {
  .modal-prev {
    left: -30px;
  }
}
.modal-next {
  right: -60px;
}

@media screen and (max-width: 450px) {
  .modal-next {
    right: -30px;
  }
}
.search-process {
  margin-bottom: 130px;
}

@media screen and (max-width: 450px) {
  .search-process {
    margin-bottom: 0vh;
  }
}
.search-process__timeline {
  background-color: #004459;
  padding: 80px 65px;
  border-radius: 15px;
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 450px) {
  .search-process__timeline {
    padding: 3vh 2vh;
  }
}
.search-process__duration {
  width: 60px;
  writing-mode: vertical-rl;
}

.search-process__duration-text {
  width: 100%;
  background-color: #157897;
  text-align: center;
  padding: 0px 16px 20px;
  letter-spacing: 0.4em;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  height: 97%;
}
.search-process__duration-text:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #157897;
}

@media screen and (max-width: 450px) {
  .search-process__duration {
    width: 9vw;
  }
  .search-process__duration .search-process__duration-text {
    font-size: 3.5vw;
    padding: 0px 2vw 1.5vh;
  }
  .search-process__duration .search-process__duration-text:after {
    border-left: 4.6vw solid transparent;
    border-right: 4.6vw solid transparent;
  }
}
.search-process__steps {
  width: 90%;
}

@media screen and (max-width: 450px) {
  .search-process__steps {
    width: 84%;
  }
}
.search-process__step-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 45px;
  position: relative;
}
.search-process__step-item:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 18%;
  width: 16px;
  height: 16px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateX(-50%) rotate(135deg);
}
.search-process__step-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-process__step-item:last-child:after {
  display: none;
}

@media screen and (max-width: 450px) {
  .search-process__step-item {
    flex-direction: column;
    margin-bottom: 3vh;
    padding-bottom: 1vh;
  }
  .search-process__step-item:after {
    bottom: -1vh;
    left: 45%;
    width: 10px;
    height: 10px;
  }
}
.search-process__step-header {
  font-size: 24px;
  width: 320px;
}

@media screen and (max-width: 450px) {
  .search-process__step-header {
    font-size: 5vw;
    width: 100%;
    margin-bottom: 1vh;
  }
}
.search-process__step-label {
  font-size: 14px;
  background-color: #33bc3d;
  display: inline-flex;
  align-items: center;
  padding: 20px;
  margin-right: 40px;
  height: 30px;
  transform: translateY(-3px);
}

.search-process__step-number {
  font-size: 26px;
  padding-left: 10px;
}

@media screen and (max-width: 450px) {
  .search-process__step-label {
    font-size: 2.5vw;
    padding: 1vh 3vw;
    height: 2.5vh;
    margin-right: 3vw;
  }
  .search-process__step-label .search-process__step-number {
    font-size: 4vw;
    padding-left: 1vw;
  }
}
.search-process__step-description {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 450px) {
  .search-process__step-description {
    font-size: 3vw;
    line-height: 1.75;
  }
}
.search-process__note {
  font-size: 17px;
  line-height: 2;
}

@media screen and (max-width: 450px) {
  .search-process__note {
    font-size: 3.5vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 450px) {
  .topBtn {
    bottom: 30vw !important;
  }
}
.slick-dots li.slick-active button:before {
  display: none;
}

.slick-dots li button {
  display: none;
}

.topBtn {
  z-index: 110;
}