@charset "UTF-8";

/*
Theme Name: Y.R.Creative
Description: Y.R.Creativeのテンプレートです
Version: 1.0
Author: K.Saito
*/

.js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
}

body {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #F4F8FA; 
  color: #444;
  line-height: 1.875;
}

body.is-noScroll {
  width: 100%;
  height: 100%;
  position: fixed;
}
h1{
	font-size:3.4vw;
}
h2{
	font-size:2.7vw;
}
h3{
	font-size:2.2vw;
}
p{
	font-size:1.2vw;
}
a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
	font-size:1.06vw;
}
a[target=_blank] {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}
li {
    list-style: none;
  }
  
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    outline: none;
  }
  
  textarea {
    resize: vertical;
  }
  
  .inner {
    max-width: calc(1280px + 8%);
    padding-right: 4%;
    padding-left: 4%;
    margin: 0 auto;
    display: flex;
  }
  .inner.is-small {
    max-width: calc(1160px + 8%);

  }
  
  .grecaptcha-badge {
    visibility: hidden;
  }
  .fade-box {
    opacity: 0;
    transform: translateY(20px);
    transition: 3s ease;
	  margin-top:-3vw;
  }

  #fixed-header {
    position: fixed;
    top: -45vw;  
    width: 100vw;
    height: 70px;
    line-height: 70px;
	 padding-left:2vw;
    text-align: center;
    background:linear-gradient(#072590,#467CE4,#94CCFF,#FFF);
    box-shadow: #F4F8FA 0.2vw 0.2vw;
    box-sizing: border-box;
    transition: .8s;
    display: flex;
    align-self: center;
    z-index: 999;
	  justify-content:space-between;

  }
  #fixed-header.is-show {
    top: 0;
  }

  @keyframes DownAnime{
    from {
      opacity: 0;
    transform: translateY(-170px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  .header{
    background-image: url(img/Group\ 4.png);
    height: 40vw;
    background-size: contain;
    width: 100%;
    padding: 0 2%;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    }
.sp-nav{
	display:none;
}
  .gnav{
    display: flex;
    justify-content: space-between;

  }
  
  
  
  
  .site-id-wrapper {
    display: inline-block;

  }
  
  .site-id {
    display: flex;
    align-items: center;
  }
  .site-id-img {
    width: 5vw;
    height: 5vw;
  }
  .site-id-text {
    margin-left: 1vw;
    font-weight: 500;
    line-height: 2.7;
    color: #f3f3f3;
	  font-size:1.4vw;
    text-shadow: #808080 0.2vw 0.2vw;
  }
  
  
  .main-nav{
    display: flex;
    z-index: 999;
   align-items: center;
    text-transform: uppercase;
   list-style: none;
   margin-top: 1.5vw;
   transition: 0.5s ease;
   letter-spacing: 0.2vw;
   color: #f3f3f3;
   text-shadow: #808080 0.1vw 0.1vw;

  }
  .main-nav li{
    margin: 0 3vw;
   align-items: center;
   display: flex;
   line-height: 2.7;
  }
  .main-nav li:hover {
    border-bottom: #525252 1px solid;
    }
  
  .main-nav.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*メニューを元の位置へ戻す*/
    
   }
   
hr {
  border-width:
  0.2vw 0 0 0; /*線の太さの指定*/
  border-style:solid;
  /*線の種類の指定*/
  border-color:  #f5960672;     
  box-shadow: #8c8c8c 0.1vw 0.1vw;
  margin-top: -2vw;
  margin-left: 30vw;
  width: 65vw;
  }
  .name{
    margin-left: 80vw;
    margin-top: -3vw;
    font-size: 2vw;
    text-shadow: #8c8c8c 0.1vw 0.1vw;
    color: #f5960672;
    font-weight: 700;
  }
  
  
  .main, .home-main {
    display: grid;
    width: 100%;
    margin-top: 0px;
    
  }
  
  .page-title {
    font-weight: 500;
    letter-spacing: 0.5vw;
    position: relative;
    color: #f3f3f3;
    width: 100%;
    text-align: center;
    padding-top: 12vw;
    text-shadow: #808080 0.2vw 0.2vw;
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
animation-delay: 0.2s;

  }
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
    
    

  .content-title{
    font-weight: 500;
    letter-spacing: 0.5vw;
    position: relative;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 1vw; 
    animation-name:fadeUpAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity: 0;
  }

  
  .page-title::before {
    content:attr(data-title);
    display: block;
    text-shadow: #808080 0.2vw 0.2vw;
    line-height: 0.8;
    letter-spacing: 1vw;
    text-transform: uppercase;
    color: #f3f3f3;
    animation-name:fadeUpAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity: 0;
  }
  
  

  
  .page-title .content-title {
    text-align: center;
  }
  
 
  .c-breadcrumbs {
    margin-top: 6vw;
    display: flex;
    flex-wrap: wrap;
    color: #F3F3F3;
    text-shadow: #808080 0.1vw 0.1vw;
    line-height: 3.2;
margin-left: -2vw;
  }

  .c-breadcrumbs > li {
    display: inline-block;
    position: relative;
  }
  .c-breadcrumbs > li:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  
  .yr-box {
    margin: 0vw auto;
    padding: 3vw;
    margin-bottom: 3vw;
    background-color: #FFFFFF;
    border-radius: 1vw;
    animation-name:fadeUpAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity: 0;
	  width:85vw;
  }
  
  .home-content{
    background-color: #F4F8FA;
    width: 100%;
    animation-name:fadeUpAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity: 0;
  }
  
  .topheader{

    justify-content: space-between;
    width: 100%;
height: 54vw;
    position: relative;

  }
  .topheader::after {
    animation: bg 10s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background-image: url(img/header-y.png);
    height: 60vw;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: left center;
  }
  @keyframes bg {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
    }
    100% {
      transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
  }
  
  #fixed-topheader {
    position: fixed;
    top: -10vw;  
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background:linear-gradient(#072590,#467CE4,#94CCFF,#FFF);
    box-shadow: #F4F8FA 0.2vw 0.2vw;
    box-sizing: border-box;
    transition: .8s;
    display: flex;
    align-self: center;
    z-index: 999;

  }
  


  
  @keyframes DownAnime{
    from {
      opacity: 0;
    transform: translateY(-170px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  

.slider-container{
display: flex;  
margin-top: 5vw;
justify-content: space-around;
}
.slider-container img{
  height: 15vw;
  object-fit: contain;
  
}
  

  .top-nav{
    display: flex;
    text-transform: uppercase;
   list-style: none;
   transition: 0.5s ease;
   color: #000;
   margin-left: 53vw;
   position: relative;
   z-index: 999;
  }
  .top-nav li{
    margin-left: 3vw;
   align-items: center;
   display: flex;
   line-height: 2.7;
   letter-spacing: 0.1vw;
   transition: .2s;

  }
  .top-nav li:hover{
    border-bottom: #000 solid;
  }

  .top-nav li:last-of-type{
    margin-right: 0;
  }
  .top-nav.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*メニューを元の位置へ戻す*/
    
   }
.img-box{
    position: relative;
    top: 0;
}
   
  .logo-img{
  width: 10vw;
  height: 10vw;
  margin-top: 18vw;
  margin-left: 45vw;
  z-index: 100;
  position: absolute;
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
animation-delay: 0.4s;
  }
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  .fv-content{
    width: 100%;
height: 60vw;
    position: relative;
    margin-top: 50vw;
  }
  .mv-img{
    margin-top: 25vw;
    animation: bg 10s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    max-height: 500px;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: right center;
	  z-index:99;
  }
  @keyframes bg {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
    }
    100% {
      transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
  }
  .mv-title{
    margin-left:60vw;
    margin-top: 9vw;
    z-index: 100;
    font-size: 4vw;
    letter-spacing: 0.5vw;
    position: absolute;
    line-height: 4.5vw;
  }
  .mv-title::before{
    content:'WEBサイトの企画から制作まで';
    font-size: 1.5vw;
    margin-left: 2vw;
  }
  
  .mv-text{
    margin-left: 15vw;
    margin-top: 29vw;
    font-size: 3vw;
    letter-spacing: 0.5vw;
    z-index: 100;
    position: absolute;

  }
.slider-container{
	margin-top:8vw;
}
  .thing-content{
    margin: 10vw;
    text-align: center;
    margin-bottom: 10vw auto;
    background-color: rgba(195, 227, 249, 0.4);
    padding: 4vw;
  border-radius:5px;
  }
  
.thing-title{
  letter-spacing: 1.0vw;
  margin-bottom: 2vw;
  animation-name:fadeUpAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity: 0;
	font-weight:900;
	font-size:3.4vw;

}
.cost-group{
  width: 30vw;
  height: 30vw;
  background-image:radial-gradient(#F5FA0B,#fff);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  animation-name:fadeUpAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.cost-title{
  letter-spacing: 0.5vw;
  padding-top: 4vw;
  line-height: 4vw;
	font-weight:700;
		font-size:2.3vw;
}
.cost-text{
  margin-top:1.5vw;
  margin-bottom: 2vw;
}
.cost-btn{
  border: #000 solid;
  letter-spacing: 0.5vw;
  padding: 0.5vw;
  margin-top: 7vw;
	box-shadow:#d4d4d4 0.2vw 0.2vw;
	font-size:1.5vw;
}
.analog-group{
  width: 30vw;
  height: 30vw;
  background-image:radial-gradient(#2AEC31,#fff);
  border-radius: 50%;
  margin-left:6vw;
  margin-top: -8vw;
  position: relative;
  animation-name:fadeUpAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.analog-title{
  letter-spacing: 0.5vw;
  padding-top: 4vw;
  line-height: 3vw;
	font-weight:700;
	font-size:2.3vw;
}
.analog-text{
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  font-size: 1.2vw;
}
.analog-btn{
  border: #000 solid;
  letter-spacing: 0.5vw;
  padding: 0.5vw;
  margin-top: 7vw;
  font-size: 1.5vw;
	box-shadow:#d4d4d4 0.2vw 0.2vw;
}
.community-group{
  width: 30vw;
  height: 30vw;
  background-image:radial-gradient(#2FA5D7,#fff);
  border-radius: 50%;
  margin-left:34vw;
  margin-top: -30vw;
  position: relative;
  animation-name:fadeUpAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.community-title{
  letter-spacing: 0.5vw;
  padding-top: 5.3vw;
  line-height: 2.5vw;
  line-height: 4vw;
	font-weight:700;
		font-size:2.3vw;
}
.community-text{
  margin-top: 1.5vw;
  margin-bottom: 2vw;
}
.community-btn{
  border: #000 solid;
  letter-spacing: 0.5vw;
  padding: 0.5vw;
  margin-top: 7vw;
  font-size: 1.5vw;
	box-shadow:#d4d4d4 0.2vw 0.2vw;
}
.footer-a{
  margin: 5vw auto;
}
.contact-box{
  height: 20vw;
  background-image: url(img/contactimg.png);
  background-size: contain;
  display: flex;
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
animation-delay: 0.4s;
}
.contact-title{
	font-size:4.7vw;
  z-index: 10;
  color: #fff;
  letter-spacing: 1vw;
  padding-top: 5vw;
  margin-left: 15vw;
}
.contact-title::after{
 content: 'ご依頼はこちらから';
font-size:1.4vw;
 position: absolute;
  z-index: 10;
 color: #fff;
  display: block;
	margin-left:1vw;
}
.contact-btn{
  border: #000 0.2vw solid;
	font-size:3vw;
  margin-left: 15vw;
  margin-top: 5vw;
  letter-spacing: 1vw;
  padding: 2vw;
  height: 13vw;
	background:#fff;
	box-shadow: #d4d4d4 0.4vw 0.4vw;
	border-radius:5px;
  text-decoration-color:d4d4d4 0.2vw 0.2vw;
}
.contact-btn::after{
  content:'お仕事のご依頼はこちらからお願い致します';
  position: absolute;
  display: block;
  letter-spacing: 0vw;
  margin-left: 2vw;
	font-size:1.4vw;

}
.footer-b{
margin-top: 10vw;
background-image: url(img/footer-bg.jpg);
background-size: cover;
}
.footer-nav{
  padding-top: 3vw;
  display: flex;
  justify-content: space-around;
  letter-spacing: 0.3vw;
  font-weight: 700;

}
.footer-nav li:hover{
  border-bottom:#000 solid ;
}
.companyname{
  text-align: center;
  letter-spacing: 0.2vw;
  padding-top: 3vw;
}
.companyname::before{
  content: "";
  background-image: url(img/logo.png);
  width: 5vw;
  height: 5vw;
  position: absolute;
  background-size: contain;
 margin-left: -8vw;
 margin-top: -1vw;
}
.copyright{
  padding-top: 1vw;
  text-align: center;
  letter-spacing: 0.2vw;
  font-size: 1vw;
}
/*Creative page*/
.content-text{
  text-align: center;
  line-height: 3vw;
	padding:3vw 9vw;
}
.planmenu-box1{
  display: flex;
  justify-content: space-around;
 
}

.img-box{
display: flex;
	width:35vw;
	height:20vw;
}
.pc-img{
  width: 40vw;

}
.mobile-img{
  width: 10vw;
  margin-left: -8vw;
  margin-top: 4vw;
  position: relative;
  z-index: 10;
}
.url{
  margin-top:20vw;
  margin-left: 7vw;
  text-decoration: underline;
  font-size: 0.8vw;
position:absolute;
}
.text-box{
  text-align: center;
	width:50vw;

}
.plan-title{
	text-align:center;
    margin: 13vw 6vw 6vw 4vw;
	border-bottom: #000 0.1vw solid;
	
}
.text-text{
  padding:0vw 4vw;
  margin: 1vw;
}
.text-text3{
  padding:0vw 4vw;
  margin: 1vw;
}

.planmenu-box2{
  display: flex;

  justify-content: space-between;
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
animation-delay: 0.4s;
}

.planmenu-box3{
  display: flex;

  justify-content: space-between;
  animation-name:fadeUpAnime;
  animation-duration:4s;
  animation-fill-mode:forwards;
  opacity: 0;
  animation-delay: 0.4s;

}
.planmenu-box4{
  display: flex;

  justify-content: space-between;
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
animation-delay: 0.4s;
}
.fliyer-img{
  margin-left: 10vw;
  width: 15vw;
  height: 100%;
}

/*flowpage*/
.flow-box{
margin: 3vw;
background-color: rgba(148, 204, 255, 0.22);
padding: 2vw;
}
.flow-list{
  margin: 5vw 0vw 0vw 2vw;
  letter-spacing: 0.5vw;
  border: #000 0.2vw solid;
  width: 40vw;
  height: 5vw;
  text-align: center;
  padding-top: 0.6vw;
  background-color: #fff;
  position: relative;
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
animation-delay: 0.4s;
z-index:300;
	font-size:2vw;
}

.flow-text1{
  margin-left: 15vw;
  border: #000 0.2vw solid;
  width: 50vw;
  padding: 2vw 1vw 1vw 1vw;
  margin-top: -1vw;
  text-align: center;
}
.flow-text1::before{
  content: '';
  background-image:url(img/Creative/cursor.png);
 display: inline-block;
  width: 1.9vw;
  height: 10.5vw;
  margin-left: -14vw;
  margin-top: -0.5vw;
 align-items: center;
  display: inline-block;
  background-size: contain;
  position: absolute;
  background-repeat: repeat;
}
.flow-text2{
  margin-left: 15vw;
  border: #000 0.2vw solid;
  width: 50vw;
  padding: 2vw 1vw 1vw 1vw;
  margin-top: -1vw;
  text-align: center;
}
.flow-text2::before{
  content: '';
  background-image:url(img/Creative/cursor.png);
 display: inline-block;
  width: 1.9vw;
  height: 10.5vw;
  margin-left: -20vw;
  margin-top: -0.5vw;
 align-items: center;
  display: inline-block;
  background-size: contain;
  position: absolute;
  background-repeat: repeat;
}
.flow-text3{
  margin-left: 15vw;
  border: #000 0.2vw solid;
  width: 50vw;
  padding: 2vw 1vw 1vw 1vw;
  margin-top: -1vw;
  text-align: center;
}
.flow-text3::before{
  content: '';
  background-image:url(img/Creative/cursor.png);
 display: inline-block;
  width: 1.9vw;
  height: 10.5vw;
  margin-left: -14vw;
  margin-top: -0.5vw;
 align-items: center;
  display: inline-block;
  background-size: contain;
  position: absolute;
  background-repeat: repeat;
}

.flow-text4{
  margin-left: 15vw;
  border: #000 0.2vw solid;
  width: 50vw;
  padding: 2vw 1vw 1vw 1vw;
  margin-top: -1vw;
  text-align: center;
}
.flow-text4::before{
  content: '';
  background-image:url(img/Creative/cursor.png);
 display: inline-block;
  width: 1.9vw;
  height: 10.5vw;
  margin-left: -15vw;
  margin-top: -0.5vw;
 align-items: center;
  display: inline-block;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
.flow-text5{
  margin-left: 15vw;
  border: #000 0.2vw solid;
  width: 50vw;
  padding: 2vw 1vw 1vw 1vw;
  margin-top: -1vw;
  text-align: center;
}

.flow-text6{
  margin-left: 15vw;
  border: #000 0.2vw solid;
  width: 50vw;
  padding: 2vw 1vw 1vw 1vw;
  margin-top: -1vw;
  text-align: center;


}

.flow-text7{
  margin-left: 15vw;
  border: #000 0.2vw solid;
  width: 50vw;
  padding: 2vw 1vw 1vw 1vw;
  margin-top: -1vw;
  text-align: center;
}
/*informationpage*/
.about-box{
  width: 60vw;
  background-color: rgba(153, 175, 242, 0.23);
  padding: 3vw;
  margin: 3vw auto;
  text-align: center;
  box-shadow: rgba(212, 212, 212, 0.52)  0.8vw 0.8vw;
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
animation-delay: 0.4s;
}
.about-bg{
  position      : absolute;             /* 親要素からの相対位置 */
  display       : inline-block;         /* インラインブロック化 */
  white-space   : nowrap;               /* 折り返ししない       */
  font-size     : 5.5vw;                 /* 背景透かし文字サイズ */
  font-weight   : bold;                 /* 太字                 */
  color         : rgba(153, 175, 242, 0.22);; /* 背景透かし文字色     */
                                        /* 中心寄せ＆角度       */
margin-top: 11vw;
  left          : 30vw;
  transform     : translate(-50%, -50%)
                  rotate(340deg);
letter-spacing: 0.1vw;
z-index: 10; 
text-shadow: rgba(212, 212, 212, 0.22) 0.3vw 0.3vw;
}
.about-text1{

  padding-bottom: 5vw;
  letter-spacing: 0.1vw;
  line-height: 2.5vw;
}
.about-text1::after{
  content: "";
  background-image: url(img/Polygon.png);
  width: 30vw;
  height: 15vw;
  position: absolute;
  margin: 1vw 10vw;
 background-size: contain;
 display: table-row;
}
.about-text2{
  letter-spacing: 0.1vw;
  line-height: 2.5vw;
}
.info-table{
  width: 60vw;
  margin: 3vw auto;
  font-size: 1.1vw;
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
animation-delay: 0.4s;
}

td{
  border-bottom: #d4d4d4  0.1vw solid;
  padding: 2vw;
  width: 10vw;
  
}
iframe{
  width: 30vw;
  height: 30vw;
}

/*newpage*/
.homeheader{
  background-image: url(img/Group\ 4.png);
  height: 40vw;
  background-size: contain;
    width: 100%;
    padding: 0 2%;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    
}


.cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.8125rem;
  color: #555555;
}
.cat-list > li {
  min-width: 40px;
  padding: 5px;
  margin-bottom: 0.5em;
  background-color: #F3F3F3;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.cat-list > li:not(:last-of-type) {
  margin-right: 0.923em;
}
.news-title{
	margin-bottom:5vw;
}
.news-list .text{
	margin-top:-5vw;
}
.news-list > li {
  padding-bottom: 18px;
  border-bottom: 1px solid #BABABA;
}
.news-list > li:not(:last-of-type) {
  margin-bottom: 16px;
}
.news-list a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 3.193%;
  position: relative;
}
.news-list a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #E5E5E5 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-list .thumbnail {
  width: 17.288%;
  margin-right: 6.101%;
  line-height: 1;
}
.news-list .text {
  flex: 1 1 0;
  line-height: 1.687;
}
.news-list .date {
  font-size: 0.8125rem;
  color: #808080;
}
.wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #444444;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 2.622%;
}

.wp-pagenavi span:hover, .wp-pagenavi a:hover {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi span.current {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi a {
  color: #666666;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  width: auto;
  padding: 5px 1.2em;
}

.sidebar .yr-box {
  padding-right: 8.376%;
  padding-left: 8.376%;
}
.sidebar .item {
  padding: 0 3.773%;
  padding-bottom: 36px;
}
.sidebar .item:not(:last-of-type) {
  border-bottom: 1px solid #BABABA;
  margin-bottom: 42px;
}
.sidebar-list {
  padding: 0 7.718%;
  font-weight: 500;
  color: #555555;
}
.sidebar-list a {
  display: inline-block;
  padding-right: 1em;
  line-height: 2.562;
}
.sidebar-list a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}

.post .box-white {
  padding-right: 5.882%;
  padding-left: 5.882%;
}
.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #555555;
}
.post-header time {
  margin-bottom: 0.5em;
}
.post-header .cat-list {
  font-size: 0.875rem;
}

.post-header .cat-list > li {
  padding-right: 18px;
  padding-left: 18px;
}
.post-title {
  margin-bottom: 0.718em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.468;
}
.post-wrapper {
  line-height: 1.75;
  letter-spacing: 0.11em;
}
.post-wrapper > * {
  margin-bottom: 36px;
}
.post-wrapper h2 {
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.post-wrapper h3 {
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #E2EBEF;
  border-radius: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.post-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrapper .images-wrapper.col2 {
  margin-bottom: 0;
}
.post-wrapper .images-wrapper.col2 > a {
  width: 47.46%;
  margin-bottom: 36px;
}
.post .eyecatch {
  height: 0;
  padding-top: 59.841%;
  position: relative;
  overflow: hidden;
}
.post .eyecatch img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-top: 28px;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
.page-nav > li {
  min-width: 5em;
}
.page-nav > li:first-of-type a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.page-nav a {
  display: inline-block;
  min-width: 5em;
  padding: 5px 14px;
  position: relative;
}
.page-nav a.to-archive {
  font-weight: bold;
  color: #333;
}
.page-nav a.to-archive::after {
  content: none;
}
.page-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
/*contactpage*/
.contactform-text{
  text-align: center;
  line-height: 2vw;
}
.contact-form{
 padding-top: 3vw;
  background-image: url(img/news-img.jpg);
  background-size: contain;
  position:relative;
  margin: 4vw auto;
  height: 70vw;
  width: 70vw;

}
.formbox{
  margin: 5vw 2vw;
  display: flex;
  width: 70vw;
  align-items: center;
}
.your-name {
  margin-right: 16.4vw;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: #000 0.1vw 0.1vw;
}
.your-name::after{
  content: '必須';
  color: darkred;
  margin-left: 4vw;
  background-color: #FFF;
  padding: 0.2vw;
  border: darkred  0.2vw solid;
  border-radius: 0.3vw;
  text-shadow: none;
}
.name-box{
  border:  0.2vw solid  #FFF ;
  border-radius: 0.5vw;
  box-shadow: #555555 0.3vw 0.3vw;
  width: 35vw;
  background-color:  rgba(212, 212, 212, 0.8);
}
.your-tel {
  margin-right: 15vw;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: #000 0.1vw 0.1vw;
}
.your-tel::after{
  content: '必須';
  color: darkred;
  margin-left: 4vw;
  background-color: #FFF;
  padding: 0.2vw;
  border: darkred  0.2vw solid;
  border-radius: 0.3vw;
  text-shadow: none;
}
.tel-box{
  border:  0.2vw solid  #FFF ;
  border-radius: 0.5vw;
  box-shadow: #555555 0.3vw 0.3vw;
  width: 35vw;
  background-color:  rgba(212, 212, 212, 0.8);
}
.your-email {
  margin-right: 12.5vw;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: #000 0.1vw 0.1vw;
}
.your-email::after{
 content: '必須';
  color: darkred;
  margin-left: 3vw;
  background-color: #FFF;
  padding: 0.2vw;
  border: darkred  0.2vw solid;
  border-radius: 0.3vw;
  text-shadow: none;
}
.email-box{
  border:  0.2vw solid  #FFF ;
  border-radius: 0.5vw;
  box-shadow: #555555 0.3vw 0.3vw;
  width: 35vw;
  background-color:  rgba(212, 212, 212, 0.8);
}
.your-message {
  margin-right: 10.2vw;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: #000 0.1vw 0.1vw;
}
.your-message::after{
  content: '必須';
  color: darkred;
  margin-left: 4vw;
  background-color: #FFF;
  padding: 0.2vw;
    border: darkred 0.2vw solid;
  border-radius: 0.3vw;
  text-shadow: none;
}
.message-box{
  border:  0.2vw solid  #FFF ;
  border-radius: 0.5vw;
  box-shadow: #555555 0.3vw 0.3vw;
  width: 35vw;
  background-color: rgba(212, 212, 212, 0.8);
}
.submit-btn{
  margin-top: 3vw;
  letter-spacing: 0.5vw;
  padding: 1vw;
  background-color: #FFF;
  border: #000  0.2vw solid;
  padding-left: 6vw;
  border-radius: 0.5vw;
  }
.submit-btn :hover{
  opacity: 0.5;
 
}
.item-title{
  border-bottom: #072590  0.2vw solid;
  margin: 3vw;
}
.privacy-subtitle{
  border-left: #072590 0.4vw solid;
  margin: 2vw;
  padding-left: 1vw;
}
.privacy-text{
  margin: 2vw;
  line-height: 2vw;
}

/*mobile*/
@media screen and (max-width: 768px) {
 h1{
	font-size:6.34vw;
}
h2{
	font-size:4.2vw;
}
h3{
	font-size:3.5vw;
}
p{
	font-size:2.6vw;
}
a {
	font-size:2.6vw;
}
	td{
		font-size:2.6vw;
		width:15vw;
	}
	
	.main-nav{
    display: none;
  }
  .top-nav{
    display: none;
  }
  #fixed-header{
    display: none;
  }
  .gnav {
    height: 10vw;
    
  }
  .site-id-img {
    width: 8vw;
    height: 8vw;
  }
	.site-id{
		font-size:3.5vw;
	}
    #btn-nav {
      background-color:transparent;
      position: relative;
      cursor: pointer;
      margin: 0 0 0 auto;
      height: 60px;
      width: 60px;
		z-index:100;
    }
  
    .btn-nav span {
      position: absolute;
      left: 15px;
      width: 30px;
      height: 4px;
      background-color: #FFF;
      border-radius: 3vw;
      transition: ease 0.55s;
    }
  
    .btn-nav span:nth-of-type(1) {
      top: 16px;
    }
    .btn-nav span:nth-of-type(2) {
      top: 28px;
    }
    .btn-nav span:nth-of-type(3) {
      bottom: 16px;
    }
  
    .close span:nth-of-type(1) {
      transform: rotate(45deg);
      top: 28px;
    }
  
    .close span:nth-of-type(2) {
      opacity: 0;
    }
  
    .close span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 28px;
    }
  
.sp-nav {
    background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 11vw;
  width: 100%;
  left: 0;
	z-index:100;
}
    .sp-nav li{
  color: #fff;
  line-height: 400%;
  text-align: center;

}
  
  
	.page-title{
		padding-top:0vw;
		margin-top:4vw;
	}
	.c-breadcrumbs{
		margin-top:3vw;
		font-size:2.8vw;
	}  

	 .mv-title{
    margin-left:62vw;
    margin-top: 0vw;
	}
	.mv-text{
		margin-top:21vw;
	}
	.logo-img{
		margin-top:10vw;
	}
.home-content{
  margin-top: 10vw;
}
.slider-container{
  margin-top: 5vw;
}
.slider-container img{
  height: 35vw;
  width: 100%;
}
.thing-content{
margin: 10vw 0vw;
padding: 5vw 0vw;
}
.thing-title{
  font-size: 6vw;
  margin-bottom: 5vw;
}
.cost-group{
  width: 50vw;
  height: 50vw;
}
.cost-title{
  font-size: 4vw;
  line-height: 6vw;
  padding-top: 6vw;
}
.cost-text{
  margin: 3vw auto;
	font-weight:700;
}
.cost-btn{
  font-size: 2.5vw;
  padding: 1vw 3vw;
  border: #000 0.2vw solid;
		font-weight:900;
	letter-spacing:0.3vw;
}
.analog-group{
  width: 50vw;
  height: 50vw;
  margin-left: 1vw;

}
.analog-title{
  font-size: 4vw;
  line-height: 5vw;
  padding-top: 4vw;
}
.analog-text{
 font-size:2.6vw;
	width:33vw;
 margin: 1vw auto;
	font-weight:700;
}
.analog-btn{
  font-size: 2.5vw;
  padding: 1vw 3vw;
  border: #000 0.2vw solid;
		font-weight:900;
	letter-spacing:0.3vw;
}
.community-group{
  width: 50vw;
  height: 50vw;
  margin-left: 48vw;
  margin-top: -50vw;
}
.community-title{
  font-size: 4vw;
  line-height: 6vw;
  padding-top:6vw;
}
.community-text{
  margin: 1vw auto;
	font-weight:700;
	width:33vw;
}
.community-btn{
  font-size: 2.5vw;
  padding: 1vw 3vw;
  border: #000 0.2vw solid;
	font-weight:900;
	letter-spacing:0.3vw;
}
.contact-title{
  font-size: 6vw;
  margin-left: 10vw;
  padding-top: 2vw;
}
.contact-title::after{
  font-size: 2.5vw;
  margin-left: 0vw;
  margin-top: -1vw;
}
.contact-btn{
  font-size: 4.5vw;
  margin-top: 3vw;
	letter-spacing:0.5vw;
}
.contact-btn::after{
display:none;
}
	.page-title::before{
	font-size:6vw;
	}
	
	.inner{
		margin-top:-5vw;
	}
	.hr{
		margin-top:-5vw;
		}

.yr-box{
	padding:2vw;
	margin:10vw auto;
	width:95%;
}
	.content-text{
		line-height:5vw;
		padding:1vw;
	}
	.plan-box{
		background-color:rgba(195,227,249,0.2);
		padding:1vw 0vw;
		margin-top:15vw;
	}
	.planmenu-box1{
		display:block;
		width:100%;
	}
	.img-box{
		width:100%;
		margin:5vw auto;
	}
	.pc-img{
		width:73vw;
		height:43vw;
		margin-left:7vw;
	}
	.mobile-img{
		width:23vw;
		height:40vw;
		margin-left:-20vw;
	}
	.url{
		margin-top:42vw;
     font-size:2vw;
		margin-left:10vw;
		position:absolute;
	}
	.text-box{
		width:100%;
		text-align:center;

	}
	.plan-title{
		margin-top:5vw;
	}
	.text-text{
		margin-top:20vw;
		padding:0vw 1vw;
	}
	.text-text3{
  margin-top: 30vw;
		padding:0vw 1vw;
}
	.text-price{
		font-size:3.5vw;
		margin-bottom:3vw;
	}
	.planmenu-box2{
		display:block;
	}
	.planmenu-box3{
		display:block;
	}
	.planmenu-box4{
		display:block;
	}
	.fliyer-img {
    margin: 0vw auto;
    width: 35vw;
    height: 50vw;
}
	.contact-form{
background-size:contain;
width:100%;
		height:100%;
		margin:0 atuo;
		background-image:url(img/news-mobile-img.jpg)
	}
	.formbox{
		margin:10vw 2vw;
		width:100%;
		height:120%;
	}
	.your-name {
   margin-right:23vw;
		font-weight:600;

}
.your-name::after{
  border: darkred 0.2vw solid;
}
	.name-box{
		width:45vw;
	}
.your-tel {
    margin-right:20vw;
		font-weight:600;

}
	.your-tel::after{
  border: darkred 0.2vw solid;
}
	.tel-box{
		width:45vw;
	}

.your-email {
  margin-right: 12vw;
  font-weight: 600;

}
.your-email::after{
  border: darkred 0.2vw solid;
}
	.email-box{
		width:45vw;
	}
.your-message {
   margin-right: 8vw;
  font-weight: 600;

}
.your-message::after{

  border: darkred 0.2vw solid;
	}
	.message-box{
		width:45vw;
	}
.submit-btn{
  padding: 1vw 0vw 1vw 18vw;
  background-color: #FFF;
  border: #000 0.2vw solid;
  margin-left:5vw;
	line-height:3vw;
	letter-spacing:0.5vw;
  }
	.wpcf7 form .wpcf7-response-output{
		font-size:2.5vw;
	}
	.flow-box{
		margin: 3vw auto;
	}
	.flow-list{
		font-size:2.8vw;
		padding-top:0vw;
		width:45vw;
		margin-top:10vw;
	}
	.flow-text1{
	width: 75vw;
    font-size: 2.3vw;
    margin-left: 10vw;
}

		.flow-text2{
		width: 75vw;
    font-size: 2.3vw;
    margin-left: 10vw;
	}
		.flow-text3{
		width: 75vw;
    font-size: 2.3vw;
    margin-left: 10vw;
	}
		.flow-text4{
		width: 75vw;
    font-size: 2.3vw;
    margin-left: 10vw;
	}
		.flow-text5{
	width: 75vw;
    font-size: 2.3vw;
    margin-left: 10vw;
	}
		.flow-text6{
		width: 75vw;
    font-size: 2.3vw;
    margin-left: 10vw;
	}
		.flow-text7{
	width: 75vw;
    font-size: 2.3vw;
    margin-left: 10vw;
			margin-bottom:5vw;
	}
.flow-text1::before{
	width: 5vw;
    height: 25vw;
    margin-left: -9vw;
    margin-top: -1vw;
}
.flow-text2::before{
	width: 5vw;
    height: 25vw;
    margin-left: -20vw;
    margin-top: -1.5vw;
}
.flow-text3::before{
	width: 5vw;
    height: 20vw;
    margin-left: -9vw;
    margin-top: -0.5vw;
}
.flow-text4::before{
	width: 5vw;
    height: 22vw;
    margin-left: -11vw;
    margin-top: -1vw;
}
	.about-box{
		width:90vw;
	}
	.about-text1{
		line-height:5vw;
	}
	.about-text2{
		line-height:5vw;
	}
	.about-bg{
		font-size:8.5vw;
		margin-left:15vw;
		margin-top:20vw;
		color:rgba(153, 175, 242, 0.12);
		display:absolute;
	}
	.about-text1::after{
		margin-left:27vw;
	}
	.info-table{
  width: 85vw;
}
.iframe{
		width:70vw;
		height:70vw;
	}