@charset "UTF-8";
.c-white {
  color: #fff;
}

.c-blue {
  color: #0E0C7C;
}

.c-orange {
  color: #FF9934;
}

.c-blue02 {
  color: #3A4756;
}

.bg-orange {
  background-color: #BA6A32;
}
.bg-orange02 {
  background-color: #FF9934;
}

.bg-blue {
  background-color: #0E0C7C;
}

.bg-blue02 {
  background-color: #3A4756;
}

.text-en {
  font-family: "futura-pt", sans-serif;
  font-weight: lighter;
}

/****************************************************************************
        変数
****************************************************************************/
/****************************************************************************
        共通
****************************************************************************/
.scroll-top {
  position: fixed;
  bottom: 90px;
  right: 2%;
  z-index: 9995;
  display: none;
}
.scroll-top:hover {
  opacity: 1;
}

.page-start {
  margin-top: 160px;
}

.page-end {
  margin-top: 160px;
}

.contents-wrap {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.readmore-btn {
  padding: 12px 24px;
  height: 48px;
  border-radius: 45px;
  text-align: center;
}
.readmore-btn a {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
}
.sp-floating_btn {
  display: none;
}
.floating-contact_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.floating-btn_tel {
  background-color: #65707D;
}
.floating-btn_contact {
  background-color: #BA6A32;
}
.floating-btn_tel,.floating-btn_contact {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.floating-btn_tel img,.floating-btn_contact img {
  width: 100%;
  vertical-align: bottom;
}


/****************************************************************************
        ヘッダー
****************************************************************************/
#header {
  width: 100%;
  height: auto;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding-top: 20px;
}

.main-logo {
  max-width: 220px;
}
.main-logo img {
  width: 100%;
}

ul.menu-list_area {
  gap: 32px;
  align-items: center;
}

li.menu-list {
  font-size: 16px;
  color: #2d2d2d;
  transition: .3s;
}
li.menu-list:hover {
  color: #000000;
}
li.current-page {
  color: #2d2d2d;
  position: relative;
}
/* li.current-page::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0E0C7C;
} */

li.menu-list_contact {
  border-radius: 45px;
  text-align: center;
  color: #fff;
}
li.menu-list_contact a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 24px;
}

.page-header_container {
  margin: 80px 0 auto 80px;
  justify-content: space-between;
  gap: 60px;
  row-gap: 40px;
  position: relative;
  padding-top: 100px;
}

.page-title-sub_en {
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 11vw;
  mix-blend-mode: difference;
}
.page-title-sub_en span {
  color: rgba(233, 233, 233, 0.7490196078);
}

.page-header_title {
  padding-top: 8%;
}

h1.page-title_en {
  font-size: 64px;
}
h1.page-title_en span {
  color: #0E0C7C;
}

p.page-title_jp {
  font-size: 24px;
  margin-top: 16px;
}
p.page-title_jp span {
  color: #FF9934;
}

.slash01 {
  position: absolute;
  bottom: 8%;
  left: 6%;
  z-index: -7;
  opacity: 0;
  transition: 1.3s;
  transform: translateX(50px);
}

.slash02 {
  position: absolute;
  bottom: 19%;
  left: 0%;
  z-index: -7;
  opacity: 0;
  transition: 1.3s;
  transform: translateX(50px);
}

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

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

.page-header_thumnail {
  position: relative;
  width: 60%;
  height: 580px;
  opacity: 0;
  transition: 1s;
}

.page-header_show {
  opacity: 1;
}

.page-header_company::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/page-header_company.jpg);
  background-position: right top;
}

.page-header_column::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/page-header_column.jpg);
}

.page-header_topics::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/page-header_topics.jpg);
}

.page-header_consultants::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/page-header_consultants.jpg);
}

.page-header_recruit::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/page-header_recruit.jpg);
}

.page-header_contact::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/page-header_contact.jpg);
}

ul.breadcrumbs {
  align-items: center;
  gap: 8px;
  margin: 32px auto 32px 24px;
}
ul.breadcrumbs li {
  font-size: 12px;
}

/****************************************************************************
        フッター
****************************************************************************/
section.contact-select-sec {
  position: relative;
  padding: 80px 0;
}
section.contact-select-sec::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: linear-gradient(to bottom, #4C6685, #0E4167);
  width: 100%;
  height: 100%;
}

.contact-contents_wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.contact-top_wrap {
  justify-content: center;
  gap: 4px;
  align-items: baseline;
  flex-wrap: nowrap;
}

h2.contact-title_head {
  font-size: clamp(20px, 4.5vw, 84px);
}
.contact-select_head {
  font-size: 1.6vw;
}

p.contact-title_caution {
  font-size: 12px;
}

.contact-select_wrap {
  margin-top: 50px;
  background-color: #59626C;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.contact-select_area {
  max-width: 49%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

.contact-form_bg {
  background-color: #BA6A32;
  cursor: pointer;
}


p.contact-select_text {
  font-size: 24px;
}

.contact-select_arrow {
  transition: 0.4s;
}
.contact-select_arrow:hover {
  transform: translateX(10px);
}

#footer {
  margin-top: 80px;
  padding-bottom: 40px;
}

.footer-logo {
  max-width: 220px;
}
.footer-logo img {
  width: 100%;
  vertical-align: bottom;
}

.footer-container {
  margin-top: 16px;
  justify-content: space-between;
  gap: 32px;
  row-gap: 24px;
}

.footer-information_area {
  margin-top: 16px;
}

.footer-text_area p {
  font-size: 14px;
  margin-bottom: 12px;
}

.footer-nav_area {
  gap: 40px;
  row-gap: 14px;
}

li.footer-nav_link {
  margin-bottom: 14px;
  font-size: 16px;
}

.footer-end_area {
  margin-top: 60px;
  padding-top: 40px;
  border-top: solid 1px #bfbfbf;
}

ul.footer-end_wrap {
  gap: 24px;
  justify-content: center;
}

li.footer-end_link {
  font-size: 12px;
}

p.copyright {
  margin-top: 40px;
  font-size: 10px;
}

/****************************************************************************
        レスポンシブ
****************************************************************************/
@media screen and (min-width: 1201px) {
  .sp_part {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .contact-select_area {
    flex-wrap: wrap;
    display: block;
  }
  .contact-select_arrow {
    display: none;
  }
  p.contact-select_text {
    font-size: 18px;
  }
  .page-title-sub_en {
    top: 0;
  }
}
@media screen and (max-width: 780px) {
  .page-start, .page-end {
    margin-top: 100px;
  }
  .pc_part {
    display: none;
  }
  .menu-icon {
    width: 32px;
    height: 20px;
    position: fixed;
    top: 28px;
    right: 20px;
    z-index: 9999;
  }
  .menu-icon span {
    position: relative;
    width: 32px;
    height: 2px;
    background-color: #284370;
    transition: 0.4s;
  }
  .menu-icon span:first-child {
    top: 0;
    left: 0;
    position: absolute;
  }
  .menu-icon span:nth-child(2) {
    top: 10px;
    left: 0;
    position: absolute;
  }
  .menu-icon span:last-child {
    top: 20px;
    left: 0;
    position: absolute;
  }
  .menu-icon_open span {
    background-color: #fff;
  }
  .menu-icon_open span:first-child {
    top: 10px;
    transform: rotate(225deg);
  }
  .menu-icon_open span:nth-child(2) {
    top: 10px;
    left: 10px;
    opacity: 0;
  }
  .menu-icon_open span:last-child {
    top: 10px;
    transform: rotate(-225deg);
  }
  .nav-menu_list {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #17476c;
    z-index: 9995;
    transition: 0.4s;
  }
  .menu-list_open {
    right: 0;
  }
  ul.menu-list_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  li.menu-list {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 36px;
    font-size: 18px;
    color: #fff;
  }
  .main-logo {
    max-width: 220px;
    padding-top: 12px;
  }
  .main-logo img {
    width: 100%;
  }
  li.current-page {
    color: #0E0C7C;
    position: relative;
  }
  li.current-page::before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0E0C7C;
  }
  li.menu-list_contact {
    border-radius: 45px;
    text-align: center;
    color: #fff;
  }
  li.menu-list_contact a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 24px;
  }
  .page-header_container {
    overflow-x: hidden;
    margin: 40px 0 auto 3%;
    justify-content: space-between;
    gap: 24px;
    row-gap: 24px;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .page-title-sub_en {
    top: unset;
    bottom: 0;
    left: 0;
    font-size: 15vw;
  }
  .page-header_title {
    padding-top: 8%;
  }
  h1.page-title_en {
    font-size: 11vw;
  }
  p.page-title_jp {
    font-size: 24px;
    margin-top: 16px;
  }
  h2.sec-title_en {
    font-size: 32px;
  }
  h3.sec-title_jp {
    font-size: 16px;
  }
  .page-header_thumnail {
    position: relative;
    width: 86%;
    height: 380px;
    margin: 40px 0 auto auto;
  }
  section.contact-select-sec {
    padding: 40px 0;
  }
  .contact-contents_wrap {
    width: 90%;
  }
  .contact-top_wrap {
    justify-content: center;
    gap: 4px;
    align-items: baseline;
    flex-wrap: wrap;
  }
  p.contact-title_caution {
    font-size: 16px;
  }
  .contact-select_wrap {
    margin-top: 32px;
    gap: 0px;
    flex-wrap: wrap;
  }
  .contact-select_area {
    max-width: 100%;
    width: 100%;
    padding: 14px;
    display: block;
  }
  .contact-form_bg {
    background-color: #BA6A32;
  }
  .contact-select_head {
    font-size: 16px;
    text-align: center;
  }
  p.contact-select_text {
    font-size: 22px;
    text-align: center;
    padding-left: 10px;
  }
  .contact-select_arrow {
    display: none;
  }
  #footer {
    margin-top: 80px;
    padding-bottom: 70px;
  }
  .footer-logo {
    max-width: 180px;
  }
  .footer-container {
    margin-top: 16px;
    display: block;
  }
  .footer-information_area {
    margin-top: 16px;
  }
  .footer-text_area p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer-nav_area {
    display: none;
  }
  .footer-end_area {
    margin-top: 60px;
    padding-top: 40px;
    border-top: solid 1px #bfbfbf;
  }
  ul.footer-end_wrap {
    gap: 12px;
  }
  li.footer-end_link {
    font-size: 10px;
  }
  p.copyright {
    margin-top: 40px;
    font-size: 10px;
  }
}
/**      SP　以下      **/
@media screen and (max-width: 480px) {
  .page-start {
    margin-top: 80px;
  }
  .page-end {
    margin-top: 80px;
  }
  .contents-wrap {
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .readmore-btn {
    padding: 12px 24px;
    height: auto;
  }
  .readmore-btn a {
    font-size: 16px;
    font-weight: bold;
  }
  .slash01 {
    bottom: 41%;
    left: -4%;
  }
  .slash02 {
    bottom: 28%;
    left: -4%;
  }
  .main-logo {
    max-width: 200px;
  }
}



.wp-block-snow-monkey-forms-item.smf-item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.smf-item__col.smf-item__col--label {
  width: 200px;
}
.smf-form .smf-text-control__control {
  width: 100%;
  max-width: 540px;
}