@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html{height: 100%;}
body{width: 100%;margin: -24px 0 0 0;
  font-family: 'Noto Sans Japanese', sans-serif,’Lucida Grande’, ‘Helvetica Neue’,
  ’Hiragino Kaku Gothic ProN’, ‘游ゴシック’,’メイリオ’,meiryo,sans-serif;font-weight: 200}
h1,h2,h3,h4,h5,h6{font-size: 22px;line-height: 32px;color: #222;}
p {font-size: 16px;line-height: 28px;color: #222;}
a {text-decoration: none;}
li{list-style:none;color: #222;}
section{}
/*枠*/
.contenttop,.contentleft,.contentright,.contentbottom{
  background-color: white;
  position: fixed;
  z-index: 1000;
  opacity: 1;
  transition: .2s;
}
.contenttop{
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
}
.contentleft{
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
}
.contentright{
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
}
.contentbottom{
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
}
/*会社ロゴ*/
.logo{
  position: absolute;
  top: 22px;
  left: 60px;
  margin-left: 0px;
  transition: .2s;
  width:150px;
  height: 25.5px;
  background-image: url("image/logo_top_1.png");
  background-size: cover;
}
/*ヘッダーメニュー*/
.headermenu{
  width: auto;
  position: absolute;
  top: 30px;
  right: 70px;
  transition: .4s;
}
.menupage{
  display: none;
}
/*ヘッダーメニューボタン*/
.headermenu li{
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin-left: 30px;
  transition: .4s;
}
.headermenu li:hover{
  transition: .4s;
  opacity: 0.6;
  cursor: pointer;
}
.phoneicon{
  width: 20px;
  height: 20px;
  margin-right: 2px;
  float: left;
  background-image: url("img/contacticon.png");
  background-size: cover;
}
li.phone{
  text-indent: 0.12em;
  letter-spacing: 0.12em;
  padding: 0px 10px 0px 5px;
  background-color: #E52826;
  color: white;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
li.phone:hover{
  opacity: 1;
  cursor: auto;
}
.footer{
  font-size: 12px;
  font-weight: 400;
  width: auto;
  position: absolute;
  bottom: 10px;
  right: 60px;
}
.contentbottommobile,.footermobile{
  display: none;
}
.toppagelogo{
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  width: 390px;
  height: 70px;
  z-index: 222;
  background-image: url("image/logo_top_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: .5s;
}
.tabtop{
  display: none;
}
/*スライドページベース*/
.slide{
  width: 100%;
  height: 600px;
  background-color: white;
}
/*スライド（移動式スライド）*/
.slideshow{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.2);
}
.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
  right: 0;
  bottom: 0;
	opacity: 0;
	transition: 1s; /* フェードの時間(秒) */
}
.slideshow .show {
	opacity: 1;
	z-index: 1;
}
img.adjustimg{
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*トップページテキスト*/
#slideshow h2,#slideshow h4{
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  color: white;
  text-shadow: 0px 0px 20px #555555;
  opacity: 1;
  transition: .5s;
  z-index: 222;
}
#slideshow h2{
  width:376px;
  font-size: 38px;
  letter-spacing: 0.23em;
  line-height: 54px;
  font-family: 'YuMincho';
}
#slideshow h4{
  width:376px;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 30px;
  padding-top: 120px;
}
.slideline{
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  width: 100px;
  height: 3px;
  background-color: #555;
  border-radius: 10px;
  z-index: 555;
}
.slidelinemask{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: white;
  border-radius: 10px;
  opacity: 0.3;
}
/*スライド二枚目（アバウト）*/
#page2{
  position: relative;
  background-image: url("img/INTASIA048.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin-top: 60px;
  left: 0px;
  z-index: 0;
  box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.2);
}
.pageright{
  position: absolute;
  top: 150px;
  right: 60px;
  width: 50%;
  height: auto;
}
.textbox{
  width: 330px;
  height: auto;
  display: block;
  margin: auto;
}
#page2 h2{
  font-size: 40px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 40px;
  color: #111;
  font-family: 'YuMincho';
  text-shadow: 0px 0px 20px white;
  margin: 0;
}
#page2 h4{
  font-size: 20px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #111;
  font-family: 'YuMincho';
  text-shadow: 0px 0px 20px white;
  margin: 0 0 0 0;
}
#page2 p{
  width: 300px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 200;
  color: #111;
  text-shadow: 0px 0px 20px white;
  line-height: 25px;
  margin-top: 20px;
}
#bottom{
  position: relative;
  height: 30px;
  width: 300px;
  text-align: center;
  background-color: #E52826;
  overflow: hidden;
  margin-top: 30px;
}
#bottom p{
  margin-top: 2.5px;
  height: 30px;
  width: 300px;
  letter-spacing: 0.3em;
  color: white;
}
#bottomafter{
  position: absolute;
  top: 30px;
  left: 0;
  height: 30px;
  width: 300px;
  text-align: center;
  background-color: black;
}
#bottomafter p{
  letter-spacing: 0.3em;
  padding-top: 0px;
  color: white;
}
/*スライド三枚目（サービス）*/
#page3{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.2);
  z-index: 800;
  background-image: url("img/INTASIA046_1.png");
  background-position: center center;
  margin-top: 60px;
}
.top{
  top: 100px;
}
.services{
  width: 320px;
}
#page3{
  background-position: left center;
}
#page3 h2{
  font-size: 40px;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  line-height: 40px;
  color: #111;
  font-family: 'YuMincho';
  text-shadow: 0px 0px 20px white;
  margin: 0;
}
#page3 h4{
  font-size: 20px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #111;
  font-family: 'YuMincho';
  text-shadow: 0px 0px 20px white;
  margin: 0;
}
#page3 p{
  width: 300px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 200;
  color: #111;
  text-shadow: 0px 0px 20px white;
  line-height: 25px;
  margin-top: 20px;
}
#bottom2,#bottom3{
  position: relative;
  height: 30px;
  width: 300px;
  text-align: center;
  background-color: #E52826;
  overflow: hidden;
  margin-top: 35px;
}
#bottom2 p,#bottom3 p{
  margin-top: 2.5px;
  height: 30px;
  width: 300px;
  letter-spacing: 0.1em;
  color: white;
  text-shadow:none;
}
#bottom2 p{
  letter-spacing: 0.1em;
}
#bottom2after,#bottom3after{
  position: absolute;
  top: 30px;
  left: 0;
  height: 30px;
  width: 300px;
  text-align: center;
  background-color: black;
}
#bottom2after p,#bottom3after p{
  letter-spacing: 0.1em;
  padding-top: 0px;
  color: white;
}
#bottom2after p{
  letter-spacing: 0.1em;
}
/*スライド四枚目(ニュース&ブログ)*/
#page4{
  position: fixed;
  background-color: white;
  background-image: url("img/INTASIA090_1.jpg");
  top: 60px;
  left: 0px;
  z-index: 600;
}
/*スライド四枚目タイトル*/
.blockcentertop h2,.blockcenterbottom h2{
  font-size: 32px;
  letter-spacing: 0.2em;
  font-family: 'YuMincho';
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: black;
}
.blockcenterbottom h2{
  margin-right: 20px;
  text-align: right;
}
.blockcentertop h4{
  font-size: 20px;
  letter-spacing: 0.6em;
  color: #111;
  font-family: 'YuMincho';
  margin: 0 0 0 0;
}
.blockcenterbottom h4{
  font-size: 20px;
  letter-spacing: 0.6em;
  color: #111;
  font-family: 'YuMincho';
  margin: 0 20px 0 0;
  text-align: right;
}
/*ニュース&ブログ 中央寄せブロック*/
.blockcentertop,.blockcenterbottom{
  width: 1000px;
  height: auto;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: .7s;
}
.blockcenterbottom{
  left: 100%;
}
.newsblock{
  width: 1000px;
  height: auto;
  float: left;
  margin: 10px 0 50px 0;
}
/*ニュース（大）*/
#news1{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  height: 250px;
  width: 360px;
  margin-left: 0px;
  z-index: 400;
}
/*ブログ（大）*/
#blog1{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  height: 250px;
  width: 360px;
  margin-left: 0px;
  z-index: 400;
  float: right;
}
/*（小）*/
.blockcentertop li,.blockcenterbottom li{
  position: relative;
  height: 120px;
  width: 180px;
  margin-top: 10px;
  margin-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blockcentertop li{
  float: left;
}
.blockcenterbottom li{
  float: right;
}
/*（小）ホバー演出*/
.backwindow{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0;
  cursor: pointer;
}
.backwindow:hover{
  opacity: 0.8;
  transition: .5s;
}
/*（大）タイトル*/
#news1 h3,#blog1 h3{
  font-size: 18px;
  margin-top: 100px;
}
/*（大）日付*/
#news1 p,#blog1 p{
  font-size: 14px;
}
/*（小）タイトル*/
.backwindow h3{
  font-size: 14px;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  font-weight: 200;
  color: white;
}
/*（小）日付*/
.backwindow p{
  font-size: 12px;
  margin-top: -10px;
  width: 100%;
  text-align: center;
  font-weight: 200;
  color: white;
}
/*ニュース画像*/
#news1{
  background-image: url("image/test1.jpeg");
}
#news2{
  background-image: url("image/test2.jpeg");
}
#news3{
  background-image: url("image/test3.jpeg");
}
#news4{
  background-image: url("image/test4.jpeg");
}
#news5{
  background-image: url("image/test5.jpeg");
}
#news6{
  background-image: url("image/test6.jpeg");
}
#news7{
  background-image: url("image/test7.jpeg");
}
/*ブログ画像*/
#blog1{
  background-image: url("image/test1.jpeg");
}
#blog2{
  background-image: url("image/test2.jpeg");
}
#blog3{
  background-image: url("image/test3.jpeg");
}
#blog4{
  background-image: url("image/test4.jpeg");
}
#blog5{
  background-image: url("image/test5.jpeg");
}
#blog6{
  background-image: url("image/test6.jpeg");
}
#blog7{
  background-image: url("image/test7.jpeg");
}
#newsbottom,#blogbottom{
  display: block;
  margin: auto;
  position: relative;
  height: 30px;
  width: 300px;
  text-align: center;
  background-color: #E52826;
  overflow: hidden;
}
#newsbottom p,#blogbottom p{
  margin-top: 0px;
  height: 30px;
  width: 300px;
  letter-spacing: 0.3em;
  color: white;
}
#newsbottomafter,#blogbottomafter{
  position: absolute;
  top: 30px;
  left: 0;
  height: 30px;
  width: 300px;
  text-align: center;
  background-color: black;
}
#newsbottomafter p,#blogbottomafter p{
  letter-spacing: 0.3em;
  padding-top: 0px;
  color: white;
}
/*スライド五枚目（コンタクト）*/
#page5{
  height: auto;
  background-color: #FCFCFC;
  background-image: url("img/INTASIA002_1.png");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.2);
  z-index: 800;
  top: 60px;
}
.pegeleft{
  width: 70%;
  height: auto;
}
#page5 h2{
  width: 100%;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #111;
  font-family: 'YuMincho';
  margin: 100px 0 0 0;
}
#page5 h4{
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.75em;
  color: #111;
  font-family: 'YuMincho';
  margin: 4px 0 0 0;
}

/*--記入欄全体--*/
.write-info{
  width:614px;
  height:760px;
  display:block;
  margin:20px auto 0 auto;
}
.write-info p{
  width:300px;
  font-size:14px;
  color:#222;
  line-height: 0px;
}
.write-info span{
  color:#E52826;
  font-size:11px;
  padding-left: 5px;
}
.coment{
  float: right;
}
/*--記入欄中央一列--*/
.write-info-center{
  width:614px;
  height:84px;
  float:left;
}
.name{
  background-color:white;
  height:45px;
  width:597px;
  border-radius:0px;
  border:solid 1px #DEDEDE;
  float:left;
  font-size:14px;
  padding-left:14px;
}
.name4{
  background-color:white;
  width:596.5px;
  border:solid 1px #DEDEDE;
  font-size:14px;
  padding-left:14px;
  padding-top:10px;
  resize: none;
  margin-bottom: 10px;
}
/*--送信--*/
.confirmbottom{
  position: relative;
  display: block;
  margin: 0 auto 120px auto;
  width:614px;
  height:40px;
  overflow: hidden;
}
.sbt_1{
  position: absolute;
  top: 0;
  left: 0;
  width:614px;
	height:40px;
	background-color:black;
	border:none;
	color:white;
	font-size:14px;
	text-align:center;
  letter-spacing: 0.3em;
}
.sbt_1after{
  position: absolute;
  top: 40px;
  left: 0px;
  display: block;
  width:614px;
  height:40px;
  background-color:#E52826;
  border:none;
  color:white;
  font-size:14px;
  text-align:center;
  letter-spacing: 0.3em;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.mobile{
  display: none;
}

/*-------------------ipad Air2 mini4 1024×768----------------------*/
@media screen and (max-width:1024px){
.contentleft,.contentright,.contentbottom{
  display: none;
}
.contenttop{
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 8888;
}
.logo{
  position: absolute;
  top: 13px;
  left: 13px;
  margin-left: 0px;
  transition: .2s;
  width:150px;
  height: 25.5px;
  background-image: url("image/logo_top_1.png");
  background-size: cover;
}
/*--開閉ボタン--*/
#panel-btn-mobile{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 5px 10px 0 0;
  float: right;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
#panel-btn-icon-mobile{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #222;
  transition: .2s;
}
#panel-btn-icon-mobile:before, #panel-btn-icon-mobile:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #222;
  transition: .3s;
}
#panel-btn-icon-mobile:before{
  margin-top: -6px;
}
#panel-btn-icon-mobile:after{
  margin-top: 4px;
}
#panel-btn-mobile .close{
  background: transparent;
}
#panel-btn-mobile .close:before, #panel-btn-mobile .close:after{
  margin-top: 0;
  z-index: 9999;
}
#panel-btn-mobile .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn-mobile .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.headermenu{
  display: none
}
.menupage{
  display: none;
  position: fixed;
  top: 50;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.95;
  z-index: 1111;
}
.menupage ul{
  display: none;
  font-size: 18px;
  font-weight: 400;
  margin: 140px 0 0 0;
  color: #222;
  text-align: center;
}
.menupage li{
  width: 90%;
  margin: 0 0 15px 0;
  padding-bottom: 2px;
  border-bottom: 1px white solid;
  opacity: 0.8;
  transition: 0.4s;
}
/*--開閉ボタン--*/
#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 5px 10px 0 0;
  float: right;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #222;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #222;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
  z-index: 9999;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.slideline,.slidelinemask{
  display: none;
}
/*トップメッセージ*/
.tabtop{
  display: block;
  margin-top: 50px;
  padding-top: 100px;
  width: 100%;
  height: 450px;
  background-image: url("img/INTASIA090_b.png");
  background-size: cover;
}
.tablogo{
  display: block;
  margin: auto;
  width: 300px;
  height: 70px;
  z-index: 222;
  background-image: url("image/logo_top_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: .5s;
}
.slideshow{
  display: none;
}
img.adjustimg{
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tabtop h2,.tabtop h4{
  top: 38%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  color: white;
  text-shadow: 0px 0px 20px #555555;
  opacity: 1;
  transition: .5s;
  z-index: 222;
}
.tabtop h2{
  margin-top: 20px;
  width:300px;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 50px;
  font-family: 'YuMincho';
}
.tabtop h4{
  margin-top: 10px;
  width:300px;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.06em;
  line-height: 20px;
}
.pageright{
  position: absolute;
  top: 150px;
  right: 60px;
  width: 400px;
  height: auto;
}
.textbox{
  width: 320px;
  height: auto;
  display: block;
  margin: auto;
}
#page4{
  top:50px;
}
/*ニュース&ブログ 中央寄せブロック*/
.blockcentertop,.blockcenterbottom{
  width: 90%;
  top: 0px;
  margin-top: 10px;
}
.newsblock{
  width: 100%;
  margin: 10px 0 50px 0;
}
/*ニュース（大）*/
#news1,#blog1{
  height: 250px;
  width: 50%;
}
/*（小）*/
.blockcentertop li,.blockcenterbottom li{
  position: relative;
  height: 120px;
  width: 22%;
  margin-top: 10px;
  margin-right: 2%;
}
#news6,#news7,#blog6,#blog7{
  display: none;
}
#page5{
  background-image: none;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
.pegeleft{
  width: 100%;
  height: auto;
}
.contentbottommobile{
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  height: 50px;
  background-color: white;
  border-top: 1px solid #ECECEC;
}
.footermobile{
  display: block;
  margin: auto;
  font-size: 12px;
  font-weight: 400;
  width: 300px;
  position: static;
  text-align: center;
  color: #222;
}

/*-------------------iphone6s plus 414×736----------------------*/
@media screen and (max-width:414px){
.desktop{
  display: none;
}
.mobile{
  display: inline;
}
h2{
  font-family: 'YuMincho';
  font-size: 28px;
  font-weight: 300;
  line-height: 25px;
  color: #222;
  padding: 0 15px;
  margin: 0;
}
h4{
  font-family: 'YuMincho';
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  color: #CECECE;
  padding: 0 15px;
  margin: 0;
}
p{
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #222;
  padding: 0 15px;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
p.bottom{
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #E52826;
  padding: 0 15px;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
.logo{
  position: absolute;
  top: 13px;
  left: 13px;
  margin-left: 0px;
  transition: .2s;
  width:150px;
  height: 25.5px;
  background-image: url("image/logo_top_1.png");
  background-size: cover;
}
/*--開閉ボタン--*/
#panel-btn-mobile{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 5px 10px 0 0;
  float: right;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
#panel-btn-icon-mobile{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #222;
  transition: .2s;
}
#panel-btn-icon-mobile:before, #panel-btn-icon-mobile:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #222;
  transition: .3s;
}
#panel-btn-icon-mobile:before{
  margin-top: -6px;
}
#panel-btn-icon-mobile:after{
  margin-top: 4px;
}
#panel-btn-mobile .close{
  background: transparent;
}
#panel-btn-mobile .close:before, #panel-btn-mobile .close:after{
  margin-top: 0;
  z-index: 9999;
}
#panel-btn-mobile .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn-mobile .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.fixedbody{
  overflow: hidden;
}
.menupage{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 1;
  z-index: 1111;
}
.menupage ul{
  display: none;
  width: 80%;
  height: auto;
  padding: 0;
  margin: 70px auto 0 auto;
}
.menupage li{
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  color: white;
  width: 100%;
  padding: 6px 0 4px 0;
  border-bottom: 1px #888 solid;
  transition: 0.4s;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
.tabtop{
  display: none;
}
/*トップページ*/
#slideshow{
  height: 500px;
  position: relative;
  background-image: url("img/INTASIA090_b.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  z-index: 800;
}
.mobiletoplogo{
  display: block;
  margin: 120px auto 0 auto;
  width: 280px;
  height: 50px;
  z-index: 900;
  background-image: url("image/logo_top_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: .5s;
}
/*トップメッセージ*/
#slideshow h2{
  width:270px;
  font-size: 30px;
  letter-spacing: 0.125em;
  text-indent: 0em;
  line-height: 40px;
  padding: 0;
  position: absolute;
  top: 40%;
}
#slideshow h4{
  width:270px;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0em;
  line-height: 22px;
  padding: 100px 0 0 0;
  position: absolute;
  top: 40%;
}
/*スライド二枚目（アバウト）*/
.whitepage{
  height: auto;
  width: 100%;
  padding: 40px 0;
}
.img1{
  background-image: url("img/INTASIA048_m.png");
  height: 265px;
  width: 100%;
  background-size: cover;
}
/*スライド三枚目（サービス）*/
.page2{ /*.img2 margin-top ajast*/
  height: 250px;
}
.img2{
  background-image: url("img/INTASIA046_m.png");
  height: 550px;
  width: 100%;
  background-size: cover;
  margin-top: -200px;
}
/*スライド四枚目（ニュース）記載なし*/
/*フッター*/
.mobilefooter{
  height: auto;
  width: 100%;
  background-color: #222;
  padding: 15px 0;
}
.smalltext{
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  color: white;
  padding: 0 15px 15px 15px;
}
.footertext{
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  color: white;
  padding: 20px 15px 0px 15px;
  border-top: 1px solid white;
}

#page2 h2{
  font-size: 32px;
  letter-spacing: 0.15em;
  text-align: center;
}
#page2 h4{
  font-size: 18px;
  letter-spacing: 0.32em;
  text-align: center;
}
#page2 p{
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}
#bottom,#bottom p,#bottom2,#bottom2 p,#bottom3,#bottom3 p{
  width: 60%;
  display: block;
  margin: auto;
  padding-top: 2px;
}
.top{
  top: 80px;
}
.services{
  width: 260px;
}
#page3 h2{
  font-size: 36px;
  letter-spacing: 0.28em;
}
#page3 h4{
  font-size: 20px;
  letter-spacing: 0.62em;
}
#page3 p{
  font-size: 14px;
  width: 260px;
}
.newsblock{
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0 0px 0;
}
/*スライド四枚目タイトル*/
.blockcentertop h2,.blockcenterbottom h2{
  width: 300px;
  margin: 12px 0 0 0;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: left;
}
.blockcentertop h4,.blockcenterbottom h4{
  font-size: 14px;
  letter-spacing: 0.5em;
  text-align: left;
  margin: -10px 0 0 0;
}
/*ニュース&ブログ選択ボタン/ニュース&ブログ 円*/
.blockcentertop h6,.blockcenterbottom h6,.circle{
  display: none;
}
/*ニュース&ブログ 中央寄せブロック*/
.blockcentertop,.blockcenterbottom{
  width: 90%;
  top: 0px;
  margin-top: 10px;
  transition: .7s;
}
/*（小）*/
#news1,#blog1,.blockcentertop li,.blockcenterbottom li{
  display: inline;
  background-position: center 15%;
  overflow-y: hidden;
  overflow-x: visible;
  margin: 12px auto 0 auto;
  height: 90px;
  width: 100%;
}
/*（小）ホバー演出*/
.backwindow{
  position: absolute;
  top: 0;
  left: 45%;
  height: 100%;
  width: 50%;
  background-color: white;
  opacity: 1;
  z-index: 400;
}
.backwindow:hover{
  opacity: 1;
}
/*タイトル*/
#news1 h3,#blog1 h3,.backwindow h3{
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 5px 0 5px;
  margin: 0 0 0 0;
  color: #222;
  text-align: left;
}
/*日付*/
#news1 p,#blog1 p,.backwindow p{
  font-size: 10px;
  font-weight: 400;
  padding: 10px 5px 0 5px;
  color: #888;
  text-align: left;
}
#news1,#blog1{
  margin-top: 0;
}
#news5,#blog5{
  margin-bottom: 12px;
}
#news6,#news7,#blog6,#blog7{
  display: none;
}
#newsbottom,#blogbottom{
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  height: 30px;
  width: 100%;
  text-align: center;
  background-color: black;
  overflow: hidden;
}
#newsbottom p,#blogbottom p{
  margin-top: 0px;
  height: 30px;
  width: 100%;
  letter-spacing: 0.3em;
  color: white;
}
#bottomafter,#bottom2after,#bottom3after,#newsbottomafter,#blogbottomafter,.sbt_1after{
  display: none;
}
/*スライド五枚目（コンタクト）*/
/*--記入欄全体--*/
.write-info{
  width:300px;
}
.write-info p{
  width:300px;
  font-size:14px;
}
/*--記入欄中央一列--*/
.write-info-center{
  width:300px;
}
.name{
  width:286px;
  font-size:16px;
  padding-left:14px;
  -webkit-appearance: none;
  border-radius: 0;
}
.name4{
  width:286px;
  font-size:16px;
  padding-left:14px;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}
/*--送信--*/
.confirmbottom,.sbt_1{
  width:300px;
  -webkit-appearance: none;
  border-radius: 0;
}
/*--フッター--*/
.footermobile{
  display: inline;
  font-size: 8px;
  font-weight: 400;
  width: 240px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -120px;
  color: #222;
}

/*-------------------iphone6s 375×667----------------------*/
@media screen and (max-width:375px){
  /*ニュース&ブログ 中央寄せブロック*/
  .blockcentertop,.blockcenterbottom{
    width: 90%;
    top: 0px;
    margin-top: 0px;
    transition: .7s;
  }
  /*（小）*/
.blockcentertop li,.blockcenterbottom li{
    display: inline;
    background-position: center 15%;
    overflow-y: hidden;
    overflow-x: visible;
    margin: 5px auto 0 auto;
    height: 90px;
    width: 100%;
  }
  #news5,#blog5{
    margin-bottom: 5px;
  }

/*-------------------iphone5s 320×568----------------------*/
@media screen and (max-width:320px){
  .blockcentertop,.blockcenterbottom{
    width: 90%;
    top: 0px;
    margin-top: -10px;
    transition: .7s;
  }
  /*（小）*/
.blockcentertop li,.blockcenterbottom li{
    display: inline;
    background-position: center 15%;
    overflow-y: hidden;
    overflow-x: visible;
    margin: 7px auto 0 auto;
    height: 90px;
    width: 100%;
  }
  #newsbottom{
    position: relative;
    display: block;
    margin: 0px auto 0 auto;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: black;
    overflow: hidden;
  }
  #news4,#blog4{
    margin-bottom: 7px;
  }
  #news5,#blog5{
    display: none;
  }
