/*-------------
基本設定
--------------*/
body{
  font-size: 2vw;
}
.pc{
  display: none;
}
.tab{
  display: block;
}
.mobi{
  display: none;
}
.mobi.tab{
  display: block;
}
.title{
  font-size: 6vw;
}
.title span{
  font-size: 2vw;
}
.alt-title{
  font-size: 4vw;
}
/*-------------
header
--------------*/
header{
	/*background: rgba(255, 255, 255, .3);*/
}

.header-pc{
  display: none;
}
.header-sp{
  display: block;
}
.header-pc{
  display: none;
}
.header-sp{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}
.header-sp .flex-between{
  column-gap: 20px;
}
header .logo{
  padding: 0;
  width: auto;
  height: 60px;
  max-width: none;
}
header .logo img{
  width: auto;
  height: 60px;
}
.header-sp .lang{
  border: 1px solid #d4000e;
  font-size: 1.5vw;
  color: #d4000e;
}
.header-sp .lang li{
  padding: 10px;
  width: 50px;
  text-align: center;
}
.header-sp .lang li:first-of-type{
  border-right: 1px solid #d4000e;
  background: #d4000e;
  color: #fff;
}
.header-sp .lang a{
  color: #000;
}
.hamburger{
  width: 50px;
  height: 30px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.hamburger span{
  width: 80%;
  height: 5px;
  border-radius: 3px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  transition: all ease .3s;
}
.hamburger span:first-of-type{
  top: 0;
}
.hamburger span:nth-of-type(2){
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:last-of-type{
  bottom: 0;
}
.hamburger span:first-of-type.active{
  top: 12px;
  transform: rotate(45deg);
}
.hamburger span:nth-of-type(2).active{
  opacity: 0;
}
.hamburger span:last-of-type.active{
  bottom: 12px;
  transform: rotate(-45deg);
}
.header-nav-sp{
  display: block;
  visibility:hidden;
  opacity: 0;
  position: fixed;
  top: 70px;
  left: 0;
  background: #302f2f;
  color: #fff;
  padding: 30px 20px;
  width: 100%;
  height: 100vh;
  transition: all ease .3s;
  z-index: 999;
}
.header-nav-sp.active{
  visibility:visible;
  opacity: 1;
}
.header-nav-sp .menu li{
  font-size: 2vw;
  text-align: center;
}
.header-nav-sp .header-contact{
  margin: auto;
  width: 70%;
  height: auto;
  border-radius: 5px;
  font-size: 2vw;
}
.header-nav-sp .menu a{
  display: block;
  padding: 15px 0;
}
.header-nav-sp .menu p{
  padding: 15px 0;
}

.container{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

.top-vocie-wrap{
	flex-wrap:wrap;	
}

.top-vocie-wrap .child img {
    max-width: 100%;
    height: auto;
}

.number-wrap-1 .child-2 {
    width: 47%;
}