@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* placeholder color */
/* ======================= IMPORT ====== */
/*=================
     
      common.scss

=======================*/
.common_page_wrap {
  padding: 120px 16px 170px;
}
@media only screen and (max-width: 960px) {
  .common_page_wrap {
    padding: 120px 16px 132px;
  }
}

.common_page_inner {
  max-width: 744px;
  width: 100%;
  margin: 0 auto;
}

/* TITLE */
.common_heading01 {
  margin: 0 0 60px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .common_heading01 {
    font-size: 24px;
    margin: 0 0 40px;
  }
}

.common_heading02 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .common_heading02 {
    font-size: 20px;
  }
}

.common_heading03 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.common_title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .common_title {
    font-size: 32px;
    margin: 0 0 48px;
  }
}
.common_title span {
  display: inline-block;
  vertical-align: 8px;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  .common_title span {
    display: block;
    margin: 0;
  }
}

/* 余白 */
.mb120 {
  margin: 0 0 120px;
}

.mb60 {
  margin: 0 0 60px;
}

.mb36 {
  margin: 0 0 36px;
}

.mb24 {
  margin: 0 0 24px;
}

.mb20 {
  margin: 0 0 20px;
}

.mb16 {
  margin: 0 0 16px;
}

.mb12 {
  margin: 0 0 12px;
}

.mb8 {
  margin: 0 0 8px;
}

/* LINK */
.hover {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover:hover {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.text_hover, .pankuzu_block .pankuzu_link, .business_list .business_link, .consultant_client_list .consultant_client_link {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text_hover:hover, .pankuzu_block .pankuzu_link:hover, .business_list .business_link:hover, .consultant_client_list .consultant_client_link:hover {
  text-decoration: underline;
}

/* HEADER */
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 45;
  height: 80px;
  padding: 0 0 0 36px;
  -moz-box-shadow: 0px 2px 8px rgba(163, 163, 163, 0.24);
  -webkit-box-shadow: 0px 2px 8px rgba(163, 163, 163, 0.24);
  box-shadow: 0px 2px 8px rgba(163, 163, 163, 0.24);
  background: #fff;
}
@media only screen and (max-width: 960px) {
  .header_wrap {
    padding: 0 0 0 16px;
  }
}
.header_wrap .header_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header_wrap .header_logo {
  display: block;
  width: 64px;
}
.header_wrap .header_logo img {
  display: block;
  width: 100%;
}
.header_wrap .header_btn {
  position: relative;
  height: 80px;
  width: 80px;
}

.header_menu_block {
  display: none;
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
.header_menu_block .header_menu_close {
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
}
.header_menu_block .header_menu_close img {
  display: block;
  width: 100%;
}

.header_nav_block {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header_nav_block .header_menu_item {
  margin: 0 0 24px;
}
.header_nav_block .header_menu_item:last-of-type {
  margin: 0;
}
.header_nav_block .header_menu_link {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
  white-space: nowrap;
}

.top_header_menu_btn {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 45;
}

.menu_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.menu_icon .top {
  display: block;
  width: 40px;
  height: 2.5px;
  background: #333;
  margin: 0 0 7px;
}
.menu_icon .bottom {
  display: block;
  width: 32px;
  height: 3px;
  background: #333;
}

/* FOOTER */
.footer_wrap {
  padding: 64px 16px 0;
  background: #333;
}
@media only screen and (max-width: 960px) {
  .footer_wrap {
    padding: 44px 16px 0;
  }
}
.footer_wrap .footer_main {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 0 68px;
}
@media only screen and (max-width: 960px) {
  .footer_wrap .footer_main {
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .footer_wrap .footer_main {
    display: block;
  }
}
.footer_wrap .footer_logo {
  display: block;
  width: 80px;
  margin: 0 112px 0 0;
}
@media only screen and (max-width: 640px) {
  .footer_wrap .footer_logo {
    margin: 0 auto 40px;
  }
}
.footer_wrap .footer_logo img {
  display: block;
  width: 100%;
}
.footer_wrap .footer_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .footer_wrap .footer_list {
    display: block;
    width: 90px;
    margin: 0 auto;
  }
}
.footer_wrap .footer_item {
  margin: 0 100px 0 0;
}
.footer_wrap .footer_item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .footer_wrap .footer_item {
    margin: 0 0 24px;
  }
}
.footer_wrap .footer_title {
  font-size: 12px;
  color: #fff;
  margin: 0 0 16px;
}
.footer_wrap .footer_sub_item {
  display: block;
  margin: 0 0 3px;
}
.footer_wrap .footer_sub_link {
  display: inline-block;
  font-size: 10px;
  padding: 0 0 1px;
  border-bottom: 1px rgba(255, 255, 255, 0) solid;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_wrap .footer_sub_link:hover {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}
.footer_wrap .footer_copyright {
  display: block;
  width: 100%;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  font-size: 10px;
  text-align: right;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .2px;
}
@media only screen and (max-width: 960px) {
  .footer_wrap .footer_copyright {
    padding: 8px 0;
  }
}

/* PANKUZU */
.pankuzu_block {
  display: block;
  width: 100%;
  background: #333;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  padding: 12px 16px;
}
.pankuzu_block .pankuzu_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
}
.pankuzu_block .pankuzu_item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  margin: 4px 0;
}
.pankuzu_block .pankuzu_item:after {
  content: ">";
  display: inline-block;
  margin: 0 12px;
}
.pankuzu_block .pankuzu_item:last-of-type:after {
  content: none;
}
.pankuzu_block .pankuzu_link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

/*=================
     
      top.scss

=======================*/
.top_mv_block {
  padding: 45px;
  position: relative;
  height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .top_mv_block {
    padding: 16px;
  }
}
.top_mv_block .top_mv_scroll {
  text-decoration: none;
  position: absolute;
  top: 42%;
  left: 17px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .top_mv_block .top_mv_scroll {
    display: none;
  }
}
.top_mv_block .top_mv_scroll img {
  display: block;
}
.top_mv_block .top_mv_scroll:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 4px;
  background: #333;
  height: 0px;
  width: 1px;
  display: block;
  -moz-animation: scroll 1.5s ease-in-out infinite;
  -webkit-animation: scroll 1.5s ease-in-out infinite;
  animation: scroll 1.5s ease-in-out infinite;
}

@-moz-keyframes scroll {
  from {
    height: 0;
  }
  to {
    height: 80px;
  }
}
@-webkit-keyframes scroll {
  from {
    height: 0;
  }
  to {
    height: 80px;
  }
}
@keyframes scroll {
  from {
    height: 0;
  }
  to {
    height: 80px;
  }
}
.top_mv_main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("/assets/image/first-view01.jpg") center center no-repeat;
  background-size: cover;
  -moz-animation: fade 1s ease-in-out forwards;
  -webkit-animation: fade 1s ease-in-out forwards;
  animation: fade 1s ease-in-out forwards;
}
.top_mv_main:before {
  content: "";
  background: url("/assets/image/bg_dot_w.png") center center repeat;
  background-size: 48px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.top_mv_main:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.top_mv_main .top_mv_title {
  display: block;
  width: 176px;
  position: absolute;
  z-index: 10;
  top: 51%;
  left: 50%;
  opacity: 0;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-animation: fadeUp 0.5s ease-in-out forwards;
  -webkit-animation: fadeUp 0.5s ease-in-out forwards;
  animation: fadeUp 0.5s ease-in-out forwards;
  animation-delay: 1s;
}
.top_mv_main .top_mv_title img {
  display: block;
  width: 100%;
}

@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeUp {
  from {
    opacity: 0;
    top: 51%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    top: 51%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    top: 51%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
.top_visual_block {
  padding: 120px 16px 110px;
  text-align: center;
}
.top_visual_block .top_visual_title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 36px;
}
@media only screen and (max-width: 960px) {
  .top_visual_block .top_visual_title {
    font-size: 18px;
    margin: 0 0 24px;
  }
}
.top_visual_block .top_visual_title:after {
  content: "";
  background: url("/assets/image/ic-accent.svg") center center no-repeat;
  background-size: 20px;
  display: block;
  width: 20px;
  height: 10px;
  margin: 24px auto 0;
}

.top_work_block {
  background: #FAFAFA;
  padding: 120px 16px 105px;
}
@media only screen and (max-width: 960px) {
  .top_work_block {
    padding: 80px 16px 56px;
  }
}

.top_work_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .top_work_list {
    display: block;
  }
}
.top_work_list .top_work_item {
  width: calc( ( 100% - 48px ) / 3 );
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  .top_work_list .top_work_item {
    width: 100%;
    margin: 0 0 24px;
  }
}
.top_work_list .top_work_link {
  display: block;
  width: 100%;
  height: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_work_list .top_work_link:hover {
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.top_work_list .top_work_pic {
  display: block;
  width: 100%;
  height: 288px;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 750px) {
  .top_work_list .top_work_pic {
    height: 144px;
  }
}
.top_work_list .top_work_pic.consultant_bg {
  background: url("/assets/image/top-img01.jpg") center center no-repeat;
  background-size: cover;
}
.top_work_list .top_work_pic.system_bg {
  background: url("/assets/image/top-img02.jpg") center center no-repeat;
  background-size: cover;
}
.top_work_list .top_work_pic.city_bg {
  background: url("/assets/image/top-img03.jpg") center center no-repeat;
  background-size: cover;
}
.top_work_list .top_work_info {
  position: relative;
  background: #333;
  color: #fff;
  padding: 48px 24px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0;
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 960px) {
  .top_work_list .top_work_info {
    padding: 44px 24px 100px;
  }
}
.top_work_list .top_work_info:after {
  content: "";
  background: url("/assets/image/arrow-next-white.svg") center center no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  bottom: 12px;
}
.top_work_list .top_work_num {
  position: absolute;
  top: -50px;
  line-height: 1;
  font-size: 100px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.36);
  font-style: italic;
}
.top_work_list .top_work_title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 12px;
}
@media only screen and (max-width: 960px) {
  .top_work_list .top_work_title {
    font-size: 16px;
  }
}
.top_work_list .top_work_text {
  color: #fff;
  height: 94px;
}
@media only screen and (max-width: 750px) {
  .top_work_list .top_work_text {
    height: inherit;
  }
}

.top_office_block {
  padding: 120px 16px 160px;
}
@media only screen and (max-width: 960px) {
  .top_office_block {
    padding: 80px 16px 100px;
  }
}
.top_office_block .top_office_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .top_office_block .top_office_inner {
    display: block;
  }
}
.top_office_block .top_office_map {
  display: block;
  width: 459px;
  margin: 0 105px 0 0;
}
@media only screen and (max-width: 960px) {
  .top_office_block .top_office_map {
    width: calc( 50% - 50px );
    margin: 0 50px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .top_office_block .top_office_map {
    display: block;
    width: 100%;
    margin: 0 0 64px;
  }
}
.top_office_block .top_office_item {
  margin: 0 0 24px;
}
.top_office_block .top_office_item:last-of-type {
  margin: 0;
}
.top_office_block .top_office_title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 0 4px;
}
@media only screen and (max-width: 960px) {
  .top_office_block .top_office_title {
    font-size: 18px;
  }
}

/*=================
     
  business.scss

=======================*/
.business_list .business_item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 24px 0;
  border-top: 1px #DEDEDE solid;
}
.business_list .business_item:last-of-type {
  border-bottom: 1px #DEDEDE solid;
}
.business_list .business_pic {
  display: block;
  width: 168px;
  min-width: 168px;
  height: 91px;
  margin: 0 24px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  .business_list .business_pic {
    width: 120px;
    min-width: 120px;
    height: 65px;
    margin: 0 16px 0 0;
  }
}
.business_list .business_pic.town {
  height: 111px;
}
@media only screen and (max-width: 960px) {
  .business_list .business_pic.town {
    height: 85px;
  }
}
.business_list .business_info {
  padding: 4px 0 0;
  width: 100%;
}
.business_list .business_title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .business_list .business_title {
    font-size: 16px;
  }
}
.business_list .business_link {
  word-break: break-word;
  display: inline-block;
  color: #4A90E2;
  font-size: 12px;
  text-decoration: none;
  margin: 0 0 12px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}
.business_list .business_text {
  font-size: 12px;
}

/* consultant */
.consultant_list {
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .consultant_list {
    margin: 0;
  }
}
.consultant_list .consultant_item {
  margin: 0 0 24px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 960px) {
  .consultant_list .consultant_item {
    margin: 0 0 36px;
  }
}
@media only screen and (max-width: 640px) {
  .consultant_list .consultant_item {
    display: block;
  }
}
.consultant_list .consultant_pic {
  display: block;
  width: 264px;
  min-width: 264px;
  height: 176px;
  margin: 0 24px 0 0;
}
@media only screen and (max-width: 640px) {
  .consultant_list .consultant_pic {
    width: 100%;
    min-width: inherit;
    height: 228px;
    margin: 0 0 12px;
  }
}
.consultant_list .consultant_pic.bg01 {
  background: url("/assets/image/consultant-img01.jpg") center center no-repeat;
  background-size: cover;
}
.consultant_list .consultant_pic.bg02 {
  background: url("/assets/image/consultant-img02.jpg") center center no-repeat;
  background-size: cover;
}
.consultant_list .consultant_pic.bg03 {
  background: url("/assets/image/consultant-img03.jpg") center center no-repeat;
  background-size: cover;
}
.consultant_list .consultant_info {
  width: 100%;
  padding: 12px 0 0;
}
.consultant_list .consultant_title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px;
}
@media only screen and (max-width: 960px) {
  .consultant_list .consultant_title {
    font-size: 16px;
  }
}

.consultant_client_list .consultant_client_item {
  padding: 24px 0;
  border-top: 1px #DEDEDE solid;
}
.consultant_client_list .consultant_client_item:last-of-type {
  border-bottom: 1px #DEDEDE solid;
}
.consultant_client_list .consultant_client_name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .consultant_client_list .consultant_client_name {
    font-size: 16px;
  }
}
.consultant_client_list .consultant_client_link {
  display: inline-block;
  color: #4A90E2;
  font-size: 12px;
  text-decoration: none;
  margin: 0 0 12px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}
.consultant_client_list .consultant_client_info {
  font-size: 12px;
}

/* system */
.system_ex_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .system_ex_block {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .system_ex_block {
    display: block;
  }
}
.system_ex_block .system_ex_list {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .system_ex_block .system_ex_list {
    width: 100%;
  }
}
.system_ex_block .system_ex_item {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 4px;
}
.system_ex_block .system_ex_item:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  display: block;
  width: 8px;
  height: 8px;
  background: #DEDEDE;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.system_ex_block .system_ex_item.none:before {
  content: none;
}

/* company */
.company_list .company_item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px #DEDEDE solid;
}
.company_list .company_item:first-of-type {
  border-top: 1px #DEDEDE solid;
}
.company_list .company_title {
  width: 192px;
  min-width: 192px;
  color: #A1A1A1;
}
@media only screen and (max-width: 640px) {
  .company_list .company_title {
    width: 80px;
    min-width: 80px;
  }
}

/* ======================= BASE ====== */
* {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

html, body {
  margin: 0;
  height: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fm {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.fg, .common_heading01, .common_heading02, .common_heading03, .footer_wrap .footer_title, .pankuzu_block .pankuzu_item, .top_visual_block, .top_work_list .top_work_item, .top_work_list .top_work_title, .top_work_list .top_work_text, .top_office_block .top_office_text, .business_list .business_title, .business_list .business_text, .consultant_list .consultant_title, .consultant_client_list .consultant_client_name, .consultant_client_list .consultant_client_info, .system_ex_block .system_ex_item, .company_list .company_item {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  letter-spacing: 0em;
}

.fe, .common_title, .header_nav_block .header_menu_link, .footer_wrap .footer_copyright, .top_work_list .top_work_num, .top_office_block .top_office_title {
  font-family: Gill Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  letter-spacing: 0em;
}

.common_inner {
  position: relative;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
}

.header_menu_block .header_menu_close, .header_nav_block .header_menu_link, .top_mv_block .top_mv_scroll {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_menu_block .header_menu_close:hover, .header_nav_block .header_menu_link:hover, .top_mv_block .top_mv_scroll:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 960px) {
  .header_menu_block .header_menu_close:hover, .header_nav_block .header_menu_link:hover, .top_mv_block .top_mv_scroll:hover {
    opacity: 1;
  }
}

.common_pc {
  display: block;
}
.common_pc.height_100 {
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .common_pc {
    display: none;
  }
}

.common_sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .common_sp {
    display: block;
  }
}


* {
  box-sizing:border-box;
  margin:0;
  padding:0;
  list-style:none;
  text-decoration: none;
}
/*header*/
.header {
  background-color:rgba(255,255,255,1);
  border-bottom:1px solid rgba(211,211,211,1);
  padding:16px 20px;
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1000;
}
.container {
  max-width:1200px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.logo {
  font-size:1.5rem;
  font-weight:bold;
  color:rgba(51,51,51,1);
}
.logo a{
  color:rgba(0,0,0,1);
}
.nav ul {
  display:flex;
  /*gap:24px;*/
}
/*gapから変更*/
.nav ul li{
  margin-right:24px;
}
.nav a {
  color:rgba(51,51,51,1);
  font-weight:500;
  transition:color 0.3s;
}
.nav a:hover {
  color:rgba(0,123,255,1);
}
.menu-toggle {
  display:none;
  font-size:24px;
  background:none;
  border:none;
  cursor:pointer;
}
@media (max-width:768px) {
  .nav {
    display:none;
    position:absolute;
    top:60px;
    right:20px;
    background-color:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    padding:10px;
    width:200px;
  }
  .nav ul {
    flex-direction: column;
    gap:12px;
  }
  .menu-toggle {
    display: block;
  }
  .nav.active {
    display: block;
  }
}
/*hero section*/
.hero {
  margin-top:70px;
  background-image:url(/assets/image/mv.webp);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  padding:120px 20px;
  color:rgba(255,255,255,1);
  text-align:center;
  position:relative;
}
.hero::before {
  content:"";
  position:absolute;
  top:0; left:0; right:0; bottom:0;
  background:rgba(0,0,0,0.3);
  z-index:1;
}
.hero-content {
  position:relative;
  z-index:2;
  max-width:800px;
  margin:0 auto;
  padding:0 20px;
}
.hero h1 {
  font-size:3rem;
  margin-bottom:20px;
  line-height:1.2;
}
.hero p {
  font-size:1.25rem;
  margin-bottom:30px;
}
.btn {
  display:inline-block;
  padding:14px 28px;
  background-color:#ff6b6b;
  color:white;
  text-decoration:none;
  border-radius:6px;
  font-weight:bold;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: #e63946;
}
@media (max-width: 768px) {
  .hero {
    padding: 80px 16px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .btn {
    padding: 12px 24px;
    font-size: 1rem;
  }
}
/*features*/
.features {
  padding:40px;
  text-align:center;
}
.features h2 {
  font-size:1.8rem;
  margin-bottom:40px;
}
.feature-cards {
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  justify-content:center;
}
.card {
  flex: 1 1 300px;
  background-color:#f9f9f9;
  padding:24px;
  border-radius:8px;
  text-align:left;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
}
.card h3 {
  font-size:1.1rem;
  margin-bottom:12px;
}
.card p {
  font-size:0.95rem;
  margin-bottom:12px;
}
.card a {
  font-size:0.9rem;
  color:#007bff;
}
.card a:hover {
  text-decoration: underline;
}
/*two-column*/
.two-column {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding:40px 40px;
  gap:40px;
}
.two-column .text {
  flex:1 1 50%;
}
.two-column .image {
  flex:1 1 40%;
  display:flex;
  justify-content:center;
}
.two-column img {
  width:50%;
  height:auto;
  border-radius:8px;
}
.two-column small {
  color:#555;
  font-size:0.9rem;
}
.two-column h2 {
  font-size:1.8rem;
  margin:16px 0;
}
.two-column p {
  font-size:1rem;
  margin-bottom:24px;
}
.stats {
  display:flex;
  gap:24px;
  margin-bottom:24px;
}
.stats div {
  font-size:1rem;
}
.stats strong {
  font-size:2rem;
  display:block;
  margin-bottom:8px;
}
.buttons {
  display:flex;
  gap:16px;
}
.btn {
  padding:12px 24px;
  background-color:#ff6b6b;
  color:white;
  text-decoration:none;
  border-radius:6px;
  font-weight:bold;
}
.btn-outline {
  padding:12px 24px;
  border:2px solid #ff6b6b;
  color:#ff6b6b;
  text-decoration:none;
  border-radius:6px;
  font-weight:bold;
}
@media (max-width: 768px) {
  .two-column {
    flex-direction: column;
  }
  .stats {
    flex-direction: column;
  }
  .buttons {
    flex-direction: column;
  }
}
.two-column video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.testimonial {
  text-align: center;
  padding: 60px 20px;
}
.testimonial .logo {
  font-weight: bold;
  margin-bottom: 20px;
}
.testimonial blockquote {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 30px;
}
.testimonial .author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.testimonial .author p {
  font-size: 0.95rem;
  line-height: 1.4;
}
/* ご相談CTA */
.cta {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  background:#444;
  color:white;
  padding:40px;
  gap:40px;
}
.cta-content {
  flex:1 1 50%;
}
.cta-image {
  flex:1 1 40%;
}
.cta-image img {
  width:50%;
  height:auto;
  border-radius:8px;
}
.cta h2 {
  font-size:1.8rem;
  margin-bottom:20px;
}
.cta p {
  font-size:1rem;
  margin-bottom:30px;
}
.cta-buttons {
  display:flex;
  gap:16px;
}
@media (max-width: 768px) {
  .cta {
    flex-direction: column;
    text-align: center;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
/*footer*/
.footer {
  background-color:#f5f5f5;
  padding:40px;
  font-size:0.9rem;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.footer-nav a {
  margin-left: 20px;
  color: #555;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .footer-nav a {
    margin-left: 0;
  }
}
/*privacy-policy*/
.privacy-policy{
  margin-top:70px;
  padding:40px;
}
.privacy-policy h1{
  text-align:center;
  margin:20px 0 20px 0;
}
.privacy-policy h2{
  margin:10px 0 10px 0;
}
.privacy-policy p{
  margin:5px 0 5px 0;
}
.privacy-policy ul{
  margin:5px 0 5px 0;
}
.privacy-policy li{
  list-style:disc inside;
  margin-left:1em;
}
.privacy-policy-right{
  text-align:right;
}
/*about*/
.company-profile {
  max-width: 800px;
  margin: 100px auto 60px auto;
  padding: 0 20px;
}

.company-profile h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.company-profile dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  row-gap: 20px;
  column-gap: 20px;
}

.company-profile dt {
  font-weight: bold;
  color: #333;
}

.company-profile dd {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .company-profile dl {
    display: block;
  }

  .company-profile dt {
    margin-top: 20px;
  }

  .company-profile dd {
    margin-bottom: 10px;
  }
}
body.company{
  display:flex;
  flex-direction:column;
  min-height:100vh;
}
body.company main{
  flex:1;
}
.about-border{
  border-top:1px solid black;
  width:60%;
  margin:40px auto;
}
.ceo-career {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.ceo-career h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}

.ceo-career img {
  max-width: 160px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 40px;
}

.career-block {
  margin-bottom: 40px;
}

.career-block h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.career-block p {
  line-height: 1.7;
  margin-bottom: 10px;
}
/* 代表の経歴セクション用CSS（黒丸表示） */
.ceo-career .product-list {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  margin-top: 1em;
  margin-bottom:1.5em;
}

.ceo-career .product-list li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
}

.ceo-career .product-list li ul {
  list-style-type: circle;
  list-style-position: inside;
  padding-left: 2em;
  margin-top: 0.3em;
}

.ceo-career .product-list li ul li {
  list-style-type: circle;
  list-style-position: inside;
  padding-left: 1em;
}

