/*
Theme Name: iottokyo-20260118
Author URI: https://www.iottokyo.co.jp
Description: アイオーティー東京
*/
@charset "UTF-8";


@font-face {
  font-family: 'DotGothic16-Regular';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/DotGothic16-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FOT-TsukuARdGothic Std';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/FOT-TsukuARdGothic Std.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Zetta';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/LexendZetta-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded-BOLD';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/UNBOUNDED-BOLD.TTF') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded-BLOND';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/UNBOUNDED-BLOND.TTF') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded-BLACK';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/UNBOUNDED-BLACK.TTF') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded-REGULAR';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/UNBOUNDED-REGULAR.TTF') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded-MEDIUM';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/UNBOUNDED-MEDIUM.TTF') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded-LIGHT';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/UNBOUNDED-LIGHT.TTF') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://iottokyo.co.jp/wp-content/themes/iottokyo_20260111/NOTOSANSJP-VF.TTF') format('truetype');
  font-style: normal;
  font-display: swap;
}

html {
      margin-top: 0 !important;
}
body {
  font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
  background: #f6f6f6;
  letter-spacing: 0.1vh;
  line-height: 2;
  margin: 0;
}
strong {
  background: linear-gradient(transparent 60%, #B1D3EE 30%);
    display: inline-block;
    color: #004ebc;
}
h1 {
  font-size: clamp(24px, 4vw, 36px);
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #3c434a;
  transition: all 0.3s;
}


li {
  font-size: 16px;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

ol {
  list-style-type: none;
  padding: 0;
  font-size: 1.5vh;
  display: flex;
}




/* 
----------------------------------------------- header start -----------------------------------------------
*/

.header {
  width: 100%;
  position: fixed;
  z-index: 30;
  color: #000;
  padding: 2%;
  height: 6vh;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  top: 0;
}
.nav {
display: flex;
    position: fixed;
    z-index: 30;
    right: 0;
    width: 42%;
    top: 1.5%;
}

.nav-con {
text-align: left;
width: 100%;
}

.nav-con img{
    width: 100%;

}

.nav p {
  font-size: 1vh;
    font-weight: bold;
    margin: 0;
}
.header h1 {
  font-weight: 100;
  letter-spacing: 0.3vh;
  font-size: 17px;
}

.header img {
  height: 100%;
}

.Word {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-family: Unbounded-REGULAR;
  padding: 5%;
}

.Word p {
  font-size: 1vh !important;
  font-family: Unbounded-REGULAR !important;
  line-height: 2 !important;
  padding: 0 !important;
}


.dropmenu{
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 25%;
  z-index: 30;
  width: 50%;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: fit-content;
  float: left;
  margin: 0 5% 0 0;
  padding: 0;
  text-align: center;
  z-index: 30;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
      text-align: left;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
border-bottom: 1px solid #00549B;
  text-align: left;
}
.dropmenu li:hover > a{

}
.dropmenu li a:hover{

}

/* 上から回転してあらわれる */

#flip2 li ul {
  visibility: hidden;
  perspective: 400px;
}
#flip2 li:hover ul{
  visibility: visible;
}
#flip2 ul li{
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
  list-style: none;
}
#flip2 li:hover li{
  transform: rotateY(0);
}
#flip2 ul li:nth-child(2) {
  transition-delay: .1s;
}
#flip2 ul li:nth-child(3) {
  transition-delay: .2s;
}
#flip2 ul li:nth-child(4) {
  transition-delay: .3s;
}
#flip2 ul li:nth-child(5) {
  transition-delay: .4s;
}


/* 
----------------------------------------------- header end -----------------------------------------------
*/






/* 
----------------------------------------------- hamburger menu start -----------------------------------------------
*/
.open {
  position: fixed;
  top: 2%;
  right: 4%;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s linear;
  z-index: 1000;
  display: none;
}

.open:hover {
  opacity: 0.8;
}

.open span {
  display: block;
  float: left;
  clear: both;
  height: 1px;
  width: 40px;
  border-radius: 40px;
  background-color: #000;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}

.open span:nth-child(2) {
  margin-top: 25px;
}

.open span:nth-child(3) {
  margin-top: 40px;
}

.sub-menu {
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}

.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child {
  margin-top: 150px;
}

.sub-menu li:nth-child(1) {
  transition-delay: 0.05s;
}

.sub-menu li:nth-child(2) {
  transition-delay: 0.10s;
}

.sub-menu li:nth-child(3) {
  transition-delay: 0.15s;
}

.sub-menu li:nth-child(4) {
  transition-delay: 0.20s;
}

.sub-menu li:nth-child(5) {
  transition-delay: 0.25s;
}

.sub-menu li a {
  color: #fff;
  display: block;
  float: left;
  padding: 5%;
  letter-spacing: 0;
  font-weight: bold;
  font-family: Unbounded-REGULAR;
}

.open.oppenned .sub-menu {
  opacity: 1;
  height: 400px;
  width: 400px;
}

.open.oppenned span:nth-child(1),
.open.oppenned span:nth-child(3) {
  z-index: 100;
  transform: rotate(45deg);
}

.open.oppenned span:nth-child(1) {
  transform: rotate(45deg) translateY(11px) translateX(11px);
}

.open.oppenned span:nth-child(2) {
  height: 400px;
  width: 400px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

.open.oppenned span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px) translateX(10px);
}

.open.oppenned .sub-menu li {
  margin-right: 200px;
  width: 100px;
}

/* 
----------------------------------------------- hamburger menu end -----------------------------------------------
*/


/* 
----------------------------------------------- object start -----------------------------------------------
*/




.recruit {
  display: none;
  z-index: 100;
  border-radius: 1vh 0 0 1vh;
  background: #004ebc;
  text-align: center;
  color: #FFF;
  font-size: 1.5vh;
  position: sticky;
  position: fixed;
  top: 15vh;
  right: 0;
  padding: 1%;
  writing-mode: vertical-rl;

}


.s-object {
  position: fixed;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  bottom: -5%;
  left: -5%;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

.s-object img {
  transform: rotate(35deg);
  width: 50%;
}


.ss-object {
  position: fixed;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  left: 35%;
  top: 10%;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

.ss-object img {
  width: 50%;
}

.sp-ss-object {
  position: fixed;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  right: -20%;
  top: 15%;
  z-index: 10;
}

.sp-s-object {
  position: fixed;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  right: -15%;
  bottom: 5%;
  width: 30%;
  z-index: 200;
}

.sp-ss-object img {
  width: 30%;
}

.sp-s-object img {
  width: 30%;
  transform: rotate(35deg);
}

.iphone16 {
  width: 35%;
  height: 100vh;
  position: fixed;
  left: 0;
  margin: 0%;
  padding-top: 0;
  z-index: 40;
  pointer-events: none;
  top: 20%;
}

.iphone16 img {
  width: 100%;
}

/* 
----------------------------------------------- object end -----------------------------------------------
*/




/* 
----------------------------------------------- firstview start -----------------------------------------------
*/

.firstview {
  display: flex;
  height: 100vh;
}

/* 
----------------------------------------------- firstview start -----------------------------------------------
*/


/* 
----------------------------------------------- firstview right start -----------------------------------------------
*/


.hidden {
  position: relative;
  overflow-y: auto;
  width: 67%;
  margin: 0%;
  right: 0%;
  scrollbar-width: none;
  height: 90vh;
  top: 10vh;
}

.index-container {
  padding: 18% 10% 10% 10%;
}

.gradation {
  background: -webkit-linear-gradient(top, transparent 0, #fff 100%);
  height: 20vh;
  position: relative;
}

.wrap-container {}

.firstview-wrap {
  background-size: cover;
  font-family: Unbounded-REGULAR;
}

.firstview-wrap p {
  font-size: 7vh;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 5%;
}

.shino p {
  font-size: 1.5vh;
  font-family: Noto Sans JP;
  padding-bottom: 5%;
}

.firstview-wrap h1 {
  font-size: 4vh;
}

.firstview-wrap h2 {
  font-size: 2vh;
  line-height: 1.2;
}









.wrap {
  position: relative;
  padding: 10% 13% 0% 10%;
}

.wrap h2 {
  font-family: Unbounded-REGULAR;
  font-size: 5vh;
  letter-spacing: 0.5vh;
  margin-top: 0%;
  margin-bottom: 0;
  color: #004ebc;
}

.wrap h3 {
  font-family: DotGothic16-Regular;
  letter-spacing: 1vh;
  margin-top: 0;
  margin-bottom: 7%;
  color: #fff;
}

.wrap h4 {
  letter-spacing: 0.6vh;
  font-size: 3vh;
  font-family: Unbounded-REGULAR;
  padding: 0;
  margin: 0;
  padding-bottom: 2%;
  padding-top: 5%;
  color: #fff;
}

.wrap h5 {
  font-size: 2vh;
  margin-top: 0;
  font-family: DotGothic16-Regular;
  letter-spacing: 0.2vh;
  margin-top: 0;
  color: #fff;
}

.wrap p {
  font-size: 2vh;
  font-family: Noto Sans JP;
  padding-bottom: 5%;
  line-height: 2;
  color: #fff;
  margin: 0;
}

.TextTyping span {
  display: none;
  font-family: Unbounded-REGULAR;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
  content: "|";
  animation: typinganime .8s ease infinite;
}

@keyframes typinganime {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/* 
----------------------------------------------- firstview right end -----------------------------------------------
*/

/* 
----------------------------------------------- firstview left start -----------------------------------------------
*/

.top-wrap-fixed {
  width: 32%;
      margin: 0% 2% 0% 0%;
  scrollbar-width: none;
  position: relative;
  background-color: #fff;
  top: 10%;
  height: 90%;
  overflow-y: auto;
}

.post-contact {
  display: none;

}

.iPhonebox {
  padding: 10% 5% 5% 5%;
}

.iPhonebox2 {
  padding: 5%;
  padding-top: 10vh;
}

.white {
  padding: 2%;
  width: 27%;
  background: #fff;
  height: 2vh;
  position: fixed;
  border-radius: 5vh 5vh 0 0;
}

.year p {
  font-size: 6vh;
  font-family: Unbounded-REGULAR;
  margin-top: 0;
  margin-bottom: 0;
}

.shino p {
  font-size: 2vh;
  font-family: Noto Sans JP;
  padding-bottom: 5%;
}

.sector p {
  font-size: 3vh;
  font-family: Unbounded-REGULAR;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

/* 
----------------------------------------------- firstview left end -----------------------------------------------
*/
/* 
----------------------------------------------- slider start -----------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&family=Roboto:wght@500;700&display=swap");

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.recipe-container {
  width: 100%;
}

.recipe-container h1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #dda3b6;
  margin: 20px 0 40px;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.swiper-scrollbar {
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-drag-bg-color: #dda3b6;
  --swiper-scrollbar-size: 5px;
  height: 100px;
}

.post {
  max-width: 400px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--clr-text);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 16px 16px 0;
  margin: 3%;
}

.post-img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 6px;
  user-select: none;
  pointer-events: none;
}

.post-body {
  grid-template-columns: 15% 60% 20%;
  align-items: center;
  gap: 8px;
  padding: 15px 0;
  cursor: default;
}

.post-name {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-author {
  width: fit-content;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.6;
  color: var(--clr-text);
}

.post-avatar {
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}

.post-actions {
  position: relative;
}

.post-actions-content {
  position: absolute;
  bottom: 130%;
  right: 0;
  padding: 8px;
  border-radius: 8px;
  background: rgba(172, 172, 172, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 2px 2px 10px 2px hsl(0, 0%, 0%, 0.25);
  transition: opacity 0.25s, scale 0.25s;
  transform-origin: bottom right;
}

.post-actions-content[data-visible="false"] {
  pointer-events: none;
  opacity: 0;
  scale: 0;
}

.post-actions-content[data-visible="true"] {
  pointer-events: unset;
  scale: 1;
  opacity: 1;
}

.post-actions-content li {
  padding: 0.5rem 0.65rem;
  border-radius: 0.25rem;
  list-style: none;
}

.post-actions-content li:is(:hover, :focus-within) {
  background-color: rgba(248, 132, 169, 0.7);
}

.post-actions-link {
  width: max-content;
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: center;
  gap: 0.6rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.post-like {
  text-decoration: none;
  color: var(--clr-text);
  margin-right: 5px;
  font-size: 1.1rem;
  opacity: 0.65;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.35s ease;
}

.post-actions-controller {
  border: 0;
  background: none;
  color: var(--clr-text);
  cursor: pointer;
  opacity: 0.65;
}

.post-like:hover,
.post-actions-controller:hover {
  opacity: 1;
}

.post-like:focus {
  outline: none;
}

.post-like.active {
  color: rgb(255, 0, 0);
  opacity: 1;
  transform: scale(1.2);
}

/* MEDIA QUERIES */



@media (max-width: 900px) {
  #recipes {
    padding: 60px 80px;
  }
}

@media (max-width: 550px) {
  #recipes {
    padding: 40px 40px;
  }
}



/* 
----------------------------------------------- slider end -----------------------------------------------
*/

.swiper-scrollbar-drag {
  background: #006ae287;
}


/* 
----------------------------------------------- 投稿 start -----------------------------------------------
*/

.hidden2 {
  position: relative;
  overflow-y: auto;
  width: 67%;
  right: 0%;
  scrollbar-width: none;
  height: 90vh;
  top: 10%;

}
.wp-block-list {
list-style-type: none;
    padding: 2% 5%;
    width: auto;
}
blockquote {
border: 1px solid #B1D3EE;
    padding: 0 5%;
}

.post-area h1 {
  font-size: 2em;
  line-height: 1.5;
  padding: 1em 0;
  color: #000;
width: fit-content;
margin:0;
margin-top: 5%;
padding: 0;
}
.post-area h1::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #004ebc;
    margin-right: 16px;
}

.post-area h2 {
    line-height: 1.5;
    color: #004ebc;
    width: fit-content;
}
.post-area h3 {
    margin-top: 5%;
    border-bottom: 2px solid #004ebc;
    width: fit-content;
}

.single-article {
  /**background: rgba(189, 181, 181, 0.1);*/
  padding-top: 0;
}

.wrap2 {
  background: #fff;
  color: #000;
  padding: 10% 5% 5% 5%;
}

.breadcrumb-area {
    top: 15%;
    background: #fff;
    /* width: 67%; */
    color: #000;
}

.breadcrumb-area a {
  color: #004ebc;
display: inline-flex;
}

.breadcrumb a svg {
  color: #333;
  width: 15px;
}

.breadcrumb a:hover svg {
  color: #004ebc;
}

.post-content p {
color: #000;
margin-bottom: 15%;
}

/* 
----------------------------------------------- 投稿 end -----------------------------------------------
*/


/* 
----------------------------------------------- service start -----------------------------------------------
*/

.box {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  padding: 5%;
  margin: 5% 0%;
  border-radius: 3vh;

}

:root {
  font-size: 12px;
  --neon-text-color: #fff;
  --neon-border-color: #fff;
}

.sales,
.software,
.direction,
.design,
.developer {
  padding: 2%;
  font-family: Unbounded-REGULAR;
  font-size: 2vh;
  width: 50%;
  text-align: center;
  border: 0.1rem solid #fff;
  border-radius: 10vh;
  text-transform: uppercase;
  animation: flicker 1.5s infinite alternate;
}

.sales,
.software,
.direction,
.design,
.developer::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.sales,
.software,
.direction,
.design,
.developer::selection {
  color: var(--neon-text-color);
}

.sales,
.software,
.direction,
.design,
.developer:focus {
  outline: none;
}

/* Animate neon flicker */
@keyframes flicker {

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    text-shadow:
      -0.2rem -0.2rem 1rem #fff,
      0.2rem 0.2rem 1rem #fff,
      0 0 2rem var(--neon-text-color),
      0 0 4rem var(--neon-text-color),
      0 0 6rem var(--neon-text-color),
      0 0 8rem var(--neon-text-color),
      0 0 10rem var(--neon-text-color);
    box-shadow:
      0 0 .1rem #fff,
      inset 0 0 .1rem #fff,
      0 0 1rem var(--neon-border-color),
      inset 0 0 1rem var(--neon-border-color),
      0 0 1rem var(--neon-border-color),
      inset 0 0 1rem var(--neon-border-color);
  }
}



.sales {
  --neon-border-color: #FF0000;
  color: #FF0000;
  margin-top: 20%;
}

.software {
  --neon-border-color: #F7CF28;
  color: #F7CF28;
  margin-top: 20%;
}

.direction {
  --neon-border-color: #2F752E;
  color: #2F752E;
  margin-top: 20%;
}

.design {
  --neon-border-color: #fff;
  color: #fff;
  margin-top: 20%;
}

.developer {
  --neon-border-color: #2525FF;
  color: #2525FF;
  margin-top: 20%;
}

.line-sales {
  margin-bottom: 5%;
  height: 1px;
  background-color: #FF0000;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 .1rem #FF0000, inset 0 0 .2rem #FF0000, 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color), 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color);
}

.line-software {
  margin-bottom: 5%;
  height: 1px;
  background-color: #F7CF28;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 .1rem #F7CF28, inset 0 0 .2rem #F7CF28, 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color), 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color);
}

.line-direction {
  margin-bottom: 5%;
  height: 1px;
  background-color: #2F752E;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 .1rem #2F752E, inset 0 0 .2rem #2F752E, 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color), 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color);
}

.line-design {
  margin-bottom: 5%;
  height: 1px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 .1rem #fff, inset 0 0 .2rem #fff, 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color), 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color);
}

.line-developer {
  margin-bottom: 5%;
  height: 1px;
  background-color: #004ebc;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 .1rem #004ebc, inset 0 0 .2rem #004ebc, 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color), 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color);
}







.sales p,
.software p,
.direction p,
.design p,
.developer p {
  margin: 0;

}

.service h2 {
  border-bottom-style: dotted;
  border-bottom-width: 3px;
}

.service img {
  width: 100%;
}




/* 
----------------------------------------------- service end -----------------------------------------------
*/










/* 
----------------------------------------------- scroll start -----------------------------------------------
*/

.arrowWrap {
  position: fixed;
  right: 1%;
  bottom: 0%;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.arrowWrap.visible {
  opacity: 1;
}

.arrowWrap p {
  writing-mode: vertical-rl;
  text-align: center;
  /*transform: rotate(-90deg);　/*文字傾き調整*/
  color: #fff;
  font-family: DotGothic16-Regular;
  letter-spacing: 1vh;
  font-weight: bold;
  margin: 0;
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 10px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 .1rem #fff, inset 0 0 .1rem #fff, 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color), 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color);
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #777777;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

/* 
----------------------------------------------- scroll end -----------------------------------------------
*/

/* 
----------------------------------------------- password start -----------------------------------------------
*/

.post-password-form {
  margin: 10%;
  color: #000;
  text-align: center;
}

input[type=submit] {
  color: #000;
  padding: 0.5% 5%;
  border: 1px solid #000;
  border-radius: 5vh;
  display: block;
  margin: 3% 45%;
}

input[type=submit]:hover {
  background-color: #000;
  transition: 0.3s;
  color: #fff;
}

input:not([type="image" i]) {
  height: 5vh;
}


/* 
----------------------------------------------- password end -----------------------------------------------
*/

/* 
----------------------------------------------- post start -----------------------------------------------
*/


.wp-post {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3%;
}

.wp-post2 {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3%;
}

.wp-post2 h1 {
  font-size: 2vh;
  margin: 0 0 0 5%;
  font-weight: unset;
  width: 70%;
}

.wp-post h1 {
  font-size: 2vh;
  margin: 0 0 0 5%;
  font-weight: unset;
  width: 70%;
}

.dd {
  width: 25%;
  padding: 0 5% 0 0;
}

.category {
  text-align: center;
  padding: 0% 3%;
  font-size: 1.5vh;
  font-weight: 500;
  border-radius: 10vh;
  border: 1px solid #fff;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.contents {
    padding: 5% 10%;
  font-size: 1.5vh;
  font-weight: 500;
  border-radius: 10vh;
  color: #fff;
  width: 10%;
  text-align: center;
    background: #004ebc;
        display: block;
    width: max-content;
}

.contents a {
  color: #000;
}

.contents:hover {
  color: #004ebc;
  background: #fff;
  border: 1px solid #004ebc;
}

.tel {
    padding: 5% 10%;
  font-size: 1.5vh;
  font-weight: 500;
  border-radius: 10vh;
  color: #42A5F5;
  width: 10%;
  text-align: center;
  margin: 0 1%;
  background: #fff;
  border: 1px solid #42A5F5;
        display: block;
    width: max-content;
}

.tel a {
  color: #000;
}

.tel:hover {
  color: #fff;
      background: #42A5F5;

}




.contents2 {
  font-size: 1.5vh;
  font-weight: 500;
  border-radius: 10vh;
  border: 1px solid #004ebc;
  color: #004ebc;
    width: fit-content;
    padding: 0 2%;
  text-align: center;
  margin: 0 1%;
}

.contents2 a {
  color: #000;
}

.contents2:hover {
  color: #fff;
  background: #004ebc;
  border: 1px solid #004ebc
}




.look {
  padding: 3% 10%;
  font-size: 1.5vh;
  font-weight: 500;
  border-radius: 10vh;
  border: 1px solid #fff;
  color: #fff;
  width: 10%;
  text-align: center;
  margin: 0 1%;
}

.look:hover {
  color: #fff;
  background: #004ebc;
  border: 1px solid #004ebc;
}




.wp-post p {
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 20%;
}

.day {
  padding-left: 5%;
  font-size: 1.7vh;
}

.post-line {
  height: 1px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 5%;
}

.post-line::before {
  content: '';
  width: 100%;
  height: 2px;
  margin: 50px auto 0;
  background-color: #777777;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: post-line 2.5s ease 0s infinite normal;
  animation: post-line 10s ease 0s infinite normal;
}

@keyframes post-line {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(-200%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(0%, 100px, 0);
  }
}



/* 
----------------------------------------------- post end -----------------------------------------------
*/





/* 
----------------------------------------------- contactform start -----------------------------------------------
*/
.flex-m {
  text-align: center;
}

.minutes {
  padding: 2% 7%;
  font-size: 2vh;
  /* width: 47%; */
  font-weight: 500;
  border-radius: 10vh;
    background: #42A5F5;
  color: #fff; 
  margin: 0% 5% 0 5%;
  text-align: center;
width: fit-content;
}

.top-wrap-fixed h3 {
  margin-top: 0;
  margin-bottom: 7%;
  color: #000;
  font-family: Noto Sans JP;
  margin: 0;
  margin-top: 3%;
  font-size: 3vh;
}


main {
  margin: auto;
  z-index: 20;
}

label {
  margin-bottom: 2%;
}

#title,
#description {
  text-align: center;
  color: white;
}

input[type=text],
input[type=email],
input[type=number],
input[type=url],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 5%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 2% 0 5% 0;
  resize: vertical;
  font-family: Noto Sans JP;
  font-size: 1.5vh;
}




.button {
  font-size: 1.6vh;
  width: 80%;
  color: #fff;
  padding: 4% 5%;
  background: #004ebc;
  border: 1px solid #004ebc;
  border-radius: 10vh;
  font-family: Noto Sans JP;
  margin: 0 10%;
  font-weight: unset;
}

.here {
  animation: here 0.5s ease-in-out infinite alternate-reverse;
  bottom: -5%;
  left: -5%;
}

@keyframes here {
  0% {
    transform: translateX(-20%);
  }

  100% {
    transform: translateX(20%);
  }
}



.container {
  background-color: #fff;
  margin: 5% 0%;
  padding: 5%;
  color: #000;
  text-align: left;
  font-family: Noto Sans JP;
  font-size: 1.5vh;
}

.form-group {
  margin: 0 auto 1.25rem auto;
  padding: 1.25rem;
  display: inline-block;
  width: 100%;
}

.required {
  padding: 1% 5%;
  font-size: 1vh;
  font-weight: 500;
  border-radius: 10vh;
  border: 1px solid #212836;
  background: #212836;
  color: #fff;
  margin: 5%;

}

input[type=checkbox] {
  position: relative;
  width: 3vh;
  height: 3vh;
  border: 1px solid #ccc;
  vertical-align: -1vh;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 5%;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  left: 1vh;
  transform: rotate(50deg);
  width: 1vh;
  height: 2vh;
  border-right: 4px solid #004ebc;
  border-bottom: 4px solid #004ebc;
  content: '';
}


/* 
----------------------------------------------- contactform end -----------------------------------------------
*/


/* 
----------------------------------------------- icon start -----------------------------------------------
*/


.sns {
  margin: 5% 20%;
  display: flex;
  justify-content: center;
  padding: 0;
}

.sns li {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 5% 6%;
  margin: 1%;
  border-radius: 5px;
  list-style: none;
}



.sns a {
  position: relative;
  top: 10px;
}

.sns li:hover {
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 .1rem #fff, inset 0 0 .1rem #fff, 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color), 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color);

}

.snsbtn {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-twitter {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3e%3cpath d='M17.77 49.334A30.965 30.965 0 011 44.419a22.254 22.254 0 002.61.153 21.95 21.95 0 0013.59-4.683 10.951 10.951 0 01-10.219-7.6 10.966 10.966 0 004.94-.187 10.946 10.946 0 01-8.779-10.724v-.138A10.9 10.9 0 008.1 22.608 10.951 10.951 0 014.712 8.002a31.058 31.058 0 0022.549 11.43A10.947 10.947 0 0145.9 9.455 21.909 21.909 0 0052.847 6.8a10.973 10.973 0 01-4.81 6.052 21.874 21.874 0 006.283-1.723 22.235 22.235 0 01-5.459 5.663q.032.7.032 1.415c0 14.456-11 31.126-31.126 31.126' fill='%23ffffff'/%3e%3c/svg%3e");
  background-size: 100%;
}

.icon-facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3e%3cpath d='M31.528 54.004v-23.72h7.962l1.192-9.244h-9.154v-5.9c0-2.676.743-4.5 4.581-4.5h4.9V2.364a65.555 65.555 0 00-7.139-.36c-7.058 0-11.889 4.308-11.889 12.219v6.817H14v9.244h7.982v23.72z' fill='%23ffffff'/%3e%3c/svg%3e");
  background-size: 100%;
}

.icon-instagram {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3e%3cg transform='translate(-317 -13058)' fill='%23ffffff'%3e%3cpath d='M345 13064.685c6.942 0 7.765.026 10.506.152a14.391 14.391 0 014.828.9 8.611 8.611 0 014.935 4.935 14.39 14.39 0 01.9 4.828c.125 2.742.151 3.564.151 10.506s-.026 7.765-.151 10.506a14.391 14.391 0 01-.9 4.828 8.611 8.611 0 01-4.935 4.935 14.391 14.391 0 01-4.828.9c-2.741.125-3.563.151-10.506.151s-7.765-.026-10.506-.151a14.391 14.391 0 01-4.828-.9 8.611 8.611 0 01-4.935-4.935 14.391 14.391 0 01-.9-4.828c-.125-2.742-.152-3.564-.152-10.506s.026-7.765.152-10.506a14.391 14.391 0 01.9-4.828 8.611 8.611 0 014.935-4.935 14.39 14.39 0 014.828-.9c2.742-.125 3.564-.152 10.506-.152m0-4.685c-7.061 0-7.947.03-10.72.156a19.085 19.085 0 00-6.311 1.209 13.3 13.3 0 00-7.6 7.6 19.085 19.085 0 00-1.213 6.316c-.127 2.773-.156 3.659-.156 10.72s.03 7.947.156 10.72a19.085 19.085 0 001.209 6.311 13.3 13.3 0 007.6 7.6 19.085 19.085 0 006.311 1.209c2.773.127 3.659.156 10.72.156s7.947-.03 10.72-.156a19.085 19.085 0 006.311-1.209 13.3 13.3 0 007.6-7.6 19.085 19.085 0 001.217-6.311c.127-2.773.156-3.659.156-10.72s-.03-7.947-.156-10.72a19.085 19.085 0 00-1.209-6.311 13.3 13.3 0 00-7.6-7.6 19.085 19.085 0 00-6.314-1.214c-2.773-.127-3.659-.156-10.72-.156z'/%3e%3cpath d='M345.001 13072.649a13.352 13.352 0 1013.352 13.352 13.352 13.352 0 00-13.352-13.352zm0 22.018a8.667 8.667 0 118.667-8.667 8.667 8.667 0 01-8.667 8.667z'/%3e%3ccircle cx='3.12' cy='3.12' r='3.12' transform='translate(355.759 13069.001)'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 100%;
}

.icon-line {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3e%3cpath d='M55.575 24.144C55.575 11.934 43.334 2 28.287 2S1 11.934 1 24.144c0 10.947 9.708 20.115 22.821 21.848.889.192 2.1.586 2.4 1.346a5.608 5.608 0 01.088 2.467s-.32 1.926-.39 2.336c-.119.689-.548 2.7 2.363 1.471s15.715-9.253 21.44-15.843c3.959-4.337 5.853-8.738 5.853-13.625zm-36.915 6.52a.531.531 0 01-.53.531h-7.647a.528.528 0 01-.367-.148l-.008-.007-.007-.008a.526.526 0 01-.149-.367v-11.89a.531.531 0 01.531-.531h1.914a.532.532 0 01.531.531v9.443h5.2a.531.531 0 01.53.531zm4.615 0a.531.531 0 01-.531.53h-1.915a.531.531 0 01-.531-.53v-11.89a.531.531 0 01.531-.53h1.915a.531.531 0 01.531.53zm13.174 0a.531.531 0 01-.531.53h-1.914a.525.525 0 01-.136-.018h-.008l-.036-.012-.016-.006-.026-.011-.025-.013-.015-.008-.033-.02h-.005a.507.507 0 01-.135-.131l-5.456-7.368v7.062a.531.531 0 01-.532.53h-1.914a.531.531 0 01-.531-.53v-11.89a.531.531 0 01.531-.53h2.01l.031.007h.018l.031.01.017.006.031.013.017.008.028.016.016.01.027.019.014.01a.3.3 0 01.028.024l.01.009.032.033a.569.569 0 01.041.054l5.449 7.359v-7.064a.531.531 0 01.531-.53h1.914a.531.531 0 01.531.53zm10.569-9.975a.531.531 0 01-.531.531h-5.2v2.01h5.2a.531.531 0 01.531.532v1.914a.531.531 0 01-.531.531h-5.2v2.01h5.2a.531.531 0 01.531.531v1.915a.531.531 0 01-.531.531h-7.643a.528.528 0 01-.367-.149l-.008-.007-.007-.008a.528.528 0 01-.149-.367V18.776a.528.528 0 01.148-.366l.008-.009.006-.006a.528.528 0 01.369-.15h7.647a.531.531 0 01.531.532z' fill='%23ffffff'/%3e%3c/svg%3e");
  background-size: 100%;
}

.icon-youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3e%3cpath d='M27.838 46.245c-5.955-.188-11.619-.334-17.282-.553a19.617 19.617 0 01-3.65-.521 6.055 6.055 0 01-4.57-4.066 21.643 21.643 0 01-1.033-5.455 105.27 105.27 0 01-.188-13.079 32.656 32.656 0 01.824-7.332 7.551 7.551 0 012.034-3.859 6.758 6.758 0 014.276-1.825c4.464-.219 8.918-.49 13.382-.532 6.008-.063 12.026.021 18.033.136a72.031 72.031 0 017.791.521 6.064 6.064 0 015.055 3.92 18.326 18.326 0 011.147 5.486 104.481 104.481 0 01.188 14.112 30.357 30.357 0 01-.907 7.113 6.6 6.6 0 01-5.142 5.038 18.943 18.943 0 01-3.254.355c-5.67.201-11.332.375-16.704.541zM22.07 34.387c4.756-2.461 9.46-4.9 14.258-7.395-4.787-2.5-9.491-4.954-14.258-7.447z' fill='%23ffffff'/%3e%3c/svg%3e");
  background-size: 100%;
}

.icon-mail {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3e%3cg fill='none'%3e%3cpath d='M7 9h42.708a3 3 0 013 3v31.884a3 3 0 01-3 3H7a3 3 0 01-3-3V12a3 3 0 013-3z'/%3e%3cpath d='M8 13v29.884h40.708V13H8M7 9h42.708a3 3 0 013 3v31.884a3 3 0 01-3 3H7a3 3 0 01-3-3V12a3 3 0 013-3z' fill='%23ffffff'/%3e%3cpath d='M7.5 18.842l20.743 10.372 20.743-10.372' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='4'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 100%;
}







/* 
----------------------------------------------- company start -----------------------------------------------
*/
table {
  padding-bottom: 20%;
  font-size: 2vh;
  font-family: Noto Sans JP;
  padding-bottom: 5%;
  line-height: 2;
}

tbody {
  font-size: 2vh;
}

th {
  font-weight: unset;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 2%;
  color: #fff;
}

tr,
td {
  border-bottom: 1px solid #eee;
  padding: 2%;
  color: #fff;

}





/* 
----------------------------------------------- company end -----------------------------------------------
*/



/* 
----------------------------------------------- about end -----------------------------------------------
*/




/* 
----------------------------------------------- footer start -----------------------------------------------
*/


.new_footer_area {
    background: #fbfbfd;
}
.footer-con {

}
.nav-con {
padding-right: 5%;
}
.row {
  display: flex;
}

.new_footer_top {
    padding: 5%;
    margin-top: 5%;
    position: relative;
      overflow-x: hidden;
      background: #fff;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 0;
    list-style: none;

}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
    padding: 0;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.new_footer_top .f-title a{
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
.copyright {
  background: #fff;
    right: 0;
    position: relative;
    margin: 0;
    padding: 5%;
    font-size: 1vh;
}

/* 
----------------------------------------------- footer end -----------------------------------------------
*/





/* 
----------------------------------------------- responsive start -----------------------------------------------
*/

/* スマホ（〜767px） */
@media screen and (max-width: 767px) {

  body,
  .header h1 {
    font-size: 25px;
  }

  .header h1 {
    margin: 0;
  }
.nav {
  display: none;
}
.new_footer_top {
    display: none;
}
  li {
    font-size: 1.7vh;
  }

  .wp-post h1 {
    font-size: 1.5vh;
  }

  .wp-post2 {
    margin: 3% 0%;
    text-align: left;
    display: block;
  }

  .wp-post2 h1 {
    font-size: 1.5vh;
    margin: 0;
    width: auto;
  }

  .wp-post2 p{
font-weight: bold;
  }

  .day {
    font-size: 1.5vh;
  }

  input[type=submit] {
    margin: 10% 25%;
    font-size: 1.5vh;
  }

  input:not([type="image" i]) {
    width: 50%;
  }

  .post_password {
    font-size: 2.5vh;
  }

  .single-article {
    background: #fff;
    padding: 0;
  }

  .wrap2 {
    background: #fff;
  }

  .wrap p {
    font-size: 1.5vh;
  }

  .post-area h1 {
    line-height: 1.5;

  }

  .post-area h2 {
    margin-top: 15%;
  }
    .post-area h3 {
    margin-top: 15%;
  }

  .post-content p {
    font-size: 1.7vh;
    margin: 0;
  }

  .iphone16,
  .top-wrap-fixed {
    display: none;
  }

  .post-contact {
    display: block;
    width: 32%;
    border-radius: 5vh 5vh 0vh 0vh;
    margin: 2% 2% 0% 2%;
    scrollbar-width: none;
    position: relative;
    background-color: #fff;
    overflow-y: auto;
    top: 20%;
    height: 77vh;
  }

  .iPhonebox2 {
    padding: 0;

  }

  .hidden {
    width: 80%;
    right: 0%;
    top: 10vh;
    padding: 10%;
    overflow: unset;
    height: 100vh;
  }

  .hidden2 {
    width: 100%;
    top: 10%;
    margin:0;
            height: 90%;
  }

  .breadcrumb-area {
    top: 10%;
    background: #fff;
    color: #000;
  }

  .breadcrumb-area p {
    font-size: 1.7vh;
    margin: 0 5%;
  }

  .breadcrumb-area a {
    color: #000;
    width: 120px;
  }
.breadcrumb a svg {
      width: 100px;
}
  .contents {
    font-size: 1.5vh;
  }

  .contents2 {
    padding: 0 5%;
    width: auto;
    font-size: 1.5vh;
  }


  .index-container {
    padding: 0;
  }

  .wrap {
    padding: 0;
  }

  .wrap h4 {
    font-size: 2.5vh;
    padding-bottom: 0%;
  }

  .wrap h5 {
    font-size: 1.5vh;
  }

  .firstview-wrap {
    margin: 20% 0%;
  }

  h3,
  .container {
    margin: 5% 0%;
    font-size: 30px;
  }



  .open {
    display: block;
    width: 20vh;
    height: 20vh;
    top: 2%;
    right: 5%;
  }

  .open span {
    width: 80px;
  }

  .header {
    padding: 5%;
    height: 5vh;
    margin: 0;
    width: 90%;
    position: fixed;
    z-index: 30;
    color: #000;
    right: 0;
    top: 0;
  }

  .open span:nth-child(1) {
    margin-top: 20px;
  }

  .open span:nth-child(2) {
    margin-top: 50px;
  }

  .open span:nth-child(3) {
    margin-top: 80px;
  }

  .open.oppenned .sub-menu,
  .open.oppenned span:nth-child(2) {
    height: 700px;
    width: 700px;
  }

  .open.oppenned .sub-menu li {
    width: 200px;
  }

  .open.oppenned span:nth-child(1) {
    transform: rotate(45deg) translateY(30px) translateX(30px);
  }

  .footer {
    display: none;
  }

  .wp-post {
    margin: 3% 0%;
    text-align: left;
  }


  .day {
    font-size: 1.5vh;
  }

  .category {
    width: 130px;
  }

  .post-line {
    margin: 3% 0% 7% 0%;
  }

  .service {
    margin: 5% 10%;
  }

  .menu,
  .sp-ss-object,
  .sp-s-object,
  .top-wrap-fixed,
  .iphone16 {
    display: none;
  }

  .post-contact {
    display: block;
    width: 32%;
    border-radius: 5vh 5vh 0vh 0vh;
    margin: 2% 2% 0% 2%;
    scrollbar-width: none;
    position: relative;
    background-color: #fff;
    overflow-y: auto;
    top: 20%;
    height: 77vh;
  }

  .iPhonebox2 {
    padding: 0;

  }








  .firstview-wrap h1 {
    font-size: 5vh;
    margin-bottom: 0;
  }

  .firstview-wrap p {
    font-size: 1.5vh;
  }

  .firstview-wrap h2 {
    font-size: 2.5vh;
  }

  .firstview-wrap h4 {
    font-size: 2.5vh;
    margin-top: 15%;
    padding: 0;
  }

  .header a {
    top: 3.5%;
  }

  .sub-menu li a {
    font-size: 2vh;
  }

  .open.oppenned .sub-menu li {
    margin-right: 40%;
  }

  tbody {
    font-size: 1.5vh;
  }

  .wrap h2 {
    margin-bottom: 3%;
    font-size: 4vh;
    margin-top: 0%;
    color: #fff;
  }

  .TextTyping span {
    font-size: 4.5vh;
  }

  .year p {
    font-size: 6vh;
  }

  .wrap {}

}

/* タブレット縦（768〜1023px） */
@media screen and (min-width: 768px) and (max-width: 1023px) {

  body,
  .header h1 {
    font-size: 25px;
  }

  .header h1 {
    margin: 0;
  }
.nav {
  display: none;
}
.new_footer_top {
    display: none;
}
  li {
    font-size: 1.7vh;
  }

  .wp-post h1 {
    font-size: 1.5vh;
  }
  .wp-post2 {
    margin: 3% 0%;
    text-align: left;
    display: block;
  }

  .wp-post2 h1 {
    font-size: 1.5vh;
    margin: 0;
    width: auto;
  }

  .wp-post2 p{
font-weight: bold;
  }
  .single-article {
    background: #fff;
        padding: 0;
  }

  .wrap2 {
    background: #fff;
  }

  .wrap p {
    font-size: 1.5vh;
  }

  input[type=submit] {
    margin: 10% 25%;
    font-size: 1.5vh;
  }

  input:not([type="image" i]) {
    width: 50%;
  }

  .post_password {
    font-size: 2.5vh;
  }


  .post-area h1 {
    line-height: 1.5;

  }

  .post-area h2 {
    margin-top: 15%;
  }
    .post-area h3 {
    margin-top: 15%;
  }

  .post-content p {
    font-size: 1.7vh;
    margin: 0;
  }

  .iphone16,
  .top-wrap-fixed {
    display: none;
  }

  .category {
    width: 130px;
  }

  .hidden {
    width: 80%;
    right: 0%;
    top: 10%;
    padding: 10%;
    height: 100vh;
    overflow: unset;
  }

  .hidden2 {
    width: 100%;
    top: 10%;
        margin:0;
                height: 90%;
  }

  .breadcrumb-area {
    top: 10%;
    background: #fff;
    color: #000;
  }

  .breadcrumb-area a {
    color: #000;
  }
.breadcrumb a svg {
      width: 100px;
}
  .contents {
    font-size: 1.5vh;
  }

  .contents2 {
    padding: 0 5%;
    width: auto;
    font-size: 1.5vh;

  }

  .index-container {
    padding: 0;
  }

  .wrap {
    padding: 0;
  }

  .firstview-wrap {
    margin: 20% 0%;
  }

  .wrap h4 {
    font-size: 2.5vh;
    padding-bottom: 0%;
  }

  .wrap h5 {
    font-size: 1.5vh;
  }

  h3,
  .container {
    margin: 5% 0%;
    font-size: 30px;
  }

  .header img {
    width: 40%;
  }

  .open {
        display: block;
    width: 20vh;
    height: 20vh;
    top: 2%;
    right: 5%;
  }

  .open span {
    width: 80px;
  }

  .header {
    padding: 5%;
    height: 5vh;
    margin: 0;
    width: 90%;
    position: fixed;
    z-index: 30;
    color: #000;
    right: 0;
    top: 0;
  }

  .open span:nth-child(1) {
    margin-top: 20px;
  }

  .open span:nth-child(2) {
    margin-top: 50px;
  }

  .open span:nth-child(3) {
    margin-top: 78px;
  }

  .open.oppenned .sub-menu,
  .open.oppenned span:nth-child(2) {
    height: 700px;
    width: 700px;
  }

  .open.oppenned .sub-menu li {
    width: 200px;
  }

  .open.oppenned span:nth-child(1) {
    transform: rotate(45deg) translateY(30px) translateX(30px);
  }

  .footer {
    display: none;
  }

  .wp-post {
    margin: 3% 0%;
    text-align: left;
  }

 
  .day {
    font-size: 1.5vh;
  }

  .post-line {
    margin: 3% 0% 7% 0%;
  }

  .service {
    margin: 5% 10%;
  }

  .menu,
  .sp-ss-object,
  .sp-s-object,
  .top-wrap-fixed,
  .iphone16 {
    display: none;
  }

  .firstview-wrap h1 {
    font-size: 5vh;
    margin-bottom: 0;
  }

  .firstview-wrap p {
    font-size: 1.5vh;
  }

  .firstview-wrap h2 {
    font-size: 2.5vh;
  }

  .firstview-wrap h4 {
    font-size: 2.5vh;
    margin-top: 15%;
    padding: 0;
  }

  .header a {
    top: 3.5%;
  }

  .sub-menu li a {
    font-size: 2vh;
  }

  .open.oppenned .sub-menu li {
    margin-right: 40%;
  }

  tbody {
    font-size: 1.5vh;
  }

  .wrap h2 {
    margin-bottom: 3%;
    font-size: 4vh;
    margin-top: 30%;
    color: #fff;
  }

  .TextTyping span {
    font-size: 4.5vh;
  }

  .year p {
    font-size: 6vh;
  }

  .wrap {}
}





/* タブレット横 / 小型PC（1024〜1279px） */
@media screen and (min-width: 1024px) and (max-width: 1279px) {

  body,
  .header h1 {
    font-size: 16px;
  }
}

/* PC（1280〜1439px） */
@media screen and (min-width: 1280px) and (max-width: 1439px) {

  body,
  .header h1 {
    font-size: 17px;
  }
}

/* 大画面（1440px〜） */
@media screen and (min-width: 1440px) {

  body,
  .header h1 {
    font-size: 18px;
  }
}





/* 
----------------------------------------------- responsive end-----------------------------------------------
*/














