@charset "UTF-8";
/*初期設定
----------------------------------------------------*/
html {
	margin:0;
	padding:0;
}
body {
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; 
font-size: 1.4rem; /*14px*/
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1rem;
	font-weight:300;
  color: #000;
  -webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	position:relative;
	background: url("../img/bg-topbtm.jpg") no-repeat center bottom;
	background-attachment: fixed;
	background-size:cover;
  }
img {
  max-width: 100%;
  height: auto;
	border:none;
	vertical-align: bottom;
}

.no-min {
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

ul, li {
	list-style: none;
	margin:0;
	padding:0;
}

.clear {
    clear:both;
}

.pc-view {display: block;}
.sp-view {display: none;}

.pc-center {
	text-align: center;
}

.contents_innner {
    padding-top: 80px;
    margin-top:-80px;
}

.inner{
width:94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
.inner900{
width:94%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}


  
.red {
	color:#E50114;
}
.t-blue {
	color:#65C4F2;
}
.green {
	color:#76BE2D;
}
.px18b {
	font-size:18px;
	font-weight:bold;
}
.px24 {
	font-size:24px;
  line-height: 1.6em;
}






.slider{
        width:100%;
        margin:0 auto;
	position:relative;
    }
    .slider img{
        width:100%;
        height:auto;
    }
    .slider .slick-slide{
        height:auto!important;
    }
.topimg {
	display:block;
	width:240px;
	margin-left:-120px;
	position:absolute;
	left:50%;
	top:20%;
}
button.scroll {
	display:block;
	width:60px;
	height:77px;
	border: none;
	background:url("../img/scroll.png") no-repeat;
	background-size:contain;
	margin-left:-30px;
	position:absolute;
	left:50%;
	bottom:2%;
	cursor: pointer;
}


.bg-w {
	background: #FFF;
}
.bg-w2 {
	background:url("../img/bg-02.png") right bottom no-repeat #FFF;
	background-size:70% auto;
}

.main-r {
	width:70%;
	float:right;
}
.main-l {
	width:30%;
	float:left;
	padding-top:30%;
}
.main-cont {
	padding:30px 5%;
}

.title {
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin:30px auto;
}
.title span {
	display:block;
	font-size:13px;
	line-height:16px;
	font-weight:400;
}
.blank {
	height:450px;
}


.ossm-block {
	margin:50px 0;
}
.ossm-block img {
	display:block;
	width:52%;
	margin-right:5%;
	float:left;
}
.ossm-block.imgr img {
	display:block;
	width:52%;
	margin-right:0;
	margin-left:5%;
	float:right;
}
.ossm-cont {
	padding:0 10%;
}
.ossm-tit  {
	width:auto;
	font-size:24px;
	font-weight:600;
	padding:20px 5px 10px;
	margin-bottom:20px;
	border-bottom:solid 1px #999;
}


.guide {
	margin-left:20%;
}
.guide li {
	padding:15px 0;
	border-bottom:solid 1px #999;
}
.guide li span {
	display:inline-block;
	width:35%;
	font-size:18px;
	color:#76BE2D;
}

.cont-corp {
	background:#EEE;
	width:70%;
	float:left;
	margin-top:80px;
	padding:60px 10% 60px 0;
	position:relative;
}
.p-corp {
	width:60%;
	float:right;
	position:absolute;
	top:-50px;
	right:-20%;
}
.l-tit {
	width:30%;
	padding:5px 0 5px 150px;
	border-bottom:solid 1px #999;
}
.l-cont {
	padding:5px 0 30px 150px;
}

table.form-tbl {
	width:90%;
}

.form-tbl input.f-txt, textarea.f-txt {
	padding:10px;
	width:90%;
	font-size:14px;
	border:solid 1px #000;
}
.form-tbl input.f-txt.half {
	width:40%;
}

a.btn, input.btn {
	background:#000;
	padding:15px 30px;
	font-size:18px;
	color:#FFF;
}

#foot {
	position:fixed;
	bottom:0;
	width:100%;
	background:url("../img/bg-foot.png") no-repeat;
	background-size:100% 100%;
	padding:50px 0 20px;
}
a.wk-toi {
	display:block;
	width:130px;
	height:5em;
	float:left;
	text-align: center;
	line-height:5em;
	color:#FFF;
	text-decoration: none;
	border:solid 1px #FFF;
}
.foot-box {
	width:50%;
	margin:0 5%;
	float:left;
	color:#FFF;
}




/*clearfix*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    }
.clearfix:after {
    clear: both;
    }
.clearfix {
    *zoom: 1;
    }

.fullwrap {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 50%;
	box-sizing: border-box;
	border: 0px solid #000;
}

.wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  }
.instawrap {
	margin:0;
	padding: 0;
}
.instagram {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}






a.totop {
	display:block;
	position:fixed;
	right:0;
	bottom:0;
	width:40px;
	height:40px;
	background:url("../img/totop.png") center center no-repeat;
	background-size:contain;
	z-index:20;
}


a.pdflink {
	color:#333;
	display:inline-block;
	line-height:30px;
	padding-left:30px;
	text-decoration: none;
	background:url(../img/ico-pdf.png) left top no-repeat;
	
}
a.pdflink.word {
	background:url(../img/ico-doc.png) left top no-repeat;
	
}
a.pdflink.xls {
	background:url(../img/ico-xls.png) left top no-repeat;
	
}


a.btn {
	display:inline-block;
	padding:10px 40px;
	line-height: 20px;
	font-size:16px;
	font-weight:600;
	color:#FFF;
	text-decoration: none;
	background:#65C4F2;
	border-radius: 20px;
	margin:15px;
}
a.btn:hover {
	background:#999;
}




.block2 li {
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
	float:left;
}
.block2 li:nth-child(2n) {
	margin-right:0;
}


.block3 li {
	width:30%;
	margin-right:5%;
	margin-bottom:3%;
	float:left;
}
.block3 li:nth-child(3n) {
	margin-right:0;
	clear:right;
}
.block3 li:nth-child(3n+1) {
	clear:left;
}


/*insta*/

.insta-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
iframe.insta {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 33vw;
}


a.i-mail {
	display:inline-block;
	margin:0 10px;
	 width:30px;
	 height:30px;
	 background:url("../img/i-mail.png") center center no-repeat;
	 background-size:contain;
}
a.i-mail.tel {
	 background:url("../img/i-tel.png") center center no-repeat;
	 background-size:contain;
}
a.i-mail.xtw {
	 background:url("../img/i-x.png") center center no-repeat;
	 background-size:contain;
}
a.i-mail.insta {
	 background:url("../img/i-insta.png") center center no-repeat;
	 background-size:contain;
}

a.tellink, .tellink {
	color:#000;
	text-decoration:none;
}



/*media Queries
----------------------------------------------------*/
@media only screen and (max-width: 768px) {

	body.wrap::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url("../img/bg-topbtmsp.jpg");
background-size:cover;
}	
	
.pc-view {display: none;}
.sp-view {display: block;}


.main-r	{
	width:100%;
	float:none;
}
.main-l {
	display:none;
}	
	
	

.ossm-block img {
	display:block;
	width:80%;
	margin:0 auto;
	float:none;
}
.ossm-block.imgr img {
	display:block;
	width:80%;
	margin:0 auto;
	float:none;
}
.ossm-cont {
	padding:0 10%;
}
.ossm-tit  {
	width:auto;
	font-size:24px;
	font-weight:600;
	padding:20px 5px 10px;
	margin-bottom:20px;
	border-bottom:solid 1px #999;
}
	
.guide {
	margin-left:6%;
}
.guide li {
	padding:15px 30px 15px 0;
	border-bottom:solid 1px #999;
}
.guide li span {
	display:block;
	width:100%;
	font-size:18px;
	color:#76BE2D;
}

.cont-corp {
	background:#EEE;
	width:90%;
	float:left;
	margin-top:60px;
	padding:80px 0 60px 0;
	position:relative;
}
.p-corp {
	width:50%;
	float:right;
	position:absolute;
	top:-40px;
	right:-10%;
}
.l-tit {
	width:35%;
	padding:5px 0 5px 40px;
	border-bottom:solid 1px #999;
}
.l-cont {
	padding:5px 0 30px 40px;
}
.l-tit.long {
	width:90%;
	padding:5px 0 5px 10%;
	border-bottom:solid 1px #999;
}

table.form-tbl {
	width:90%;
}	
	table.form-tbl td {
		display:block;
		width:100%;
		clear:both;
	}	
	
	
#foot {
	position:fixed;
	bottom:0;
	padding:15px 15px 5px;
	width:100%;
	background:url("../img/bg-foot.png") no-repeat;
	background-size:cover;
}	
	




	
	
.block3 li, .block3 li:nth-child(3n), .block2 li, .block2 li:nth-child(2n) {
	width:90%;
	margin:0 auto 30px;
	float:none;
}
	.block3.system li {
		margin:0 auto;
		width:50%;
	}
	.block3.system li:nth-child(2n)  {
		float:left;
	}
	.block3.system li:nth-child(3n)  {
		float:right;
	}
	
/*insta*/
	
.insta-wrapper {
  position: relative;
  width: 100%;
  padding-top: 250%;
}		
iframe.insta {
  position: relative;
  width: 100vw;
  height: 75vw;
}	

  }/*768*/

@media only screen and (max-width: 600px) {
iframe.insta {
  position: relative;
  width: 100vw;
  height: 200vw;
	overflow: scroll;
}
	
}
  
  
@media only screen and (min-width: 1400px) {
  
}