@charset "UTF-8";
/* 見出し */
/* テキスト */
/* リスト */
/* 導入企業バナー一覧 */
/* スライダー */
/* ページ内追従メニュー */
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: consulting_gyomukaikaku.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  overflow-x: hidden;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.right-nav a {
  position: relative;
}
.right-nav a img {
  transition: opacity 0.5s;
  animation-timing-function: cubic-bezier(0.3, -0.05, 0.7, -0.5);
  animation-duration: 500ms;
}
.right-nav a img:last-of-type {
  position: absolute;
  right: 0;
  opacity: 0;
}
.right-nav a:hover img:first-of-type {
  opacity: 0;
}
.right-nav a:hover img:last-of-type {
  opacity: 1;
}

.optimize-origin {
  right: 80px !important;
  bottom: 20px !important;
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

.mgb10 {
  margin: 0 0 10px !important;
}

.mgb50 {
  margin: 0 0 50px !important;
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .is-animation .header {
    margin: -50px 0 0;
  }
  .is-animation .header-logo {
    display: flex;
    align-items: flex-end;
    margin: 0 0 10px;
  }
  .is-animation .header-logo a {
    width: 140px;
    height: 30px;
    background: url("../img/common/logo_bizup_simple.webp") no-repeat 0 0;
    background-size: contain;
  }
  .is-animation .header-logo a img {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #050126;
}
@media screen and (max-width: 768px) {
  .header {
    border-bottom: none;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  height: 99px;
}
@media screen and (min-width: 1281px) and (max-width: 1480px) {
  .header-inner {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-inner {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 15px;
    width: 100%;
    height: 50px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo a {
  display: block;
  width: 150px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .header-logo a {
    width: 85px;
    height: 28px;
  }
}
.header-logo a img {
  width: 100%;
}

.header-nav {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .header-nav {
    margin: 12px 45px 0 0;
  }
}

.header-nav-top {
  margin: 0 0 17px;
}
@media screen and (max-width: 768px) {
  .header-nav-top {
    display: none;
  }
}
.header-nav-top ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.header-nav-top ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: solid 2px #FFF;
  font-size: 16px;
  font-weight: 500;
  color: #050126;
}
.header-nav-top ul li a::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
}
.header-nav-top ul li a:hover {
  opacity: 1;
  border-bottom: solid 2px #050126;
}
.header-nav-top ul li a:hover::before {
  transform: rotate(-30deg);
}
.header-nav-top ul li.company a::before {
  background: url("../img/common/ic_company.webp") no-repeat 0 0;
  background-size: contain;
}
.header-nav-top ul li.recruit a::before {
  background: url("../img/common/ic_recruit.webp") no-repeat 0 0;
  background-size: contain;
}
.header-nav-top ul li.hakenform a::before {
  background: url("../img/common/ic_hakenform.webp") no-repeat 0 0;
  background-size: contain;
}
.header-nav-top ul li.tel a::before {
  background: url("../img/common/ic_phone.webp") no-repeat 0 0;
  background-size: contain;
}

.header-nav-bottom ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-nav-bottom ul li {
  /* ドロップダウンメニュー用 */
}
.header-nav-bottom ul li a {
  position: relative;
  padding: 0 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}
.header-nav-bottom ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
  width: 100%;
  height: 5px;
  border: solid 1px #050126;
  background: #25AEEA;
}
.header-nav-bottom ul li a:hover {
  opacity: 1;
}
.header-nav-bottom ul li a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 768px) {
  .header-nav-bottom ul li.home {
    display: none;
  }
}
.header-nav-bottom ul li.home img {
  width: 22px;
  height: 22px;
}
.header-nav-bottom ul li.home a {
  padding: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .header-nav-bottom ul li.txtlink {
    display: none;
  }
}
.header-nav-bottom ul li.active a::after {
  transform: scale(1, 1);
}
.header-nav-bottom ul li.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
  width: 110px;
  height: 26px;
  border-radius: 15px;
  border: solid 1px #050126;
  font-size: 13px;
  font-weight: 700;
  background: #FFF;
  color: #050126;
}
.header-nav-bottom ul li.btn a::after {
  content: none;
}
.header-nav-bottom ul li.btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .header-nav-bottom ul li.btn__red {
    display: none;
  }
}
.header-nav-bottom ul li.btn__red a {
  background: #FFAFE0;
}
.header-nav-bottom ul li.dropdown:hover .header-nav-bottom-dropdownlists ul {
  visibility: visible;
  /* ホバーしたら表示 */
  opacity: 1;
}
.header-nav-bottom ul li.dropdown.active .header-nav-bottom-dropdownlists .noactive a:hover {
  opacity: 1;
}
.header-nav-bottom ul li.dropdown.active .header-nav-bottom-dropdownlists .noactive a:hover::after {
  transform: scale(1, 1);
}
.header-nav-bottom ul li.dropdown.active .header-nav-bottom-dropdownlists .noactive a::after {
  transform: scale(0, 1);
}

.header-nav-bottom-dropdownlists {
  position: relative;
}
.header-nav-bottom-dropdownlists ul {
  visibility: hidden;
  /* デフォルトでは非表示 */
  opacity: 0;
  transition: all .3s;
  flex-direction: column;
  gap: 0;
  position: absolute;
  top: 18px;
  background: #EEF0F4;
}
.header-nav-bottom-dropdownlists ul li {
  width: 200px;
}
.header-nav-bottom-dropdownlists ul li:not(:last-child) {
  border-bottom: solid 1px #050126;
}
.header-nav-bottom-dropdownlists ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
}
.header-nav-bottom-dropdownlists ul li a::after {
  bottom: -1px;
  left: -1px;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer {
  background: #EEF0F4;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 80px;
  width: 1080px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-inner {
    padding: 60px 15px 80px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 40px 15px 80px;
    width: 100%;
  }
}

.footer-top {
  display: grid;
  grid-template-areas: "logo linklist btnlist" "otherlist linklist btnlist";
  justify-content: space-between;
  padding: 0 0 40px;
}
.footer-top .footer-logo {
  grid-area: logo;
}
.footer-top .footer-linklist {
  grid-area: linklist;
}
.footer-top .footer-btnlist {
  grid-area: btnlist;
}
.footer-top .footer-otherlist {
  grid-area: otherlist;
}
@media screen and (max-width: 768px) {
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 30px;
  }
}

.footer-logo {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin: 0 auto 30px;
    width: 150px;
  }
}

.footer-linklist {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .footer-linklist {
    flex-wrap: wrap;
    gap: 25px;
    margin: 0 0 30px;
  }
}
.footer-linklist ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .footer-linklist ul {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-linklist ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}
@media screen and (max-width: 768px) {
  .footer-linklist ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer-btnlist {
    margin: 0 auto 50px;
  }
}
.footer-btnlist ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .footer-btnlist ul {
    gap: 15px;
  }
}
.footer-btnlist ul li .mod-btn a {
  padding: 0 50px;
  width: 270px;
}
.footer-btnlist ul li .mod-btn__red a {
  height: 54px;
}
@media screen and (max-width: 768px) {
  .footer-btnlist ul li .mod-btn__red a {
    height: 44px;
  }
}

.footer-otherlist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .footer-otherlist {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
  }
}
.footer-otherlist ul {
  display: flex;
  gap: 10px;
}
.footer-otherlist ul li {
  width: 44px;
}
.footer-otherlist ul li img {
  width: 100%;
  height: auto;
}
.footer-otherlist ul li.isms {
  width: 120px;
}
.footer-otherlist ul li.isms span {
  display: block;
  text-align: center;
  padding: 5px 0 0;
  color: #050126;
}
.footer-otherlist ul li.securityaction {
  width: 60px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: solid 1px #050126;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    padding: 30px 0 0;
  }
}

.footer-bottom-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul {
    justify-content: center;
    gap: 15px 30px;
    margin: 0 0 30px;
  }
}
.footer-bottom-link ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #050126;
}

.footer-copyright {
  font-size: 13px;
  font-weight: 300;
  color: #050126;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    text-align: center;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
/* 共通パーツ */
/* インナー */
.mod-inner {
  margin: 0 auto;
  padding: 80px 0;
  width: 1100px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner {
    padding: 60px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner {
    padding: 40px 15px;
    width: 100%;
  }
}

.mod-title {
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
  width: fit-content;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mod-title {
    margin: 0 auto 30px;
    font-size: 24px;
    line-height: 1;
  }
}
.mod-title.mod-title__line {
  text-decoration: underline;
  text-decoration-color: #FFEB3B;
  text-decoration-thickness: 16px;
  text-underline-offset: 5px;
}
@media screen and (max-width: 768px) {
  .mod-title.mod-title__line {
    text-decoration-thickness: 10px;
    line-height: 1.8;
  }
}
.mod-title.mod-title__step::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 15px;
  width: 111px;
  height: 69px;
  background: url(../consulting-gyomukaikaku/img/ic_4step.webp) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .mod-title.mod-title__step::after {
    top: 10px;
    width: 72px;
    height: 45px;
  }
}
.mod-title.mod-title__bk {
  color: #050126;
}

.mod-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mod-txt {
    text-align: unset;
    line-height: 1.7;
  }
}
.mod-txt span {
  font-size: 18px;
  font-weight: 700;
}
.mod-txt span em {
  font-weight: 700;
  color: #4CA0E2;
}

.mod-img {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .mod-img {
    margin: 20px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-img img {
    width: 100%;
  }
}

/* ボタン */
.mod-btn {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mod-btn {
    width: 100%;
  }
}
.mod-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 40px 0 60px;
  width: 240px;
  height: 54px;
  border-radius: 40px;
  border: solid 1px #050126;
  font-size: 17px;
  font-weight: 700;
  background: #FFF;
  color: #050126;
}
@media screen and (max-width: 768px) {
  .mod-btn a {
    margin: 0 auto;
    height: 44px;
    font-size: 15px;
  }
}
.mod-btn a::before {
  content: '';
  position: absolute;
  margin: 0 0 0 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #050126 url("../img/common/ic_arrow.webp") no-repeat center center;
  animation-name: btn-move-out;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-out {
  0% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mod-btn a::before {
    width: 26px;
    height: 26px;
    background-size: 13px;
  }
}
.mod-btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}
.mod-btn a:hover::before {
  margin: 0 0 0 22px;
  background: url("../img/common/ic_arrow_l.webp") no-repeat center center;
  animation-name: btn-move-in;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-in {
  0% {
    left: 0;
  }
  100% {
    left: 5px;
  }
}
.mod-btn__red a {
  padding: 0 50px;
  width: 270px;
  height: 48px;
  background: #FFAFE0;
}
@media screen and (max-width: 768px) {
  .mod-btn__red a {
    height: 44px;
  }
}

/* 共通パーツ(ここまで) */
/* MV */
.main-visual {
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin: 0;
  }
}

.main-visual-img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.main-visual-img img {
  width: 100%;
  max-width: 1920px;
  max-height: 550px;
}
@media screen and (max-width: 768px) {
  .main-visual-img {
    display: none;
  }
}

.main-visual-img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-visual-img-sp {
    display: block;
  }
}

/* 業務改革コンサルティングとは */
.why {
  background: #F3ECE9;
}

/* 業務改革×人材育成を同時に実現 業務改革コンサルティングの全体像 */
.overview {
  background: #4CA0E2;
}
.overview .mod-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .overview .mod-inner {
    gap: 40px;
  }
}
.overview .mod-btn {
  display: flex;
  justify-content: center;
}
.overview .mod-btn a {
  padding: 0 0 0 25px;
  width: 370px;
}
@media screen and (max-width: 768px) {
  .overview .mod-btn a {
    width: 330px;
  }
}

.overview-list-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 920px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .overview-list-contents {
    width: 100%;
    max-width: 920px;
  }
}
@media screen and (max-width: 768px) {
  .overview-list-contents {
    justify-content: center;
    align-items: unset;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .overview-list-contents img {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .overview-list-contents img {
    max-width: 400px;
  }
}
.overview-list-contents p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .overview-list-contents p {
    font-size: 16px;
  }
}
.overview-list-contents p span {
  font-weight: 700;
  color: #FFEB3B;
}

.overview-step ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .overview-step ul {
    flex-wrap: wrap;
  }
}
.overview-step ul li {
  width: 220px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .overview-step ul li {
    width: 25%;
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .overview-step ul li {
    width: 100%;
  }
}
.overview-step ul li:not(:last-child) dl::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 25px;
  right: -15px;
  width: 29px;
  height: 20px;
  background: url(../consulting-gyomukaikaku/img/ic_arrow_right.webp) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .overview-step ul li:not(:last-child) dl::after {
    top: unset;
    bottom: -15px;
    right: calc(50% - 15px);
    transform: rotate(90deg);
    z-index: 1;
  }
}
.overview-step ul li dl {
  position: relative;
}
.overview-step ul li dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 70px;
  border-radius: 0 20px 0 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  background: #FFEB3B;
}
@media screen and (max-width: 768px) {
  .overview-step ul li dl dt {
    min-height: 40px;
    font-size: 16px;
  }
}
.overview-step ul li dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  z-index: 1;
  padding: 20px 10px 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .overview-step ul li dl dd {
    padding: 20px 15px 5px;
  }
}

.overview-step-num {
  margin: 0 0 5px;
  font-size: 34px;
  font-family: 'Ropa Sans', sans-serif;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .overview-step-num {
    text-align: center;
    font-size: 28px;
  }
}
.overview-step-num span {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .overview-step-num span {
    font-size: 34px;
  }
}

.overview-step-txtlist ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  min-height: 125px;
}
@media screen and (max-width: 768px) {
  .overview-step-txtlist ul {
    gap: 5px;
    min-height: unset;
  }
}
.overview-step-txtlist ul li {
  width: 100%;
  padding: 0 0 0 20px;
  text-indent: -20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .overview-step-txtlist ul li {
    font-size: 14px;
  }
}
.overview-step-txtlist ul li::before {
  content: '●';
  padding: 0 3px 0 0;
}

.overview-step-deliverable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.overview-step-deliverable p {
  display: inline-block;
  z-index: 1;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  background: #4CA0E2;
  color: #FFF;
}

.overview-step-deliverable-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
  top: -15px;
  padding: 30px 10px 15px;
  width: 100%;
  border-radius: 20px;
  background: #4CA0E2;
}
@media screen and (max-width: 768px) {
  .overview-step-deliverable-box {
    flex-wrap: unset;
    justify-content: unset;
    align-items: center;
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .overview-step-deliverable-box img {
    width: 40px;
    height: max-content;
  }
}
.overview-step-deliverable-box ul {
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  text-align: center;
  width: 100%;
  min-height: 70px;
}
@media screen and (max-width: 768px) {
  .overview-step-deliverable-box ul {
    gap: 8px;
    padding: 0 60px 0 0;
    min-height: unset;
  }
}
.overview-step-deliverable-box ul li {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .overview-step-deliverable-box ul li {
    font-size: 14px;
  }
}

/* 業務改革で得られる効果 */
.effect {
  background: url(../consulting-gyomukaikaku/img/bg_effect.webp) no-repeat 0 0;
  background-size: cover;
  opacity: 0.8;
}

.effect-box {
  margin: 0 auto;
  padding: 80px 60px;
  width: 920px;
  background: rgba(43, 138, 213, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .effect-box {
    padding: 60px 30px;
    width: 100%;
    max-width: 920px;
  }
}
@media screen and (max-width: 768px) {
  .effect-box {
    padding: 30px 15px;
    width: 100%;
  }
}

.effect-box-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .effect-box-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.effect-box-list h2 {
  text-align: center;
  padding: 60px 0 0 35px;
  width: 300px;
  height: 300px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  background: url(../consulting-gyomukaikaku/img/il_effect_fikidashi.webp) no-repeat right 0, url(../consulting-gyomukaikaku/img/il_effect_fikidashi_kira.webp) no-repeat left bottom;
  color: #4CA0E2;
}
@media screen and (max-width: 768px) {
  .effect-box-list h2 {
    padding: 45px 0 0;
    width: 184px;
    height: 160px;
    font-size: 20px;
    line-height: 1.5;
    background: url(../consulting-gyomukaikaku/img/il_effect_fikidashi.webp) no-repeat 0 0;
    background-size: contain;
  }
}
.effect-box-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0 0;
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .effect-box-list ul {
    gap: 10px;
    padding: 0;
    width: 100%;
  }
}
.effect-box-list ul li {
  padding: 0 0 0 20px;
  text-indent: -20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .effect-box-list ul li {
    font-size: 14px;
  }
}
.effect-box-list ul li span {
  border-bottom: solid 3px #050126;
  font-weight: 700;
  color: #FFEB3B;
}
@media screen and (max-width: 768px) {
  .effect-box-list ul li span {
    border-bottom: solid 2px #050126;
  }
}
.effect-box-list ul li::before {
  content: '●';
  padding: 0 3px 0 0;
}

.effect-box-list-img {
  position: relative;
  left: 30px;
  width: 262px;
  height: 228px;
  background: url(../consulting-gyomukaikaku/img/il_effect_fikidashi.webp) no-repeat 0 0;
}
@media screen and (max-width: 768px) {
  .effect-box-list-img {
    left: unset;
    width: 184px;
    height: 160px;
  }
}
.effect-box-list-img::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  right: 30px;
  width: 92px;
  height: 70px;
  background: url(../consulting-gyomukaikaku/img/il_effect_fikidashi_kira.webp) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .effect-box-list-img::after {
    content: none;
  }
}

.effect-box-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .effect-box-txt {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .effect-box-txt {
    margin: 30px 0 0;
    font-size: 15px;
    line-height: 1.6;
  }
}
.effect-box-txt span {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .effect-box-txt span {
    font-size: 17px;
  }
}
.effect-box-txt span em {
  font-weight: 700;
  color: #FFEB3B;
}

/* ビズアップ総研が選ばれる理由 支援実績 */
.reason {
  background: #4CA0E2;
}
.reason .mod-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .reason .mod-inner {
    gap: 40px;
  }
}

.reason-list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 920px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .reason-list ul {
    width: 100%;
    max-width: 920px;
  }
}
@media screen and (max-width: 768px) {
  .reason-list ul {
    gap: 20px;
    width: 100%;
  }
}
.reason-list ul li {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .reason-list ul li {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .reason-list ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.reason-list-img {
  width: 340px;
  height: 216px;
}
@media screen and (max-width: 768px) {
  .reason-list-img {
    margin: 0 auto;
  }
}

.reason-list-box {
  width: calc(100% - 370px);
}
@media screen and (max-width: 768px) {
  .reason-list-box {
    width: 100%;
  }
}

.reason-list-box-title {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: solid 3px #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFEB3B;
}
@media screen and (max-width: 768px) {
  .reason-list-box-title {
    margin: 0px 0 10px;
    padding: 0px 0 10px;
    border-bottom: solid 2px #FFF;
    font-size: 16px;
  }
}

.reason-list-box-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .reason-list-box-txt {
    font-size: 14px;
    line-height: 1.6;
  }
}

.reason-achievements dl {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.reason-achievements dl dt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  padding: 30px 40px;
  width: 920px;
  background: #76C3FF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .reason-achievements dl dt {
    width: 100%;
    max-width: 920px;
  }
}
@media screen and (max-width: 768px) {
  .reason-achievements dl dt {
    padding: 30px 15px;
    width: 100%;
  }
}
.reason-achievements dl dt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .reason-achievements dl dt ul {
    gap: 3.5%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .reason-achievements dl dt ul {
    flex-wrap: wrap;
  }
}
.reason-achievements dl dt ul li {
  position: relative;
  padding: 20px 12px;
  width: 260px;
  border: solid 4px #4CA0E2;
  border-radius: 0 0 20px 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .reason-achievements dl dt ul li {
    width: 31%;
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .reason-achievements dl dt ul li {
    width: 100%;
  }
}
.reason-achievements dl dt ul li:not(:last-child)::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 45%;
  right: -25px;
  width: 43px;
  height: 30px;
  background: url(../consulting-gyomukaikaku/img/ic_arrow_right_blue.webp) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .reason-achievements dl dt ul li:not(:last-child)::after {
    top: unset;
    bottom: -20px;
    right: calc(50% - 21px);
    transform: rotate(90deg);
    z-index: 1;
  }
}
.reason-achievements dl dt ul li:last-child {
  border: solid 4px #FFEB3B;
  background: #FFFCE6;
}

.reason-achievements-num {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .reason-achievements-num {
    margin: 0 0 5px;
    font-size: 18px;
  }
}

.reason-achievements-title {
  text-align: center;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #4CA0E2;
}
@media screen and (max-width: 768px) {
  .reason-achievements-title {
    font-size: 16px;
  }
}

.reason-achievements-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .reason-achievements-txt {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* 導入までのプロセス */
.process-list {
  margin: 55px 0 60px;
}
@media screen and (max-width: 768px) {
  .process-list {
    margin: 0 0 20px;
  }
}
.process-list ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
  width: 920px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .process-list ul {
    width: 100%;
    max-width: 920px;
  }
}
@media screen and (max-width: 768px) {
  .process-list ul {
    gap: 15px;
    width: 100%;
  }
}
.process-list ul li {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  padding: 0 50px 0 240px;
  height: 60px;
  border-radius: 70px;
  background: #F3ECE9;
}
@media screen and (max-width: 768px) {
  .process-list ul li {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 10px 0;
    height: auto;
  }
}

.process-list-num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  left: 50px;
  z-index: 1;
  padding: 0 0 5px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(128.94deg, #4ca0e2 22.35%, #2b87cf 61.15%, #24307d 97.77%);
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .process-list-num {
    top: unset;
    left: 10px;
    padding: 0 0 2px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.process-list-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .process-list-img {
    left: unset;
    right: -15px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .process-list-img img {
    width: 50%;
  }
}

.process-list-title {
  width: 180px;
  font-size: 22px;
  font-weight: 700;
  color: #4CA0E2;
}
@media screen and (max-width: 768px) {
  .process-list-title {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
}
.process-list-title span {
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 0 0 15px;
  padding: 3px 12px 4px;
  font-size: 13px;
  font-weight: 700;
  background: #4CA0E2;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .process-list-title span {
    top: -2px;
    padding: 3px 10px;
    font-size: 10px;
  }
}

.process-list-txt {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .process-list-txt {
    font-size: 14px;
  }
}

/* お申し込み */
.consulting-gyomukaikaku-applicationform {
  background: #F3ECE9;
}
.consulting-gyomukaikaku-applicationform .applicationform-link a {
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  margin: 0 auto 2em;
  transition: .3s;
  color: #050126;
}
.consulting-gyomukaikaku-applicationform .applicationform-link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .consulting-gyomukaikaku-applicationform .applicationform-link a {
    font-size: 12px;
  }
}
.consulting-gyomukaikaku-applicationform .applicationform-table-list ul {
  flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .consulting-gyomukaikaku-applicationform .applicationform-table-list ul {
    flex-direction: column;
    gap: 15px;
  }
}
.consulting-gyomukaikaku-applicationform .applicationform-table-list ul li:not(:last-child) {
  margin: 0;
}
.consulting-gyomukaikaku-applicationform .applicationform-table table td.txtbox textarea {
  border: 1px solid #B0B0B0;
}

/* 申し込み遷移ボタン（追従） */
.link-contact-btn {
  position: fixed;
  right: 20px;
  bottom: 35%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .link-contact-btn {
    bottom: 20px;
    left: 15px;
  }
}
.link-contact-btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 0 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: solid 1px #050126;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  background: #FFAFE0;
  color: #050126;
}
@media screen and (max-width: 768px) {
  .link-contact-btn a {
    flex-direction: unset;
    padding: 0;
    width: calc(100% - 40px);
    height: 44px;
    border-radius: 25px;
    font-size: 14px;
  }
}
.link-contact-btn a span {
  font-weight: 700;
}
.link-contact-btn a::after {
  content: '';
  position: relative;
  margin: 8px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #050126 url("../img/common/ic_arrow.webp") no-repeat center center;
  transform: rotate(90deg);
  animation-name: link-contact-btn-move-out;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes link-contact-btn-move-out {
  0% {
    top: 8px;
  }
  100% {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .link-contact-btn a::after {
    margin: 0 0 0 10px;
    width: 26px;
    height: 26px;
    background-size: 13px;
    transform: unset;
  }
}
.link-contact-btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}
.link-contact-btn a:hover::after {
  animation-name: link-contact-btn-move-in;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes link-contact-btn-move-in {
  0% {
    top: 0;
  }
  100% {
    top: 8px;
  }
}
