@charset "UTF-8";
/****************************************************************************
        TOP
****************************************************************************/
/**      メインビジュアル      **/
section.main-visual {
  width: 100%;
  height: 740px;
  position: relative;
}
section.main-visual::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/mv-bg.png);
  background-position: left center;
}

.mv-copy_area {
  max-width: 680px;
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 5;
}

.mv-copy_en {
  width: 100%;
  transform: translateX(30px);
  opacity: 0;
}
.mv-copy_en img {
  width: 100%;
}

.mv-copy_jp {
  font-size: 24px;
  text-align: right;
  transform: translateX(30px);
  opacity: 0;
}
.mv-copy_jp span {
  font-size: 48px;
}

section.mission-sec {
  position: relative;
  padding: 120px 0;
}
section.mission-sec::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/journal-bg.png);
  width: 100%;
  height: 100%;
}

h2.mission-title_en {
  font-size: 64px;
  font-weight: normal;
  line-height: 1;
}

p.mission-title_line {
  width: 1px;
  height: 50px;
  background: #0E0C7C;
  margin: 40px auto;
}

h3.mission-title_jp {
  font-size: 32px;
}

p.mission-main_text {
  font-size: 16px;
  margin-top: 64px;
}

p.mission-end_text {
  margin-top: 64px;
  font-size: 26px;
}

.mission-btn {
  width: -moz-max-content;
  width: max-content;
  margin: 64px auto 0;
}

section.reasons-sec {
  padding: 90px 0;
  position: relative;
}
section.reasons-sec::after {
  content: "JOURNEYS";
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 14vw;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
  color: #f5f5f5;
}

h2.reasons-title_en {
  font-size: 80px;
  letter-spacing: 0.08em;
}
h2.reasons-title_en span {
  margin: 0 10px;
  display: inline-block;
}

h3.reasons-title_jp {
  font-size: 24px;
  letter-spacing: 0.08em;
}
h3.reasons-title_jp span {
  margin: 0 5px;
  display: inline-block;
}

p.reasons-main_text {
  margin-top: 64px;
  font-size: 16px;
}

ul.reasons-list_area {
  margin-top: 72px;
}

li.reasons-list_wrap {
  margin-bottom: 40px;
  border: solid 1px #D9D9D9;
  background-color: rgba(255, 255, 255, 0.8549019608);
  padding: 5%;
  gap: 40px;
  justify-content: center;
}

.reasons-list-title_wrap {
  gap: 24px;
}

p.reasons-list_number {
  font-size: 64px;
}

p.reasons-list_catch {
  font-size: 42px;
  line-height: 1.1;
}

p.reasons-list_line {
  width: 1px;
  height: 80%;
  background: #0E0C7C;
}

.reasons-list_text_area {
  max-width: 760px;
  width: 100%;
}

p.reasons-list-text_en {
  font-size: 16px;
}

h3.reasons-list_title {
  font-size: 24px;
  margin-top: 16px;
}

p.reasons-list_text {
  font-size: 16px;
  margin-top: 40px;
}

.reasons-btn {
  width: -moz-max-content;
  width: max-content;
  margin: 60px auto 0;
}

section.consultants-sec {
  position: relative;
  padding: 70px 0;
}
section.consultants-sec:before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/journal-bg.png);
  width: 100%;
  height: 100%;
}

.consul-sec_container {
  background-color: #fff;
  padding: 60px;
}

.consul-top_title {
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

h2.consul-title_en {
  font-size: 60px;
  letter-spacing: 0.08em;
}

h3.consul-title_jp {
  font-size: 24px;
  letter-spacing: 0.08em;
}

p.consul-text_wrap {
  max-width: 640px;
}

.consul-owner_area {
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  row-gap: 32px;
  margin-top: 64px;
}

.consul-owner_img {
  max-width: 600px;
  width: 100%;
}
.consul-owner_img img {
  width: 100%;
}

p.owner-profile-position {
  font-size: 14px;
}

h3.owner-profile_name {
  font-size: 32px;
  margin-top: 16px;
  font-weight: bold;
}

p.owner-profile_text {
  font-size: 16px;
  margin-top: 40px;
}

.consul-btn {
  width: -moz-max-content;
  width: max-content;
  margin: 60px auto 0;
}

section.column-sec {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: 180px 0;
}
section.column-sec::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/column-bg.png);
}

.column-sec_container {
  justify-content: space-between;
  width: 90%;
  margin: auto 0 auto auto;
}

.column-title_wrap {
  width: 16%;
}

h2.column-title_en {
  writing-mode: vertical-lr;
  font-size: 60px;
}

h3.column-title_jp {
  font-size: 24px;
  text-align: center;
}

.column-contents_area {
  width: 76%;
}

.column-slider_area {
  margin-top: 80px;
}

li.column-item {
  max-width: 360px;
  width: 100%;
  margin: 0 40px 0 0;
}

.column-thumnail {
  width: 100%;
  height: 260px;
}
.column-thumnail img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.column-info_wrap {
  justify-content: space-between;
  margin-top: 14px;
  align-items: center;
}

.column-category {
  width: -moz-max-content;
  width: max-content;
  padding: 3px 12px;
  background-color: #fff;
  border: solid 1px #a7a7a7;
  border-radius: 45px;
  font-size: 10px;
  font-weight: bold;
}

.column-date {
  font-size: 10px;
}

h3.column-title_area {
  font-size: 16px;
  margin-top: 16px;
}

p.column-text_area {
  font-size: 14px;
  margin-top: 24px;
}

section.topics-sec {
  position: relative;
  padding: 70px 0;
}
section.topics-sec:before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/journal-bg.png);
  width: 100%;
  height: 100%;
}

h2.topics-title_en {
  font-size: 60px;
}

h3.topics-title_jp {
  font-size: 26px;
}

ul.topics-list_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  gap: 40px;
}

li.topics-item {
  max-width: 360px;
  width: 100%;
  margin: 0 40px 0 0;
}

.topics-thumnail {
  width: 100%;
  height: 260px;
}
.topics-thumnail img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.topics-info_wrap {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 14px;
  align-items: center;
}

.topics-category {
  width: -moz-max-content;
  width: max-content;
  padding: 3px 12px;
  background-color: #fff;
  border: solid 1px #a7a7a7;
  border-radius: 45px;
  font-size: 10px;
  font-weight: bold;
}

.topics-date {
  font-size: 10px;
}

h3.topics-title_area {
  font-size: 16px;
  margin-top: 16px;
}

.topics-btn {
  width: -moz-max-content;
  width: max-content;
  margin: 60px auto 0;
}

section.recruit-sec {
  max-width: 1400px;
  width: 90%;
  margin: 140px auto 0;
  position: relative;
  padding-bottom: 7%;
}

.recruit-text_en {
  position: absolute;
  top: -14%;
  right: 0;
  font-size: clamp(56px, 14.5vw, 240px);
  z-index: 7;
  color: #f1f1f1;
}

.recruit-sec_container {
  justify-content: space-between;
}

.recruit-sec_img {
  max-width: 840px;
  width: 70%;
}
.recruit-sec_img img {
  width: 100%;
}

.recruit-text_area {
  width: 64%;
  z-index: 5;
  background-color: #fff;
  padding: 7% 4%;
  gap: 60px;
  position: absolute;
  top: 28%;
  right: 0;
}

.recruit-title_wrap {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}

h2.recruit-title_en {
  font-size: 46px;
}

h3.recruit-title_jp {
  font-size: 26px;
}

h3.recruit-title_head {
  font-size: 32px;
  font-weight: 500;
  color: #3A4756;
}

.recruit-text_wrap {
  max-width: 540px;
}

p.recruit-message_text {
  font-size: 16px;
  margin-top: 40px;
}

.recruit-btn {
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 0 0;
}

/****************************************************************************
        下層ページ
****************************************************************************/
/**      会社概要      **/
p.mission-text_wrap {
  font-size: 16px;
  max-width: 920px;
  margin: 60px auto 0;
}

.mission-owner_sign {
  max-width: 920px;
  margin: 60px auto 0;
}
.mission-owner_sign img {
  max-width: 240px;
}

aside.loop-text_anime {
  width: 100%;
  overflow-x: hidden;
  gap: 40px;
}
aside.loop-text_anime p {
  font-size: 140px;
  font-weight: 200;
  white-space: nowrap;
  color: rgba(14, 12, 124, 0.1764705882);
  animation: loopTextAnime 20s linear infinite;
}

@keyframes loopTextAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.company-profile-sec {
  margin-top: 140px;
}

ul.company-list_area {
  width: 86%;
  margin: 60px 0 auto auto;
}

li.company-list_wrap {
  justify-content: flex-start;
  gap: 40px;
  row-gap: 24px;
  margin-bottom: 32px;
}

.company-list_head {
  font-size: 18px;
  width: 40%;
  border-bottom: dotted 1px #d3d3d3;
  padding-bottom: 32px;
  padding-left: 24px;
}

p.company-list_text {
  font-size: 18px;
  width: 60%;
  border-bottom: dotted 1px #d3d3d3;
  padding-left: 24px;
}

/**      コラム      **/
h2.category-top_head {
  font-size: 24px;
}

ul.category-btn_wrap {
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
}

li.category-btn {
  width: 33.3333%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  border-radius: 45px;
  cursor: pointer;
  background-color: #9695C2;
}
li.category-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

li.current-category {
  transition: .6s;
}
li.current-category:hover {
  background-color: #0E0C7C;
}

section.article-sec {
  margin-top: 80px;
}

h2.article-title_en {
  font-size: 54px;
}

h3.article-title_jp {
  margin-top: 16px;
  font-size: 24px;
}

ul.article-list_area {
  margin-top: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  row-gap: 32px;
}

li.article-list_wrap {
  width: 100%;
}

.article-thumnail {
  width: 100%;
  height: 260px;
}
.article-thumnail img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.article-info_top {
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

p.article-category {
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  border-radius: 45px;
  font-size: 10px;
  border: solid 1px #000;
}

span.article-date {
  font-size: 12px;
}

h3.article-title_head {
  font-size: 16px;
  margin-top: 16px;
}

/**      コンサルタント紹介      **/
section.page-consultants-sec {
  margin-top: 120px;
}

.consultants-list_container {
  margin-top: 80px;
  justify-content: space-between;
}
.consultants-list_container:last-child {
  padding-top: 80px;
  border-top: dotted 1PX #aeaeae;
}

.consultants-profile_img {
  max-width: 600px;
}
.consultants-profile_img img {
  width: 100%;
}

.consultants-profile_text {
  max-width: 580px;
}

.consultants-profile_top {
  gap: 36px;
  align-items: center;
}

.consultants-number_wrap {
  text-align: center;
}
.consultants-number_wrap p {
  font-size: 12px;
  line-height: 1.6;
}
.consultants-number_wrap span {
  font-size: 54px;
  line-height: 1;
}

.consultants-name_wrap p {
  font-size: 16px;
}
.consultants-name_wrap span {
  font-size: 32px;
  line-height: 1.6;
}

.consultants-profile_wrap {
  margin-top: 48px;
}

li.consultants-list_wrap {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: dotted 1px #aeaeae;
}
li.consultants-list_wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

h3.consultants-list_head {
  font-size: 24px;
}

p.consultants-list_text {
  margin-top: 24px;
  font-size: 16px;
}

.consultants-advisor_area {
  margin-top: 80px;
}

ul.advisor-list_area {
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}

li.advisor-list_wrap {
  width: 48%;
  max-width: 520px;
  background-color: #F7F7F7;
  padding: 32px;
  border: solid 1px #e3e3e3;
}

h3.advisor-list_head {
  font-size: 16px;
}

p.advisor-name {
  font-size: 24px;
}

.advisor-career_wrap {
  margin-top: 24px;
}

h4.advisor-career {
  font-size: 18px;
}

p.advisor-text {
  font-size: 16px;
  margin-top: 32px;
}

.page-recruit-top_message {
  font-size: 5vw;
}

.page-recruit-message_container {
  position: relative;
  padding: 120px 0;
  margin-top: 120px;
}
.page-recruit-message_container::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/recruit-message_bg.jpg);
  background-position: center center;
}

.page-recruit-message_area {
  justify-content: center;
  gap: 60px;
}

h2.page-recruit-message_head {
  font-size: 32px;
  writing-mode: vertical-rl;
}

p.page-recruit-message_text {
  font-size: 16px;
  writing-mode: vertical-rl;
  line-height: 4;
  text-orientation: upright;
}

.recruit-thoughts-sec {
  margin-top: 80px;
}

ul.thoughts-list_area {
  max-width: 920px;
  margin: 60px auto 0;
}

li.thoughts-list_wrap {
  margin-bottom: 18px;
  gap: 24px;
  padding: 12px;
  align-items: center;
}

.thoughts-check_icon img {
  vertical-align: bottom;
}

p.thoughts-text {
  font-size: 20px;
  font-weight: bold;
}

p.thoughts-last_message {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}

section.benefits-sec {
  margin-top: 80px;
  padding: 80px 0;
  position: relative;
}
section.benefits-sec::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/journal-bg.png);
}

p.structure-top_message {
  font-size: 24px;
  margin-top: 40px;
  font-weight: 500;
}

p.structure-message_text {
  margin-top: 40px;
  font-size: 16px;
}

.structure-chart_img {
  max-width: 750px;
  margin: 60px auto 0;
}
.structure-chart_img img {
  width: 100%;
}

section.recruit-information-sec {
  margin-top: 80px;
  padding: 60px 0;
  position: relative;
}
section.recruit-information-sec::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #F8F8F8;
}

ul.recruit-information-list {
  margin-top: 60px;
}

li.recruit-information_wrap {
  margin-bottom: 32px;
  background-color: #fff;
  padding: 32px;
  gap: 24px;
}
li.recruit-information_wrap:last-child {
  margin-bottom: 0;
}

h3.recruit-information_head {
  min-width: 220px;
  font-size: 18px;
  font-weight: bold;
}

p.recruit-information_text {
  font-size: 18px;
}

/**      コンサルタント紹介      **/
.page-service-top_message {
  margin-bottom: 60px;
}

.border-line {
  max-width: 1280px;
  margin: 60px auto;
  height: 1px;
  background-color: #e0e0e0;
}

.page-service-list_container {
  margin: 60px auto;
}

.page-service-title_wrap {
  justify-content: space-between;
  align-items: self-start;
  gap: 80px;
  row-gap: 32px;
}

.service-bg01_text, .service-bg02_text, .service-bg03_text {
  position: relative;
}
.service-bg01_text::before, .service-bg02_text::before, .service-bg03_text::before {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: lighter;
  white-space: nowrap;
  font-size: 7vw;
  color: rgba(173, 173, 173, 0.1764705882);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-bg01_text::before {
  content: "Strengths01";
}

.service-bg02_text::before {
  content: "Strengths02";
}

.service-bg03_text::before {
  content: "Strengths03";
}

h2.page-service-title_en {
  font-size: 56px;
}

h3.page-service-title_jp {
  font-size: 32px;
}

h2.service-title_en {
  font-size: 32px;
}

h3.service-title_jp {
  font-size: 18px;
}

.page-service-top_text {
  font-size: 32px;
  max-width: 500px;
}
.page-service-top_text span {
  font-size: 16px;
}
.page-service-top_text p {
  font-size: 14px;
  margin-top: 24px;
}

p.page-service_message {
  margin-top: 40px;
  font-size: 16px;
}

.service-phase_img, .honesty-img {
  margin: 40px auto 0;
  text-align: center;
}

.honesty-wrap {
  margin-top: 60px;
}

.service-btn {
  margin: 40px 0 0 0;
  width: -moz-max-content;
  width: max-content;
}

.connect-list_area {
  margin-top: 50px;
}

.connect-list_wrap {
  justify-content: center;
  align-items: center;
  gap: 60px;
  row-gap: 32px;
}

.connect-text_area {
  max-width: 580px;
}

.connect-img_area {
  max-width: 620px;
}
.connect-img_area img {
  width: 100%;
}

/**      お問い合わせ      **/
.page-contact-sec {
  padding: 60px;
  position: relative;
}
.page-contact-sec::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #f3f3f3;
  border-radius: 32px;
}

p.contact-top_message {
  margin-top: 40px;
  font-size: 26px;
}

p.contact-top_text {
  margin-top: 40px;
  font-size: 16px;
}

.contact-form_area {
  margin: 60px auto 0;
  max-width: 960px;
}

li.contact-input_wrap {
  margin-bottom: 32px;
  align-items: flex-start;
}

.contact-input_head {
  width: 220px;
  align-items: center;
  gap: 10px;
}

span.required, span.option {
  width: -moz-max-content;
  width: max-content;
  padding: 2px 8px;
  font-size: 10px;
}

span.required {
  color: #d02727;
}

span.option {
  color: #484848;
}

.contact-input {
  max-width: 460px;
}
.contact-input input, .contact-input select, .contact-input textarea {
  width: 520px;
  height: 40px;
  border: solid 1px #f8f8f8;
  background-color: #fff;
  font-size: 16px;
  padding: 6px;
}
.contact-input textarea {
  height: 220px;
  resize: none;
}

.contact-submit {
  width: 220px;
  margin: 40px auto 0;
  text-align: center;
}
.contact-submit input {
  width: 220px;
  height: 38px;
  font-size: 16px;
  border-radius: 45px;
  text-align: center;
  cursor: pointer;
  background-color: #0E0C7C;
  color: #fff;
  border: none;
}


.article-main_contents {
  max-width: 920px;
  margin: 40px auto 80px;
}
.article-single_thumnail {
  width: 100%;
}
.article-single_thumnail img {
  width: 100%;
  height: auto;
}
h2.single-title_head {
  font-size: clamp(20px, 4.5vw, 32px);
  margin-top: 32px;
}
.article-btn {
  width: 240px;
  margin: 60px auto 0;
}
.article-contents {
  margin-top: 40px;
}
.contact-policy_check {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 6px;
    font-size: 14px;
    text-align: center;
}
.contact-policy_check a {
  font-size: 14px;
    text-decoration: underline;
    text-underline-position: under;
    color: #0E0C7C;
}


/****************************************************************************
        レスポンシブ
****************************************************************************/
/**      1200px以下      **/
@media screen and (max-width: 1200px) {
  .recruit-text_area {
    width: 80%;
  }
  h2.recruit-title_en {
    font-size: 34px;
  }
  h3.recruit-title_jp {
    font-size: 18px;
  }
  h3.recruit-title_head {
    font-size: 24px;
  }
  p.recruit-message_text {
    margin-top: 24px;
  }
}
/**      781px以上      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
/**      780px　以下      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  section.main-visual {
    width: 100%;
    height: 740px;
    position: relative;
  }
  section.main-visual::before {
    content: "";
    display: block;
    background-size: cover;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background-image: url(../images/mv-bg_sp.png);
    background-position: left center;
  }
  .mv-copy_area {
    max-width: 620px;
    position: absolute;
    bottom: 20%;
    right: 5%;
  }
  .mv-copy_en {
    width: 100%;
    transform: translateX(30px);
    opacity: 0;
  }
  .mv-copy_en img {
    width: 100%;
  }
  .mv-copy_jp {
    font-size: 16px;
    text-align: right;
    transform: translateX(30px);
    opacity: 0;
  }
  .mv-copy_jp span {
    font-size: 28px;
  }
  section.mission-sec {
    padding: 80px 0;
  }
  h2.mission-title_en {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
  }
  p.mission-title_line {
    width: 1px;
    height: 20px;
    margin: 16px auto;
  }
  h3.mission-title_jp {
    font-size: 32px;
  }
  p.mission-main_text {
    font-size: 16px;
    margin-top: 40px;
  }
  p.mission-end_text {
    margin-top: 40px;
    font-size: 26px;
  }
  .mission-btn {
    width: 100%;
    margin: 64px auto 0;
  }
  section.reasons-sec {
    padding: 90px 0;
    position: relative;
  }
  section.reasons-sec::after {
    content: "JOURNEYS";
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-size: 14vw;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
    color: #f5f5f5;
  }
  h2.reasons-title_en {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
  h3.reasons-title_jp {
    font-size: 24px;
    letter-spacing: 0.08em;
  }
  p.reasons-main_text {
    margin-top: 32px;
    font-size: 14px;
  }
  ul.reasons-list_area {
    margin-top: 48px;
  }
  li.reasons-list_wrap {
    margin-bottom: 40px;
    padding: 24px;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .reasons-list-title_wrap {
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  p.reasons-list_number {
    font-size: 20px;
  }
  p.reasons-list_catch {
    font-size: 24px;
  }
  p.reasons-list_line {
    display: none;
  }
  .reasons-list_text_area {
    max-width: 760px;
    width: 100%;
  }
  p.reasons-list-text_en {
    font-size: 14px;
    text-align: center;
  }
  h3.reasons-list_title {
    font-size: 20px;
    margin-top: 16px;
    text-align: left;
  }
  p.reasons-list_text {
    font-size: 14px;
    margin-top: 24px;
    text-align: left;
  }
  .reasons-btn {
    margin: 24px auto 0;
  }
  section.consultants-sec {
    padding: 40px 0;
  }
  .consul-sec_container {
    padding: 26px;
  }
  .consul-top_title {
    flex-wrap: wrap;
  }
  h2.consul-title_en {
    font-size: 60px;
  }
  h3.consul-title_jp {
    font-size: 24px;
  }
  p.consul-text_wrap {
    max-width: 640px;
    margin-top: 24px;
  }
  .consul-owner_area {
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 24px;
    margin-top: 40px;
  }
  p.owner-profile-position {
    font-size: 14px;
  }
  h3.owner-profile_name {
    font-size: 20px;
    margin-top: 16px;
  }
  p.owner-profile_text {
    font-size: 16px;
    margin-top: 24px;
  }
  .consul-btn {
    width: 100%;
    margin: 40px auto 0;
  }
  section.column-sec {
    padding: 80px 0 40px;
  }
  .column-sec_container {
    justify-content: space-between;
    width: 100%;
    margin: auto 0 auto auto;
  }
  .column-title_wrap {
    width: 16%;
  }
  h2.column-title_en {
    writing-mode: vertical-lr;
    font-size: 32px;
  }
  h3.column-title_jp {
    font-size: 20px;
    text-align: center;
  }
  .column-contents_area {
    width: 76%;
  }
  .column-slider_area {
    margin-top: 60px;
  }
  li.column-item {
    max-width: 260px;
    width: 100%;
    margin: 0 20px 0 0;
  }
  .column-thumnail {
    width: 100%;
    height: 180px;
  }
  .column-thumnail img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .column-info_wrap {
    justify-content: space-between;
    margin-top: 14px;
    align-items: center;
  }
  .column-date {
    font-size: 10px;
  }
  h3.column-title_area {
    font-size: 16px;
    margin-top: 16px;
  }
  p.column-text_area {
    font-size: 14px;
    margin-top: 24px;
  }
  section.topics-sec {
    padding: 40px 0;
  }
  h2.topics-title_en {
    font-size: 60px;
  }
  h3.topics-title_jp {
    font-size: 26px;
  }
  ul.topics-list_area {
    grid-template-columns: auto;
    margin-top: 40px;
    gap: 20px;
    row-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  li.topics-item {
    max-width: 340px;
    width: 100%;
    margin: 0 40px 0 0;
  }
  .topics-thumnail {
    width: 100%;
    height: 260px;
  }
  .topics-thumnail img {
    width: 100%;
  }
  .topics-info_wrap {
    justify-content: flex-start;
    gap: 12px;
    margin-top: 14px;
    align-items: center;
  }
  .topics-category {
    width: -moz-max-content;
    width: max-content;
    padding: 3px 12px;
    background-color: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 45px;
    font-size: 10px;
    font-weight: bold;
  }
  .topics-date {
    font-size: 10px;
  }
  h3.topics-title_area {
    font-size: 16px;
    margin-top: 16px;
  }
  .topics-btn {
    width: 100%;
    margin: 60px auto 0;
  }
  section.recruit-sec {
    width: 90%;
    margin: 60px auto 0;
    position: relative;
    padding-bottom: 7%;
  }
  .recruit-text_en {
    top: 0%;
    right: 0;
    z-index: 7;
    color: #f1f1f1;
  }
  .recruit-sec_container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recruit-sec_img {
    max-width: 840px;
    width: 100%;
  }
  .recruit-sec_img img {
    width: 100%;
  }
  .recruit-text_area {
    width: 100%;
    padding: 7% 4%;
    position: unset;
    flex-wrap: wrap;
    gap: 32px;
  }
  .recruit-title_wrap {
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
  }
  h2.recruit-title_en {
    font-size: 56px;
    top: 20%;
  }
  h3.recruit-title_jp {
    font-size: 20px;
  }
  h3.recruit-title_head {
    font-size: 24px;
  }
  .recruit-text_wrap {
    max-width: 540px;
  }
  p.recruit-message_text {
    font-size: 14px;
    margin-top: 20px;
  }
  .recruit-btn {
    width: 100%;
    margin: 50px auto 0 0;
  }
  /****************************************************************************
          下層ページ
  ****************************************************************************/
  /**      会社概要      **/
  p.mission-text_wrap {
    font-size: 16px;
    margin: 40px auto 0;
  }
  .mission-owner_sign {
    margin: 40px auto 0;
  }
  .mission-owner_sign img {
    max-width: 200px;
  }
  aside.loop-text_anime {
    gap: 20px;
  }
  aside.loop-text_anime p {
    font-size: 100px;
    font-weight: 200;
  }
  section.company-profile-sec {
    margin-top: 140px;
  }
  ul.company-list_area {
    width: 100%;
    margin: 40px 0 auto auto;
  }
  li.company-list_wrap {
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
  }
  .company-list_head {
    font-size: 18px;
    width: 100%;
    border-bottom: unset;
    padding-bottom: 0px;
    padding-left: 12px;
    color: #0E0C7C;
  }
  p.company-list_text {
    font-size: 18px;
    width: 100%;
    border-bottom: dotted 1px #d3d3d3;
    padding-left: 12px;
    padding-bottom: 32px;
  }
  /**      コラム      **/
  h2.category-top_head {
    font-size: 24px;
  }
  ul.category-btn_wrap {
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  li.category-btn {
    width: 47%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
  }
  section.article-sec {
    margin-top: 60px;
  }
  h2.article-title_en {
    font-size: 40px;
  }
  h3.article-title_jp {
    margin-top: 16px;
    font-size: 20px;
  }
  ul.article-list_area {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 24px;
    row-gap: 24px;
    flex-wrap: wrap;
  }
  li.article-list_wrap {
    width: 100%;
  }
  .article-thumnail {
    width: 100%;
  }
  .article-thumnail img {
    width: 100%;
  }
  .article-info_top {
    margin-top: 14px;
  }
  p.article-category {
    font-size: 10px;
  }
  span.article-date {
    font-size: 12px;
  }
  h3.article-title_head {
    font-size: 16px;
    margin-top: 12px;
  }
  /**      コンサルタント紹介      **/
  section.page-consultants-sec {
    margin-top: 80px;
  }
  .consultants-list_container {
    margin-top: 80px;
    flex-wrap: wrap;
  }
  .consultants-profile_text {
    max-width: 580px;
    margin-top: 24px;
  }
  .consultants-profile_top {
    gap: 18px;
  }
  .consultants-number_wrap p {
    font-size: 10px;
  }
  .consultants-number_wrap span {
    font-size: 46px;
  }
  .consultants-name_wrap p {
    font-size: 16px;
  }
  .consultants-name_wrap span {
    font-size: 26px;
  }
  .consultants-profile_wrap {
    margin-top: 32px;
  }
  li.consultants-list_wrap {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  h3.consultants-list_head {
    font-size: 20px;
  }
  p.consultants-list_text {
    margin-top: 24px;
    font-size: 14px;
  }
  .consultants-advisor_area {
    margin-top: 60px;
  }
  ul.advisor-list_area {
    gap: 32px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  li.advisor-list_wrap {
    width: 100%;
    max-width: 520px;
    padding: 24px;
  }
  h3.advisor-list_head {
    font-size: 16px;
  }
  p.advisor-name {
    font-size: 24px;
    margin-top: 10px;
  }
  .advisor-career_wrap {
    margin-top: 24px;
  }
  h4.advisor-career {
    font-size: 18px;
  }
  p.advisor-text {
    font-size: 16px;
    margin-top: 20px;
  }
  .page-recruit-top_message {
    font-size: 8vw;
  }
  .page-recruit-message_container {
    padding: 60px 0;
    margin-top: 80px;
  }
  .page-recruit-message_area {
    justify-content: center;
    gap: 24px;
    flex-direction: row-reverse;
  }
  h2.page-recruit-message_head {
    font-size: 20px;
  }
  p.page-recruit-message_text {
    font-size: 14px;
    writing-mode: unset;
    line-height: 2;
    text-orientation: upright;
  }
  .recruit-thoughts-sec {
    margin-top: 60px;
  }
  ul.thoughts-list_area {
    margin: 60px auto 0;
  }
  li.thoughts-list_wrap {
    margin-bottom: 14px;
    min-height: 76px;
    gap: 16px;
  }
  .thoughts-check_icon img {
    width: 26px;
    height: 26px;
  }
  p.thoughts-text {
    font-size: 16px;
  }
  p.thoughts-last_message {
    font-size: 16px;
    margin-top: 32px;
  }
  section.benefits-sec {
    margin-top: 60px;
    padding: 40px 0;
  }
  p.structure-top_message {
    font-size: 16px;
    margin-top: 24px;
  }
  p.structure-message_text {
    margin-top: 40px;
    font-size: 14px;
  }
  .structure-chart_img {
    max-width: 750px;
    margin: 40px auto 0;
  }
  section.recruit-information-sec {
    margin-top: 60px;
    padding: 40px 0;
  }
  ul.recruit-information-list {
    margin-top: 40px;
  }
  li.recruit-information_wrap {
    margin-bottom: 20px;
    padding: 16px;
    gap: 16px;
    flex-wrap: wrap;
  }
  h3.recruit-information_head {
    min-width: 100%;
    font-size: 18px;
    font-weight: bold;
  }
  p.recruit-information_text {
    font-size: 16px;
  }
  /**      コンサルタント紹介      **/
  .page-service-top_message {
    margin-bottom: 60px;
  }
  .border-line {
    margin: 60px auto;
  }
  .page-service-list_container {
    margin: 120px auto;
  }
  .service-bg01_text, .service-bg02_text, .service-bg03_text {
    position: relative;
  }
  .service-bg01_text::before, .service-bg02_text::before, .service-bg03_text::before {
    display: block;
    font-family: "futura-pt", sans-serif;
    font-weight: lighter;
    white-space: nowrap;
    font-size: 8vw;
    color: rgba(173, 173, 173, 0.555);
    position: absolute;
    top: -50px;
    left: 0;
  }
  .service-bg01_text::before {
    content: "Strengths01";
  }
  .service-bg02_text::before {
    content: "Strengths02";
  }
  .service-bg03_text::before {
    content: "Strengths03";
  }
  .page-service-title_wrap {
    align-items: self-start;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 32px;
  }
  h2.page-service-title_en {
    font-size: 36px;
  }
  h3.page-service-title_jp {
    font-size: 20px;
  }
  .page-service-top_text {
    font-size: 24px;
    max-width: 540px;
  }
  .page-service-top_text span {
    font-size: 16px;
  }
  .page-service-top_text p {
    font-size: 16px;
    margin-top: 24px;
  }
  p.page-service_message {
    margin-top: 60px;
    font-size: 16px;
  }
  .service-phase_img, .honesty-img {
    margin: 60px auto 0;
    max-width: 460px;
  }
  .service-phase_img img, .honesty-img img {
    width: 100%;
  }
  .honesty-wrap {
    margin-top: 80px;
  }
  .service-btn {
    margin: 40px 0 0 0;
    width: 100%;
  }
  .connect-list_area {
    margin-top: 80px;
  }
  .connect-list_wrap {
    gap: 32px;
    row-gap: 32px;
    flex-wrap: wrap;
  }
  .connect-text_area {
    max-width: 580px;
  }
  .connect-img_area {
    max-width: 620px;
  }
  .connect-img_area img {
    width: 100%;
  }
  /**      お問い合わせ      **/
  .page-contact-sec {
    padding: 40px 24px;
    position: relative;
  }
  p.contact-top_message {
    margin-top: 40px;
    font-size: 20px;
  }
  p.contact-top_text {
    margin-top: 40px;
    font-size: 14px;
  }
  li.contact-input_wrap {
    margin-bottom: 26px;
    display: block;
  }
  .contact-input_head {
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  .contact-input {
    margin-top: 10px;
  }
  .contact-input input, .contact-input select, .contact-input textarea {
    width: 100%;
    font-size: 14px;
  }
  .contact-input textarea {
    height: 180px;
    resize: none;
  }
}
/**      SP  480px以下      **/




.wpcf7 p {
display: inline;
}






.article-contents {
  max-width: 960px;
  margin: 0 auto;
  width: 90%;
}

/* ---------------------------------------
   見出し（余白 + 装飾）
--------------------------------------- */
.article-contents h2,
.article-contents h3,
.article-contents h4,
.article-contents h5 {
  font-weight: 700;
  line-height: 1.4;
  margin: 2.4em 0 1.2em;
  padding-bottom: 0.35em;
  padding-left: 20px;
  border-bottom: 1px solid #848484;
}

/* h2 が最も強い */
.article-contents h2 {
  font-size: 1.9rem;
  background-color: #ebebeb;
}

/* h3 */
.article-contents h3 {
  font-size: 1.5rem;
}

/* h4 */
.article-contents h4 {
  font-size: 1.25rem;
}

/* h5 */
.article-contents h5 {
  font-size: 1.1rem;
}

/* ---------------------------------------
   段落
--------------------------------------- */
.article-contents p {
  margin: 1.5em 0;
  padding: 0;
}

/* ---------------------------------------
   div（グループ化）
--------------------------------------- */
.article-contents div {
  margin: 2em 0;
  padding: 0;
}

/* ---------------------------------------
   span（軽い強調）
--------------------------------------- */
.article-contents span {
  padding: 0 2px; /* ほんの少しだけ余白 */
}

/* ---------------------------------------
   strong（強調）
--------------------------------------- */
.article-contents strong {
  font-weight: 700;
  padding: 0 2px;
}

/* ---------------------------------------
   余白共通最適化
--------------------------------------- */
.article-contents p,
.article-contents div,
.article-contents span {
  line-height: 1.8;
}

/* ---------------------------------------
   レスポンシブ
--------------------------------------- */
@media (max-width: 768px) {
  .article-contents {
    font-size: 0.95rem;
    padding: 5px 0;
  }

  .article-contents h2 {
    font-size: 1.6rem;
    margin: 2em 0 1em;
  }
  .article-contents h3 {
    font-size: 1.35rem;
    margin: 2em 0 1em;
  }
  .article-contents h4 {
    font-size: 1.15rem;
    margin: 1.8em 0 0.9em;
  }
  .article-contents h5 {
    font-size: 1rem;
    margin: 1.6em 0 0.8em;
  }

  .article-contents p {
    margin: 1.2em 0;
  }

  .article-contents div {
    margin: 1.6em 0;
  }
}



.wpcf7-response-output {
  display: none;
}