@charset "UTF-8";
/* ::::::::::  USPコンサルティング  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.mainContent.consulting {
  background: #fff url("../img/service/consulting/main_pc.png") no-repeat center top;
  background-size: 2000px auto;
}

@media (max-width: 999px) {
  .mainContent.consulting {
    background: #fff url("../img/service/consulting/bg_sp.png") no-repeat left top/60px auto;
  }
}

/* =========================================================
pageTopWrap
========================================================= */
.consulting .pageTopWrap {
  padding: 100px 0 80px;
}

@media (max-width: 999px) {
  .consulting .pageTopWrap {
    padding: 55px 0;
  }
}

.consulting .pageTopWrap .pageTitle {
  margin-bottom: 50px;
  color: #3376b1;
}

@media (max-width: 999px) {
  .consulting .pageTopWrap .pageTitle {
    margin-bottom: 20px;
  }
  .mainContent .consulting .pageTopWrap .pageTitle span.en {
    line-height: 1;
    margin: 0 0 10px;
    font-size: 4.2rem;
    letter-spacing: -1px;
  }
}

.consulting .pageTopWrap .pageTitleText {
  font-weight: bold;
}

.consulting .pageTopWrap .main_sp {
  max-width: calc(100% + 12%);
  margin: 0 -6% 30px;
}

/* =========================================================
worksheet
========================================================= */
.worksheetList {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 999px) {
  .worksheetList {
    display: block;
  }
}

.worksheetList li {
  width: calc(33.33% - 20px);
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 999px) {
  .worksheetList li {
    width: 100%;
  }
}

.worksheetList li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 15px;
}

@media (max-width: 999px) {
  .worksheetList li h3 {
    font-size: 1.6rem;
  }
}

.worksheetList li h3 .icon {
  margin-left: -10px;
}

@media (max-width: 999px) {
  .worksheetList li h3 .icon {
    margin-left: -30px;
  }
}

.worksheetList li .image {
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 999px) {
  .worksheetList li .image {
    max-width: calc(100% + 12%);
    margin: 0 -6% 15px;
  }
}

@media (max-width: 999px) {
  .worksheetList li + li {
    margin-top: 20px;
  }
}

/* =========================================================
voice
========================================================= */
.topVoiceWrap {
  background: #FFF;
  padding: 90px 0 110px;
}

.topVoiceWrap h2 {
  font-size: 6rem;
}

@media (max-width: 999px) {
  .topVoiceWrap h2 {
    margin: 0 0 -35px 0;
    font-size: 5rem;
  }
}

.topVoiceWrap div.inner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.topVoiceWrap div.inner h2 {
  margin: 0 0 -40px -60px;
  position: relative;
  z-index: 2;
}

.topVoiceWrap div.block {
  padding: 0 0 30px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
}

.topVoiceWrap div.block.show {
  transform: translateY(0);
  opacity: 1;
}

.topVoiceWrap div.block a {
  display: flex;
  justify-content: space-between;
}

.topVoiceWrap div.block a p.img {
  position: relative;
}

.topVoiceWrap div.block a p.img img {
  transition: all 0.5s ease;
}

.topVoiceWrap div.block a p.img::after {
  background: #FFF url(../img/common/vector_right.svg) no-repeat center center;
  background-size: 30px 15px;
  width: 30px;
  height: 15px;
  padding: 12px 15px;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transition: right 0.5s ease;
}

.topVoiceWrap div.block a p.title {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
  z-index: 2;
  padding: 0 0 10px;
}

.topVoiceWrap div.block a p.name {
  font-size: 1.6rem;
  text-align: right;
  position: relative;
  z-index: 2;
}

.topVoiceWrap div.block a div.inside {
  width: 560px;
  height: 200px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s ease;
}

.topVoiceWrap div.block a div.inside::before {
  background: url(../img/top/quote1.svg) no-repeat center center;
  background-size: 100px 70px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100px;
  height: 70px;
}

.topVoiceWrap div.block a div.inside::after {
  background: url(../img/top/quote2.svg) no-repeat center center;
  background-size: 100px 70px;
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "";
  width: 100px;
  height: 70px;
}

.topVoiceWrap div.block a:hover p.img img {
  transform: scale(0.92);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.topVoiceWrap div.block a:hover p.img::after {
  right: -8px;
}

.topVoiceWrap div.block a:hover div.inside {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .topVoiceWrap div.inner h2 {
    margin-left: 0;
  }
}

@media (max-width: 999px) {
  .topVoiceWrap {
    padding: 30px 5% 30px;
  }
  .topVoiceWrap div.inner {
    width: 100%;
  }
  .topVoiceWrap div.inner h2 {
    margin: 0 0 -35px 0;
  }
  .topVoiceWrap div.block {
    padding: 0 0 15px;
  }
  .topVoiceWrap div.block a {
    display: block;
  }
  .topVoiceWrap div.block a p.img {
    padding: 0 0 10px;
  }
  .topVoiceWrap div.block a p.img img {
    width: 100%;
    height: auto;
  }
  .topVoiceWrap div.block a p.title {
    font-size: 1.9rem;
    line-height: 1.7;
    padding: 0 0 15px;
  }
  .topVoiceWrap div.block a p.name {
    font-size: 1.4rem;
  }
  .topVoiceWrap div.block a div.inside {
    width: auto;
    height: auto;
    padding: 20px 0;
    display: block;
  }
  .topVoiceWrap div.block a div.inside::before {
    background-size: 50px 35px;
    width: 50px;
    height: 35px;
  }
  .topVoiceWrap div.block a div.inside::after {
    background-size: 50px 35px;
    width: 50px;
    height: 35px;
    bottom: 0;
  }
}

/* =========================================================
otherService
========================================================= */
.otherService {
  background: #f5f6f6;
}

.otherServiceList li.on .image::after {
  border-color: #fff;
}

/* =========================================================
voice
========================================================= */
.voiceContent {
  position: relative;
  z-index: 0;
  padding-top: 75px;
}

@media (max-width: 999px) {
  .voiceContent {
    padding-top: 30px;
  }
}

@media (min-width: 1000px) {
  .voiceContent::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #f5f6f6;
    width: 100%;
    height: 580px;
  }
}

.voiceContent .titleArea {
  box-sizing: border-box;
  display: flex;
  background: #f5f6f6;
  width: calc(1020px + calc( (100% - 1020px) / 2));
  margin-left: auto;
  padding-right: calc( (100% - 1020px) / 2);
}

@media (max-width: 999px) {
  .voiceContent .titleArea {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

.voiceContent .titleArea .photo {
  width: 680px;
  margin: -70px 0 0 -130px;
}

@media (max-width: 999px) {
  .voiceContent .titleArea .photo {
    width: calc(100% - 40px);
    margin: 0 0 40px;
  }
  .voiceContent .titleArea .photo img {
    margin-top: -40px;
  }
}

.voiceContent .titleArea .textArea {
  box-sizing: border-box;
  width: calc(100% - 550px);
  padding: 50px 0 60px 50px;
}

@media (max-width: 999px) {
  .voiceContent .titleArea .textArea {
    width: 100%;
    padding: 0 6% 40px;
  }
}

.voiceContent .titleArea .textArea .voiceTitle {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 3rem;
}

@media (max-width: 999px) {
  .voiceContent .titleArea .textArea .voiceTitle {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.voiceContent .titleArea .textArea .voiceTitle span {
  display: block;
  background: #222f53;
  width: 60px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 999px) {
  .voiceContent .titleArea .textArea .voiceTitle span {
    margin-bottom: 15px;
  }
}

.voiceContent .titleArea .textArea .personList li {
  display: flex;
  align-items: center;
}

.voiceContent .titleArea .textArea .personList li img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

@media (max-width: 999px) {
  .voiceContent .titleArea .textArea .personList li img {
    margin-right: 10px;
  }
}

.voiceContent .titleArea .textArea .personList li span {
  display: block;
}

.voiceContent .titleArea .textArea .personList li .job {
  font-size: 1.4rem;
}

@media (max-width: 999px) {
  .voiceContent .titleArea .textArea .personList li .job {
    font-size: 1.2rem;
  }
}

.voiceContent .titleArea .textArea .personList li .name {
  font-weight: bold;
  font-size: 2.1rem;
}

@media (max-width: 999px) {
  .voiceContent .titleArea .textArea .personList li .name {
    font-size: 1.6rem;
  }
}

.voiceContent .titleArea .textArea .personList li + li {
  margin-top: 20px;
}

.voiceContent .text {
  clear: both;
  width: 630px;
  margin-bottom: 80px;
  font-weight: bold;
}

@media (max-width: 999px) {
  .voiceContent .text {
    width: 100%;
    margin-bottom: 40px;
  }
}

.voiceContent .text h3 {
  margin-bottom: 30px;
  color: #b4b4b4;
  font-size: 2.4rem;
}

@media (max-width: 999px) {
  .voiceContent .text h3 {
    margin-bottom: 15px;
    font-size: 1.9rem;
  }
}

.voiceContent .text p {
  line-height: 1.9;
  margin-top: 2em;
}

@media (max-width: 999px) {
  .voiceContent .text p {
    margin-top: 1.5em;
  }
}

.voiceContent .text.left {
  float: left;
}

@media (max-width: 999px) {
  .voiceContent .text.left {
    float: none;
  }
}

.voiceContent .text.left + .image {
  float: right;
}

@media (max-width: 999px) {
  .voiceContent .text.left + .image {
    float: none;
  }
}

.voiceContent .text.right {
  float: right;
}

@media (max-width: 999px) {
  .voiceContent .text.right {
    float: none;
  }
}

.voiceContent .text.right + .image {
  float: left;
}

@media (max-width: 999px) {
  .voiceContent .text.right + .image {
    float: none;
  }
}

.voiceContent .image {
  width: 320px;
}

@media (max-width: 999px) {
  .voiceContent .image {
    width: 100%;
    margin-bottom: 40px;
  }
}

.voiceContent .image.wide {
  width: 450px;
  margin-right: -130px;
}

@media (max-width: 999px) {
  .voiceContent .image.wide {
    width: calc(100% + 6%);
    margin-right: -6%;
  }
}

.voiceContent .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 330px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 999px) {
  .voiceContent .logo {
    width: 200px;
    height: 200px;
    margin: 0 auto 40px;
  }
  .voiceContent .logo img {
    width: 80%;
  }
}

.voiceContent .voiceFooter {
  clear: both;
  padding-bottom: 50px;
}

@media (max-width: 999px) {
  .voiceContent .voiceFooter {
    background: #f5f6f6;
    width: calc(100% + 12%);
    margin: 0 -6%;
  }
}

.voiceContent .voiceFooter .image {
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 999px) {
  .voiceContent .voiceFooter .image {
    margin-bottom: 50px;
  }
}

.voiceContent .voiceFooter .btn {
  margin: 0 auto;
}

@media (max-width: 320px) {
  .voiceContent .voiceFooter .btn {
    margin: 0 5%;
  }
}

.voiceContent .voiceFooter .btn a {
  width: 340px;
  height: 50px;
  line-height: 50px;
  font-size: 1.5rem;
}

@media (max-width: 999px) {
  .voiceContent .voiceFooter .btn a {
    width: 100%;
  }
}

.voiceContent .voiceFooter .btn a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border: 4px solid transparent;
  border-right: 6px solid #fff;
  width: 0;
  height: 0;
  margin: 0 10px 5px 0;
}

.voice .topVoiceWrap h2 {
  line-height: 1.1;
}

/*# sourceMappingURL=map/service_consulting.css.map */
