@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #3B4043;
  letter-spacing: 0.1em;
  /*font-family: "ryo-gothic-plusn", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
}

/*------    共通     ------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 36px;
  margin-top: 3px;
}

a {
  text-decoration: none;
  color: #3B4043;
}

/* スクロールアニメーション */
.sa {
    opacity: 0;
    transition: all 1.2s ease;
}
.sa.show {
    opacity: 1;
    transform: none;
}
.sa--up {
    transform: translate(0, 50px);
}

/* ボタン（青の標準サイズ） */
.button_blue {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  position: relative;
  padding: 1em 1.5em;
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 2em;
  background-color: #005065;
  box-shadow: 1px 1px 5px rgb(168, 168, 168);
}
.button_blue::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 170px;
  margin-top: -4px;
}
@media (hover: hover) {
  .button_blue:hover {
    background-color: #0088aa;
  }
}

/* ボタン（青の横広サイズ） */
.button_blue_02 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  position: relative;
  padding: 1em 1.5em;
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 2em;
  background-color: #005065;
  box-shadow: 1px 1px 5px rgb(168, 168, 168);
}
.button_blue_02::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 250px;
  margin-top: -4px;
}
@media (hover: hover) {
  .button_blue_02:hover {
    background-color: #0088aa;
  }
}

/* ボタン（青の「＞」なし） */
.button_blue_03 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  position: relative;
  padding: 1em 1.5em;
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 2em;
  background-color: #005065;
  box-shadow: 1px 1px 5px rgb(168, 168, 168);
}
@media (hover: hover) {
  .button_blue_03:hover {
    background-color: #0088aa;
  }
}

/* ボタン（青の「＞」なし＆横広） */
.button_blue_04 {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  position: relative;
  padding: 1em 1.5em;
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 2em;
  background-color: #005065;
  box-shadow: 1px 1px 5px rgb(168, 168, 168);
}
.button_blue_04 img {
  vertical-align: middle;
}
@media (hover: hover) {
  .button_blue_04:hover {
    background-color: #0088aa;
  }
}

/* ボタン（灰色の「＞」なし） */
.button_gray_01 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  position: relative;
  padding: 1em 1.5em;
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 2em;
  background-color: gray;
  box-shadow: 1px 1px 5px rgb(168, 168, 168);
}
@media (hover: hover) {
  .button_gray_01:hover {
    background-color: lightgray;
  }
}

/* pc,sp切り替え */
.pc { 
  display: block !important; 
}
.sp {
  display: none !important; 
}

/* トップ画像 */
.top-picture {
  width: 100%;
  height: 1000px;
}
.top-picture img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*トップテキスト*/
.img-frame-text {
  position: absolute;
  width: 90%;
  text-align: left;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
}
.img-frame-text strong{
  font-size: 50px;
  line-height: 1.5em;
}



/* MOUNTEDGE とは */
.top-1 {
  margin: 0px 0px;
  /*padding: 0px 20px;*/
  padding: 0px 15%;
  text-align: center;
}
.top-1 h1 {
  line-height: 1.5em;
  margin: 0px;
}
.top-1 .small {
  font-size: 12px;
}
.top-1 .message {
  margin-top: 50px;
}
.top-1 .message p {
  line-height: 2; /* 行間を少し広げる */
}
.top-1 .message .strong {
  font-size: 20px;
  color: #08556A;
  font-weight: 500;
}
#top-casestudy {
    scroll-margin-top: 80px; /* 固定ヘッダーの高さ分調整 */
}


/* サービス */
.top-2 {
  margin: 150px 0px 0px 0px;
  padding: 100px 15%;
  text-align: center;
  background: linear-gradient(#5584A7, #8CA9BA); 
  color: white;
}
.top-2 .small {
  font-size: 12px;
}
.top-2 .message {
  margin-top: 50px;
}
.top-2 .flex {
  display: flex;
  margin: 100px 10px;
}
.top-2 .flex div {
  flex-basis: 30%;
  background-color: white;
  border-radius: 4px;
  color: #3B4043;
}
.top-2 .flex div .image {
  height: 250px;
  margin: 20px;
}
.top-2 .flex div h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 0px 20px;
  font-size: 22px;
  color: #08556A;
}
.top-2 .flex div .message {
  margin: 20px;
}
.top-2-contents {
  margin: 20px;
  padding: 20px;
}

/* 実績一覧 */
.top-3 {
  margin: 0px 0px 0px 0px;
  padding: 100px 15%;
  text-align: center;
  background: linear-gradient(#8CA9BA, #BBC9CA); 
  color: white;
}
.top-3 .small {
  font-size: 12px;
}
.top-3 .message {
  margin-top: 50px;
}
.top-3 .table {
  background-color: white;
  margin: 100px 50px;
  padding: 50px;
}
/* ----- テーブルの開閉に関わる部分 ここから ----- */
.top-3 .table .column-body {
  position: relative;
  height: auto;
  overflow: hidden;
}
.top-3 .table .column-body-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 70px;
  text-align: center;
  line-height: 2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
}
.top-3 .table .is-open .column-body-more {
  background: transparent;
}
.top-3 .column-see-next-btn-div {
  position: relative;
  background-color: #005065;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -50px;
  margin: 0 auto;
}
.top-3 .column-see-next-btn-div.is-open {
  position: relative;
  background-color: #005065;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -20px;
  margin: 0 auto;
}
.top-3 .column-see-next-btn::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  margin-left: -7px;
}
.top-3 .column-see-next-btn.is-open::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  margin-left: -7px;
}



/* ----- テーブルの開閉に関わる部分 ここまで ----- */
.top-3 .table table {
  width: 100%;
  border-collapse: collapse;
}
.top-3 .table th {
  background-color: gray;
  border: 1px solid lightgray;
  font-weight: normal;
  padding: 10px;
  white-space: nowrap;
}
.top-3 .table td {
  color: #3B4043;
  background-color: white;
  border: 1px solid lightgray;
  text-align: center;
  padding: 10px;
}
.top-3 .table td.left {
  text-align: left;
}
.top-3 .table td.circle {
  font-size: 18px;
  color: lightgray;
}
/*スマホ版テーブル*/
.top-3-sp {
  margin: 50px 0px;
  color: #3B4043;
  background-color: #ffffff;
  padding: 10px;
}
.top-3-sp td{
  vertical-align: top;
}
.top-3-sp .left {
  text-align: left;
  margin: 0 0 0 0;
  padding: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.top-3-sp .right {
  text-align: right;
  white-space: nowrap;
  width: 100px;
}
.top-3-sp-label {
  text-align: left;
  margin: 10px 0px;
}
.top-3-sp .label-1 {
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  background-color: #005065;
}
.top-3-sp .label-2 {
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  background-color: #4E7FA5;
}
.top-3-sp .label-3 {
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  background-color: #F27777;
}
.top-3-sp span {
  margin-right: 5px;
}
.custom-line {
  border: none;
  border-top: 1px solid #9e9e9e; /* 線の色と太さ */
  margin: 10px 0px 30px 0px;            /* 上下の余白 */
}


/* 成果の事例 */
.top-4 {
  margin: 0px 0px 0px 0px;
  padding: 100px 15%;
  text-align: center;
  background-color: white;
}
.top-4 .small {
  font-size: 12px;
}
.top-4 .message {
  margin-top: 50px;
}
.top-4 .button {
  margin: 50px 0px;
}
.top-4 .table {
  margin: 100px 50px;
}
.top-4 .table table {
  width: 100%;
  border-collapse: collapse;
}
.top-4 .table th {
  color: white;
  background-color: gray;
  border: 1px solid lightgray;
  font-weight: normal;
  padding: 10px;
}
.top-4 .table th.topleft {
  background-color: white;
  border: none;
}
.top-4 .table td {
  color: #3B4043;
  background-color: white;
  border: 1px solid lightgray;
  text-align: center;
  padding: 10px;
}
.top-4 .table td.left {
  text-align: left;
}
/*スマホ版テーブル*/
.table-sp .left{
  text-align: left;
  margin: 0 0 0 0;
  padding: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.table-sp .right{
  text-align: right;
}
.top-4 .table-sp table {
  padding: 10px;
  background-color: #F1F1F1;
  width: 100%;
  margin: 10px 0px;
}
.top-4 .table-sp .right {
  width: 80px;
}
.table-sp table th{
  color: #005065;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

/* 会社概要 */
.top-5 {
  margin: 0px 0px 0px 0px;
  padding: 100px 15%;
  text-align: center;
  background-color: whitesmoke;
}
.top-5 .small {
  font-size: 12px;
}
.top-5 .table {
  margin: 100px 50px 50px 50px;
}
.top-5 .table table {
  width: 100%;
  border-collapse: collapse;
}
.top-5 .table th {
  color: white;
  background-color: gray;
  border: 1px solid lightgray;
  font-weight: normal;
  padding: 10px;
    white-space: nowrap;
}
.top-5 .table td {
  color: #3B4043;
  background-color: white;
  border: 1px solid lightgray;
  text-align: left;
  padding: 10px 10px 10px 20px ;
}
.top-5 .button {
  margin: 0px 0px 150px 0px;
}
.top-5 h3 {
  background-color: #E9E9E9;
  background: linear-gradient(to right, #005065 0px, #005065 20px, #E9E9E9 20px, #E9E9E9 100%);
  margin: 100px 50px;
  padding: 10px 10px 10px 35px;
  font-size: 28px;
  text-align: left;
}
.top-5 .greeting {
  display: flex;
  margin: 0px 50px;
  align-items: center;
}
.top-5 .greeting .image img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.top-5 .greeting .text {
  text-align: left;
  padding: 0px 50px;
}
.top-5 .greeting .text .post {
  font-size: 12px;
}
.top-5 .greeting .text h4 {
  font-size: 24px;
}
.top-5 .greeting .text .message {
  line-height: 1.5em;
  font-size: 16px;
}
/* .top-5 .table2 {
  margin: 100px 50px;
}
.top-5 .table2 table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.top-5 .table2 th {
  color: lightgray;
  vertical-align: top;
  padding: 10px;
}
.top-5 .table2 td {
  vertical-align: top;
  padding: 10px;
}
.top-5 .table2 td.strong1 {
  color: #005065;
}
.top-5 .table2 td.strong2 {
  color: #005065;
  font-weight: bold;
}
.top-5 .table2 td.strong3 {
  color: #005065;
} */
 /*略歴デザイン*/
.timeline {
  list-style: none;
  text-align: left;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline h3 {
  font-size: 20px;
}
.text-blue {
  color: #005065;
}
.timeline-content {
  display: flex;
}
.timeline-item-1 {
  flex-basis: 30%;
}
.timeline-item-2 {
  flex-basis: 70%;
}
/* for Desktop */
/* @media ( min-width : 640px ){ */
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 30px;
  float: left;
  margin-top: 20px;
}
.timeline-content {
  width: 90%;
  float: left;
  border-left: 3px #E3E3E3 solid;
  padding-left: 30px;
}
.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #CACACA;
  position: absolute;
  left: 26px;
  top: 24px;
  border-radius: 100%;
}
.maru-blue:before {
    background: #005065;
}







/* 採用情報 */
.top-6 {
  margin: 0px 0px 0px 0px;
  padding: 100px 15%;
  text-align: center;
  background-color: white;
}
.top-6 .small {
  font-size: 12px;
}
.top-6 .image {
  margin: 100px 0px 50px 0px;
}
/* .top-6 .image img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */
.top-6 .appeal {
  margin: 50px;
  color: #005065;
  font-weight: bold;
}
.top-6 .message {
  margin: 50px;
  text-align: center;
}
.top-6 .button {
  margin: 50px;
}












/* -------------------- */

/* サービス */

/* メインタイトル */
.service-maintitle {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 2.5em;
}
.service-maintitle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  bottom: 0;
  height: 10px;
  background-image: linear-gradient(to right, #5584A7, #E9E9E9);
  border-radius: 4px;
  z-index: -1;
}
.service-main-02 .service-maintitle {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.service-main-02 .service-maintitle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  height: 10px;
  background-image: linear-gradient(to right, #5584A7, #E9E9E9);
  border-radius: 4px;
  z-index: -1;
}

/* サブタイトル */
.service-subtitle {
  text-align: left;
  margin: 100px 0px 50px 0px;
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 2em;
}
.service-subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: #BBC9CA;
  /* border-radius: 4px; */
  z-index: -1;
}
.service-subtitle h3 {
  font-size: 24px;
  margin: 0px;
  padding-left: 10px;
}

/* MOUNTEDGEサービスの考え方 */
.service-main-01 {
  /* margin: 200px 0px; */
  padding: 200px 15%;
  text-align: center;
}
.service-main-01 .strong_01 {
  font-size: 32px;
  font-weight: bold;
  color: #005065;
}
.service-main-01 .strong_02 {
  font-weight: bold;
  color: #005065;
}
.service-main-01 .strong_03 {
  font-weight: bold;
}
.service-main-01 .image {
  margin: 100px 0px 0px 0px;
  display: flex;
  justify-content: center;
}
.service-main-01 .image-item {
  flex-basis: 30%;
}
.service_image_11-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  padding: 30px 10px;
  border-radius: 10px;
  margin: 20px 0px;
  box-shadow: 1px 1px 5px  rgb(168, 168, 168);
}
.service_image_11-contents span{
  font-weight: bold;
  color: #F27777;
  font-size: 20px;
}
.image-item-1 {
  flex-basis: 25%;
}
.image-item-1 img{
  width: 200px;
}
.image-item-2 {
  flex-basis: 70%;
  text-align: left;
}
.service-main-01 .image strong{
  color: #005065;
  font-size: 20px;
}
.service-main-01 .message_left {
  text-align: left;
}
.service-main-01 .message_strong {
  text-align: center;
  font-weight: bold;
  color: #005065;
  line-height: 2em;
}
.service-main-01 h4 {
  font-weight: bold;
  color: #005065;
  font-size: 28px;
  line-height: 1.5em;
}

/*吹き出し*/
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 95%;
  max-width: 200px;
  color: #555;
  font-size: 13px;
  background: #FFF;
  border: solid 3px #005065;
  box-sizing: border-box;
  text-align: left;
}
.balloon2-top:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #005065;
  z-index: 1;
}
.balloon2-top p {
  margin: 0;
  padding: 0;
}

/* 企業がうけているサービス格差 */
.service-main-01 .image {
  margin: 50px 0px;
}
.service-main-01 .service_image_12 {
  margin: 0;
}

/* DX */
.service-main-02 {
  text-align: center;
  background-color: #FAFAFA;
  margin: 200px 0px;
  padding: 200px 15%;
  position: relative;
  z-index: -2;
}
.service-main-02 .strong_01 {
  color: #005065;
  font-weight: bold;
}
.service-main-02 .strong_02 {
  font-weight: bold;
}
.service-main-02 .message_left {
  text-align: left;
}
.service-main-02 .message_left p {
  margin: 40px 0px;
}
.service-main-02 .image {
  text-align: center;
  margin: 40px 0px;
}
.service-main-02 .image img{
  width: 80%;
}
.service-main-02 .message_sub {
  font-size: 16px;
}
#graph-title {
  margin-top: 50px;
  font-size: 20px;
}
.service-main-02-contents {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
.service-main-02-item {
  flex-basis: 45%;
  margin: 10px 0px 50px 0px;
}
.service-main-02-item img{
  width: 80%;
}
.service_image_05 {
  width: 90%;
  margin: 0px auto;
}


/* 業務／システムを変えるために必要なこと */
.service-main-03 {
  text-align: center;
  margin: 200px 0px;
  padding: 200px 15%;
}
.service-main-03 .message_left {
  text-align: left;
}
.service-main-03 .image {
  margin: 40px 0px;
}
.service-main-03 .image img{
  width: 100%;
}
.service-main-03 .button {
  margin: 40px 0px;
}
.service-main-03-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FAFAFA;
  box-shadow: 1px 1px 5px rgb(168, 168, 168);
  border-radius: 10px;
  margin: 50px 0px;
  padding: 10px;
  text-align: left;
}
.service-main-03-item {
  flex-basis: 30%;
  margin: 10px;
}
.service-main-03-item .label {
  padding: 10px;
  background-color: #4E7FA5;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
} 
/* -------------------- */

/* 採用情報 */

/* メインタイトル */
.recruit-maintitle {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0px 0px 100px 0px;
}
.recruit-maintitle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  bottom: 0;
  height: 10px;
  background-image: linear-gradient(to right, #5584A7, #E9E9E9);
  border-radius: 4px;
  z-index: -1;
}

/* サブタイトル1 */
.recruit-subtitle-01 {
  text-align: left;
  margin: 100px 0px 50px 0px;
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 2.5em;
}
.recruit-subtitle-01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #005065;
  /* border-radius: 4px; */
  z-index: -1;
}
.recruit-subtitle-01 h2 {
  color: #005065;
  font-size: 28px;
  margin: 0px;
  padding-left: 10px;
}

/* サブタイトル2 */
.recruit-subtitle-02 {
  text-align: left;
  border-left: 10px solid #4E7FA5;
  margin: 50px 0px;
}
.recruit-subtitle-02 h3 {
  font-size: 20px;
  margin: 0px;
  padding-left: 10px;
}

/* サブタイトル3 */
.recruit-subtitle-03 {
  text-align: left;
  margin: 20px 0px;
}
.recruit-subtitle-03 span {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.recruit-subtitle-03 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 8px;
  background: #C7D3D4;
  /* border-radius: 2px; */
  /* pointer-events: none; */
  z-index: -1;
}

.recruit {
  text-align: center;
  margin: 200px 0px;
  padding: 0px 15%;
}
.recruit .strong_01 {
  color: #005065;
  font-weight: bold;
}
.recruit .strong_02 {
  font-weight: bold;
}
.recruit .strong_03 {
  color: #4E7FA5;
  font-weight: bold;
}
.recruit .strong_04 {
  font-weight: bold;
  font-size: 20px;
}
.recruit .image {
  margin: 60px 0px;
}
.recruit .message_left {
  text-align: left;
}
.recruit .message_left p {
  margin: 20px 0px;
}
.recruit .heading_01 {
  margin: 10px 0px;
}
.recruit .table {
  margin: 100px 0px;
}
.recruit .table table {
  width: 100%;
  border-collapse: collapse;
}
.recruit .table th {
  text-align: center;
  font-weight: normal;
  background-color: gray;
  color: white;
  border: 1px solid lightgray;
  padding: 10px;
  white-space: nowrap;
}
.recruit .table td {
  text-align: left;
  border: 1px solid lightgray;
  padding: 10px;
}
.recruit-img {
  width: 95%;
}
/* -------------------- */

/* プライバシーポリシー */

/* メインタイトル */
.privacy-maintitle {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0px 0px 100px 0px;
  line-height: 2.5em;
}
.privacy-maintitle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  bottom: 0;
  height: 10px;
  background-image: linear-gradient(to right, #5584A7, #E9E9E9);
  border-radius: 4px;
  z-index: -1;
}

.privacy {
  text-align: center;
  margin: 200px 0px;
  padding: 0px 100px;
}
.privacy .contents {
  text-align: left;
}
.privacy p {
  margin: 20px 0px;
}

/* -------------------- */

/* 会社概要ダウンロード（問い合わせ時） */

.contact {
  background-color: whitesmoke;
  padding: 250px 100px;
}
.contact .box {
  background-color: white;
  padding: 100px 15%;
}
.contact-item {
  margin: 40px 0px;
}
.contact-item.center {
  text-align: center;
}
.contact-item .underline {
  text-decoration: underline;
  padding: 0px 5px;
}
.contact-required-mark {
  color: red;
}
.contact-item input {
  width: 100%;
  padding: 10px;
  margin: 10px 0px;
  font-size: 16px;
}
.contact-item-errors {
  color: red;
}
.contact-item-confirm {
  padding: 0px 0px 40px 0px;
}
.contact-item-confirm table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.contact-item-confirm td,
.contact-item-confirm th {
  border: 1px solid #cccccc;
  padding: 10px;
}
.contact-item-confirm th {
  width: 30%;
  font-weight: normal;
  background: gray;
  color: white;
  text-align: left;
  white-space: nowrap;
}
.contact-item-confirm td {
  text-align: left;
  background: white;
}
.contact .policy {
    font-size: 12px;
}

/* -------------------- */

/* 会社概要ダウンロード（問い合わせ後） */

.download {
  background-color: whitesmoke;
  padding: 250px 100px;
}
.download .box {
  background-color: white;
  padding: 100px;
}
.download .box .flex {
  display: flex;
}
.download .box .flex .left {
  flex-basis: 60%;
  order: 1;
}
.download .box .flex .right {
  flex-basis: 40%;
  text-align: center;
  order: 2;
}
.download .box .flex h1 {
  font-size: 28px;
  line-height: 1.2em;
}
.download .box .flex .button {
  margin: 100px  0px 0px 0px;
  text-align: center;
}
.download .box .flex .right img {
  padding: 20px 0px;
}

/* -------------------- */

/* フッタ */
footer {
  width: 100%;
  height: 400px;
  background-image: url(../img/footer_picture.png);
  background-size: cover;
  background-repeat: no-repeat;
}
footer .flex {
  display: flex;
  color: white;
  align-items: center;
}
footer .flex div {
  margin-left: 50px;
  flex-basis: 50%;
  text-align: left;
}
footer .flex .left a {
  color: white;
}
footer .flex .left {
  margin: 50px 100px;
  order: 1;
}
footer .flex .left .address {
  margin: 50px 50px;
  text-align: left;
}
footer .flex .right {
  margin: 0;
  order: 2;
}
footer .flex .right div {
  margin: 0;
  align-items: center !important;
  text-align: center !important;
}
footer .flex .right .mail_text {
  margin: 20px 0px;
  text-align: center;
}
footer .flex .right img {
  width: 300px;
}

footer .flex .left img {
  width: 300px;
}

/*---  スマホサイズ ---*/
@media screen and (max-width: 869px) {

  body {
    font-size: 14px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 25px;
  }


  /* ㍶、sp切り替え */
  .pc { display: none !important; }
  .sp { display: block !important; }

  /*トップテキスト*/
  .img-frame-text {
    left: 50%;
  }
  .img-frame-text strong{
    font-size: 40px;
  }

  /*トップ画像*/
  .top-picture {
    height: 800px;
  }

  /* MOUNTEDGE とは */
  .top-1 {
    margin: 0px 0px;
  }
  .top-1 .message {
    text-align: left;
  }
  .top-1 .message .strong {
    font-size: 14px;
    color: #08556A;
    font-weight: 500;
  }
  /* サービス */
  .top-2 {
    margin: 100px 0px 0px 0px;
    padding: 100px 20px;
  }
  .top-2 .message {
    text-align: left;
  }
  .top-2 .flex {
    display: block;
  }
  .top-2 .flex div .image {
    height: auto;
    margin: 0px;
    padding: 20px;
  }
  .top-2 .flex div h3 {
    height: auto;
    margin: 0px;
    font-size: 20px;
  }
  .top-2 .flex div .message {
    margin: 20px 0px;
    padding: 0px 20px;
  }
  .top-2 img{
    width: 100%;
  }
  .top-2-contents {
    margin: 20px 0px;
  }

  /* 実績一覧 */
  .top-3 {
    margin: 0px 0px 50px 0px;
    padding: 50px 20px;
  }
  .top-3 .table {
    margin: 100px 0px 0px 0px;
    padding: 10px;
    overflow: scroll;
  }
  .top-3 .table td {
    border: none;
    text-align: right;
    padding: 0px 0px 0px 1em;
  }
  /* ----- テーブルの開閉に関わる部分 ここから ----- */
  .top-3-sp .table-sp .column-body-sp {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .top-3-sp .table-sp .column-body-more-sp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding-top: 70px;
    text-align: center;
    line-height: 2em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
  }
  .top-3-sp .table-sp .is-open .column-body-more-sp {
    background: transparent;
  }
  .top-3-sp .column-see-next-btn-div-sp {
    position: relative;
    background-color: #005065;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -50px;
    margin: 0 auto;
  }
  .top-3-sp .column-see-next-btn-div-sp.is-open {
    position: relative;
    background-color: #005065;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -20px;
    margin: 0 auto;
  }
  .top-3-sp .column-see-next-btn-sp::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: -7px;
  }
  .top-3-sp .column-see-next-btn-sp.is-open::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    margin-left: -7px;
  }



  /* ----- テーブルの開閉に関わる部分 ここまで ----- */





  /* 成果の事例 */
  .top-4 {
    margin: 0px 0px 50px 0px;
    padding: 50px 20px;
  }
  .top-4 .message {
    text-align: left;
  }
  .top-4 .table {
    margin: 100px 0px 0px 0px;
    overflow: scroll;
  }

  /* 会社概要 */
  .top-5 {
    margin: 0px 0px 50px 0px;
    padding: 50px 20px;
  }
  .top-5 .table {
    margin: 100px 0px 0px 0px;
  }
  .top-5 .table td {
    text-align: left;
  }
  .top-5 h3 {
    margin: 100px 0px 0px 0px;
  }
  .top-5 .greeting {
    display: block;
    margin: 50px 0px;
  }
  .top-5 .greeting .image {
    margin: 20px 0px;
  }
  .top-5 .greeting .image img {
    width: 100%;
  }
  .top-5 .greeting .text {
    padding: 0px;
  }
  .top-5 .table2 {
    margin: 50px 0px;
  }
  .top-5 .button {
    margin: 50px 0px 100px 0px;
  }
   /*略歴デザイン*/
  .timeline {
      padding-left: 5px;
      line-height: 1.5em;
  }
   .timeline p{
      margin: 5px 0px;
  }
  .timeline-date {
    width: 10px;
  }
  .timeline-content {
    padding-left: 15px;
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .timeline-content:before {
    left: 6px;
    top: 29px;
  }
  .timeline-item-1 {
    flex-basis: 100%;
  }
  .timeline-item-2 {
    flex-basis: 100%;
  }

  /* 採用情報 */
  .top-6 {
    margin: 0px 0px 0px 0px;
    padding: 50px 20px;
  }
  .top-6 .image img {
    width: 100%;
  }
  .top-6 .appeal {
    margin: 20px 0px;
    text-align: left;
  }
  .top-6 .message {
    margin: 0px;
    text-align: left;
  }
  .recruit-subtitle-01 h2{
    font-size: 22px;
    padding-left: 0px;
  }
  .recruit-subtitle-02 h3 {
    font-size: 18px;
    padding-left: 5px;
}

  /* -------------------- */

  /* サービス */
  .service-main-01 {
    margin: 150px 0px;
    padding: 0px 20px;
  }
  .service-main-01 .message_center {
    text-align: left;
  }
  .service-main-01 .message_strong {
    text-align: left;
  }
  .service-main-01 .strong_01 {
    font-size: 14px;
  }
  .service-subtitle h3 {
    font-size: 16px;
  }
  .service-subtitle {
    padding-bottom: 5px;
  }
  .service-subtitle::after {
    height: 10px;
  }
  .service-main-01 .image {
    flex-wrap: wrap;
    margin: 20px 0px;
  }
  .service-main-01 .image-item {
    flex-basis: 100%;
  }
  .service-main-01-img1 img {
    width: 150px;
  }
  .service-main-01 .image strong {
    font-size: 18px;
  }
  .service-main-01 h4 {
      font-size: 20px;
  }
  .balloon2-top {
    margin: 5px 0px 50px 0px;
  }
  /*画像調整*/
  #service_image_03 {
    margin-bottom: 20px;
  }
  .image-item-1 {
    flex-basis: 100%;
  }
  .image-item-2 {
    flex-basis: 100%;
  }
  .image-item-1 img{
    width: 150px;
  }  
  .service_image_12 img {
    width: 200px;
  }

  /* DX */
  .service-main-02 {
    margin: 150px 0px;
    padding: 40px 20px;
  }
  .service-main-02 img.w100 {
    width: 100%;
  }
  .service-main-02-item {
    flex-basis: 300px;
    margin-top: 20px;
  }
  .service_image_11-contents span {
    font-size: 15px;
  }
  .service-main-02 .message_left p {
    margin: 20px 0px;
  }
  .service-main-02 .image img {
    width: 100%;
  }
  .service-main-02 .message_sub {
    font-size: 14px;
  }

  /* 業務／システムを変えるために必要なこと */
  .service-main-03 {
    margin: 150px 0px;
    padding: 0px 20px;
  }
  .service-main-03 img.w100 {
    width: 100%;
  }
  .service-main-03-item {
    flex-basis: 100%;
    margin: 20px;
  }
  .service-main-03 .service-maintitle h2{
    font-size: 20px;
  }
  /* -------------------- */

  /* 採用情報 */

  .recruit {
    margin: 150px 0px;
    padding: 0px 20px;
  }
  .recruit .message_center {
    text-align: left;
  }
  .recruit img {
    width: 100%;
  }
  .recruit-subtitle-01 {
    margin: 50px 0px 50px 0px;
  }
  .recruit .table {
      margin: 50px 0px;
  }
  .recruit-subtitle-02 {
      margin: 25px 0px;
  }
  .recruit .strong_04 {
    font-size: 18px;
  }
  .recruit .message {
    text-align: left;
  }

  /* -------------------- */

  /* プライバシーポリシー */

  .privacy {
    margin: 150px 0px;
    padding: 0px 20px;
  }

  /* -------------------- */

  /* 会社概要ダウンロード（問い合わせ時） */

  .contact {
    background-color: whitesmoke;
    padding: 150px 20px;
  }
  .contact .box {
    background-color: white;
    padding: 20px 15px;
  }
  .contact-item input {
    width: 90%;
  }
  .contact-item.center a {
    margin: 10px 0px;
  }
  .contact-item-confirm {
    font-size: 11px;
}

  /* -------------------- */

  /* ダウンロード（問い合わせ後） */

  .download {
    margin: 0px;
    padding: 150px 20px;
  }
  .download .box {
    padding: 20px;
  }
  .download .box .flex {
    display: block;
  }
  .download .box .flex .button .button_blue_03 {
    width: 150px;
  }
  /*
  .download .box .flex .button .button_blue_04 {
    width: 150px;
  }
  .download .box .flex .right img {
    width: 150px;
  }
  */

  /* -------------------- */

  /* フッタ */
  footer {
    height: auto;
  }
  footer .flex {
    display: block;
  }
  footer .flex .left {
    margin: 0px;
    padding: 20px;
  }
  footer .flex .left div {
    margin: 0px;
  }
  footer .flex .left img {
    width: 200px;
  }
  footer .flex .left .address {
    margin: 0px 0px 20px 0px;
  }
  footer .flex .right {
    margin: 0px;
    padding: 20px;
  }
  footer .flex .right .mail_text {
    margin: 20px 0px;
  }
  footer .flex .right img {
    width: 100%;
  }

}

