body{
  background: #2D2D2D;
}
header{
  width: 100%;
  height: 8rem;
  background: #fff;
  opacity: 0.9;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
}
.logo{
  width: 17rem;
  height: 6rem;
  display: flex;
  align-items: center;
}
.header_btn a{
  width: 38rem;
  height: 5rem;
  background: #0082CB;
  display: block;
  font-size: 1.8rem;
  transition: 0.8s;
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.header_btn a:hover{
  opacity: 0.6;
  transform: rotate(0.05deg);
}
/*-----------------video-----------------*/
.video_box{
  position:relative;
  height: 100vh;
  z-index: -100;
}

.video_box video{
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100vh;
  width: 100%;
}
.video_box_sp{
  position:relative;
  z-index: -100;
  height: 35vh;
}

.video_box_sp video{
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
    height: 35vh
}
/*-----------------video end-----------------*/
/*-----------------main-----------------*/
.zip_content_bg1{
  width: 100%;
/*  clip-path: polygon(0 0, 48% 0, 85% 100%, 0% 100%);*/
  background: url(/images/bg1.png)no-repeat;
  background-size: 85% 100%;
}
.h1_box{
  width: 100%;
  background: rgba(0,0,0,0.63);
  padding: 1rem 3rem 2rem 3rem ;
  display: flex;
  justify-content: flex-end;
  margin-top:-16.8vmin;
}
h1{
  font-size: 6vmin;
  color: #fff;
  text-align: right;
  font-weight: 100;
  line-height: 6.8vmin;
  display: inline-block;
  position: relative;
}
h1:before {
  content: '';
  position: absolute;
  left: 45%;
  bottom: -8px;
  display: inline-block;
  width: 110%;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: red;
}
p{
  font-size: 2rem;
  line-height: 3.6rem;
  margin-bottom: 4rem!important;
  transform: rotate(0.03deg);
}
/*-----------------gray section-----------------*/
.logo_bg_big{
  width: 100%;
  height: 100%;
  background: url(/images/logo_bg.png)no-repeat;
  background-size:60rem;
  background-position: 110% 55%;
}
.h2_white{
  color: #fff;
  font-size: 6vmin;
  line-height: 6.8vmin;
  margin-bottom: 8vmin;
  font-weight: 400;
  text-align: center;
}
.right_50_adj1 {
  padding: 6rem 3% 0 3%;
}
.btn_display{
  display: block;
}
.zip_content1{
  width: 100%;
  background: #2D2D2D;
  padding-bottom: 6rem;
}
.left_50_adj1{
  margin-top: -15vmin;
}
.zip_content2{
  width: 100%;
  background: #2D2D2D;
  padding-bottom: 6rem;
}
.h2_box{
  display: flex;
  justify-content: center;
  padding: 0 3% 5rem 3%;
}
.h2title_green{
  font-size: 6vmin;
  color: #fff;
  text-align: center;
  font-weight: 100;
  line-height: 6.8vmin;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 3rem;
  position: relative;
  margin: 10rem auto 6rem auto;
}
.h2title_green:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 100%;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #94D60A/*線の色*/
}
.zip_content_bg2{
  width: 100%;
/*  clip-path: polygon(0 0, 85% 0, 48% 100%, 0% 100%);*/
  background: url(/images/rimote_img.png)no-repeat;
  background-size:100%;
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
}
.zip_content_bg2 p{
  font-size: 2.4vmin!important;
}
.padding_top_adj1{
  padding-top: 7rem;
}
.padding_adj2{
  padding-bottom: 5rem;
}
.white_text_shadow{
  text-shadow: 2px 1px 3px rgba(255, 255, 255, 1);
}
.bk_text_shadow{
text-shadow: 2px 1px 3px rgba(0, 0, 0, 1);
}
.video_emboss{
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  padding-bottom: 8rem;
  margin: 8rem auto 0 auto;
}
.video_emboss iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*-----------------white section-----------------*/
.h2title_blu{
  font-size: 6vmin;
  color: #636363;
  text-align: center;
  font-weight: 100;
  line-height: 6.8vmin;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 3rem;
  position: relative;
  margin: 10rem auto 6rem auto;
}
.h2title_blu:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 100%;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #0082CB/*線の色*/
}
ul.spec_list_line{
  font-size: 2rem;
  padding: 8%;
  border: 1px solid #707070;
}
ul.spec_list_line li{
  margin: 0 0 4rem 0;
  padding: 0;
  list-style-type: none;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  transform: rotate(0.03deg);
}
ul.spec_list_line li::before{
   width: 18px;
   height: 18px;
   display: inline-block;
   content: '';
   width: 14px;
   height: 14px;
   background-image: url(/images/right-arrow.png);
   background-size: contain;
   /* vertical-align: middle; */
   /* padding-right: 4px; */
   margin-right: 4px;
}
ul.spec_list_line li:last-child{
    margin-bottom: 0;
}
ul.spec_list{
  font-size: 2rem;
  padding: 0 1.5rem;
}
ul.spec_list li{
  margin: 0 0 4rem 0;
  padding: 0;
  list-style-type: none;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  transform: rotate(0.03deg);
}
ul.spec_list li::before{
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(/images/right-arrow.png);
  background-size: contain;
  /* vertical-align: middle; */
  /* padding-right: 4px; */
  margin-right: 4px;
}
ul.spec_list li:last-child{
    margin-bottom: 0;
}
.h2_gray{
  color: #636363;
  font-size: 6vmin;
  line-height: 6.8vmin;
  margin-bottom: 8vmin;
  font-weight: 400;
  text-align: center;
}
.h2_gray img{
  height: 6vmin;
  margin-bottom: -1vmin;
}
.table1 {
	width:100%;
	margin-left:0;
  font-size: 2rem;
}
.table1 th{
  background: #A1A1A1;
  color: #fff;
  font-weight: normal;
}
.table1 td{
  margin-bottom: 2.6rem;
}
.table1 th,
.table1 td{
	width: 100%;
	display: block;
	border-top: none;
  transform: rotate(0.03deg);
}
.table1 tr:first-child th {
	border-top: 1px solid #ddd;
}
.table1 tr:first-child th{
	border-top:0px;
}
.table1 th,
.table1 td{
	border-bottom:0px;
}
.table1 td{
	padding-top: 1.5rem;
	padding-bottom:1.5rem;
}
.spec_list {
  line-height: 5rem;
}
.h2title_green_gray{
  font-size: 6vmin;
  color: #636363;
  text-align: center;
  font-weight: 100;
  line-height: 6.8vmin;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 3rem;
  position: relative;
  margin: 10rem auto 6rem auto;
  font-weight: 400;
}
.h2title_green_gray:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 100%;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #94D60A/*線の色*/
}
.max_width100{
  max-width: 100%!important;
}
.blue_title_box{
  background: #0082CB;
  color: #fff;
  font-size: 4vmin;
  margin-bottom: 3rem;
  padding: 8vmin 10%;
  text-align:center;
  font-weight:100;
}
.contact_wrapper p{
  width: 86%;
  margin-left:4%;
  margin-right: 10%;
}
.contact_wrapper > .col_60{
  margin-right: -5%;
  position: relative;
  z-index: 1;
}
.contact_wrapper .right_50{
  background: url("/images/contact_img.png")no-repeat;
  background-size: cover;
  height: 680px;
  position: relative;
  z-index: 0;
}
.contact_form_bg{
  background: url("/images/contact_bg.png")no-repeat;
  background-size: cover;
  width: 100%;
  height: 60rem;
  margin-top: 10rem;
}
.contact_box{
  width: 100%;
  max-width: 900px;
  margin: -48rem auto 0 auto;
}
form#mail_form dl {
  color: #000;
    transform: rotate(0.03deg);
    font-weight: normal;
}
footer{
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -2rem;
  padding: 1.0rem;
  background-size: 50% 50%;
  background: #2D2D2D url(/images/footer_logo.png) no-repeat bottom right;
  position:relative;
  bottom: 0;
}
footer p{
  font-size: 1.4rem;
  color:#7F7F7F;
  line-height: 0;
  margin-bottom: 0.4rem!important;
}
.thanks{
  width: 100%;
  height: calc(100vh - 20rem);
  min-height: 70rem;
  padding: 20rem 1.5rem 0 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}
.thanks p{
  margin: 0!important;
}
@media only screen and (max-width:1200px) {
.left_50_adj1{
  margin-top: 0;
}
.logo_bg_big{
  background-size:60rem;
  background-position: 110% 65%;
}
}
@media only screen and (max-width:820px) {
 p{
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 3rem!important;
 }
.h1_box{
   margin-top:8rem;
 }
 .video_box_sp{
   padding-top: 8rem;
 }

.zip_content1 .left_50{
  margin-top: 0rem;
}
.right_50_adj1 {
  padding: 6rem 0rem 0rem;
}
.padding_top_adj1{
  padding-top: 2rem;
}
.padding_adj2{
  padding-bottom: 0rem;
}
.right_50_margin_adj{
  margin-top: 40rem;
}
.video_emboss{
  width: calc(100% - 3rem);
  margin: 8rem 1.5rem 0 1.5rem;
}
.h2title_green,
.h2title_blu{
  margin: 4rem auto 2rem auto;
  text-align: left;
  padding: 0;
  text-align: left;
}
.logo_bg_big{
  background-size:50rem;
  background-position: 120% 60%;
}
.h2_box{
  padding: 0 1.5rem 3rem 1.5rem;
}
.h2_gray{
  color: #636363;
  font-size:8vmin;
}
.h2_white{
  font-size:8vmin;
}
.h2_gray img{
  height: 10vmin;
  margin-bottom:-2vmin;
}
.contact_wrapper .right_50{
  height: 400px;
}
.contact_wrapper > .col_60{
  width: 100%;
}
.contact_wrapper p{
  width: unset;
  margin-left:1.5rem;
  margin-right: 1.5rem;
}
.contact_box{
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
}
 .h2title_blue,
 .h2title_green,
 .h2title_green_gray{
   padding: 0 1.5rem;
 }
 ul.spec_list,
 ul.spec_list_line{
   font-size: 1.8rem;
 }
 ul.spec_list_line li,
 ul.spec_list li{
   margin: 0 0 4rem 0;
 }
 .table1{
   font-size: 1.8rem;
 }
 footer{
   background-position: top right;
}
}
 @media only screen and (max-width:700px) {
 header {
    height: 4.8rem;
    background: #fff;
    opacity: 0.9;
    padding: 0 1rem;
}
.logo{
  width: 12rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
}
.header_btn a {
  width: auto;
  height: 4rem;
  border-radius: 4px;
  padding: 0.4rem 1.5rem;
  font-size: 1.4rem;
}
.btn_display{
  display: none;
}
.logo_bg_big{
  background-size:45rem;
  background-position: 120% 65%;
}
.blue_title_box{
  font-size: 2.8rem;
  padding: 6rem 2rem;
  text-align:left;
}
.video_box_sp {
  padding-top: 4.8rem;
}
.h1_box {
  margin-top: 4.8rem;
}
@media only screen and (max-width:414px) {
.h1_box {
   padding: 2rem 1.5rem 1rem 1.5rem;
}
h1:before {
    left: calc(50% - 1rem);
}
.zip_content_bg2 p{
  font-size: 1.8rem!important;
}
.logo_bg_big{
  background-size:40rem;
  background-position: 120% 60%;
}
.right_50_margin_adj{
  margin-top: 20rem;
}
.h2title_blu,
.h2title_green{
  font-weight: 400;
}
.h2title_green_gray{
  margin: 4rem auto 3rem auto;
}
footer{
  background-size: 94px 33px;

}
