/*
Theme Name: Artemisia924
Author: PROGRESS
Description: 株式会社アルテミシアサイト
Version: 1.0
*/

body {
  font-family: 'Noto Sans', sans-serif;
  min-width: 320px; /* これ以下には潰さない */
}
/* 見出し・段落だけリセット */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
/* リスト */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* 画像 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body {
  margin: 0;
  font-family: sans-serif;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
section {
  padding: 50px 0;
}
.hero {
  background: #fff;
  text-align: center;
  margin-top: 20px;
}
footer {
  padding: 25px 0;
  background: #0146B5;
  color: #fff;
  text-align: center;
}
.left {
  text-align: left;
}
/* ベース：スマホ */
.inner {
  padding: 0 15px;
}
section {
  padding: 40px 0;
}
section.hero {
  padding-top: 0;
}
/* 初期状態（非表示） */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}
/* 表示状態 */
.fade-in.show {
  opacity: 1;
}
h2, h3, h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  color: #4b4b4b;
}
h2 span {
  color: #000987;
}
.section-title h2 {
  display: inline-block;
  color: #444;
  border-bottom: 2px solid #124AB3;
  text-align: center;
}
.section-title {
  text-align: center;
}
/* グラデーション四角ボタン */
a.gradient {
  display: inline-block;
  width: 140px;
  padding: 5px 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #015ad4, #003ba2); /* 左→右のグラデーション */
  border-radius: 0; /* ← 完全な四角形に */
  transition: all 0.3s;
}
/* ホバー時 */
a.gradient:hover {
  background: linear-gradient(90deg, #2a7cff, #1d56d1);
  transform: translateY(-2px);
}
/* ヒーローセクション */
img.ser-img {
  width: 58%;
  margin-bottom: -20px;
  position: relative;
  z-index: 1000;
}
.hero {
  position: relative;
  background: #fff; /* 全体の背景色 */
  overflow: hidden;
}
.service h2 {
  font-size: 32px;
}
.service h3 {
  font-size: 28px;
}
.service h3 span {
  display: block;
  width: 100%;
  font-size: 20px;
}
/*スマホ*/
@media (max-width: 767px) {
  .hero main.site-main, .hero .sp {
    padding-top: 0;
    margin-top: 0;
    background: #fff;
  }
  .hero-content .text-top, .hero-content .left, .hero-content .text-bottom {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .hero .text-top {
    margin-top: 30px;
  }
  .hero .left {
    font-weight: 500;
  }
  .hero .text-bottom {
    border-top: 1px solid #444;
  }
  .hero .btn {
    font-size: 20px;
    padding: 10px 5px;
    margin: 30px 5px 5px 0;
    width: 45%;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (min-width: 768px) {
  /* ヒーローセクション */
  .hero {
    position: relative;
    min-height: 600px;
    background: #EEF6FF; /* 全体の背景色 */
    overflow: hidden;
  }
  /* 白い四角（背景用） */
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 450px;
    background: #fff;
    z-index: 1; /* 一番下 */
  }
  /* 画像（右ぴったり配置） */
  .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 70%;
    height: auto;
    z-index: 2; /* 白い四角の上 */
  }
  .hero .inner {
    max-width: 1200px;
  }
  /* テキスト */
  .hero-content {
    position: relative;
    font-size: 1.4rem;
    margin: 40px;
    color: #4b4b4b;
    z-index: 3; /* 一番上 */
  }
  .hero .text-top {
    font-weight: 600;
  }
  .hero h2 {
    margin-bottom: 0;
  }
  .hero .text-bottom {
    margin-bottom: 50px;
    font-size: 1.2rem;
  }
}
/* よくある課題 */
section.problem {
  padding: 0;
}
section.sec-station {
  padding-bottom: 0;
}
.problem h2 {
  padding-top: 30px;
  color: #4b4b4b;
}
.problem, .company {
  background: #EEF6FF;
}
/* ２つの診断 */
.resolut {
  margin: 0;
}
.resolut article {
  border: 4px solid #b4b4b4;
  border-radius: 10px;
  margin: 0;
  padding: 10px;
}
section.resolut .section-title{
	position: relative;
	padding-bottom:20px;
}
.resolut .section-title img{
	position: absolute;
	bottom:20px;
	left:-30px;
	width:190px;
	height: auto;
}
.resolut-inner{
	padding:0 20px;
	text-align: center;
}
.none {
  display: none;
}
.resolut article.recept {
  margin-bottom: 25px;
}
.resolut h3 {
  color: #090087;
  font-weight: 800;
  font-size: 1.6rem;
  border-bottom: 2px solid #ccc;
  padding:7px 0 10px 0;
}
.resolut-title span {
  font-size: 14px;
	font-weight: 800;
}
article.recept .resolut-title {
	padding-right:-10px;
	padding-left:14px;
}
.resolut-text {
  font-size: 15px;
	font-weight: 600;
  color: #4b4b4b;
	padding: 10px 0;
}
.resolut-item {
  display: flex;
  flex-direction: column; /* 中身を縦積みに */
  align-items: center;    /* 横方向中央揃え */
}

.resolut-item a {
  display: inline-block;   /* inline-blockでOK */
	width:94%;
  padding: 13px;
	margin-bottom: 10px;
  text-align: left;
  background: #eef6ff;
  border-radius: 8px;
	margin-right: 2px;
	line-height: 1.2rem;
  color: #090087;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 3px 3px 0px #bdd1eb;

  display: inline-flex;
  align-items: center;
  justify-content: space-between; /* 左テキストと右アイコンを両端に配置 */
  gap: 12px; /* テキストとアイコンの余白 */
  min-width: 220px; /* ボタンの幅を固定するなら指定 */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.resolut-item a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.resolut-item a .icon{
	margin-left: auto;
}
.resolut-item a .fa-stack {
  font-size: 1.4em; /* アイコンサイズ調整 */
  line-height: 1;
}
.resolut-item a .fa-circle {
  color: #A04BC8; /* 丸の色 */
}
.resolut-item a .fa-angle-double-right {
  color: #fff; /* 矢印の色 */
	font-size:1.2em;
  transform: translateX(1px) translateY(8px);
}
.resolut-item {
  position: relative; /* 子要素の基準にする */
}

.resolut-item img {
  position: absolute;
  top: 8px;         /* 上からの位置（調整可） */
  left: -7px;        /* 左端に固定 */
  width: 55px;    /* サイズ調整 */
  height: auto;
}

.resolut-title {
  text-align: center;   /* 見出しは中央揃えのまま */
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
article.resource .resolut-title{
	letter-spacing: 0.2em;
}

@media (max-width: 767px) {
	section.resolut h2{
		text-align: left;
		font-size:2rem;
		line-height: 2.4rem;
		font-weight: 700;
		padding-bottom: 10px;
		border-bottom: 1px solid #666;
	letter-spacing: 0.05em;
	}
	section.resolut .section-title{
		text-align: right;
	}
	
.service article.recept{
	margin-bottom:20px;
	}
}
@media (min-width: 768px) {
	.resolut {
  padding: 80px 0 20px;
  margin: 0;
}
section.resolut article {
  padding: 5px 20px;
	width:42%;
}
	section.resolut .section-title{
	padding-bottom:20px;
}
.resolut .section-title img{
	bottom:0;
	left:-75px;
	width:320px;
	height: auto;
}
section.resolut h3 {
  font-size: 2rem;
}
	.resolut-item a {
	width:85%;
	}
.yoko-block, .work-sub {
  display: flex; /* 横並びに */
	align-items: stretch;
  justify-content: flex-start;
	gap:30px; /* 記事間の余白 */
  flex-wrap: wrap; /* スマホでは折り返し */
}
	.resolut article.recept {
  margin-bottom: 0;
}
.resolut-item, .spot {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
.spot {
  border-radius: 0;
  flex: 1; /* 均等幅 */
}
.resolut-text {
  text-align: center;
}
	.resolut a{
  width: 94%;
	}
}
/* サービス概要 */
section.service {
  background-image: url("images/bg-service.jpg");
  background-repeat: no-repeat;
  padding-top: 40px;
}
section.service h2{
	font-size:36px;
}
section.service article {
  background: #fff;
  padding: 16px;
  width: 100%;
display: block;  box-sizing: border-box;
}
.service article h3 {
  color: #4b4b4b;
  text-align: center;
}
/* 動画 */
section.movie {
  display: none;
}
/* 料金プラン */
section.plan article {
  background: #eef6ff;
  text-align: center;
}
section.plan h2{
	font-size: 36px;
}
.plan-list {
  display: grid;
  grid-template-columns: 1fr; /* デフォルトは縦1列 */
  gap: 20px; /* アイテム間の余白 */
}
.plan-item {
  background: #fff;
  padding: 20px;
}
.plan-item p {
  font-size: 0.8rem;
  font-weight: bold;
  color: #4b4b4b;
}
.plan-item .small {
  font-size: 14px;
}
.plan-item .navy {
  color: #090087;
  font-size: 2.2rem;
}
section.plan h3.border-navy, section.plan .spot {
  border: solid 2px #090087;
  background: #fff;
  padding: 20px 10px;
}
section.plan h3 {
  font-size: 1.5rem;
}
section.plan .spot {
  padding: 4px;
  text-align: left;
}
section.plan .spot p {
  padding: 5px;
  font-size: 0.9rem;
  text-align: left;
  font-weight: 500;
}
.narrow {
	font-size:12px;
  font-weight: 500 !important;
}
.plan h3 .navy {
  color: #090087;
  font-size: 1.4rem;
  padding-bottom: 0;
}
.plan h4 {
  font-size: 1rem;
}
.plan h4 span {
  font-size: 12px;
}
.plan .fifty{
	font-size:20px;
}
.plan .fifty-one{
	font-size:16px;
}
/* CTA */
/* ボタングループ */
.btn-group {
  display: flex;
  flex-direction: column; /* デフォルトは縦並び（スマホ） */
  gap: 15px; /* ボタン間の余白 */
  align-items: center; /* 中央寄せ */
}
/* ボタンデザイン */
.cta-buttons .btn {
  display: inline-block;
  width: 70%;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 20px; /* 完全な丸ボタン（pill型） */
  border: solid 4px #C3A2DF;
  /* 薄紫の反射グラデーション */
  background: linear-gradient(#E4CBF2 0%, #D399F3 50%, #C18BD5 51%, #C18BD5 100%);
  border: solid 5px #c18bd5;
  box-shadow: 0 1px 2px #606060;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 影で立体感 */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-buttons .btn.btn-sub {
	border: solid 4px #C3A2DF;
  /* 薄青の反射グラデーション */
  background: linear-gradient(#b8b8f1 0%, #9595ea 50%, #7272e2 51%, #7272e2 100%);
  border: solid 5px #7272e2;
  box-shadow: 0 1px 2px #606060;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 影で立体感 */
}
/* hover時の演出 */
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
/* PCでは横並びに変更 */
@media (min-width: 768px) {
  .btn-group {
    flex-direction: row;
    justify-content: center;
  }
  img.ser-img {
    width: 20%;
    position: relative;
  }
}
/* PC表示のとき */
@media (min-width: 1024px) {
  .plan-list {
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 行を2つ */
  }
  /* 3つ目のアイテムを下の段に回す */
  .plan-item:nth-child(3) {
    grid-column: 1 / -1; /* 横幅いっぱい（2列ぶん） */
  }
}
.triangle-down {
  width: 0;
  height: 0;
  border-left: 300px solid transparent;
  border-right: 300px solid transparent;
  border-top: 80px solid #EEF6FF;
  margin: 0 auto; /* 外側の余白なし */
  line-height: 0; /* インライン要素の高さリセット */
  font-size: 0; /* 不要な行間を消す */
}
/* お問い合わせ */
section.contact {
  padding: 0 15px;
}
section.contact h2{
	font-size: 36px;
}
section.contact .inner {
  border: 2px solid #d9d9d9;
  padding: 30px 0;
}
.contact-inner {
  width: 90%;
  margin: auto;
}
/* 入力フィールド */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 textarea {
  margin: auto;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #F5F8FA;
  border-radius: 8px; /* 角丸 */
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  margin-bottom: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.wpcf7-checkbox{
	padding-top:10px;
	padding-bottom:20px;
	display: block;
}
/* フォーカス時の強調 */
.wpcf7 input:focus, .wpcf7 textarea:focus {
  border-color: #015ad4;
  box-shadow: 0 0 4px rgba(1, 90, 212, 0.4);
  outline: none;
}
.red{
	background: #ff2b2b;
	color:#fff;
	font-size:11px;
	display: inline-block;
	padding:3px;
	margin:3px;
	border-radius: 3px;
}
/* 送信ボタン */
.contact-submit {
  text-align: center;
}
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wpcf7 input[type="submit"] {
  display: inline-block;
  padding: 14px 30px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  width: 300px;
  background: linear-gradient(90deg, #015ad4, #003ba2); /* グラデーション */
  border: none;
  border-radius: 30px; /* pill型に */
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* ホバー時 */
.wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden;
}
/* 代表メッセージ */
.section-title.message {
  text-align: left;
}
section.message {
  background-image: url("images/bg-message.jpg");
  background-repeat: no-repeat;
  padding-bottom: 0;
}
section.message h2 {
  color: navy;
  text-align: left;
  font-family: 'Noto Serif', serif;
  padding-bottom: 10px;
}
section.message {
  font-family: 'Noto Serif', serif;
  display: block;
  font-size: 1rem;
  line-height: 2rem;
}
section.message .message-content {
  background: #fff;
  padding: 20px;
  font-weight: 500;
}
section.message .president {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px;
  padding-left: 10px;
	padding-bottom:20px;
  color: #4b4b4b;
}
.message-inner {
  display: flex;
  flex-direction: column; /* スマホは縦並び */
  gap: 0;
}
.message-image img {
	margin:auto;
  max-width: 40%;
  height: auto;
  display: block;
}
.message-group {
  flex: 1;
}
/* PCで横並び */
@media (min-width: 768px) {
  .message-inner {
    flex-direction: row; /* 横並び */
    align-items: flex-start;
    gap: 40px;
  }
  .message-image {
    flex: 1; /* 画像側 */
    order: 2;
  }
 
	.message-image img{
		max-width:85%;
	}
	.message-group {
    flex: 2; /* テキスト側を少し広めに */
    order: 1;
  }
}
/* 会社概要 */
.company .inner {
  background: #fff;
  padding: 20px 0;
}
.company h2 {
  color: #090087;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2rem;
  margin-bottom: 25px;
}
.company h2 span {
  font-size: 15px;
  font-family: 'Jost', sans-serif;
  font-weight: 500; /* 必要に応じて400,700など変更 */
  letter-spacing: 0.05em; /* Futuraっぽく間隔を広げたいなら */
}
.company .more-inner {
  width: 90%;
  margin: auto;
}
/* スマホ（デフォルト） = 縦1列 */
.company-table, .company-table tr, .company-table th, .company-table td {
  display: block;
  width: 100%;
  text-align: left;
}
.company-table {
  border-top: 2px solid #ddd;
}
.company-table th {
  padding: 8px 0;
  color: #222;
  border-bottom: none;
  font-weight: 500;
}
.company-table td {
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .site-header {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* 下に影 */
    position: relative;
    z-index: 9999999; /* 上に重ねる */
    position: fixed; /* 固定 */
    top: 0; /* 上にくっつける */
    left: 0;
  }
  .work-sub {
    display: block !important;
    width: 100% !important;
  }
  .spot {
    margin: 10px 0;
  }
}
/* ★ PC */
@media (min-width: 768px) {
  .inner {
    max-width: 900px;
    margin: 0 auto;
  }
  section {
    padding: 80px 0;
  }
  h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
  h2.text-middle {
    font-size: 2.4rem;
  }
  h2 span {
    color: #000987;
  }
  /* ヒーローセクション */
  .hero {
    text-align: left;
  }
	
/* サービス概要 */
section.service article {
  width: 44.3%;
  box-sizing: content-box;
}
}
/*プラン*/
.plan h2 {
  letter-spacing: 0.8rem;
}
/* 会社概要 */
.company .more-inner {
  width: 75%;
}
.company-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.company-table tr {
  display: table-row;
}
.company-table th, .company-table td {
  padding: 5px;
}
.triangle-down {
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-top: 60px solid #EEF6FF;
}
@media (min-width: 768px) {
  .company-table th, .company-table td {
    display: table-cell;
    padding: 15px;
    border-bottom: 2px solid #ddd;
    vertical-align: top;
  }
  .company-table th, .company-table td {
    display: table-cell;
    vertical-align: top;
  }
  .company-table th {
    width: 15%;
    text-align: justify;
    text-align-last: justify;
  }
}
/* ヘッダー全体 */
.site-header {
  width: 100%;
  background: #fff;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
/* 左：ロゴ＋会社名 */
.site-branding a {
  display: flex;
  align-items: center; /* 縦中央 */
  gap: 10px; /* ロゴと文字の間 */
  text-decoration: none;
}
.site-logo {
  height: 50px;
  width: auto;
}
.site-title {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 1;
  font-family: 'Noto Serif', serif;
}
/* ナビゲーション（スマホでは非表示） */

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.site-nav a {
  text-decoration: none;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
}
/* --- ハンバーガーメニュー --- */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
}
.hamburger span {
  display: block;
  height: 2px;
  background: #333;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.hamburger.active span {
  background: #fff;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* --- ナビゲーション（スマホ時：右からスライドイン） --- */
.site-nav {
  position: fixed;
  top: 0;
  right: -100%; /* 最初は画面外 */
  width: 60%;
  height: 100%;
  background: rgba(13,30,53, 0.9); /* 半透明ネイビー */
  box-shadow: -2px 0 8px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  padding: 60px 20px;
  z-index: 1000;
}
.site-nav.active {
  right: 0; /* 右からスライドイン */
}
.site-nav a {
	color:#ededfc;
	display: block;
	width:100%;
	padding:3px 6px;
	border-bottom:1px solid #ededfc;
}

/* --- メニュー --- */
.site-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav .menu li {
  margin-bottom: 18px;
}
.site-nav .menu li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #fff; /* 白文字に変更 */
  font-family: 'Noto Sans', sans-serif;
  transition: color 0.3s ease;
}
.site-nav .menu li a:hover {
  color: #66aaff; /* ホバー時に明るいブルー */
}
/* PCのみ表示 */
@media (max-width: 767px) {
  .page-top {
    display: none !important;
  }
}

/* --- PCサイズ以上（横並びに切り替え） --- */
@media (min-width: 768px) {
  .header-inner {
    padding: 20px 40px;
  }
  .site-nav {
    position: static;
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    transition: none;
  }
	.site-nav a{
		color:#222;
		border-bottom: none;
	}
	.site-nav a:hover{
		background:#fff;
		border-bottom:2px solid #090287;
	}
  .site-nav ul {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
  .site-nav .menu {
    display: flex;
    gap: 0; /* gapは消しておく */
  }
 .site-nav .menu li {
    position: relative;
    padding: 0 15px; /* 縦棒と余白を確保 */
  }
  .site-nav .menu li a {
    color: #333; /* PC時は黒文字 */
  }
	  /* 縦棒を右側に付ける */
  .site-nav .menu li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc; /* 縦棒の色 */
  }
  .site-logo {
    height: 70px;
  }
  .hamburger {
    display: none;
  }
}
/* ページトップボタン */
.page-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  background: #0146B5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
	border:1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  font-size: 20px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999；
}

.page-top.show {
  opacity: 1;
  visibility: visible;
}

.page-top:hover {
  background: #0056b3;
}
