@charset "utf-8";


/* ++++++++++++++++++++++++++++++++++++++++++++++++++
 * #company
 * ++++++++++++++++++++++++++++++++++++++++++++++++++ */
#company div.bg {
  background: url(../img/company/top_img.jpg) no-repeat center/cover;
}
.kv .text-block{
  top: 190px;
}


/* -----.page_nav ----- */
.page_nav {
  margin-bottom: 80px;
}
.page_nav ul {
  display: flex;
  align-items: center;
}
.page_nav ul li {
  width: 25%;
  height: 80px;
  text-align: center;
  line-height: 20px;
  background-image: url(../img/company/menu_arr_d.jpg);
  background-repeat: no-repeat;
  background-position: bottom 6px center;
  box-shadow: 0px 12px 20px -6px rgba(0,0,0,0.06);
}
.page_nav ul li:first-child div.inner {
  border-left: 1px solid #0a3d8a;
}
.page_nav ul li div.inner {
  border-right: 1px solid #0a3d8a;
  height: 80px;
}
.page_nav ul li a {
  display: table-cell;
  vertical-align: middle;
  width: calc(1040px / 4);
  height: 60px;
  text-decoration: none;
  color: #333333;
}


/* -----.content ----- */
.content:not(:last-of-type) {
  margin-bottom: 80px;
}
.content p.tit_en {
  color: #0b41a0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.content h2 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
  line-height: 1.4;
  text-align: center;
}
.content h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0b41a0;
  border-radius: 1px;
}


/* -----#about_us .text_area----- */
#about_us .text_area {
  width: 800px;
  margin: 0 auto;
}
#about_us .text_area p {
  margin-bottom: 40px;
}
#about_us .text_area p a {
  color: #0b41a0;
  text-decoration: underline;
}




/* -----.content .items----- */
.content .items {
  display: flex;
}
.content .items .heading {
  width: 230px;
  color: #fff;
  background-color: #0b41a0;
  border-bottom: 1px solid #E9ECF3;
}
.content .items .heading h3 {
  padding: 30px;
}
.content .items .body {
  width: calc(100% - 230px);
  border-bottom: 1px solid #E9ECF3;
}
.content .items .body .inner {
  padding: 30px;
}
#introduction .items .heading h3 {
  line-height: 2.2;
}
#introduction .items .body .inner p {
  line-height: 2.2;
}





/* -----#​​expertise #consulting_theme----- */
#​​expertise h2,
#consulting_theme h2 {
  margin-bottom: 30px;
}
#​​expertise .text_area,
#consulting_theme .text_area {
  margin-bottom: 40px;
}
#​​expertise .text_area p,
#consulting_theme .text_area p {
  text-align: center;
}
#​​expertise p:not(.tit_en),
#​​expertise h3,
#consulting_theme p:not(.tit_en),
#consulting_theme div.theme_work h4,
#consulting_theme ul.number li {
  font-size: 14px
}




/* -----.content table----- */
.content table {
  width: 100%
}
.content table th,
.content table td {
  vertical-align: top;
  padding: 20px;
  border-bottom: 1px solid #E9ECF3;
}
.content table th {
  background-color: #F4F5F9;
  width: 190px;
}

/* -----.content ul.history----- */
ul.history {
  padding: 30px 30px 50px 30px;
}
ul.history li {
  display: flex;
  justify-content: flex-start;
}
ul.history li p {
  text-align: left;
  line-height: 2.2;
}
ul.history li p.year {
  width: 80px;
}
ul.history li p.text {
  width: calc(100% - 80px);
}



/* -----#consulting_theme----- */
#consulting_theme {}
#consulting_theme .box_shadow {
  padding: 40px 80px;
}
#consulting_theme h3 {
  font-size: 24px;
}
#consulting_theme .field:not(:last-of-type) {
  margin-bottom: 40px;
}
#consulting_theme .theme_work {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

#consulting_theme .theme_work .theme {
  width: 500px;
}
#consulting_theme .theme_work .work {
  width: 320px;
}





@media screen and (max-width:1219px) {
  #consulting_theme .box_shadow {
    padding: 30px;
  }
  #consulting_theme .theme_work .theme {
    width: calc(100% - 320px);
  }
  #consulting_theme .theme_work .work {
    width: 290px;
  }
}



/* SP */
@media screen and (max-width: 767px) {
  #company div.bg {
    background: url(../img/company/top_img_sp.jpg) no-repeat center/cover;
  }
  .kv .text-block{
    top: 130px;
  }
  .page_nav ul {
    flex-wrap: wrap;
  }
  .page_nav ul li {
    width: 50%;
    margin-bottom: 20px;
    background-image: url(../img/company/menu_arr_d_sp.jpg);
    background-size: 5px;
  }
  .page_nav ul li:nth-child(2n+1) div.inner {
    border-left: 1px solid #0a3d8a;
  }
  #about_us .text_area {
    width: 100%;
  }
  .content .items {
    display: block;
  }
  .content .items .heading {
    width: 100%;
    border-bottom: none;
  }
  .content .items .body {
    width: 100%;
    border-bottom: none;
  }
  .content .items .heading h3 {
    padding: 15px;
  }
  .content .items .body .inner {
    padding: 15px;
  }
  #introduction .items .heading h3 {
    line-height: 1.8;
  }
  #introduction .items .body .inner p {
    line-height: 1.8;
  }
  ul.history {
    padding: 0;
  }
  ul.history li {
    display: block;
    border-bottom: 1px solid #E9ECF3;
    padding: 10px;
  }
  ul.history li p.year {
    width: 100%;
    margin-bottom: 6px;
  }
  ul.history li p.text {
    width: 100%;
  }
  #consulting_theme h2 {
    font-size: 20px;
  }
  #consulting_theme .box_shadow {
    padding: 30px 20px;
  }
  #consulting_theme h3 {
    font-size: 20px;
  }
  #consulting_theme .theme_work {
    display: block;
  }
  #consulting_theme .theme_work .theme {
    width: 100%;
    margin-bottom: 20px;
  }
  #consulting_theme .theme_work .work {
    width: 100%;
  }
}

