@charset "utf-8";

@media only screen and (min-width: 641px) {
  .c-hide-pc{
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp{
    display: none;
  }
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}
ul li {
  list-style: none;
}


/* ========== header ========== */
html.nav-opened{
height: 100%;
overflow: hidden;
}
body.nav-opened{
height: 100%;
overflow: hidden;
}
#flg-top.nav-opened{
height: 100%;
overflow: hidden;
}
#jbk-frame-main.nav-opened{
height: 100%;
overflow: hidden;
}
#jbk-footer-area.nav-opened{
height: 100%;
overflow: hidden;
}

@media only screen and (min-width: 641px) {
  #flg-top {
    position: relative;
  }
  #flg-top .header {
    height: 140px;
  }
  #jbk-header-area, .header_inner {
    height: 100%;
  }
  .h1_txt {
    position: absolute;
    content: "";
    left: 0;
    top: 113px;
    width: 48%;
  }
  .pc-Navi-01 {
    position: fixed;
    right: 30px;
    top: 25%;
    width: 100px;
    z-index: 9999;
  }
  .pc-Navi-01 li:not(:last-child) {
    margin-bottom: 40px;
  }
  .pc-Navi-01 li a {
    background: url("/landing/dx_strategy/img/menu_txt_01_off_pc.png") no-repeat center / contain;
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
  }
  .pc-Navi-01 li .pc-Navi-link.is-active {
    background-image: url("/landing/dx_strategy/img/menu_txt_01_on_pc.png");
  }
  .pc-Navi-01 li:nth-child(2) .pc-Navi-link {
    background-image: url("/landing/dx_strategy/img/menu_txt_02_off_pc.png");
  }
  .pc-Navi-01 li:nth-child(2) .pc-Navi-link.is-active {
    background-image: url("/landing/dx_strategy/img/menu_txt_02_on_pc.png");
  }
  .pc-Navi-01 li:nth-child(3) .pc-Navi-link {
    background-image: url("/landing/dx_strategy/img/menu_txt_03_off_pc.png");
  }
  .pc-Navi-01 li:nth-child(3) .pc-Navi-link.is-active {
    background-image: url("/landing/dx_strategy/img/menu_txt_03_on_pc.png");
  }
  .pc-Navi-01 li:nth-child(4) .pc-Navi-link {
    background-image: url("/landing/dx_strategy/img/menu_txt_04_off_pc.png");
  }
  .pc-Navi-01 li:nth-child(4) .pc-Navi-link.is-active {
    background-image: url("/landing/dx_strategy/img/menu_txt_04_on_pc.png");
  }
  .pc-Navi-01 li:nth-child(5) .pc-Navi-link {
    background-image: url("/landing/dx_strategy/img/menu_txt_05_off_pc.png");
  }
  .pc-Navi-01 li:nth-child(5) .pc-Navi-link.is-active {
    background-image: url("/landing/dx_strategy/img/menu_txt_05_on_pc.png");
  }
}

@media only screen and (max-width: 640px) {
	#jbk-header-area .header_inner #header-accessary{
		position: fixed;
		right: 3%;
		z-index: 9999;
	}
}

#jbk-header-area{
background-color: #fff;
}
#jbk-frame-main .frame-content{
padding: 0;
}
@media only screen and (min-width: 641px) {
  #jbk-frame-main .frame-content{
  max-width: 100%;
  }
}
.c-ground-01{
  border: none;
  box-shadow: none;
  margin-top: 0;
  max-width: 976px;
}

#jbk-header-area .header_inner {
	display: flex;
	align-items: center;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-close-content{
display: block;
width: 38px;
margin-left: auto;
}

/*中身*/
#nav-content {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 100%;/*右側に隙間を作る*/
  max-width: 960px;/*最大幅*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);/*左に隠しておく*/
  background-color: rgba(119,148,190,0.8);
  padding: 10px;
}
#nav-content ul{
  list-style: none;
  padding: 0;
  text-align: center;
}

#nav-content ul li{
  padding: 15px 0;
  border-bottom: 2px solid #f9b84e;
}

/*チェックが入ったらもろもろ表示*/
#nav-input.nav-opened, #nav-close.nav-opened {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input.nav-opened, #nav-content.nav-opened {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    background: linear-gradient(to bottom,#f79d01 ,#f07700);
  background-size: 100% 100%;
}
.c-ground-01 header {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .ttl2, .ttl3 {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .ttl2, .ttl3 {
    margin-bottom: 20px;
  }
  .ttl3 h3 {
    font-size: 20px;
  }
  .ttl4 h4 {
    font-size: 18px;
  }
}
.section, #key-visual {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.tL {
  text-align: left;
}

@media only screen and (min-width: 641px) {
  #key-visual {
    position: relative;
  }
  .c-ground-01 {
    padding: 120px 20px;
  }
  .pc_pb0 {
    padding-bottom: 0;
  }
}
.mtM {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  #key-visual {
    margin-bottom: 0;
  }
  .c-ground-01 {
    padding: 60px 20px;
  }
  .c-figure-01 {
    margin-top: 20px;
  }
  .mtS {
    margin-top: 20px;
  }
  .mtL {
    margin-top: 60px;
  }
  p {
    font-size: 12px;
  }
  .sp_pt0 {
    padding-top: 0;
  }
  .btn-img {
    width: 195px;
    margin-right: auto;
    margin-left: auto;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.mt15 {
  margin-top: 15px;
}

#key-visual {
  padding: 0;
}

#key-visual header h1 {
  margin: 0;
}

.font-bold {
  font-weight: bold;
}


/*about*/
.about_dx h3 {
  color: #fff;
}
.about_dx {
  position: relative;
  z-index: 2;
}
.about_dx:before, .about_dx .c-ground-01:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 641px) {
  .about_dx {
    margin-top: 120px;
    width: 100%;
  }
  .about_dx:before {
    height: 100%;
    background: url(/landing/dx_strategy/img/bg_01_pc.png) no-repeat center / cover;
  }
  .about_dx .c-ground-01 {
    background: none;
  }
}
@media only screen and (max-width: 640px) {
  .about_dx {
    padding-top: 40px;
  }
  .about_dx .c-ground-01 {
    position: relative;
    z-index: 2;
  }
  .about_dx .c-ground-01:before {
    height: calc(200 / 640 * 100%);
    background: url(/landing/dx_strategy/img/bg_01_sp.png) no-repeat bottom / cover;
  }
}

/*work*/
@media only screen and (min-width: 641px) {
  .work_inner {
    margin: 0 0 80px;
  }
}
@media only screen and (max-width: 640px) {
  .work_inner {
    margin: 0 0 60px;
  }
}
.work_03 {
  margin-bottom: 0;
}

/*project*/
.project-outer {
  background: #fff;
}
.project-section {
  background: linear-gradient(to right,#f07700 ,#ff9416);
  border-radius: 0 100px 0 100px;
}
.project-section .c-ground-01 {
    background: none;
  }
.project-item {
  background: #fff;
  border-radius: 20px;
}
.project-tag-area {
  display: flex;
  align-items: center;
}

.project-item .project-item_ttl em {
  color: #f07700;
}

@media only screen and (min-width: 641px) {
  .project-area {
    display: flex;
    flex-wrap: wrap;
  }
  .project-item {
    width: calc( 478 / 976 * 100% );
    padding: 20px 25px 40px;
  }
  .project-item:not(:nth-child(2n)) {
    margin-right: calc( 20 / 976 * 100% );
  }
  .project-item:not(:first-child),.project-item:not(:nth-child(2)) {
    margin-top: calc( 20 / 976 * 100% );
  }
}
@media only screen and (max-width: 640px) {
  .project-section .c-ground-01 {
    background: linear-gradient(to right,#f07700 ,#ff9416);
    border-radius: 0 100px 0 100px;
  }
  .project-item:not(:last-child) {
    margin-bottom: 17.5px;
  }
  .project-item .project-item_inner {
    padding: 20px 12.5px;
  }
  .project-tag-area .tag-item {
    font-size: 8px;
  }
  .project-item .project_time {
    font-size: 9px;
    color: #d6d6d6;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .project-item .project-item_ttl {
    margin-bottom: 17px;
  }
}

/*recruit*/
@media only screen and (min-width: 641px) {
  .pc_flex {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
  }
  .pc_flex .recruit_left {
    width: calc( 468 / 976 * 100% );
    margin-right: calc( 40 / 976 * 100% );
  }
}
/*modaal*/
.modaal_inner .modaal_ttl2 {
  padding-left: 15px;
  border-left: 6px solid #eb7000;
}

@media only screen and (min-width: 641px) {
  .modaal-content-container {
    padding: 0;
  }
  .modaal_inner {
    padding: 40px 54px 50px;
  }
  .modaal-manager_box .manager_box_inner .box-right {
    margin-left: 56px;
  }
}
.modaal-manager_box .manager_box_inner {
  display: flex;
  align-items: center;
}
.modaal-manager_box {
  border: 2px solid #eb7000;
}
@media only screen and (min-width: 641px) {
  .modaal_inner .modaal_ttl3 {
    margin-top: 48px;
  }
  .modaal-manager_box .manager_box_inner {
    padding: 23px 60px;
  }
}
@media only screen and (max-width: 640px) {
  .modaal-content-container {
    padding: 0 0 30px;
  }
  .modaal_inner {
    padding: 0 15px;
  }
  .modaal_inner .modaal_ttl2 {
    margin-top: 21px;
  }
  .modaal_inner .modaal_ttl2 h2 {
    font-size: 14px;
  }
  .modaal_inner .modaal_ttl3 {
    margin-top: 20px;
  }
  .modaal_inner .modaal_ttl3 h3 {
    font-size: 16px;
  }
  .modaal_inner h2, .modaal_inner h3, .modaal_inner h4, .modaal_inner h5, .modaal_inner p {
    word-break: break-all;
  }
  .modaal-manager_box .manager_box_inner {
    padding: 15px 15px 15px 8px;
  }
  .modaal-manager_box .manager_box_inner .box-left {
    width: 100%;
  }
  .modaal-manager_box .manager_box_inner .box-right {
    margin-left: 8px;
  }
}

@media only screen and (min-width: 641px) {
  #jbk-approval-area {
    background: url(/assets/img/bg_01.gif) 0 0 repeat;
  }

  .theme-attempt-item-inner.reverse {
    flex-direction: row-reverse;
  }
  .theme-attempt-textarea .ttl5.pc_text-left {
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .theme-attempt-textarea .sp_text-right {
    text-align: right;
  }
}

  .theme-attempt {
    margin-top: 1.25em;
  }

.theme-attempt-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-attempt-border {
  border-top: 1px solid #535252;
  margin-top: 15px;
}
.ttl5 h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.theme-attempt-item {
  background: #FFF6EC;
}

@media only screen and (min-width: 641px) {
  .theme-attempt {
    display: flex;
    flex-wrap: wrap;
  }
  .theme-attempt-item {
    width: 49%;
    padding: 30px;
  }
  .theme-attempt-item:nth-child(-n+2) {
    border-radius: 30px 30px 0 0;
    margin-bottom: 10px;
  }
  .theme-attempt-item:nth-child(n+3) {
    border-radius: 0 0 30px 30px;
  }
  .theme-attempt-item:nth-child(2n) {
    margin-left: 10px;
  }
}
.theme-attempt-item-inner .icon_width {
  width: 88px;
}

@media only screen and (max-width: 640px) {
  .theme-attempt-item {
    padding: 15px;
    border-radius: 30px;
  }
  .theme-attempt-item:not(:first-child) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .sty-frame-content--lang-ch .sty-gnav-lang {
    margin-left: 26.67vw!important;
  }
}