/*
Theme Name:live-slow
Theme URI:https:www.live-slow.com
Author:live-slow
Author URI:https:www.live-slow.com
Description:live slow web site theme
Version:1.0
License: GNU General Public License v2 or laterœ
License URL: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Corporate site
*/

html {
  margin:0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

/* 薄いブルーなら#4384b3 */
body {
  background: radial-gradient(circle,#0b318f, #12d8fa, #a6ffcb);
  background-size: 200% 200%;
  width: 100%;
  height: 100vh;
  margin: 0;
  box-sizing: border-box;
  animation: changing-background 15s linear infinite;
  font-family: 'Noto Sans JP', sans-serif;  
}
@keyframes changing-background {
  0% {
    background-position: left 100% top 100%;
  }
  25% {
    background-position: left 50% top 50%;
  }
  50% {
    background-position: left 90% top 30%;
  }
  75% {
    background-position: left 40% top 50%;
  }
  100% {
    background-position: left 99% top 99%;
  }
}
.slime {
  animation: slime 3s linear infinite; /* 3秒アニメーションをループ */
  border: 5px solid radial-gradient(circle,#8aaec9, #12d8fa, #a6eaff);
  background: radial-gradient(circle,#8aaec9, #12d8fa, #a6eaff);
  width: 45%;
  height: 70%;
  margin: 50px auto;
  position: fixed;
  top: 5%;
  left: 55%;
  mix-blend-mode: hard-light;
  opacity: 0.2;
  z-index: -1;
}
@keyframes slime {

  0% {
    border-radius: 80% 90% 90% 70% / 90% 90% 70% 90%;
  }

  25% {
    border-radius: 50% 30% 50% 70%;  }

  50% {
    border-radius: 90% 70% 80% 90%;  }

  75% {
    border-radius: 80% 70% 50% 75% / 85% 80% 50% 60%;  }

  100% {
    border-radius: 59% 89% 89% 69% / 89% 89% 79% 89%;  }
}

a {
  text-decoration: none;
  color: #FFF;
}
ul {
  list-style-type: none;
  padding: 0;
}
.home-btn {
    position: fixed;
    right: 15px;
    bottom: 5px;
    width: 25px;
    height: 25px;
    border-top: 3px solid #c0c0c0;
    border-right: 3px solid #4B82BC;
    transform: rotate(-45deg);
}
.home-btn:hover {
  border-top: 5px solid #4B82BC;
  border-right: 5px solid #c0c0c0;
}
.home-btn-text {
  display: none;
}

.home-btn:hover + .home-btn-text {
  display:block;
  position: fixed;
  right: 15px;
  bottom: 50px;
  font-size: 6px;
  white-space: nowrap;
}

h1.blog-title {
	font-size:11px;
	color:#fff;
	margin: 0 0 0 5px;
}
h1.header-title {
  margin: 0 0 0 30px;
  font-family: 'Caveat', cursive;
  font-size:50px;
  text-transform:capitalize;
}
.top-message {
  font-size: 22px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #FFF;
  position: absolute;
  top: 28%;
  left: 35%;
  animation:top-message-fadeUp;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity:0;
  /* -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%); */
}


@keyframes top-message-fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-message-2 {
  margin-left: 14%;
  white-space: nowrap;
}
.top-message-3 {
  font-size:12px;
  margin-left: 15%;
  margin-top:20%;

}
.top-message-4 {
  font-size:12px;
  margin-left: 25%;
  white-space: nowrap;
}

.top-message-1 :nth-child(1) {
  color          : #ffffff;
  letter-spacing : 4px;
  text-shadow    : 
       2px  2px 7px #18c2fb,
      -2px  2px 7px #18c2fb,
       2px -2px 7px #18c2fb,
      -2px -2px 7px #18c2fb,
       2px  0px 7px #18c2fb,
       0px  2px 7px #18c2fb,
      -2px  0px 7px #18c2fb,
       0px -2px 7px #18c2fb;
}
.top-message-2 {
  color          : #ffffff;
  letter-spacing : 4px;
  text-shadow    : 
       2px  2px 7px #18c2fb,
      -2px  2px 7px #18c2fb,
       2px -2px 7px #18c2fb,
      -2px -2px 7px #18c2fb,
       2px  0px 7px #18c2fb,
       0px  2px 7px #18c2fb,
      -2px  0px 7px #18c2fb,
       0px -2px 7px #18c2fb;
}
.ferris-wheel {
  position: absolute;
  left: 30%;
  width:150px;
  height:150px;
  background-color: #e6e6e6;
  border-radius: 50%;
  transition: 5s;
  animation: rotate_anime 10s linear infinite;
}
@keyframes rotate_anime {
  0% {
      transform:rotate(0deg);
      -webkit-transform:rotate(0deg);

  }
  100% {
      transform:rotate(360deg);
      -webkit-transform:rotate(360deg);
  }
}
.ferris-wheel .ferris-wheel-1 {
  width:15px;
  height:15px;
  border-radius: 50%;
  background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb);
  position: absolute;
  top: 10%;
  left: 10%;
}
.spinner {
  margin: -20px;
  padding:5px;
  width: 40px;
  height: 40px;
  position: relative;
  animation: spinner-rotate 2s linear infinite;
}
@keyframes spinner-rotate {
  0% {
      transform:rotate(0deg);
      -webkit-transform:rotate(0deg);

  }
  100% {
      transform:rotate(360deg);
      -webkit-transform:rotate(360deg);
  }
}

.cube1, .cube2 {
  background-image: -o-linear-gradient(bottom, #475ED1 0%, #000000 100%);
  background-image: -moz-linear-gradient(bottom, #475ED1 0%, #000000 100%);
  background-image: -webkit-linear-gradient(bottom, #475ED1 0%, #000000 100%);
  background-image: -ms-linear-gradient(bottom, #475ED1 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #475ED1 0%, #000000 100%);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.ferris-wheel .ferris-wheel-2 {
  width:15px;
  height:15px;
  border-radius: 50%;
  background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb);
  display: inline-block;
  position: absolute;
  top: -4%;
  left: 45%;
}
.ferris-wheel .ferris-wheel-3 {
  width:15px;
  height:15px;
  border-radius: 50%;
  background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb);
  display: inline-block;
  position: absolute;
  top: 11%;
  left: 81%;
}
.ferris-wheel .ferris-wheel-4 {
  width:15px;
  height:15px;
  border-radius: 50%;
  background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb);
  display: inline-block;
  position: absolute;
  top: 46%;
  left: 95%;
}
.ferris-wheel .ferris-wheel-5 {
  width:15px;
  height:15px;
  border-radius: 50%;
  background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb);
  display: inline-block;
  position: absolute;
  top: 80%;
  left: 80%;
}
.ferris-wheel .ferris-wheel-6 {
  width:15px;
  height:15px;
  border-radius: 50%;
  background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb);
  display: inline-block;
  position: absolute;
  top: 95%;
  left: 47%;
}
.ferris-wheel .ferris-wheel-7 {
  width:15px;
  height:15px;
  border-radius: 50%;
  background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb);
  display: inline-block;
  position: absolute;
  top: 80%;
  left: 10%;
}
.ferris-wheel .ferris-wheel-8 {
  width:15px;
  height:15px;
  border-radius: 50%;
  background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb);
  display: inline-block;
  position: absolute;
  top: 46%;
  left: -5%;
}
.ferris-wheel:hover {
  animation-play-state: paused;
  opacity: 0.2;
}

.top-content {
  height: 100vh;
  display: flex;
}

/* テキスト浮遊アニメーション */
.text-container {
        position: absolute;
        top: 50%;
        right: 30%;
        font-family: Arial, sans-serif;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 4px;
        animation: float 55s infinite;
      }

      @keyframes float {
        0% {
          transform: translate(0, 0);
        }
        5% {
          transform: translate(5vw, -5vh);
        }
        10% {
          transform: translate(-5vw, -25vh);
        }
        15% {
          transform: translate(-35vw, -30vh);
        }
        20% {
          transform: translate(10vw, -10vh);
        }
        25% {
          transform: translate(-15vw, 10vh);
        }
        30% {
          transform: translate(-25vw, 25vh);
        }
        35% {
          transform: translate(-30vw, -25vh);
        }
        40% {
          transform: translate(-25vw, -15vh);
        }
        45% {
          transform: translate(20vw, 10vh);
        }
        50% {
          transform: translate(-30vw, 10vh);
        }
        55% {
          transform: translate(30vw,  0vh);
        }
        60% {
          transform: translate(-15vw, 30vh);
        }
		  65% {
          transform: translate( 10vw,  -5vh);
        }
        70% {
          transform: translate( 15vw, 15vh);
        }
		  75% {
          transform: translate( 20vw, 10vh);
        }
        80% {
          transform: translate(-5vw, -30vh);
        }
        90% {
          transform: translate( 5vw,  5vh);
        }
        100% {
          transform: translate(0, 0);
        }
      }

/* サイドバー */
div.side-bar {
  /* 真横式 */
  /* position: fixed;
  font-size: 10px;
  width: 250px;
  color:#FFF;
  
  */
  transition: 0.3s;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2%;

  /* トップ固定式 */
  width: 100%;
  display: flex;
  margin-left: 5px;
  justify-content: flex-end;
  position: fixed;
  top: 1px;
}

div.side-bar a{
  width: 15%;
  font-size: 9px;
}
div.side-bar a:hover {
  font-size:10px;
}
div.side-bar:hover {
  background:rgb(31,145,190,0.5);
}
div.side-bar a > h2 {
  border: #FFF;
  /* padding: 10% 2% 2% 5%; */
}
/* div.right-bar {
  position: absolute;
  right: 0;
  background: #FFF;
  height: 100%;
  width: 120px;
} */
/* div.side-bar ul {
  display: inline-grid;
  white-space: nowrap;
}

div.side-bar ul li {
  font-size: 10px;
  /* display: none; */

/* hover action */
div.side-bar a h2:hover {
  /* font-size: 20px; */
  transition: 0.1s;
  text-shadow    : 
       2px  2px 7px #18c2fb,
      -2px  2px 7px #18c2fb,
       2px -2px 7px #18c2fb,
      -2px -2px 7px #18c2fb,
       2px  0px 7px #18c2fb,
       0px  2px 7px #18c2fb,
      -2px  0px 7px #18c2fb,
       0px -2px 7px #18c2fb;
}

/* hide side-bar */
div.side-bar.hide{
  transform: translateX(-100%);
}

/* hide中のサイドメニューをhoverで表示 */
/* div.side-bar.hide:hover{
  transform: translateX(30%);
  transition-duration: 25s;
  transition-timing-function: cubic-bezier(0,1.66,1,0);
} */

.side-bar a:nth-child(1) > h2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  -webkit-animation-duration:0.5s;
  animation-fill-mode:both;
  opacity:0;
}
.side-bar a:nth-child(2) > h2 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-name:fadeLeftAnime;
  animation-duration:1.5s;
  -webkit-animation-duration:1.5s;
  animation-fill-mode:both;
  opacity:0;
}
.side-bar a:nth-child(3) > h2 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-name:fadeLeftAnime;
  animation-duration:2.5s;
  -webkit-animation-duration:2.5s;
  animation-fill-mode:both;
  opacity:0;
}
.side-bar a:nth-child(4) > h2 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-name:fadeLeftAnime;
  animation-duration:3.5s;
  -webkit-animation-duration:3.5s;
  animation-fill-mode:both;
  opacity:0;
}
.side-bar a:nth-child(5) > h2 {
  animation-delay: 1.0s;
  -webkit-animation-delay: 1.0s;
  animation-name:fadeLeftAnime;
  animation-duration:4.5s;
  -webkit-animation-duration:4.5s;
  animation-fill-mode:both;
  opacity:0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
	  transform: translateX(-100px);
  }

  to {
    opacity: 1;
	  transform: translateX(0);
  }
}
div.side-bar a h2::before {  
  transform: scaleX(0);
  font-size: 12px;
  transform-origin: bottom right;
  transform: translateX(-1em);
}

div.side-bar a h2:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

div.side-bar a h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  transition: transform .3s ease;
  border-bottom: solid 2px #FFFFFF;
  animation: border_animation 0.5s linear forwards;
}

@keyframes border_animation {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
.chat-icon {
  width:45px;
  height: 45px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  z-index: 99;
  transition: 0.3s;
}
.chat-icon img {
  border-radius:0;
}
.chat-icon:hover {
  transform: scale(1.5);
}
.chat-bot-text {
  opacity: 0;
}
.chat-bot-area {
  text-align: center;
}
.chat-bot-area:hover .chat-bot-text {
  text-shadow: 2px  2px 7px #18c2fb,
  -2px  2px 7px #18c2fb,
   2px -2px 7px #18c2fb,
  -2px -2px 7px #18c2fb,
   2px  0px 7px #18c2fb,
   0px  2px 7px #18c2fb,
  -2px  0px 7px #18c2fb,
   0px -2px 7px #18c2fb;
  font-size: 5px;
  width:250px;
  height: 30px;
  bottom: 15px;
  position: fixed;
  left:59%;
  line-height: 30px;
  border-radius: 10px;
  background: rgb(226, 226, 226);
  animation-name: chat-text-animation ; 
  animation-duration: 1s;
  animation-fill-mode: both;
  z-index:9999;
}
.chat-bot-area:hover .chat-bot-text::before{
  content: "";
  position: fixed;
  left: -45px;
  width: 11px;
  height: 9px;
  bottom: 0;
  background: rgb(226, 226, 226);
  border-radius: 50%;
}
.chat-bot-area:hover .chat-bot-text::after{
  content: "";
  position: fixed;
  left: -25px;
  width: 18px;
  height: 16px;
  bottom: 3px;
  background: rgb(226, 226, 226);
  border-radius: 50%;
}
@keyframes chat-text-animation{
  0% { 
    opacity:0;
 } 
  100% {
    opacity:1;
    transform: scale(1.5);
    transform: translate(7px, -7px);
  }
}

/* 横3縦2の項目flex */
.section-parts {
  width:100%;
}
.first-section-parts {
  width:100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  background:#EFF0F0;
  grid-gap: 20px 10px;
}
.second-section-parts {
  width:100%;
}
.first-section-description {
  text-align: center;
  background: #EFF0F0;
  font-size: 25px;
  padding: 1em;
  font-weight: 600;
  color:#A4B3DE;
}
/* ホームページ制作エリア */
div.homepage-area {
  width: 100%;
  height:300px;
  text-align: center;
  position: static;
}
div.homepage-area-body {
  height: 100%;
  position: relative;
  background: transparent;
  margin: 0 10px;
}
.homepage-area-body {
  display:grid;
}
.budget-description {
  font-size:12px;
  font-weight: bold;
}
/* 5万 */
.budget-5 ul {
  margin: 10px auto;
  align-items: center;
  display: inline-grid;
}
.budget-5 ul li {
  text-align: left;
  display: inline-block;
  margin: 10px 0;
}
.homepage-picto-image-5 img{
  border-radius: 50%;
  background: #FFF;
  max-width:80%;
  height: 150px;
  transition:0.5s;
}
.homepage-picto-image-5 img:hover {
	transform:scale(1.2);
	transition:0.5s;
}

.homepage-picto-image-10 img{
  border-radius: 50%;
  background: #FFF;
  max-width:80%;
  height: 150px;
  transition:0.5s;
}
.homepage-picto-image-10 img:hover {
	transform:scale(1.2);
	transition:0.5s;
}

.homepage-picto-image-20 img{
  border-radius: 50%;
  background: #FFF;
  max-width:80%;
  height: 150px;
  transition:0.5s;
}
.homepage-picto-image-20 img:hover {
	transform:scale(1.2);
	transition:0.5s;
}

.budget-button {
  text-align: center;
  display: flex;
}
.budget-button a{
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.2em 0.2em;
  width: 50%;
  margin: 0 auto;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #A4B3DE;
  transition: 0.5s;
}
.budget-button a::before {
  content: '';
  text-align: center;
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  transition: 0.5s ease 0s;
}
.budget-button a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.5s ease 0.5s;
}
.budget-button a:hover::before  {
  width: 0%;
}
.budget-button a:hover::after {
  height: 0%;
}
.budget-button a:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #6C9CB5;
}

/* 10万 */
.budget-10 ul {
  margin: 10px auto;
  align-items: center;
  display: inline-grid;
}
.budget-10 ul li {
  text-align: left;
  display: inline-block;
  margin: 10px 0;
}
.homepage-picto-image-10 img{
  border-radius: 50%;
  background: #FFF;
}

/* 20万 */
.budget-20 ul {
  margin: 10px auto;
  align-items: center;
  display: inline-grid;
}
.budget-20 ul li {
  text-align: left;
  display: inline-block;
  margin: 10px 0;
}
.homepage-picto-image-20 img{
  border-radius: 50%;
  background: #FFF;
}

.server-domain-description {
  text-align: left;
  background: #EFF0F0;
  font-size: 9px;
  padding: 1em;
  color: #000;
}

/* 値段エリア｜フワッとアニメーション */
.js-fadein-animation {
  	 opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition-property: all;
    transition-duration: 1.5s;
}
.js-fadein-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
/*   transition: all 1.5s; */
}
.homepage-price-10 .js-fadein-animation.is-show {
  transition-property:all;
  transition-duration: 1.5s;
  transition-delay: 0.3s;
  transition-timing-function:linear;
}
.homepage-price-20 .js-fadein-animation.is-show {
  transition-property:all;
  transition-duration: 1.5s;
  transition-delay: 0.6s;
  transition-timing-function:linear;
}

.price-table {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.price-feature {
  display: inline-flex;
    justify-content: center;
    margin: 50px 0;
    background:#fff
    /* background-color: rgba(40,227,245,0.4); */
}
.plan-10 {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.77);
}
table {
  height: 550px;
  margin: 10px;
  display: inline-block;
}
tr td,
tr th {
  border-bottom: #C0C0C0 1px solid;
  transition:0.3s all;
}
table tr {
  height: 55px;
  color: #fff;
  transition:0.3s all;
}
table tr:hover {
  transform:scale(1.07,1.07);
  transition:0.3s all;
}
table tr td {
  transition:0.3s all;
}
table tr:first-child {
  text-shadow: none;
}
summary {
  cursor: pointer;
}
details {
  position: relative;
}
details[open] {
  animation: planAnimation 0.5s ease;
}

details[open] .plan-description {
  font-size: 0.5rem;
  background: #FFF;
  color: #000;
  position: absolute;
  transform: translateX(70%);
  text-align: left;
  display: grid;
  padding: 2%;
  animation: planAnimation 0.5s ease;
}
.plan-description > p {
  display: inline-block;
}
@keyframes planAnimation {
  0% {
    opacity:0;
    transform: translateY(-10px);
  }
  100% {
    opacity:1;
  }
}


.plan-title{
  font-size: 28px;
  color: #A08FD5;
  text-align: center;
  margin: 15px;
  display:block;
  background-color: #A4B3DE;
  box-shadow: 4px 5px 0px 1px rgba(54, 145, 224, 0.8);
}
.plan-title span.plan-small-title {
  font-size: 14px;
  color: #EFF0F0;
}
.price-select-area {
  height: 50px;
}

.plan-table .price-select-btn {
  background: #A4B3DE;
  justify-content: center;
  width: 90%;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
}
.plan-5 {
  background:rgb(68,119,145);
  transition: 0.2s all;
}
.plan-10 {
  background:rgb(88,147,177);
  transition: 0.2s all;
}
.plan-20 {
  background:rgb(124,172,194);
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 77%);
  transition: 0.2s all;
}

.plan-table #plan-20 > * {
    white-space: normal;  /* 半角スペースを無効化 */
}
.plan-table #plan-20 > &nbsp; {
    display: none;  /* &nbsp;を非表示 */
}
.plan-5:hover {
  transform: scale(1.05);
  transition: 0.3s all;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 77%);
  z-index: 1;
}
.plan-10:hover {
  transform: scale(1.05);
  transition: 0.2s all;
  z-index: 1;
}
.plan-20:hover {
  transform: scale(1.05);
  transition: 0.2s all;
  z-index: 1;
}
.plan-over {
  transition: 0.3s all;
  filter: brightness(50%);
}

.price-select-btn a {
  color:#fff;
  transition: 0.3s all;
}
.price-select-btn {
  transition: 0.1s all;
}
.price-select-btn:hover {
  filter: brightness(90%);
  transition: 0.1s all;
}
/* 修正エリア */
/* div.repair-homepage-area {
  background: #FFF;
    width: 90%;
    height:400px;
    text-align: center;
    display: flex;
    position: static;
    margin: 0 0 0 auto;
  }
  div.repair-homepage-detail {
    display: flex;
  }
  
  div.repair-homepage-area-body {
    width: 100%;
    position: relative;
    display: flex;
  }
  .repair-homepage-area-body ul {
    width: 100%;
    display: inline-grid; 
  }
  .repair-homepage-area-body ul li {
    color:#000000;
    font-family: 'Kosugi Maru', sans-serif;
  } */


  /* .repair-homepage-area-body ul li.first-large-word {
    text-align: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #5B94FD;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 10%;
    box-shadow: 3px 3.5px 0 #004FF2;
    -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
    }
  .repair-homepage-area-body ul li.first-large-word:hover {
    transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    transform-origin: center center; 
    transition: all 1.6s ease 0s;
    -webkit-transform-origin: center center; 
    -webkit-transition: all 1.6s ease 0s;
    }
  .repair-homepage-area-body ul li.second-large-word {
    text-align: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #5B94FD;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 20%;
    box-shadow: 3px 3.5px 0 #004FF2;
    -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  }
  .repair-homepage-area-body ul li.second-large-word:hover {
    transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    transform-origin: center center; 
    transition: all 1.6s ease 0s;
    -webkit-transform-origin: center center; 
    -webkit-transition: all 1.6s ease 0s;
    }
  .repair-homepage-area-body ul li.third-large-word {
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #5B94FD;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 30%;
    box-shadow: 3px 3.5px 0 #004FF2;
    -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
    }
  .repair-homepage-area-body ul li.third-large-word:hover {
    transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    transform-origin: center center; 
    transition: all 1.6s ease 0s;
    -webkit-transform-origin: center center; 
    -webkit-transition: all 1.6s ease 0s;
    }
  
    .repair-homepage-area-body div.first-description {
      margin-top: -10%;
      margin-left: -20%;
    }
    .repair-homepage-area-body div.first-description span {
      font-weight: bold;
    }
    .repair-homepage-area-body div.second-description {
      margin-top: -7%;
      margin-left: -15%;
    }
    .repair-homepage-area-body div.second-description span {
      font-weight: bold;
    }
    .repair-homepage-area-body div.third-description {
      margin-top: -7%;
      margin-left: 10%;
    }
    .repair-homepage-area-body div.third-description span {
      font-weight: bold;
    }
  
  div.repair-homepage-picto-image {
    width: 50%;
    height: 50%;
    background: #FFFF;
  } */
  /*

  } */


/* Google Mapsエリア */
/* div.google-map-service {
  background: #FFF;
  width: 90%;
  height:400px;
  text-align: center;
}
div.google-map-area-body {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
}
.google-map-area-body ul {
  width: 50%;
  height: 100%;
  display: inline-grid; 
}
.google-map-area-body ul li {
  color:#000000;
  font-family: 'Kosugi Maru', sans-serif;
}
.google-map-area-body ul li.first-large-word {
  text-align: center;
  font-size: 25px;
  width: 50px;
  height: 50px;
  background: #5B94FD;
  border-radius: 50%;
  line-height: 50px;
  margin-left: 10%;
  box-shadow: 3px 3.5px 0 #004FF2;
  -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  }
.google-map-area-body ul li.first-large-word:hover {
  transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
  -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
  transform-origin: center center; 
  transition: all 1.6s ease 0s;
  -webkit-transform-origin: center center; 
  -webkit-transition: all 1.6s ease 0s;
  }
.google-map-area-body ul li.second-large-word {
  text-align: center;
  font-size: 25px;
  width: 50px;
  height: 50px;
  background: #5B94FD;
  border-radius: 50%;
  line-height: 50px;
  margin-left: 20%;
  box-shadow: 3px 3.5px 0 #004FF2;
  -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
}
.google-map-area-body ul li.second-large-word:hover {
  transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
  -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
  transform-origin: center center; 
  transition: all 1.6s ease 0s;
  -webkit-transform-origin: center center; 
  -webkit-transition: all 1.6s ease 0s;
  }
.google-map-area-body ul li.third-large-word {
  text-align: center;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: #5B94FD;
  border-radius: 50%;
  line-height: 50px;
  margin-left: 30%;
  box-shadow: 3px 3.5px 0 #004FF2;
  -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  }
.google-map-area-body ul li.third-large-word:hover {
  transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
  -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
  transform-origin: center center; 
  transition: all 1.6s ease 0s;
  -webkit-transform-origin: center center; 
  -webkit-transition: all 1.6s ease 0s;
  }

  .google-map-area-body .first-description {
    margin-top: -10%;
    margin-left: -15%;
  }
  .google-map-area-body .first-description span {
    font-weight: bold;
  }
  .google-map-area-body .second-description {
    margin-top: -6%;
    margin-left: 10%;
  }
  .google-map-area-body .second-description span {
    font-weight: bold;
  }
  .google-map-area-body .third-description {
    margin-top: -7%;
    margin-left: 23%;
  }
  .google-map-area-body .third-description span {
    font-weight: bold;
  }

div.google-map-picto-image {
  width: 50%;
  height: 50%;
  background:#FFFF;
  position: absolute;
  top:0;
  right:0;
} */
/*
} */


/* 採用エリア */
/* div.recruite-service-area {
  background: #FFF;
  width: 90%;
  height:400px;
  text-align: center;
  display: flex;
  position: static;
  margin: 0 0 0 auto;
}
div.recruite-service-area-body {
  background: #FFF;
    width: 100%;
    height:400px;
    text-align: center;
    display: flex;
    position: static;
  }
  div.recruite-service-area-body {
    width: 100%;
    position: relative;
    display: flex;
  }
  .recruite-service-area-body ul {
    width: 50%;
    display: inline-grid; 
  }
  .recruite-service-area-body ul li {
    color:#000000;
    font-family: 'Kosugi Maru', sans-serif;
  }


  .recruite-service-area-body ul li.first-large-word {
    text-align: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #5B94FD;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 10%;
    box-shadow: 3px 3.5px 0 #004FF2;
    -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
    }
  .recruite-service-area-body ul li.first-large-word:hover {
    transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    transform-origin: center center; 
    transition: all 1.6s ease 0s;
    -webkit-transform-origin: center center; 
    -webkit-transition: all 1.6s ease 0s;
    }
  .recruite-service-area-body ul li.second-large-word {
    text-align: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #5B94FD;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 20%;
    box-shadow: 3px 3.5px 0 #004FF2;
    -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  }
  .recruite-service-area-body ul li.second-large-word:hover {
    transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    transform-origin: center center; 
    transition: all 1.6s ease 0s;
    -webkit-transform-origin: center center; 
    -webkit-transition: all 1.6s ease 0s;
    }
  .recruite-service-area-body ul li.third-large-word {
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #5B94FD;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 30%;
    box-shadow: 3px 3.5px 0 #004FF2;
    -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
    }
  .recruite-service-area-body ul li.third-large-word:hover {
    transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    transform-origin: center center; 
    transition: all 1.6s ease 0s;
    -webkit-transform-origin: center center; 
    -webkit-transition: all 1.6s ease 0s;
    }
  
    .recruite-service-area-body div.first-description {
      margin-top: -10%;
      margin-left: -20%;
    }
    .recruite-service-area-body div.first-description span {
      font-weight: bold;
    }
    .recruite-service-area-body div.second-description {
      margin-top: -7%;
      margin-left: -15%;
    }
    .recruite-service-area-body div.second-description span {
      font-weight: bold;
    }
    .recruite-service-area-body div.third-description {
      margin-top: -7%;
      margin-left: 25%;
    }
    .recruite-service-area-body div.third-description span {
      font-weight: bold;
    }
  
  div.recruite-service-image {
    width: 50%;
    height: 50%;
    background: #FFFF;
  } */
  /*
  } */

  /* トラブルエリア */
  /* div.media-service-area {
    background: #FFF;
    width: 90%;
    height:400px;
    text-align: center;
  }
  div.media-service-area-body {
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
  }
  .media-service-area-body ul {
    width: 50%;
    height: 100%;
    display: inline-grid; 
  }
  .media-service-area-body ul li {
    color:#000000;
    font-family: 'Kosugi Maru', sans-serif;
  }
  .media-service-area-body ul li.first-large-word {
    text-align: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #5B94FD;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 10%;
    box-shadow: 3px 3.5px 0 #004FF2;
    -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
    }
  .media-service-area-body ul li.first-large-word:hover {
    transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    transform-origin: center center; 
    transition: all 1.6s ease 0s;
    -webkit-transform-origin: center center; 
    -webkit-transition: all 1.6s ease 0s;
    }
  .media-service-area-body ul li.second-large-word {
    text-align: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #5B94FD;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 20%;
    box-shadow: 3px 3.5px 0 #004FF2;
    -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  }
  .media-service-area-body ul li.second-large-word:hover {
    transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    transform-origin: center center; 
    transition: all 1.6s ease 0s;
    -webkit-transform-origin: center center; 
    -webkit-transition: all 1.6s ease 0s;
    }
  .media-service-area-body ul li.third-large-word {
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #5B94FD;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 30%;
    box-shadow: 3px 3.5px 0 #004FF2;
    -moz-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 12px 8px 20px 0px rgba(0, 0, 0, 0.6);
    }
  .media-service-area-body ul li.third-large-word:hover {
    transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    -webkit-transform:translate(10px, 0px) rotate3d(0, 1, 0, 720deg);
    transform-origin: center center; 
    transition: all 1.6s ease 0s;
    -webkit-transform-origin: center center; 
    -webkit-transition: all 1.6s ease 0s;
    }
  
    .media-service-area-body .first-description {
      margin-top: -10%;
      margin-left: -15%;
    }
    .media-service-area-body .first-description span {
      font-weight: bold;
    }
    .media-service-area-body .second-description {
      margin-top: -10%;
    margin-left: 5%;
    }
    .media-service-area-body .second-description span {
      font-weight: bold;
    }
    .media-service-area-body .third-description {
      margin-top: -7%;
      margin-left: 35%;
    }
    .media-service-area-body .third-description span {
      font-weight: bold;
    }
  
  div.media-picto-image {
    width: 50%;
    height: 50%;
    background:#FFFF;
    position: absolute;
    top:0;
    right:0;
  } */
  /*
  } */

  /* プラグイン */
  .simulation-area {
    width: 100%;
    padding: 5%;
    display: inline;
  }

  .wq-Form .wq-Selector>.wq--body {
    flex-wrap: wrap!important;
  }
  .blog-content {
    padding-bottom: 35px;
  }
  .wq-Form .wq-Option>.wq--label {
    transition:none!important;
  }
  @media screen and (min-width: 782.001px) {
    .wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator {
      height: 30px!important;
      width: 130px;
    }
  }
  .simulation-area {
    width: 100%;
    padding: 5%;
  }
  .simulation-area .wq-Form {
    padding: 5%;
  } 
  .simulation-title {
    font-size: 18px;
    margin-left: 5%;
  }
  .simulation-description {
    margin-left: 5%;
  }

.new-content-title {
  font-size: 15px;
}

.posts-area {
  height: 100px;  
}
.new {
  color:#FFF;
  font-size: 11px;
  border: #FFF  solid;
  justify-content: center;
  padding: 5px;
  cursor: nw-resize;
  transition: 0.5s;
  box-sizing: border-box;
  margin: auto 5px;
}

.new:hover {
  padding: 10px;
  transition: 0.5s;
  background-color: #FFF;
  color: rgb(57,154,198);
}

.posts-title {
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  margin-top: 25px;
}
.post-title {
  font-size: 0.8em;
  transition:0.5s;
  display: inline-block;
  margin: 3px;
}
.post-title:hover {
  transition: 0.5s;
  color:#18c2fb;
  background-color: #FFF;
  padding: 0;
  margin: 5px;
}

.scroll-area {
    display: flex;
    justify-content: center;
} 
.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  margin: 15px;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #000;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
.scroll .scroll-txt {
  font-size:15px;
  transition-property: all;
  transition-duration: 0.5s;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.scroll .scroll-txt:hover {
  font-size:17px;
  text-shadow    : 
       2px  2px 7px #18c2fb,
      -2px  2px 7px #18c2fb,
       2px -2px 7px #18c2fb,
      -2px -2px 7px #18c2fb,
       2px  0px 7px #18c2fb,
       0px  2px 7px #18c2fb,
      -2px  0px 7px #18c2fb,
       0px -2px 7px #18c2fb;
}

/* 上スクロール */
.scroll-up {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  margin: 15px;
}
.scroll-up::before {
  animation: scroll-up 3.5s infinite;
  border: solid #000;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
}
.scroll-up .scroll-up-txt {
  font-size:15px;
  transition-property: all;
  transition-duration: 0.5s;
}
@keyframes scroll-up {
  0% {
    transform: rotate(135deg) translate(0, 0);
  }
  80% {
    transform: rotate(135deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.scroll-up .scroll-up-txt:hover {
  font-size:17px;
  text-shadow    : 
       2px  2px 7px #18c2fb,
      -2px  2px 7px #18c2fb,
       2px -2px 7px #18c2fb,
      -2px -2px 7px #18c2fb,
       2px  0px 7px #18c2fb,
       0px  2px 7px #18c2fb,
      -2px  0px 7px #18c2fb,
       0px -2px 7px #18c2fb;
}

/* homepage値段について */
.homepage-news-area {
  width: 100%;
}
.homepage-news {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  background-color: rgba(40,227,245,0.4);
  justify-content: center;
  padding: 15px;
}
.homepage-news-area-description {
  color: #fff;
  font-size: 18px;
  text-align: start;
  margin-left: 5%;
  padding: 50px 0;
}
.homepage-article-area {
  display: flex;
  justify-content: left;
  margin: 10px;
}

.homepage-news .homepage-article-area .bottom-article li {
  list-style: none;
  grid-template-columns: 1fr auto auto;
}
.bottom-article {
  display: flex;
}
.area-of-date-and-title {
	margin:  auto 10px;
}

.bottom-article li a {
  font-size: 14px;
	display:  flex;
	flex: wrap;
	align-content: center;
}
.bottom-article .news-post-date {
  font-size: 12px;
  text-align: left;
	margin: 10px 0;
}
.bottom-article .news-post-date:hover {
  color:#E5E5E5;
}
.bottom-article .news-post-article-title:hover {
  color:#E5E5E5;
}
.bottom-article-thumbnail {
  overflow: hidden;
}

.bottom-article-thumbnail img {
  transition:0.5s all;
  display: block;
  overflow:hidden;
  width: 150px;
  height: 150px;
}
.bottom-article-thumbnail img:hover {
  transform:scale(1.1,1.1);
  transition:0.5s all;
  overflow: hidden;
  display: block;
}


/* タグエリア */
.single-header-title {
  height: 30px;
}

.tag-list {
  margin: 10px 0px;
}
.tag-list h2 {
  font-size: 15px;
  margin-left: 1%;
}
.tag-list > a {
  margin: 5px 1px;
  padding: 3px;
  border: solid 2px;
  background: #000;
  font-size: 12px!important;
}

.tag-cloud-tag h2 {
  font-size: 15px;
}
.tag-cloud-link {
  display: inline-block;
  margin: 5px 1px;
  padding: 3px;
  border: solid 2px;
  background: #000;
  font-size: 12px!important;
}
.tag-cloud-link:hover {
  color:#000;
  background:#fff;
  transition: all 0.3s;
}
.tag-article-content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  background-color: rgba(40,227,245,0.4);
  justify-content: center;
  padding: 15px;
  margin-top: 42.4px;
}
.tag-article {
  height: 300px;
  margin: 10px;
}
.tag-article img {
  width: 150px;
  height: 150px;
}
.tag-cloud-tag {
  margin: 3% 0;
}
.news-post-date-article-area {
	margin: auto 10px;
}
.news-post-date {
  font-size: 15px;
  color: #FFF;
}

/* 直近の実績リスト */
.achievement {
	margin-left: 4%;
}
.achievement-list {
	list-style:none;
	margin-bottom:3px;
}
.achievement-list a {
	font-size:14px;
	text-decoration:underline;
}
.achievement-list a:hover {
	text-shadow: 2px 2px 7px #18c2fb, -2px 2px 7px #18c2fb, 2px -2px 7px #18c2fb, -2px -2px 7px #18c2fb, 2px 0px 7px #18c2fb, 0px 2px 7px #18c2fb, -2px 0px 7px #18c2fb, 0px -2px 7px #18c2fb;
}

/* 使用言語等画像リスト*/
.introduction-about-work-environment-area {
	margin:4%;
}

.introduction-about-work-environment-description {
	color: #000;
   font-size: 1.1em;
}

.work-environment {
	width:100%;
	display: grid;
	justify-content:center;
}
.work-environment ul {
	display:flex;
	flex-wrap: wrap;
}
.work-environment ul li{
	margin:10px;
}
.work-environment ul li img {
	width:80px;
	height:50px;
}
.work-environment ul:nth-of-type(3) li img {
	width:100px;
	height:50px;
}
.work-environment {
	transition:0.5s;
/* 	margin:0 5px; */
}
.work-environment img:hover {
	transform: scale(1.2);
	transition:0.5s;
}

.work-environment .movie-maker img {
	height:80px;
}
.work-environment .version-management img {
	height:80px;
}
.work-environment .project-management img {
	height:80px;
}
.work-environment .communication img {
	height:80px;
}


/* footerエリア */

.footer-headline ul li a {
  color: rgb(61, 55, 55);
}
.footer-headline ul li a:hover {
  color: #18c2fb;
  font-weight: bold;
  background-color: #FFF;
}

.footer-area {
  display: flex;
  width: 100%;
  background-color:rgba(40,227,245,0.4);
  margin-top: 1%;
}
.footer-headline {
  font-size: 15px;
  padding: 1% 0 0 2%;
}
.footer-headline ul {
  font-size: 11px;
}
.footer-area .company {
  display: block;
  width:30%;
  margin-left: 2%;
  height: fit-content;
}
.footer-area .service {
  width:15%;
}
.footer-area .contact {
  width: 25%;
}
.news-posts-title {
  line-height: normal;
  list-style: none;
  font-size: 11px;
}

.anim-box.kiran li {
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.anim-box.kiran li::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran li:hover::before {
  animation: kiran 0.5s linear 1;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.copy-right {
  text-align: center;
  color: #FFF;
}
.copy-right span {
  font-size: 10px;
}

@media screen and (max-width: 800px){
	.bottom-article li a {
		display: block;
	}

/* スマホ用 max-width465px メディアクエリ start*/
@media screen and (max-width: 465px){
  .ferris-wheel {
    left:10%;
  }
  .top-message {
    left:10%;
  }
  .side-bar {
    transform: translateX(-110%);
  }
  .open {
    transform: translateX(0);
  }
  div.side-bar {
    left:0;
    height:fit-content;
    bottom: 0;
    display: inline-block;

  }
  div.side-bar.open {
    display:inline-block;
    margin: auto 5px;
  }
  div.side-bar a {
    line-height:800%;
  }
  .scroll-up {
    display: none;
  }
  #hamburger-menu {
    position: fixed;
    right: 25px;
    top: 37px;
    width: 45px;
    height: 35px;
    cursor: pointer;
    z-index:999;
  }
  .hamburger_line {
    background-color:rgba(32, 31, 31, 0.607);
    width: 45px;
    height:3px;
    position:absolute;
  }
  #line1 {
    top: 0px;
  }
  #line2 {
    top: 50%;
  }
  #line3 {
    top: 100%;
  }
  #line_1 {
    transform: rotate(-45deg);
    top:10px;
  }
  #line_2 {
    opacity: 0;
  }
  #line_3 {
    transform: rotate(45deg);
    top:10px;
  }
  .hamburger {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    transition: 0.5s;
  }
  
  .hamburger__line {
    position: absolute;
    width: 50px;
    height: 3px;
    right: 0;
    background-color: #000;
    transition: 0.5s;
  }
  .hamburger_line1 {
    top: 1px;
  }
  .hamburger_line2 {
    top: 18px;
  }
  .hamburger_line3 {
    top: 36px;
  }
  /*max-width: 465pxハンバーガーがクリックされたら*/
  .hamburger.open #line1 {
    transform: rotate(-45deg);
    top: 11px;
    transition: 0.5s linear;
  }
  .hamburger.open #line2 {
    transition: 0.5s;
    width: 0;
  }
  .hamburger.open #line3 {
    transform: rotate(45deg);
    top: 11px;
    transition: 0.5s linear;
  }
  /*max-width: 465px 閉じたとき用のアニメーション */
  .hamburger #line1 {
    transition: 0.5s linear;
  }
  .hamburger #line2 {
    transition: 0.5s linear;
  }
  .hamburger #line3 {
    transition: 0.5s linear;
  }
  /*max-width: 465pxハンバーガーがクリックされたら右からスライド*/
  div.side-bar {
    position: fixed;
    top: 0;
    left: 0;
    bottom:0;
    width:55%;
    height: fit-content;
    margin: auto 0;
    transition: all 0.5s;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    z-index: 99;
  }  
  .open a .inner_line {
    opacity: 0.3;
    visibility: visible;
  }
  .chat-icon {
    width: 75px;
    height: 75px;
    bottom: 15px;
    left: 40%;
  }
  .chat-bot-text::after{
    /* left: -35px;
    width: 10px;
    height: 9px;
    bottom: 3px;
    background: rgb(226, 226, 226);
    border-radius: 50%; */
    display: none;
  }
  .chat-bot-text:hover {
    /* width: 130px; */
    display:none;
  }
  .chat-bot-area:hover .chat-bot-text {
    display:none;
  }
  
  /*max-width: 465px スライム メディアクエリ*/
  .slime {
    height: 30%;
    width: 35%;
    left: 50%;
  }

  .budget-button a {
    padding: 0.5em 0.5em;
  }

    /* ループ投稿データ */
    .post-area {
      width: 99%;
    }
    .post-detail-title  {
      font-size: 15px;
    }
    .archive-area li a {
      font-size:10px;
      color:#FFF;
      font-weight: 700;
    }
    .homepage-news {
      grid-template-columns: repeat(1,1fr);
    }
    .post-tag-space {
      width: 100%;
      height: 50px;
    }
    .single-post-detail-area {
      display:block;
      width: 100%;
    }
    .blog-detail__image {
      width:250px;
      height:250px;
    }
    .blog-detail__image img {
      width: 250px;
      height: 250px;
    }
    .content-area {
      width: 99%;
    }
	.news-post-article-title {
		margin: 10px 0;
	}
	
    .bottom-article-thumbnail img {
      width:100px;
      height:100px;
    }
    .bottom-article li a {
      font-size: 20px;
		display: flex;
    }
    .bottom-article .news-post-date {
      font-size: 15px;
    }
	.area-of-date-and-title {
		margin: 0
	}
}
	/* 最新記事文字 メディアクエリ465px*/
	.bottom-article li a {
    font-size: 15px;
		display: block;
	}
	.bottom-article .news-post-date {
    font-size: 12px;
	}
    /* タグphp メディアクエリ465px */
    .tag-list {
      margin: 10px 10px;
    }

    .tag-article {
      height: 210px;
    }
    .tag-article-content {
      grid-template-columns: repeat(2,1fr);
    }
    .tag-article img {
      width: 100px;
      height: 100px;
    }
    .tag-googlemap div.side-bar {
    top: -20%;
    height: 70%;
    }
	
  /*max-width: 465px フッター メディアクエリ*/
  footer {
    display: block;
    width: 100%;
  }
  .footer-area {
    display: block;
    width:100%;
    height: 100%;
    margin-top:10px;
    background-color: transparent;
  }
  .footer-headline {
    display: block;
  }
  .footer-headline ul{
    border-bottom: solid 1px #dee2e7;
    border-bottom-width: thick;
    padding-bottom: 2%;
    color:#000;
    background:#fff;
    padding: 2%;
  }
  .footer-headline.company {
    display: inline;
    width: 100%;
    margin: 0;
  }
  .company-text {
    display: inline-block;
  }
  .footer-headline.service {
    display: inline;
    width: 100%;
  }
  .footer-headline.contact {
    display: inline;
    width: 100%;
  }
  .footer-headline.news-information {
    display: inline;
    width: 100%;
  }
}

/* 直近の実績achievementのメディアクエリ400px */
@media (width < 400px){
	.achievement li {
		font-size:12px;
	}
}
/* 直近の実績achievementのメディアクエリ401px~500px */
@media (400px <= width <= 500px){
	.achievement li {
		font-size:0.84rem;
	}
}


/* スマホ用 メディアクエリ350px */
@media screen and (max-width:350px){
	.bottom-article li a {
    font-size: 10px;
		display: block;
	}
	.bottom-article .news-post-date {
    font-size: 8px;
	}
}

@media screen and (max-width: 900px){
  .price-table{
    transform: scale(0.92);
    margin: 0 auto;
    width: fit-content;
  }
}
@media screen and  (width < 800px) {
	.bottom-article li a {
		display: block;
	}
}

/*料金プラン メディアクエリmax-width:820px plan-table */
@media screen and (width < 820px){
  th.plan-title {
    font-size:18px; /* 28 to 18 */
  }
  table tr {
    font-size:15px;
  }
}
/*料金プラン メディアクエリmax-width:630px plan-table */
@media  (width < 630px) {
  .price-feature {
    display: inline-block;
    width: 350px;
    background: transparent;
    margin-bottom: 0;
  }
  .plan-table {
    align-items: center;
  }
  table {
    height: auto;
  }
  .plan-table .price-select-btn {
    width: 70%;
  }
  .plan-5 {
    margin-bottom: 80px;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 77%);
  }
  .plan-10 {
    margin-bottom: 80px;
  }
  .plan-20 {
    margin-bottom: 0px;
  }
}

/*料金プラン メディアクエリmax-width:460px plan-table */
@media screen and (max-width:460px) {
  table tr {
    font-size: 15px;
  }
  th.plan-title {
    font-size: 17px;
  }
  .plan-table .price-select-btn {
    width: 70%;
  }
  .price-select-btn a {
    font-size: 15px;
  }

}

/*サイドバー メディアクエリmin-max:601~800px */
@media screen and (min-width: 601px) and (max-width:800px){
  div.side-bar a{
    font-size:7px;
    width:18%;
  }
  div.side-bar a:hover{
    font-size:7px;
  }
}
/*サイドバー メディアクエリmin-max:450~600px */
@media screen and (min-width: 450px) and (max-width:600px){
  div.side-bar a{
    font-size:5px;
    width:19%;
  }
  div.side-bar a:hover{
    font-size:5px;
  }
}
