/*
Theme Name: hd-global-consulting
*/

@charset "UTF-8";

.c-blue {
  color: #284C99;
}

.c-white {
  color: #fff;
}

.c-red {
  color: #D81A31;
}

.c-black {
  color: #000 !important;
}

.bg-blue {
  background-color: #284C99;
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: #D81A31;
}

.bg-gray {
  background-color: #EBEBEB;
}

.bd-black {
  border-bottom: solid 1px #000 !important;
}

.c-green {
  color: #42633E;
}

.bg-green {
  background-color: #42633E;
}

/**  TOP
****************************************************************************/
/**      メインビジュアル      **/
section.main-visual {
  width: 100%;
  height: 860px;
  margin: 10px auto 0;
  position: relative;
}

section.main-visual-en {
  width: 100%;
  height: 860px;
  margin: 10px auto 0;
  position: relative;
}

section.main-visual::before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  background-image: url(../images/mv.jpg);
  background-position: center center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

section.main-visual-en::before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  background-image: url(../images/mv.jpg);
  background-position: center center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

p.mv-copyright {
  font-size: 10px;
  writing-mode: vertical-lr;
  position: absolute;
  top: 50%;
  right: 10px;
}

.scroll-area {
  position: absolute;
  bottom: 0;
  left: 10px;
}

p.scroll-text {
  font-size: 10px;
  writing-mode: vertical-lr;
}

p.scroll-line {
  position: relative;
  width: 1px;
  height: 90px;
  top: 10px;
  left: 50%;
  background-color: #d9d9d9;
}

p.scroll-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #42633E;
  position: absolute;
}

.main-visual_container {
  width: 90%;
  height: 860px;
  margin: 0 auto;
  position: relative;
}

.main-visual_container-en {
  width: 90%;
  height: 860px;
  margin: 0 auto;
  position: relative;
}

.main-catch_area {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
}

.main-catch_area-en {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-10%, -50%);
}

h1.main-catch {
  font-size: 50px;
  font-weight: bold;
  color: #204695;
  margin-bottom: 50px;
}

h1.main-catch-en {
  font-size: 50px;
  font-weight: bold;
  color: #42633E;
  margin-bottom: 50px;
}

span.border {
  width: 300px;
  height: 2px;
  background-color: #42633E;
  display: block;
}

p.sub-cacth {
  margin-top: 50px;
  font-size: 24px;
  color: #42633E;
  font-weight: bold;
}

p.sub-cacth-en {
  margin-top: 50px;
  font-size: 24px;
  color: #204695;
  font-weight: bold;
  width: 75%;
  word-break: break-word;
  white-space: normal;
}


.mv-btn {
  margin-top: 40px;
}

section.about-sec {
  margin-top: 90px;
}

.about-centrair_logo {
  max-width: 440px;
  margin: 0 auto;
}

.about-centrair_logo img {
  width: 100%;
}

p.centrair-text {
  font-size: 12px;
  color: #c3c3c3;
}

p.centrair-text-en {
  font-size: 12px;
  color: #AEAEAE;
  font-weight: 500;
  align-items: center;
}

p.centrair-message {
  font-size: 16px;
  margin-top: 40px;
}

p.centrair-message-en {
  font-size: 16px;
  margin-top: 40px;
  word-break: break-word;
  white-space: normal;
}

.wp-user-section {
  padding: 11em 0 4em;

  @media screen and (max-width: 780px) {
    padding: 7em 0 3em;
  }
}

.news-sec_container {
  justify-content: center;
  gap: 160px;
}

p.news-sec_message {
  margin-top: 40px;
  font-size: 16px;
}

p.news-sec_message-en {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  max-width: 360px;
  width: 100%;
}


section.column-sec {
  /* margin-top: 100px; */
  padding: 150px 0 70px;
  /* background-color: #f7f7f7; */
}

.column-sec_container_wp {
  justify-content: center;
  gap: 160px;
}

p.column-sec_message_wp {
  /* margin-top: 40px; */
  font-size: 16px;
}

p.column-sec_message-en_wp {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  max-width: 360px;
  width: 100%;
}

li.news-list_wp {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #B3B3B3;
}

li.news-list_wp:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.news-date_wp {
  font-size: 12px;
  color: #a4a4a4;
  font-weight: bold;
}

.news-title_wp {
  font-size: 16px;
  margin-top: 16px;
}

.news-btn_wp {
  margin-top: 25px;
}

section.information-sec {
  margin-top: 110px;
}

ul.info-list_area {
  margin-top: 60px;
}

li.info-list {
  margin-right: 20px;
}

.info-img {
  width: 300px;
  height: 220px;
}

.info-img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-text_area {
  width: 320px;
  height: 220px;
  padding: 30px;
  border: solid 1px #d8d8d8;
}

.info-date {
  font-size: 12px;
  color: #a4a4a4;
}

.info-title {
  font-size: 16px;
  margin-top: 16px;
}

.info-title-en {
  font-size: 16px;
}

.info-text {
  font-size: 12px;
  margin-top: 16px;
}

section.service-sec {
  margin-top: 120px;
}

.service-list_area {
  padding: 80px 0;
}

.service-list_container {
  justify-content: center;
  gap: 70px;
  align-items: center;
}

.service-list_img {
  max-width: 540px;
  width: 100%;
  height: 320px;
}

.service-list_img-en {
  max-width: 540px;
  width: 100%;
  height: 320px;
}

.service-list_img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.service-list_img-en img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.service-text_area {
  max-width: 640px;
}

span.service-number {
  font-size: 24px;
  font-weight: bold;
}

span.service-number-en {
  font-size: 24px;
  font-weight: bold;
}

h3.service-title_head {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

h3.service-title_head-en {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

p.service-text {
  font-size: 16px;
  margin-top: 40px;
}

p.service-text-en {
  font-size: 18px;
  margin-top: 50px;
  font-weight: 500;
  word-break: break-word;
  white-space: normal;
  text-align: justify;
}

.service-btn {
  margin-top: 30px;
}

section.brand-sec {
  margin-top: 120px;
}

ul.brand-list_area {
  margin-top: 50px;
  justify-content: center;
  gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
}

li.brand-list {
  width: 320px;
  margin-right: 20px;
  margin-left: 20px;
}

li.brand-list-en {
  width: 280px;
  height: 473px;
}

.brand-img {
  width: 320px;
  height: 170px;
}

.brand-img-en {
  max-width: 330px;
  width: 100%;
  height: 330px;
}

.img-brand-en {
  max-width: 330px;
  width: 100%;
  height: 330px;
  object-fit: fill;
}

.brand-img img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

h3.brand-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
}

h3.brand-title-en {
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
  word-break: break-word;
  white-space: normal;
}

p.brand-text {
  font-size: 16px;
  margin-top: 10px;
}

p.brand-text-en {
  font-size: 18px;
  margin-top: 10px;
  word-break: break-word;
  white-space: normal;
}

/**  個別記事
****************************************************************************/
.page-main_area h2 {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.page-main_area h2::before {
  content: "";
  display: block;
  background-image: url(../images/h2-title_head.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-main_area h3 {
  font-size: 18px;
  font-weight: bold;
  color: #42633E;
  padding-left: 16px;
  border-left: solid 4px #42633E;
  margin: 30px 0;
}

.page-main_area h4 {
  font-size: 18px;
  font-weight: bold;
  color: #42633E;
  margin: 30px 0;
}

.page-main_area img {
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  margin: 20px 0;
}

.page-main_area p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.archive-date {
  font-size: 14px;
  color: #42633E;
}

.archive-title {
  font-size: 20px;
  font-weight: bold;
  color: #42633E;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px #42633E;
}

.page-contents {
  margin-top: 30px;
}

.prev-next {
  margin: 60px auto 0;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
}

.prev-next a {
  font-size: 14px;
}

/**  会社概要
****************************************************************************/
section.mission-sec {
  padding: 70px 0;
  margin-top: 110px;
}

.mission-list_area {
  margin-top: 70px;
}

.mission-list_container {
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.mission-list_img {
  max-width: 540px;
  width: 100%;
  height: 320px;
}

.mission-list_img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.mission-text_area {
  max-width: 540px;
}

p.mission-text {
  font-size: 16px;
}

section.message-sec {
  padding: 70px 0;
  margin-top: 110px;
}

.message-list_area {
  margin-top: 70px;
}

.message_container {
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.message-list_img {
  max-width: 400px;
  width: 100%;
  height: 400px;
}

.message-list_img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.message-text_area {
  max-width: 540px;
}

p.message-text {
  font-size: 16px;
}

section.company-sec {
  margin-top: 90px;
  padding: 70px 0;
}

ul.company-info_area {
  max-width: 900px;
  margin: 50px auto 0;
}

li.company-info {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #fff;
  flex-wrap: wrap;
  row-gap: 20px;
}

li.company-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.company-info_head {
  width: 220px;
  font-size: 16px;
  color: #fff;
}

.company-info_text {
  max-width: 680px;
  font-size: 16px;
  color: #fff;
}

.jp-company-logo-img {
  text-align: center;
  margin-top: 30px;

  & img {
    max-width: 150px;
  }
}

.news-mai_area-en {
  max-width: 520px;
  width: 100%;
}

/**  レスポンシブ
****************************************************************************/
/**      PC      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}

/**      780以下      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }

  /**  TOP
  ****************************************************************************/
  /**      メインビジュアル      **/
  section.main-visual {
    width: 90%;
    height: 640px;
    margin: -35px auto 0;
    position: relative;
  }

  section.main-visual-en {
    width: 90%;
    height: 640px;
    margin: -35px auto 0;
    position: relative;
  }

  section.main-visual::before {
    width: 100%;
  }

  section.main-visual-en::before {
    width: 100%;
  }

  p.mv-copyright {
    display: none;
  }

  .scroll-area {
    display: none;
  }

  .main-visual_container {
    height: 640px;
  }

  .main-visual_container-en {
    height: 640px;
  }

  .main-catch_area {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
  }

  .main-catch_area-en {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-10%, -50%);
  }

  h1.main-catch {
    font-size: 28px;
    margin-bottom: 20px;
  }

  h1.main-catch-en {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  span.border {
    width: 130px;
    height: 1px;
  }

  p.sub-cacth {
    margin-top: 20px;
    font-size: 16px;
  }

  p.sub-cacth-en {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
    width: 100%;
  }

  .mv-btn {
    margin-top: 40px;
  }

  section.about-sec {
    margin-top: 60px;
  }

  .about-centrair_logo {
    max-width: 280px;
  }

  p.centrair-text {
    font-size: 12px;
  }

  p.centrair-message {
    font-size: 14px;
    margin-top: 30px;
  }

  p.centrair-message-en {
    font-size: 14px;
    margin-top: 30px;
    width: 95%;
  }

  wp-user-section {
    padding: 8em 0 3em;
  }

  .news-sec_container {
    display: block;
  }

  .news-title_area_wp {
    margin-bottom: 40px;
  }

  p.news-sec_message_wp {
    margin-top: 40px;
    font-size: 14px;
  }

  section.column-sec {
    /* margin-top: 60px; */
    padding: 150px 0 50px;
  }

  .column-sec_container_wp {
    display: block !important;
  }

  .news-title_area_wp {
    margin-bottom: 40px;
  }

  p.column-sec_message_wp {
    margin-top: 40px;
    font-size: 14px;
  }

  li.news-list_wp {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .news-date_wp {
    font-size: 12px;
  }

  .news-title_wp {
    font-size: 14px;
    margin-top: 16px;
  }

  .news-btn {
    margin: 25px auto 0;
  }

  section.information-sec {
    margin-top: 90px;
  }

  ul.info-list_area {
    margin-top: 40px;
  }

  li.info-list {
    margin: 10px;
    display: block;
  }

  .info-img {
    width: 270px;
    height: 170px;
  }

  .info-img img {
    width: 100%;
    height: 170px;
  }

  .info-text_area {
    width: 270px;
    height: 170px;
    padding: 15px;
  }

  .info-date {
    font-size: 12px;
    color: #a4a4a4;
  }

  .info-title {
    font-size: 16px;
    margin-top: 16px;
  }

  .info-title-en {
    font-size: 16px;
  }

  .info-text {
    font-size: 12px;
    margin-top: 16px;
  }

  section.service-sec {
    margin-top: 90px;
  }

  .service-list_area {
    padding: 50px 0;
  }

  .service-list_container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .service-list_img {
    max-width: 460px;
    width: 100%;
    height: 280px;
  }

  .service-list_img-en {
    max-width: 460px;
    width: 100%;
    height: 196px;
  }

  .service-list_img img {
    width: 100%;
    height: 280px;
  }

  .service-list_img-en img {
    width: 100%;
    height: 196px;
  }

  .service-text_area {
    max-width: 460px;
  }

  span.service-number {
    font-size: 18px;
  }

  span.service-number-en {
    font-size: 16px;
  }

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

  h3.service-title_head-en {
    font-size: 16px;
    margin-top: 0px;
  }

  p.service-text {
    font-size: 14px;
    margin-top: 20px;
  }

  p.service-text-en {
    font-size: 14px;
    margin-top: 22px;
    font-weight: 500;
  }

  .service-btn {
    margin-top: 30px;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  section.brand-sec {
    margin-top: 70px;
  }

  ul.brand-list_area {
    margin-top: 50px;
    justify-content: center;
    gap: 25px;
    row-gap: 25px;
    flex-wrap: wrap;
  }

  li.brand-list {
    width: 320px;
    margin-bottom: 30px;
  }

  h3.brand-title {
    font-size: 16px;
  }

  h3.brand-title-en {
    font-size: 18px;
  }

  p.brand-text {
    font-size: 14px;
  }

  p.brand-text-en {
    font-size: 16px;
  }

  /**  個別記事
  ****************************************************************************/
  .page-main_area h2 {
    font-size: 18px;
    padding-left: 28px;
  }

  .page-main_area h2::before {
    width: 20px;
    height: 21px;
  }

  .page-main_area h3 {
    font-size: 16px;
  }

  .page-main_area h4 {
    font-size: 16px;
  }

  .page-main_area img {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }

  .page-main_area p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .archive-date {
    font-size: 14px;
    color: #42633E;
  }

  .archive-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .page-contents {
    margin-top: 30px;
  }

  .prev-next {
    gap: 14px;
    font-size: 12px;
  }

  .prev-next a {
    font-size: 12px;
  }

  /**  会社概要
  ****************************************************************************/
  section.mission-sec {
    padding: 50px 0;
    margin-top: 70px;
  }

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

  .mission-list_container {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .mission-list_img {
    max-width: unset;
    width: 100%;
    height: unset;
  }

  .mission-list_img img {
    width: 100%;
    height: 100%;
  }

  .mission-text_area {
    max-width: 540px;
  }

  p.mission-text {
    font-size: 14px;
  }

  section.message-sec {
    padding: 50px 0;
    margin-top: 70px;
  }

  .message-list_area {
    margin-top: 70px;
  }

  .message-list_container {
    gap: 30px;
    flex-wrap: wrap;
  }

  .message-list_img {
    max-width: unset;
    width: 100%;
    height: unset;
  }

  .message-list_img img {
    width: 100%;
    height: 100%;
  }

  .message-text_area {
    max-width: 540px;
  }

  p.message-text {
    font-size: 16px;
  }

  section.company-sec {
    margin-top: 70px;
    padding: 50px 0;
  }

  ul.company-info_area {
    max-width: 600px;
    margin: 40px auto 0;
  }

  li.company-info {
    margin-bottom: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .company-info_head {
    width: 220px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
  }

  .company-info_text {
    font-size: 14px;
  }

  p.news-sec_message-en {
    margin-top: 40px;
    font-size: 14px;
  }
}

/* 「.page-main_area」の中にある画像に対して、配置クラスを適用する */

.wp-user-section img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-user-section img.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.wp-user-section img.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}